Installation UbTouch Ko
-
As you well explain in your message, I strongly suggest you to downgrade your version to Android 9, and then try again.
-
@stanwood Thanks, but how do you reflash android 9 now that everything seems stuck?
-
@jmla I think the installation of ubport could be good if i can install ADB 1.0.41on ubuntu 20.04. But i don't find link for it.
-
@jmla I had android 10, the Ubports installer took care of everything, it downloaded the android 9 image and then installed ubuntu touch, important is that you don't have encrypted data, you would have to format it.
Regards...
-
@josele13 hi, i managed to unbrick my redmi note 7 via test point mode, which requires rear window removal and MiFlash in authorized mode. that is done !
Now, I installed android 9 but after 2 attempts to install ubport, it still hangs on Waiting for device Adb is scanning for device.
However, the smartphone is in developer mode, OEM unlocked, USB debugging enabled and allowing USB downloads. I checked the unlock with miflash_unlock.
The PC is under ubuntu 20.04.
Does somebody have an idea ? -
@magic
hello, did you manage to get your phone back? Otherwise I can give you the procedure under windows 10. -
Have you tried using the ubport snap installer? I was only able to do my install with snap, appimage and .deb failed, I remind you that DATA should not be encrypted, try booting the phone in recovery, connect it to a usb 2 port, I usually open the terminal and see if the computer recognizes the phone correctly, ........ sudo adb devices, if it recognizes it puts a number and then start the installation with the installer ubports, mark wipe data when that option, that's the normal thing to do installation,
regards...
-
@josele13 Indeed, ADB does not recognize the telephone: sudo adb devices does not give anything.
How to cure it ? -
@jmla On the phone with android on .... developer mode on, usb debugging also, when you connect it to the PC on the phone appears on the screen a pop-up window, it put allow usb debugging, press YES, now you can put the phone in recovery, connected to the PC to a usb 2.0 port ...open the terminal and put ..... sudo adb devices, you should see a numbering ...... 45xx541 devices ....for example, this indicates that adb works and the phone is recognized by the PC, now turn on ubport installer and install UT
I remind you that fastboot has to be installed on the PC, it is necessary for the installation, when the installation starts the phone switches to fastboot.
Regards...
-
My installation failed too.
(i have Android 9 installed)- enabled developer mode
- enabled USB debugging
- connected to PC
- rebooted to FASTBOOT screen
- started UBports (in Ubuntu linux)
And this error message occured:
Error: fastboot:format: Error: formatting failed: Error: {"error":{"code":1,"cmd":"fastboot format system"},"stderr":"FAILED (Status read failed (No such device))\nfastboot: error: Command failed"}
What happened here?