Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Panda Gamepad Pro Activation #43

Open
chez06 opened this issue May 13, 2020 · 2 comments
Open

Panda Gamepad Pro Activation #43

chez06 opened this issue May 13, 2020 · 2 comments

Comments

@chez06
Copy link

chez06 commented May 13, 2020

hello can someone please help me
im trying to activate my app but whenever I press activate I always get this code

C:\Users\win10\Downloads\GamepadPro Active Tool>pushd C:\Users\win10\Downloads\GamepadPro Active Tool
"success"

  • daemon not running; starting now at tcp:5037
  • daemon started successfully
    disconnected everything
    adb: unable to connect for root: no devices/emulators found
    CScript
    CScript
    error: no devices/emulators found
    CScript
    error: no devices/emulators found

I don't know what to do
My phone is Oppo Reno 2F

@chez06 chez06 closed this as completed May 13, 2020
@chez06 chez06 reopened this May 13, 2020
@ggoobbuull
Copy link

my problem like yours

@mato25579
Copy link

mato25579 commented Jan 15, 2024

I found a solution for myself. I was starting off like in issue #6 until I realised that files might be different.

No need to download activator zip file. At least i think so.

  • Install adb on your linux

  • Enable USB debugging on your phone (Either leave it on charging only or file transfer - worked for me)

  • While using "adb shell find /" press tab on your keyboard so it'll show you files in which you can move around
    or try using this code : adb shell find /storage/emulated/0/Android/data/com.panda.gamepad/files/scripts/activate.sh

  • output should look like this: /storage/emulated/0/Android/data/com.panda.gamepad/files/scripts/activate.sh

  • afterwards use: adb shell sh /storage/emulated/0/Android/data/com.panda.gamepad/files/scripts/activate.sh and output should look like this: 33 mkdir: '/data/local/tmp/2': File exists cp: bad '/sdcard/Android/data/com.panda.mouse/files/scripts/*': No such file or directory cp: bad '/sdcard/Android/data/com.panda.mouse/files/scripts/com.panda.mouseinject.dex': No such file or directory cp: bad '/sdcard/Android/data/com.panda.mouse/files/scripts/com.panda.mouselibinject.so': No such file or directory cp: bad '/sdcard/Android/data/com.panda.mouse/files/scripts/x64com.panda.mouselibinject.so': No such file or directory 33

  • now do the same thing for adb shell find and adb shell sh but for file named "inject2.sh"

  • first adb shell find /storage/emulated/0/Android/data/com.panda.gamepad/files/scripts/inject2.sh output: /storage/emulated/0/Android/data/com.panda.gamepad/files/scripts/inject2.sh

  • second adb shell sh /storage/emulated/0/Android/data/com.panda.gamepad/files/scripts/inject2.sh output: 33 2

For me it worked, and it's Activated even after unpluging cable.

Keep in mind that I'm most probably using different phone then you and you might have different file name or way to get to that file. Either way as i mentioned before, while in command adb shell find ./. using tab on keyboard should let you see file names, easily said you continue writing adb shell find /storage/ and again pressing tab will let you see other files. to find the specific file I'd suggest you searching on phone in your file manager.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants