[Q] Face Unlock issue - Samsung Galaxy Nexus

Hello guys,
this morning I've received the 4.3 OTA. The entire installation was ok, but my face unlock option is not working anymore.
When I try to unlock using FaceUnlock, i had this message error: "Face Unlock couldn't start".
I've already tried several changes in settings but without success.
Any suggestions to fix this?
Thanks in advance.

Hi I had the same issue, looked around but couldn't find anything. Managed to sort it out myself tho, if you have unlocked your bootloader and have fastboot on your computer then all you need to do is download the factory images for your phone from here https://developers.google.com/android/nexus/images extract the system.img file the boot into your bootloader and use the commands
1)"fastboot flash system system.img" then
2a)"fastboot reboot-bootloader"
2b)"fastboot format cache" (not sure if these two steps are necessary boot did no harm for me).
3) "fastboot reboot"
If your rooted you will lose root so will need to re root your phone

Thanks fezy.
It worked for me as well.

No problem, glad it worked for you too

fezy said:
Hi I had the same issue, looked around but couldn't find anything. Managed to sort it out myself tho, if you have unlocked your bootloader and have fastboot on your computer then all you need to do is download the factory images for your phone from here https://developers.google.com/android/nexus/images extract the system.img file the boot into your bootloader and use the commands
1)"fastboot flash system system.img" then
2a)"fastboot reboot-bootloader"
2b)"fastboot format cache" (not sure if these two steps are necessary boot did no harm for me).
3) "fastboot reboot"
If your rooted you will lose root so will need to re root your phone
Click to expand...
Click to collapse
Thank you very much fezy.
I had exactly the same problem on my Nexus 4 : your tip worked like a charm !

Can someone help me and explaine step buy step how to do this ..
thx in advance

Yakumoone said:
Can someone help me and explaine step buy step how to do this ..
thx in advance
Click to expand...
Click to collapse
Everything you need is here! GL
http://forum.xda-developers.com/showthread.php?t=1626895

syspanic said:
Everything you need is here! GL
http://forum.xda-developers.com/showthread.php?t=1626895
Click to expand...
Click to collapse
thx
gonna have a try

Related

[Q] Cant install 4.0.2

