Кирилл Корняков, Itseez
Март 2013
http://source.android.com/source/life-of-a-patch.html
http://en.wikipedia.org/wiki/Android_(operating_system)
http://developer.android.com/tools/workflow/index.html
*.apk
Intent
Activity
http://developer.android.com/reference/android/app/Activity.html
adb
> adb devices
> adb logcat
>
> adb shell
> adb shell ls -l /mnt/sdcard
> adb shell "cd /data/bin/kir_perf/ && ls"
>
> adb push ./build/opencv_demo /data/bin/opencv_demo/opencv_demo
> adb pull /data/bin/opencv_demo/output.txt ./output.txt
>
> adb install OpenCV_for_Tegra_Demo.apk
> adb shell pm list packages -f
> adb uninstall org.opencv.imgdemo
>
> aapt d badging OpenCV_for_Tegra_Demo.apk
> adb shell am start -a android.intent.action.MAIN -n org.opencv.imgdemo/.WelcomeActivity
> adb shell input text "some text"
> adb shell input keyevent 4
Вопросы?