A Guardian Rom, can anyone create this? - Galaxy S3 Neo Q&A, Help & Troubleshooting

I was searching for a method to make my device completely encrypted. And here i found this rom: http://forum.xda-developers.com/galaxy-nexus/development/rom-guardian-rom-t2319026
It's for a galaxy nexus, 3rd nexus device.
Can anyone here do such work for our s3 neo?
Is it possible?
@sev3n1985?
@Danny_Dewet?
@Rox?

Sorry but.... this rom is completely abandoned. If you need an encrypted device just go to
settings -> security -> encrypt phone
here is an article:
http://www.howtogeek.com/141953/how-to-encrypt-your-android-phone-and-why-you-might-want-to/
Just remember: if you encrypt the phone the performance goes really slowly!

sev3n1985 said:
Sorry but.... this rom is completely abandoned. If you need an encrypted device just go to
settings -> security -> encrypt phone
here is an article:
http://www.howtogeek.com/141953/how-to-encrypt-your-android-phone-and-why-you-might-want-to/
Just remember: if you encrypt the phone the performance goes really slowly!
Click to expand...
Click to collapse
I know and that's why i asked for that rom.
Anyway thanks for replying.

Related

Redmi 2 Device Encryption: the final answer?

Hello,
I own the Redmi 2 16 GB (HM 2014813), that's a good device but MIUI ROMs do not support device encryption. I've been searching for a clear answer but could not find any "definitive" information: Is there any custom ROM that will enable full/partial device encryption on this phone? Has anyone successfully tried with some of the ROMs that are maintained here?
Thanks a lot
Temasek CM13.0 can
Still no joy
harsh405 said:
Temasek CM13.0 can
Click to expand...
Click to collapse
Thanks Harsh405, I've checked on Temasek thread but apparently nobody has tried it, and my question there remains unanswered.
I'v got an old version of ResurrectionRemix installed (ResurrectionRemix-M-v5.6.0.-201601106-wt88047) with full encryption activated. Don't know about recent versions though.
I also have the same device like you..
And i confused what the custom rom can i flash be sides miui rom
gwgjust said:
I'v got an old version of ResurrectionRemix installed (ResurrectionRemix-M-v5.6.0.-201601106-wt88047) with full encryption activated. Don't know about recent versions though.
Click to expand...
Click to collapse
Thanks gwgjust, I'll take that a look!
rkpg has given a pretty clear answer on CM Thread: the Redmi 2 CPU ARM Cortex-A53 does not have native support for AES instructions, so it won't support device encryption or, even if you flash it with a custom ROM that has the option to enable it, it will perform VERY poolry.
So, here is the final short answer: Redmi 2 doesn't support device encryption. And even if you have changed the ROM and you can enable it, don't use it or you'll get huge problems. Instead, use Google Device Manager or the built-in "Find Device" MIUI functionality (https://i.mi.com) for protecting your device in case it's lost or stolen.
Additional information can be found here
Colosseo said:
rkpg has given a pretty clear answer on CM Thread: the Redmi 2 CPU ARM Cortex-A53 does not have native support for AES instructions, so it won't support device encryption or, even if you flash it with a custom ROM that has the option to enable it, it will perform VERY poolry.
So, here is the final short answer: Redmi 2 doesn't support device encryption. And even if you have changed the ROM and you can enable it, don't use it or you'll get huge problems. Instead, use Google Device Manager or the built-in "Find Device" MIUI functionality (https://i.mi.com) for protecting your device in case it's lost or stolen.
Additional information can be found here
Click to expand...
Click to collapse
Google device manager only help in finding phone, which is like peanut against full device encryption. Full device encryption helps to secure personal data being shared with servers of different apps and sites. No firewall or antivirus can stop sharing data with app and internet servers except full device encryption which Apple phones do.
rkpg said:
Google device manager only help in finding phone, which is like peanut against full device encryption. Full device encryption helps to secure personal data being shared with servers of different apps and sites. No firewall or antivirus can stop sharing data with app and internet servers except full device encryption which Apple phones do.
Click to expand...
Click to collapse
Totally agree. The only thing that these apps can do for security is allowing user to remote wipe the phone
mine works
rkpg said:
Google device manager only help in finding phone, which is like peanut against full device encryption. Full device encryption helps to secure personal data being shared with servers of different apps and sites. No firewall or antivirus can stop sharing data with app and internet servers except full device encryption which Apple phones do.
Click to expand...
Click to collapse
I just installed cm-12.1-20161121-UNOFFICIAL-hermes.zip and it encrypted within seconds, NO performance hit (that I could tell)...
cheers,
tencarsb
Good to know, thanks for update!
Encryption should work in ARM64 builds, geekbench tests show big difference in AES performance:
19.4 MB/sec (32bit) VS 354.6 MB/sec (64bit)
4 hours later...
Just flashed [WIP][ROM][ARM64][VoLTE][Redmi 2] CAF_AOSP_7.1.2 for Redmi2 WT88047, and encryption works!!