I got the OTA update downloaded but could not install.Read somewhere if you have CWM ota update wont work.So i have downloaded the stock image for 4.0.2 and its in .tgz format
How can i upgrade to 4.0.2 using CWM or odin and not loose my data and setup.?
Please advice
Hussainally said:
I got the OTA update downloaded but could not install.Read somewhere if you have CWM ota update wont work.So i have downloaded the stock image for 4.0.2 and its in .tgz format
How can i upgrade to 4.0.2 using CWM or odin and not loose my data and setup.?
Please advice
Click to expand...
Click to collapse
Check out Chainfire's thread. He posted a no-wipe version flashable through Odin. Follow the instructions there and make sure you download the correct version for your phone (GSM/LTE)!
mbroeders said:
Check out Chainfire's thread. He posted a no-wipe version flashable through Odin. Follow the instructions there and make sure you download the correct version for your phone (GSM/LTE)!
Click to expand...
Click to collapse
hi thanks for your reply.His update you will not be updating to new bootloader am i right?
Hussainally said:
hi thanks for your reply.His update you will not be updating to new bootloader am i right?
Click to expand...
Click to collapse
Indeed, it won't touch your data, recovery or bootloader. They're all safe afaik
mbroeders said:
Indeed, it won't touch your data, recovery or bootloader. They're all safe afaik
Click to expand...
Click to collapse
thats the prob...4.0,2 has a new bootloader right?i want that.
ok what if i just want to install fresh clean stock 4.0.2...how do i do that?
Hussainally said:
thats the prob...4.0,2 has a new bootloader right?i want that.
ok what if i just want to install fresh clean stock 4.0.2...how do i do that?
Click to expand...
Click to collapse
If you want fresh clean stock then you can do two things:
1) on linux, extract the contents of the tgz package and use the sh script inside to flash.
2) since that's not possible on windows, you could use Chainfire's odin files first and next manually flash the bootloader and/or radioimage with fastboot. You can extract the bootloader and radio yourself from the tgz/tar package or look for them in the development section, someone posted them there.
mbroeders said:
If you want fresh clean stock then you can do two things:
1) on linux, extract the contents of the tgz package and use the sh script inside to flash.
2) since that's not possible on windows, you could use Chainfire's odin files first and next manually flash the bootloader and/or radioimage with fastboot. You can extract the bootloader and radio yourself from the tgz/tar package or look for them in the development section, someone posted them there.
Click to expand...
Click to collapse
You can flash it in windows using fastboot, you don't need to use odin for anything:
Extract the factory images
fastboot flash bootloader bootloader-maguro-primekk15.img
fastboot flash radio radio-maguro-i9250xxkk6.img
fastboot reboot-bootloader
fastboot update image-yakju-icl53f.zip
Thanks everyone...will give it a go.....Cheers
krohnjw said:
You can flash it in windows using fastboot, you don't need to use odin for anything:
Extract the factory images
fastboot flash bootloader bootloader-maguro-primekk15.img
fastboot flash radio radio-maguro-i9250xxkk6.img
fastboot reboot-bootloader
fastboot update image-yakju-icl53f.zip
Click to expand...
Click to collapse
Thanks. Just checking, if I would like to do this, but without a wipe, can't i just flash the bootloader and radio like you suggested, and then use Odin to flash Chainfire's no-wipe version right? Just so i fully understand, thanks!
mbroeders said:
Thanks. Just checking, if I would like to do this, but without a wipe, can't i just flash the bootloader and radio like you suggested, and then use Odin to flash Chainfire's no-wipe version right? Just so i fully understand, thanks!
Click to expand...
Click to collapse
What I posted does not wipe. There's little reason to use Odin. Using Odin you *can* easily brick your device (Ask all of the folks in the Nexus S forums that used Odin to flash the wrong package for their device).
fastboot update image-yakju-icl53f.zip <-- This does not wipe
fastboot -w update image-yakju-icl53f.zip <-- This wipes (-w wipes)
mbroeders said:
Thanks. Just checking, if I would like to do this, but without a wipe, can't i just flash the bootloader and radio like you suggested, and then use Odin to flash Chainfire's no-wipe version right? Just so i fully understand, thanks!
Click to expand...
Click to collapse
ok guys please bare with me here,Never done this before.when i run command adb-windows.exe,it works,thenwhen i run fastboot-windows.exe devices it works
then when i go to bootloader more...the green android with word start on top when i type fastboot flash bootloader bootloader-maguro-primekk15.img,nothing happens and it says on the phone bad command or something
please advice
Nevermind guys...I DID IT.Thanks so much...excellent guide
Hussainally said:
ok guys please bare with me here,Never done this before.when i run command adb-windows.exe,it works,thenwhen i run fastboot-windows.exe devices it works
then when i go to bootloader more...the green android with word start on top when i type fastboot flash bootloader bootloader-maguro-primekk15.img,nothing happens and it says on the phone bad command or something
please advice
ok i lost root after flashing to 4.0.2 using this guide and re did install superboot windows .bat and now the phone rebooted and its stuck on google screen...how long do i wait and what do i do next???
Click to expand...
Click to collapse
Hussainally said:
Hussainally said:
ok guys please bare with me here,Never done this before.when i run command adb-windows.exe,it works,thenwhen i run fastboot-windows.exe devices it works
then when i go to bootloader more...the green android with word start on top when i type fastboot flash bootloader bootloader-maguro-primekk15.img,nothing happens and it says on the phone bad command or something
please advice
ok i lost root after flashing to 4.0.2 using this guide and re did install superboot windows .bat and now the phone rebooted and its stuck on google screen...how long do i wait and what do i do next???
Click to expand...
Click to collapse
Give it some time, if it doesn't boot all is not lost. Pull the battery and restart.
Click to expand...
Click to collapse
ok..fingers crossed...how much time?
Halleluyah....Praise the lord....thanks a million...All is well
Hussainally said:
ok..fingers crossed...how much time?
Click to expand...
Click to collapse
I think that it depends on how many apps do you have...usually 2-3 minutes max. !

