View Single Post
Old April 1st, 2009, 06:52 PM   #20 (permalink)
Lithium
Junior Member
 
Join Date: Apr 2009
Posts: 16
 
Device(s):
Thanks: 1
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by devolio View Post
You need to remount the system to be able to write to it

mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
so i need to remount again after I enter ?
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system

dd if=/system/bin/sh of=/system/bin/su

chmod 4755 /system/bin/su
Lithium is offline  
Reply With Quote