How to Automatically Enable MTP?

Hello everyone. Does anyone know how to set MTP automatically every time i plug my phone in? I tried in developer options but it only works one time & want it permanently. I am running the latest NBD90X Nougat Build.
Any help would be appreciated
Leeum said:
Hello everyone. Does anyone know how to set MTP automatically every time i plug my phone in? I tried in developer options but it only works one time & want it permanently. I am running the latest NBD90X Nougat Build.
Any help would be appreciated
Click to expand...
Click to collapse
You can't. It's a security measure, so others can't get all your files if you leave your phone on your desk, without first having to unlock your phone. But you can build your AOSP rom with a different default value.
istperson said:
You can't. It's a security measure, so others can't get all your files if you leave your phone on your desk, without first having to unlock your phone. But you can build your AOSP rom with a different default value.
Click to expand...
Click to collapse
Thanks, What do i have to do in order to disable this security feature if possible
Leeum said:
Thanks, What do i have to do in order to disable this security feature if possible
Click to expand...
Click to collapse
I've found it! It's in /frameworks/base/services/usb/java/com/android/server/usb/UsbDeviceManager.java
mUsbDataUnlocked always gets false when you disconnect it from the computer. If it's set to true, then it uses your preferred setting, otherwise it's set to USB charging.
istperson said:
I've found it! It's in /frameworks/base/services/usb/java/com/android/server/usb/UsbDeviceManager.java
mUsbDataUnlocked always gets false when you disconnect it from the computer. If it's set to true, then it uses your preferred setting, otherwise it's set to USB charging.
Click to expand...
Click to collapse
I'm in root browser and i can' seem to find /frameworks/base/services/usb/java/com/android/server/usb/UsbDeviceManager.java
Only folder with frameworks is in /system folder but still can't find base folder
Leeum said:
I'm in root browser and i can' seem to find /frameworks/base/services/usb/java/com/android/server/usb/UsbDeviceManager.java
Only folder with frameworks is in /system folder but still can't find base folder
Click to expand...
Click to collapse
Sorry, I wasn't more clear on this. You have to build your own AOSP, and this is the source file you have to modify.
istperson said:
Sorry, I wasn't more clear on this. You have to build your own AOSP, and this is the source file you have to modify.
Click to expand...
Click to collapse
Ahh i see. I will try look into this. Thank you tons for your help

"Encrypt device" gone on 10.1 with SPen?

I need to encrypt the device SM-P580. Looked anywhere but cannot find that option - only SD card encryption. What happened? Is it just me?
Thanks
sudaltsov said:
I need to encrypt the device SM-P580. Looked anywhere but cannot find that option - only SD card encryption. What happened? Is it just me?
Thanks
Click to expand...
Click to collapse
You should probably use a password with letters, numbers, and symbols to lock your tablet. This will also prevent people from connecting it to a PC to transfer files unless they unlock the tablet first.
sudaltsov said:
I need to encrypt the device SM-P580. Looked anywhere but cannot find that option - only SD card encryption. What happened? Is it just me?
Thanks
Click to expand...
Click to collapse
It is encrypted by default.
lewmur said:
It is encrypted by default.
Click to expand...
Click to collapse
The solution for Microsoft Intune was to enable pin/password on boot. That turned to be good enough to make it happy
Sent from my SM-P580 using Tapatalk

will i lose built in full encryption for android 9 if do root for it