[Q] Unlocking bootloader

Hi everyone, I have an Xperia Acro S and recently I wanted to unlock my bootloader to get acces installing custom ROMs, now I've a question about unlocking the bootloader, I have read/seen many tutorials/videos where explain the official way to unlock the bootloader, in all of them say that I need to provide the IMEI to the Sony web, so I can get an unlock code; the IMEI has 15 digits, but I've seen only first 14 digits it's needed, today I used the entire 15 digits, got an unlocked code, but I don't know if I'm in the right way, or I need to ask for another code using just the first 14 digits.
I hope anyone could help me.
Thanks in advance.
Strik3_rAm said:
Hi everyone, I have an Xperia Acro S and recently I wanted to unlock my bootloader to get acces installing custom ROMs, now I've a question about unlocking the bootloader, I have read/seen many tutorials/videos where explain the official way to unlock the bootloader, in all of them say that I need to provide the IMEI to the Sony web, so I can get an unlock code; the IMEI has 15 digits, but I've seen only first 14 digits it's needed, today I used the entire 15 digits, got an unlocked code, but I don't know if I'm in the right way, or I need to ask for another code using just the first 14 digits.
I hope anyone could help me.
Thanks in advance.
Click to expand...
Click to collapse
Nah You are doing right, only first 14 digits are shown online since it is not safe to publish own imei on internet. Since You received an unlock code, it is safe to assume that You are going the correct way.
Mirhawk said:
Nah You are doing right, only first 14 digits are shown online since it is not safe to publish own imei on internet. Since You received an unlock code, it is safe to assume that You are going the correct way.
Click to expand...
Click to collapse
So, you're telling me that It's ok I provided the entire 15 digits to the web, and got an unlock code, so I can continue the procedure and unlock my bootloader? This just scare me, because I don't want to make unusable my device. Thanks for your reply.
Strik3_rAm said:
So, you're telling me that It's ok I provided the entire 15 digits to the web, and got an unlock code, so I can continue the procedure and unlock my bootloader? This just scare me, because I don't want to make unusable my device. Thanks for your reply.
Click to expand...
Click to collapse
Yes, as long as You provide it on the Sony website, it is safe to do the procedure. And don't worry, it won't make Your device un usable.
Mirhawk said:
Yes, as long as You provide it on the Sony website, it is safe to do the procedure. And don't worry, it won't make Your device un usable.
Click to expand...
Click to collapse
Sir, can you please help me with this... I wanted to get this ROM for my Xperia Acro S http://forum.xda-developers.com/show....php?t=2790532, I just don't want to make it wrong, the instrucctions in the thread shows a Samsung S2 https://www.youtube.com/watch?v=jDQ_ER0mU9Y, can I use the same instructions and flash it to my Acro S? I already have unlocked my bootloader, and I'm on 4.1.2 - 6.2.B.1.96, and CMW-based Recovery v6.0.3.0.
Thanks for the reply.
Strik3_rAm said:
Sir, can you please help me with this... I wanted to get this ROM for my Xperia Acro S http://forum.xda-developers.com/show....php?t=2790532, I just don't want to make it wrong, the instrucctions in the thread shows a Samsung S2 https://www.youtube.com/watch?v=jDQ_ER0mU9Y, can I use the same instructions and flash it to my Acro S? I already have unlocked my bootloader, and I'm on 4.1.2 - 6.2.B.1.96, and CMW-based Recovery v6.0.3.0.
Thanks for the reply.
Click to expand...
Click to collapse
1-Put the rom on sdcard
2-Flash boot.img (inside zip) with fastboot
3-Boot into recovery and wipe system, data, cache and dalvik
4-Install the rom then gapps
5-Reboot
Strik3_rAm said:
Sir, can you please help me with this... I wanted to get this ROM for my Xperia Acro S http://forum.xda-developers.com/show....php?t=2790532, I just don't want to make it wrong, the instrucctions in the thread shows a Samsung S2 https://www.youtube.com/watch?v=jDQ_ER0mU9Y, can I use the same instructions and flash it to my Acro S? I already have unlocked my bootloader, and I'm on 4.1.2 - 6.2.B.1.96, and CMW-based Recovery v6.0.3.0.
Thanks for the reply.
Click to expand...
Click to collapse
darknessmc said:
1-Put the rom on sdcard
2-Flash boot.img (inside zip) with fastboot
3-Boot into recovery and wipe system, data, cache and dalvik
4-Install the rom then gapps
5-Reboot
Click to expand...
Click to collapse
Do as per the instructions given by darknessmc, just an addition that clean only cache and dalvik immediately after You flash the ROM.
Thank you both, I finally got what I wanted, finally got a ROM on my device, actually was very scary, because the TWRP was in chinesse, I've got a hearthattack when I saw the symbols. :S:S:S
But Google translator and another guides helped me out. :good:
Hi guys, I've a question, if I want to install ahother ROM, do I just follow the steps you gave me before? I mean, that step when I need to enter in fastboot mode and flash the boot.img. Thanks @Mirhawk @darknessmc
Strik3_rAm said:
Hi guys, I've a question, if I want to install ahother ROM, do I just follow the steps you gave me before? I mean, that step when I need to enter in fastboot mode and flash the boot.img. Thanks @Mirhawk @darknessmc
Click to expand...
Click to collapse
Yes, if it is a Kitkat based ROM.
@Mirhawk
Hello, how have you been? Mr. I have another question about all this, flashing with FLASHTOOL is the same as flashing with the recovery? If i want to flash a new ROM and in its instructions says I need to flash it using the flashtool, do I just follow your previous steps or I need to install the flashtool? thanks
Strik3_rAm said:
@Mirhawk
Hello, how have you been? Mr. I have another question about all this, flashing with FLASHTOOL is the same as flashing with the recovery? If i want to flash a new ROM and in its instructions says I need to flash it using the flashtool, do I just follow your previous steps or I need to install the flashtool? thanks
Click to expand...
Click to collapse
Hello, If you flashing a stock rom you use flashtool but if it's a custom rom your phone has to be rooted. Please follow the steps to root and etc.
"If you come from a stock Sony firmware image please flash this kernel before via fastboot:
Quote:
Attention: your bootloader need to be unlocked to flash a custom rom like SlimBean.....a good step by step tutorial you find here:
http://androidlegend.com/how-to-unlo...peria-s-lt26i/
after that you can go ahead with the next steps below
1. Download:
(Kernel or if the rom has a boot.img file that will work)
2. Turn your phone off and hold the volume up button and plug in your USB connection and wait till the LED is getting blue
3. Terminal command to flash:
fastboot flash boot boot.img
4. Reboot your phone and wait till your LED turns violett....in this moment push the volume up button and you have access to your custom recovery
5. Connect your phone with USB and push the downloaded roms and gapps to your phone now with the terminal command:
adb push <filename> /sdcard/
6. Wipe data/cache/dalvic, format system, flash the rom and the gapps and you are finished "
The end. Good luck Please have you custom ready on hand. Download SMS backup app to backup your sms's, root not need for this. Your apps should download on it's own after a few minutes when the phone is on and working.
Happy modding.
Strik3_rAm said:
@Mirhawk
Hello, how have you been? Mr. I have another question about all this, flashing with FLASHTOOL is the same as flashing with the recovery? If i want to flash a new ROM and in its instructions says I need to flash it using the flashtool, do I just follow your previous steps or I need to install the flashtool? thanks
Click to expand...
Click to collapse
No, flashing with flashtool and recovery is different.
Flashtool : You can only flash stock firmware(the .ftf files) or kernel (.img , .elf etc) using flashtool.
Recovery : The recovery is used to flash the ROM and kernel's in zip format, they cannot flash .ftf files. Also they can't flash files if they are not in zip.
If You are going to use a stock based ROM(i.e. JB ROM's) then some Developers need You to flash the Stock firmware(ftf file) first and then flash their ROM. So You flash the stock firmware(ftf) via flashtool and then flash the ROM after installing a recovery.
If You are going to flash a Kitkat ROM, then simply follow the earlier steps.

Question about flashing image with fastboot

I'm going to be exchanging my pixel and getting another one. Just curious so I know for the future.. if I flash the full factory image via fastboot does that relock the bootloader? I'm gonna guess that it doesn't but just wanna make sure.
New to adb and fastboot so I've been reading around like crazy trying to learn. Is the only way to lock again to use the actual lock command in fastboot?
Edit: I'm referring to using the flash-all.bat script
Yes, you will have to re-lock the bootloader. Do it with fastboot in the bootloader.
Although, you don't have to re-lock the bootloader before sending your phone back... Especially since it will have the stock image flashed to it.
aholeinthewor1d said:
if I flash the full factory image via fastboot does that relock the bootloader?
Click to expand...
Click to collapse
No. Flashing the factory image does not relock the bootloader. After you have successfully rebooted, return to the bootloader and use the command: fastboot oem lock
cam30era said:
No. Flashing the factory image does not relock the bootloader. After you have successfully rebooted, return to the bootloader and use the command: fastboot oem lock
Click to expand...
Click to collapse
Sorry, I know this has been asked but I've been searching for days and can't find it. Trying to flash latest factory image for 7.1.1 on pixel xl without losing data and can not find a guide to do so. Any help is appreciated
canemaxx said:
Sorry, I know this has been asked but I've been searching for days and can't find it. Trying to flash latest factory image for 7.1.1 on pixel xl without losing data and can not find a guide to do so. Any help is appreciated
Click to expand...
Click to collapse
Right click the flash-all script, and choose edit (or something like that) from the drop down menu. In the last line where it says "fastboot -w update..." delete the "-w". Then just use this flash-all.
cam30era said:
Right click the flash-all script, and choose edit (or something like that) from the drop down menu. In the last line where it says "fastboot -w update..." delete the "-w". Then just use this flash-all.
Click to expand...
Click to collapse
I'm sorry I was looking for the full guide on flashing the factory image with -w removed. But you did answer how to remove the -w so thank you ...is there a link to a guide with the correct commands to use?
canemaxx said:
I'm sorry I was looking for the full guide on flashing the factory image with -w removed. But you did answer how to remove the -w so thank you ...is there a link to a guide with the correct commands to use?
Click to expand...
Click to collapse
This is about the best right now > http://forum.xda-developers.com/pixel-xl/how-to/guide-update-fastboot-t3498187
cam30era said:
This is about the best right now > http://forum.xda-developers.com/pixel-xl/how-to/guide-update-fastboot-t3498187
Click to expand...
Click to collapse
Thank you!! Just to confirm there is only 1 factory image for 7.1.1 in the downloads at the google website, which will work with Verizon correct?
canemaxx said:
Thank you!! Just to confirm there is only 1 factory image for 7.1.1 in the downloads at the google website, which will work with Verizon correct?
Click to expand...
Click to collapse
Correct. Let me ask you, do you have any modifications to your Pixel? Root, TWRP, custom kernel? If not, you'd be better off with ADB sideload.
cam30era said:
Correct. Let me ask you, do you have any modifications to your Pixel? Root, TWRP, custom kernel? If not, you'd be better off with ADB sideload.
Click to expand...
Click to collapse
I have root and that's it. So if I'm understanding correctly, I would put the factory image zip in the platform tools folder and extract it there, open a command window from that folder and run this command fastboot flash-all
Is that correct?
canemaxx said:
I have root and that's it. So if I'm understanding correctly, I would put the factory image zip in the platform tools folder and extract it there, open a command window from that folder and run this command fastboot flash-all
Is that correct?
Click to expand...
Click to collapse
You're on Windows?
Command > fastboot flash-all.bat
Make sure you remove the "-w" first
cam30era said:
You're on Windows?
Command > fastboot flash-all.bat
Make sure you remove the "-w" first
Click to expand...
Click to collapse
Yes I am on Windows. So as long as I do as I stated I will retain data and 7.1.1 will be installed. After boot I can reroot with sr4?
canemaxx said:
Yes I am on Windows. So as long as I do as I stated I will retain data and 7.1.1 will be installed. After boot I can reroot with sr4?
Click to expand...
Click to collapse
In fact, on Windows I think you can just double click the flash-all.bat file (I'm on Linux, so I'm not 100% positive). Yes to your other questions. As long as nothing goes wrong.
canemaxx said:
Yes I am on Windows. So as long as I do as I stated I will retain data and 7.1.1 will be installed. After boot I can reroot with sr4?
Click to expand...
Click to collapse
Been here for about 4 minutes, is that normal?
canemaxx said:
Been here for about 4 minutes, is that normal?
Click to expand...
Click to collapse
Nope. Your fastboot may be out of date. I'd suggest updating your Android SDK.
cam30era said:
Nope. Your fastboot may be out of date. I'd suggest updating your Android SDK.
Click to expand...
Click to collapse
I updated sdk this morning...not sure why it hung there but everything went through and pixel is now booting. Finishing android update is in progress and seems data was retained. Thank you very much for all your help! Just in time too, Dr just decided to induce my wife's labor and my son will be here today!!
canemaxx said:
I updated sdk this morning...not sure why it hung there but everything went through and pixel is now booting. Finishing android update is in progress and seems data was retained. Thank you very much for all your help! Just in time too, Dr just decided to induce my wife's labor and my son will be here today!!
Click to expand...
Click to collapse
Very good.
You sure like living on the edge...
cam30era said:
Very good.
You sure like living on the edge...
Click to expand...
Click to collapse
Haha thanks again for all your help!! 7.1.1 installed and root is back!! This may be the last time I get to update my phone for a while lol

[Solved] Help, g5s xt1791 bootloop brick

Hi everyone, I need help, my phone stayed in the bootloop, I searched for the stock rom for the g5s xt1791, and I did not find it anywhere, I tried to flash a rom of the xt1792, but when I was flashing the system. pull error tells me "the image is too large", I have not been able to solve, in advance thank you very much for your help
hello, you tried with mfastboot?
your bootloader and unlock it?
lohanbarth said:
hello, you tried with mfastboot?
your bootloader and unlock it?
Click to expand...
Click to collapse
yes, the bootloader is unlocked and try it with adb 'fastboot', also looking in my backups, I had made a backup with the recovery twrp, that I have the system_image.emmc.wim, which weighs 3.5gb, no I know if I can take out the rom stock from there
you have followed my tutorial, the cmd starts well with mfastboot ......
because this rom and for all models.
lohanbarth said:
you have followed my tutorial, the cmd starts well with mfastboot ......
because this rom and for all models.
Click to expand...
Click to collapse
ok, I will try the process again following your tutorial, should it be with the last MONTANA_NPP26.102-49?, thank you very much for your help
@lohanbarth , Thank you very much, I followed your tutorial, and everything works perfectly:good::good:

Need Help Rooting

Im getting very frustrate sorry for this message if its to mush to ask for
i have Oneplus 7T
and the bootloader is unlocked
I installe the lateste update OS OxygenOS 10.0.8 (EU)
And what to root it with magisk and i cant flash it in anyway i try to with cmd
So i need some help to get it to work .anyone in here that have the time to send me a guide
there are so many and i cant get to work
So what i need is a easy guide that show me how to do it step by step
zagget said:
Im getting very frustrate sorry for this message if its to mush to ask for
i have Oneplus 7T
and the bootloader is unlocked
I installe the lateste update OS OxygenOS 10.0.8 (EU)
And what to root it with magisk and i cant flash it in anyway i try to with cmd
So i need some help to get it to work .anyone in here that have the time to send me a guide
there are so many and i cant get to work
So what i need is a easy guide that show me how to do it step by step
Click to expand...
Click to collapse
So where are you stuck?
Let's go step by step:
So you have unlocked the bootloader and now you have the stock boot img for you rom patched?
Have you tried to install the patched img through adb?
Fastboot flash boot nameofimg.img
Make sure is the patched img.
Once you do that you have to go to magisk web site https://******************/ download the lastest apk.
Install remember to allow your browser to install unknown apps.
Once that happens magisk Wil tell you that it needs to install some extra things let it do it and it will reboot.
I know you said you tried it but in this guide you also get the patched boot img.
https://forum.xda-developers.com/oneplus-7t/how-to/guide-how-to-root-oneplus-7t-twrp-t3979307
lil_kujo said:
So where are you stuck?
Let's go step by step:
So you have unlocked the bootloader and now you have the stock boot img for you rom patched?
Have you tried to install the patched img through adb?
Fastboot flash boot nameofimg.img
Make sure is the patched img.
Once you do that you have to go to magisk web site https://******************/ download the lastest apk.
Install remember to allow your browser to install unknown apps.
Once that happens magisk Wil tell you that it needs to install some extra things let it do it and it will reboot.
I know you said you tried it but in this guide you also get the patched boot img.
https://forum.xda-developers.com/oneplus-7t/how-to/guide-how-to-root-oneplus-7t-twrp-t3979307
Click to expand...
Click to collapse
The bootloader is onlocked YES
Im not sure about the ADB i dont now how it works ? I use to flash my OnePlus fon with cmd and before that twrp
And yes i have tryed fastboot and all you write , even with one patched img from my fon and dig from in here It wont work
zagget said:
The bootloader is onlocked YES
Im not sure about the ADB i dont now how it works ? I use to flash my OnePlus fon with cmd and before that twrp
And yes i have tryed fastboot and all you write , even with one patched img from my fon and dig from in here It wont work
Click to expand...
Click to collapse
when in fastboot if you write fastboot device does it show the number I'd of your device?
Also under developer option I guess you have advance reboot turned on and USB debugging on.?
Hey
lil_kujo said:
when in fastboot if you write fastboot device does it show the number I'd of your device?
Also under developer option I guess you have advance reboot turned on and USB debugging on.?
Click to expand...
Click to collapse
Sorry for the late repley
it show my Fon in fast boot
And i have set all things in dev like you say
it still will no accept any installing ??
I have magisk made a boot.img with magisk and put in my pc , and still the fastboot do nothing ???
Sorry for me being such a fool and for all my Q
Maybe its better to reset the Fon and punt on the lataest firmware and start from the begining ?
zagget said:
Sorry for the late repley
it show my Fon in fast boot
And i have set all things in dev like you say
it still will no accept any installing ??
I have magisk made a boot.img with magisk and put in my pc , and still the fastboot do nothing ???
Sorry for me being such a fool and for all my Q
Maybe its better to reset the Fon and punt on the lataest firmware and start from the begining ?
Click to expand...
Click to collapse
Place the boot.img in the fastboot folder file. What I had to do since I had downloaded this fastboot zip but it was two in one, forgot the name but I had to put the boot.img into the file folder of fastboot so when I open adb or whatever it will detect the boot.img file.
As Yelloman said you do have to put the img file in the Fastboot folder in order for it to transfer the img to your device.
I have unlocked bootloader for my Oneplus 7t. Can someone guide me from here?
Thanks for your repleys both of you two guy and i got to work now . thansk for your Help
-X3RX3S- said:
I have unlocked bootloader for my Oneplus 7t. Can someone guide me from here?
Click to expand...
Click to collapse
There is a forum on xda about it or just read this one. You should head first to the original thread.
zagget said:
Im getting very frustrate sorry for this message if its to mush to ask for
i have Oneplus 7T
and the bootloader is unlocked
I installe the lateste update OS OxygenOS 10.0.8 (EU)
And what to root it with magisk and i cant flash it in anyway i try to with cmd
So i need some help to get it to work .anyone in here that have the time to send me a guide
there are so many and i cant get to work
So what i need is a easy guide that show me how to do it step by step
Click to expand...
Click to collapse
Did u fastboot oem unlock, or did you use a different method?

Categories

Resources