what will i do now?
how can i root it and install CWM
can i use LGPwn? or flashify to install CWM?
fastboot doesnt work on my win 7 64bit
offline flashing method stuck at 15%
online flashing also failed
RedYeloGrin said:
what will i do now?
how can i root it and install CWM
can i use LGPwn? or flashify to install CWM?
fastboot doesnt work on my win 7 64bit
offline flashing method stuck at 15%
online flashing also failed
Click to expand...
Click to collapse
are you using this fastboot
http://forum.xda-developers.com/showthread.php?t=2292828&highlight=fastboot
read this http://forum.xda-developers.com/showpost.php?p=44578108&postcount=34
kuma82 said:
are you using this fastboot
http://forum.xda-developers.com/showthread.php?t=2292828&highlight=fastboot
read this http://forum.xda-developers.com/showpost.php?p=44578108&postcount=34
Click to expand...
Click to collapse
when i unlocked my bootloader i think i used fastboot, in the tutorial of donk165 that i used
now how can i root and flash recovery?
RedYeloGrin said:
when i unlocked my bootloader i think i used fastboot, in the tutorial of donk165 that i used
now how can i root and flash recovery?
Click to expand...
Click to collapse
fastboot is not just for unlocking your bootloader. fastboot will allow you to flash almost every partition on your device, especially now that your bootloader is unlocked. Flash CWM with fastboot. Then you can use CWM to install CM, AOKP, AOSP roms that are already rooted. Don't know how many there are for your device tho. There's all kinds of information around here for using fastboot. Search is your friend
---------- Post added at 11:45 PM ---------- Previous post was at 11:42 PM ----------
RedYeloGrin said:
fastboot doesnt work on my win 7 64bit
Click to expand...
Click to collapse
Works on mine. Did you follow the instructions to install the fastboot ( OMAP4 ) drivers?
shinobisoft said:
fastboot is not just for unlocking your bootloader. fastboot will allow you to flash almost every partition on your device, especially now that your bootloader is unlocked. Flash CWM with fastboot. Then you can use CWM to install CM, AOKP, AOSP roms that are already rooted. Don't know how many there are for your device tho. There's all kinds of information around here for using fastboot. Search is your friend
---------- Post added at 11:45 PM ---------- Previous post was at 11:42 PM ----------
Works on mine. Did you follow the instructions to install the fastboot ( OMAP4 ) drivers?
Click to expand...
Click to collapse
im kinda confused about fastboot. how can i go to fastboot? if I have successfully unlocked my bootloader it means that fastboot is installed correctly right?
RedYeloGrin said:
im kinda confused about fastboot. how can i go to fastboot? if I have successfully unlocked my bootloader it means that fastboot is installed correctly right?
Click to expand...
Click to collapse
Theoretically yes. If you have a Terminal Emulator app on your device, type the following two lines. Each line is a separate command.
Code:
su
reboot fastboot
That should put you in fastboot mode, then allowing the fastboot executable on your system to communicate with the device via the fastboot protocol. The 'su' may not be necessary.
Otherwise you'll have to use adb. Make sure device is booted normally. Doesn't matter what mode it's in, ie; Charge Only, MTP, LG Software, etc... Type the following in a command prompt window...
Code:
adb reboot fastboot
If you don't have ADB installed, you don't need the entire Android SDK, just the platform tools. There are several packages floating around here that contain just the fastboot executable and the adb executable with it's support libraries. Support libraries are for Windows only.
Related
It has been a long while since I felt the need to flash a rom but today i decided to update to current. Made a huge mistake and formatted the sd card and wiped the os and Rom install files. Right now i can access fastboot, Hboot, and recovery. But for some reason USB doesnt work in recovery. with no OS to boot my device just sits at the Htc factory white screen. I have not been able to find one way to adb into my device to"push " the needed OS zip. Also have tried to flash a factory RUU but no adb access. Can someone help me out of this problem?
adrianh85 said:
It has been a long while since I felt the need to flash a rom but today i decided to update to current. Made a huge mistake and formatted the sd card and wiped the os and Rom install files. Right now i can access fastboot, Hboot, and recovery. But for some reason USB doesnt work in recovery. with no OS to boot my device just sits at the Htc factory white screen. I have not been able to find one way to adb into my device to"push " the needed OS zip. Also have tried to flash a factory RUU but no adb access. Can someone help me out of this problem?
Click to expand...
Click to collapse
Are you able to issue fastboot commands? If so try fastboot reboot recovery and see if adb is then recognized.
sabres032 said:
Are you able to issue fastboot commands? If so try fastboot reboot recovery and see if adb is then recognized.
Click to expand...
Click to collapse
Nope that didnt work. Is there a Update or img zip file that can be flashed via bootloader that includes a rom?
I recommend you to check if HTC has some recovery utilities. Exactly the same thing happened to me months ago with an Xperia SP, but recovery didn't work either, not to mention adb nor usb ; my computer didn't recognise the device at all. At the end I found a Sony program that made me manually choose my phone and region, made the phone recognizable for the program, and flashed full stock. HTC should have something similar.
adrianh85 said:
Nope that didnt work. Is there a Update or img zip file that can be flashed via bootloader that includes a rom?
Click to expand...
Click to collapse
What happens when you boot to recovery and type adb devices?? If nothing shows up try.
adb kill-server
adb start-server
adb devices
and see what happens.
What recovery are you using?
---------- Post added at 12:36 PM ---------- Previous post was at 12:26 PM ----------
I had this problem not too long ago. I could not get anything to work until installer a generic adb setup for all androids. Then my phone was recognized and I was able to sideload a rom through TWRP.
https://www.dropbox.com/s/mrodur1ig8uup4u/adb-setup-1.3.zip
swantexan
Hello guys, can someone give me the stock file from the oneplus X "boot", i fail with adb, and now my OnePlus boot only in the recovery can you help me ?
I found it thanks you
DeMozz said:
I found it thanks you
Click to expand...
Click to collapse
Hi, I got one friends oneplus stuck in recovery. It has cm recovery(lame) and access to fastboot. It is recognized in pc and I can sideload Roms but it won't boot and returns to recovery. Maybe it don't have boot file, how did you resolve your problem?
I download the official rom from the oneplus x website, and then i flash the boot.img that i found in the rom zip with ADB the boot
DeMozz said:
I download the official rom from the oneplus x website, and then i flash with ADB the boot
Click to expand...
Click to collapse
You extracted the zip and only use the boot? And if I flash the full rom zip, will resolv the problem? I think it is all related to locked bootloader. I tried to unlock and after that don't boot anymore, bootloader still locked -. -
Nu9 said:
You extracted the zip and only use the boot? And if I flash the full rom zip, will resolv the problem? I think it is all related to locked bootloader. I tried to unlock and after that don't boot anymore, bootloader still locked -. -
Click to expand...
Click to collapse
Ah ye i flash only the boot.img, your adb says that your Bootloader is lock ? Did you try to unlock it with adb ?
DeMozz said:
Ah ye i flash only the boot.img, your adb says that your Bootloader is lock ? Did you try to unlock it with adb ?
Click to expand...
Click to collapse
Can you share the link where you find that file?. I connect to my pc and with fastboot oem unlock, says finished(ok) with no erros. When I check the status it sill says false. It's related to the missing stock recovery?. I boot the recovery(cm) flash a zip with no erros but don't boot
Nu9 said:
Can you share the link where you find that file?. I connect to my pc and with fastboot oem unlock, says finished(ok) with no erros. When I check the status it sill says false. It's related to the missing stock recovery?. I boot the recovery(cm) flash a zip with no erros but don't boot
Click to expand...
Click to collapse
You can download and find the boot.img here : http://downloads.oneplus.net/devices/oneplus-x/
Can you acces or boot to the recovery ?
When you turn on your phone, where did that stuck ?
When I turn on it goes to recovery, from there I can only reboot to there or fastboot. It is recognized in pc.
Should I flash the Last zip, right?
---------- Post added at 09:23 PM ---------- Previous post was at 09:22 PM ----------
DeMozz said:
You can download and find the boot.img here : http://downloads.oneplus.net/devices/oneplus-x/
Can you acces or boot to the recovery ?
When you turn on your phone, where did that stuck ?
Click to expand...
Click to collapse
When I turn on it goes to recovery, from there I can only reboot to there or fastboot. It is recognized in pc.
Should I flash the Last zip, right?
Nu9 said:
When I turn on it goes to recovery, from there I can only reboot to there or fastboot. It is recognized in pc.
Should I flash the Last zip, right?
---------- Post added at 09:23 PM ---------- Previous post was at 09:22 PM ----------
When I turn on it goes to recovery, from there I can only reboot to there or fastboot. It is recognized in pc.
Should I flash the Last zip, right?
Click to expand...
Click to collapse
if you are with the stock recovery and you never install a custom rom you can flash the zip yeah
DeMozz said:
if you are with the stock recovery and you never install a custom rom you can flash the zip yeah
Click to expand...
Click to collapse
I'm with the cyanogen recovery, I can flash the same way from there? It's expected to have the same result as the stock?
I unlocked my bootloader installes twrp and linage. What do i need to go full stock? Stock recovery stock os lock bootloader.
follow this thread
https://forum.xda-developers.com/swift-2/how-to/marmite-wileyfox-ota-nougat-android-7-1-t3654999
Abdullah S.A. said:
follow this thread
https://forum.xda-developers.com/swift-2/how-to/marmite-wileyfox-ota-nougat-android-7-1-t3654999
Click to expand...
Click to collapse
i am a real noob i found this one but got lost on what to do i dont want my phone rooted.
noiz13 said:
i am a real noob i found this one but got lost on what to do i dont want my phone rooted.
Click to expand...
Click to collapse
I will help you.
You know how to work with adb right? since you have unlocked your phone and flashed TWRP i think you have a little bit experience with adb.
first: download this zipfile:
https://wileyfox.wetransfer.com/downloads/aba80df646f39937021ef49438a629a320171121140241/aaa9dd
unzip it in the adb folder in your PC
make sure USB debugging is on in your phone and connect your phone to your PC
Optinal: open adb and type this command to make sure your device is properly connected:
adb devices
open adb and type this command:
adb reboot bootloader
now type these commands one after one (DO NOT REMOVE YOUR PHONE DURING THIS PROCESS):
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
and wait ..
once this process is done boot to the recovery (through typing this command: adb reboot recovery
or from the bootloader) and do a factory reset
Optional: Update your phone through the adb and relock the bootloader of your phone after this is done through the following command:
fastboot oem lock
Optional2: if you don't know how to update your phone through the adb, then just relock the bootloader and update it via the phone updater in the settings.
I hope this will help you
---------- Post added at 10:32 AM ---------- Previous post was at 10:27 AM ----------
Forgot to say:
this will delete all your files on your phone and will unroot your device if it was rooted (so don't worry about the root)
Abdullah S.A. said:
I will help you.
You know how to work with adb right? since you have unlocked your phone and flashed TWRP i think you have a little bit experience with adb.
first: download this zipfile:
https://wileyfox.wetransfer.com/downloads/aba80df646f39937021ef49438a629a320171121140241/aaa9dd
unzip it in the adb folder in your PC
make sure USB debugging is on in your phone and connect your phone to your PC
Optinal: open adb and type this command to make sure your device is properly connected:
adb devices
open adb and type this command:
adb reboot bootloader
now type these commands one after one (DO NOT REMOVE YOUR PHONE DURING THIS PROCESS):
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
and wait ..
once this process is done boot to the recovery (through typing this command: adb reboot recovery
or from the bootloader) and do a factory reset
Optional: Update your phone through the adb and relock the bootloader of your phone after this is done through the following command:
fastboot oem lock
Optional2: if you don't know how to update your phone through the adb, then just relock the bootloader and update it via the phone updater in the settings.
I hope this will help you
---------- Post added at 10:32 AM ---------- Previous post was at 10:27 AM ----------
Forgot to say:
this will delete all your files on your phone and will unroot your device if it was rooted (so don't worry about the root)
Click to expand...
Click to collapse
didnt work the device wont boot
drewster1978 said:
didnt work the device wont boot
Click to expand...
Click to collapse
r u sure you've done everything as described? Check it again.
drewster1978 said:
didnt work the device wont boot
Click to expand...
Click to collapse
If you can get to stock recovery (Power and arrow down I think) then do a factory reset in recovery. That worked for me.
Flashed files and no errors but just wont boot stuck on wileyfox..Ive tried factory reset and also flashed other recovery files but nothing is working.
drewster1978 said:
Flashed files and no errors but just wont boot stuck on wileyfox..Ive tried factory reset and also flashed other recovery files but nothing is working.
Click to expand...
Click to collapse
This is what worked for me a couple of times.
https://forum.xda-developers.com/showpost.php?p=75771334&postcount=2
divvykev said:
This is what worked for me a couple of times.
https://forum.xda-developers.com/showpost.php?p=75771334&postcount=2
Click to expand...
Click to collapse
Ive tried that way as well,i went to the website and on chat they are happy to fix it,just have to send it to netherlands.
drewster1978 said:
Ive tried that way as well,i went to the website and on chat they are happy to fix it,just have to send it to netherlands.
Click to expand...
Click to collapse
Was that with STK?
Wow thats good news
Abdullah S.A. said:
I will help you.
You know how to work with adb right? since you have unlocked your phone and flashed TWRP i think you have a little bit experience with adb.
first: download this zipfile:
https://wileyfox.wetransfer.com/downloads/aba80df646f39937021ef49438a629a320171121140241/aaa9dd
unzip it in the adb folder in your PC
make sure USB debugging is on in your phone and connect your phone to your PC
Optinal: open adb and type this command to make sure your device is properly connected:
adb devices
open adb and type this command:
adb reboot bootloader
now type these commands one after one (DO NOT REMOVE YOUR PHONE DURING THIS PROCESS):
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
and wait ..
once this process is done boot to the recovery (through typing this command: adb reboot recovery
or from the bootloader) and do a factory reset
Optional: Update your phone through the adb and relock the bootloader of your phone after this is done through the following command:
fastboot oem lock
Optional2: if you don't know how to update your phone through the adb, then just relock the bootloader and update it via the phone updater in the settings.
I hope this will help you
---------- Post added at 10:32 AM ---------- Previous post was at 10:27 AM ----------
Forgot to say:
this will delete all your files on your phone and will unroot your device if it was rooted (so don't worry about the root)
Click to expand...
Click to collapse
I need this file for relock my bootloader but that web file expired ,where i can download this firmware ,tx b4
warj04 said:
I need this file for relock my bootloader but that web file expired ,where i can download this firmware ,tx b4
Click to expand...
Click to collapse
It's been a while man. I don't have the file anymore and I am not sure if it's still online.
Abdullah S.A. said:
It's been a while man. I don't have the file anymore and I am not sure if it's still online.
Click to expand...
Click to collapse
? I got the file, but can I install Deodex and Wileyfox Swift 2 Plus can use ROM Nougat
---------- Post added at 09:18 AM ---------- Previous post was at 09:15 AM ----------
Abdullah S.A. said:
It's been a while man. I don't have the file anymore and I am not sure if it's still online.
Click to expand...
Click to collapse
I got this file from here https://androidfilehost.com/?w=files&flid=184243
I own an Alcatel 3(5052A) shipped with Android 8.1.0. It has a Mediatek MT6739 chipset. I managed to do fastboot oem unlock to unlock the bootloader and flash the official Resurrection Remix GSI successfully but when I attempt to flash Magisk patched boot image I get a fastboot error.
Code:
FAILED (remote: Only system partition can be flashed)
Does anyone know a method to unlock flashing for the other partitions?
I already tried 'fastboot flashing unlock_critical' to no success.
Thanks.
The same on alcatel 1
Im having the same issue at flashing twrp on alcatel 1 :crying:
Ya, me too, having the same issue. It says " Only system partition can be flashed", what does that even mean??? I've unlocked the bootloader Alcatel 1 & yet I get this error.
Is it something to do with the firmware we're on??
Bythos73 said:
I own an Alcatel 3(5052A) shipped with Android 8.1.0. It has a Mediatek MT6739 chipset. I managed to do fastboot oem unlock to unlock the bootloader and flash the official Resurrection Remix GSI successfully but when I attempt to flash Magisk patched boot image I get a fastboot error.
Does anyone know a method to unlock flashing for the other partitions?
I already tried 'fastboot flashing unlock_critical' to no success.
Thanks.
Click to expand...
Click to collapse
If you have your boot.img file go look up mtk-su (I've used this before it's a really good tool). if you don't already have root access then you can use that and run the following in the root shell:
mtk-su gives you a temp root shell for that session and your free to do as you please with it so hopefully that helps you guys
dd if=/sdcard/boot.img if=/dev/block/<path to boot>
Also if you need to try these both:
fastboot oem unlock_critical
fastboot flashing unlock_critical
And you should be good to go
Ensure you place boot.img under /sdcard or similar to where you'd like to flash
---------- Post added at 01:19 AM ---------- Previous post was at 01:18 AM ----------
dagman5 said:
Im having the same issue at flashing twrp on alcatel 1 :crying:
Click to expand...
Click to collapse
Do the same with what I expla below but do the recovery partition
---------- Post added at 01:20 AM ---------- Previous post was at 01:19 AM ----------
sachb_htc said:
Ya, me too, having the same issue. It says " Only system partition can be flashed", what does that even mean??? I've unlocked the bootloader Alcatel 1 & yet I get this error.
Is it something to do with the firmware we're on??
Click to expand...
Click to collapse
This means even with the bootloader unlocked the OEM has still restricted flashing other partitions. It's a custom implementation they have in place
TheExploitedOne said:
If you have your boot.img file go look up mtk-su (I've used this before it's a really good tool). if you don't already have root access then you can use that and run the following in the root shell:
mtk-su gives you a temp root shell for that session and your free to do as you please with it so hopefully that helps you guys
dd if=/sdcard/boot.img if=/dev/block/<path to boot>
Also if you need to try these both:
fastboot oem unlock_critical
fastboot flashing unlock_critical
And you should be good to go
Ensure you place boot.img under /sdcard or similar to where you'd like to flash
---------- Post added at 01:19 AM ---------- Previous post was at 01:18 AM ----------
Do the same with what I expla below but do the recovery partition
---------- Post added at 01:20 AM ---------- Previous post was at 01:19 AM ----------
This means even with the bootloader unlocked the OEM has still restricted flashing other partitions. It's a custom implementation they have in place
Click to expand...
Click to collapse
But, there are many sources claiming that you can install a custom recovery like "Twrp" on the Alcatel 1.
Sent from my LM-G710 using Tapatalk
sachb_htc said:
But, there are many sources claiming that you can install a custom recovery like "Twrp" on the Alcatel 1.
Click to expand...
Click to collapse
Yes their Bootloader's are able to be unlocked. If that's the case your able to flash a custom recovery because signature verification is disabled in this state. You'd probably have to build the source code to be able to flash if not already available
TheExploitedOne said:
Yes their Bootloader's are able to be unlocked. If that's the case your able to flash a custom recovery because signature verification is disabled in this state. You'd probably have to build the source code to be able to flash if not already available
Click to expand...
Click to collapse
This is one of the site, which claims to have twrp installed on Alcatel 1: https://unofficialtwrp.com/twrp-3-3-0-root-alcatel-5033d/
sachb_htc said:
This is one of the site, which claims to have twrp installed on Alcatel 1: https://unofficialtwrp.com/twrp-3-3-0-root-alcatel-5033d/
Click to expand...
Click to collapse
Looking at said site it don't seem to be legit
So I found this thread and my long dead hopes of dropping a twrp into my device twitched, I mean after so many road blocks I'm surprised my hopes even budged but anyway here goes.
AOSP v32 android 8.1 installed on my Alcatel 5033A su version so I have root... ish
I can't write anything to the system and it stays there (after moving if it goes it's removed on reboot) and that's if I remount to RW cause otherwise even with root moving anything fails, all along I've been flashing my recovery with flashify and keep breaking recovery only to try fastboot method after realizing I can install a TWRP built for MediaTek MT6739 Chipset but that's how I saw the problem, it seems to be the same I get this error too >only system partition can be flashed<.
fastboot oem unlock_critical
fastboot flashing unlock_critical
Tried these codes and yeah I was able to do the unlock but afterwards I typed
Fastboot flash recovery <path> do you see my suffering T_T do you see cause I see no (-u)
rubbed it in my own face to see if I'd laugh too didn't even realize I typed this like three times without -u
So on reboot I see the start button checked logs on my pc I'm back at square 1 this phone is cursed like someone from the dev team just sat chanting for hours just to make my life miserable.
Here is a patched MSM download tool for TMobile OP7T Pro 5G McLaren.
It will bypass the need to sim unlock before unlocking the bootloader, and will also bypass the need of an unlock token file from OnePlus (hence skip the wait period of 1 week to get the privilege to unlock). It will NOT sim unlock the phone.
1) Download the patched MSM download tool: http://www.mediafire.com/file/6r6vn...04+patched+for+easy+bootloader+unlock.7z/file
EDIT: 10.0.39 version: http://www.mediafire.com/file/vdphi4ncs9alxv6/hotdogg_13_A.01_200915_patched_10.0.39.7z/file
2) Run the tool, select "other" in "Login type", click Next, connect your phone in EDL mode, ensure the "sha256 check" is NOT checked, select "TMO" in the Target dropdown, click the Start button and wait until it's completed.
3) The phone will show a red warning saying "device is corrupt", just ignore that and wait some time. It will fallback in fastboot because it's not able to boot. Update your fastboot executable, otherwise fastboot might not recognise the following command. Download it here: https://dl.google.com/android/repository/platform-tools-latest-windows.zip. Now run the following fastboot command, and follow the instructions on the screen of the phone:
Code:
fastboot flashing unlock_critical
4) Bootloader is now unlocked.
5) If you want to be able to boot, you'll probably need to flash again the boot.img of the rom. Download it here: http://www.mediafire.com/file/37rl13s60rsqy5m/boot.img/file
EDIT: 10.0.39 boot.img : http://www.mediafire.com/file/tt6c58u519d8ktc/boot.img_10.0.39.7z/file
And run the command:
Code:
fastboot flash boot boot.img
6) Run "fastboot reboot".
Thread re opened by moderators.
The placeholder for the link has now been replaced by the actual link to download the tool.
Could you use this tool to flash mclaren 7t pro Global to tmo version? Even if it means giving up 5g?
So with this you would not need to contact TMobile to permanent unlock and the OEM unlock the phone? And you would also not need to get the unlock code from OnePlus for the bootloader?
inneyeseakay said:
Could you use this tool to flash mclaren 7t pro Global to tmo version? Even if it means giving up 5g?
Click to expand...
Click to collapse
It doesn't work like that.
And this thread is not about converting the phone to international.
t436h05t said:
So with this you would not need to contact TMobile to permanent unlock and the OEM unlock the phone? And you would also not need to get the unlock code from OnePlus for the bootloader?
Click to expand...
Click to collapse
Yes and yes, that is explained in the first post.
Superboy58 said:
Yes and yes, that is explained in the first post.
Click to expand...
Click to collapse
when I open the tool is asking for account and password. how do I get that information?
noobiedev83 said:
when I open the tool is asking for account and password. how do I get that information?
Click to expand...
Click to collapse
Just click on Login type and select "Other" in the dropdown.
The tool will open without credentials.
Superboy58 said:
Just click on Login type and select "Other" in the dropdown.
The tool will open without credentials.
Click to expand...
Click to collapse
ok so I did it but im stuck in fastboot and the phone wont reboot to the os, any ideas?
---------- Post added at 04:42 PM ---------- Previous post was at 04:37 PM ----------
in fastboot mode under bootloader version I dont have anything in there and on Baseband either is blank. is that normal?
noobiedev83 said:
ok so I did it but im stuck in fastboot and the phone wont reboot to the os, any ideas?
---------- Post added at 04:42 PM ---------- Previous post was at 04:37 PM ----------
in fastboot mode under bootloader version I dont have anything in there and on Baseband either is blank. is that normal?
Click to expand...
Click to collapse
Install a ROM to be able to boot
Superboy58 said:
Install a ROM to be able to boot
Click to expand...
Click to collapse
how can you please help that im stuck in Fastboot
noobiedev83 said:
how can you please help that im stuck in Fastboot
Click to expand...
Click to collapse
If you don't know how to install a ROM you should not be using this tool.
Go in this forum section and read the posts, choose one of the available ROMs and install it.
https://forum.xda-developers.com/7t-pro-mclaren/development
Superboy58 said:
If you don't know how to install a ROM you should not be using this tool.
Go in this forum section and read the posts, choose one of the available ROMs and install it.
https://forum.xda-developers.com/7t-pro-mclaren/development
Click to expand...
Click to collapse
you never mention that you have to install a rom I tought I was going to unlock the phone but my os was going to stay ok!
you should post that in the thread because I didnt want to install any third party roms
Ok, I understand what happened.
I talked with the person who proposed to test the tool, @omariscal1019 , and we think you can't boot because you were for example on the rom 10.0.30 but you flashed this MSM which is based on 10.0.36 rom.
You might need to flash back only the boot.img of the 10.0.30 ROM.
I will extract boot and recovery partitions of each rom versions and post them on the first post of this thread.
Now that you are unlocked you only need to run
"fastboot flash boot boot.img" (not exactly sure of the syntax but it's close)
That will flash your boot partition
Superboy58 said:
Ok, I understand what happened.
I talked with the person who proposed to test the tool, @omariscal1019 , and we think you can't boot because you were for example on the rom 10.0.30 but you flashed this MSM which is based on 10.0.36 rom.
You might need to flash back only the boot.img of the 10.0.30 ROM.
I will extract boot and recovery partitions of each rom versions and post them on the first post of this thread.
Now that you are unlocked you only need to run
"fastboot flash boot boot.img" (not exactly sure of the syntax but it's close)
That will flash your boot partition
Click to expand...
Click to collapse
I was in the latest software update that tmobile release 2 days ago
Try this flash msm .36 the original one, then let it boot skip everything to home screen then msm the patched one then u can go from there it should work
omariscal1019 said:
Try this flash msm .36 the original one, then let it boot skip everything to home screen then msm the patched one then u can go from there it should work
Click to expand...
Click to collapse
Good suggestion, i think it should work.
If you're still stuck in fastboot, try the "fastboot continue" command.
Please share the results,
Thanks
Superboy58 said:
Good suggestion, i think it should work.
If you're still stuck in fastboot, try the "fastboot continue" command.
Please share the results,
Thanks
Click to expand...
Click to collapse
tested all the suggestions and no go, still get stuck in fastboot mode after trying to unlock bootloader with this tool.
noobiedev83 said:
tested all the suggestions and no go, still get stuck in fastboot mode after trying to unlock bootloader with this tool.
Click to expand...
Click to collapse
You say "after trying to unlock bootloader" which suggest the bootloader unlock failed ?
Does the fastboot mode shows unlocked bootloader ? If it's locked, that's normal that the phone is stuck in fastboot.
Have you tried to flash the original T-Mobile 10.0.36 MSM, then the patched 10.0.36 MSM?
Superboy58 said:
You say "after trying to unlock bootloader" which suggest the bootloader unlock failed ?
Does the fastboot mode shows unlocked bootloader ? If it's locked, that's normal that the phone is stuck in fastboot.
Have you tried to flash the original T-Mobile 10.0.36 MSM, then the patched 10.0.36 MSM?
Click to expand...
Click to collapse
well it shows that is unlock in the fastboot menu but it wont reboot to the os, is stuck in the fastboot mode and I already reflash the newest 10.0.36 msm and I try to patch again but no go.