Quote:
Originally Posted by winstonma
Code:
dumpsys package | grep Activity | grep com.onyx.kreader
This command shows the activity running on the screen. But this doesn't always work (e.g. Neoreader doesn't work). This method should allow you to know how to open Notes app too.
|
Thanks again. With the one-liner you suggested, I was able to uncover a few more useful things (from a Lumi 2 running 3.2.3):
* Open the `App Store`: `adb shell am start -n com.onyx.appmarket/.activity.AppMarketActivity`
* Activate OneNote: `adb shell am start -n com.microsoft.office.onenote/.ui.EntryActivity`
* Switch to Notes (this is not the normal notes interface, but usable): `adb shell am start -n com.onyx.android.note/.note.ui.InsertImagesActivity`
* Open "Wiktionary" (or ther search tools) that happens to be part of NeoReaderd: `adb shell am start -n com.onyx.kreader/com.onyx.android.sdk.translate.ui.web.WebQueryWord Activity`
(I don't see a good way to typeset inline code, so I kept the raw Markdown markers.)