Monkey Log Viewer
它可幫你找出特定的TAG,並且指定那行的字型的顏色和背景.
DEBUG 好用多了.
http://code.google.com/p/monkeylogviewer/
2011年10月21日
2011年6月23日
Building and decode Android apk
Android 的程式安裝檔在編譯的過程中會打包成副檔名apk的檔案,其中包含足夠的資訊及資料以便可以在實體裝置或模擬器上使用。Android apk 檔其實就是個 zip 壓縮檔,所以只要在副檔名最後加上 .zip 使它變成一個 zip 壓縮檔即可開啟。主要有五個部分﹕
2011年5月20日
Adb 可經由網路連線
Debugging considerations
When debugging applications that use USB accessory or host features, you most likely will have USB hardware connected to your Android-powered device. This will prevent you from having an adb connection to the Android-powered device via USB. You can still access adb over a network connection. To enable adb over a network connection:
When debugging applications that use USB accessory or host features, you most likely will have USB hardware connected to your Android-powered device. This will prevent you from having an adb connection to the Android-powered device via USB. You can still access adb over a network connection. To enable adb over a network connection:
標籤:
Debug Tools
2011年2月24日
利用ELF header保護程式
If you want to prevent your binary program from being executed on other platform, you can try this way.
標籤:
kernel hacking
2011年1月28日
Android input binary tool
Android 有個小程式可以模擬鍵盤操作
用法如下:
如果要輸入WiFi密碼是還不錯用,有些符號不行,如"#"
adb shell input keyevent 29 # for key 'A'
用法如下:
輸入字串
adb shell input text "ANDROID"如果要輸入WiFi密碼是還不錯用,有些符號不行,如"#"
點擊螢幕上任一點
Input
touchscreen tap x y
滑動至另一點
Input
touchscreen swipe x1 y 1 x2 y2
輸入 keyeventadb shell input keyevent 29 # for key 'A'
標籤:
Android,
char device
訂閱:
文章 (Atom)