Miui flashed from OrangeFox - Xiaomi Redmi Note 7 Questions & Answers

Hello, idk if im doing something wrong, but recently, i get enough of custom roms and just wanted to get back to miui, but, every time i flash miui from custom orange fox recovery, it does not feel smooth, feels laggy and sometimes even freeze for couple of seconds, tried several build of miui including latest official, wiped everything, formated data, nothing helped. Can someone help me to get back to working miui? thanks

meezy5 said:
Hello, idk if im doing something wrong, but recently, i get enough of custom roms and just wanted to get back to miui, but, every time i flash miui from custom orange fox recovery, it does not feel smooth, feels laggy and sometimes even freeze for couple of seconds, tried several build of miui including latest official, wiped everything, formated data, nothing helped. Can someone help me to get back to working miui? thanks
Click to expand...
Click to collapse
Why don't you use fastboot , it will work 100% .

Z750z said:
Why don't you use fastboot , it will work 100% .
Click to expand...
Click to collapse
but this method override orange fox recovery?

meezy5 said:
but this method override orange fox recovery?
Click to expand...
Click to collapse
You can flash it again after that, just make a backup in your pc, your data, because fastboot will wipe everything.

Z750z said:
You can flash it again after that, just make a backup in your pc, your data, because fastboot will wipe everything.
Click to expand...
Click to collapse
finally got time to give it a another try, im unable to flash through miflash tool always ended up with could not find file flash_bat error, and yes, i do have fast boot rom, idk

meezy5 said:
finally got time to give it a another try, im unable to flash through miflash tool always ended up with could not find file flash_bat error, and yes, i do have fast boot rom, idk
Click to expand...
Click to collapse
There is another simple way for flashing via fastboot, open the fastboot rom file copy all the files from there ,go to the file of Xiaomi drivers open and paste , than put your phone in fastboot mode and connect it via USB, find the file named " flash all " double click , done .

Related

Creating modified boot.img and enabling adb during first boot.

