1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
res Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
src/com/android/car/rotaryplayground Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
Android.bp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
AndroidManifest.xml Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
build.gradle Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
readme.md Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

readme.md

Rotary Playground: Test app for rotary controller

Building

make RotaryPlayground

Installing

adb install out/target/product/[hardware]/system/app/RotaryPlayground/RotaryPlayground.apk

Once installed, launch Rotary Playground in the Launcher, or with this adb command:

adb shell am start -n com.android.car.rotaryplayground/com.android.car.rotaryplayground.RotaryActivity

Tools

goRotary.sh

This script helps you to build, install and run the app.

  • To build
cd $ANDROID_BUILD_TOP
packages/apps/Car/tests/tools/goRotary.sh b

The apks and android.car.jar are in /tmp/rotary by default.

  • To install
packages/apps/Car/tests/tools/goRotary.sh i
  • To run
packages/apps/Car/tests/tools/goRotary.sh r