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.
|
|
4 years ago | |
|---|---|---|
| .. | ||
| resources/values | 4 years ago | |
| src/android/aidl/tests | 4 years ago | |
| AndroidManifest.xml | 4 years ago | |
| README | 4 years ago | |
README
To use this APK do something like:
1) Build your favorite AOSP flavor.
2) Start an emulator:
$ emulator
3) Push over hellod binary:
$ adb remount && adb sync
4) Install the Java client:
$ adb install -r <path-to-APK-in-out-directory>
5) Put selinux in permissive mode.
6) Start hellod:
$ adb shell "(hellod ) </dev/null >/dev/null 2>&1 &"
7) Start Java client:
$ adb shell am start -S -a android.intent.action.MAIN \
-n "android.aidl.tests/.TestServiceClient"
8) Watch output on logcat:
$ adb logcat -s TestServiceClient hellod