64bit環境不可
http://komugi.net/archives/2010/06/28080941.php#extended
http://forum.xda-developers.com/showthread.php?t=711907
Originally Posted by ImAustinMorrison View Post I've succesfully rooted my X10a with the X10a files first try But i have a problem D:, my 3G isn't working anymore for w.e. reason, wifi works fine, as well as everything else, its just 3G, and i'm another person looking for mediascape as well, but 3G is a big issue Did you re enter the proper APN settings? if not that is the reason why. http://thekidd.ca/blog/2009/05/roger...ndroid-phones/ follow the info on that link if you haven't done so yet
adb shell
マウントmount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
rootでしか読めないファイルをコピー
adb root adb pull /path/to/file .
逆コンパイル
apkファイルは /data/app にある。ただのzipなので解凍すればOK。http://stackoverflow.com/questions/1249973/decompiling-dex-into-java-sourcecode |