• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root Root on i7500XXJB6/I7500XEFJB2??

Electroz

Newbie
Ok, so I just finished updating to Drakaz Recovery 4.6.1 and enabled root. I still cannot remount the system with "adb remount". It gives me a permission denied error. I can go into ADB shell and do a SU, but that won't allow me to remove unwanted programs in /system/app/

any help in getting this working would be appreciated.
 
adb remount isn't enabled on the stock roms. You'll have to remount /system with read/write
mount -t yaffs2 -o rw,remount /dev/block/mtdblock1 /system
That line should do it (from a root shell)
 
Back
Top Bottom