View Single Post
  #17 (permalink)  
Old 11-12-2009, 11:28 AM
zenulator's Avatar
zenulator
Lurker
Offline
 
Join Date: Mar 2009
Posts: 8
Reputation: 0
zenulator is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: "Rooting" for the Droid Eris

Quote:
Originally Posted by aleis View Post
i`ll do this today for you.
i`ll try to attach it to this thread.
also, how do i dump it?
download the android sdk for android.com. find a adb driver and install it. plug in your phone. open a command line and go to the tools directory in the sdk
execute:
Code:
adb pull /system system
Code:
adb pull init.rc init.rc
this should pull the system folder and put it in directory called system inside your tools directory and also a file named init.rc

if you can get the whole dump
Code:
adb pull / dump
should copy the root filesystem to a directory called dump

this is a guide for adb on the g1 the same principal should apply to the eris http://forum.xda-developers.com/showthread.php?t=502010
Reply With Quote