HTC G1 adb usage

From D3xt3r01.tk
Revision as of 15:22, 31 January 2010 by Admin (talk | contribs) (New page: ==WHAT== I got a HTC G1 ( DREAM ) phone .. which .. knows JAVA ( which .. I HATE ).. BUT .. I'm trying to learn.. ==ANDROID SDK== Get [http://developer.android.com/sdk/index.html the S...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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