Quote:
Originally Posted by aleis
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
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