Quote:
Originally Posted by m4f1050
Just installed FRX5 (3-16) and /andboot (3-17) all worked.
NOTES:
Iinstead of installing BUSYBOX from TITANIUM BACKUP I created a link from /bin/busybox to /system/bin/busybox and SU started working.
Code:
ln -s /bin/busybox /system/bin/busybox
I then installed BUSYBOX
Code:
mount -o rw,remount x /system
rm -R /system/bin/cat
rm -R /system/bin/df
rm -R /system/bin/ls
busybox --install -s /system/bin
I also installed su.3.6.1.whatever.it.is...apk
|
ahh man.. sounds like you can write an android update just with your commands ..lol. good shit..
since ur able to boot. Try to get into the recovery and test the backup and restore.