Need Help With fastboot and Radio (gsm) - Samsung Galaxy Nexus

Sorry To make a new thread, but I've been searching for some good instructions on how to flash a radio through fastboot. I know you can flash it through recovery but I'm hearing its safer to use fastboot.
All I need is a link with some instructions.
Thank you.

Code is in this post, beside the links: http://forum.xda-developers.com/showthread.php?t=1571715

mudferret said:
Code is in this post, beside the links: http://forum.xda-developers.com/showthread.php?t=1571715
Click to expand...
Click to collapse
I dunno what to do with that code. There isn't a beginners guide anywhere

Mrcojocaru said:
I dunno what to do with that code. There isn't a beginners guide anywhere
Click to expand...
Click to collapse
Do you know generally how to use Fastboot?
If you don't, you should probably start reading a bit more before using it...

martonikaj said:
Do you know generally how to use Fastboot?
If you don't, you should probably start reading a bit more before using it...
Click to expand...
Click to collapse
I dont know how. I think I used to to root my nexus one but I havent had to use it since. Just recovery.

Mrcojocaru said:
I dont know how. I think I used to to root my nexus one but I havent had to use it since. Just recovery.
Click to expand...
Click to collapse
Here's a good guide for setting up and using adb; mostly applicable to fastboot as well. There are others as well.
Can't recall if fastboot is included in the attached file, but the principles are there, and search the Development forum for "drivers".
http://forum.xda-developers.com/showthread.php?t=1058431
The full Android SDK can be DL'd as well: http://developer.android.com/sdk/index.html

mudferret said:
Here's a good guide for setting up and using adb; mostly applicable to fastboot as well. There are others as well.
Can't recall if fastboot is included in the attached file, but the principles are there, and search the Development forum for "drivers".
http://forum.xda-developers.com/showthread.php?t=1058431
Click to expand...
Click to collapse
thank you I have the adb drivers set up for my phone if thats what you mean. Just dont know more then that

ok I set up adb.. It was different than what I thought you were talking about.

If you have everything set up; boot in to bootloader, connect USB, and then use command in cmd.
Edit: but like someone said: if you don't fully understand, read more about it. Don't do something you're unsure of.
Sent from my Galaxy Nexus using Tapatalk

I understand it but I dont know what to type into cmd

Mrcojocaru said:
I understand it but I dont know what to type into cmd
Click to expand...
Click to collapse
download the radio you want
extract it or put the .img into your adb folder
open cmd (use the shortcut you created from the other post on setting up adb)
type this into the command line:
Code:
fastboot flash radio "name-of-radio".img
---------- Post added at 08:44 PM ---------- Previous post was at 08:43 PM ----------
the easiest way to set it up is download the tools in the dev forum. then use the guide with the pics to make the shortcut.

svtfmook said:
download the radio you want
extract it or put the .img into your adb folder
open cmd (use the shortcut you created from the other post on setting up adb)
type this into the command line:
Code:
fastboot flash radio "name-of-radio".img
---------- Post added at 08:44 PM ---------- Previous post was at 08:43 PM ----------
the easiest way to set it up is download the tools in the dev forum. then use the guide with the pics to make the shortcut.
Click to expand...
Click to collapse
when in command prompt you have to first navigate to your fastboot folder, my fastboot folder is in my android sdk folder so i would type
Code:
cd c:\android-sdk-windows\fastboot
then use
Code:
fastboot flash radio "name-of-radio".img
also your phone needs to be in the bootloader screen for fastboot to work. you can get to the boot screen by holding both volume buttons with the power button when the phone is off

thanks guys
I kept trying to flash a bad img. The OP from that thread posted a working one but not until the 3rd page. Got real frustrated lol.
anyway... im getting 2 solid bars of hspa inside. Used to alternate between 1 and 0.

neotekz said:
when in command prompt you have to first navigate to your fastboot folder, my fastboot folder is in my android sdk folder so i would type
Code:
cd c:\android-sdk-windows\fastboot
then use
Code:
fastboot flash radio "name-of-radio".img
also your phone needs to be in the bootloader screen for fastboot to work. you can get to the boot screen by holding both volume buttons with the power button when the phone is off
Click to expand...
Click to collapse
he would only need to navigate it if he used the old sdk way of setting adb up. if he used the link in the previous posts to create a custom shortcut, he wouldn't need to navigate.
also remember that your phone has to be booted into bootloader first. and after flashing, you need to fastboot reboot.

