help with recovery files - Android Q&A, Help & Troubleshooting

I have a touchmate mid 725 and i have dumped the rom. I have uploaded to the cwm builder and got 4 files in return but i dont know what to do with these files. I have searched everywhere but nothing.
Files
manifest.xml
recovery.img
inputrecovery.img
android_device_unknown_nuclear708h9.zip
What am i supposed to do?
And also i dont know how to boot into my stock recovery. I am not a noob. But this thing just wont boot. Has 3 buttons - power, volume up and down - When i hold these in any combination, the tablet wont boot at all. When i just power, it powers on normally.

aloknm said:
I have a touchmate mid 725 and i have dumped the rom. I have uploaded to the cwm builder and got 4 files in return but i dont know what to do with these files. I have searched everywhere but nothing.
Files
manifest.xml
recovery.img
inputrecovery.img
android_device_unknown_nuclear708h9.zip
What am i supposed to do?
And also i dont know how to boot into my stock recovery. I am not a noob. But this thing just wont boot. Has 3 buttons - power, volume up and down - When i hold these in any combination, the tablet wont boot at all. When i just power, it powers on normally.
Click to expand...
Click to collapse
First thing is that your bootloader must be unlocked before flashing the recovery. For flashing you must adb on your PC. Then open your phone in fastboot mode. And type the following command from terminal or shell(windows) :
Code:
fastboot flash recovery recovery.img
And for booting into recovery I'll suggest holding volume down + power.
But whatever the first thing is to unlock the bootloader.

omerjerk said:
First thing is that your bootloader must be unlocked before flashing the recovery. For flashing you must adb on your PC. Then open your phone in fastboot mode. And type the following command from terminal or shell(windows) :
Code:
fastboot flash recovery recovery.img
And for booting into recovery I'll suggest holding volume down + power.
But whatever the first thing is to unlock the bootloader.
Click to expand...
Click to collapse
How do i unlock the bootloader?
Nope nothing works. I cant even get into fastboot mode.

aloknm said:
How do i unlock the bootloader?
Nope nothing works. I cant even get into fastboot mode.
Click to expand...
Click to collapse
The method to unlock the bootloader is specific to what company's phone you own. And even some company's don't provide a method to unlock the bootloader. In that case there's only a little modifications that could be done on your phone.

Search at google/xdayour tablet) unlock bootloader.Unlocking bootloader is the first thing you should concentrate on.
Sent from my HTC Rhyme S510b using Xparent Skyblue Tapatalk 2

omerjerk said:
The method to unlock the bootloader is specific to what company's phone you own. And even some company's don't provide a method to unlock the bootloader. In that case there's only a little modifications that could be done on your phone.
Click to expand...
Click to collapse
Humm... I guess i should just leave this modding... My tablet is touchmate and i have ald searched and nothing from their side... there are basically no modders for this... anyways lemme contact the company if they can help me with it.
Thanks

aloknm said:
Humm... I guess i should just leave this modding... My tablet is touchmate and i have ald searched and nothing from their side... there are basically no modders for this... anyways lemme contact the company if they can help me with it.
Thanks
Click to expand...
Click to collapse
Yes. It's better to contact the company. But I suppose there won't be any way to unlock the bootloader.

Related

[Q] P769 Booting Woes

