• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
TRIGGERcmd
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

Run a specific activity in a specific Android app

Windows
1
1
233
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R
    Russ
    last edited by Russ Dec 14, 2023, 2:26 AM Dec 14, 2023, 2:25 AM

    Launch a specific activity in an Android app with a command like this:

    adb shell am start -n com.vandermeyconsulting.triggercmdgplay/.MainActivity
    

    You'll need to enable USB or Wireless debugging on your Android device then connect your computer to it first with a command like this:

    adb pair 192.168.1.101:44295 321321
    

    See this video for how to enable Wireless debugging. It will show you where those numbers (192.168.1.101:44295 321321) come from.

    Russell VanderMey

    1 Reply Last reply Reply Quote 0
    1 out of 1
    • First post
      1/1
      Last post