Hey Bro-knew this may prove helpful to some--Ways to confirm FULL root. There's the boot into recovery method and then there's also this from toast:
Quote:
Originally Posted by toastcfh
to know if it worked ull have a custom recovery.
to write to system create a test.txt file and do:
Code:
adb remount
adb push test.txt /system
ls /system
u should see the file
to remove the file do:
Code:
adb shell rm /system/test.txt
|
Just a thought...