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
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
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>
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: