How To Bypass USB Debugging Authorize RSA Key On Android With Broken Touchpad

Forum rules
READ: GSM-Tutors Forum-Wide Rules and Regulations
READ: GSM-Tutors Forum-Wide Rules and Regulations
-
- Administrator
- Posts: 1290
- Joined: Fri Jun 15, 2018 12:00 pm
- Location: Nigeria
- Donate:
- Has thanked: 6 times
- Been thanked: 101 times
- Status: Offline
- Contact:
How To Bypass USB Debugging Authorize RSA Key On Android With Broken Touchpad
This is a tutorial on How To Bypass USB Debugging Authorize RSA Key On Android With Broken Touchpad. Got a device with broken touchpad and it requires you to Allow USB debugging (authorize RSA Key) when connected to your Computer in USB Debugging mode? It pops-up with a USB debugging prompt on the phone as shown in the image below.
On this tutorial, I'll be showing you on how to bypass this prompt on the device with a broken touchpad.
Requirements:
#1. Connect the other device to your computer (the one without a broken touchpad) after enabling USB debugging, when you get the "Allow USB debugging prompt", check the "Always allow from this computer" and click "OK".
#2. "adb_keys" is the file we need from the authorised device which is located in /data/misc/adb/ inside the device storage.
To get the "adb_keys" from the authorised device, open CMD (command prompt) in your computer and input the following commands.
c:/ is the location you would like the "adb_keys" to be saved to, so it can be any destination path.
#3. After successfully getting the "adb_keys", Reboot the device with bronken touchpad into "Recovery mode" and connect to your computer (in recovery mode).
#4. Open CMD (command prompt) in your computer and input the following commands.
c:/ is the location (destination path) you have saved the "adb_keys" to in step #2.
#5. After copying the "adb_keys" into the device with broken touchpad via recovery mode, input the following commands to reboot the device from the recovery mode.
Now the device will reboot to normal mode, connect the device to your computer it will be automatically authorised!
If this worked for you, use the thanks button!
Code: Select all
Allow USB debugging?
-------------------
The computer's RSA key
fingerprint is:
XX:XX:XX:XX:XX:XX:XX:XX
☐ Always allow from this computer
Requirements:
- Another Android device running Android version 4.4.2 and above, with USB debugging enabled and the same computer authorized from that device.
#1. Connect the other device to your computer (the one without a broken touchpad) after enabling USB debugging, when you get the "Allow USB debugging prompt", check the "Always allow from this computer" and click "OK".
#2. "adb_keys" is the file we need from the authorised device which is located in /data/misc/adb/ inside the device storage.
To get the "adb_keys" from the authorised device, open CMD (command prompt) in your computer and input the following commands.
Code: Select all
adb devices
adb pull /data/misc/adb/adb_keys c:/adb_keys
c:/ is the location you would like the "adb_keys" to be saved to, so it can be any destination path.
#3. After successfully getting the "adb_keys", Reboot the device with bronken touchpad into "Recovery mode" and connect to your computer (in recovery mode).
#4. Open CMD (command prompt) in your computer and input the following commands.
Code: Select all
adb devices
adb push c:/adb_keys /data/misc/adb
c:/ is the location (destination path) you have saved the "adb_keys" to in step #2.
#5. After copying the "adb_keys" into the device with broken touchpad via recovery mode, input the following commands to reboot the device from the recovery mode.
Code: Select all
adb reboot
If this worked for you, use the thanks button!
- Attachments
-
- adb_keys.zip
- (7.44 KiB) Downloaded 122 times
Use Search Button to get Instant Results | Follow Forum Rules
Avoid Spams in the forum to prevent banning the offending account. | https://romshillzz.net
Avoid Spams in the forum to prevent banning the offending account. | https://romshillzz.net
-
- Registered User
- Posts: 2
- Joined: Mon Apr 27, 2020 3:39 am
- Location: Nigeria
- Status: Offline
Re: How To Bypass USB Debugging Authorize RSA Key On Android With Broken Touchpad
Does it work with newer version like android 10 and above.
-
- Administrator
- Posts: 1290
- Joined: Fri Jun 15, 2018 12:00 pm
- Location: Nigeria
- Donate:
- Has thanked: 6 times
- Been thanked: 101 times
- Status: Offline
- Contact:
Re: How To Bypass USB Debugging Authorize RSA Key On Android With Broken Touchpad
Yes, it does regardless of the Android version.
Use Search Button to get Instant Results | Follow Forum Rules
Avoid Spams in the forum to prevent banning the offending account. | https://romshillzz.net
Avoid Spams in the forum to prevent banning the offending account. | https://romshillzz.net
-
- Similar Topics
- Replies
- Views
- Last post
-
-
New post How To Enable USB Debugging On HTC Devices
by RomShillzz » Fri Aug 17, 2018 10:25 am » in Other Success Stories - 0 Replies
- 1573 Views
-
Last post by RomShillzz
Fri Aug 17, 2018 10:25 am
-
-
-
New post Download Qualcomm Android USB Driver
by RomShillzz » Sun May 19, 2019 10:04 am » in Tools & Drivers - 0 Replies
- 10728 Views
-
Last post by RomShillzz
Sun May 19, 2019 10:04 am
-
-
-
New post itel a11 touchpad not working after flash
by chuks09 » Thu Apr 18, 2019 11:59 am » in Itel Android based phones - 3 Replies
- 1946 Views
-
Last post by Exclusive
Thu Apr 18, 2019 2:57 pm
-
-
-
New post BYPASS FRP ALL SAMSUNG ANDROID 8.1 - 8 - 7 - 6 - 5
by jykazoo » Thu Oct 18, 2018 6:54 pm » in All FRP Reset Section - 0 Replies
- 1896 Views
-
Last post by jykazoo
Thu Oct 18, 2018 6:54 pm
-
-
-
New post Download Spreadtrum (SPD) USB Driver
by RomShillzz » Wed Apr 10, 2019 12:45 pm » in Tools & Drivers - 0 Replies
- 4965 Views
-
Last post by RomShillzz
Wed Apr 10, 2019 12:45 pm
-