[Q] [SOLVED] Xperia L with broken volume - button (no flashmode) - Sony Xperia L

Hi to all, my friend accidentaly broke his volume - key, now he need flash stock fw ftf.
I wanna know, if is there any way how to flash stock firmware through cwm/philz or fastboot mode?
or any other solution, i can extract whole ftf file but Iam not sure about how to flash all the sin files (I don't wan't hardbrick his phone...)
I will be grateful for any advice or insight about how to do this job without hardbrick...

Flashing_Expert said:
Hi to all, my friend accidentaly broke his volume - key, now he need flash stock fw ftf.
I wanna know, if is there any way how to flash stock firmware through cwm/philz or fastboot mode?
or any other solution, i can extract whole ftf file but Iam not sure about how to flash all the sin files (I don't wan't hardbrick his phone...)
I will be grateful for any advice or insight about how to do this job without hardbrick...
Click to expand...
Click to collapse
Method 1:-
Here you go:-
http://forum.xda-developers.com/showthread.php?t=1849867
You can boot into recovery mode by:-
Code:
adb reboot recovery
Method 2:-
Change the .ftf to .zip, Then extract, then you will get something like .sin file, kernel.sin, system.sin, userdata.sin, flash using fastboot!
Don't change to .img,
Flash the files being as .sin itself..It'll work
Code:
adb reboot fastboot
fastboot flash boot kernel.sin
fastboot flash system system.sin
fastboot flash userdata userdata.sin
:highfive:

david pro said:
Method 1:-
Here you go:-
http://forum.xda-developers.com/showthread.php?t=1849867
You can boot into recovery mode by:-
Code:
adb reboot recovery
Method 2:-
Change the .ftf to .zip, Then extract, then you will get something like .sin file, kernel.sin, system.sin, userdata.sin, flash using fastboot!
Don't change to .img,
Flash the files being as .sin itself..It'll work
Code:
adb reboot fastboot
fastboot flash boot kernel.img
fastboot flash system system.img
fastboot flash userdata userdata.img
:highfive:
Click to expand...
Click to collapse
so this means that i can flash original fw just via fastboot mode and flashtool?

Flashing_Expert said:
so this means that i can flash original fw just via fastboot mode and flashtool?
Click to expand...
Click to collapse
Using ADB and FastBoot!!!

david pro said:
Using ADB and FastBoot!!!
Click to expand...
Click to collapse
yes but flashtool can flash same *.sin files using adb and fastboot mode... thats what iam talking about

Flashing_Expert said:
yes but flashtool can flash same *.sin files using adb and fastboot mode... thats what iam talking about
Click to expand...
Click to collapse
Yes!

david pro said:
Yes!
Click to expand...
Click to collapse
thanks for clearing this thing to me, and even my friend thanks you

Flashing_Expert said:
thanks for clearing this thing to me, and even my friend thanks you
Click to expand...
Click to collapse
Hv you flashed it?
It is safer to use 1st method!

david pro said:
Hv you flashed it?
It is safer to use 1st method!
Click to expand...
Click to collapse
after all I have flashed it but don't ask me how I have entered flashmode trhough that broken button with needle :highfive: :angel:
anyway thanks for help

bassil.alzoubi said:
easy way
flash philz recovery go to power options and choose reboot to flash mode :laugh:
Click to expand...
Click to collapse
:laugh:
already tryed, not working, only restarts hes mobile into recovery again

deleted

bassil.alzoubi said:
try using fastboot
first change the ftf file to zip by rename it then extract all files in a folder that content the fastboot files
now press volume up button and connect you usb cable
press on shift and right mouse then choose open command window here now write
fastboot flash system system.sin
fastboot flash boot boot.sin or kernel.sin
fastboot flash userdata userdata.sin
fastboot flash cache cache.sin
and continue like this
can u tell me whats the problem of your phone so you wanna flash it
Click to expand...
Click to collapse
OMG, man read whole discussion this is now obsolete, you giving me advice that I have already knew for some year
I know what is fastboot mode, I have flashed many phones through years, You telling me this like Iam new one.
Nothing new to me.
Anyway thanks :good:

bassil.alzoubi said:
so i just wanna help you anyway why did u ask if u know another way to flash
Click to expand...
Click to collapse
question was how to enter flashmode without button, that was answered by another guy, first read whole discussion then give lecture about flashing via fastboot mode

