View Single Post
Old 04-02-2024, 12:06 AM   #3
plainbriny
Enthusiast
plainbriny has a complete set of Star Wars action figures.plainbriny has a complete set of Star Wars action figures.plainbriny has a complete set of Star Wars action figures.
 
plainbriny's Avatar
 
Posts: 43
Karma: 294
Join Date: Dec 2017
Device: Kindle 3 Keyboard, Nook Glowlight 3/4, Glowlight 4+
You can start an specific activity from adb:

Code:
adb shell am start -n your.package.name/.ActivityName
I use simple ink launcher, and the command would be:

Code:
adb shell am start -n org.ds.simple.ink.launcher/.LauncherMainActivity
You can dump your package to find out the activity to be launched.
plainbriny is offline   Reply With Quote