hi this is my first post in xda-developeres
MY phone is SM-A207F/DS which is android version 9
my question if i do root for this devices will i lose the built in full encryption that that is already enabled by default?
if i lose it ,any method to encrypt it after rooting (full encryption like the built in by default)
please refer me to tutorials how to root this devices t
thanks you very much in advance i appreciated
@sunshine004
IIRC the disk encryption relates to all user data on an Android device.
If you intend to root a device you as 1st thing of all things must unlock device's bootloader: This wipes out ALL user data including the encryption key.
sunshine004 said:
hi this is my first post in xda-developeres
MY phone is SM-A207F/DS which is android version 9
my question if i do root for this devices will i lose the built in full encryption that that is already enabled by default?
if i lose it ,any method to encrypt it after rooting (full encryption like the built in by default)
please refer me to tutorials how to root this devices t
thanks you very much in advance i appreciated
Click to expand...
Click to collapse
Will not root
Sorry

unlocking this thing

name
samsung galgaxy tab e
sm t377t
how accurate is this that all you need is to download some 'twrp recovery' thing and everything would be unlocked?
> https://www.getdroidtips.com/android-9-0-pie-samsung-galaxy-tab-e-9-6/
how reliable is this site? what's the best site for unlocking stuff
whats main android unlock site on web
when updated, would this be android os or a 'lineage os' ?
looks like there are more steps after that looks complicated, is it worth it to go from 7 to 9?
what's the main benefits/gains?
anyone here know?
Lineage OS is a modified Android OS, Just like MIUI, EMUI, One UI, but the 'OS' here is to show it is a not Offical custom OS
unlockdroid said:
name
samsung galgaxy tab e
sm t377t
when updated, would this be android os or a 'lineage os' ?
looks like there are more steps after that looks complicated, is it worth it to go from 7 to 9?
what's the main benefits/gains? less lag and you can play games on it becuz less bloatware and better optimized
Click to expand...
Click to collapse
This looks complicatedate but is very easy. Noob friendly
Step 1: You need to delete All Samsung and Google accounts to avoid FRP, then go to settings>about phone>software updates and update to latest firmware, then settings>about phone>software information and click 7x build number (something like NJH47F)and click back 2x to go back to settings. click on dev Options that Just appeared and go inside and enable USB Debugging first and OEM unlock second. OEM unlock may ask you to factory reset, and take a backup and Just reset! But if it only asks you to reboot but not forcing you to factory reset, then do not reset.
Step 2 is to download drivers and odin flash tool.
Android USB Driver for Windows | Samsung Developers
The world runs on you.
developer.samsung.com
Download Odin v3.14.4
Odin is used to flashing stock firmware file (in .tar or .tar.md5 formats) on Android-based Samsung devices and supports any Windows 10, 8.1, 8, 7, XP PC. It is a…
droidfilehost.com
[TOOL][WINDOWS] 15 Seconds ADB Installer Reborn V2.0 - ADB/Fastboot, and Drivers.
15 Seconds ADB Installer Reborn V2.0 Introduction: We can all agree with the fact that the Android Debug Bridge (ADB) is one of the most important tools when it comes to developing for android, uninstalling bloatware, flashing recoveries...
forum.xda-developers.com
how long about for new ppl would this take ?
dunno how to 'delete All Samsung and accounts' so prob would take much longer than you think
maybe things would get messed up ?
benefits dont seen worthwhile yea, only android 9?
unlockdroid said:
how long about for new ppl would this take ?
dunno how to 'delete All Samsung and accounts' so prob would take much longer than you think
maybe things would get messed up ?
benefits dont seen worthwhile yea, only android 9?
Click to expand...
Click to collapse
Ok android 7.1.2 has rather old security (max 20200605) so it can be hacked rather easily. You won't be able to use any online payment safely, or to do any processes with important documents safely. You can still use it, but at your own risk.
unlockdroid said:
how long about for new ppl would this take ?
dunno how to 'delete All Samsung and accounts' so prob would take much longer than you think
maybe things would get messed up ?
benefits dont seen worthwhile yea, only android 9?
Click to expand...
Click to collapse
delete samsung and google accounts are rather easy, just go to cloud and accounts and click in accounts that has G icon and click on remove, then do the same thing on those with S icon
you need password, so if 2nd hand no luck just sell it or so

Categories

Resources