Fix ADB Unauthorized No RSA Problem 100% Working - Android General

i have been searching but no method worked until i found this and tried on many pc's and devices, it worked like a charm, i have made a video and explained in the easy way so everyone can do it.Here is the video tutorial and below is the written guide..https://youtu.be/Uv42aVXCV-c
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
THIS COMMAND WILL FIX THE UNAUTHORIZED ISSUE WHEN YOU DONT GET RSA POP UP, SO
PUT YOUR PHONE IN TWRP AND CONNECT TO PC BEFORE EXECUTING THIS COMMAND IN CMD OR TERMINAL OTHERWISE IT WILL NOT WORK,
IF YOU CANT UNDERSTAND THE GUIDE THEN YOU CAN TAKE HELP FROM VIDEO LINK ABOVE.
This method will fix your adb unauthorized problem.
Here is the command
FIRST COMMAND
for linux
cd ~/.android && adb push adbkey.pub /data/misc/adb/adb_keys
SECOND COMMAND
adb reboot
for Windows
cd c:/users/YOURUSERNAME/.android && adb push adbkey.pub /data/misc/adb/adb_keys
CHANGE THE USERNAME WITH YOURS!!! in windows command
FOR EXAMPLE cd c:/users/waleed/.android && adb push adbkey.pub /data/misc/adb/adb_keys
STEPS WINDOWS
1- REBOOT INTO RECOVERY TWRP
2- CONNECT PHONE TO PC
3- GOTO CMD AND APPLY THIS COMMAND
STEPS LINUX
1- REBOOT INTO RECOVERY TWRP
2- CONNECT PHONE TO PC
3- GOTO TERMINAL AND APPLY COMMAND

Worked! But I suggest you remove that immodest wallpaper of unveiled woman.

Related

Xiaomi Mi Box S Bricked

Hello,
I have a Xiaomi Mi Box S and when i was trying to download the newest update but the image got stuck at 60%, so i decided to unplug the power and got into the recovery menu to wipe the data and cache. In the middle of the process, i got a message saying that he couldn't mount several partitions. I unplugged the cable, once again, and since then the box bricked.
The only response i get from the box is a red light in the back of the box from the audio input. I can also connect it to the pc but i don't know what to do.
If you have any suggestion i would really appreciate.
Thanks.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Re-flash device's STOCK ROM.
Code:
adb devices
adb reboot sideload
adb sideload <STOCK-ROM.ZIP>
jwoegerbauer said:
Re-flash device's STOCK ROM.
Code:
adb devices
adb reboot sideload
adb sideload <STOCK-ROM.ZIP>
Click to expand...
Click to collapse
Thanks for the reply,
I followed the instructions and when i do adb devices it doesn't find any devices. The problem is that i can't boot into notinhg, not even the recovery menu to use adb.
Btw when i plugged it into the pc i get this.
Don't know if it helps or not.
If
Code:
adb devices
doesn't list any then my guess is that "USB debugging" didn't get enabled in Android Settings -> Developer options

[Force ADB access] ADB Tools for Windows [ Beta-1.1 ]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
ADB TOOLs [Beta_1.1]
Powered by Dynamic Installer
SUPPORT: TELEGRAM CHANNEL - TELEGRAM GROUP - SUPPORT ME
ABOUT THIS:​These are basic tools for Windows (.BAT - Open Source) to facilitate some actions by ADB
By default ALL of this tools try to verify device with ADB and resets it automatically to prevent false diagnostics
​Compatibility:
Windows 7+​
Usage:
Just connect your device with USB and run the script you want​
Features:
"Ensure ADB from Recovery.bat"_____From Recovery Mode (Custom) it try to force ADB access even if the device doesnt have Debugging active (Perfect when the device never boots)
"Get LOG.bat"_____It can take LOGs from recovery, bootloops, or fully booted system (Just if ADB ensured)
"Mount ALL from Recovery.bat"_____From Recovery Mode (Custom) it can mount all main partitions as RW (/system /vendor /product /system_root)
"Unmount ALL from Recovery.bat"_____From Recovery Mode (Custom) it can unmount all partitions mounted with "Mount ALL*****.bat"
"Reboot Menu.bat"_____Allows reboot in some modes (Recovery, Download Mode, Fastboot, Bootloader)
"Flash ZIP file.bat"_____It try to flash ZIP installers using ADB
CREDITS TO:​
Me @BlassGO (Developer of this tools)
ADB TOOLS 1.1
Very small but necessary changes​
Reserved...
...

