View Single Post
  #10 (permalink)  
Old 11-10-2009, 03:42 PM
acdc_rulz's Avatar
acdc_rulz
Lurker
Offline
Threadstarter
 
Join Date: Sep 2008
Posts: 8
Reputation: 10
acdc_rulz is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: "Rooting" for the Droid Eris

Tried this again with SDK 1.6 - same result. Here is the output from my second attempt at doing this (really seems like whatever exploit asroot2
took advantage of was stopped in this firmware release for the HTC Eris). When trying to run this script via the shell, all that happens is that it is killed - not good).

Output:
C:\android-sdk-windows-1.6_r1\tools>adb push asroot2 /data/local/
* daemon not running. starting it now *
* daemon started successfully *
665 KB/s (74512 bytes in 0.109s)

C:\android-sdk-windows-1.6_r1\tools>adb shell chmod 0755 /data/local/asroot2

C:\android-sdk-windows-1.6_r1\tools>adb shell
$ /data/local/asroot2 /system/bin/sh
/data/local/asroot2 /system/bin/sh
[1] Killed /data/local/asroot2 /system/bin/sh
$ mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
mount: Operation not permitted
$
Reply With Quote