Android Tutorial Code:
nice blog with sample
This Blog is first of all memos for me!! From time to time I get exposed to new and cool stuff for developers and architects ,most of the time its a solution for a problem or tips or tricks, so, I would like to track my memos and share it with you, it can save your time and nervous, I hope you will enjoy it - by Yaniv Tzanany.
Search This Blog
Sunday, September 27, 2015
Saturday, September 19, 2015
Saturday, September 12, 2015
Eclipse content loader on zero - hung
i tried them all solution exist in the web.
finally - combine them all :
finally - combine them all :
- i delete the folder \.metadata\.plugins\org.eclipse.core.resources\.projects
- i delete the file ddms.cfg from %USERPROFILE%/.android
- start eclipse with -clean -refresh parameter
- make sure no adb.exe is running
- open eclipse
somehow its worked
Yaniv
Wednesday, September 9, 2015
adb command to know
list command
awesome-adb
dial a number
adb shell service call phone 2 s16 "+999996719"
adb shell am start -a android.intent.action.CALL -d tel:999999
answer call
adb shell input keyevent 5
uninstall app (-k to keep preferences)
adb shell pm uninstall -k yaniv.mypack.com
list of running activities
adb shell dumpsys activity activities
top activity name
adb shell "dumpsys activity | grep top-activity"
site with commands AndroidShell
show process running
adb shell ps
install/uninstall package
adb install xxxx.apk
adb uninstall xxxx.apk
show app permission and info
adb shell dumpsys package [package name]
Tuesday, September 8, 2015
Subscribe to:
Posts (Atom)