Question Repair my phone without locking the bootloader - Redmi 9 Power / 9T

Hi. I used the wrong version of TWRP recovery (Used for davinci not lime (I know it was stupid)) and then installed the correct one but when I try to install some custom ROM I can't because it will say no /product and no /system_root directories found. I also downloaded the original ROM but I don't know what to flash so I don't need to wait 1 more week.

Flash stock trough miui, make sure you tick the flash all option, not the flash all and lock one.

Related

Confused by all the ROMs....

Hi, I've just got my MI 5 and it is very, very nice. But I am now starting to look further into it and I am confused by all the different ROMs....
The one I have came with MIUI Global 7.3 | Stable MI7.3.3.0.0(MAACNDD). First confusion is that I can't find any references to a ROM by that number anywhere - it has double 0 at the end MI7.3.3.0.0. Is it a real ROM?
More generally I can't work out which ROM would be best for a user in the UK? Without rooting that is so CM is out for the moment.
Can anyone point me in the right direction, thanks.
It may be fake rom. If you want to use MIUI better flash xiaomi.eu ROM: https://xiaomi.eu/community/threads/6-6-23.32335/ but it will need unlocked bootloader.
Without unlocking bootloader you can flash official global using MiFlash: http://en.miui.com/download-299.html
Thanks! I have applied to unlock the bootloader and will flash the unofficial ROM ASAP. Well, I will do some more reading to see which is most appropriate to me.
palexr said:
Thanks! I have applied to unlock the bootloader and will flash the unofficial ROM ASAP. Well, I will do some more reading to see which is most appropriate to me.
Click to expand...
Click to collapse
Hey how did you get on with this ? did you get the unlock code ?
Im in a similar situation to you
Ry2mkk said:
Hey how did you get on with this ? did you get the unlock code ?
Im in a similar situation to you
Click to expand...
Click to collapse
Not done it yet.
I need to flash the China Dev ROM first apparently. I think I will use this method to flash to a "recovery" (?) ROM from which I can then flash the China Dev ROM and then subsequently flash one of the unofficial eu miui ROMs.
I'll update when I have found the time to do all these things.
Hey, I can tell that you'll have an easier time if you do what I did:
Apply for bootloader unlock. Do the unlock (follow the guide here to be sure) It should work on any ROM, mine was China 7.3.2.0.
Back up any images, videos etc. to your PC.
Download a ROM zip of your choice (xiaomi eu in your case but any compatible ROM on this forum or on miui forum will do)
Get the Xiaomi eu TWRP zip from their page. Extract the recovery img file, and the boot img file.
You could also get SuperSU zip from their page if you want root.
Do you have adb and fastboot? If not, just get "minimal adb and fastboot" from the forum here for Windows, or if you're on Linux your package manager probably has them both listed.
Put your phone into fastboot. (Switch off, press volume down and power button until it boots to a screen saying fastboot.) Then connect to your PC.
Open your command prompt from the "run" dialogue: cmd
Use this command: (double check this by googling)
fastboot flash recovery (path to recovery img)
Since you plan to flash xiaomi eu ( you don't need this for a CM based ROM):
fastboot flash boot (path to boot img)
Now to go into the recovery:
fastboot boot recovery (path to recovery img)
There is probably an easier way to do this but I'm not sure of it yet.
Your phone will boot into TWRP. You might face the unresponsive touchscreen bug (I did) but it goes away after some time (or you could plug unplug it from the PC multiple times, seemed to work for someone else on the forums).
If it asks you for the encryption password (it asked me, and I was on a Chinese ROM so it might ask you) then you'll have to wipe the data partition under the wipe menu (it's named as internal storage). This is why the backup was needed.
Under the wipe menu, you'll need to do a factory reset, but I wiped everything just to be safe. Now, just after wiping when I tried to access the internal storage from twrp (Under advanced > file manager) it didn't show me anything (probably because I wiped the internal storage). So just reboot into twrp (reboot > recovery) and it should show the internal storage now.
Open the internal storage on your PC (still connected, right?) and put the xiaomi eu ROM in the internal storage. Then go to install menu in TWRP and select the ROM and flash it. After it's done, it'll offer to wipe cache and dalvik cache. Do it to be safe.
Flash the SuperSU zip if you want it.
Reboot to system.
Profit.
Disclaimer: I haven't flashed xiaomi eu ROM so I cannot guarantee that the steps are perfect. Normally, I would just point you to xiaomi eu's website, but the reason I wrote in such detail is because they say "Install TWRP zip via updater app or fastboot", which is stupid, because not even OFFICIAL xiaomi ROMs work with the updater app (I tried to install global stable and it said couldn't verify package what even), and fastboot mode doesn't allow flashing zips... so. Also, I've read that xiaomi eu comes with Google apps preinstalled, so that's good. Otherwise you need to download even that zip and flash just after flashing the ROM.
andy356 said:
Hey, I can tell that you'll have an easier time if you do what I did:
Apply for bootloader unlock. Do the unlock (follow the guide here to be sure) It should work on any ROM, mine was China 7.3.2.0.
Back up any images, videos etc. to your PC.
Download a ROM zip of your choice (xiaomi eu in your case but any compatible ROM on this forum or on miui forum will do)
Get the Xiaomi eu TWRP zip from their page. Extract the recovery img file, and the boot img file.
You could also get SuperSU zip from their page if you want root.
Do you have adb and fastboot? If not, just get "minimal adb and fastboot" from the forum here for Windows, or if you're on Linux your package manager probably has them both listed.
Put your phone into fastboot. (Switch off, press volume down and power button until it boots to a screen saying fastboot.) Then connect to your PC.
Open your command prompt from the "run" dialogue: cmd
Use this command: (double check this by googling)
fastboot flash recovery (path to recovery img)
Since you plan to flash xiaomi eu ( you don't need this for a CM based ROM):
fastboot flash boot (path to boot img)
Now to go into the recovery:
fastboot boot recovery (path to recovery img)
There is probably an easier way to do this but I'm not sure of it yet.
Your phone will boot into TWRP. You might face the unresponsive touchscreen bug (I did) but it goes away after some time (or you could plug unplug it from the PC multiple times, seemed to work for someone else on the forums).
If it asks you for the encryption password (it asked me, and I was on a Chinese ROM so it might ask you) then you'll have to wipe the data partition under the wipe menu (it's named as internal storage). This is why the backup was needed.
Under the wipe menu, you'll need to do a factory reset, but I wiped everything just to be safe. Now, just after wiping when I tried to access the internal storage from twrp (Under advanced > file manager) it didn't show me anything (probably because I wiped the internal storage). So just reboot into twrp (reboot > recovery) and it should show the internal storage now.
Open the internal storage on your PC (still connected, right?) and put the xiaomi eu ROM in the internal storage. Then go to install menu in TWRP and select the ROM and flash it. After it's done, it'll offer to wipe cache and dalvik cache. Do it to be safe.
Flash the SuperSU zip if you want it.
Reboot to system.
Profit.
Disclaimer: I haven't flashed xiaomi eu ROM so I cannot guarantee that the steps are perfect. Normally, I would just point you to xiaomi eu's website, but the reason I wrote in such detail is because they say "Install TWRP zip via updater app or fastboot", which is stupid, because not even OFFICIAL xiaomi ROMs work with the updater app (I tried to install global stable and it said couldn't verify package what even), and fastboot mode doesn't allow flashing zips... so. Also, I've read that xiaomi eu comes with Google apps preinstalled, so that's good. Otherwise you need to download even that zip and flash just after flashing the ROM.
Click to expand...
Click to collapse
Thanks Andy, that is a really useful reply and I will definitely use to flash my next ROM.
In the meantime I managed to update to the latest official global ROM using the updater! I tried initially to Chinese Dev one put I got the same "can't verify package" error message. I had downloaded it on my PC and transferred it manually to the phone. I then downloaded the global version directly to the phone and that worked.
So now I need to figure out if i need to be on the Chinese dev rom to unlock or if the official global rom will do?
Unlocking can be done on any ROM. I unlocked on Chinese stable. It's good that you could flash the global ROM, at least the sense of urgency to get Google play services is gone now.

Downgrading from Marshmallow if I have custom recovery

Hi everyone, this question was asked already but I just want to make sure that it's safe to flash a 5.1 based ROM over a currently active Marshmallow ROM using TWRP using only the usual wipes? I remember that I had to flash a custom boot image with a PC or something like that in order for the custom recovery to work on my K3 Note, which I received with Marshmallow installed, so I'm not sure if I can hop back to 5.1 if phone never even had it installed. Any advice?
livgrave said:
Hi everyone, this question was asked already but I just want to make sure that it's safe to flash a 5.1 based ROM over a currently active Marshmallow ROM using TWRP using only the usual wipes? I remember that I had to flash a custom boot image with a PC or something like that in order for the custom recovery to work on my K3 Note, which I received with Marshmallow installed, so I'm not sure if I can hop back to 5.1 if phone never even had it installed. Any advice?
Click to expand...
Click to collapse
Yes, IT IS SAFE but there are some points to note:
Every Rom Zip contains a boot.img file which is also flashed when the zip is flashed.
You do not need to replace boot.img in order to install TWRP, but you need it to flash SuperSU.zip to your device or install xposed
Remember You need to wipe data partition (No need to wipe Internal) in order to continue.
Thanks for the reply. I don't know why, but I remember when I was installing TWRP I couldn't boot into it until I flashed a new boot image or something like that. All I could boot into was the stock recovery or something like that. I needed to use SP flash tools and flash something in order to get it to work. So it's safe for me to try 5.1 ROMs? They seem to be more stable than custom Marshmallow ROMs....
livgrave said:
Thanks for the reply. I don't know why, but I remember when I was installing TWRP I couldn't boot into it until I flashed a new boot image or something like that. All I could boot into was the stock recovery or something like that. I needed to use SP flash tools and flash something in order to get it to work. So it's safe for me to try 5.1 ROMs? They seem to be more stable than custom Marshmallow ROMs....
Click to expand...
Click to collapse
You must have flashed the recovery.img ( and also the boot.img) because my root methods mention them.

Restore Stock Android One 2nd Gen G1 (PH Variant - Snapdragon 410)

I am now planning to switch to Official LOS on my wife's Android G1 a.k.a. SEED,
is there a way to restore everything to its original form like official rom, recovery, boot and even relock bootloader?
I was a previous Nexus 5 user and I can eflash the rom image file from google and relock bootloader in just a few type on CMD but I can't seem to find image rom for official SEED(G1).
You'll find most of the stuff you need here. But it's kinda outdated. No factory image for flashing through fastboot though and the latest zip is marshmallow MRA58Y
Basically you'll want to
1. Flash the MRA58Y zip thru TWRP
2. Flash the OEM.img of your G1
3.. If you changed splash screen you can also flash stock splash screen from fastboot
After that your almost all stocked and ready to go
Just need to get rid of the custom recovery. Which is kinda tricky, the stock rom flashes stock recovery all by itself, the tricky part is triggering it as TWRP tries to disable it from happening. One way to stop TWRP from blocking it is to mount system partition and read only reboot to stock then try to reboot to recovery to check it if it's back to stock . Good luck and here's the link
https://drive.google.com/folderview?id=0B9_eDTtTcnv1a25ERUxGcm9CSzA&usp=sharing#list
You mean when flashing MRA58Y I need to mount System partition then flash to restore stock recovery?
By the way i already downloaded OTA of nougat

[HELP] No fingerprint after trying to revert to stock rom.

Hey guys,
I installed LOS 19.1 and everything worked well so far but I wanted to revert to stock rom for something (big error), I tried my best but nothing worked.
- Oppo/realme flash tool on bootloader (from xda)
- Flash several different ozip with TWRP (always got treble zip error, and if i delete compatibility.zip = doesnt work either
- Flash ozip with orange recovery, doesnt work cant even load into stock recovery after flash
- flash with realme flash tool, idk why but it worked with global rom, but after a reboot = impossible to get to stock recovery (now it doesnt work btw)
- flash fastboot from xda through bootloader, doesnt work
Now with every of these I couldnt get to stock recovery not once. I think this is probably the issue, thats why I would need to flash stock recovery first but can't find it for CN version.
All of that I made a lot of flash zip/wipe data/system vendor etc
And I gave up, went back to LOS.
However, now I can't use my fingerprint... It just doesnt register when I put my finger on it. I tried to wipe everthing and make a fresh flash of LOS, but still the same.
Can anyone help please? Don't know what do to anymore...
Maybe one solution would be flash stock recovery I guess? Not sure, but as you already know, I can't it just doesnt work for some reason.
Thank ! Looking foward to your reply

Question Unstoppable bootloop after flashing bad boot img

Hi everyone, I wanted to root my phone because my google pay way not working after I unlocked the bootloader of my phone.
I used magisk to flash a version for my redmi 2201117TY, but after using fastboot to flash my "patched" rom back to my phone, it is now booting over and over again.
I installed twrp to try to install another ROM, but I'm not sure it'll work.
I installed several redmi note 11 img to see if it would fix it but i did not (V13.0.6.0.SGKEUXM, V14.0.2.0.TGKMIXM and V13.0.3.0.SGKEUSF which was my original one i suppose)
I just want to have an usable phone even if it means cleaning everything. How can I format everything back to make it usable?
I have access to adb, fastboot, TWRP. (usb debugger on)
I am not sure I can find the exact rom as it was a really wierd version from my operator (SGKEUSF) and I can only find one on internet which happen to not work. How can I unbrick my phone now?
NOTE : the SGKEUSF is an overlayer of the SFR (Altis) network so i would rather not use it
Format (not wipe) data in twrp, flash a rom that fits your needs (on sdcard), reboot recovery (!), reboot system. If fastboot access is given it's fixable. Had the same thing many times with spesn. This is the way it always works for me.
When you say "flash a rom", you mean a recovery or a fastboot one? Does it have an influence?
Just download latest version of MiFlash, download RN11 fastboot ROM, flash the ROM via MiFlash. In MiFlash make sure to to check the box whether of not to lock the bootloader after flash. Just to be safe leave it unlocked until after the phone is safe.

Categories

Resources