Any suggestion for app to encrypt the phone storage ?

Hi
Any suggestions for apps to encrypt the phone storage ?
Thanks
Depending on Android version encryption ( FDE and/or FBE ) it's automatically done by Android.
You can test encryption-state via ADB
Code:
adb shell getprop ro.crypto.state
See also here:
Encryption | Android Open Source Project
source.android.com
I have Android 10 , is there an app ? I dont know how to use shell commands
To access phone's Android OS and run thereon shell commands you need
1. To search for the appropriate Android USB drivers suitable to your phone
2. Download and install them on PC
tried now
Code:
adb shell getprop ro.crypto.state
result: encrypted
it say encrypted but I dont have to select the device first ? I also tried in Honor 8x for any settings to indicate encrypting but did not find any
you can type separately. this way you will see phones shell name
Code:
adb shell
getprop ro.crypto.state
getprop ro.crypto.type
getprop ro.build.fingerprint
you can also do it without adb shell by typing commands in that terminal emulator
https://f-droid.org/repo/jackpal.androidterm_72.apk
sorry what this mean ?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
state = encrypted: your userdata partition is encrypted
type = file: encryption type is FBE file-based encryption. this means every file is encrypted with it's own encryption key. encryption is bonded to screen lock password
fingerprint contains device brand, model no, android version, software release build no = Huawei Honor 8x JSN-L22 on Android 10 in your case.

Sm-n975u and termux

i was messing with termux on my SM-N975U, developer options on, phone isnt rooted. I ended up with a " > " symbol in which I could still type commands, but got no response. What does a " > " mean ? Thats the only symbol in the start of the command line. I didnt know where to go from there, and I...well I thought mybe Id be able to reach the root directory of my android system.
What version of Termux ?
Termux for Android typically has the $ sign prompt
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
if you start app > symbol means terminal emulator has no connection to shell. in other words initialising of app is not finished and app is not ready for use (yet)
if you type commands with wrong balanced single quotes, > symbol means it is waiting for you to finish input. type ' and finish with enter.
Code:
:/ $ echo 'Hello
> World'
Hello
World
:/ $
there exist other commands waiting for input, exit by simply closing app if you don't know how to finish input.
very well explained , thank you very much! Merry Christmas!
It is the Github version, latest. Actually , i was already using the terminal, i migrated to here > somehow. Ultimately I ended up closing the app. I did try to work my way back thru the file system tree that I followed to get to > , but I couldnt seem to do it . The thing i didnt try was :/ $.
:/ $ is just my prompt, nothing I typed

[Help] Fastboot mode.

I am unable to get into fastboot mode on my At&t Motivate 2. I do have OEM unlock, but when I use adb reboot fastboot, or hold the power key + up vol. It get's stuck on the screen saying => FASTBOOT mode... I am not sure what I am doing wrong (if I am). It's model number is EA211002. It stays on this screen no matter how long i leave it.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Be happy, you sucessfully entered Fastboot mode. Now direct Fastboot on PC per Windows CMD and/or PowerShell what action(s) to perform.
Fastboot Commands List and Cheat Sheet with Explanation
Fastboot is a command-line tool for Android. You can execute Fastboot commands to flash and boot factory and TWRP recovery images.
technastic.com
I have the same phone does anyone have the stock firmware ?
also where did you get the fastboot drivers for it? can you sent them to me ? please @jwoegerbauer @Synaronel
@IXDevoXI
Latest ADB and Fastboot drivers you can obtain here:
SDK Platform Tools release notes | Android Studio | Android Developers
Android SDK Platform-Tools is a component for the Android SDK.
developer.android.com
I finally figured out the whole fastboot thing with this phone lol and which one you need to be in and so forth it is the most confusing phone I’ve ever tried to root but now I’m left with that stupid dm-verity corrupt issue

Categories

Resources