HTC G1 adb usage

From D3xt3r01.tk
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

WHAT

I got a HTC G1 ( DREAM ) phone .. which .. knows JAVA ( which .. I HATE ).. BUT .. I'm trying to learn..

ANDROID SDK

Get the SDK

Installing APKs

cd $SDK/tools/
adb install /path/to/file.apk

Removing APKs

cd $SDK/tools/
adb ls /system/app # these are the installed apps
adb uninstall appName

LOGCAT

Useful for debugging stuff.

adb logcat

Cateogory: Android Cateogory: HTC Cateogory: G1