keymapperorg / KeyMapper

An Android app that change what the buttons do on your devices!
http://docs.keymapper.club
GNU General Public License v3.0
1.13k stars 156 forks source link

ADB command to open KeyMapper #1114

Open Droidphilev opened 1 year ago

Droidphilev commented 1 year ago

Hi all,

First of all: sorry if this question doesn't belong here :(

Is there anyone who knows the ADB command to start (open) KeyMapper. It is for use on a device that has no real launcher (and other launchers cannot be started for some reason). I know it must be something like "adb shell am start -n io.github.sds100.keymapper/XXXX" but it is the last part i'm not sure about.

Thanks in advance! Phil

GL513 commented 1 year ago

what about this?

io.github.sds100.keymapper.MainActivity

I'm not super familiar with launching from ADB but I'll try to help :)

Droidphilev commented 1 year ago

Hi,

Thx for your answer. I'm not sure but i think i tried that one. To be sure i will try it again.

Thanks!