Skip to content

Latest commit

 

History

History
181 lines (157 loc) · 13 KB

tutorials.md

File metadata and controls

181 lines (157 loc) · 13 KB

Tutorials

💎💎💎💎💎💎 If the application is not working, please make sure to refer to the following tutorial. If you are a beginner or using this application for the first time, please make sure to refer to the following tutorial. If you have any questions, please refer to the following FAQ or contact us via email ([email protected]).🍏🍎🍐🍊🍋🍌🍉🍇🍓🍈🍒🍑🥭🍍🥥🥝🍅

❤️How to open and connect adb ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓

FAQ directory

  1. 32 or 64 bit libraries?
  2. My phone is (Android 5/6/7/8/9/10/11/12/13/14), can you provide me with a tutorial?
  3. Failed: Unable to start pairing client
  4. How to use this app locally?
  5. *lib/arm/libfs.so inaccessible or not found.
  6. error: device unauthorized.This adb server's $ADB_VENDOR_KEYS is not set
  7. error: more than one device/emulator
  8. sh: ** inaccessible or not found
  9. I don't have a PC, how can I use this application locally?
  10. Is this app malware?
  11. I suspect that my phone has been hacked. I suspect that my phone has malicious software. I suspect that my phone is being monitored by (my neighbor/ex-girlfriend/ex-boyfriend/boss/colleague/etc).
  12. Why does this app require storage permission?
  13. Why is it not possible to grant executable permission to files in /sdcard? chmod 777 /sdcard/*.sh,not working.
  14. ADB connection takes too long.
  15. ADB connection is unstable.
  16. ADB is already connected but cannot execute commands.
  17. ADB is already connected but toolbox cannot be initialized.
  18. failed to start daemon.cannot connect to daemon adb reboot.ADB server didn't ACK
  19. Just keeps showing app info in Android settings. Not working.
  20. can't execute: Permission denied
  21. I hope to use this application to monitor someone else's phone and invade their privacy.
  22. I want to use this app to hack my (colleague/ex-girlfriend/ex-boyfriend/neighbor etc.)
  23. This app not working.
  24. Unable to connect, not working properly.
  25. I don't know the pairing passcode, and I can't enter it in the settings. I can't use pairing mode.
  26. Execute commands too slowly
  27. Why does my phone have this app?
  28. Why is backing up APK and installing APK not supported now?
  29. The command cannot be executed, or it is not functioning properly, or the command is not working.
  30. What should I do if an exception occurs when using a certain feature?
  31. I want to learn adb

FAQ list

  1. 32 or 64 bit libraries?

    • Default:32-bit.32-bit library compatibility is stronger.
    • 64-bit libraries are more stable.
    • 64-bit libraries are faster.If it takes too long to connect the device, you can try to switch the 64-bit library.
    • 64-bit libraries are recommended for Android 11 and above.
  2. My phone is (Android 5/6/7/8/9/10/11/12/13/14), can you provide me with a tutorial?

    If your browser is working properly, you should be able to see our tutorial on this page. The tutorial is located at the top.

  3. Failed: Unable to start pairing client.

    1. 🥝 It is usually due to incorrect pairing of ports or IP addresses. Please check the paired IP and port! Refer to Pair and connect adb (Android 11 ~ Android 13)
    2. If it still doesn't work, you can try to switch the 64-bit library in the settings.
    3. If it still doesn't work, you can try to switch to another connection mode. 👍Connect adb (Android 4.x ~ Android 13)
  4. How to use this app locally?

    1. Open and connect adb.How to open and connect adb
    2. Disable pairing mode.
    3. Default IP 127.0.0.1 and default port 5555 is local mode.
  5. *lib/arm/libfs.so inaccessible or not found.

    • Solution 1:Click reset the app.
    • Solution 2:Reinstall the app.
  6. error: device unauthorized.This adb server's $ADB_VENDOR_KEYS is not set

    • Solution 1:Click restart app.
    • Solution 2:
     $ adb kill-server
     $ adb start-server
       * daemon not running; starting now at tcp:5037
       * daemon started successfully
    
  7. error: more than one device/emulator

    Input "adb devices".Use "adb -s IP:PORT" select a specific device.

    $ adb devices
      List of devices attached
      192.168.3.100:5556      device
      192.168.3.101:5555      device
    $ adb -s 192.168.3.101:5555 shell
      console:/ $
    
  8. sh:[] ** inaccessible or not found

    • Please confirm that the command you entered is correct.
  9. I don't have a PC, how can I use this application locally?

    1. Refer to Pair and connect adb (Android 11 ~ Android 13)
    2. Then open the network port(Must be connected state)
    $ adb devices
      List of devices attached
      192.168.3.100:5556      device
    $ adb tcpip 5555
    
    1. Refer to How to use this app locally?
  10. Is this app malware?

    This application is an ADB development tool, not a malicious software. If your phone has been compromised, please check if there are any other malicious software on your device.

  11. I suspect that my phone has been hacked. I suspect that my phone has malicious software. I suspect that my phone is being monitored by (my neighbor/ex-girlfriend/ex-boyfriend/boss/colleague/etc).

    In most cases, as long as your phone is not rooted, it is unlikely to be hacked/monitored. However, there may still be malicious software present. It is recommended to download professional antivirus software. If you are very concerned, you can try resetting your phone (remember to save your important data such as photos and contacts, etc.).Change passwords: Update the passwords for all your accounts, including email, social media, and banking apps. Use strong, unique passwords for each account.

  12. Why does this app require storage permission?

    1. The command 'ls'.
    2. 'Local file' in the toolbox.
    3. Saving screenshots.
    4. App logs. And so on, all require storage permission.
  13. Why is it not possible to grant executable permission to files in /sdcard? chmod 777 /sdcard/*.sh,not working.

    For security reasons, the Android operating system does not allow granting executable permissions to files in the /sdcard (or external storage) by default. This is done to prevent potential security risks and to protect user devices from malicious software or apps abusing permissions.

    Solution:You can copy the file to the /data/local/tmp/ directory, which allows granting executable permissions.
    cp YOUR_FILE /data/local/tmp/
    
  14. ADB connection takes too long.

    1. Please check if your internet is working properly.
    2. Try restarting this application or resetting it (located at the bottom of this application's settings).This method is the simplest and most effective.
  15. ADB connection is unstable.

    1. Please check if your internet is working properly.
    2. Try restarting this application or resetting it (located at the bottom of this application's settings).This method is the simplest and most effective.
  16. ADB is already connected but cannot execute commands.

    1. Please check if your internet is working properly.
    2. Try restarting this application or resetting it (located at the bottom of this application's settings).This method is the simplest and most effective.
  17. ADB is already connected but toolbox cannot be initialized.

    1. Please check if your internet is working properly.
    2. Try restarting this application or resetting it (located at the bottom of this application's settings).This method is the simplest and most effective.
  18. failed to start daemon.cannot connect to daemon adb reboot.ADB server didn't ACK

    1. Click 'Settings'.
    2. Click 'Port of adb server'
    3. Modify port (3000-49151)
  19. Just keeps showing app info in Android settings. Not working.

    The issue has been fixed, please upgrade to the latest version.

  20. can't execute: Permission denied

    For security reasons, the Android operating system does not allow granting executable permissions to files in the /sdcard (or external storage) by default. This is done to prevent potential security risks and to protect user devices from malicious software or apps abusing permissions.

    Solution:You can copy the file to the /data/local/tmp/ directory, which allows granting executable permissions.
    cp YOUR_FILE /data/local/tmp/
    
  21. I hope to use this application to monitor someone else's phone and invade their privacy.

    Not support!!!!!
  22. I want to use this app to hack my (colleague/ex-girlfriend/ex-boyfriend/neighbor etc.)

    Not support!!!!!
  23. This app not working.

    This application has been tested. In most cases, if you have any questions about using this app,please Refer to How to open and connect adb

  24. Unable to connect, not working properly.

    This application has been tested. In most cases, if you have any questions about using this app,please Refer to How to open and connect adb

  25. I don't know the pairing passcode, and I can't enter it in the settings. I can't use pairing mode.

    This application has been tested. In most cases, if you have any questions about using this app,please Refer to Pair and connect adb (Android 11 ~ Android 13)

  26. Execute commands too slowly

    The execution speed of the command depends on the performance of your mobile phone.

  27. Why does my phone have this app?

    This application is not malicious software. If you have not downloaded this application, please uninstall it.

  28. Why is backing up APK and installing APK not supported now?

  29. The command cannot be executed, or it is not functioning properly, or the command is not working.

    Every Android system is different, and so is the compatibility. Please check if your command is correct.

  30. What should I do if an exception occurs when using a certain feature?

    We are committed to providing you with excellent service and look forward to hearing from you.If you have any questions,please contact the developers first.Email:[email protected]

  31. I want to learn adb