How do you unlock bootloader? [Rogers Moto X] - Moto X Q&A

Hi,
I went through the process listed on Motorola site and I believe I installed the SDK Tools and Motorola driver. Open command prompt and navigated to SDK tools directory using DOS commands. But upon entering the command Motorola says to put ($ fastboot OEM get_unlock_code) it says unrecognized command. I've been struggling with this for days and I literally can not find any indication as to what I am doing wrong. This is my last resort.
Pls halp =(

scorpion667 said:
Hi,
I went through the process listed on Motorola site and I believe I installed the SDK Tools and Motorola driver. Open command prompt and navigated to SDK tools directory using DOS commands. But upon entering the command Motorola says to put ($ fastboot OEM get_unlock_code) it says unrecognized command. I've been struggling with this for days and I literally can not find any indication as to what I am doing wrong. This is my last resort.
Pls halp =(
Click to expand...
Click to collapse
Take out the $

Didn't work =(
I realize in the screenshot I put get_unlock_code instead of get_unlock_data but that one doesn't work either
{
"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 tried running it from sdk\tools, nothing

Lowercase oem
Sent from my XT1058 using xda app-developers app

planktoid said:
Lowercase oem
Sent from my XT1058 using xda app-developers app
Click to expand...
Click to collapse
Tried that, still nothing =(
Obviously, I have the phone connected via usb cable and in fastboot mode

Dang. Windows user.
Fastboot.exe maybe ? in the right directory ?
Sent from my XT1058 using xda app-developers app

planktoid said:
Dang. Windows user.
Fastboot.exe maybe ? in the right directory ?
Sent from my XT1058 using xda app-developers app
Click to expand...
Click to collapse
GOT IT!!! It's in sdk/platform-tools
perfect, thanks guys!

Hi scorpion can you tell me how you unlocked? I'm still trying always says waiting for device
Sent from my HTC One using XDA Premium 4 mobile app

airmario said:
Hi scorpion can you tell me how you unlocked? I'm still trying always says waiting for device
Sent from my HTC One using XDA Premium 4 mobile app
Click to expand...
Click to collapse
make sure fastboot can see your device
Code:
fastboot devices
if it's not connected make sure your drivers are installed and your phone is in fastboot mode

It is in all the above
Sent from my HTC One using XDA Premium 4 mobile app
---------- Post added at 03:27 PM ---------- Previous post was at 03:25 PM ----------
I typed fastboot devices and doesn't do anything
Sent from my HTC One using XDA Premium 4 mobile app

Help
Sent from my HTC One using XDA Premium 4 mobile app

airmario said:
Help
Sent from my HTC One using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Which operating system ie windows 7 , make sure you put the phone in fastboot mode before you plug the USB cord in , the driver installer should be installed, check device manager in windows and verify that the phone is recognized as a fastboot device, which its probably not. Install the fastboot drivers and try again. Looks like the fastbboot drivers are not installed by looking at the picture you posted
Easy way to get thecmd window is while your in the tools folder shift and right click and you will see open a cmd window, open it, also try removing c; and just put in fastboot blah blah blah
Sent from my XT1058 using XDA Premium 4 mobile app

flashallthetime said:
Which operating system ie windows 7 , make sure you put the phone in fastboot mode before you plug the USB cord in , the driver installer should be installed, check device manager in windows and verify that the phone is recognized as a fastboot device, which its probably not. Install the fastboot drivers and try again. Looks like the fastbboot drivers are not installed by looking at the picture you posted
Easy way to get thecmd window is while your in the tools folder shift and right click and you will see open a cmd window, open it, also try removing c; and just put in fastboot blah blah blah
Sent from my XT1058 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
you can verify if fastboot "sees" your devices with this command:
fastboot devices
should give an entry showing your phone is detected.

scorpion667 said:
you can verify if fastboot "sees" your devices with this command:
fastboot devices
should give an entry showing your phone is detected.
Click to expand...
Click to collapse
Yes
Sent from my XT1058 using XDA Premium 4 mobile app

Related

How To - Connect Nexus 4 to XP like MTP device

Hi everyone. I think some poeple like me have had trouble with connect Nexus 4 like MTP device to Windows XP based PCs. I've found the metod that help to do it and now I can use my Nexus 4 like MTP device and transfers files. Sorry for my English
Only for Windows XP
1. Connect your Nexus to PC.
2. Go to My Computer>Properties>Device Manager and double click on MTP device
3. Go to Details and copy (Ctr+C) info like (USB\VID_18D1&PID_4EE2&MI_00) (you can copy it from here too, if it is identically)
4. Unplug Nexus from PC.
5. Go to C:\Windows\inf folder (it's hidden)
6. Find a file "wpdmtp.inf" and open it with any text editor (Notepad)
7. Modify or Paste (Ctrl+P) what did you copy at step "3" as bottom I showed.
; Installation inf for devices supporting Media Transfer Protocol (MTP)
;
; Copyright (c) Microsoft Corporation.
;
[Version]
Signature="$WINDOWS NT$"
Class=WPD
ClassGUID={EEC5AD98-8080-425f-922A-DABF3DE3F69A}
Provider=%Msft%
LayoutFile=layout.inf
DriverVer=02/22/2006,5.2.5326.4762
[DestinationDirs]
MTP.Files.Kernel = 12
MTP.Files.XPRT_USB = 11
MTP.Files.Core = 11
MTP.Files.UMDFDDriver = 12,UMDF ; copy to system32\drivers\umdf
[Manufacturer]
%MfgName%=Generic,NTx86,NTamd64
;
;Device is identified by Microsoft OS descriptor
;If your device does not support it, use specific VID & PID for identification
;
[Generic.NTx86]
%GenericMTP.DeviceDesc%=MTP, USB\MS_COMP_MTP
%GenericMTP.DeviceDesc%=MTP, USB\VID_18D1&PID_4EE2&MI_00
;
[Generic.NTamd64]
%GenericMTP.DeviceDesc%=MTP, USB\MS_COMP_MTP
%GenericMTP.DeviceDesc%=MTP, USB\VID_18D1&PID_4EE2&MI_00
Click to expand...
Click to collapse
8. Save and close the file.
9. Connect your Nexus to PC
10. Go to Device Manager and update MTP driver.
10. Tick chekbox "Install the software automatically (Recomenden)" on driver installation dialog and install driver.
Wait for a moment and you can see Nexus 4 like an MTP device.
I documented this a few months ago. If you got this from my thread, please give thanks where due.
http://forum.xda-developers.com/showpost.php?p=35667806&postcount=23
I'll guve you "thank" , man. But I didn't use your post
Sent from my Nexus 4 using xda app-developers app
Whatif there are no "wpdmtp.inf" in that folder?
{
"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"
}
c933103 said:
Whatif there are no . Find a file "wpdmtp.inf" in that folder?
Click to expand...
Click to collapse
I have just used these instructions and I couldn't find wpdmtp.inf also, so I opened wpdmtp which was there and copied and pasted as instructed and it worked, thank you.
Alan
you are welcome!
Sent from my Nexus 4 using xda app-developers app
If you have no wpdmtp file, try in/reinstalling windows media player 11
meangreenie said:
If you have no wpdmtp file, try in/reinstalling windows media player 11
Click to expand...
Click to collapse
yea windows media player 11 was enough for me
When I allowed my gf comp to recognize the nexus it wasn't so complicated.
Simply install drivers, plug phone and make sure usb debugging isn't on and it should work.
maxal said:
I have just used these instructions and I couldn't find wpdmtp.inf also, so I opened wpdmtp which was there and copied and pasted as instructed and it worked, thank you.
Alan
Click to expand...
Click to collapse
Not in my case...
Thanks for your help. It works!!
Sent from my Nexus 4 using xda app-developers app
Did you show hidden files?
Sent from my Nexus 4 using xda premium
Thank you!
This drove me crazy today on my work PC until I read this thread.
Or you could do it the easy way.
Enable developer mode then enable USB debugging. That's it.
Sent from my Nexus 4 using xda premium
kthejoker20 said:
Or you could do it the easy way.
Enable developer mode then enable USB debugging. That's it.
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
I wish it was that easy but it's not. Read the first post, the line of text needs to be there to get it to work and it wasn't. I believe it has something to do with when Microsoft Media Player updated to version 11.
Sent from my Nexus 4 using Tapatalk 4 Beta
It is that easy. Try it before posting.
Sent from my Nexus 4 using xda premium
Try reading the multiple threads for various devices on XDA with the same issue with Win XP, THIS is the only solution that worked for me and countless others.
As far as Developer mode/USB debugging being on, I had it on. I can push/pull files, modify framework, etc through ADB...while I'm not a developer I do know my way around Android devices. This simply wasn't an Android issue but a computer one.
So now that you decided to through your $.02 in(which is not the solution) you can go back to posting more useless comments instead of actually trying to help people.
kthejoker20 said:
It is that easy. Try it before posting.
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
I have nexus 4 and I just follow steps but I am unable to find MTP in device manager in windows XP.
My phone shows as "android nexus ADB interface" under " android devices"
Please help.
Try to turn on "usb debugging mode"
Sent from my Nexus 4 using xda premium
Azick said:
Try to turn on "usb debugging mode"
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
I already have USB debugging on in my nexus 4.
I had tried with both the mode I.e. with debugging mode on and off

[Q] [W8] Problem with fastboot - SOLVED

Hi all, i have a fastboot driver problem. I tryed all, also this, of course. Installed Sony PC Companion and Flashtool but fastboot drivers still doesent work
Here a screen of dev manager
{
"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"
}
EmeraldTimer said:
Hi all, i have a fastboot driver problem. I tryed all, also this, of course. Installed Sony PC Companion and Flashtool but fastboot drivers still doesent work
Here a screen of dev manager
Click to expand...
Click to collapse
I am not know if this will help, but if you r using windows8 then I recommend you to use Windows 7.
I had a problem with my xs, every time I connect it to my win 8 pc, I got a message that my device is malfunction.
Or
Try removing all drivers and then install them again using driver provided with the flash tool.
Sent from my C6602 using xda app-developers app
If you need to install the fastboot drivers try this
First download the latest fastboot drivers from http://www.multiupload.com/BMJ24IL6XY then right click s1 fastboot then click update drivers. After that click browse manually and select the folder where you kept your newly downloaded files and click ok. It will then install the latest drivers
If you can't get into Fastboot mode try this
Turn your phone off and hold the volume up button but DO NOT hold the power button. Then connect the usb cable whilst still holding the up button. Then the led should turn blue.
Also Windows 7 will have less issues with driver installation
Press thanks if I helped.
Sent from my C6603 using xda app-developers app
slyviper1700 said:
If you need to install the fastboot drivers try this
First download the latest fastboot drivers from http://www.multiupload.com/BMJ24IL6XY then right click s1 fastboot then click update drivers. After that click browse manually and select the folder where you kept your newly downloaded files and click ok. It will then install the latest drivers
If you can't get into Fastboot mode try this
Turn your phone off and hold the volume up button but DO NOT hold the power button. Then connect the usb cable whilst still holding the up button. Then the led should turn blue.
Also Windows 7 will have less issues with driver installation
Press thanks if I helped.
Sent from my C6603 using xda app-developers app
Click to expand...
Click to collapse
I cant download ò.ò can you upload me on other sites like mediafire?
You will find all the necessary details on this forum page. http://forum.xda-developers.com/showthread.php?t=1583801
Press thanks if I helped
Sent from my C6603 using xda app-developers app
slyviper1700 said:
You will find all the necessary details on this forum page. http://forum.xda-developers.com/showthread.php?t=1583801
Press thanks if I helped
Sent from my C6603 using xda app-developers app
Click to expand...
Click to collapse
Cant install the usb_driver, i dot know where is the folder that i have to copy to
You right click the driver in device manager, click update and then locate the folder you clicked and then click ok.
Sent from my C6603 using xda app-developers app
---------- Post added at 07:06 AM ---------- Previous post was at 06:56 AM ----------
Also here is a video tutorial
www.youtube.com/watch?v=yRggtyNnxtI
Press thanks if I helped
Sent from my C6603 using xda app-developers app
All Done! thank you!

[Q] HTC One bootloop

I was trying to flash CWM recovery onto my HTC One using Hasoon2000's toolkit, but I did a mistake and now my phone keeps restarting a second after it boots. I've tried to erase the cache but because the phone reboots so quickly the phone cannot be detected. I know I made a silly mistake and I'm freaking out right now but I really need urgent help now.
Thanks in advance :good:
ickytc said:
I was trying to flash CWM recovery onto my HTC One using Hasoon2000's toolkit, but I did a mistake and now my phone keeps restarting a second after it boots. I've tried to erase the cache but because the phone reboots so quickly the phone cannot be detected. I know I made a silly mistake and I'm freaking out right now but I really need urgent help now.
Thanks in advance :good:
Click to expand...
Click to collapse
Can you hold power and volume down buttons together until your hboot screen appears?
Sent from my HTC One using xda premium
redbull123 said:
Can you hold power and volume down buttons together until your hboot screen appears?
Sent from my HTC One using xda premium
Click to expand...
Click to collapse
It wasn't working a while ago, but now it is. My phone is currently in the CWM Recovery window (I flashed CWM onto my phone), what do I do now?
ickytc said:
It wasn't working a while ago, but now it is. My phone is currently in the CWM Recovery window (I flashed CWM onto my phone), what do I do now?
Click to expand...
Click to collapse
What is it you're trying to do?
Sent from my HTC One using xda premium
redbull123 said:
What is it you're trying to do?
Sent from my HTC One using xda premium
Click to expand...
Click to collapse
I'm trying to sideload a ROM onto my phone, but when I do it says there's no device detected even though my phone's plugged into my PC.
Basically, I'm stuck in recovery mode. Any suggestions on what I should do now?
ickytc said:
I'm trying to sideload a ROM onto my phone, but when I do it says there's no device detected even though my phone's plugged into my PC.
Basically, I'm stuck in recovery mode. Any suggestions on what I should do now?
Click to expand...
Click to collapse
I could spend a while talking you through it but the best advice I can give you is to forget about the toolkit and read this guide: http://forum.xda-developers.com/showthread.php?t=2325853
This will push a rom to your phone then just flash it through recovery. It's better to learn using ADB than the toolkit.
Sent from my HTC One using xda premium
---------- Post added at 06:21 PM ---------- Previous post was at 06:14 PM ----------
Can you still boot into your phone? If you can, just put a rom.zip on your phone and flash it through recovery that way.
Sent from my HTC One using xda premium
redbull123 said:
I could spend a while talking you through it but the best advice I can give you is to forget about the toolkit and read this guide: http://forum.xda-developers.com/showthread.php?t=2325853
This will push a rom to your phone then just flash it through recovery. It's better to learn using ADB than the toolkit.
Sent from my HTC One using xda premium
---------- Post added at 06:21 PM ---------- Previous post was at 06:14 PM ----------
Can you still boot into your phone? If you can, just put a rom.zip on your phone and flash it through recovery that way.
Sent from my HTC One using xda premium
Click to expand...
Click to collapse
I did that, but it said device not found? I already installed all the required software and drivers.
ickytc said:
I did that, but it said device not found? I already installed all the required software and drivers.
Click to expand...
Click to collapse
Copy and paste your command window or upload a screenshot so we can see what it's saying. Try changing usb ports if you haven't already. What happens when you command 'adb devices'?
Sent from my HTC One using xda premium
redbull123 said:
Copy and paste your command window or upload a screenshot so we can see what it's saying. Try changing usb ports if you haven't already. What happens when you command 'adb devices'?
Sent from my HTC One using xda premium
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"
}
I've changed usb ports as well
Update: Just some info, I flashed the kernel incorrectly and that's why it's like that

ADB & Fastboot in Windows 8.1

Brought to you from Team Noctural
{
"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"
}
This is a easy guide to get ADB working in Windows 8.1. I'm currently running Windows 8.1 build 9600 as you can see here
You can find full instructions, drivers and how to video here
[How to] ADB & Fastboot in Windows 8.1
​
Nice work
But the problem is when your device has hboot 1.44 and using Windows 8.1 while in fastboot...adb works fine
BD619 said:
Nice work
But the problem is when your device has hboot 1.44 and using Windows 8.1 while in fastboot...adb works fine
Click to expand...
Click to collapse
But there is no problem. Try it, we made this back in September
BD619 said:
Nice work
But the problem is when your device has hboot 1.44 and using Windows 8.1 while in fastboot...adb works fine
Click to expand...
Click to collapse
That's a sweet looking avatar! Man the guy who edited that must be very talented ?
Sent from my HTCONE using XDA Premium 4 mobile app
Superb work broseph's ...much needed
Sent from my HTCONE using XDA Premium 4 mobile app
billyho7993 said:
That's a sweet looking avatar! Man the guy who edited that must be very talented ?
Sent from my HTCONE using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Billy, I am sending all our cold Downers cold cold air your way!~! :laugh:
budeone said:
Billy, I am sending all our cold Downers cold cold air your way!~! :laugh:
Click to expand...
Click to collapse
It's probably colder here in Joliet anyway so bring it! ?
Sent from my HTCONE using XDA Premium 4 mobile app
You are actually right, you are worse then us right now.
budeone said:
You are actually right, you are worse then us right now.
Click to expand...
Click to collapse
We usually are I hate Joliet ?
Sent from my HTCONE using XDA Premium 4 mobile app
I upgraded my primary computer to 8.1 a while ago and was having all kinds of trouble I think the main problem was the hboot but this is very helpful thank you
Sent from my HTCONE using XDA Premium 4 mobile app
What hboot?
fastboot works just fine once you update your phone to 1.55. Until your at 1.55 though you're boned if all you have is an 8.1 machine and need to upgrade or downgrade.
As an example, if you use the official CMinstaller it'll change you over to hboot 1.44. If you decide you don't like CM, you can no longer RUU back to stock because fastboot can no longer talk to your phone.
(i'm still watching the video but haven't found yet.. i appreciate the time and effort that went into the making of the video as well as the info being shared, but 13+min how-to videos where the author is winging it (ie no prepared outline/script) can get a bit tedious)
This is what's happening to me:
nvm I fixed it. There's another option in dev options.
Thanks!!!
exzacklyright said:
This is what's happening to me:
nvm I fixed it. There's another option in dev options.
Thanks!!!
Click to expand...
Click to collapse
Uncheck and re-check USB debugging then look for the RSA popup on your phone...make sure you check the box to always authorize from this PC
So what do I have to do with an AMD chipset device? The intel extensible drivers won't work if I'm thinking correctly.
Is this really development?
Not that I don't like the content of this thread -- seems good stuff. But is it really well placed in 'original development' as opposed to, say, Q&A or some other general thread space with a [Guide] nomenclature?
Anyway, just sayin'.
Why not just change drivers?
I may be wrong but i had no problems using fastboot and adb on my windows 8.1.
I have Intel(R)_USB_3.0_eXtensible_Host_Controller_Driver installed though instead of the regular microsoft drivers.
.........
Or i could be wrong.
meh
Doesn't work on HTC Sensation with Win8.1
Doesn't work on HTC Sensation with Win8.1
USB 2.0 ports don't recognise the device at all and give enumeration error.
USB 3 works on ABD but fails on Fastboot as "Samsung" option doesn't show up but "Android ADB" does, but when driver is chosen, it installs then disappears from Device Manager.
stuartbdavies said:
Doesn't work on HTC Sensation with Win8.1
USB 2.0 ports don't recognise the device at all and give enumeration error.
USB 3 works on ABD but fails on Fastboot as "Samsung" option doesn't show up but "Android ADB" does, but when driver is chosen, it installs then disappears from Device Manager.
Click to expand...
Click to collapse
I was able to get ADB working fine, but not Fastboot. I found that rebooting into the bootloader helped me find the Samsung drivers and install, then Fastboot started working.
baj24 said:
I was able to get ADB working fine, but not Fastboot. I found that rebooting into the bootloader helped me find the Samsung drivers and install, then Fastboot started working.
Click to expand...
Click to collapse
Can't get it to work here on Desire S. What drivers do you have installed? Only Samsung ones? Ihave only USB 2.0 BTW
Problem with fastboot drivers
Hi, I've probably only one problem.
I run Easy Unlock Tool and program checked ADB driver that's ok ,but when phone run fastboot program has says: waiting for device.
And windows says : Device is not recognized.
I think theat problem is in fastboot drivers.
Any solution?
My phone : HTC Wildfire S
Windows 8.1 Pro

HTC One Sprint brick, no system

Greetings, I need help I have my system but has HTC logo appears and just stays stuck.
I know that I recommend to install rom and also as free for use in Ecuador.
Thanks for your comments.
En la siguiente imagen aparece el estado actual de mi HTC
{
"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"
}
Does it get recnognized in fastboot?
If yes i could help you
Sent from my HTCONE using XDA Free mobile app
Yes, i can do.
my HTC is in fastboot mode
I would suggest.
-Flash Custom Recovery
-Get latest Ruu
-Extract the rom from it (Google it)
- Flash it via ADB Sideload or USB OTG
- Wioe and Flash ruu normally
Sent from my HTCONE using XDA Free mobile app
Thanks
But which RUU should i use?, and where download it?
MrChicken148 said:
Thanks
But which RUU should i use?, and where download it?
Click to expand...
Click to collapse
Use the one that matches your OS in the screenshot...it can be found in Android Development
Just follow the instructions in the RUU thread.
Or use my method. Saved me 9 hrs of time
BTW a newer ruu than the bootloader sais will work too
Sent from my HTCONE using XDA Free mobile app
So friends.
I investigate the RUU and i found this http://www.htc1guru.com/downloads/ruu-file-downloads/ i downloaded the last one (RUU M7 WLS JB 50 Sprint 1.29.651.10 RUU ).
Can use this RUU on mi HTC???
Depends what version you are right now
Sent from my HTCONE using XDA Free mobile app
How can i know that?
My HTC only appear in the fastboot mode, i don't know how to see the version
MrChicken148 said:
How can i know that?
My HTC only appear in the fastboot mode, i don't know how to see the version
Click to expand...
Click to collapse
I linked you to the correct RUU a couple posts up
In the Fastboot mode you cam see it.
Its written in Pink in the bootloader.
Sent from my HTCONE using XDA Free mobile app
No way...
I linked you to the correct RUU a couple posts up
Click to expand...
Click to collapse
BD619 Download the RUU, where you told me but isn't install
In the Fastboot mode you cam see it.
Its written in Pink in the bootloader.
Click to expand...
Click to collapse
XxpikaachuuxX But i have the problema until.
Please help me, my htc no let me install rom anything. i'm newbie
You said you can get to fastboot mode right?
When you choose fastboot via the Power Button. There will be your software version at the buttom.
Wait ill seek a pic for you
Sent from my HTCONE using XDA Free mobile app
Under the pink Writing theres the hboot version.
Tell me which one you have got or post a pic of your bootloader Here
Sent from my HTCONE using XDA Free mobile app
Well i see
I maybe have the firmware (OS) is 5.03.651.3...
But the real problem is, i can't flash anything... All the RUU sent me error. How i can flash correctly, my cid is super cid but now i change for the Sprint (default).
I said before, download the RUU RUU M7 WLS JB 50 Sprint 1.29.651.10 RUU in the following page http://www.htc1guru.com/downloads/ruu-file-downloads/ (The last one), but I can install. What is wrong???
Simple: your trying to flash a Stock Rom which is Lower Version than the Actual One.
Try fo find the same as the bootloader says. Im sure there came one out with the update in the last few 2-3 weeks
Sent from my HTCONE using XDA Free mobile app
XxpikaachuuxX said:
In the Fastboot mode you cam see it.
Its written in Pink in the bootloader.
Sent from my HTCONE using XDA Free mobile app
Click to expand...
Click to collapse
well
I just installed cyanogen rom
Now my cell is on, but I downloaded some ruu ... and no I install.
There will be a guide to install
Make a nandroid backup first. In case of emergency use nandroid backup then
Sent from my HTCONE using XDA Free mobile app
XxpikaachuuxX said:
Make a nandroid backup first. In case of emergency use nandroid backup then
Sent from my HTCONE using XDA Free mobile app
Click to expand...
Click to collapse
Yes i have a backup...
Now i want to activate 3g (GSM) on HTC, for use in Ecuador, it's posible?... I have cyanogenmod 4.4.4
OR More important, install Stock Sense ROM, please

Categories

Resources