Advice for Zackconsole for fix mount sd
Add these strings in the file init.rc of boot.img
export EXTERNAL_STORAGE /mnt/sdcard
# create mountpoints
mkdir /mnt 0775 root system
mkdir /mnt/sdcard 0000 system system
# Backwards Compat - XXX: Going away in G*
symlink /mnt/sdcard /sdcard
---------- Post added at 03:50 PM ---------- Previous post was at 03:17 PM ----------
Quote:
Originally Posted by Zackconsole
Uploaded Build  Click Our Advert to support more our work 
|
Add these strings in the file init.rc of boot.img
export EXTERNAL_STORAGE /mnt/sdcard
# create mountpoints
mkdir /mnt 0775 root system
mkdir /mnt/sdcard 0000 system system
# Backwards Compat - XXX: Going away in G*
symlink /mnt/sdcard /sdcard
|