Hello, I have a problem running android on redmi 6 cereus. Android installed but stuck on android logo. Twrp 3.5.0_9-0-cereus displays failed to mount '/ persist' (invalid argument) error. When I try to install boot in twrp and choose install persist it still gives this error, how to solve it?
burzaa4 said:
Hello, I have a problem running android on redmi 6 cereus. Android installed but stuck on android logo. Twrp 3.5.0_9-0-cereus displays failed to mount '/ persist' (invalid argument) error. When I try to install boot in twrp and choose install persist it still gives this error, how to solve it?
Click to expand...
Click to collapse
Flash it through fastboot
SubwayChamp said:
Flash it through fastboot
Click to expand...
Click to collapse
The problem is that I don't have persist img. There is only boot img in the images folder. What to upload with a fastboot? Boot img? What commands to issue?
burzaa4 said:
The problem is that I don't have persist img. There is only boot img in the images folder. What to upload with a fastboot? Boot img? What commands to issue?
Click to expand...
Click to collapse
You said: " error. When I try to install boot in twrp and choose install persist it still gives this error, " What does mean? Maybe did you try to flash the persist image onto the boot partition? if it´s so, it´s a no-no, persist image you can flash it through TWRP in the persist partition, as you mentioned that you tried to flash persist I assumed that you have persist.img BUT if you have in a kind of lost here then download the ROM stock for your model, then extract the persist image and flash it through fastboot.
Always is a good idea to get the stock ROM at hand if something goes wrong and always too is recommendable doing a backup of EFS, modem, persist partitions through TWRP, just a tip for the next.
W twrp jest tylko opcja instalacji, nie możesz wybrać miejsca instalacji.Oto kroki, które podejmuję, a android się nie uruchamia. Presist img i have downloaded the command dd if=/dev/block/platform/bootdevice/by-name/persist of=/sdcard/persist.img
burzaa4 said:
W twrp jest tylko opcja instalacji, nie możesz wybrać miejsca instalacji.Oto kroki, które podejmuję, a android się nie uruchamia. Presist img i have downloaded the command dd if=/dev/block/platform/bootdevice/by-name/persist of=/sdcard/persist.img
Click to expand...
Click to collapse
Well, I don´t know why you think that by flashing persist will solve your issue but if you are trying to flash persist image over your persist partition How do you think that the dd persist image that you pulled from the trip of your device will solve it? You have to flash a clean persist image from your stock ROM cause the persist image that you pulled from your device is obviously corrupted.
Can you tell for the audience what exactly you did or it happened prior to this message?
It was 2 years ago when I downgraded Android from 9 to 8.1, then the fastboot just disappeared and the phone only vibrated. Only recently has it become possible to restore the fastboot. I had a backup on my computer for a year but it took so long that I threw it away. Returning to the topic, in the folder with photos there is no "persist.img", there is only "boot.img" someone told me to upload but it displays exactly the same as in photo no.5 and still failed to mount Error "/ persist" (incorrect argument I don't know what I'm asking, how to fix the problem? img? sorry for my English
burzaa4 said:
It was 2 years ago when I downgraded Android from 9 to 8.1, then the fastboot just disappeared and the phone only vibrated. Only recently has it become possible to restore the fastboot. I had a backup on my computer for a year but it took so long that I threw it away. Returning to the topic, in the folder with photos there is no "persist.img", there is only "boot.img" someone told me to upload but it displays exactly the same as in photo no.5 and still failed to mount Error "/ persist" (incorrect argument I don't know what I'm asking, how to fix the problem? img? sorry for my English
Click to expand...
Click to collapse
Try these steps:
- Erase persist partition through fastboot using
Code:
fastboot erase persist
- Then flash the persist image that you have through fastboot (not through TWRP).
- Check out if there is other recovery version available, it may be an error from your current recovery.
Mój Boże, to się zaczęło !!! po pobraniu persist img https://xiaomifirmware.com/download-link/?dlm-dp-dl=7270
Myślałem, że ten img był tylko dla xiaomi A1, ale nie dla cereus, działał! Włożyłem to jak twrp i wydałem polecenia
Fastboot erase trwa
Fastboot flash trwa persist.img i jest włączony! WOW po 2 latach widzę działający telefon !!!
SubwayChamp this command did not give anything "fastboot erase persist" Other twrp gave nothing, other miui and nothing.But what I wrote above, yes
burzaa4 said:
SubwayChamp this command did not give anything "fastboot erase persist" Other twrp gave nothing, other miui and nothing.But what I wrote above, yes
Click to expand...
Click to collapse
Well, what you should try is:
- Flash all the partitions through fastboot commands, you can use the flash_all.bat file.
- Flash the ROM through SPFlash tool using Firmware+upgrade option.
And what about other TWRP version? some times a newer version may fix this.
SubwayChamp said:
Well, what you should try is:
- Flash all the partitions through fastboot commands, you can use the flash_all.bat file.
- Flash the ROM through SPFlash tool using Firmware+upgrade option.
And what about other TWRP version? some times a newer version may fix this.
Click to expand...
Click to collapse
I tried everything: other roms, other twrp, even lineageos nothing helped until finally https://xiaomifirmware.com/download-link/?dlm-dp-dl=7270 this persist.img helped. My phone is working.
burzaa4 said:
I tried everything: other roms, other twrp, even lineageos nothing helped until finally https://xiaomifirmware.com/download-link/?dlm-dp-dl=7270 this persist.img helped. My phone is working.
Click to expand...
Click to collapse
You were lucky, Was it a generic persist for any device and it worked?
I don't know, I don't know English very well. Since the phone did not work anyway, I decided to try to upload anything. Here is the original thread from where I have persist.
[GUIDE] How to restrore persist partition and stop phone from retarting every minute.
Hey, You may have noticed that after flashing some ROM, your phone might restart every thirty seconds. This happenes if you use the factory_flash script, which also deletes your IMEI. Here I will provide 2 solutions on how to restore the persist...
forum.xda-developers.com
hey @burzaa4 I also have a redmi 6 and I want to know if you have the message you see in the image? that message appears every time I turn on or reboot the phone and is related to the persist.img file. The stock rom for the redmi 6 does not include the persist.img file and like you I also have the message in TWRP that says: failed to mount '/ persist'.
Dhyfer said:
hey @burzaa4 I also have a redmi 6 and I want to know if you have the message you see in the image? that message appears every time I turn on or reboot the phone and is related to the persist.img file. The stock rom for the redmi 6 does not include the persist.img file and like you I also have the message in TWRP that says: failed to mount '/ persist'.
Click to expand...
Click to collapse
From what I saw, they flash the persist image offered some posts above through fastboot.
SubwayChamp said:
You were lucky, Was it a generic persist for any device and it worked?
Click to expand...
Click to collapse
burzaa4 said:
I tried everything: other roms, other twrp, even lineageos nothing helped until finally https://xiaomifirmware.com/download-link/?dlm-dp-dl=7270 this persist.img helped. My phone is working.
Click to expand...
Click to collapse
Hi. May I know the step by step procedure you did to make this work? Thanks.
burzaa4 said:
Mój Boże, to się zaczęło !!! po pobraniu persist img https://xiaomifirmware.com/download-link/?dlm-dp-dl=7270
Myślałem, że ten img był tylko dla xiaomi A1, ale nie dla cereus, działał! Włożyłem to jak twrp i wydałem polecenia
Fastboot erase trwa
Fastboot flash trwa persist.img i jest włączony! WOW po 2 latach widzę działający telefon !!!
Click to expand...
Click to collapse
it works thanks i was facing same problem thanks alot
Related
This is my friend's phone and when she showed me, it was asking for android's password with the title "Decryption unsuccessful".
I then tried mi-flash and it didn't gave any errors but when it rebooted it went to fastboot screen. It was on latest MIUI7 stable when this happened. I tried formatting again from recovery, I got the below error logs.
/data, /system and /cache - (invalid argument)
Even recovery is gone and it only boots to fastboot screen. I can only go to recovery by doing
fastboot boot recovery.img (recovery is twrp 3.0.2-0) from fastboot.
I think the only possible way is to full format the partitions and bring it to stock but I am not finding any threads to point me to proper directions. Any one here care to help revive this mi4i.
warlord060816 said:
This is my friend's phone and when she showed me, it was asking for android's password with the title "Decryption unsuccessful".
I then tried mi-flash and it didn't gave any errors but when it rebooted it went to fastboot screen. It was on latest MIUI7 stable when this happened. I tried formatting again from recovery, I got the below error logs.
/data, /system and /cache - (invalid argument)
Even recovery is gone and it only boots to fastboot screen. I can only go to recovery by doing
fastboot boot recovery.img (recovery is twrp 3.0.2-0) from fastboot.
I think the only possible way is to full format the partitions and bring it to stock but I am not finding any threads to point me to proper directions. Any one here care to help revive this mi4i.
Click to expand...
Click to collapse
Anyway
Can i ask you,your friend using ext4 or f2fs??
I faced this issue if i format my data partition as f2fs at miui
Yeah, full format is good
faizauthar12 said:
Anyway
Can i ask you,your friend using ext4 or f2fs??
I faced this issue if i format my data partition as f2fs at miui
Yeah, full format is good
Click to expand...
Click to collapse
Thanks for replying.
I have the phone with me so I can answer queries right away. Its in ext4 format. Didn't tried f2fs. but the recovery I have, is not providing me f2fs file system type? How did you get that?
no idea, on doing full format. any thread links, please?
warlord060816 said:
Thanks for replying.
I have the phone with me so I can answer queries right away. Its in ext4 format. Didn't tried f2fs. but the recovery I have, is not providing me f2fs file system type? How did you get that?
no idea, on doing full format. any thread links, please?
Click to expand...
Click to collapse
here is a step
http://forum.xda-developers.com/showpost.php?p=35368127&postcount=7
about recovery here
faizauthar12 said:
here is a step
http://forum.xda-developers.com/showpost.php?p=35368127&postcount=7
about recovery here
Click to expand...
Click to collapse
I followed the format instruction and successfully formatted userdata, system and cache but when I went to recovery to wipe the partitions it again said the same thing (Failed to mount '/system' (invalid argument) and the same error for cache and data.
warlord060816 said:
I followed the format instruction and successfully formatted userdata, system and cache but when I went to recovery to wipe the partitions it again said the same thing (Failed to mount '/system' (invalid argument) and the same error for cache and data.
Click to expand...
Click to collapse
which recovery you're using?
why you wipe your system data and cache?
what do you want to do? (flash a rom,explain it )
faizauthar12 said:
which recovery you're using?
why you wipe your system data and cache?
what do you want to do? (flash a rom,explain it )
Click to expand...
Click to collapse
Recovery - twrp 3.0.2-0
Those mounts were not visible when I check the mounts using df command and for the above errors I tried to format as it showed successful operation.
I have the latest fastboot rom for flashing but unless the mounts work, I am hopeless.
Here are the recovery logs
Below output shows that userdata partition is encrypted. I think this is preventing the partitions to be mounted
warlord060816 said:
Recovery - twrp 3.0.2-0
Those mounts were not visible when I check the mounts using df command and for the above errors I tried to format as it showed successful operation.
I have the latest fastboot rom for flashing but unless the mounts work, I am hopeless.
Here are the recovery logs
Click to expand...
Click to collapse
how about using TWRP unofficial ?
a weird error i ever seen till now
faizauthar12 said:
how about using TWRP unofficial ?
a weird error i ever seen till now
Click to expand...
Click to collapse
I'm eager to try the twrp you have linked but just wanted to ask few qs.
1. The version I am using is also listed in the link you've provided. Is there a way to check or after flashing I would find differences in the functionality?
2. Which version you want me to try?
3. Since I updated my above post with the image showing the encryption flag on data partition, can that be fixed in your unofficial TWRP you've linked?
warlord060816 said:
I'm eager to try the twrp you have linked but just wanted to ask few qs.
1. The version I am using is also listed in the link you've provided. Is there a way to check or after flashing I would find differences in the functionality?
2. Which version you want me to try?
3. Since I updated my above post with the image showing the encryption flag on data partition, can that be fixed in your unofficial TWRP you've linked?
Click to expand...
Click to collapse
well, just give it a try
since i'm using my own unofficial(because it has f2fs )
i'm not face any of those error
which Miui you're using??
i think any of rom and recovery just support miui6
faizauthar12 said:
well, just give it a try
since i'm using my own unofficial(because it has f2fs )
i'm not face any of those error
which Miui you're using??
i think any of rom and recovery just support miui6
Click to expand...
Click to collapse
tried the latest in the twrp folder. I was using just the previous of the latest version and got the same result when tried "Format Data" as it said it will also remove the encryption.
I also tried to flash the latest mokee build below are the screen snaps of the logs
Reboot to recovery is also not working and it loads to fastboot screen.
Edit: Previously when i tried flash_all in miflash it gave me error:
0x80004005: FAILED (remote: failed to write partition) at the line where it invokes flash partition command.
warlord060816 said:
tried the latest in the twrp folder. I was using just the previous of the latest version and got the same result when tried "Format Data" as it said it will also remove the encryption.
I also tried to flash the latest mokee build below are the screen snaps of the logs
Reboot to recovery is also not working and it loads to fastboot screen.
Click to expand...
Click to collapse
okay, now i see you're using otg (case 1)(i never used OTG for flash any files)
how about format data from fastboot ?
which miui you're using?
faizauthar12 said:
okay, now i see you're using otg (case 1)(i never used OTG for flash any files)
how about format data from fastboot ?
which miui you're using?
Click to expand...
Click to collapse
Fastboot MIUI version - ferrari_global_images_V7.5.1.0
I tried the format data command from fastboot. If you are referring to "fastboot format userdata" , then it was successful. I tried again and below is the log.
warlord060816 said:
Fastboot MIUI version - ferrari_global_images_V7.5.1.0
I tried the format data command from fastboot. If you are referring to "fastboot format userdata" , then it was successful. I tried again and below is the log.
Click to expand...
Click to collapse
somebody(i forget who is he)
said to me that when using miui 7,you will got a lots of trouble when using TWRP
use any of miui 6 firmware
faizauthar12 said:
somebody(i forget who is he)
said to me that when using miui 7,you will got a lots of trouble when using TWRP
use any of miui 6 firmware
Click to expand...
Click to collapse
I was thinking of trying this unbrick-qualcomm-mobiles/. but again this phone is not entering into "Qualcomm HS-USB QDLoader 9008" mode.
Tell me which miui version other than 7 I should try? and if possible link me to that.
Edit: Now downloading this: ferrari_global_images_V6.5.6.0.LXIMICD_5.0_global hoping to fix the partitions if this has those files required like
"rawprogram0.xml"
"patch0.xml"
warlord060816 said:
I was thinking of trying this unbrick-qualcomm-mobiles/. but again this phone is not entering into "Qualcomm HS-USB QDLoader 9008" mode.
Tell me which miui version other than 7 I should try? and if possible link me to that.
Edit: Now downloading this: ferrari_global_images_V6.5.6.0.LXIMICD_5.0_global hoping to fix the partitions if this has those files required like
"rawprogram0.xml"
"patch0.xml"
Click to expand...
Click to collapse
do you mean edl?
http://forum.xda-developers.com/and.../guide-how-to-reboot-to-edl-fastboot-t3394292
go to fastboot then use that files
since we only can type reboot edl with adb not fastboot, that thread have a modified fastboot to support reboot edl
tried edl. phone is not going into edl. Well i don't know how it will look like if it goes into edl, right now it boots to fastboot. I don't know if I'm missing anything.
warlord060816 said:
tried edl. phone is not going into edl. Well i don't know how it will look like if it goes into edl, right now it boots to fastboot. I don't know if I'm missing anything.
Click to expand...
Click to collapse
Hey Warlord,
I believe I'm facing the same issue as you did. Have you made any progress?..
Hi guys my mi4i is stuck on fastboot. If I long press power button , It again reboots to fastboot mode.
Tried flashing a stock ROM with MiFlash tool , from command prompt and in both cases flashing is shown as success but still I'm stuck in fastboot.
Surfed a lot and flashed TWRP from fastboot. I'm able to boot into TWRP recovery but my internal stoage is shown as 0Mb and when I try to flash any custom rom it is showing error 'unable to mount /system , /data , /cache' .
Guys please help me out here this is driving me crazy.
skandikuppa said:
Hi guys my mi4i is stuck on fastboot. If I long press power button , It again reboots to fastboot mode.
Tried flashing a stock ROM with MiFlash tool , from command prompt and in both cases flashing is shown as success but still I'm stuck in fastboot.
Surfed a lot and flashed TWRP from fastboot. I'm able to boot into TWRP recovery but my internal stoage is shown as 0Mb and when I try to flash any custom rom it is showing error 'unable to mount /system , /data , /cache' .
Guys please help me out here this is driving me crazy.
Click to expand...
Click to collapse
You probably messed up your internal partitions. Well if you can boot into fastboot mode, then all hope is not lost. Use the Miflash tool to flash the stock MIUI ROM in fastboot mode.
hell1134 said:
You probably messed up your internal partitions. Well if you can boot into fastboot mode, then all hope is not lost. Use the Miflash tool to flash the stock MIUI ROM in fastboot mode.
Click to expand...
Click to collapse
I already did that and MiFlash always shows success after some 200 odd seconds and the device boots right back to fastboot.
Try flash fastboot rom using the same version that you came from. Or use famous stable one like 6.6.10 fastboot rom and reflash. Or using older miflash tool. If possible verify the md5 to make sure your file is not corrupted. There shouldn't be any issue if everything is done correctly.
yumm91 said:
Try flash fastboot rom using the same version that you came from. Or use famous stable one like 6.6.10 fastboot rom and reflash. Or using older miflash tool. If possible verify the md5 to make sure your file is not corrupted. There shouldn't be any issue if everything is done correctly.
Click to expand...
Click to collapse
Will try this tonight and let know the status here.
yumm91 said:
Try flash fastboot rom using the same version that you came from. Or use famous stable one like 6.6.10 fastboot rom and reflash. Or using older miflash tool. If possible verify the md5 to make sure your file is not corrupted. There shouldn't be any issue if everything is done correctly.
Click to expand...
Click to collapse
Can you please guide me how to check the md5 if it is fine or corrupted? Sorry if my question seems basic
skandikuppa said:
Can you please guide me how to check the md5 if it is fine or corrupted? Sorry if my question seems basic
Click to expand...
Click to collapse
I think there is 3rd party plugin software that integrates md5/hash calculator in the details tab in file properties windows, though it has been long time since I used it.
Md5 is a sum to calculate whether the file u have is the same as the one in server, though it is very rarely corrupt, unless ur Nand or hdisk is faulty. I think just flashing global files via miflash should fix ur problems. If the miflash does not flag as corrupt, your ROM is fine.
Follow These methods (100% worked)
1. Boot to fastboot mode (power +vol down)
2. Extract ADB.rar to Drive C (Put the recovery and vbmeta files in ADB Folder) vbmeta link Below
3. Connect Phone To PC with USB Cable
4. from Start run CMD and type cd:\adb (pres enter) And type the following Commands :
fastboot devices
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot flash recovery Twrp-3.4.2B_toco_by.alex.msk1407.img (you can rename it to twrp.img) -LINK BELOW (Many Thanks To Alex msk)
fastboot reboot recovery
5. in twrp: wipe-> format data -> Type yes and tap enter (blue key)
6. Copy xiaomi.eu rom and magisk.zip to phone
8. in twrp: install rom and magisk.zip
9. in twrp: Boot to recovery (the phone is restarting to twrp again)
10. in twrp: reboot system
12. Enjoy
ADB Link :
https://mega.nz/file/x8whTZSa#UP7UvnDO7rsuefBWb1meUd4iZZXMJBHIDUa1lMnQXNI
TWRP Link :
https://mega.nz/file/0lAywALA#hx6U3_xgW3fpndSR0OWsRBxEncQ9CGQb2ezMOAldTRQ
3.4.0-14 TWRP Link:
https://forum.xda-developers.com/mi...overy-unofficial-twrp-xiaomi-mi-note-t4107209
vbmeta Link:
https://mega.nz/file/t4QmXACT#hqN6TNDt2mlAPrQUnClGtmaCvWJR3eO3TRAa8I4JhGk
Magisk Link :
https://mega.nz/file/Y4BEBILD#kre2gRvSJgwJRto1Yg-o7gblTRXAftUGxJSoKNowWkI
xiaomi.eu 12.0.3 Rom Link (Updated):
https://sourceforge.net/projects/xi...e10LITE_V12.0.3.0.QFNMIXM_v12-10.zip/download
thank
thanks and good to see, that the mi note 10 lite has it own section now. hope there will come a lot of custom things.
Does Gpay work with bootloader unlocked and xiaomi.eu rom?
is the widevine L1 working?
is the hdr working
For installing updates, do we need to follow the dirty flash process via TWRP? I tried via the updater but the process simply restarts mobile and nothing happens.
New version of Xiaomi.eu ROM is out.
Question is how to updtae without losing data?
What's the problem? The test TWRP from mauronofrio can't decrypt data? Sry for the questions, I have not tested it yet
eugenwollekneul said:
What's the problem? The test TWRP from mauronofrio can't decrypt data? Sry for the questions, I have not tested it yet
Click to expand...
Click to collapse
Yes, cant decrypt -> probably can't update.
Even if you do use OTG to read the .zip...
Will it overwrite to encrypted partitions? Won't that break the system?
Or
Will it boot fine - but will the updated ROM be able to read the probably still encrypted user data?
maxlieb said:
Yes, cant decrypt -> probably can't update.
Even if you do use OTG to read the .zip...
Will it overwrite to encrypted partitions? Won't that break the system?
Or
Will it boot fine - but will the updated ROM be able to read the probably still encrypted user data?
Click to expand...
Click to collapse
I have a Redmi note 8 with xiaomi.eu but I think I can help you. In order to update you flash the new zip. It just overwrites the system partition not the data. And you are still able to decrypt them. There is no problem I tried it. You will have to reflash magisk although.But in case anything goes wrong just format data and you will be fine.
PinkNinja said:
I have a Redmi note 8 with xiaomi.eu but I think I can help you. In order to update you flash the new zip. It just overwrites the system partition not the data. And you are still able to decrypt them. There is no problem I tried it. You will have to reflash magisk although.But in case anything goes wrong just format data and you will be fine.
Click to expand...
Click to collapse
There`s a new twrp that decrypts everything so no more problem anyway
is this twrp fully working? or does it have the same problems as mauronofrio's Twrp 3.3.1.0?
Ahmed Hesham said:
is this twrp fully working? or does it have the same problems as mauronofrio's Twrp 3.3.1.0?
Click to expand...
Click to collapse
Yes it's fully working.
Στάλθηκε από το Mi Note 10 Lite μου χρησιμοποιώντας Tapatalk
Super weird... it didnt work for me... flashing was successful
but it keeps rebooting to fastboot mode.
While doing format data, i did receive an error message "unable to find /metadata" is that normal?
EDIT: So what happen is, I did all over again with slightly different steps
1) i reflashed official firmware to revive my phone
2) Once I'm able to boot on official ROM, I flash TWRP
3) Format Data + restart TWRP
4) Copied ROM and flash Xiaomi EU rom
5) Restart to system immediately after flashing ROM. Managed to boot Xiaomi EU rom.
6) Reboot to recovery and flash magisk
7) Restart to system, set up, and done.
Kediraksith said:
1) i reflashed official firmware to revive my phone
Click to expand...
Click to collapse
How you reflas official firmware?
andriej1974 said:
How you reflas official firmware?
Click to expand...
Click to collapse
I think he did it with the miflash tool. I had to do it so because I stucked in Fastboot mode.
I also had a problem with metadata. I have recovery aleks.msk, can enter fastboot but nothing else. Miflash does not work, uploading the firmware via recovery does not get up.
In fastboot mode copy latest xiaomi.eu zip (not the fastboot, the regular one)to the phone and flash it in twrp - reboot to system
Can anyone please post a link to Xiomi EU ROM. Can't find it. Thanks
RAMBO29 said:
Can anyone please post a link to Xiomi EU ROM. Can't find it. Thanks
Click to expand...
Click to collapse
In the First Post
Hey Guys Today i am happy to publish TWRP for Redmi 8A DUAL
Install Process:-
1. Go to bootloader mode by pressing (vol down + power)
2.type this below command
fastboot flash recovery twrp.img
3.press (vol up + power) it will boot into TWRP.
TWRP DOWNLOAD LINK :- Download
If you want contribute to twrp device tree here is the Link
https://github.com/Aghora7/android_device_xiaomi_olivewood/tree/twrp
Reserved
Thanks great work. Btw, I've a favor to ask, my r8adual is in bootloop as i resized and recreated system,cust and userdata with parted, now it's messed up and device boolooping even after getting into fastboot mode.. My last resort is to resize the internal partition exactly as someone else's device. Could you please send me the partition table's picture if you've this device?
.excalibur said:
Thanks great work. Btw, I've a favor to ask, my r8adual is in bootloop as i resized and recreated system,cust and userdata with parted, now it's messed up and device boolooping even after getting into fastboot mode.. My last resort is to resize the internal partition exactly as someone else's device. Could you please send me the partition table's picture if you've this device?
Click to expand...
Click to collapse
nvm i got it fixed by service center, replicating the partition also didn't guarantee it'd fix
.excalibur said:
Thanks great work. Btw, I've a favor to ask, my r8adual is in bootloop as i resized and recreated system,cust and userdata with parted, now it's messed up and device boolooping even after getting into fastboot mode.. My last resort is to resize the internal partition exactly as someone else's device. Could you please send me the partition table's picture if you've this device?
Click to expand...
Click to collapse
Never play with partitions. i see you fixed it with reflashing entire system.anyway if you want anything related join official redmi 8a dual group.
Thanks for recovery but I have a doubt.
Should I need to patch the boot before flashing this?
Pavan__pavan said:
Thanks for recovery but I have a doubt.
Should I need to patch the boot b
Click to expand...
Click to collapse
no need to patch boot image from rom , patching boot image via yaalex site , that patching method is only needed while flashing magisk zip to root the phone
First boot phone into fastboot
Then flash recovery image through CMD or shell by fastboot flash recovery recovery.img command
I am unable to download recovery file giving 404 error
Please help me out
Adityasalil95 said:
no need to patch boot image from rom , patching boot image via yaalex site , that patching method is only needed while flashing magisk zip to root the phone
First boot phone into fastboot
Then flash recovery image through CMD or shell by fastboot flash recovery recovery.img command
Click to expand...
Click to collapse
Can you provide me twrp file i you have cause i am unable to download recovery file
Link is dead. Can someone provide a mirror please ?
Hi,
My OP6 is stuck and keeps restarting. I have flashed all stock roms via MSMtool from hydrogen OS to Oxygen OS 10.3.5. Even tried fastboot rom flashing with no luck.
Flashed stock OS via twrp still nothing.
I do have a backup of my EFS partition but flashing that via fastboot/terminal makes no difference in any stock OS.
I have searched every topic related to this particular error but didn't find any fix yet so was forced to create a new thread.
Need urgent help, it has been 3 months now and nothing worked. Few times my phone did boot properly with IMEI and other details but after few days same error( Don't remember what I did which fixed earlier)
Also, I did visit the repair shop but they didn't find any motherboard or IC damage whatsoever.
Experts/Mods need your help.
{Mod edit: Quoted post deleted!}
Click to expand...
Click to collapse
If you've efs backup which is uncorrupted, modemst1 & modemst2, flash modem files via fastboot, flash twrp image, flash twrp zip installer, reboot to recovery, wipe all partitions & flash OOS and simply reboot after flash, if your efs backup is not corrupted already, it should boot up fine
Unfortunately it didn't work for me. Now when I'm flashing oos 9 and above, 10.3.5 via MSMtool from unbrick thread..the OEM unlocking is greyed and can't unlock bootloader.
I hope I find a solution as nothing is working, how to verify if the EFS backup I have is not corrupted? Also, I do have a QCN file for IMEI backup will that be of any use?
Have you tried 5.1.5 oos? Even if it is an old android version, it should save your device and as far as I know it does not change anything if the bootloader is off.
Yes I tried, Oneplus_6_A6000_international_Oxygen_OS5.1.5_22_O.09_180517(MSMTool) still no imei/meid/mac address and frequent restarts.
Is there a fix for restoring EFS partition if the backup is corrupt?
Msmtool won't fix it? Flashing persist is also of no use
Guys any fix for EFS PARTITION? If it's corrupted
immi803 said:
If you've efs backup which is uncorrupted, modemst1 & modemst2, flash modem files via fastboot, flash twrp image, flash twrp zip installer, reboot to recovery, wipe all partitions & flash OOS and simply reboot after flash, if your efs backup is not corrupted already, it should boot up fine
Click to expand...
Click to collapse
Pls need help on this. Still not able to fix it.
It has been months now. How to check if EFS partition is corrupted or not?
lazye53 said:
Have you tried 5.1.5 oos? Even if it is an old android version, it should save your device and as far as I know it does not change anything if the bootloader is off.
Click to expand...
Click to collapse
I tried 5.1.5 oos but nothing is working
Ankur 116 said:
Pls need help on this. Still not able to fix it.
It has been months now. How to check if EFS partition is corrupted or not?
Click to expand...
Click to collapse
You have followed the steps above mentioned??
immi803 said:
You have followed the steps above mentioned??
Click to expand...
Click to collapse
Yes I did. After that device went into crash dump mode.
How to resolve that now. Not sure if everything was restored.
Ankur 116 said:
Yes I did. After that device went into crash dump mode.
How to resolve that now. Not sure if everything was restored.
Click to expand...
Click to collapse
Press power + vol up key to get out of crash dump mode
Than restart device into recovery mode by power + vol down key
Factory reset , wipe everything option and reboot
immi803 said:
Press power + vol up key to get out of crash dump mode
Than restart device into recovery mode by power + vol down key
Factory reset , wipe everything option and reboot
Click to expand...
Click to collapse
I went to fastboot and then recovery. Wiped and resettled as you asked. But again going in crashdump mode.
Attaching the error details.
Ankur 116 said:
I went to fastboot and then recovery. Wiped and resettled as you asked. But again going in crashdump mode.
Attaching the error details.
Click to expand...
Click to collapse
Modem is crashing, are you sure you've properly fastboot modemst1 & modemst2 files?
How you pushed these modem files using fastboot? What command exactly?
immi803 said:
Modem is crashing, are you sure you've properly fastboot modemst1 & modemst2 files?
How you pushed these modem files using fastboot? What command exactly?
Click to expand...
Click to collapse
I have tried fastboot flash modemst1 modemst1.bin
And same for modemst2.
Also, I tried flashing EFS partition backup via twrp using restore option.
Ankur 116 said:
I have tried fastboot flash modemst1 modemst1.bin
And same for modemst2.
Also, I tried flashing EFS partition backup via twrp using restore option.
Click to expand...
Click to collapse
You should try msmtool or fastboot rom flash
immi803 said:
You should try msmtool or fastboot rom flash
Click to expand...
Click to collapse
Used msmtool but whichever MSMTOOL I'M using still going to crash dump mode.
Can't use fastboot roms as bootloader is locked.
Ankur 116 said:
Used msmtool but whichever MSMTOOL I'M using still going to crash dump mode.
Can't use fastboot roms as bootloader is locked.
Click to expand...
Click to collapse
Your bootloader is locked????
Try to unlock it using command "fastboot oem unlock" , without commas in fastboot mode
See if it unlocks it?
immi803 said:
Your bootloader is locked????
Try to unlock it using command "fastboot oem unlock" , without commas in fastboot mode
See if it unlocks it?
Click to expand...
Click to collapse
I used msmtool as asked. So bootloader was locked. Since I'm not able to boot in OS due to crashdump error not able to enable OEM unlocking.
So kinda stuck here.
immi803 said:
Your bootloader is locked????
Try to unlock it using command "fastboot oem unlock" , without commas in fastboot mode
See if it unlocks it?
Click to expand...
Click to collapse
Any help on this will be appreciated