TeamWin / Team-Win-Recovery-Project

Core recovery files for the Team Win Recovery Project (T.W.R.P) - this is not up to date, please see https://github.com/TeamWin/android_bootable_recovery/
http://twrp.me
1.94k stars 740 forks source link

TWRP 2.8.7.0 doesn't recognize adoptable storage #529

Open Sabissimo opened 8 years ago

Sabissimo commented 8 years ago

Hi I'm using Moto X Pure Edition (Clark) After upgrading to 6.0, I've formatted my external sdcard as internal storage. Since then I can't see my files in TWRP. But strange thing is, external_sd is mounted, and is readable/writable, but as far as I can understand, my actual "internal" data, stored on external sdcard, is stored somewhere else. And I couldn't find it. Is it just me or is it common problem?

NicolaF commented 8 years ago

Same for me. CM13 nightly Htc one m8.

Cheers!

shaggyskunk commented 8 years ago

Look at /Storage On Dec 18, 2015 3:30 PM, "Nicolas FRANÇOIS" notifications@github.com wrote:

Same for me. CM13 nightly Htc one m8.

Cheers!

— Reply to this email directly or view it on GitHub https://github.com/TeamWin/Team-Win-Recovery-Project/issues/529#issuecomment-165891678 .

NicolaF commented 8 years ago

In CM 13 ot is indeed there, but not TWRP. I just checked, /storage is not present in recovery.

Regards, NicolaF

Dees-Troy commented 8 years ago

Adopted storage devices are encrypted and TWRP doesn't currently support adopted storage. I've started working on adopted storage here https://gerrit.omnirom.org/#/c/15921/ but it's got a ways to go before it will be ready for public use.

NicolaF commented 8 years ago

Oh snap, any ETA ? OK just kidding ;)

Let me know if I can help to test (no pb building from master).

Cheers, and merry chrismas !

scottwallacesh commented 8 years ago

Same problem here. Let's hope this is fixed soon, somehow.

CaptainThrowback commented 8 years ago

@NicolaF I made an M8 build that includes the current adopted storage patch if you want to test it. This should be it here: https://basketbuild.com/devs/Captain_Throwback/One%20(M8)/ALL/Recovery

NicolaF commented 8 years ago

Hi @CaptainThrowback,

Tested file explorer and CM nightly update with CMupdater, works like a charm ! BTW, love the new default theme.

Many thanks, and happy new year !

bgcngm commented 8 years ago

@CaptainThrowback, sure it's off-topic but just wanted to point out that your new unofficial build fixed two big issues I had on my encrypted M8(DUG): reboot from recovery never worked (now it does work) and MTP was always broken after data was decrypted (I always had to disable MTP and enable again after decrypting data). Will test adoptable storage feature soon.

NicolaF commented 8 years ago

Hi, Just a suggestion : chmod 750 /adopted_sdcard/TWRP to prevent apps with sdcard read permission from accessing the backups.

Cheers!

scottwallacesh commented 8 years ago

Any news on a fix/workaround for other devices (klte, etc.)?

ghost commented 7 years ago

I have an LG G4 (h811) and I am very interested in feature. For now I've formatted my microSD as exFAT, but I would love to format it as adoptable some day.