I am trying to copy two of my ringtones into the /system folder of the phone, but the device is not letting me, it keeps failing on the copy command. Anyone know if this is possible?
I am doing the following:
I have tried the above commands via an interactive adb shell, as well as through the "terminal emulator" application and I keep getting the same failure.
Thx!
I am doing the following:
BTW, the filesystem appears to have been re-mounted in read-write mode, because the output of the "mount" command shows /system to be mounted "rw".
su
mount -o remount,rw /system
cd /storage/ext_sd
cp r1.ogg /system/media/audio/ringtones/
I have tried the above commands via an interactive adb shell, as well as through the "terminal emulator" application and I keep getting the same failure.
Thx!
0 commentaires:
Enregistrer un commentaire