Flashing_Expert said:
question was how to enter flashmode without button, that was answered by another guy, first read whole discussion then give lecture about flashing via fastboot mode
Click to expand...
Click to collapse
i am thinking if FLASHMODE is same as "REBOOT BOOLOADER" option.
if it a yes follow my steps.
root phone
install xposed installer
install gravity box or xperia xposed [choose one]
in xperia xposed enable the reboot style which has an option of "reboot recovery," "reboot bootloader," "reboot" and "soft reboot"
then restart to make the chages take effect.
then try to hold ur power button and choose the "reboot bootloader"
i am not sure if this will work ok? just an idea.

bro i tried but there is a error: C:\adb>fastboot flash system system.sin sending 'sy
bassil.alzoubi said:
try using fastboot
first change the ftf file to zip by rename it then extract all files in a folder that content the fastboot files
now press volume up button and connect you usb cable
press on shift and right mouse then choose open command window here now write
fastboot flash system system.sin
fastboot flash boot boot.sin or kernel.sin
fastboot flash userdata userdata.sin
fastboot flash cache cache.sin
and continue like this
can u tell me whats the problem of your phone so you wanna flash it
Click to expand...
Click to collapse
i have a problem:
C:\adb>fastboot flash system system.sin
sending 'system' (906148 KB)...
FAILED (remote: data too large)
finished. total time: 0.002s

Related

Difference between Xperia - L FastBoot and Flash Mode

Xperial - L can be booted into FastBoot Mode as well as Flash Mode. Can anyone point out the exact difference between these two modes?
The difference between booth is that:
* In fastboot mode you can flash kernels and .sin and .img and you enter into fastboot mode by holding volume down key and connect it to your PC
*In flash mode you can flash .ftf files and you enter into flash mode by holding volume up key and connect it to your PC
As far as I know...
Luck!
Sent from my C2105 using xda app-developers app
ArnauGonzalez98 said:
In fastboot mode you can flash kernels and .sin and .img and you enter into fastboot mode by holding volume down key and connect it to your PC
Click to expand...
Click to collapse
Doesn't FTF files include kernels, too?
Fastboot is for flashing kernels and images. While flashboot is for flashing software through SEUS or Flashtool. You cant flash anything else using the flash mode. Hope i made you clear.
srcharged said:
Fastboot is for flashing kernels and images. While flashboot is for flashing software through SEUS or Flashtool. You cant flash anything else using the flash mode. Hope i made you clear.
Click to expand...
Click to collapse
Doesn't those FTF ROM images flashable through Flashboot include Kernels, too flashable through Fastboot?
Holmes.Sherlock said:
Doesn't those FTF ROM images flashable through Flashboot include Kernels, too flashable through Fastboot?
Click to expand...
Click to collapse
first of all there is no flashboot mode, it calls Flashmode, Yes inside ftf is boot.img file and this is the kernel flashable via fastboot mode
Flashing_Expert said:
first of all there is no flashboot mode, it calls Flashmode,
Click to expand...
Click to collapse
Yes, sorry. I wrote it incorrectly. So what's the need to have a separate boot mode just to flash Kernel?
Holmes.Sherlock said:
Yes, sorry. I wrote it incorrectly. So what's the need to have a separate boot mode just to flash Kernel?
Click to expand...
Click to collapse
fastboot mode is there not only for kernel flashing but even for custom rom flashing...
actually many roms based on aospa kk are flashed through fastboot mode with 3 img files including kernel, system and userdata
flashmode is hard way to flash fw without any changes aka fresh install
via fastboot mode you cant delete cache or dalvik, via flashmode you can (this can be done also via cwm or twrp)
http://www.kingoapp.com/help/fastboot-mode.htm
flash mode is only for SONY official releases, FTF's get it?
Holmes.Sherlock said:
Yes, sorry. I wrote it incorrectly. So what's the need to have a separate boot mode just to flash Kernel?
Click to expand...
Click to collapse
Flash mode can only flash official Sony kernel.sin packed in FTF, while in Fastboot mode you can flash official and custom kernel.
So, if you want to use custom kernel, flash it through fastboot mode.
srcharged said:
flash mode is only for SONY official releases, FTF's get it?
Click to expand...
Click to collapse
underd0g said:
Flash mode can only flash official Sony kernel.sin packed in FTF, while in Fastboot mode you can flash official and custom kernel.
Click to expand...
Click to collapse
Well, but FTF is the package format used in Flashtool. While updating through PC companion or Sony Update Service, large files are downloaded in some other format which are decrypted and repackaged as FTF, isn't it? Basically, it's the SIN files which are inside the FTF archives, and those FTFs are glorified ZIP files unpackable by any standard ZIP utility, e.g. 7z.
Doesn't those custom kernels come in SIN format?
Holmes.Sherlock said:
Well, but FTF is the package format used in Flashtool. While updating through PC companion or Sony Update Service, large files are downloaded in some other format which are decrypted and repackaged as FTF, isn't it? Basically, it's the SIN files which are inside the FTF archives, and those FTFs are glorified ZIP files unpackable by any standard ZIP utility, e.g. 7z.
Doesn't those custom kernels come in SIN format?
Click to expand...
Click to collapse
Yes it is. FTF is decrypted firmware downloaded from SUS / PCC for flashing with Flashtool.
You can unpack it through 7z to get sin files and you can also extract sin files using Flashtool.
No, custom kernel using .img or .elf format.
underd0g said:
No, custom kernel using .img or .elf format.
Click to expand...
Click to collapse
I see, thanks!
Fastboot is used to unlock to bootloader. It doesn't work on ununlockable devices reasonably.
Gesendet von meinem Xperia S mit Tapatalk

