HTC G1 adb usage

From D3xt3r01.tk
Jump to navigationJump to search

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