• If you are experiencing issues logging in, we moved to a new and more secure software and older account passwords were not able to be migrated. We recommend trying to reset your password, then contacting us if there are issues.
  • Nearly done! Migration cleanup is mostly done. There are a small number of issues left that we continue to work on, but all the heavy lifting is done. We still would love to hear feedback over at this thread and also check out the new XDA app! Thanks and we hope you enjoy the new forums, and thanks for your support of XDA <3

[5.x] External Storage as Internal

Status
Not open for further replies.

ivan290

Senior Member
May 9, 2012
626
152
43
www.youtube.com
Hi guys, i'm working on it

I use External SD as internal in lollipop, the question is if there are any risks doing that!!!


http://source.android.com/devices/storage/config.html#android_5_x_and_earlier


storage list xml

Code:
<?xml version="1.0" encoding="utf-8"?>
<StorageList
  xmlns:android="http://schemas.android.com/apk/res/android">
    <storage android:mountPoint="/storage/sdcard0" android:storageDescription="@string/storage_internal"  android:emulated="true" android:mtpReserve="100" />
    <storage android:mountPoint="/storage/sdcard1" android:storageDescription="@string/storage_sd_card" android:primary="true" android:removable="true" android:maxFileSize="4096" />
</StorageList>
Check that please and tell me if there is any risk using it, if not, i'll upload it soon!!

If you want to use it in AOSP 5.1.1 last build

Try and report

Download and flash it


XDA:DevDB Information
[5.x] External Storage as Internal , ROM for the Moto E

Contributors
ivan290
ROM OS Version: Lollipop

Version Information
Status: Alpha

Created 2015-11-10
Last Updated 2015-11-10
 
Last edited:
  • Like
Reactions: sikoo1996
Status
Not open for further replies.