bricked the phone

my L04 was running b500 5.1.1 and i flashed recovery, system, cache, boot, cust and userdata to go back to b370 but my device is boot looping and is not entering fastboot and recovery mode just show bootlogo
please help
shubham412302 said:
my L04 was running b500 5.1.1 and i flashed recovery, system, cache, boot, cust and userdata to go back to b370 but my device is boot looping and is not entering fastboot and recovery mode just show bootlogo
please help
Click to expand...
Click to collapse
maybe you can flash the b500 again?
shubham412302 said:
my L04 was running b500 5.1.1 and i flashed recovery, system, cache, boot, cust and userdata to go back to b370 but my device is boot looping and is not entering fastboot and recovery mode just show bootlogo
please help
Click to expand...
Click to collapse
Hi,
The same boot loop error also I encountered , and here is how i solved it.
1. First U need to download this tool -> HONOR_6_and_6Plus_Multi-Tool
2. run the Honor6MultiTool.bat
3. it will ask to install universal ADB driver. follow the instruction and install
4. then 6th option will be UNBRICK, Enter ur choice: 6
5. Then u follow the instruction
After that the phone will boot.
If any problem will occur do comment below.
All The Best!!
biswajit_kar said:
Hi,
The same boot loop error also I encountered , and here is how i solved it.
1. First U need to download this tool -> HONOR_6_and_6Plus_Multi-Tool
2. run the Honor6MultiTool.bat
3. it will ask to install universal ADB driver. follow the instruction and install
4. then 6th option will be UNBRICK, Enter ur choice: 6
5. Then u follow the instruction
After that the phone will boot.
If any problem will occur do comment below.
All The Best!!
Click to expand...
Click to collapse
the device does not enters fastboot mode just show the bootlogo
it enters fastboot but still the device wont boot
can you tell me the commands to flash all files from the update.app from fastboot
maybe that will solve the issue
DOWNLOAD stock firmware (update.app) extract from it Recovery.img system.img boot.img cache.img cust.img.and userdata.img. then turn your mobile in fastboot and connect to usb, open CMD in PC and write CD "path to adb.exe", when you are there, copy extracted files there too and write in CMD this lines:
fastboot flash recovery RECOVERY.img
fastboot flash system SYSTEM.img
fastboot flash boot BOOT.img
fastboot flash cache CACHE.img
fastboot flash cust CUST.img
fastboot flash userdata USERDATA.img
when you will finish write FASTBOOT REBOOT and that's all
Sent from my H60-L04 using XDA Free mobile app
Following. Reply if what Biswajit told you worked in reverting from Lollipop. Have you done this yourself Biswajit?
biswajit_kar said:
DOWNLOAD stock firmware (update.app) extract from it Recovery.img system.img boot.img cache.img cust.img.and userdata.img. then turn your mobile in fastboot and connect to usb, open CMD in PC and write CD "path to adb.exe", when you are there, copy extracted files there too and write in CMD this lines:
fastboot flash recovery RECOVERY.img
fastboot flash system SYSTEM.img
fastboot flash boot BOOT.img
fastboot flash cache CACHE.img
fastboot flash cust CUST.img
fastboot flash userdata USERDATA.img
when you will finish write FASTBOOT REBOOT and that's all
Sent from my H60-L04 using XDA Free mobile app
Click to expand...
Click to collapse
i tried this already but it did not work
i think flashing all the 22 files from the update.app file will work
or i have to wait till the lollipop update file comes out
my bootloader is unlocked so will my device be repaired under warranty(huawei didn't mentioned voiding warranty by unlocking bootloader while getting the code)
shubham412302 said:
i tried this already but it did not work
i think flashing all the 22 files from the update.app file will work
or i have to wait till the lollipop update file comes out
my bootloader is unlocked so will my device be repaired under warranty(huawei didn't mentioned voiding warranty by unlocking bootloader while getting the code)
Click to expand...
Click to collapse
Yes.
Though You can relock that by using the tool HONOR_6_and_6Plus_multi_tool from here .
try it. wish u luck.
http://forum.xda-developers.com/showthread.php?t=3142268
shubh_007 said:
http://forum.xda-developers.com/showthread.php?t=3142268
Click to expand...
Click to collapse
That would have worked but i already gave my phone to the service centre
shubham412302 said:
the device does not enters fastboot mode just show the bootlogo
it enters fastboot but still the device wont boot
can you tell me the commands to flash all files from the update.app from fastboot
maybe that will solve the issue
Click to expand...
Click to collapse
try this method
http://forum.xda-developers.com/honor-6/general/revert-h60-l04-emui-3-1-to-emui-3-0-t3142268

unbrick g6-u10

hey
after few topic here i last give up
my phone now like dead
only recovery mode with cmw or fastboot mode
yeah i have access to type command in adb mode
but i cant find my rom
i download like 20 stock rom from huawei site
and i try extract it but it now make exe file after extraxt
like post
EXTRA: Working With UPDATE.APP - Making it flashable for SP Flash Tool
Click to expand...
Click to collapse
pleaseeeee help me for unbrick my phone
it start with command
fastboot flash boot boot.img
Click to expand...
Click to collapse
im like now not sure what do this command exactly
all i know it for make the boot of phone start with cwm
but after i found same tools i know how to open fastboot mode
but now my phone only boot to fastboot mode
i try command
fastboot flash boot boot.img
Click to expand...
Click to collapse
with boot.img file i got from update.app i try to extraxt but it long boot and not do anything just huwaei logo
please same one help me with get corruct file to download and then extraxt it to get file txt to try flash it with SP Flash Tool
i try command
fastboot flash system system.img
Click to expand...
Click to collapse
with system.img file but it get error
and i try with dload folder and inside it file update.app
but i got error
what i do guys to solve my problem
waiting any help:crying:
1. find any rom for g6-u10
2. flash original recovery.img (via fastboot, so you will loose cwm)
3. copy update.app into dload folder on your SD card
4.power off phone
5. hold volume+ volume - simultaneously, then pres power for short time (until you see something is happening and when you see it started you can release volumes. then you will see flashing original process.
done.
thanks for reply , i waiting same help from few days and i hope try with me :crying:
osmera said:
1. find any rom for g6-u10
Click to expand...
Click to collapse
i did and download like 15 files firmware from huawei for g6 but i need orginal stock
osmera said:
2. flash original recovery.img (via fastboot, so you will loose cwm)
Click to expand...
Click to collapse
i cant extraxt update.app (file exe to convert files after extraxt not come with files extraxt from update.app)
osmera said:
3. copy update.app into dload folder on your SD card
Click to expand...
Click to collapse
i did this tow
but it show error
C:\adb>fastboot flash system system.img
sending 'system' (1020171 KB)... FAILED (remote: data length is too large)
finished. total time: -0.000s
Click to expand...
Click to collapse
osmera said:
4.power off phone
5. hold volume+ volume - simultaneously, then pres power for short time (until you see something is happening and when you see it started you can release volumes. then you will see flashing original process.
done.
Click to expand...
Click to collapse
i can change bot but i dont have rom zip with stable and cant sending system.img , can u give me zip rom or help me get system in phone
if i try same firm with command system
C:\adb> fastboot flash system system.img
sending 'system' (539684 KB)...
FAILED (remote: data too large)
finished. total time: 0.004s
Click to expand...
Click to collapse
thanks for nothing
i fix it with G6-U10 EMUI 3.0 to EMUI 2.0 Roll back.zip
c0derman said:
thanks for nothing
i fix it with G6-U10 EMUI 3.0 to EMUI 2.0 Roll back.zip
Click to expand...
Click to collapse
hi where can i download that file you mentioned? please i need help same issue with your phone. please please please please! i beg you:crying:
download from here
http://consumer.huawei.com/be/support/products/downloads/ascend-g6-be.htm
notice : file zip size 742mg this is file not any other files
c0derman said:
download from here
http://consumer.huawei.com/be/support/products/downloads/ascend-g6-be.htm
notice : file zip size 742mg this is file not any other files
Click to expand...
Click to collapse
How did you flash it? W/o unlocked bootloader ?

Any way to get out of my problem ?!

Hello ! iam new here and i have a really big problem !​
I Have Huwaei Honor 6 H60-L04 ! i was have liquid smooth 4.4 rom on it and i decided to install stock rom on it !! i flashed stock boot.img and stock recovery.img by rasher and after reboot my phone i got this error ( Attention PLease update system again ) i tried to flash system , boot , cust , recovery by fastboot but i got this error FAILED (remote: Command not allowed) and i tried to flash custom recovery by fastboot but i got same error ! i have unlocked bootloader ! i dont what to do ?
PLease help !!
NOTICE : SORRY FOR MY ENGLISH​
THANKS ALL <3​
Install in this order, using fastboot:
fastboot flash recovery RECOVERY.img
fastboot flash system SYSTEM.img
fastboot flash boot BOOT.img
fastboot flash cache CACHE.img
fastboot flash cust CUST.img
fastboot flash userdata USERDATA.img
fastboot reboot
badmania98 said:
Install in this order, using fastboot:
fastboot flash recovery RECOVERY.img
fastboot flash system SYSTEM.img
fastboot flash boot BOOT.img
fastboot flash cache CACHE.img
fastboot flash cust CUST.img
fastboot flash userdata USERDATA.img
fastboot reboot
Click to expand...
Click to collapse
Failed ( remote : command not allowed )
Use stock files, not custom. Extracted from a stock ROM for L04.
badmania98 said:
Use stock files, not custom. Extracted from a stock ROM for L04.
Click to expand...
Click to collapse
i tried that but same error
Try to use H6 multitool ( http://forum.xda-developers.com/honor-6/general/honor6-multi-tool-t2963060 ) and reinstal stock recovery. You have to start the program using Honor6MultiTool.bat file and folowing the instruction on the screen. The program will get the recovery file from net automaticaly. After that try to write using the steps from 2nd post or use the same H6 multitool with unbrick solution.
badmania98 said:
Try to use H6 multitool ( http://forum.xda-developers.com/honor-6/general/honor6-multi-tool-t2963060 ) and reinstal stock recovery. You have to start the program using Honor6MultiTool.bat file and folowing the instruction on the screen. The program will get the recovery file from net automaticaly. After that try to write using the steps from 2nd post or use the same H6 multitool with unbrick solution.
Click to expand...
Click to collapse
Same error i dont know what to do i tried everything
No ideea left.
Amjadaboudi22 said:
Failed ( remote : command not allowed )
Click to expand...
Click to collapse
try disconnecting the usb data cable after each fastboot command
root needed
Hi there,
seems like you lost root access when you flashed stock hence you keep getting the error try re-rooting your phone and then flash all files mentioned again,maybe that will help best of luck hope this helpsDont forget to thank

Realme 5 stuck on fastboot

Someone plz help me I got stuck on fastboot mode while installing custom recovery and ROM
Phantom010 said:
Someone plz help me I got stuck on fastboot mode while installing custom recovery and ROM
Click to expand...
Click to collapse
Are you able to power off your device ?
Nameless Foe said:
Are you able to power off your device ?
Click to expand...
Click to collapse
Yes I can also install custom recovery but no ROM can boot up from custom recovery! If I keep device on fastboot mode it automatically turns off and turn on to fastboot mode.
Phantom010 said:
Yes I can also install custom recovery but no ROM can boot up from custom recovery! If I keep device on fastboot mode it automatically turns off and turn on to fastboot mode.
Click to expand...
Click to collapse
Are you able to extract the fast boot ROM onto your computer?
This includes :
boot.img
system.img
vendor.img
vbmeta.img
Nameless Foe said:
Are you able to extract the fast boot ROM onto your computer?
This includes :
boot.img
system.img
vendor.img
vbmeta.img
Click to expand...
Click to collapse
I have downloaded firmware of it but that file can not be extracted it was .ozip file
Phantom010 said:
I have downloaded firmware of it but that file can not be extracted it was .ozip file
Click to expand...
Click to collapse
Your gonna have to find a way to convert to a regular zip then extract those 4 .img files out of the zip
Nameless Foe said:
Your gonna have to find a way to convert to a regular zip then extract those 4 .img files out of the zip
Click to expand...
Click to collapse
name of the firmware is RMX1911EX_11_OTA_1610_all_qom4EBEvsckf.ozip it does not extract from pc.
Phantom010 said:
name of the firmware is RMX1911EX_11_OTA_1610_all_qom4EBEvsckf.ozip it does not extract from pc.
Click to expand...
Click to collapse
Ok. So is that the file you downloaded to your pc ?
Nameless Foe said:
Ok. So is that the file you downloaded to your pc ?
Click to expand...
Click to collapse
This is the firmware I have downloaded from official realme site it can't be extracted.
Phantom010 said:
This is the firmware I have downloaded from official realme site it can't be extracted.
Click to expand...
Click to collapse
Try to re-download it. Make sure you completely delete the current one from your pc.
Bare with me. I'm at work now. I won't be able to respond as fast
Nameless Foe said:
Try to re-download it. Make sure you completely delete the current one from your pc.
Bare with me. I'm at work now. I won't be able to respond as fast
Click to expand...
Click to collapse
If you can get those 4 files extracted to your pc, you will need to wipe your phone via fast boot, then flash all 4 of them files separately via fastboot and your phone should go back to normal.
Nameless Foe said:
If you can get those 4 files extracted to your pc, you will need to wipe your phone via fast boot, then flash all 4 of them files separately via fastboot and your phone should go back to normal.
Click to expand...
Click to collapse
ok replay when you are free thanks for giving your time man, one thing wipe mean from pc i have installed twrp also. i am confused about why custom rom does not boot up when i install it from twro it installs successfully after system reboot it goes directly to fastboot mode.
Phantom010 said:
ok replay when you are free thanks for giving your time man, one thing wipe mean from pc i have installed twrp also. i am confused about why custom rom does not boot up when i install it from twro it installs successfully after system reboot it goes directly to fastboot mode.
Click to expand...
Click to collapse
If your phone is bricked, which it seems that it is...
Your gonna have to flash the stock firmware if you want to be able to use the phone again
I'm not sure why the rom won't boot and goes back to fast boot mode we will continue once your able to flash the stock firmware
Phantom010 said:
Someone plz help me I got stuck on fastboot mode while installing custom recovery and ROM
Click to expand...
Click to collapse
Any luck ?
Nameless Foe said:
Any luck ?
Click to expand...
Click to collapse
Nameless Foe said:
Oh **** man I got the same problem from starting to end same
Click to expand...
Click to collapse
Nameless Foe said:
If your phone is bricked, which it seems that it is...
Your gonna have to flash the stock firmware if you want to be able to use the phone again
I'm not sure why the rom won't boot and goes back to fast boot mode we will continue once your able to flash the stock firmware
Click to expand...
Click to collapse
If only I managed to access recovery mode your method would have worked. I tried flashing stock ROM recovery and Orange fox recovery but it always bootloops to fastboot way sooner than I can finish all of my steps. Same case when I tried to erase boot it bootloops faster than the process to be finished.
Can you please suggest me any method to stop bootloops atleast in fastboot mode?
Nameless Foe said:
Any luck
Click to expand...
Click to collapse
Plz help i have realme 7pro and when i starts my phone it goes to fastboot mode and restarts again and again and comes to fastboot mode plz help i am tensed from last 3 days
NickOp said:
Plz help i have realme 7pro and when i starts my phone it goes to fastboot mode and restarts again and again and comes to fastboot mode plz help i am tensed from last 3 days
Click to expand...
Click to collapse
OK ik resetting my pc right now. It's gonna be some time before I can assist you somone else might before me
Nameless Foe said:
OK ik resetting my pc right now. It's gonna be some time before I can assist you somone else might before me
Click to expand...
Click to collapse
now plz help i cannot explain that how much frustrated i am
NickOp said:
now plz help i cannot explain that how much frustrated i am
Click to expand...
Click to collapse
have you done in extracting the *.img in the ofp file?
if yes then go to your cmd and type the command:
1. fastboot erase boot && fastboot erase dtbo && fastboot erase recovery && fastboot erase metadata && fastboot erase vbmeta && fastboot erase system && fastboot erase vendor && fastboot erase userdata && fastboot reboot-bootloader
the command was based from this thread : https://forum.xda-developers.com/t/realme-5-stuck-on-fastboot-mode.4096691/
then after issuing the previous command change the "erase" to "flash":
2. fastboot flash boot boot.img && fastboot flash dtbo dtbo.img &&...... (don't include the metadata group)
i just fixed mine today

Categories

Resources