Modified boot.img of a rom is required to be flashed on that rom so that it works with TWRP.
Enabling ADB during first boot creates a way out in case your phone bootloops or stuck at MI logo and also hardbricked.
Many people hardbricked their phone while flashing MIUI based roms through TWRP, and they had to test-point to bring their phone back to life, my mod enables adb during boot and so people who used my mod and hardbricked their phone can access adb when their phone is stuck at MI logo or bootlooping and thus revive their phone.
Tools needed:-
1)Notepad++ (google it and download)
2)Android Image Kitchen(AIK) http://forum.xda-developers.com/attachment.php?attachmentid=3638835&d=1454959265
Steps:-
1)Download the required rom and extract its boot.img
2)Copy the boot.img to AIK folder and drag boot.img and drop it on unpackimg.bat
3)Open ramdisk folder and look for default.prop , open them with Notepad++
4)Editing default.prop Note:- This will enable adb at first boot
5)Change
Code:
ro.secure=1 to ro.secure=0
ro.adb.secure=1 to ro.adb.secure=0
ro.debuggable=0 to ro.debuggable=1
persist.sys.usb.config=none to persist.sys.usb.config=adb
delete the line ro.secureboot.devicelock=1 if present
OR (Alternate way)(recommended)
open ramdisk and look for fstab.qcom, open with notepad++ and search for ",verify" (without quotes) and delete it and save.
6)Now execute repackimg.bat, a image-new.img file will be compiled.
7)Flash the image-new.img through TWRP or through fastboot using "Fastboot flash boot image-new.img"
That's all
P.S:- Remember only use Boot.img specific for the miui version you wanna run, boot.img version not matching with MIUI version
will cause the Wifi to stop working.
Press thanks If this helped.:good:
Any queries feel free to ask me.:laugh:
Does the modified boot.img procedure need to be done for every ROM or just for the MIUI ROMs? I want to install the AOSP ROM and later CM 13 but I'm still not sure about the whole flashing process.
Sent from my Redmi Note 3 using XDA-Developers mobile app
SkinCoffin said:
Does the modified boot.img procedure need to be done for every ROM or just for the MIUI ROMs? I want to install the AOSP ROM and later CM 13 but I'm still not sure about the whole flashing process.
Sent from my Redmi Note 3 using XDA-Developers mobile app
Click to expand...
Click to collapse
modified boot.img is only for official MIUI roms, all other roms doesnt need it
Rajdip said:
modified boot.img is only for official MIUI roms, all other roms doesnt need it
Click to expand...
Click to collapse
So if I'm on Miui Official Global ROM 7.2.3 all I have to do is flash TWRP through fastboot, boot into it and flash the new ROM+GApps through it?
SkinCoffin said:
So if I'm on Miui Official Global ROM 7.2.3 all I have to do is flash TWRP through fastboot, boot into it and flash the new ROM+GApps through it?
Click to expand...
Click to collapse
exactly
Rajdip said:
exactly
Click to expand...
Click to collapse
Thank you! I just did it. It has booted and almost over in the "Optimizing apps" window. Thing is, I did forget to wipe system, data and cache before flashing, should I do it again or will it be fine like this?
EDIT: I rebooted the phone into recovery, wiped system, data and cache, flashed the ROM zip and wiped cache and dalvik cache. I booted the phone and it showed the Mi logo, then 4 circles screen flying around (green, red, blue and yellow) and it has been like this for like 5 min now.. Did I do something wrong? I'm starting to worry to be honest.
SkinCoffin said:
Thank you! I just did it. It has booted and almost over in the "Optimizing apps" window. Thing is, I did forget to wipe system, data and cache before flashing, should I do it again or will it be fine like this?
EDIT: I rebooted the phone into recovery, wiped system, data and cache, flashed the ROM zip and wiped cache and dalvik cache. I booted the phone and it showed the Mi logo, then 4 circles screen flying around (green, red, blue and yellow) and it has been like this for like 5 min now.. Did I do something wrong? I'm starting to worry to be honest.
Click to expand...
Click to collapse
it takes time to boot for the first time, did it boot now?
Rajdip said:
it takes time to boot for the first time, did it boot now?
Click to expand...
Click to collapse
Still hasn't booted. It has been on the flying circles screen for around 10 minutes now. Maybe fastboot twrp again and do the process all over again?
SkinCoffin said:
Still hasn't booted. It has been on the flying circles screen for around 10 minutes now. Maybe fastboot twrp again and do the process all over again?
Click to expand...
Click to collapse
Try again, goto TWRP, wipe system,data,cache,dalvik and flash the rom. Now reboot...
Rajdip said:
Try again, goto TWRP, wipe system,data,cache,dalvik and flash the rom. Now reboot...
Click to expand...
Click to collapse
So I shouldn't reinstall TWRP through fastboot?
EDIT: Ok so I restarted the phone and it booted normally into the ROM, everything seems alright. Will check if I have any problem, if I do I'll just reflash it.
SkinCoffin said:
So I shouldn't reinstall TWRP through fastboot?
Click to expand...
Click to collapse
No, first try what I said, dont wipe cache and dalvik after the rom is flashed
Rajdip said:
No, first try what I said, dont wipe cache and dalvik after the rom is flashed
Click to expand...
Click to collapse
Ok so I restarted the phone and it booted normally into the ROM, everything seems alright. Will check if I have any problem, if I do I'll just reflash it.
SkinCoffin said:
Ok so I restarted the phone and it booted normally into the ROM, everything seems alright. Will check if I have any problem, if I do I'll just reflash it.
Click to expand...
Click to collapse
okay
i do exactly like your tutor...i edit boot.img n delete ",verify"
repack than delete original boot.img, than use moded boot.img... but wifi doesn't work...
where my mistake...?
Mayoz said:
i do exactly like your tutor...i edit boot.img n delete ",verify"
repack than delete original boot.img, than use moded boot.img... but wifi doesn't work...
where my mistake...?
Click to expand...
Click to collapse
are you sure you are using the boot.img of the MIUI version you are flashing? there is two 7.2.3.0 version of boot.img one for global and one for china. Anyway try this and see if wifi works, goto TWRP(I hope you've already deleted the emmc_appsboot file), select mount and then tick on mount system as read only. Then flash the rom. This method will replace TWRP with MIUI recovery but your wifi should start working.
Rajdip said:
are you sure you are using the boot.img of the MIUI version you are flashing? there is two 7.2.3.0 version of boot.img one for global and one for china. Anyway try this and see if wifi works, goto TWRP(I hope you've already deleted the emmc_appsboot file), select mount and then tick on mount system as read only. Then flash the rom. This method will replace TWRP with MIUI recovery but your wifi should start working.
Click to expand...
Click to collapse
yes using the boot.img of the MIUI version to flashing...from recovery rom stable 7.2.3.0 china....maybe my mistake i replace emmc_appsboot file from miui forum...not delete "will replace TWRP with MIUI recovery...' still can booting? i already UBL...
Mayoz said:
yes using the boot.img of the MIUI version to flashing...from recovery rom stable 7.2.3.0 china....maybe my mistake i replace emmc_appsboot file from miui forum...not delete "will replace TWRP with MIUI recovery...' still can booting? i already UBL...
Click to expand...
Click to collapse
I didnt get you, can you be more clear?
Do I need to use Windows 64bits to flash TWRP?
Thanks.
pepemonje said:
Do I need to use Windows 64bits to flash TWRP?
Thanks.
Click to expand...
Click to collapse
no need 32bit works
Hello, I've followed a certain tutorial and flashed a fastboot Rom with modified emmc file in attempt to unlock bootloader by force because, even after two weeks of trying, I can't get a confirmation SMS from xiaomi to confirm sending an unlock request. After doing it and flashing TWRP onto my device, I'm still unable to enter recovery. Just shows a picture of device and a disconnected usb cable. I need to flash SuperSU in order to get root access.
Because this device is getting me really confused, please answer a couple of questions for me.
If I flash a recently uploaded global stable ROM 7.2.3.0. and flash TWRP with a modified boot image from this tutorial, will I finally be able to enter recovery and install SuperSU?
Flashing will probably relock my bootloader. Is it possible for me to finally enter TWRP and flash SuperSU after flashing the new boot image?
I've thought that I could enter TWRP just by unlocking the bootloader but it seems that I've missed something. I can't remember last time a phone got me this confused.
My only goal here is being able to enter TWRP and rooting my phone, I gave up on unlocking the bootloader officially because I can't ever get that confirmation SMS.
I appreciate the help!! :fingers-crossed:

Probably soft bricked my OP5, is this fixable?

Dear XDA,
I screwed up... I think my device is now soft bricked.... :crying:
It all started good on a sunny saturday. I thought this was a good day to try another custom rom. Namely Codename Phoenix.
My device was already rooted so i started with upgrading my TWRP to the latest Blu_Spark TWRP 3.2.1. After flashing the recovery i continued with the ROM. It all went downhill from there....
The install finished and i booted my device. Knowing this could take a while i got into the shower thinking it would finish when i got back. But when i got back it was still booting. Knowing the first boot can take a while so I let it be. After an hour or so it was still stuck on the google logo and the weather and my mood changed for the worse.
I figured something in the process went wrong and tried to boot into recovery. That worked so I thought 'Cool, let's fix it there'. But the recovery was encrypted so i couldn't get to my data. Normally you put in your pincode and it decrypts your phone. This was not the case.... I couldn't put in my pincode so decrypting was out of the question.
Luckily ADB was still working so I downloaded the original Oxygen OS rom and tried to side-load it... This got stuck on 47% for no reason at all. Phone had 100% battery and didn't time-out..
I was really confused, but I let the device do it's thing and maybe things would work out... I was wrong. Everything was worse. Because i tried installing the original firmware it removed the custom recovery....
So now i have a device with no OS and I can't get into recovery. Luckily there is a unbrick tool for OnePlus 5. Following those steps i got stuck on the part that it does not show in my device-manager.
Currently i'm really grumpy and have no idea how to fix this.
I humbly ask for advice. Is this solvable or do i have a wasted OnePlus 5?
Thanks in advance,
Lennard
can you reboot to bootloader?
if yes, you can flash original or custom recovery...
---------- Post added at 09:39 AM ---------- Previous post was at 09:38 AM ----------
[/COLOR]
len.asdf said:
Dear XDA,
I screwed up... I think my device is now soft bricked.... :crying:
It all started good on a sunny saturday. I thought this was a good day to try another custom rom. Namely Codename Phoenix.
My device was already rooted so i started with upgrading my TWRP to the latest Blu_Spark TWRP 3.2.1. After flashing the recovery i continued with the ROM. It all went downhill from there....
The install finished and i booted my device. Knowing this could take a while i got into the shower thinking it would finish when i got back. But when i got back it was still booting. Knowing the first boot can take a while so I let it be. After an hour or so it was still stuck on the google logo and the weather and my mood changed for the worse.
I figured something in the process went wrong and tried to boot into recovery. That worked so I thought 'Cool, let's fix it there'. But the recovery was encrypted so i couldn't get to my data. Normally you put in your pincode and it decrypts your phone. This was not the case.... I couldn't put in my pincode so decrypting was out of the question.
Luckily ADB was still working so I downloaded the original Oxygen OS rom and tried to side-load it... This got stuck on 47% for no reason at all. Phone had 100% battery and didn't time-out..
I was really confused, but I let the device do it's thing and maybe things would work out... I was wrong. Everything was worse. Because i tried installing the original firmware it removed the custom recovery....
So now i have a device with no OS and I can't get into recovery. Luckily there is a unbrick tool for OnePlus 5. Following those steps i got stuck on the part that it does not show in my device-manager.
Currently i'm really grumpy and have no idea how to fix this.
I humbly ask for advice. Is this solvable or do i have a wasted OnePlus 5?
Thanks in advance,
Lennard
Click to expand...
Click to collapse
Don't worry! Your device is safe. At most, you'll be required to wipe your data.
Try using the official twrp recovery here:
https://twrp.me/oneplus/oneplus5.html
If this doesn't work, let me know.
canteo said:
can you reboot to bootloader?
if yes, you can flash original or custom recovery...
Click to expand...
Click to collapse
I can go into fastboot and managed to install TWRP with the comment below!
Zohair.ul.hasan said:
---------- Post added at 09:39 AM ---------- Previous post was at 09:38 AM ----------
[/COLOR]
Don't worry! Your device is safe. At most, you'll be required to wipe your data.
Try using the official twrp recovery here:
https://twrp.me/oneplus/oneplus5.html
If this doesn't work, let me know.
Click to expand...
Click to collapse
Thanks for these words! That's a big relieve
With your link I managed to install TWRP through fastboot. So now i have a custom recovery. The current problem is that my data is encrypted and I cannot decrypt it. There is no option to fill in a password since there is no OS that requires a password. So it's sort of a neverending cycle . Although fastboot, recovery and sideload should work now.
The thing is, previously I tried installing the original firmware and that failed at 47%. So i'm not sure what to do now.
I tried installing 'codeworkx universal twrp 3.2.1-0 recovery' since he seems to have fixed the encrypt issue. But when I tried sideloading the file it says "Zip file is corrupt!". So no succes there yet.
To be precise, this is the threat for Codeworkx Universal TWRP : https://forum.xda-developers.com/on...overy-twrp-3-2-1-0-oreo-oxygenos-5-0-t3725723
And i downloaded and tried installing: twrp-3.2.1-0-universal-codeworkx-cheeseburger.img
I was thinking about downloading the latest Codename Phoenix ROM, but when I try to download the latest release the file is name "Codename-Phoenix-NOS-8.1-oneplus5t-20180303.zip". That implies it's only for the 5t and not for the 5. So that could be my original problem? That i downloaded the wrong ROM?
That aside.
Should I try to get the download link for CNP and download the latest release for the OP5 and install that.
Or
Should i try to install the original firmware. Reset everything and start over from the beginning (unlocking, rooting, etc..)
Thanks again for all the help
len.asdf said:
I can go into fastboot and managed to install TWRP with the comment below!
Thanks for these words! That's a big relieve
With your link I managed to install TWRP through fastboot. So now i have a custom recovery. The current problem is that my data is encrypted and I cannot decrypt it. There is no option to fill in a password since there is no OS that requires a password. So it's sort of a neverending cycle . Although fastboot, recovery and sideload should work now.
The thing is, previously I tried installing the original firmware and that failed at 47%. So i'm not sure what to do now.
I tried installing 'codeworkx universal twrp 3.2.1-0 recovery' since he seems to have fixed the encrypt issue. But when I tried sideloading the file it says "Zip file is corrupt!". So no succes there yet.
To be precise, this is the threat for Codeworkx Universal TWRP : https://forum.xda-developers.com/on...overy-twrp-3-2-1-0-oreo-oxygenos-5-0-t3725723
And i downloaded and tried installing: twrp-3.2.1-0-universal-codeworkx-cheeseburger.img
I was thinking about downloading the latest Codename Phoenix ROM, but when I try to download the latest release the file is name "Codename-Phoenix-NOS-8.1-oneplus5t-20180303.zip". That implies it's only for the 5t and not for the 5. So that could be my original problem? That i downloaded the wrong ROM?
That aside.
Should I try to get the download link for CNP and download the latest release for the OP5 and install that.
Or
Should i try to install the original firmware. Reset everything and start over from the beginning (unlocking, rooting, etc..)
Thanks again for all the help
Click to expand...
Click to collapse
Nice to hear that!
To be clear, does the TWRP decrypt you data? When you click install in TWRP, is it a bunch of randomly named files?
I think you should go ahead with installing CNP, you shouldn't have any problems with it now that you've got the correct version.
Good luck!
Zohair.ul.hasan said:
Nice to hear that!
To be clear, does the TWRP decrypt you data? When you click install in TWRP, is it a bunch of randomly named files?
I think you should go ahead with installing CNP, you shouldn't have any problems with it now that you've got the correct version.
Good luck!
Click to expand...
Click to collapse
Yeah it's a bunch of random file names. Like "2TAjnCI8CpHDL38Oh684DuTSgaO".
Alright, i'll let you know if I succeed. Thanks for the help
len.asdf said:
Yeah it's a bunch of random file names. Like "2TAjnCI8CpHDL38Oh684DuTSgaO".
Alright, i'll let you know if I succeed. Thanks for the help
Click to expand...
Click to collapse
Wait! Staying encrypted is a bunch of trouble. I recommend u to follow these steps:
Go to recovery
Select wipe
Select advanced wipe
Clear dalvik and cache
Go back
Select wipe
Click "Format Data"
Type in yes
Go back
Select wipe
Swipe to factory reset
Reboot recovery
Transfer the ROM from PC to phone
Install it
Zohair.ul.hasan said:
Wait! Staying encrypted is a bunch of trouble. I recommend u to follow these steps:
Go to recovery
Select wipe
Select advanced wipe
Clear dalvik and cache
Go back
Select wipe
Click "Format Data"
Type in yes
Go back
Select wipe
Swipe to factory reset
Reboot recovery
Transfer the ROM from PC to phone
Install it
Click to expand...
Click to collapse
Haha thanks! Just in time. Was still downloading the latest CNP .
Whew! Update me after flashing.
Zohair.ul.hasan said:
Whew! Update me after flashing.
Click to expand...
Click to collapse
Hmm, the installation should be a succes. But when i tried to reboot and start up the OS / System it just reboots into TWRP.... ? It's sort of boot looping into recovery.
I tried installing a couple of times with and without wiping dalvik/cache/system.
Could the install file not be complete?
On a side note, my data is not encrypted
len.asdf said:
Hmm, the installation should be a succes. But when i tried to reboot and start up the OS / System it just reboots into TWRP.... ? It's sort of boot looping into recovery.
I tried installing a couple of times with and without wiping dalvik/cache/system.
Could the install file not be complete?
On a side note, my data is not encrypted
Click to expand...
Click to collapse
Did you factory reset by going into wipe>swipe to factory reset?
If not then do that and flash it
Zohair.ul.hasan said:
Did you factory reset by going into wipe>swipe to factory reset?
If not then do that and flash it
Click to expand...
Click to collapse
YES! It work. Many thanks
len.asdf said:
YES! It work. Many thanks
Click to expand...
Click to collapse
Congrats! Please like my replies if you don't mind
Zohair.ul.hasan said:
Congrats! Please like my replies if you don't mind
Click to expand...
Click to collapse
But of course! Already did that. But i'm not sure if it shows or not. Tried clicking multiple times on the thanks button but it doesn't highlight. It should do that right?
len.asdf said:
But of course! Already did that. But i'm not sure if it shows or not. Tried clicking multiple times on the thanks button but it doesn't highlight. It should do that right?
Click to expand...
Click to collapse
Yes it should but that's okay
Zohair.ul.hasan said:
Yes it should but that's okay
Click to expand...
Click to collapse
installed the xda app and there I could give you a 'thanks'

Help

I flashed Lineage Os 15.1 from stock feb. update rooted, it gets stuck in bootanimation and does not go into system, any solution?
U have twrp? Can u boot into it? If yes do a clean flash or use miflash to get back to stock
If u have TWRP installed then like @apexashwin said clean flash with the recommended process if u dont have twrp u can first boot your phone into TWRP for a while from fastboot commands and clean flash rom and if you want to go to stock use Mi Flash Tool data backup will be recommended .
Sry guys
apexashwin said:
U have twrp? Can u boot into it? If yes do a clean flash or use miflash to get back to stock
Click to expand...
Click to collapse
iamlfcfan said:
If u have TWRP installed then like @apexashwin said clean flash with the recommended process if u dont have twrp u can first boot your phone into TWRP for a while from fastboot commands and clean flash rom and if you want to go to stock use Mi Flash Tool data backup will be recommended .
Click to expand...
Click to collapse
Yes, I have TWRP installed, and i have tried with a lot of clean flashes, installing the rom and the steps that you know.
Nothing have worked, and i don't know what else to do.
Nothing works
Sry guys
apexashwin said:
U have twrp? Can u boot into it? If yes do a clean flash or use miflash to get back to stock
Click to expand...
Click to collapse
iamlfcfan said:
If u have TWRP installed then like @apexashwin said clean flash with the recommended process if u dont have twrp u can first boot your phone into TWRP for a while from fastboot commands and clean flash rom and if you want to go to stock use Mi Flash Tool data backup will be recommended .
Click to expand...
Click to collapse
Yes, I have TWRP installed, and i have tried with a lot of clean flashes, installing the rom and the steps that you know.
Nothing have worked, and i don't know what else to do.
Nothing works
AnonyIsRight said:
Yes, I have TWRP installed, and i have tried with a lot of clean flashes, installing the rom and the steps that you know.
Nothing have worked, and i don't know what else to do.
Nothing works
Click to expand...
Click to collapse
Use mi flash tool to clean install your rom then please take backup of ur data
iamlfcfan said:
Use mi flash tool to clean install your rom then please take backup of ur data
Click to expand...
Click to collapse
Also tried with MiFlash, with the flash_all.bat, the flash_all_lock.bat, and all of that. ( in fastboot mode and edl mode, also tried with qfil )
Idc about my personal data, but if what you mean is the phone data... i have formated it a lot of times :/
I'm going to try with "tissot_images_7.8.23_7.1", i hope it works, but i'm thinking that it will give me the same result https://www.youtube.com/watch?v=3YcWsWYQVGQ
I will write over here if i am able to solve it, and if not, i will write too.

[request][help] need all partition data

Hi to all
I'm a user of redmi 3s, and recently i'm having problems with my phone and i think it could be due to my mistake as i did the "dd" command on a wrong partition
Now everytime i turn my screen off, phone freezes, no response whatsoever. It can only be booted by holding all 3 buttons for 40 sec
Can anyone please do a full partition backup(without system,data,cache)? Almost lost my job cause of this bug.
Thanks
Jure_aleksic said:
Hi to all
I'm a user of redmi 3s, and recently i'm having problems with my phone and i think it could be due to my mistake as i did the "dd" command on a wrong partition
Now everytime i turn my screen off, phone freezes, no response whatsoever. It can only be booted by holding all 3 buttons for 40 sec
Can anyone please do a full partition backup(without system,data,cache)? Almost lost my job cause of this bug.
Thanks
Click to expand...
Click to collapse
Backup internal memory in PC or.. and flash miui via fastboot and thats it and then flash twrp and custom ROMs flashing via fastboot restores custom cache replaces partition via normal type and everything to normal that's it
Sunny Za said:
Backup internal memory in PC or.. and flash miui via fastboot and thats it and then flash twrp and custom ROMs flashing via fastboot restores custom cache replaces partition via normal type and everything to normal that's it
Click to expand...
Click to collapse
nah, u dont get it bro
i need partitions that are phone specific, like modemst1, or oem partitions
mine are bugged and cant be flashed cuz i dont have them
Why Not You Try Flashing Latest Firmware
Azzkaran said:
Why Not You Try Flashing Latest Firmware
Click to expand...
Click to collapse
because those partitions i need arent bundled with firmware releases
Jure_aleksic said:
because those partitions i need arent bundled with firmware releases
Click to expand...
Click to collapse
Then flash official Fast boot Build Or Full Flash Your Firmware
Azzkaran said:
Then flash official Fast boot Build Or Full Flash Your Firmware
Click to expand...
Click to collapse
dude, have you even read and understand my question? THE PARTITIONS I NEED CANNOT BE FLASHED FROM FASTBOOT ROM PACKAGE AS THEY DONT EXIST IN IT. PERIOD.
Jure_aleksic said:
dude, have you even read and understand my question? THE PARTITIONS I NEED CANNOT BE FLASHED FROM FASTBOOT ROM PACKAGE AS THEY DONT EXIST IN IT. PERIOD.
Click to expand...
Click to collapse
Read My Ans Again I Given You Two Methods
Jure_aleksic said:
dude, have you even read and understand my question? THE PARTITIONS I NEED CANNOT BE FLASHED FROM FASTBOOT ROM PACKAGE AS THEY DONT EXIST IN IT. PERIOD.
Click to expand...
Click to collapse
I had the same issue when I mounted all the partitions in twrp and then did rm -rf *
Just flashed the global stable romin edl mode and all is good
Flash latest miui by fastboot method

Wifi and sim card not working

So recently I was having some fun with magisk modules. I was on pixel experience 11 plus and all worked fine but then I found a module for some photo processing . After reboot it started to boot loop. I wasn't worried it already happened couple of times. I did my buckup and reinstalled the rom. I did all good but I lt keeps on boot looping. I installed stock miui and it worked but the second it turned on it says android setup isn't responding. I couldn't turn on the wifi, sim card wasn't reading so I tried again to install pixel experience but it's the same thing. Can't use my phone and I tried a lot of things. Is there any way to repair this manually? Like copying some files?. Plzzzz help
What did you do already?
You messed your system. Make a full wipe, partiton and install stock rom.
When I had samsung it was caused by modem - you can try to flash only some modules, but it will take some time to sort things out
yaro666 said:
What did you do already?
You messed your system. Make a full wipe, partiton and install stock rom.
When I had samsung it was caused by modem - you can try to flash only some modules, but it will take some time to sort things out
Click to expand...
Click to collapse
I did all the wipes and yet nothing worked or I did it wrong.
Ive heard about this modem or nhlos files or something like that but I don't really know where to search for this stuff.
Ive rooted my phone to install root explorer. Now I know that installing another Rom wouldn't change anything and instead I have to find a right file to flash or copy. I will do an update if anything works. Thanks for respond
Corgar39 said:
I did all the wipes and yet nothing worked or I did it wrong.
Ive heard about this modem or nhlos files or something like that but I don't really know where to search for this stuff.
Ive rooted my phone to install root explorer. Now I know that installing another Rom wouldn't change anything and instead I have to find a right file to flash or copy. I will do an update if anything works. Thanks for respond
Click to expand...
Click to collapse
When switching ROM, you should Format Data, not just wipe (not the same thing in TWRP) - you can still do it now.
And flash the tgz MIUI firmware by XiaoMiFlash, not just the zip firmware by TWRP. Or, at least flash also the vendor zip firmware
zgfg said:
When switching ROM, you should Format Data, not just wipe (not the same thing in TWRP) - you can still do it now.
And flash the tgz MIUI firmware by XiaoMiFlash, not just the zip firmware by TWRP. Or, at least flash also the vendor zip firmware
Click to expand...
Click to collapse
I already used miflash for tgz and I did format data now I'm looking for different solutions
Corgar39 said:
I already used miflash for tgz and I did format data now I'm looking for different solutions
Click to expand...
Click to collapse
In not sure is it maybe in dtbo. Search the Net and if you have backup of dtbo, try with restoring
zgfg said:
In not sure is it maybe in dtbo. Search the Net and if you have backup of dtbo, try with restoring
Click to expand...
Click to collapse
Tried it. Didn't work unfortunately://
Corgar39 said:
Tried it. Didn't work unfortunately:// I don't think it's repairable
Click to expand...
Click to collapse

Categories

Resources