Today I bricked my phone when I try to flash back to 6.0 because I was lazy and use dd to flash modem(radio).
And here is a warningO NOT flash your nexus 6p's bootloader,radio directly,becuase radio,bootloader image for this phone is packed.Using dd to flashing it directly will make you phone bricked.
And my phone is locked because I want to use device protection.So no luck flash radio via fastboot directly.
So I manage a new way to let bootloader thought bootloader can be unlock.
I learn about "factory reset protection"(frp) partition from
http://forum.xda-developers.com/nexus-6/help/info-nexus-6-nexus-9-enable-oem-unlock-t3113539
.
So all factory reset protection problem is just about that frp partition.You just need to dump it out using dd,then use winhex or other software edit the last bit to 01,then your phone is able to unlock.No need for password.
And don't give the device protection too much hope.Many people can unlock it easily because you just need to edit frp partition.Use jtag tools,wire emmc out,even UART or just download mode,and edit that bit then your phone is unlocked.
Apple is the same.Although apple will check iDevices ID,but many people who fix phones in China has some backdoor to unlock it(means reuse it again,data is loss,but who care these data).
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
akaHardison said:
Today I bricked my phone when I try to flash back to 6.0 because I was lazy and use dd to flash modem(radio).
And here is a warningO NOT flash your nexus 6p's bootloader,radio directly,becuase radio,bootloader image for this phone is packed.Using dd to flashing it directly will make you phone bricked.
And my phone is locked because I want to use device protection.So no luck flash radio via fastboot directly.
So I manage a new way to let bootloader thought bootloader can be unlock.
I learn about "factory reset protection"(frp) partition from
http://forum.xda-developers.com/nexus-6/help/info-nexus-6-nexus-9-enable-oem-unlock-t3113539
.
So all factory reset protection problem is just about that frp partition.You just need to dump it out using dd,then use winhex or other software edit the last bit to 01,then your phone is able to unlock.No need for password.
And don't give the device protection too much hope.Many people can unlock it easily because you just need to edit frp partition.Use jtag tools,wire emmc out,even UART or just download mode,and edit that bit then your phone is unlocked.
Apple is the same.Although apple will check iDevices ID,but many people who fix phones in China has some backdoor to unlock it(means reuse it again,data is loss,but who care these data).
View attachment 3679303
Click to expand...
Click to collapse
can you detail the process with pictures if possible.. should help a lot of ppl around here..
rohit25 said:
can you detail the process with pictures if possible.. should help a lot of ppl around here..
Click to expand...
Click to collapse
run "adb shell" in PC
then
"cd /dev/block/platform/s*/f*/b*n*"
then type "dd if=frp of=/sdcard/frp",then the frp partition is dumped in the /sdcard.
use winhex or else edit the last 00 bit to 01,then save the files.
put the frp files back to /sdcard,use "dd if=/sdcard/frp1 of=frp"to flash the unlocked frp back(make sure you are in /dev/block/platform/soc.0/f9824900.sdhci/by-name)
reboot to bootloader,use "fastboot flashing unlock",select yes,then good to go,
Genius ...... Very bad English and grammar.....but I see what you are saying and is pure genius.
What I'm saying is its hard to follow.
Genius guy , dd is dangerous but life saving too
Sent from my Nexus 6P using Tapatalk
Wow, mosdef badass
cool, I wondered about this method months ago but too scared to try it. thanks for trying and sharing it here. cheers!
if you have adb access you can dd a modified devinfo partition back.it will unlock your phone directly.
Sent from iPhone ,using Tapatalk.
this way can work when i have adb access very good idea , what about if i don't have access to adb just fastboot and stock recovery is there any method to unlock my n6p .
Thanked
tenfar said:
if you have adb access you can dd a modified devinfo partition back.it will unlock your phone directly.
Sent from iPhone ,using Tapatalk.
Click to expand...
Click to collapse
hi,
what do you mean by this? I have a LG V10 H901 and I have adb access. what do you mean by modding the devinfo
sorry for being noob
thanks
SuperZoilus said:
hi,
what do you mean by this? I have a LG V10 H901 and I have adb access. what do you mean by modding the devinfo
sorry for being noob
thanks
Click to expand...
Click to collapse
maybe modding devinfo only works for Nexus 6p. try OP's method
Related
OK, so i am really lost at this point. I have been trying for the past couple of days with no luck.
I used Minimal adb and fastboot, downloaded Lg drivers (LGMobileDriver_WHQL_Ver_4.0.3), sdk google drivers and looked at many comments to figure this out.
i type adb device and my phone shows, I type fastboot device and last couple of my phone shows. I used Mininimal adb and fasboot to unclock the the bootloader and i followed all the commands but when i get to fastboot flash recovery twrpxxxx.img, it tells me cannot load twrpxxxx.img. Also, when i type in adb reboot bootloader in brings me the an LG screen with powered by android at the bottom instead of the correct screen.
So, i tried the other way. Power phone off, hold down the volume down button and plug in usb and bootloader/fastboot opens up ( the screen with the line in the top left, with a blank page). it shows unlocked, few lines in white, and then few lines in red. I type fasboot devices and my phone shows up displaying last couple of the phone sn#. but when i go to type fasboot flash recovery twrpxxxx.img, i get the same message cannot load twrpxxxx.img. and on the phone is shows fastboot getvar partition recovery.
Any idea on what this is and how can i solve this?
Thanks in advance.
Rename it to recovery.img and try again.
I renamed it and I still get the same error. Cannot load recovery.img
papatoon3 said:
I renamed it and I still get the same error. Cannot load recovery.img
Click to expand...
Click to collapse
Make sure the image is in the same folder that you are running adb from; it doesnt scan your whole computer for the file. ��
Elu_sama said:
Make sure the image is in the same folder that you are running adb from; it doesnt scan your whole computer for the file. ��
Click to expand...
Click to collapse
It is in the same folder.
Does it make any difference that my phone is unlocked from T-Mobile via unlocked code? That should not have anything to do with it thought. I am just tying to figure it out.
Figured it out.
papatoon3 said:
I renamed it and I still get the same error. Cannot load recovery.img
Click to expand...
Click to collapse
I suggest you remove and reinstall sdk or install nexus root tools and run a cmd within the updated tools. Make sure you installed the right drivers, delete all others, reinstall, although your error seems more a problem with the tools, permissions perhaps, did you run cmd as admin?
Unable to load tells me it can't find your file.. Perhaps it has a hidden extension? Recovery.img.txt
Whats the complete exact command you're typing?
"fastboot flash recovery recovery.img"
http://androiding.how/how-to-install-twrp-recovery-via-fastboot/
Sounds like this is not enabled
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my LG-H901 using Tapatalk
papatoon3 said:
Does it make any difference that my phone is unlocked from T-Mobile via unlocked code? That should not have anything to do with it thought. I am just tying to figure it out.
Click to expand...
Click to collapse
SIM unlocked (tmo has no code, its an app) and bootloader unlocked isnt the same thing.
Never mind got it
papatoon3 said:
Figured it out.
Click to expand...
Click to collapse
What was the solution i need it please and thanks
tanked89 said:
Never mind got it
What was the solution i need it please and thanks
Click to expand...
Click to collapse
When your phone is turned on and plugged in, type command adb devices, Does it show?
Put phone in fastboot mode, type command fastboot devices, does it show?
I figured it out. I had to install motorola and g4 drivers to get fast boot to read when I only had one or the other it was only reading adb when I had both on pc it read and adb & fastboot and worked. Thank you.
Hi sir I am facing a problem I rooted my v10 first I unlocked bootloader and then I rooted it by using fwul I hard reset it but when I turned it on a twrp recovery menu appeared please help that how it fix
Hello, I need help.
I have had my nexus 9 bricked for like 6 months or more..
I tried to upgrade to Android 6 developer preview 3..
It doesn't boot.. I see the alert that the device may be corrupt and that things..
I tried to find a OTA but there isn't one for
6.0/MPA44I/2172151 to ->???
After it didn't worked I *as stup*id* did:
fastboot erase system
fastboot oem lock
I think my system partition is corrupt and my bootloader is locked.
I can't do anything, I tried to sideload android N from developer. android. com /intl/es/preview/download-ota.html
BUt nope..
Please help..
I replied to you on the other threads but you have supplied more information here.
"fastboot erase system" probably didn't do anything as your bootloader is locked.
Last thing to try, if you haven't done so already is to try sideloading
volantis MPA44I from MPZ79M
That link gotten from here.
If that doesn't work. You don't have a soft brick but an expensive paperweight!
corkiejp said:
I replied to you on the other threads but you have supplied more information here.
"fastboot erase system" probably didn't do anything as your bootloader is locked.
Last thing to try, if you haven't done so already is to try sideloading
volantis MPA44I from MPZ79M
That link gotten from here.
If that doesn't work. You don't have a soft brick but an expensive paperweight!
Click to expand...
Click to collapse
Hey, I will try.
I did fastboot erase system before lock
At least I can say that I've tried ?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
ignaciouy said:
Hey, I will try.
I did fastboot erase system before lock
Click to expand...
Click to collapse
I read that as "fastboot oem unlock", did the update process brick your tablet.
Are did you issue the commands 6 months ago and that is why your device is bricked?
corkiejp said:
I read that as "fastboot oem unlock", did the update process brick your tablet.
Are did you issue the commands 6 months ago and that is why your device is bricked?
Click to expand...
Click to collapse
Kinda, I'm 100% sure that it's because I removed the system partition. and then oem lock
r ur bootloader soff and unlocked?
lusamuerstan said:
r ur bootloader soff and unlocked?
Click to expand...
Click to collapse
My bootloader is locked.
I can't boot in Android (probably there's nothing on system partition.) and I wasn't able to install Android N because my recovery is too old
ignaciouy said:
My bootloader is locked.
I can't boot in Android (probably there's nothing on system partition.) and I wasn't able to install Android N because my recovery is too old
Click to expand...
Click to collapse
what recocery u have.
Sent from my Nexus 9 using Tapatalk
How to see that?
I have the Android M developer preview 3
Still think you have an expensive paperweight.
Have you tried the command "fastboot oem unlock" since you locked the device?
Can you boot a newer stock recovery.img or TWRP.img with
"fastboot boot <name of recovery.img>"
On the odd chance that actually boots, try sideloading Android N OTA again.
Even if it boots, your corrupted system.img might prevent the OTA from been applied.
Note: Try the above commands with your device in bootloader mode.
corkiejp said:
Have you tried the command "fastboot oem unlock" since you locked the device?
Can you boot a newer stock recovery.img or TWRP.img with
"fastboot boot <name of recovery.img>"
On the odd chance that actually boots, try sideloading Android N OTA again.
Even if it boots, your corrupted system.img might prevent the OTA from been applied.
Note: Try the above commands with your device in bootloader mode.
Click to expand...
Click to collapse
That doesn't work, I already tried...
If I replace the motherboard the tablet should work, no?
I think its better to buy a motherboard Instead of getting a new one
ignaciouy said:
That doesn't work, I already tried...
If I replace the motherboard the tablet should work, no?
I think its better to buy a motherboard Instead of getting a new one
Click to expand...
Click to collapse
I wouldn't waste money on a new motherboard as you storage is corrupted, so you would still be faced with trying to get a working system on it.
Write it off as a lesson learned!
corkiejp said:
I wouldn't waste money on a new motherboard as you storage is corrupted, so you would still be faced with trying to get a working system on it.
Write it off as a lesson learned!
Click to expand...
Click to collapse
Mhm, isn't the storage on the motherboard?
https://es.ifixit.com/Guide/Nexus+9+Motherboard+Replacement/43015
can you flash latest marshmallow factory image?..or it stuck during flash the img
Sent from my Nexus 9 using Tapatalk
Can you unlock the bootloader again? Chances are "OEM unlocking" option is still toggled and open.
No, I can't unlock my bootloader.
I tried sideloading Android N, and it doesnt work.
Probably because my keys are dev-key? I have no idea.
Rip nexus ((
Hello, I am student at my university studying Computer Science. I work in tech support at my school. This is the first time I have modified the android os. The community on xda has been really helpful and knowledgeable. I have created an account to see if anyone else has done the same thing I have. Anyway read below for my post.
I am trying to change the recovery on my phone to twrp. Let me start out by saying I rooted my phone before on build number 130 (KIW-L24,Android 5.1,EMUI 3.1,C567B130,United States, Channel-Others). I used the instructions here and it worked http://forum.xda-developers.com/honor-5x/development/root-kiw-l24-usa-kiwi-t3305190.
I then decided to update through the huawei updater to build number 151 (KIW-L24, Android 5.1, EMUI 3.1, C567B151, United States, Channel-Others). It eventually got to a black EMUI menu with installing 0%. So I powered it off even though it warned against it. So my phone was bricked so I followed instructions at http://forum.xda-developers.com/honor-5x/help/bricked-honor-5x-t3328308 and my phone worked again.
Okay so now I want to root my phone so I follow the instructions for rooting. Problem is that I can not replace the EMUI recovery with twrp recovery. I am guessing that it may be because 151 is a security update.
I use these commands on adb with the twrp_kiwi.img in my adb folder(named .android by default)
adb reboot bootloader
fastboot flash recovery twrp_kiwi.img
fastboot reboot
adb reboot recovery
So I wanted to see if I could put the old firmware back so I followed the instructions for bricked device. But the fastboot commands don't seem to do anything with the .img files.
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot flash cust cust.img
fastboot reboot
Yea so I am lost as to why fastboot commands arent working as it says finished and any advice would be appreciated.
Also is it possible to format the phone similar to a pc and use adb to flash the firmware back on.
I want to eventually backup my phone and put cyanogenmod on it.
... I am guessing that it may be because 151 is a security update
Click to expand...
Click to collapse
If your bootloader is unlocked, you should be able to flash what you want.
Have you tried reinstalling the Android device drivers on your PC?
JT-on said:
If your bootloader is unlocked, you should be able to flash what you want.
Have you tried reinstalling the Android device drivers on your PC?
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Arobase40 said:
Is this really for a private use unless you are trying to ask us to do your university exercises for you ? LOL
And as you felt need to mention "I am student at my university studying Computer Science. I work in tech support at my school.", you should know first University mission is to teach you to search and exercise by yourself, to do things step by step and to guess by yourself what was wrong. ^^
Just one tip and advice : read up your own post carefully and you should find out what you've done wrong...
Click to expand...
Click to collapse
That was just background information unrelated to my post. I am currently trying to see if I can put the old firmware back to see if it fixes the problem.
honor5x_student said:
That was just background information unrelated to my post. I am currently trying to see if I can put the old firmware back to see if it fixes the problem.
Click to expand...
Click to collapse
TWRP works just fine on B151
plug in usb / Shut down the phone
boot to the bootloader (power + vol down)
open command prompt on PC
fastboot flash recovery twrp_kiwi.img
hold volume up + volume down + power till you see TWRP (about 14 seconds)
In TWRP choose reboot / recovery
Say yes to Root
recovery will reload / flash your rom
If you want to return to Stock use this >> https://www.androidfilehost.com/?fid=24459283995315154
instructions are in the zip
I tried to rebrand my Honor 9 model STF-AL10 to European model. It successfully flashed new oeminfo but now won't boot because it shows that message.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Also if I boot to fastboot and rescue mode I can't flash anything because now it shows that message.
What can be done ? I'm also willing to pay to repair my phone...
I think your phone is bricked now, Only Huawei can help you now buddy. FRP and Bootloader should be unlocked
Rommco05 said:
Before u start rebrand phone was phone and FRP unlocked?
Click to expand...
Click to collapse
Phone was unlocked but Chinese models don't have FRP Lock so I couldn't turn it off. The FRP lock appeared when the Chinese oeminfo was replaced with the European one and suddenly also the bootloader was locked again.
But I have a feeling that I forgot to turn on USB debugging when flashing using that guide on forum...
Anyway maybe DC Phoenix is my last option before sending it to Huawei to reflash OS. Apparently that tool can flash over locked bootloader and FRP.
Does anybody know how it works and if there is a free alternative?
gljiva123 said:
Phone was unlocked but Chinese models don't have FRP Lock so I couldn't turn it off. The FRP lock appeared when the Chinese oeminfo was replaced with the European one and suddenly also the bootloader was locked again.
But I have a feeling that I forgot to turn on USB debugging when flashing using that guide on forum...
Anyway maybe DC Phoenix is my last option before sending it to Huawei to reflash OS. Apparently that tool can flash over locked bootloader and FRP.
Does anybody know how it works and if there is a free alternative?
Click to expand...
Click to collapse
Did you select the correct oeminfo for your firmware? STF-L09C10 is the Russian one and STF-L09C432 is the European one.
Also, did you remember to boot into recovery (volume up + power button) and select the option to clear your data after the rebrand?
You might still be able to boot into recovery and try a reset, but I'm not sure if that will help.
Ring0h said:
Did you select the correct oeminfo for your firmware? STF-L09C10 is the Russian one and STF-L09C432 is the European one.
Also, did you remember to boot into recovery (volume up + power button) and select the option to clear your data after the rebrand?
You might still be able to boot into recovery and try a reset, but I'm not sure if that will help.
Click to expand...
Click to collapse
I selected the C432. And I remembered to wipe out the internal storage and data after the rebrand. I honestly don't know what went wrong (besides not having USB debugging turned on).
I also tried to boot into recovery but only the first message appears. In the end I think there is no recovery at all (or is corrupted)...
But it's funny how those security features meant to protect the phone in the end make it harder to recover.
Try to reflash Boot.IMG , Recovery.IMG via ADB in Fastboot mode and SYSTEm.IMG in TWRP.. (On your own risk)... maybe it will work....
4r44444 said:
Try to reflash Boot.IMG , Recovery.IMG via ADB in Fastboot mode and SYSTEm.IMG in TWRP.. (On your own risk)... maybe it will work....
Click to expand...
Click to collapse
Where do I get those files ?
Rommco05 said:
I have full backup from STF-L09C432B130 but I don't know if is helpful here, later I can upload somewhere
Click to expand...
Click to collapse
That would be nice. I don't have the backup of full stock rom . And I agree with you, probably it won't be possible to flash it with fastboot but with DC Phoenix it might be.
Rommco05 said:
I think we are wrong, this backup is made via TWRP so is flashable only via TWRP... anyway I will postes here. You need extract full firmware B130 and this files flash via fastboot. I have this files but I don't have time today all uploaded here and posted. If want u can do by yourself. Find Huawei Extractor (is here on XDA) and download this zip :
Extract the biggest one and here u will find all staff for recover phone, I can't asist you today
FULL FIRMWARE FRD-L09C423B130
http://update.hicloud.com:8180/TDS/data/files/p3/s15/G1637/g104/v90868/f2/full/update.zip
http://update.hicloud.com:8180/TDS/...68/f2/full/public/update_data_full_public.zip
http://update.hicloud.com:8180/TDS/...l/STF-L09_hw_eu/update_full_STF-L09_hw_eu.zip
FULL TWRP BACKUP FRD-L09C432B130
https://drive.google.com/open?id=0B1xSFdgEasy-YTZsUTk0c3k2X1U
...I hope is able for download...
I will make maybe something like repozitory for Honor 9 but don't know when...
Click to expand...
Click to collapse
thanks, will give it a try
In the end I restored it using DC Phoenix, but it's not for free.
gljiva123 said:
In the end I restored it using DC Phoenix, but it's not for free.
Click to expand...
Click to collapse
Better than having a dead phone
Rommco05 said:
...and phone is repaired?
Click to expand...
Click to collapse
Yes it is
Hello! I'm kind of affraid to root my phone (I do it with my previous phons but this is something else, I'm affraid to brick it), so I want to post the steps I understand I must do to root to confirm and go for it with a relief mood. :laugh::laugh::laugh:
I have a Le Max X829
1 - Go to developer options, active debug mode and oem unlock mode
2 - Turn off the phone. Put it on recovery? Leave it off? (how can I access?) and go to ADB on Windows (I have W7). Execute command: fastboot devices to see if the devices is recognized, if it's execute fastboot oem unlock (name of the TWRP image) [I have to put the file on the phone or isn't neccesary?). Enter the command and wait. I'll lost everything that I have on the phone right? (that happen when I unlock the bootloader on my Moto E)
3 - Once is done, unplug the phone from the computer and turn it on. Install magisk manager and put magisk installer and uninstaller on the internal storage. Reboot the phone to TWRP and install Magisk
4 - Boot the phone and done
Is everything ok in that way? Is the way to root the phone? I want to do it to use Greenify properly, to use L-Speed or Helix
Fastboot command works only on bootloader mode, power on with volume down pressed, but its good you follow this guide.
https://forum.xda-developers.com/le-max-2/how-to/protocol-backup-stock-rom-flash-stock-t3517151
Beackman said:
Fastboot command works only on bootloader mode, power on with volume down pressed, but its good you follow this guide.
https://forum.xda-developers.com/le-max-2/how-to/protocol-backup-stock-rom-flash-stock-t3517151
Click to expand...
Click to collapse
thanks Beackman, so I have to be in bootloader mode instead of recovery, thanks!
I'll lost apps and photos if I unlock the bootloader right?
AgustinH said:
I'll lost apps and photos if I unlock the bootloader right?
Click to expand...
Click to collapse
Yes, for unlock bootloader the memory is wiped, so make a full backup first.
Beackman said:
Yes, for unlock bootloader the memory is wiped, so make a full backup first.
Click to expand...
Click to collapse
ok, and how can I do a backup, through stock recovery?
AgustinH said:
ok, and how can I do a backup, through stock recovery?
Click to expand...
Click to collapse
If you can boot into android make a backup of your internal data, photos, music etc.
If not, maybe, over the stock recovey you can do it, i never tested with stock recovery.
Beackman said:
If you can boot into android make a backup of your internal data, photos, music etc.
If not, maybe, over the stock recovey you can do it, i never tested with stock recovery.
Click to expand...
Click to collapse
ok Beackman, one more question, once I unlock the bootloader, install TWRP, when I turn on the phone it will be like a factory reset? I mean, I have to configure wifi, google accounts, etc?
AgustinH said:
ok Beackman, one more question, once I unlock the bootloader, install TWRP, when I turn on the phone it will be like a factory reset? I mean, I have to configure wifi, google accounts, etc?
Click to expand...
Click to collapse
Yep.
I didn't do nothing yet, but I see the oem info through fastboot and this appear. Does it mean that I don't have to unlock the bootloader, the bootloader is already unlocked?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
AgustinH said:
I didn't do nothing yet, but I see the oem info through fastboot and this appear. Does it mean that I don't have to unlock the bootloader, the bootloader is already unlocked?
Click to expand...
Click to collapse
Yes already unlocked, just jump for part of flashing TWRP and so on.