svtfmook said:
you need to fastboot reboot.
Click to expand...
Click to collapse
uh oh.. didnt do that. can something happen?
EDIT: I reflashed the radio and rebooted from fastboot just in case. Thanks for your help.
Thank you everyone! Used all my thanks for today on you guys lol

Related

How to install Yakju 4.0.2 on Mac?

I just bought a Galaxy Nexus but it was from Hong Kong and had non Yakju firmware on it. I want to install Yakju 4.0.2. I'm on a mac and oem unlocked my Nexus. I have downloaded the firmware from Google for 4.0.2 but now I need help actually installing it. If anyone could write me up a quick step by step guide I'd appreciate it, or link me to one. I'm on a Mac btw.
When I type in "fastboot flash bootloader bootloader-maguro-primekk15.img" into the command prompt it says command not found.
Bump
Sent from my Galaxy Nexus using XDA App
Wondering same thing....
Extract the archive, locate the .sh script, check the directives it contains, run them manually, or use the script.
Alternatively, do what most of us around here have to do, search. It's been covered already a number of times how to convert to Yakju as well as how to use fastboot on mac.
Edit, for the lazy, in the development section, one of the stickies have a link to this guide: http://forum.xda-developers.com/showthread.php?t=1366806
if you're on a mac, you need to add "./" before the commands in terminal
instead of "fastboot flash bootloader bootloader-maguro-primekk15.img", type in
./fastboot flash bootloader bootloader-maguro-primekk15.img
keep in mind your phone should be in fastboot mode when you do this (power off, then hold vol up + vol down + power"
littleasian said:
if you're on a mac, you need to add "./" before the commands in terminal
instead of "fastboot flash bootloader bootloader-maguro-primekk15.img", type in
./fastboot flash bootloader bootloader-maguro-primekk15.img
keep in mind your phone should be in fastboot mode when you do this (power off, then hold vol up + vol down + power"
Click to expand...
Click to collapse
Not correct, sorry.
You'd be better off following the link I provided above. The correct Mac commands are provided.
xyzulu said:
Not correct, sorry.
You'd be better off following the link I provided above. The correct Mac commands are provided.
Click to expand...
Click to collapse
Haha, thanks man.
Sent from my Galaxy Nexus using XDA App
xyzulu said:
Extract the archive, locate the .sh script, check the directives it contains, run them manually, or use the script.
Alternatively, do what most of us around here have to do, search. It's been covered already a number of times how to convert to Yakju as well as how to use fastboot on mac.
Edit, for the lazy, in the development section, one of the stickies have a link to this guide: http://forum.xda-developers.com/showthread.php?t=1366806
Click to expand...
Click to collapse
I tried to follow that guide and couldn't get it to work. How do you direct the command terminal into the right folder? When they say to put fast boot in that folder do they literally mean just the executable file?
Arcadia310 said:
I tried to follow that guide and couldn't get it to work. How do you direct the command terminal into the right folder?
Click to expand...
Click to collapse
You will probably need to cd into the folder.. ie cd Downloads
When they say to put fast boot in that folder do they literally mean just the executable file?
Click to expand...
Click to collapse
Yes, just the file called fastboot-mac
xyzulu said:
You will probably need to cd into the folder.. ie cd Downloads
Yes, just the file called fastboot-mac
Click to expand...
Click to collapse
Do I just type cd and then the name of the folder?
Sent from my Galaxy Nexus using XDA App

Wiped Phone Now Can't See SD Card On Lappy, PLEASE HELP

I used Team win Recovery Project to wipe my phone Galaxy Nexus, and now when I plug the phone in to the lappy it doesn't show the sd card. Freaking out here cause I can't copy over a zip file to flash a ROM... please help...
The GNEX doesn't have an actual sdcard, so when you wiped the phone i'm guessing you wiped the virtual sd card.
You will have to adb push a rom to your phone.
One the top of the first Q&A page jubakuba has a guide that has a panic section in it.
The guide also shows how to install adb/fastboot and gives you the commands.
try flash the stock img via fastboot using the following line to avoid wiping ur sdcard
fastboot update ***.zip
then wipe data via CWM and enjoy
xskordeal said:
try flash the stock img via fastboot using the following line to avoid wiping ur sdcard
fastboot update ***.zip
then wipe data via CWM and enjoy
Click to expand...
Click to collapse
sorry, complete DOLT here. Where would I input the command?
If you don't know about adb/fastboot, do as suggested in first post. All is explained in the guide.
How to get to a MS-DOS prompt or Windows command line
TheDodgey said:
sorry, complete DOLT here. Where would I input the command?
Click to expand...
Click to collapse
Click Start.
Click Run.
Type cmd or command and press enter.
gpfnzl said:
If you don't know about adb/fastboot, do as suggested in first post. All is explained in the guide.
Click to expand...
Click to collapse
ok, following your instructions, and the instructions of the link, I have install ADB and can use cmd, however when I type adb shell, I get an error returning "device not found"
I see a lot of threads stating to make sure usb debugging is on, it was before I wiped the phone, but obviously I cant get to any settings at the moment.
on the verge of crying now, and noone likes to see a grown man cry
FIXED
I ran the push command whilst in recovery and it worked
not sure that it mattered, but I did change the zip file name to ROM.zip, and whilst in recovery, ran the comand "adb push ROM.zip /sdcard/ROM.zip
Just thought I would put that in there for other dopes like me that might come across this problem
Thanks to all for your help!
LOL
Normally if you can't see your device listed you haven't installed the drivers correctly.(or the correct drivers)
Also you have to open a command prompt window in the same folder as fastboot.exe and adb.exe
To do this in Windows 7:
Click the windows start button (bottom left hand corner)
In the search bar at the bottom type: cmd
At the top of the search list you will see the program cmd.exe right click and copy it.
Paste it into the same folder that has fastboot.exe and adb.exe
Now you can open the cmd window and type the command:
adb devices
Hit ENTER and if you have installed drivers correctly, the serial number of your phone will be listed.
If not, uninstall the drivers, download a new set of drivers from jubakuba or efrants guide and reinstall.
---------- Post added at 11:58 AM ---------- Previous post was at 11:53 AM ----------
TheDodgey said:
FIXED
I ran the push command whilst in recovery and it worked
not sure that it mattered, but I did change the zip file name to ROM.zip, and whilst in recovery, ran the comand "adb push ROM.zip /sdcard/ROM.zip
Just thought I would put that in there for other dopes like me that might come across this problem
Thanks to all for your help!
Click to expand...
Click to collapse
didn't need to change the name of the rom zip. Just needed to type the full name of the .zip file.
Good to see it worked, and the tears have stopped

[How to] Fix corrupt/unmountable internal storage on the HTC One X/XL

I wrote this guide a while back after fixing a friends phone, it has worked on others too so i decided id post it here for anyone that ran into this issue later down the road and did not want to run a ruu. This also works great if you want to start fresh before flashing roms.
Basically all this does it swap out recovery's and clean the SD, give it a fresh start.
You can find the full guide & Video here http://forums.team-nocturnal.com/showthread.php/1050
This involves unnecessarily deleting the contents of the internal sdcard.
The following method works 99% of the time, albeit in linux only:
1: reboot into recovery & do a mount usb storage (no mount sdcard)
this will just present your internal storage as a mass storage device to the system
2: do a
fsck.vfat /dev/sdX or /dev/ubX (whatever it gets detected as) - you can find out via (dmesg|tail)
Analogically, you can fix your data partition if it got corrupted.
You need to do it from recovery since not all roms have the fsck binaries available:
from recovery (copy - paste, unless you know what you're doing):
umount /cache
for x in {2,3,5}, do fsck.ext4 -fyD /dev/block/mmcblk0p1$x;sync;done;clear;echo done
XsMagical said:
I wrote this guide a while back after fixing a friends phone, it has worked on others too so i decided id post it here for anyone that ran into this issue later down the road and did not want to run a ruu. This also works great if you want to start fresh before flashing roms.
Basically all this does it swap out recovery's and clean the SD, give it a fresh start.
You can find the full guide & Video here http://forums.team-nocturnal.com/showthread.php/1050
Click to expand...
Click to collapse
Hi XsMagical this link no longer works. Can you provide me with the guide I'm having the issue with the corrupted SD card and my htc one x is bricked.
movadoevo8 said:
Hi XsMagical this link no longer works. Can you provide me with the guide I'm having the issue with the corrupted SD card and my htc one x is bricked.
Click to expand...
Click to collapse
what is your base number and hboot ?normally the sdcard thing is fixed long time ago
One-X-master said:
what is your base number and hboot ?normally the sdcard thing is fixed long time ago
Click to expand...
Click to collapse
How do i locate the Hboot number is that the serial# if so here it is HT265W300361
movadoevo8 said:
How do i locate the Hboot number is that the serial# if so here it is HT265W300361
Click to expand...
Click to collapse
no reboot into fastboot and you will see it there.... and base number you can see in settings/about then somewhere there
One-X-master said:
no reboot into fastboot and you will see it there.... and base number you can see in settings/about then somewhere there
Click to expand...
Click to collapse
hboot = 1.14.0002
movadoevo8 said:
hboot = 1.14.0002
Click to expand...
Click to collapse
do you have the one xl? try to update it to latest base
One-X-master said:
do you have the one xl? try to update it to latest base
Click to expand...
Click to collapse
Yes it's an XL, however i can't update, because any zip or file i throw in the SDCARD via twrp recovery after mounting as per my original post it disappears for some reason so i don't know how i would flash anything.
movadoevo8 said:
Yes it's an XL, however i can't update, because any zip or file i throw in the SDCARD via twrp recovery after mounting as per my original post it disappears for some reason so i don't know how i would flash anything.
Click to expand...
Click to collapse
can you not mount adb sideload and flash through that ?
I had yesterday night the problem that I wiped phone because I had some issues...then wanted to put Rom.zip through recovery on sdcard...problem was my pc didn't accepted it...so I tried to find a solution then I found the adb sideload function installed then again the adb and HTC one x driver and then I was able to put the zip on my sdcard...flashed then Rom and yes all is working now
Gesendet von meinem HTC One X mit Tapatalk 2
markb63 said:
can you not mount adb sideload and flash through that ?
Click to expand...
Click to collapse
I'm not sure how to do that and what that means. I know how to flash via TWRP recovery which is not working and flash boot images etc using "FASTBOOT".
---------- Post added at 09:34 AM ---------- Previous post was at 09:31 AM ----------
One-X-master said:
I had yesterday night the problem that I wiped phone because I had some issues...then wanted to put Rom.zip through recovery on sdcard...problem was my pc didn't accepted it...so I tried to find a solution then I found the adb sideload function installed then again the adb and HTC one x driver and then I was able to put the zip on my sdcard...flashed then Rom and yes all is working now
Gesendet von meinem HTC One X mit Tapatalk 2
Click to expand...
Click to collapse
I can put the zip in there even if i remove the USB cable without unmounting and then plug the USB cable again i see the file inside the phone just fine, the problem is when I unmount to get back into TWRP recovery to install a zip then it doesn't show up. Very weird not sure what is going on, but from what i hear it's a corrupted SD CARD. I found a thread, that teaches you how to fix this, but the link is now broken. I have PM the original poster hope he will contact me back.
movadoevo8 said:
I'm not sure how to do that and what that means. I know how to flash via TWRP recovery which is not working and flash boot images etc using "FASTBOOT".
---------- Post added at 09:34 AM ---------- Previous post was at 09:31 AM ----------
I can put the zip in there even if i remove the USB cable without unmounting and then plug the USB cable again i see the file inside the phone just fine, the problem is when I unmount to get back into TWRP recovery to install a zip then it doesn't show up. Very weird not sure what is going on, but from what i hear it's a corrupted SD CARD. I found a thread, that teaches you how to fix this, but the link is now broken. I have PM the original poster hope he will contact me back.
Click to expand...
Click to collapse
http://teamw.in/ADBSideload if you use this you can flash direct from sdk,worth a shot !!
markb63 said:
http://teamw.in/ADBSideload if you use this you can flash direct from sdk,worth a shot !!
Click to expand...
Click to collapse
Thank you so much! I will definitely toy with this later to see if it works.
---------- Post added at 10:07 AM ---------- Previous post was at 09:45 AM ----------
markb63 said:
http://teamw.in/ADBSideload if you use this you can flash direct from sdk,worth a shot !!
Click to expand...
Click to collapse
adb sideload /path/to/rom.zip
this is not working for me instead of just displays all the commands that adb can do.
I have gone and go to advanced>adb sideload in twrp supported version
on my computer i have a folder called c:\fastboot with the adb software and it's the version that supports adb side load according to the instructions so i have met all the requirements. However when i run the command
adb sideload cm.zip
as i am already in the c:\fastboot folder via command prompt all i get is a display of all the commands i can use with adb as if i just typed "adb" and it displays all the commands.
I also tried typing
adb sideload c:\fastboot\cm.zip
this did not work either same result. FYI cm.zip is the name of the rom file.
I also tried typing
adb sideload /fastboot/cm.zip
Any thoughts?
movadoevo8 said:
Thank you so much! I will definitely toy with this later to see if it works.
---------- Post added at 10:07 AM ---------- Previous post was at 09:45 AM ----------
adb sideload /path/to/rom.zip
this is not working for me instead of just displays all the commands that adb can do.
I have gone and go to advanced>adb sideload in twrp supported version
on my computer i have a folder called c:\fastboot with the adb software and it's the version that supports adb side load according to the instructions so i have met all the requirements. However when i run the command
adb sideload cm.zip
as i am already in the c:\fastboot folder via command prompt all i get is a display of all the commands i can use with adb as if i just typed "adb" and it displays all the commands.
I also tried typing
adb sideload c:\fastboot\cm.zip
this did not work either same result. FYI cm.zip is the name of the rom file.
I also tried typing
adb sideload /fastboot/cm.zip
Any thoughts?
Click to expand...
Click to collapse
do you have sdk on your desktop ? ... if so reboot your phone into recovery and connect to your pc via usb-open up sdk\platform tools-enter into adb sideload in recovery,then put your curser in the platform tools folder-press and hold the shift key and right click mouse,you should see open command window here-click.then enter adb devices-your device should show as ********* sideload in the command adb window.your device should now be asking for you to flash ?
markb63 said:
do you have sdk on your desktop ? ... if so reboot your phone into recovery and connect to your pc via usb-open up sdk\platform tools-enter into adb sideload in recovery,then put your curser in the platform tools folder-press and hold the shift key and right click mouse,you should see open command window here-click.then enter adb devices-your device should show as ********* sideload in the command adb window.your device should now be asking for you to flash ?
Click to expand...
Click to collapse
okay i followed your instructions and when i type "adb devices" i get the following output
C:\fastboot>adb devices
List of devices attached
HT2AHW300413 host
However my phone does say "now send the package you want to apply to the device with "adb sideload <filename>"
but when i goto advance>sideload from twrp that is what displays on the phone from the get go even before i run the command. SDK i have ADB version 1.0.29
When you say to make sure i have SDK please see the following screen shot i have attached and let me know if you are referring to those files under my fastboot folder and/or if i'm actually missing something.
movadoevo8 said:
okay i followed your instructions and when i type "adb devices" i get the following output
C:\fastboot>adb devices
List of devices attached
HT2AHW300413 host
However my phone does say "now send the package you want to apply to the device with "adb sideload <filename>"
but when i goto advance>sideload from twrp that is what displays on the phone from the get go even before i run the command. SDK i have ADB version 1.0.29
When you say to make sure i have SDK please see the following screen shot i have attached and let me know if you are referring to those files under my fastboot folder and/or if i'm actually missing something.
Click to expand...
Click to collapse
I think your in fastbboot folder ? you need to be in platform tools .my platform tools has a lot more inside than yours
movadoevo8 said:
okay i followed your instructions and when i type "adb devices" i get the following output
C:\fastboot>adb devices
List of devices attached
HT2AHW300413 host
However my phone does say "now send the package you want to apply to the device with "adb sideload <filename>"
but when i goto advance>sideload from twrp that is what displays on the phone from the get go even before i run the command. SDK i have ADB version 1.0.29
When you say to make sure i have SDK please see the following screen shot i have attached and let me know if you are referring to those files under my fastboot folder and/or if i'm actually missing something.
Click to expand...
Click to collapse
You don't need whole sdk ...if you activate adb sideload in recovery go to device manager on pc there should be something with android device or so ...then right click on it then update drivers or so then something with from computer and download at first the adb drivers for windows 8 extract to a folder a then in the driver update thing select this folder and update it or so...sorry am atm to stupid to write in English but you can sideload because adb drivers aren't working properly...you should also install HTC sync manager etc so it should be fixed then ...if not Google HTC one x adb driver windows 8 many instructions to get all working properlY
Gesendet von meinem HTC One X mit Tapatalk 2
One-X-master said:
You don't need whole sdk ...if you activate adb sideload in recovery go to device manager on pc there should be something with android device or so ...then right click on it then update drivers or so then something with from computer and download at first the adb drivers for windows 8 extract to a folder a then in the driver update thing select this folder and update it or so...sorry am atm to stupid to write in English but you can sideload because adb drivers aren't working properly...you should also install HTC sync manager etc so it should be fixed then ...if not Google HTC one x adb driver windows 8 many instructions to get all working properlY
Gesendet von meinem HTC One X mit Tapatalk 2
Click to expand...
Click to collapse
I'm setting this up on my windows 7 machine, now I think i had an issue once on win 8. Updates to follow, thanks.
markb63 said:
I think your in fastbboot folder ? you need to be in platform tools .my platform tools has a lot more inside than yours
Click to expand...
Click to collapse

[Q] Urgent I am stuck unlock boothloader

Dear Exprts
Kindly check this how to fix this problem
when i give a command in CMD (c:\fastboot is not recognized as an internal or external command, oparebale program or batch file)
please give me the procedure as soon as possible ...
i cant unlock the boothloader
Thnks
Deep
I dont get your question. What command u typed? Check if your cmd console working directory is the same as fastboot localization.
Just ctrl rght click in folder where fastboot is and click open command window.
Sent from my One V using xda app-developers app
dipusmart said:
Dear Exprts
Kindly check this how to fix this problem
when i give a command in CMD (c:\fastboot is not recognized as an internal or external command, oparebale program or batch file)
please give me the procedure as soon as possible ...
i cant unlock the boothloader
Thnks
Deep
Click to expand...
Click to collapse
You must have fastboot.exe and the 2 dlls at the same directori, where you are at the moment at console (e.g. you wrote c:\fatsboot, so you need to have fastboot.exe and the 2 dlls at c:\ root to run them.)
I recommend to run fastboot and/or adb from a subdirectory from root, e.g. c:\htc\
I havehave fastboot.exe and the 2 dlls at the same directori (I rote c:\fastboot....but the same result ...
I don't have any root file in c drive
i am attaching the file ...
Ken-Shi_Kun said:
You must have fastboot.exe and the 2 dlls at the same directori, where you are at the moment at console (e.g. you wrote c:\fatsboot, so you need to have fastboot.exe and the 2 dlls at c:\ root to run them.)
I recommend to run fastboot and/or adb from a subdirectory from root, e.g. c:\htc\
Click to expand...
Click to collapse
Check this command in attach file
& told me , whats the problem in command
dipusmart said:
Check this command in attach file
& told me , whats the problem in command
Click to expand...
Click to collapse
don't know what the problem here, but I had errors like this on windows 8.1 and win8, which based on the poor command-line support...
try to move to the folder itself first with cd command, then fastboot as command.
dipusmart said:
Check this command in attach file
& told me , whats the problem in command
Click to expand...
Click to collapse
First, do not place files in the root (system could have some restrictions to run files from here). Place them in any folder and run from there (e.g. c:\fb\fastboot.exe)
Second, usualy you must be in the folder where the running file is. So do this:
cd c:\fb
fastboot ...
---------- Post added at 03:07 PM ---------- Previous post was at 02:59 PM ----------
Btw, are you really sure you want to take the risk with unlocking/rooting/flashing? If you are not quite familiar with a simple computer tasks there is a big chance you will go wrong and the phone will become unuseful. Unless you have many of them and just playing around. =)
Have you tried using the windows AIO tool?
http://forum.xda-developers.com/showthread.php?t=1676686
you may find it easier, but please do read all the instructions carefully especially about making a backup.
thnks guys....
now i don't have warranty ...so i want to upgrade my phone
urgents.....!!!!!
i am already done unlocking/rooting
but i have to install titanium kiss kernal i just stuck in command prompt ..its just waiting for device
what can i do ,,,
dipusmart said:
urgents.....!!!!!
i am already done unlocking/rooting
but i have to install titanium kiss kernal i just stuck in command prompt ..its just waiting for device
what can i do ,,,
Click to expand...
Click to collapse
What exactly the command prompt says?
You have to start your phone in the fastboot mode to accept external commands. So I guess the command prompt is waiting until the phone will get to that mode.
kvestas said:
What exactly the command prompt says?
You have to start your phone in the fastboot mode to accept external commands. So I guess the command prompt is waiting until the phone will get to that mode.
Click to expand...
Click to collapse
In command prompt with your phone connected, and USB debugging turned on in your developer options, and in the folder with your boot.img (you'll need to rename the hellboy kernel file to just boot.img)
type
<adb devices>
you should see a reply showing your phones ID if you get this go for
<adb reboot bootloader>
wait for the phone to reboot to your white bootloader screen then go for
<fastboot flash boot boot.img>
then once the kernel is in
<fastboot reboot>
Again I strongly recommend using an AIO program to make sure you haven't missed a step. Its great to learn all the ways to work with your phone, but its primary use is a phone, if it breaks it won't be able to do that.

Bootloader

Trying to unlock the bootloader and keep getting this any ideas
Doesn't look like you are running fastboot from the folder that contains fastboot.exe
Electronic Punk said:
Doesn't look like you are running fastboot from the folder that contains fastboot.exe
Click to expand...
Click to collapse
So where should I put fastboot.exe I'm coming from Sammy so a bit new to this
You can put it in c:\users\sophie\ if you like but its worth keeping handy
so move all the files (adb.exe, adbwinapi.dll, adbwinusbapi.dll and fastboot.exe) to say c:\android
Then from command prompt type
cd c:\android
fastboot
you also need to have your phone in fastboot mode of course
Its a little different than Samsung, but much easier
jaythenut said:
So where should I put fastboot.exe I'm coming from Sammy so a bit new to this
Click to expand...
Click to collapse
This has nothing to do with OEM, this is basic WIndows functionality. Fastboot.exe is located in the same place as adb.exe, you have to navigate there first. But you can stop wasting your time if you got a Verizon phone, you can't unlock the bootloader with htcdev.
bobbarker2 said:
This has nothing to do with OEM, this is basic WIndows functionality. Fastboot.exe is located in the same place as adb.exe, you have to navigate there first. But you can stop wasting your time if you got a Verizon phone, you can't unlock the bootloader with htcdev.
Click to expand...
Click to collapse
Well they are a UK user on EE so I doubt they got a Verizon device.
I hope we see a Verizon solution soon.
Electronic Punk said:
You can put it in c:\users\sophie\ if you like but its worth keeping handy
so move all the files (adb.exe, adbwinapi.dll, adbwinusbapi.dll and fastboot.exe) to say c:\android
Then from command prompt type
cd c:\android
fastboot
you also need to have your phone in fastboot mode of course
Its a little different than Samsung, but much easier
Click to expand...
Click to collapse
I've only got fastboot.exe not got anything else which I got from htcdev have i missed something
Attached is what I used, I don't however know if they are now out of date, but they did the job
Although regardless you need to make sure you run the command prompt from teh same folder that contains fastboot.exe ;p
---------- Post added at 05:39 PM ---------- Previous post was at 05:28 PM ----------
Original attachment update with newer versions of adb and fastboot
Electronic Punk said:
Although regardless you need to make sure you run the command prompt from teh same folder that contains fastboot.exe ;p
---------- Post added at 05:39 PM ---------- Previous post was at 05:28 PM ----------
Original attachment update with newer versions of adb and fastboot
Click to expand...
Click to collapse
thanks bud got it at last
now cant install custom recovery lol
For Verizon:
Does anyone know if we can edit CID to 11111111 without s-off?
That should spoof the htcdev system into letting us unlock.
JJflipped said:
For Verizon:
Does anyone know if we can edit CID to 11111111 without s-off?
That should spoof the htcdev system into letting us unlock.
Click to expand...
Click to collapse
you could try this dont know if it will work http://forum.xda-developers.com/showthread.php?t=2694925

Categories

Resources