I recently changed my framework-res.apk and now I'm stuck at the boot animation. I don't want to completely reset my device with a kdz. I've looked around and haven't found much about recovery. I have the original apk file, but I just need a way to push it. Anyone have a way?
Mars11_ said:
I recently changed my framework-res.apk and now I'm stuck at the boot animation. I don't want to completely reset my device with a kdz. I've looked around and haven't found much about recovery. I have the original apk file, but I just need a way to push it. Anyone have a way?
Click to expand...
Click to collapse
Do you have cwm installed ? If not you can try: phone powered down , hold vol+ home + power, should bring up message saying something about service center..
Code:
adb shell
su
mount -o rw, remount /system
rm /system/framework/framework-res.apk
exit
adb push /path-to/orginal/framework-res.apk /system/framework
adb reboot
Thanks for the reply. I didn't read about CWM before this happened, otherwise this would be easy. I've held down every button combination at boot that I can think of and get nothing like that. When holding vol- + home + power I get an Android and a progress bar that causes the phone to reboot after no more than 10 seconds. Nothing shows up in the device manager during that time either.
Mars11_ said:
Thanks for the reply. I didn't read about CWM before this happened, otherwise this would be easy. I've held down every button combination at boot that I can think of and get nothing like that. When holding vol- + home + power I get an Android and a progress bar that causes the phone to reboot after no more than 10 seconds. Nothing shows up in the device manager during that time either.
Click to expand...
Click to collapse
unfortunately vol- , home and power will(probably already did) hard/factory reset your phone
Lelus said:
unfortunately vol- , home and power will(probably already did) hard/factory reset your phone
Click to expand...
Click to collapse
Well crap. Well it's still not booting..
I can get into fastboot through omap4boot. If I can get a cwm recovery img for my device I should be able to fix it.
Mars11_ said:
I can get into fastboot through omap4boot. If I can get a cwm recovery img for my device I should be able to fix it.
Click to expand...
Click to collapse
fastboot + cwm recovery only works if you've unlocked bootloader
easiest way to restore your phone now is by s/w mode ,either lg tool or offline method
or "vol+ and home and power" and the rest from 2nd post in this thread
Mars11_ said:
Thanks for the reply. I didn't read about CWM before this happened, otherwise this would be easy. I've held down every button combination at boot that I can think of and get nothing like that. When holding vol- + home + power I get an Android and a progress bar that causes the phone to reboot after no more than 10 seconds. Nothing shows up in the device manager during that time either.
Click to expand...
Click to collapse
All you have to PRESS is volume down, nothing else.Merely press it because if you hold it down, it won't boot into recovery
...My first post...done son...WOOHOOO
fredo5580 said:
All you have to PRESS is volume down, nothing else.Merely press it because if you hold it down, it won't boot into recovery
...My first post...done son...WOOHOOO
Click to expand...
Click to collapse
When do you press it?
Lelus;4003I 246 said:
fastboot + cwm recovery only works if you've unlocked bootloader
easiest way to restore your phone now is by s/w mode ,either lg tool or offline method
or "vol+ and home and power" and the rest from 2nd post in this thread
Click to expand...
Click to collapse
I had cwm before i unlocked boot loader...install with 9 installer.apk and choose test version (stable version won't boot)..plus if you have a CWM backup( they r also in the forums as well) adb restore is 50 times faster than using LG Update tool.
fredo5580 said:
I had cwm before i unlocked boot loader...install with 9 installer.apk and choose test version (stable version won't boot)..plus if you have a CWM backup( they r also in the forums as well) adb restore is 50 times faster than using LG Update tool.
Click to expand...
Click to collapse
But I don't have any ADB and can't boot into the ROM, I'll just use the LG Update tool. I have a thread detailing what working modifications I did and how I did it, so I can get all those working. Thanks guys.
Mars11_ said:
When do you press it?
Click to expand...
Click to collapse
Wh. I you see flashing LEDs..no flashing LEDs means no CWM if you don't have it( it comes and goes sometimes FM) try pushing recovery.IMG thru adb
fredo5580 said:
I had cwm before i unlocked boot loader...install with 9 installer.apk and choose test version (stable version won't boot)..plus if you have a CWM backup( they r also in the forums as well) adb restore is 50 times faster than using LG Update tool.
Click to expand...
Click to collapse
there are two types of cwm recovery, one uses 2nd boot and other recovery partition , if bootloader is locked and phone won't boot you can't use neither and cwm backups are useless
Mars11_ said:
But I recve any ADB and can't boot into the ROM, I'll just use the LG Update tool. I have a thread detailing what working modifications I did and how I did it, so I can get all those working. Thanks guys.
Click to expand...
Click to collapse
As a young developer I HIGHLY recommend becoming very familiar with ADB, it saved a BUNCH of times on my Galaxy S...its great if you can get the hang of it, all commands are the same for all devices, the help section is sort of sketchy, but with a lot of trial and error, I picked it up nicely
fredo5580 said:
As a young developer I HIGHLY recommend becoming very familiar with ADB, it saved a BUNCH of times on my Galaxy S...its great if you can get the hang of it, all commands are the same for all devices, the help section is sort of sketchy, but with a lot of trial and error, I picked it up nicely
Click to expand...
Click to collapse
Yes, I know how useful ADB is and use it frequently, but in my phone's state it's not starting and won't ever start.
Mars11_ said:
Yes, I know how useful ADB is and use it frequently, but in my phone's state it's not starting and won't ever start.
Click to expand...
Click to collapse
The best thing to do (if you haven't done so already) is to flash the kdz (thanks cmahendra and everyone else for y'all hard work) and start from scratch. Second, install artas182x (thanks Artas!) cwm and make a backup. I had to learn the hard way too
kuma82 said:
The best thing to do (if you haven't done so already) is to flash the kdz (thanks cmahendra and everyone else for y'all hard work) and start from scratch. Second, install artas182x (thanks Artas!) cwm and make a backup. I had to learn the hard way too
Click to expand...
Click to collapse
Yeah, I've now done that. Thanks for the tip though.
Sent from my LG-P769
To the OP i am currently in the same boat as far as not being able to boot and not being able to access adb. Have you figured anything out or are you still stuck? Before chimes in I do have CWM( the lights flash on reboot) but when i press the -vol button the phone does nothing.
Try connecting in s/w upgrade mode ( holding vol + while inserting usb to phone) it should load some drivers and you should be able to connect in adb. If not connect in every mode possible, to load any drivers(they will still load even though your phone isn't showing any signs of life as long as you have the installed LG drivers previously)
Sent from my LG-P769 using xda premium

The problem with bootloader

I have a problem with unlocking the bootloader, the phone just reboots August, every time I wait about 35 minutes from the restart for the next operation.
My soft is V20B
Adds video.
Sorry for my english I use google translator
Please help
youtube.com/watch?v=TXYXIAeM-1M
myju said:
I have a problem with unlocking the bootloader, the phone just reboots August, every time I wait about 35 minutes from the restart for the next operation.
My soft is V20B
Adds video.
Sorry for my english I use google translator
Please help
youtube.com/watch?v=TXYXIAeM-1M
Click to expand...
Click to collapse
Hello myju. It looks like you are trying this method: http://forum.xda-developers.com/showthread.php?t=2190326
Post your issue in that thread. The people there should be able to help.
I do not have 10 posts and I can not write in the subject ...
myju said:
I do not have 10 posts and I can not write in the subject ...
Click to expand...
Click to collapse
OK. Post some more info here, and in will try to get someone to help. maybe we can get your post count high enough.
ADB detects the phone, installed the drivers on OMAP 4430.
I tried it on Ubuntu, if you type the command "adb reboot oem-unlock" it was the same as on Windows 7
Already did it,
I have uploaded the new ROM V20B and restored the factory settings, the bootloader unlocked.
Thank you for your help
myju said:
Already did it,
I have uploaded the new ROM V20B and restored the factory settings, the bootloader unlocked.
Thank you for your help
Click to expand...
Click to collapse
WooHoo!
myju said:
Already did it,
I have uploaded the new ROM V20B and restored the factory settings, the bootloader unlocked.
Thank you for your help
Click to expand...
Click to collapse
Which variant you have? P765 / P760 / P768 / P778? Which country rom you tried, etc.
Always provide all the information in first request so people will start thinking what might have happened? This phone is really bit difficult due to various variants and rom+hardware non-compatibilities.
Kevev just PM'ed me that myju figured out the problem. And I told him this in PM...May be this is not the case here, but this generally happens. He he he
@kevev, Do you know, when there is a silly question from noobs, leave it for some time without answering. And they get impatient and frustrated and they start reading the whole OP carefully and do things in right way. lolz experienced many a times and always worked. ha ha ha
hello, i hope i am posting in the right thread. I have a lgp769 that will not power on, will not boot into anything except fastboot. is there something that I can flash to the phone in fastboot that will at least allow me to boot into a recovery of some kind so that I can get my phone back to stock.
brickedmyphone123 said:
hello, i hope i am posting in the right thread. I have a lgp769 that will not power on, will not boot into anything except fastboot. is there something that I can flash to the phone in fastboot that will at least allow me to boot into a recovery of some kind so that I can get my phone back to stock.
Click to expand...
Click to collapse
You need to do the online recovery option with LG PC suite, put the phone in S/W upgrade mode. Turn off then plug in USB with 'Vol Up' held. Then use PC suite, and click on Recovery Phone Mode or something and it should flash full stock on your phone, you may have to format data if the phone doesn't boot after the update (Vol Down + Home + Power)
Sent from my LG-P768
donk165 said:
You need to do the online recovery option with LG PC suite, put the phone in S/W upgrade mode. Turn off then plug in USB with 'Vol Up' held. Then use PC suite, and click on Recovery Phone Mode or something and it should flash full stock on your phone, you may have to format data if the phone doesn't boot after the update (Vol Down + Home + Power)
Sent from my LG-P768
Click to expand...
Click to collapse
Hey thanks for your reply. I appreciate your help. I am unable to boot into S/W upgrade mode because the phone has no software on it, powers on to a black screen without a bootloader. I was hoping that someone might be able to tell me what I'd need to copy to the various partitions on the phone to get it back in working condition - at least enough to get it back to stock. I can get the phone to power on and boot into fastboot and I've played around trying to copy bootloaders and stuff to the phone but I must not be either doing it right or getting the right software for the correct phone. I accidently flashed the phone with the wrong software and through many mistakes ended up wiping all of the partitions on the phone...perhaps some kind person here might be able to provide the images i'd need and how to use fastboot to copy them to the phone, I'd truly appreciate the help as this is my only phone and been without it for a couple days (won't be trying to flash firmwares again if i can get the phone back up and working) much thanks
---------- Post added at 04:22 PM ---------- Previous post was at 03:58 PM ----------
I noticed a thread on how to restore a Nexus 7 through fastboot, and was hoping a similar method would work for the LG but can't find an image of the phone that will work with fastboot
If you're talking about what I think you are, you need to fastboot flash u-boot, x-loader, and recovery via fastboot. You can't do system via fastboot because the file size it too big. I ran into that problem once by accidentally flashing wrong u-boot and then erasing all partitions out of frustration. I don't think recovery Idk 100% necessary as long as you can boot into s/w update mode, which I believe is intertwined somewhere in the u-boot or x-loader.
Once you get the phone to load inti s/w mode, you're set to flash kdz.
Sent from my LG-P769 using xda app-developers app

Hard Brick ?

Ok, I just want to know if my phone is hard bricked, or if I still have a chance...
I tried to install an update (121 to 170 for plk-l01) on my rooted phone, with local update. It didn't worked, twrp show errors everywhere, and after turning off know i can't access the recovery. when I press on vol+/- and power for 10-15 second, it vibrate but nothing else.
Is there anything I can do ? my phone isn't recognized by my computer, by the way...
Why you did that? You can't update rooted phone
Idiocrate said:
Ok, I just want to know if my phone is hard bricked, or if I still have a chance...
I tried to install an update (121 to 170 for plk-l01) on my rooted phone, with local update. It didn't worked, twrp show errors everywhere, and after turning off know i can't access the recovery. when I press on vol+/- and power for 10-15 second, it vibrate but nothing else.
Is there anything I can do ? my phone isn't recognized by my computer, by the way...
Click to expand...
Click to collapse
Try to boot into fastboot (phone turned off - connect with data usb to the computer - vol down + power on). Extract rom which is currently installed or higher (for your respective model) and flash from it:
fastboot.exe flash boot BOOT.img
fastboot.exe flash recovery RECOVERY.img
fastboot.exe flash cust CUST.img
fastboot.exe flash system SYSTEM.img
Reboot.
piskr said:
Try to boot into fastboot (phone turned off - connect with data usb to the computer - vol down + power on). Extract rom which is currently installed or higher (for your respective model) and flash from it:
fastboot.exe flash boot BOOT.img
fastboot.exe flash recovery RECOVERY.img
fastboot.exe flash cust CUST.img
fastboot.exe flash system SYSTEM.img
Reboot.
Click to expand...
Click to collapse
Thanks, but unfortunately, it just 'boot' as others reboots. it vibrates, doesn't get recognize and doesn't turn on...
If anyone have any clue on how to force recognizing the phone storage, it might really help ^^
That is what my phone is doing, I tried to upgrade to marshmallow though with no root!! I put the zip in the dload folder and went through the upgrade process everything went through the phone rebooted and now its dead. Blank screen and if you hold power after a few seconds it will vibrate but that is it. I presume its hard bricked? no matter what combo of buttons I press I cannot get it in to fastboot.
james194zt said:
That is what my phone is doing, I tried to upgrade to marshmallow though with no root!! I put the zip in the dload folder and went through the upgrade process everything went through the phone rebooted and now its dead. Blank screen and if you hold power after a few seconds it will vibrate but that is it. I presume its hard bricked? no matter what combo of buttons I press I cannot get it in to fastboot.
Click to expand...
Click to collapse
ok I'm looking for a solution for hours now... so I just lokked how works our phone and I think the trouble must be in the preloader, because I can't even make my phone being recognized by any computer and I can't access to recovery.
I found this :
http://www.droidgyan.com/soft-brick-vs-hard-bricked-vs-broken/
Which could help. I'll leave that topic on for some days (if it could help someone) and I'll open a new one to know if there is any easier solution ! thanks and good luck.
I sorted mine, it was only 2 days old so I got it replaced by the shop I bought it on. I would say it was something like a pre loader from what I saw. I have never bricked an Android phone and I must have had 15-20 of them since my first HTC Magic and before that Windows Mobile which again I messed with tons reloading with all sorts of ROM's!! These phones are wayyyy too sensitive to being messed with, I always remember though that you never mess with the boot loaders, but it looks like these updates do to get it bricked to that point.
Idiocrate said:
Thanks, but unfortunately, it just 'boot' as others reboots. it vibrates, doesn't get recognize and doesn't turn on...
If anyone have any clue on how to force recognizing the phone storage, it might really help ^^
Click to expand...
Click to collapse
Do you have adb debugging activated on the phone? Did you try to hold phone buttons long enough?
piskr said:
Do you have adb debugging activated on the phone? Did you try to hold phone buttons long enough?
Click to expand...
Click to collapse
Euuum..... maybe yes ? I used fastboot but I don't think it really matters now, there's nothing working on it. And I've sometimes hold the buttons for 30-40 second while praying lol
korenisko said:
Why you did that? You can't update rooted phone
Click to expand...
Click to collapse
local update
I just hard bricked my Honor 7 the same way. Is there really no solution? Other China-Phones are pretty much unbrickable, since you can always fix it via the preloader. No such luck here? Back to the shop and hope they actually replace it? While I admit it was stupid to just hastily start the OTA while having twrp and not stock recovery (no root, though), this is a terrible design flaw on Huaweis side.
Anyway... any hope or no chance?
i just hard bricked my honor 7 PLK-L01
it the same thing it is doing . not recognized by the computer
tried all the combination of buttons. but no hope
and it only vibrates when tried to turn on
Need urgent help please
@Idiocrate try to boot into bootloader mode just by pressing Vol DOWN button and simultaneously connecting it to a PC, don't press Power button, if it boots into it, then follow the method given by @piskr in third post.

H931 (AT&T) - Looking to see if Bootloader is unlocked

Turned on Dev Mode, OEM Unlocking and Debug Mode
Adb devices works
adb reboot bootloader boots into the phone; not the boot loader
For the life of my I've tried to boot into bootloader directly and can't get it -- So can't run any fastboot commands to see if it is locked or not.
Anyone know how to get into the bootloader? Holding Power and Volume Down and then releasing power at the LG screen doesnt work. Holding them down without letting go just keeps rebooting the phone. Hold Volume UP, Volume Down and Power gets me IMEI information.
Maybe try holding power, up and down? maybe see if adb connects on the imei info and see if you can run the reboot command from there?
adb reboot fastboot son
mr turtle droid said:
adb reboot fastboot son
Click to expand...
Click to collapse
Same
adb reboot recovery gets me into recovery
adb reboot download gets me into download
fastboot from IMEI Page doesnt work
If I hold power and volume down, wait for LG logo, let go of power real quick (while still holding volume down) and press power again it gets me to "factory data reset"; not typical bootloader menu.
Still trying...
If ADB reboot fastboot yeilded nothing then it's locked down
I'm going to assume no oem unlock?
May still be too soon if it's unlocked.
Leviathan75 said:
May still be too soon if it's unlocked.
Click to expand...
Click to collapse
? Why would it be too soon? ADB flash commands either work or they don't.
I understand someone has to test, just to make sure -- but you should assume all "major carriers"-branded LG V30 will be locked down. Even T-mobile has succumbed. With the T-mobile LG G6 earlier this year, you could unlock the bootloader, but T-mobile/LG removed all other flash commands. Like having the keys to the car, but there's no car.
Go read this if you haven't. It explains how having ONLY bootloader unlock is useless.
https://forum.xda-developers.com/showpost.php?p=73652182&postcount=7
https://forum.xda-developers.com/lg-v30/help/unlock-bootloader-root-t3665927/page12
As a result, (probably) only the U.S. and European carrier unlocked versions of LG V30 will have real bootloader unlock, and be added to LG's bootloader unlock list for developers -- just like the LG G6. I would be glad to be wrong about this.
Of course, the wild card would be exploits devs may find... But with official carrier unlocked versions available, devs don't need to look for exploits.
ChazzMatt said:
?
Of course, the wild card would be exploits devs may find... But with official carrier unlocked versions available, devs don't need to look for exploits.
Click to expand...
Click to collapse
Honestly, carrier unlocked phones are almost just as unfair to consumers as locked bootloaders in the first place. For those of us who can't afford paying for an unlocked phone all at once, it locks us in a position where we have to bow down to the carrier or stick to a 4 year old phone. I'm forever grateful to the devs who are in similar situations and try to find exploits on carrier phones, but I'm so disappointed that by having a carrier unlocked phone, it leaves many of us in an even worse situation. Just hoping for a miracle.
fifteenfathoms said:
Honestly, carrier unlocked phones are almost just as unfair to consumers as locked bootloaders in the first place. For those of us who can't afford paying for an unlocked phone all at once, it locks us in a position where we have to bow down to the carrier or stick to a 4 year old phone. I'm forever grateful to the devs who are in similar situations and try to find exploits on carrier phones, but I'm so disappointed that by having a carrier unlocked phone, it leaves many of us in an even worse situation. Just hoping for a miracle.
Click to expand...
Click to collapse
Preach. [emoji113]?
Sent from my VS995 using Tapatalk
Let's just say that a kernel and userland exploit comes quickly and allows root access.
Could we dd a TWRP build to the recovery partition? Does the phone need signed firmware or is it simply a crippled fastboot?
LLStarks said:
Let's just say that a kernel and userland exploit comes quickly and allows root access.
Could we dd a TWRP build to the recovery partition? Does the phone need signed firmware or is it simply a crippled fastboot?
Click to expand...
Click to collapse
You need a signed firmware, so no TWRP.
pacmantravis said:
Turned on Dev Mode, OEM Unlocking and Debug Mode
Adb devices works
adb reboot bootloader boots into the phone; not the boot loader
For the life of my I've tried to boot into bootloader directly and can't get it -- So can't run any fastboot commands to see if it is locked or not.
Anyone know how to get into the bootloader? Holding Power and Volume Down and then releasing power at the LG screen doesnt work. Holding them down without letting go just keeps rebooting the phone. Hold Volume UP, Volume Down and Power gets me IMEI information.
Click to expand...
Click to collapse
What drivers did you use? I let Windows install mine, enabled debugging, but no device. Thanks
pacmantravis said:
adb reboot recovery gets me into recovery
adb reboot download gets me into download
fastboot from IMEI Page doesnt work
If I hold power and volume down, wait for LG logo, let go of power real quick (while still holding volume down) and press power again it gets me to "factory data reset"; not typical bootloader menu.
Still trying...
Click to expand...
Click to collapse
Same here, I also get a "no command found" when I boot into recovery.
LLStarks said:
Let's just say that a kernel and userland exploit comes quickly and allows root access.
Could we dd a TWRP build to the recovery partition? Does the phone need signed firmware or is it simply a crippled fastboot?
Click to expand...
Click to collapse
crippled fastboot. commands are removed.

my phone is not going into Fastboot mode

My phone realme 1 is not going into fastboot mode when the powerbutton and volume-down button are pressed together. Instead it is going into recovery mode. What should i do to get it to fastboot mode
It's vol up and power button
Vatsa Nori said:
My phone realme 1 is not going into fastboot mode when the powerbutton and volume-down button are pressed together. Instead it is going into recovery mode. What should i do to get it to fastboot mode
Click to expand...
Click to collapse
After unlocking bootloader, you can enter fastboot mode. Means if bootloader is locked then you can enter only recovery.
you can go to fastboot mode by pressing Vol Down and Power Button but it needs the bootloader unlocked. so, first unlock that
CyberJalagam said:
you can go to fastboot mode by pressing Vol Down and Power Button but it needs the bootloader unlocked. so, first unlock that
Click to expand...
Click to collapse
before unlocking the bootloader you need to enter into fast boot. I think you are new mmember.
mycomputerworld99 said:
before unlocking the bootloader you need to enter into fast boot. I think you are new mmember.
Click to expand...
Click to collapse
Yes, after unlocking Bootloader or after applying in Deep Test apk you can enter FastBoot mode. Without unlocking bl there is no way to access fastboot mode. Only recovery is accessible.
By the way he is not new. He is developing ROMs for this device.
mycomputerworld99 said:
before unlocking the bootloader you need to enter into fast boot. I think you are new mmember.
Click to expand...
Click to collapse
Well, Who tf tries to go to fastboot mode without unlocking bootloader in the first place?and I'm not a new member. I'm one of the lead developers of Realme mt6771 development team. You can go ahead and see at github.com/CPH1859 and github.com/RMX1831 . I'm saying the fact, if a person is trying to go to bootloader and he hasn't unlocked it, call him a new member. Its just Common sense. You can't open a door without unlocking it.
CyberJalagam said:
Well, Who tf tries to go to fastboot mode without unlocking bootloader in the first place?and I'm not a new member. I'm one of the lead developers of Realme mt6771 development team. You can go ahead and see at github.com/CPH1859 and github.com/RMX1831 . I'm saying the fact, if a person is trying to go to bootloader and he hasn't unlocked it, call him a new member. Its just Common sense. You can't open a door without unlocking it.
Click to expand...
Click to collapse
Sorry sorry! I read the sentence indirectly.
can we make stock rom?? If Fastboot is disabled by the manufacture and there is not old stock ROM to get fastboot option to unlock the bootloader??

Categories

Resources