Question The partion doesn't exist - Redmi Note 10S

I am trying to flash custom recovery via fastboot method and i face en error after i enter this commond {fastboot flash recovery recovery location and enter then it show me :- remote (The partion doesn't exist)
I change multiple laptop and try again and again stil face this error.
Someone please help me to fix this problem

Awnish said:
I am trying to flash custom recovery via fastboot method and i face en error after i enter this commond {fastboot flash recovery recovery location and enter then it show me :- remote (The partion doesn't exist)
I change multiple laptop and try again and again stil face this error.
Someone please help me to fix this problem
Click to expand...
Click to collapse
Shouldn't it be "fastboot flash recovery.img recovery"?
Edit: sorry, mixed it up myself "flash recovery recovery.img"

fastboot flash recovery recovery.img

jjsan said:
fastboot flash recovery recovery.img
Click to expand...
Click to collapse
It doesn't work after enter commond i show this error (the partion doesn't exist) and recovery not install

bmwdroid said:
Shouldn't it be "fastboot flash recovery.img recovery"?
Click to expand...
Click to collapse
Yes

can you try to boot recovery without flashing?
in bootloader mode:
fastboot boot recovery.img

jjsan said:
can you try to boot recovery without flashing?
in bootloader mode:
fastboot boot recovery.img
Click to expand...
Click to collapse
Can you explain it

it will try to bood it without flash. i was using it like this for a long time. and you will see if the recovery is ok

Cn yo
jjsan said:
it will try to bood it without flash. i was using it like this for a long time. and you will see if the recovery is ok
Click to expand...
Click to collapse
Can you explain the complete method or any video or Photo

do you guys even know that fastboot flash boot boot.img works with TWRP?
this is the only way to flash TWRP

Bro after this i face black screen only. Phone doesn't boot even phone doesn't boot in stock recovery.phone boot only fastboot mode.

you need to patch both boot partitions
fastboot flash boot_a file.img
fastboot flash boot_b file.img
then
fastboot reboot

jjsan said:
you need to patch both boot partitions
fastboot flash boot_a file.img
fastboot flash boot_b file.img
then
fastboot reboot
Click to expand...
Click to collapse
Can you provide.img files

you can get one from image using tool
its the same for both
this one is for 12.5.18.0

Thanks buddy i will try it.

Awnish said:
Thanks buddy i will try it
Click to expand...
Click to collapse
i updated today to 13.0.8.0 and remember about this.
were you successful?

Related

[Q] cwm does not appear to be permanent

I've fastboot into the device using cwm 2 from here http://forum.xda-developers.com/showthread.php?t=2172979
and it appears to not have loaded cwm permanently on the device
and went through the step using
http://forum.xda-developers.com/showthread.php?t=2265618
i dont know what i have not done at the moment that would have caused this
here is a screenshot of it when i boot into the device
Maybe
fastboot flash recovery recovery.img
vs
fastboot boot recovery.img
BenPope said:
Maybe
fastboot flash recovery recovery.img
vs
fastboot boot recovery.img
Click to expand...
Click to collapse
thanks Ben that works... looks like a lot of the guide have alot of this little mistake, i am not familar with these tool well enough to get it right...
thanks again

HELP .dirtycow

my phoe is broken i need to flash twrp and i cant to do it ,i setup cyanogenmod recovery by mistake and this recovery is fault because i cant even transfer any files form computer to mobile .. i try to flash with sp tool but it give me error because my phone is broken ,i try also dirtycow v11 on my phone to try flash twrp but it cant read phone on the computer and i setup V21 rom ??
sorry for bad english
any HElp plaese?
meroher said:
any HElp plaese?
Click to expand...
Click to collapse
How you mean broken?
Can it boot to fastboot mode?
YEP IT CAN BOOT TO FASTBOOT ?! then what?
mrmazak said:
how you mean broken?
Can it boot to fastboot mode?
Click to expand...
Click to collapse
plaese man help me my mob is still broken ineed it now
meroher said:
plaese man help me my mob is still broken ineed it now
Click to expand...
Click to collapse
I don't get notified that you answer if you do not quote.
you only answered one of the questions. You did not tell what is "broke"
no help you if you do not know what you need help with.
mrmazak said:
I don't get notified that you answer if you do not quote.
you only answered one of the questions. You did not tell what is "broke"
no help you if you do not know what you need help with.
Click to expand...
Click to collapse
oki iget it
first i had a twrp recovery and i try to install other recovery so
i install this recovery
https://forum.xda-developers.com/r1-hd/development/beta-cyanogenmod-recovery-blu-r1-hd-t3462614
and this recovery cant let me to install any rom or to back to install twrp recovery
and blu cant boot up he freeze on blu white screen
any thing else i will tell you
thanks for you help
meroher said:
oki iget it
first i had a twrp recovery and i try to install other recovery so
i install this recovery
https://forum.xda-developers.com/r1-hd/development/beta-cyanogenmod-recovery-blu-r1-hd-t3462614
and this recovery cant let me to install any rom or to back to install twrp recovery
and blu cant boot up he freeze on blu white screen
any thing else i will tell you
thanks for you help
Click to expand...
Click to collapse
Ok you installed this cm recovery with twrp?
android is not booting. (v21)
the cm recovery does boot but not allow install anything.
And fastboot is loading.
probably need to fastboot flash boot.img , I will share a superSU patched version. (you do not need to root system if not wanted, but patched boot is needed to boot a moddified system)
and fastboot flash twrp.
download this zip.
extract files to your desktop
use these fastboot commands to test first
This one to boot the phone
Code:
fastboot boot %userprofile%\Desktop\su-boot.img
This one to boot twrp
Code:
fastboot boot %userprofile%\Desktop\twrp_p6601_7.1_recovery.img
mrmazak said:
Ok you installed this cm recovery with twrp?
android is not booting. (v21)
the cm recovery does boot but not allow install anything.
And fastboot is loading.
probably need to fastboot flash boot.img , I will share a superSU patched version. (you do not need to root system if not wanted, but patched boot is needed to boot a moddified system)
and fastboot flash twrp.
download this zip.
extract files to your desktop
use these fastboot commands to test first
This one to boot the phone
Code:
fastboot boot %userprofile%\Desktop\su-boot.img
This one to boot twrp
Code:
fastboot boot %userprofile%\Desktop\twrp_p6601_7.1_recovery.img
Click to expand...
Click to collapse
Quote:
FIRST WHEN SEE YOU POST I TRY THIS CODES BEFORE TRYING WITH YOUR CODES
Lets see how quick and easy this really is...
In the command line type:
Code:
fastboot devices
Seeing your serial number means we know all is good
Now lets type these commands:
Code:
fastboot erase system -w
fastboot erase boot
fastboot update superawesomerom.zip
Of course replace <superawesomerom.zip> with the correct file name
and last but not least:
Code:
fastboot reboot
THANKS IT WORKS BUT WHEN I GO TO RECOVERY IT GO TO BOOT directly again AND again
WHATS BROBLEAM !
meroher said:
Quote:
FIRST WHEN SEE YOU POST I TRY THIS CODES BEFORE TRYING WITH YOUR CODES
Lets see how quick and easy this really is...
In the command line type:
Code:
fastboot devices
Seeing your serial number means we know all is good
Now lets type these commands:
Code:
fastboot erase system -w
fastboot erase boot
fastboot update superawesomerom.zip
Of course replace <superawesomerom.zip> with the correct file name
and last but not least:
Code:
fastboot reboot
THANKS IT WORKS BUT WHEN I GO TO RECOVERY IT GO TO BOOT directly again AND again
WHATS BROBLEAM !
Click to expand...
Click to collapse
WOW
WTF
Idon't know who told you to use those commands, but I am not familiar with using
Code:
fastboot erase system -w
fastboot erase boot
fastboot update superawesomerom.zip
so i dont know what to tell you.
why do you say "it worked" but then say it "just boots again AND again"
to me that is not worked, that is mean it made bootloop. so not worked.
mrmazak said:
WOW
WTF
Idon't know who told you to use those commands, but I am not familiar with using
Code:
fastboot erase system -w
fastboot erase boot
fastboot update superawesomerom.zip
so i dont know what to tell you.
why do you say "it worked" but then say it "just boots again AND again"
to me that is not worked, that is mean it made bootloop. so not worked.
Click to expand...
Click to collapse
ok sorry
the mobile now in a bootloop as you say any solution to this issue and iam sorry again >>+
i get codes from here
https://forum.xda-developers.com/showpost.php?p=41374686&postcount=4
this post please stay with me to back up this phone
meroher said:
ok sorry
the mobile now in a bootloop as you say any solution to this issue and iam sorry again >>+
i get codes from here
https://forum.xda-developers.com/showpost.php?p=41374686&postcount=4
this post please stay with me to back up this phone
Click to expand...
Click to collapse
I am not aware of any zip file available to flash the way that guide had you try.
As it stands you wiped boot and system.
I am away from PC so typing is not as easy. I will be more detailed when I return.
Basically I suggest you to "flash" the boot.img I sent.
Then "boot" the recovery.
If the recovery then boots. Install a rom from my modifes stock roms thread.
oki i try install recovery but it same thing it go to white screen and restart again and again
i will wait for you to help me more thanks ><
mrmazak said:
I am not aware of any zip file available to flash the way that guide had you try.
As it stands you wiped boot and system.
I am away from PC so typing is not as easy. I will be more detailed when I return.
Basically I suggest you to "flash" the boot.img I sent.
Then "boot" the recovery.
If the recovery then boots. Install a rom from my modifes stock roms thread.
Click to expand...
Click to collapse
oki i will wait you thanks for your time
meroher said:
oki i will wait you thanks for your time
Click to expand...
Click to collapse
So this is what i suggest
use the files i gave before, unzipped to desktop.
This one to Flash boot.img
Code:
fastboot flash boot %userprofile%\Desktop\su-boot.img
This one to boot twrp.img
Code:
fastboot boot %userprofile%\Desktop\twrp_p6601_7.1_recovery.img
I expect that to give you a working twrp environment. Then go to linked thread and install really any version you want. But as you said you were on V21, so pick that one I supose.
https://forum.xda-developers.com/r1-hd/development/modified-8-3-stock-rom-t3602672
mrmazak said:
So this is what i suggest
use the files i gave before, unzipped to desktop.
This one to Flash boot.img
Code:
fastboot flash boot %userprofile%\Desktop\su-boot.img
This one to boot twrp.img
Code:
fastboot boot %userprofile%\Desktop\twrp_p6601_7.1_recovery.img
I expect that to give you a working twrp environment. Then go to linked thread and install really any version you want. But as you said you were on V21, so pick that one I supose.
https://forum.xda-developers.com/r1-hd/development/modified-8-3-stock-rom-t3602672
Click to expand...
Click to collapse
it works fine finally thanks very much for help :]:]:laugh::laugh:

[Q] Twrp not working

Hello guys no matter what i flash the twrp even its success i cant boot to twrp i followed many instructions but the same i cant boot to twrp some one help please
Arrenlaxmali said:
Hello guys no matter what i flash the twrp even its success i cant boot to twrp i followed many instructions but the same i cant boot to twrp some one help please
Click to expand...
Click to collapse
Can you share us a screenshot when we can see what are you doing to install TWRP recovery?
sakilxda said:
Can you share us a screenshot when we can see what are you doing to install TWRP recovery?
Click to expand...
Click to collapse
Yow hello bro as always you are active helper . I did thisfastboot oem nubia_unlock NUBIA_NX629J
Then fast boot flash recovery recovery.img " i rename the twrp with recovery.img and i cant boot to twrp why im confused i follow the instructions here in xda
Arrenlaxmali said:
Yow hello bro as always you are active helper . I did thisfastboot oem nubia_unlock NUBIA_NX629J
Then fast boot flash recovery recovery.img " i rename the twrp with recovery.img and i cant boot to twrp why im confused i follow the instructions here in xda
Click to expand...
Click to collapse
its for chines version only
if you have Chinese version you have to unlock the bootloader first and then you will be able to flash the twrp recovery
unlocking the bootloader should be on the setting
you cant unlock the bootloader using the oem command in fastboot , you have to unlock it from the setting in developer option
and then enter fastboot and enter the command
fastbooot flashing unlock
remember unlocking the bootloader will erase all your data
em90256 said:
its for chines version only
if you have Chinese version you have to unlock the bootloader first and then you will be able to flash the twrp recovery
unlocking the bootloader should be on the setting
you cant unlock the bootloader using the oem command in fastboot , you have to unlock it from the setting in developer option
and then enter fastboot and enter the command
fastbooot flashing unlock
remember unlocking the bootloader will erase all your data
Click to expand...
Click to collapse
It was unlock bro still i cant enter twrp my rm3 version is 2.27
Arrenlaxmali said:
It was unlock bro still i cant enter twrp my rm3 version is 2.27
Click to expand...
Click to collapse
am in version 2.27 and twrp working fine with me
you have to enter the command
fastboot flashing unlock
and when you boot there is a yellow warning message showing that you have unlocked the bootloader
after that just flash the right twrp file posted on the fourm
good luck
em90256 said:
am in version 2.27 and twrp working fine with me
you have to enter the command
fastboot flashing unlock
and when you boot there is a yellow warning message showing that you have unlocked the bootloader
after that just flash the right twrp file posted on the fourm
good luck
Click to expand...
Click to collapse
I did but look it was success but i cant boot to twrp
Arrenlaxmali said:
I did but look it was success but i cant boot to twrp
Click to expand...
Click to collapse
you doing it wrong, please copy my commands ,
first you have to unclock oem in developer option under settings this is important and then please copy this
fastboot devices
fastboot flashing unlock
fastboot oem nubia_unlock NUBIA_NX629J
fastboot flash recovery recovery.img
in your photo you have only used this command
fastboot oem nubia_unlock NUBIA_NX629J
but this is wrong
you have to use
*
fastboot flashing unlock
*
this is important
and then you will be able to flash twrp recovery
em90256 said:
you doing it wrong, please copy my commands ,
first you have to unclock oem in developer option under settings this is important and then please copy this
fastboot devices
fastboot flashing unlock
fastboot oem nubia_unlock NUBIA_NX629J
fastboot flash recovery recovery.img
in your photo you have only used this command
fastboot oem nubia_unlock NUBIA_NX629J
but this is wrong
you have to use
*
fastboot flashing unlock
*
this is important
and then you will be able to flash twrp recovery
Click to expand...
Click to collapse
I did all of this but still the same why i dont understand. When i reboot to recovery its show just a fastboot mode why
Arrenlaxmali said:
I did all of this but still the same why i dont understand. When i reboot to recovery its show just a fastboot mode why
Click to expand...
Click to collapse
You can find the solutions here.
https://forum.xda-developers.com/red-magic-3/help/stuck-fastboot-mode-t3937527/page7
sakilxda said:
You can find the solutions here.
https://forum.xda-developers.com/red-magic-3/help/stuck-fastboot-mode-t3937527/page7
Click to expand...
Click to collapse
I mean i can boot to system but i cant boot to recovery to twrp
Arrenlaxmali said:
I mean i can boot to system but i cant boot to recovery to twrp
Click to expand...
Click to collapse
Twrp recovery is only for Chinese firmware, did you know?
What's your problem exactly? What do you want to do?
sakilxda said:
Twrp recovery is only for Chinese firmware, did you know?
What's your problem exactly? What do you want to do?
Click to expand...
Click to collapse
Since i csnt update using OTA. I want to flash twrp so i can flash cn roms or global, yes i am cn firmware. i dont understand why i cant update in OTA and flash twrp. Look at the photo failt ota and successful twrp flash but i still i cant boot to twrp
Bro, step by step...
First, lock again the bootloader.
Second, unlock bootloader again.
Third, flash the archives from Europe or Chinese ROM, all the from the same firmware. (Boot, recovery, system, parameters, etc...)
You can see that in the other link.
If you get do all ok, try flash with OTG since Recovery.
sakilxda said:
Bro, step by step...
First, lock again the bootloader.
Second, unlock bootloader again.
Third, flash the archives from Europe or Chinese ROM, all the from the same firmware. (Boot, recovery, system, parameters, etc...)
You can see that in the other link.
If you get do all ok, try flash with OTG since Recovery.
Click to expand...
Click to collapse
Okay bro thanks i will do it
Arrenlaxmali said:
Okay bro thanks i will do it
Click to expand...
Click to collapse
Did you succes?
I have a problem with twrp to, after finish with all step twrp shown once after boot then when I try to reboot twice twrp gone.
Arrenlaxmali said:
Okay bro thanks i will do it
Click to expand...
Click to collapse
Did it work? I have the same problem with my global version.

[Q]Stuck in fastboot mode did not check ub debugging

So i tried to change the global rom of my red magic 3 to the Chinese rom, i put the Chinese rom zip in the phone and i proceed to update it manually so it can be load, but when it was installing for the first time this error appears "your device is corrupt. it cant be trusted and will not boot", as i sais this error appears since the first time i tried to install it so did not have the opportunity to activate the developer options and check usb debugging and OEM unlock, i can use the bootloader to unlock the phone by using the command "fastboot oem nubia_unlock NUBIA_NX629J" but when i try to flash it by using this command "fastboot flashing unlock" this error appears "FAILED: (remote: flashing Unlock is not allowed)" so im stuck here, what can i do to continue or to go back to factory settings, i hope some one can help me.
im sorry for my bad English
Have you tried changing back to global rom using recovery mode through OTG cable?
kelv55l said:
Have you tried changing back to global rom using recovery mode through OTG cable?
Click to expand...
Click to collapse
i have not tried that, can you linkme how to do it?
Sinuhejrz said:
i have not tried that, can you linkme how to do it?
Click to expand...
Click to collapse
I went to this link https://forum.xda-developers.com/red-magic-3/help/stuck-fastboot-mode-t3937527
So basically you want to go into fastboot mode either using command "adb reboot bootloader" while plugging the phone into the computer or by holding down the volume down - and power button until it goes into fastboot mode.
Once you are in fastboot mode you go to "reboot to recovery mode" navigate while using the volume buttons and select by using the power button.
Now in recovery mode navigate by using volume buttons and select by using power button again. Its optional, but you can "wipe data" by wiping userdata partition and cache partition. I wiped data when I booted like this. Download the global from here https://global.redmagic.gg/blogs/news/red-magic-3-global-rom-flash-instructions I downloaded the North America version because that was the only version that worked for me. Put the zip file you downloaded into a flash drive USB. then connect the usb to the OTG cable you can buy from ebay, amazon or a nearby tech store. Then connect all that to your phone and click "Choose Update Package" and then click "Choose From OTG Device" then select the rom that you put in the usb drive and then everything should take care of itself from there.
Hope this helps!
kelv55l said:
I went to this link https://forum.xda-developers.com/red-magic-3/help/stuck-fastboot-mode-t3937527
So basically you want to go into fastboot mode either using command "adb reboot bootloader" while plugging the phone into the computer or by holding down the volume down - and power button until it goes into fastboot mode.
Once you are in fastboot mode you go to "reboot to recovery mode" navigate while using the volume buttons and select by using the power button.
Now in recovery mode navigate by using volume buttons and select by using power button again. Its optional, but you can "wipe data" by wiping userdata partition and cache partition. I wiped data when I booted like this. Download the global from here https://global.redmagic.gg/blogs/news/red-magic-3-global-rom-flash-instructions I downloaded the North America version because that was the only version that worked for me. Put the zip file you downloaded into a flash drive USB. then connect the usb to the OTG cable you can buy from ebay, amazon or a nearby tech store. Then connect all that to your phone and click "Choose Update Package" and then click "Choose From OTG Device" then select the rom that you put in the usb drive and then everything should take care of itself from there.
Hope this helps!
Click to expand...
Click to collapse
i cant go into recovery mode when i select that option the phone restarts and the same message appears "your device is corrupt. it cant be trusted and will not boot" , what can i do?
Sinuhejrz said:
i cant go into recovery mode when i select that option the phone restarts and the same message appears "your device is corrupt. it cant be trusted and will not boot" , what can i do?
Click to expand...
Click to collapse
Damn that happened to me to when I tried rooting my phone. My recovery mode was corrupt too. You can try to use the instructions given on this page https://forum.xda-developers.com/red-magic-3/help/device-corrupt-trusted-boot-t3940057/page2. Extract all img and bin files from the Global ROM and place them into the folder where the "cmd-here.exe" is. Also you need "system.img" you can download that here https://drive.google.com/drive/folders/16in6Jnyi4s5aIIuQwapQ1KK1LjysSfYm, but dont download the other files they might be the Chinese files.
After you extracted the img and bin files and placed them into the folder where the cmd is placed connect your phone to the computer, open the cmd exe and run the commands
fastboot oem nubia_unlock NUBIA_NX629J
fastboot flash parameter parameter.img
fastboot reboot bootloader
fastboot oem nubia_unlock NUBIA_NX629J
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash splash splash.img
fastboot flash modem NON-HLOS.bin
fastboot flash system system.img
fastboot flash dsp dspso.bin
fastboot oem nubia_lock NUBIA_NX629J
fastboot reboot
After all that you should be able to go into recovery mode through fastboot mode if not then try and flash dtbo.img and vbmeta.img in the line of commands so for example "fastboot flash dtbo dtbo.img" and "fastboot flash vbmeta vbmeta.img" looking something like this...
fastboot oem nubia_unlock NUBIA_NX629J
fastboot flash parameter parameter.img
fastboot reboot bootloader
fastboot oem nubia_unlock NUBIA_NX629J
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash splash splash.img
fastboot flash dtbo dtbo.img
fastboot flash vbmeta vbmeta.img
fastboot flash modem NON-HLOS.bin
fastboot flash dsp dspso.bin
fastboot flash system system.img
fastboot reboot
This was the line of commands I used when my recovery mode was corrupt and somehow worked
I hope this helps and let me know if it worked or if the issue is still there. Also the forum has several posts on this matter and they might have the answer you are looking for as it helped me with this issue. Good Luck!
kelv55l said:
Damn that happened to me to when I tried rooting my phone. My recovery mode was corrupt too. You can try to use the instructions given on this page https://forum.xda-developers.com/red-magic-3/help/device-corrupt-trusted-boot-t3940057/page2. Extract all img and bin files from the Global ROM and place them into the folder where the "cmd-here.exe" is. Also you need "system.img" you can download that here https://drive.google.com/drive/folders/16in6Jnyi4s5aIIuQwapQ1KK1LjysSfYm, but dont download the other files they might be the Chinese files.
After you extracted the img and bin files and placed them into the folder where the cmd is placed connect your phone to the computer, open the cmd exe and run the commands
fastboot oem nubia_unlock NUBIA_NX629J
fastboot flash parameter parameter.img
fastboot reboot bootloader
fastboot oem nubia_unlock NUBIA_NX629J
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash splash splash.img
fastboot flash modem NON-HLOS.bin
fastboot flash system system.img
fastboot flash dsp dspso.bin
fastboot oem nubia_lock NUBIA_NX629J
fastboot reboot
After all that you should be able to go into recovery mode through fastboot mode if not then try and flash dtbo.img and vbmeta.img in the line of commands so for example "fastboot flash dtbo dtbo.img" and "fastboot flash vbmeta vbmeta.img" looking something like this...
fastboot oem nubia_unlock NUBIA_NX629J
fastboot flash parameter parameter.img
fastboot reboot bootloader
fastboot oem nubia_unlock NUBIA_NX629J
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash splash splash.img
fastboot flash dtbo dtbo.img
fastboot flash vbmeta vbmeta.img
fastboot flash modem NON-HLOS.bin
fastboot flash dsp dspso.bin
fastboot flash system system.img
fastboot reboot
This was the line of commands I used when my recovery mode was corrupt and somehow worked
I hope this helps and let me know if it worked or if the issue is still there. Also the forum has several posts on this matter and they might have the answer you are looking for as it helped me with this issue. Good Luck!
Click to expand...
Click to collapse
OMG OMG OMG it works thank you so much dude you are THE MAN now i have more than an expensive weight-paper, i really appreciate it dude, the second code lines also works for me the only problem i encounter was in this code line "fastboot flash system system.img" throw this message "C:\adb>fastboot flash system system.img
target reported max download size of 805306368 bytes
Invalid sparse file format at header magi"
but i keep with the rest of the lines and works perfectly after that.
again thank you so much dude for the help :good::crying:
Sinuhejrz said:
OMG OMG OMG it works thank you so much dude you are THE MAN now i have more than an expensive weight-paper, i really appreciate it dude, the second code lines also works for me the only problem i encounter was in this code line "fastboot flash system system.img" throw this message "C:\adb>fastboot flash system system.img
target reported max download size of 805306368 bytes
Invalid sparse file format at header magi"
but i keep with the rest of the lines and works perfectly after that.
again thank you so much dude for the help :good::crying:
Click to expand...
Click to collapse
Awesome! glad I could help you out
kelv55l said:
Awesome! glad I could help you out
Click to expand...
Click to collapse
tnx man i really appreciate it, so could you change the ROM of you phone to the Chinese one?
Sinuhejrz said:
tnx man i really appreciate it, so could you change the ROM of you phone to the Chinese one?
Click to expand...
Click to collapse
Sorry man I haven't tried changing my ROM to Chinese yet. Don't want to risk corrupting my phone again :crying:
But I'll let you know if I decide to change my rom.
Sinuhejrz said:
tnx man i really appreciate it, so could you change the ROM of you phone to the Chinese one?
Click to expand...
Click to collapse
Pretty simple to change the ROM to chinese. Download the chinese ROM, place it in an OTG or the phone's root directory. You can either do it via local update from the system.update feature in settings or use the stock recovery and install it via the OTG. Personally I would.prefer you install it via the OTG.
Please help me !!! I have same problem with my rm3
Sinuhejrz said:
So i tried to change the global rom of my red magic 3 to the Chinese rom, i put the Chinese rom zip in the phone and i proceed to update it manually so it can be load, but when it was installing for the first time this error appears "your device is corrupt. it cant be trusted and will not boot", as i sais this error appears since the first time i tried to install it so did not have the opportunity to activate the developer options and check usb debugging and OEM unlock, i can use the bootloader to unlock the phone by using the command "fastboot oem nubia_unlock NUBIA_NX629J" but when i try to flash it by using this command "fastboot flashing unlock" this error appears "FAILED: (remote: flashing Unlock is not allowed)" so im stuck here, what can i do to continue or to go back to factory settings, i hope some one can help me.
im sorry for my bad English
Click to expand...
Click to collapse
Please help me !!! I have same problem with my rm3 :crying::crying::crying: PLEASE
---------- Post added at 09:57 PM ---------- Previous post was at 09:49 PM ----------
kelv55l said:
Awesome! glad I could help you out
Click to expand...
Click to collapse
PLEASE HELP ME Bro !!! I have same problem :crying::crying::crying:
hanif9067 said:
Please help me !!! I have same problem with my rm3 :crying::crying::crying: PLEASE
---------- Post added at 09:57 PM ---------- Previous post was at 09:49 PM ----------
PLEASE HELP ME Bro !!! I have same problem :crying::crying::crying:
Click to expand...
Click to collapse
Give me your address, I'll come to your house to fix the phone!
hanif9067 said:
Please help me !!! I have same problem with my rm3 :crying::crying::crying: PLEASE
---------- Post added at 09:57 PM ---------- Previous post was at 09:49 PM ----------
PLEASE HELP ME Bro !!! I have same problem :crying::crying::crying:
Click to expand...
Click to collapse
What seems to be the problem are you able to go into recovery mode?
If not then flashing the appropriate img and bin files should allow you to go back to recovery mode as explained on previous posts on this thread.
kelv55l said:
What seems to be the problem are you able to go into recovery mode?
If not then flashing the appropriate img and bin files should allow you to go back to recovery mode as explained on previous posts on this thread.
Click to expand...
Click to collapse
Mine has the same problem and tried all the steps in this thread. Not able to go into recovery mode, can go into fastboot mode and flash everything but phone is still corrupt and can not boot. New phone now no good, OH well
re-flashed the phone using the first version of the Chinese ROM v2.12 now can use the OTG update option. just need to get a usb adapter now
I'm hoping someone can help me. I've followed the fix on earlier pages and used the files including system.img a user uploaded.
Now when booting my phone I get a device is corrupt and cannot be trusted message. I read somewhere else that the command 'Fastboot flashing unlock' may solve this but I get an error message.
Would really appreciate some help, maybe I've done something wrong but I've followed the instructions and used the files an xda user uploaded.
Many thanks.
Johnnio said:
I'm hoping someone can help me. I've followed the fix on earlier pages and used the files including system.img a user uploaded.
Now when booting my phone I get a device is corrupt and cannot be trusted message. I read somewhere else that the command 'Fastboot flashing unlock' may solve this but I get an error message.
Would really appreciate some help, maybe I've done something wrong but I've followed the instructions and used the files an xda user uploaded.
Many thanks.
Click to expand...
Click to collapse
Have you tried to erase and then reflash again?
try something like this according from this user
em90256 said:
try this
fastboot -w
fastboot erase recovery
fastboot flash recovery recovery.img
fastboot reboot
try your stock recovery image
Click to expand...
Click to collapse
leipnacht said:
Have you tried to erase and then reflash again?
try something like this according from this user
Click to expand...
Click to collapse
Thanks but I managed to fix it yesterday, I had to flash the system image using 'fastboot flash -S 100M system system.img', turns out that although it reported flash as successful it wasn't actually sent correctly unless split into smaller chunks.
Johnnio said:
Thanks but I managed to fix it yesterday, I had to flash the system image using 'fastboot flash -S 100M system system.img', turns out that although it reported flash as successful it wasn't actually sent correctly unless split into smaller chunks.
Click to expand...
Click to collapse
Oh new information. What does "-S 100M" on fastboot command do?

Recovery "image not signed or corrupt"

I tried to flash anyone recovery by fastboot with the command fastboot flash recovery recovery.img but the result Is "image not signed and CORRUPT". help me.
copeye said:
I tried to flash anyone recovery by fastboot with the command fastboot flash recovery recovery.img but the result Is "image not signed and CORRUPT". help me.
Click to expand...
Click to collapse
https://forum.xda-developers.com/moto-g5s-plus/help/solution-to-lock-oem-moto-g5s-plus-t4065619
copeye said:
I tried to flash anyone recovery by fastboot with the command fastboot flash recovery recovery.img but the result Is "image not signed and CORRUPT". help me.
Click to expand...
Click to collapse
Use latest twrp

Categories

Resources