User Tools

Site Tools


android:study-course-online

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
android:study-course-online [2015/09/22 13:23] – created percyandroid:study-course-online [2016/05/05 13:07] (current) – external edit 127.0.0.1
Line 2: Line 2:
   - http://www.imooc.com/   - http://www.imooc.com/
   - 前端工程师必备的PS技能——切图篇 http://www.imooc.com/learn/506   - 前端工程师必备的PS技能——切图篇 http://www.imooc.com/learn/506
 +  - http://blog.shvetsov.com/2013/02/access-android-app-data-without-root.html
 +    - adb shell 
 +    - run-as com.package.name
 +    - adb backup -f ~/data.ab -noapk app.package.name
 +    - dd if=data.ab bs=1 skip=24 | python -c "import zlib,sys;sys.stdout.write(zlib.decompress(sys.stdin.read()))" | tar -xvf -
 +
 +  - http://romannurik.github.io/AndroidAssetStudio/
 +  - http://jeroenmols.github.io/blog/2015/08/06/artifactory/
  
/var/www/dokuwiki/wiki/data/attic/android/study-course-online.1442899431.txt.gz · Last modified: 2016/05/05 13:06 (external edit)