Tell me more ×
Android Enthusiasts Stack Exchange is a question and answer site for enthusiasts and power users of the Android operating system. It's 100% free, no registration required.

Are there any issues with enabling full encryption and loading custom ROMs or will it be seamless?

share|improve this question
1  
There's some related discussion here: Will a Custom Recovery work with an encrypted device – eldarerathis Aug 3 '12 at 15:40

1 Answer

Encryption is done on the /data partition (where all app-data is stored). However, /sdcard is sometimes encrypted too (if the sdcard is actually internal memory of the phone i.e. not removable).

If the sdcard is also encrypted,then you will be unable to flash ROM's from within Recovery (recovery can't read encrypted sdcard).

share|improve this answer
Updating is possible with some extra steps: You can circumvent the latter problem by using a tmpfs mount for /sdcard and 'adb push update.zip /sdcard' just seconds before flashing. C.f. this answer – ce4 Aug 3 '12 at 17:17

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.