[Question] Disable emulated sdcard - Printable Version +- www.chinaphonearena.com (https://www.chinaphonearena.com/forum) +-- Forum: Phone & Tablet Root, Hack and Develop (https://www.chinaphonearena.com/forum/Forum-Phone-Tablet-Root-Hack-and-Develop) +--- Forum: *Tech support* General Phone & Tablet Root, Hack and Develop Root IMEI NVRAM CWM TWRP BRICKED (https://www.chinaphonearena.com/forum/Forum-Tech-support-General-Phone-Tablet-Root-Hack-and-Develop-Root-IMEI-NVRAM-CWM-TWRP-BRICKED) +--- Thread: [Question] Disable emulated sdcard (/Thread-Question-Disable-emulated-sdcard) |
Disable emulated sdcard - clock131 - 2016-04-23 Hi, I have a Elephone P8 (MTK 6592), and i founded a Lollipop rom for this, but I have a problem. With this rom, i can´t access to my Internal SD, I have a emulated sdcard which uses the internal storage (app, data etc). I don`t like this and i would like to change, so I searched and I found something, but always I get a bootloop. I change fstab.goldfish, fstab.mt6592, init.mt6592, and storage_list.xml in framework-res.apk but nothing. I will put my original files, if you can help me... fstab.gold Code: # Android fstab file. init.mt6592 Code: export EXTERNAL_STORAGE /storage/emulated/legacy fstab.mt6592 Code: # Android fstab file. storage_list.xml Code: <StorageList><storage android:storageDescription="@string/storage_internal" android:primary="true" android:emulated="true" android:mtpReserve="400"/><storage android:mountPoint="/storage/sdcard1" android:storageDescription="@string/storage_sd_card" android:removable="true"/></StorageList> EDIT: I added xml code in above storage_list, but the post dosn´t show it, I don´t know why. I hope tomorrow test again, so tomorow I will show my modifications , if someone know something about this... |