NOOB NEEDS HELP unlocked htc convert to verizon - HTC 10 Questions & Answers

well, basically i have no clue what im doing and im in desperate need of help. I have managed to get the phone into S-OFF and unlocked but now im stuck on how exactly i change the radio image and etc. mainly because i am so incompetent when it comes to this coding stuff. can someone give me a very very detailed walk through? i cant even get past my first commands and im losing my mind. any help will be appreciated really dont want to waste $700 on this phone idk if this helps but im trying to do this on a MAC

dfoote87 said:
well, basically i have no clue what im doing and im in desperate need of help. I have managed to get the phone into S-OFF and unlocked but now im stuck on how exactly i change the radio image and etc. mainly because i am so incompetent when it comes to this coding stuff. can someone give me a very very detailed walk through? i cant even get past my first commands and im losing my mind. any help will be appreciated really dont want to waste $700 on this phone idk if this helps but im trying to do this on a MAC
Click to expand...
Click to collapse
[Guide] Convert US Unlocked to Verizon Variant (w/ proper IMS/hd Voice/Wifi Calling!)]

Im ****ed.
Truthfully, I dont even know what program/directory i need to flash the radio IMG or how to even enure i dont brick the phone. .... i dont even know how to type code. Is there anyway someone could mirror my computer and basically do everything for me? id be willing to pay some cash for it.

dfoote87 said:
Truthfully, I dont even know what program/directory i need to flash the radio IMG or how to even enure i dont brick the phone. .... i dont even know how to type code. Is there anyway someone could mirror my computer and basically do everything for me? id be willing to pay some cash for it.
Click to expand...
Click to collapse
Lol, no need for that. Have you gone through the thread linked by andy? Tell us whats clear for you and what's not and we'll try to help.

Tarima said:
Lol, no need for that. Have you gone through the thread linked by andy? Tell us whats clear for you and what's not and we'll try to help.
Click to expand...
Click to collapse
well, i think i have fastboot downloaded, and the radio image in andys link, i just dont know how to type commands and etc in terminal and how to tell if im even connected to the phone properly.

dfoote87 said:
well, i think i have fastboot downloaded, and the radio image in andys link, i just dont know how to type commands and etc in terminal and how to tell if im even connected to the phone properly.
Click to expand...
Click to collapse
The link doesn't tell you to flash the radio by itself, it says to flash a full verizon ruu which will bring your phone to complete verizon software including the radio. So if you're already S-off, just need to change cid and mid, find a Verizon ruu and flash it.
I don't have a Mac, but try the instructions in this video (only until the part where he enters the first terminal command) and see if you can communicate with the phone using fastboot.

Well ive got fastboot communicating with my phone. now i cant get it to flash or change cid im sure im doing something wrong

dfoote87 said:
Well ive got fastboot communicating with my phone. now i cant get it to flash or change cid im sure im doing something wrong
Click to expand...
Click to collapse
Can you give more details? What do you mean your can't change cid?
You need to be in Download mode to make those changes (vol down + pwr). What steps did you take?

I downloaded the file to change the CID. copy and pasted the code and it keeps saying command not found

the phone is in download mode

Brittanys-MacBook-Pro:desktop brittrobinette$ ./fastboot devices
HT6B4BN01483 fastboot
Brittanys-MacBook-Pro:desktop brittrobinette$ ./fastboot htc_fastboot oem writecid VZW__001
usage: fastboot [ <option> ] <command>
commands:
update <filename> reflash device from update.zip
flashall flash boot + recovery + system
flash <partition> [ <filename> ] write a file to a flash partition
erase <partition> erase a flash partition
format <partition> format a flash partition
getvar <variable> display a bootloader variable
boot <kernel> [ <ramdisk> ] download and boot kernel
flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it
devices list all connected devices
continue continue with autoboot
reboot reboot device normally
reboot-bootloader reboot device into bootloader
help show this help message
options:
-w erase userdata and cache
-s <serial number> specify device serial number
-p <product> specify product name
-c <cmdline> override kernel commandline
-i <vendor id> specify a custom USB vendor id
-b <base_addr> specify a custom kernel base address
-n <page size> specify the nand page size. default: 2048
Brittanys-MacBook-Pro:desktop brittrobinette$

i have the files on the desktop screen btw

dfoote87 said:
the phone is in download mode
Click to expand...
Click to collapse
What command are you entering to change cid? Don't forget, from the video I sent you you have to add ./ before typing fastboot
---------- Post added at 03:24 AM ---------- Previous post was at 03:19 AM ----------
dfoote87 said:
Brittanys-MacBook-Pro:desktop brittrobinette$ ./fastboot devices
HT6B4BN01483 fastboot
Brittanys-MacBook-Pro:desktop brittrobinette$ ./fastboot htc_fastboot oem writecid VZW__001
usage: fastboot [ <option> ] <command>
commands:
update <filename> reflash device from update.zip
flashall flash boot + recovery + system
flash <partition> [ <filename> ] write a file to a flash partition
erase <partition> erase a flash partition
format <partition> format a flash partition
getvar <variable> display a bootloader variable
boot <kernel> [ <ramdisk> ] download and boot kernel
flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it
devices list all connected devices
continue continue with autoboot
reboot reboot device normally
reboot-bootloader reboot device into bootloader
help show this help message
options:
-w erase userdata and cache
-s <serial number> specify device serial number
-p <product> specify product name
-c <cmdline> override kernel commandline
-i <vendor id> specify a custom USB vendor id
-b <base_addr> specify a custom kernel base address
-n <page size> specify the nand page size. default: 2048
Brittanys-MacBook-Pro:desktop brittrobinette$
Click to expand...
Click to collapse
Redo the same thing, but remove the htc_fastboot part.
So, instead, type:
fastboot oem writecid VZW__001
Edit:
Actually in your case it's
./fastboot oem writecid VZW__001

i looked at the CID and MID and the CID is BS_US001
MID-2PS650000 so i dont think they need changed.

dfoote87 said:
i looked at the CID and MID and the CID is BS_US001
MID-2PS650000 so i dont think they need changed.
Click to expand...
Click to collapse
Correct.
Did the command I wrote work?

Brittanys-MacBook-Pro:desktop brittrobinette$ ./fastboot flash radio /Users/brittrobinette/Desktop/VzwHTC10_1.19.605.9radio.img
sending 'radio' (71680 KB)...
OKAY [ 3.785s]
writing 'radio'...
(bootloader) HOSD CL#801953
FAILED (remote: 35 RU_PARTITION_NOT_SUPPORT radio)
finished. total time: 4.791s

dfoote87 said:
Brittanys-MacBook-Pro:desktop brittrobinette$ ./fastboot flash radio /Users/brittrobinette/Desktop/VzwHTC10_1.19.605.9radio.img
sending 'radio' (71680 KB)...
OKAY [ 3.785s]
writing 'radio'...
(bootloader) HOSD CL#801953
FAILED (remote: 35 RU_PARTITION_NOT_SUPPORT radio)
finished. total time: 4.791s
Click to expand...
Click to collapse
Again, why are you not following the steps described in the thread linked by andy? There is nothing in there about flashing radios separately.

Tarima said:
Again, why are you not following the steps described in the thread linked by andy? There is nothing in there about flashing radios separately.
Click to expand...
Click to collapse
whenever i click on that file from DOTTAT it says it wont run on my OS because its a program for windows

dfoote87 said:
whenever i click on that file from DOTTAT it says it wont run on my OS because its a program for windows
Click to expand...
Click to collapse
Do you have a microSD card?

yes

Related

Samsung Galaxy Nexus SCH-I515 Will not go past google start screen

The phone will power on with a google logo and on the bottom of the screen a lock symbol. Anyone ever deal with something like and maybe have a solution.
joester818 said:
The phone will power on with a google logo and on the bottom of the screen a lock symbol. Anyone ever deal with something like and maybe have a solution.
Click to expand...
Click to collapse
the lock symbol means your phones bootloader has been unlocked allowing for custom development. i assume you have bought the device second hand as you obviously didnt unlock it yourself.
to make your phone boot i suggest cleaning your devices cache.
-power off device
-hold power up+down while pressing power button
-use the volume buttons to scroll down to recovery and press power to select
-after google logo disappears a little android with a blue thingy will come up, at this point hold the power button then press volume up and another selection screen will come up.
-select clean cache and then press power to select. when this is done reboot your device.
im not 100% sure this is your problem but its worth a try.
I was stuck at the same screen this morning. I tried booting into CWM Recovery from Jelly Bean and my phone wasn't having any part of it. I kept waiting and eventually pulled the battery. Luckily, I was able to boot into the ROM on my second battery pull. I doubt this helps though, just my two cents.
joester818 said:
The phone will power on with a google logo and on the bottom of the screen a lock symbol. Anyone ever deal with something like and maybe have a solution.
Click to expand...
Click to collapse
me too same problem.how to solve?
can you tell me about this?or Anybody have..?
Boot into boot loader. Flash stock. Flash clockwork. Flash a rom that works
Yes had the same issue. I had to walk away and give it time and I came up.
How long have u let it go?
Sent from my Galaxy Nexus using xda app-developers app
animal24 said:
Boot into boot loader. Flash stock. Flash clockwork. Flash a rom that works
Click to expand...
Click to collapse
Thanks to reply
but i don't understand about flash. i can do fastboot mode only then...............what do? which software help me to flash?
i download [mysid-icl53f-factory-65895fa8.zip] file from goo.im but this is zip file.no software.
so please help me out.
sattar_00977 said:
Thanks to reply
but i don't understand about flash. i can do fastboot mode only then...............what do? which software help me to flash?
i download [mysid-icl53f-factory-65895fa8.zip] file from goo.im but this is zip file.no software.
so please help me out.
Click to expand...
Click to collapse
the newest released stock images are here https://developers.google.com/android/nexus/images
down towards the bottom should be imm76k for the mysid
its a zip, but inside, there is a bootloader, 2 radios, and a system image, maybe some other tidbits
so just unzip it to the same directory as your fastboot.exe
assuming you're unlocked.
fastboot flash bootloader bootloader-toro-primela03.img
fastboot reboot-bootloader
fastboot flash radio radio-toro-i515.fc05.img
fastboot reboot-bootloader
fastboot flash radio-cdma radio-cdma-toro-i515.fa04.img
fastboot reboot-bootloader
fastboot -w update image-mysid-imm76k.zip
fastboot reboot-bootloader
after that i always boot into recovery and do another factory reset, but thats me.
enjoy!
animal24 said:
the newest released stock images are here https://developers.google.com/android/nexus/images
down towards the bottom should be imm76k for the mysid
its a zip, but inside, there is a bootloader, 2 radios, and a system image, maybe some other tidbits
so just unzip it to the same directory as your fastboot.exe
assuming you're unlocked.
fastboot flash bootloader bootloader-toro-primela03.img
fastboot reboot-bootloader
fastboot flash radio radio-toro-i515.fc05.img
fastboot reboot-bootloader
fastboot flash radio-cdma radio-cdma-toro-i515.fa04.img
fastboot reboot-bootloader
fastboot -w update image-mysid-imm76k.zip
fastboot reboot-bootloader
after that i always boot into recovery and do another factory reset, but thats me.
enjoy!
Click to expand...
Click to collapse
on fastboot mode show follow status on screen
Code:
FASTBOOT MODE
PRODUCT NAME-tuna
VARRIANT -toro
HW VERSION-9
BOOTLODER VERSION-PRIMKK15
BASEBAND VERSION-I515.EK02 CDMA-I515.EK05
CARRIER INFO-NONE
SERIAL NUMBER-0146970F11019005
SIGNING-production
LOCK STATE-UNLOCKED
so i download [mysid-icl53f-factory-65895fa8]
but while flashing stop on
sending 'boot' (4074 KB)...
OKAY [ 0.420s]
writing 'boot'...
full log is
Code:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\sattar>cd C:\Users\sattar\Desktop\mysid-icl53f
C:\Users\sattar\Desktop\mysid-icl53f>fastboot-windows
usage: fastboot [ <option> ] <command>
commands:
update <filename> reflash device from update.zip
flashall flash boot + recovery + system
flash <partition> [ <filename> ] write a file to a flash partition
erase <partition> erase a flash partition
getvar <variable> display a bootloader variable
boot <kernel> [ <ramdisk> ] download and boot kernel
flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it
devices list all connected devices
reboot reboot device normally
reboot-bootloader reboot device into bootloader
options:
-w erase userdata and cache
-s <serial number> specify device serial number
-p <product> specify product name
-c <cmdline> override kernel commandline
-i <vendor id> specify a custom USB vendor id
C:\Users\sattar\Desktop\mysid-icl53f>fastboot flash bootloader bootloader-toro-p
rimekk15.img
< waiting for device >
sending 'bootloader' (2308 KB)...
OKAY [ 0.241s]
writing 'bootloader'...
OKAY [ 20.830s]
finished. total time: 21.074s
C:\Users\sattar\Desktop\mysid-icl53f>fastboot flash radio radio-toro-i515.ek02.i
mg
sending 'radio' (10496 KB)...
OKAY [ 1.069s]
writing 'radio'...
FAILED (remote: Unknown Partition)
finished. total time: 1.082s
C:\Users\sattar\Desktop\mysid-icl53f>fastboot flash radio radio-toro-i515.ek02.i
mg
sending 'radio' (10496 KB)...
OKAY [ 1.061s]
writing 'radio'...
FAILED (status read failed (Too many links))
finished. total time: 42.821s
C:\Users\sattar\Desktop\mysid-icl53f>fastboot -w update image-mysid-icl53f
error: failed to load 'image-mysid-icl53f'
C:\Users\sattar\Desktop\mysid-icl53f>fastboot -w update image-mysid-icl53f.zip
archive does not contain 'boot.sig'
archive does not contain 'recovery.sig'
archive does not contain 'system.sig'
--------------------------------------------
Bootloader Version...: PRIMEKK15
Baseband Version.....: I515.EK02
Serial Number........: 0146970F11019005
--------------------------------------------
checking product...
OKAY [ 0.008s]
checking version-bootloader...
OKAY [ 0.009s]
checking version-baseband...
OKAY [ 0.009s]
checking version-cdma...
OKAY [ 0.009s]
sending 'boot' (4074 KB)...
OKAY [ 0.420s]
writing 'boot'...
what happean this?
You skipped the part where it was suggested to go download the IMM76K image. I'd start there. You're trying to flash an older build.
Cilraaz said:
You skipped the part where it was suggested to go download the IMM76K image. I'd start there. You're trying to flash an older build.
Click to expand...
Click to collapse
still no luck. try all image but not sucess. what i do?
sattar_00977 said:
still no luck. try all image but not sucess. what i do?
Click to expand...
Click to collapse
Try flashing the images one by one, instead of using "fastboot update". See here.
efrant said:
Try flashing the images one by one, instead of using "fastboot update". See here.
Click to expand...
Click to collapse
really i am a fool. i can't understand even many people teach me.
i extract all file like this on desktop.
Uploaded with ImageShack.us
it,s right?
Then first i write bootloader
C:\Users\sattar\Desktop\mysid-icl53f>fastboot flash bootloader bootloader-toro-p
rimekk15.img
sending 'bootloader' (2308 KB)...
OKAY [ 0.241s]
writing 'bootloader'...
OKAY [ 20.832s]
finished. total time: 21.075s
Click to expand...
Click to collapse
it's done
then try radio it take upto 1 hour but not sucess
this time show fastboot status --flash radio on buttom of screen
i wait upto 1 hour but sucess then i remove
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\sattar>cd C:\Users\sattar\Desktop\mysid-icl53f
C:\Users\sattar\Desktop\mysid-icl53f>fastboot-windows
usage: fastboot [ <option> ] <command>
commands:
update <filename> reflash device from update.zip
flashall flash boot + recovery + system
flash <partition> [ <filename> ] write a file to a flash partition
erase <partition> erase a flash partition
getvar <variable> display a bootloader variable
boot <kernel> [ <ramdisk> ] download and boot kernel
flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it
devices list all connected devices
reboot reboot device normally
reboot-bootloader reboot device into bootloader
options:
-w erase userdata and cache
-s <serial number> specify device serial number
-p <product> specify product name
-c <cmdline> override kernel commandline
-i <vendor id> specify a custom USB vendor id
C:\Users\sattar\Desktop\mysid-icl53f>fastboot oem unlock
...
FAILED (remote: Already Unlocked)
finished. total time: 0.009s
C:\Users\sattar\Desktop\mysid-icl53f>fastboot reboot bootloder
usage: fastboot [ <option> ] <command>
commands:
update <filename> reflash device from update.zip
flashall flash boot + recovery + system
flash <partition> [ <filename> ] write a file to a flash partition
erase <partition> erase a flash partition
getvar <variable> display a bootloader variable
boot <kernel> [ <ramdisk> ] download and boot kernel
flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it
devices list all connected devices
continue continue with autoboot
reboot reboot device normally
reboot-bootloader reboot device into bootloader
options:
-w erase userdata and cache
-s <serial number> specify device serial number
-p <product> specify product name
-c <cmdline> override kernel commandline
-i <vendor id> specify a custom USB vendor id
-b <base_addr> specify a custom kernel base address
-n <page size> specify the nand page size. default:
2048
C:\Users\sattar\Desktop\mysid-icl53f>fastboot reboot bootloader
usage: fastboot [ <option> ] <command>
commands:
update <filename> reflash device from update.zip
flashall flash boot + recovery + system
flash <partition> [ <filename> ] write a file to a flash partition
erase <partition> erase a flash partition
getvar <variable> display a bootloader variable
boot <kernel> [ <ramdisk> ] download and boot kernel
flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it
devices list all connected devices
continue continue with autoboot
reboot reboot device normally
reboot-bootloader reboot device into bootloader
options:
-w erase userdata and cache
-s <serial number> specify device serial number
-p <product> specify product name
-c <cmdline> override kernel commandline
-i <vendor id> specify a custom USB vendor id
-b <base_addr> specify a custom kernel base address
-n <page size> specify the nand page size. default:
2048
C:\Users\sattar\Desktop\mysid-icl53f>fastboot flash bootloader bootloader-toro-p
rimekk15.img
sending 'bootloader' (2308 KB)...
OKAY [ 0.241s]
writing 'bootloader'...
OKAY [ 20.832s]
finished. total time: 21.075s
C:\Users\sattar\Desktop\mysid-icl53f>fastboot flash radio radio-toro-i515.ek02.i
mg
sending 'radio' (10496 KB)...
OKAY [ 1.067s]
writing 'radio'...
Click to expand...
Click to collapse
sattar_00977 said:
really i am a fool. i can't understand even many people teach me.
i extract all file like this on desktop.
it,s right?
Then first i write bootloader
it's done
then try radio it take upto 1 hour but not sucess
this time show fastboot status --flash radio on buttom of screen
i wait upto 1 hour but sucess then i remove
Click to expand...
Click to collapse
I can't view your screen shot. It's too small.
Your reboot command didn't work because you are missing the dash. It is "fastboot reboot-bootloader" not "fastboot reboot bootloader".
Not sure why the radio is not flashing for you. Try skipping it and move to the next image.
Sent from my Galaxy Nexus using Tapatalk 2
I have this same but problem but I tried what Efrant suggested doing from the bootloader and it appeared to work, my phone booted up and was back to stock. I continued to test restating it and it would go through the google splash screen only about 5-10 times to boot, so i thought that it was fine and continued to use my phone throuhgout the day.
Well I restarted it again later and it went right back into the bootloop. I flashed to stock again following Efrants directions and it worked for a little but soon went back into the bootloop.
What else can I do? I dont want to have to get a new one through Asurion because you never know what kind of ****furb you'll get and its 50$..
Don't mean to hijack but I can't find answers anywhere else!
jigawut said:
I have this same but problem but I tried what Efrant suggested doing from the bootloader and it appeared to work, my phone booted up and was back to stock. I continued to test restating it and it would go through the google splash screen only about 5-10 times to boot, so i thought that it was fine and continued to use my phone throuhgout the day.
Well I restarted it again later and it went right back into the bootloop. I flashed to stock again following Efrants directions and it worked for a little but soon went back into the bootloop.
What else can I do? I dont want to have to get a new one through Asurion because you never know what kind of ****furb you'll get and its 50$..
Don't mean to hijack but I can't find answers anywhere else!
Click to expand...
Click to collapse
That is very strange. If you successfully flashed ALL the stock images as per that guide, and the device boots properly, but you are still getting bootloops, it is either an app that you have installed that is causing it, or a hardware issue.
finitestruggle said:
the lock symbol means your phones bootloader has been unlocked allowing for custom development. i assume you have bought the device second hand as you obviously didnt unlock it yourself.
to make your phone boot i suggest cleaning your devices cache.
-power off device
-hold power up+down while pressing power button
-use the volume buttons to scroll down to recovery and press power to select
-after google logo disappears a little android with a blue thingy will come up, at this point hold the power button then press volume up and another selection screen will come up.
-select clean cache and then press power to select. when this is done reboot your device.
im not 100% sure this is your problem but its worth a try.
Click to expand...
Click to collapse
Doesn't this mean he is locked, not unlocked.the lock symbol has to be one of an open lock.this could be why flashing falls.
joester818 said:
The phone will power on with a google logo and on the bottom of the screen a lock symbol. Anyone ever deal with something like and maybe have a solution.
Click to expand...
Click to collapse
Sent from my Galaxy Nexus using Tapatalk 2
koftheworld said:
Doesn't this mean he is locked, not unlocked.the lock symbol has to be one of an open lock.this could be why flashing falls.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
If it was locked there would be no symbol
efrant said:
That is very strange. If you successfully flashed ALL the stock images as per that guide, and the device boots properly, but you are still getting bootloops, it is either an app that you have installed that is causing it, or a hardware issue.
Click to expand...
Click to collapse
Yes I'm pretty sure all the images flashed succesfully but when i did the last one it said something about something not being available, not home right now or else I'd check. I really hope this isnt a hardware problem but I don't see how it could be. When it started doing this I was downloading a bunch of files on my phone at work and it randomlly restarted and went into the bootloop. Is there anything I could try before getting a replacement?
how many time take for flashing?
i need tested working fastboot.exe for window.

help with my htc one x

hi guys sorry if i put this in the wrong place but i tried to put the jelly bean on my htc one x on o2 and ive completely messed it up and now it wont boot up its stuck on the o2 screen i don't know what ive done but is there anyway i can get it back to its original state i feel like a complete retard i would be very happy if some one could help me :crying:
What hboot do you have ? And did you flash the boot.img with fastboot commands ?
Can you do fastboot commands
Put the phone in fastboot usb mode and do these commands
Fastboot getvar version-main
Fastboot oem readcid
Post the outcome here please
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\Laptop>fastboot getver version-main
'fastboot' is not recognized as an internal or external command,
operable program or batch file.
C:\Users\Laptop>
i take it i cant do commands lol
my hboot-1.12.0000
Mr Hofs said:
What hboot do you have ? And did you flash the boot.img with fastboot commands ?
Can you do fastboot commands
Put the phone in fastboot usb mode and do these commands
Fastboot getvar version-main
Fastboot oem readcid
Post the outcome here please
Click to expand...
Click to collapse
Oke 2 mistakes on your side, you dont have the updated hboot to run JB roms and since fastboot commands do not work you didn't flash the boot.img with the commands
Do you have a folder on the pc with adb and fastboot files ? If no
Download this
http://db.tt/ldx3qOOU
And place it like this
C:\fastboot\the files i gave you
And then open a cmd prompt in the folder and do those commands again
sorry for the long wait
it still say waiting for device + i dont think my usb debugging is enabled
Do you have java sdk and the hyc drivers installed ?
Mr Hofs said:
Do you have java sdk and the hyc drivers installed ?
Click to expand...
Click to collapse
(bootloader) DEBUG: cid: O2___001
OKAY [ 0.110s]
finished. total time: 0.110s
C:\Users\Laptop>C:\fastboot\Fastboot getvar version-main
version-main: 2.17.206.2
finished. total time: 0.063s
C:\Users\Laptop>
there we go sorted it
I don't see your ruu on htcruu.com ! You didn't do a nandroid backup before flashing the JB rom ?
Maybe its on file factory but i don't have an account there
I know somebody that has the nandroid backup that you need, he stated the 28th that he was uploading it.
Its in the nandroid backup thread by Matt95 in the general section ! Gonna PM the guy for the nandroid !!! :thumbup:
Mr Hofs said:
I don't see your ruu on htcruu.com ! You didn't do a nandroid backup before flashing the JB rom ?
Maybe its on file factory but i don't have an account there
Click to expand...
Click to collapse
lol so what do i do now lol i aint bothered about jb i just ics back so i can use my hox again
and as for this (You didn't do a nandroid backup before flashing the JB rom) i dont know what you mean so i guess i didnt do it lol
Now lets get a working phone back for you
Do he next please
Download any ICS rom (i can recommend the viper x) and put it on the sdcard of the phone (do that by mounting the sdcard as a usb disk within the recovery) copy the boot.img file from within the rom.zip file and copy it to the fastboot folder
Put the phone in fastboot usb mode and flash the boot.img with this command
Fastboot flash boot boot.img
Fastboot erase cache
Enter the recovery and do a full wipe (do not wipe the sdcard)
Then choose install zip from sdcard and choose the rom.zip and install it ! Reboot and you have a working phone until I have news about the nandroid backup you need, i already sent him a message
Mr Hofs said:
Now lets get a working phone back for you
Do he next please
Download any ICS rom (i can recommend the viper x) and put it on the sdcard of the phone (do that by mounting the sdcard as a usb disk within the recovery) copy the boot.img file from within the rom.zip file and copy it to the fastboot folder
Put the phone in fastboot usb mode and flash the boot.img with this command
Fastboot flash boot boot.img
Fastboot erase cache
Enter the recovery and do a full wipe (do not wipe the sdcard)
Then choose install zip from sdcard and choose the rom.zip and install it ! Reboot and you have a working phone until I have news about the nandroid backup you need, i already sent him a message
Click to expand...
Click to collapse
i do not how to do this you say put it on my sd card how do i that is there any chance you could show me on skype or something matey ?
Sorry mate no Skype here, and I have only my phone now.....but
Can you get into fastboot mode ?
Unplug the cable to the pc
And choose with the volume rocker the HBOOT press 1 time the power button, it loads a second screen and you see the text RECOVERY and navigate to that again and press power button 1 more time , it will start the recovery .....check which version you have (5.4.8.0)
Then select mounts & storage and check the last option .... Mount as usb disk and plug in the cable
Don't worry mate we will get there .... Just stay with me
tommydee90 said:
i do not how to do this you say put it on my sd card how do i that is there any chance you could show me on skype or something matey ?
Click to expand...
Click to collapse
i did what you said and it puts me right where i started again recovery dont work for me
Reflash the recovery , download this one
http://db.tt/Krlm4dPs
Rename it to recovery.img and put it in the fastboot folder on the pc, put the phone back into fastboot usb mode
Do
Fastboot erase cache
Fastboot flash recovery recovery.img
Fasrrboot erase cache
And enter the recovery again !
C:\Users\Laptop>c:\fastboot\fastboot erase cache
erasing 'cache'...
OKAY [ 0.111s]
finished. total time: 0.111s
C:\Users\Laptop>c:\fastboot\fastboot flash recovery recovery.img
error: cannot load 'recovery.img'
C:\Users\Laptop>c:\fastboot\fastboot erase cache
erasing 'cache'...
OKAY [ 0.093s]
finished. total time: 0.094s
C:\Users\Laptop>c:\fastboot\fastboot flas recovery recovery.img
usage: fastboot [ <option> ] <command>
commands:
update <filename> reflash device from update.zip
flashall flash boot + recovery + system
flash <partition> [ <filename> ] write a file to a flash partition
erase <partition> erase a flash partition
getvar <variable> display a bootloader variable
boot <kernel> [ <ramdisk> ] download and boot kernel
flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it
devices list all connected devices
continue continue with autoboot
reboot reboot device normally
reboot-bootloader reboot device into bootloader
help show this help message
options:
-w erase userdata and cache
-s <serial number> specify device serial number
-p <product> specify product name
-c <cmdline> override kernel commandline
-i <vendor id> specify a custom USB vendor id
-b <base_addr> specify a custom kernel base address
-n <page size> specify the nand page size. default:
2048
C:\Users\Laptop>c:\fastboot\fastboot erase cache
erasing 'cache'...
OKAY [ 0.086s]
finished. total time: 0.086s
i pressed recovery again and it takes me back to fastboot.. the htc load screen come on with red writing at the bottom end of it also i have in pink ***relocked***security warning ***
Ah its relocked, that explains it. Can you find back the unlock_code.bin file that you received by the hycdev site when you first unlocked the device ?
Put that file also in the fastboot folder on pc and reboot the phone again into fastboot usb mode
Do
Fastboot flash unlocktoken unlock_code.bin
This will unlock the bootloader and you will be able to flash the recovery .... So try again
Tom,
If you want I will walk not run you through everything buddy. PM me and we can chat on FB or whatever so you not only sort yourself out but you understand too!
Sent from my HTC One X using xda premium
leonforthewin said:
Tom,
If you want I will walk not run you through everything buddy. PM me and we can chat on FB or whatever so you not only sort yourself out but you understand too!
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
This feels like a small kick in the nuts, you think i ain't helping him the right way
But you can take over and i will enjoy the rest of my evening
Mr Hofs said:
This feels like a small kick in the nuts, you think i ain't helping him the right way
But you can take over and i will enjoy the rest of my evening
Click to expand...
Click to collapse
My bad man, I didn't even think about that. I did the exact same thing when I first messed around with my HOX and I completely panicked. I'm sure after the next reply the issue will be resolved.
leonforthewin said:
My bad man, I didn't even think about that. I did the exact same thing when I first messed around with my HOX and I completely panicked. I'm sure after the next reply the issue will be resolved.
Click to expand...
Click to collapse
No mate you didn't mean no harm, and if its easier for him .... He's has the choice always good that people want to help ! Just messing with ya for a bit

[Q] Complete noob needs help relocking bootloader

Okay so I have the One X, decided I wanted to root it even though I have NO IDEA what its all about (yes I know Im an idiot). I basically got as far as unlocking the bootloader then something went wrong and I couldnt get any further. I basically just want to relock the bootloader but I have no idea how. Like I said, Im a complete noob and need someone to really walk me through this the simplest way there is. Ps Im on a mac, which Im sure makes it even more difficult.
Any help is greatly appreciated :/
well, i don't know anything about mac, but i do know how to re-lock the bootloader under microsoft windows.
All you have to do is download FASTBOOT in any windows pc, download it from here
press and hold volume down + power button on your phone (to enter bootloader)
when in bootloader, enter fastboot mode by just hitting power key once,
now connect USB to pc and the phone
u'll see FASTBOOT PC written in your phone screen,
now go to the downloaded fastboot folder in ur pc,
hold SHIFT and Right click, Select OPEN COMMAND WINDOW HERE,
in the command window, just write : fastboot oem lock
That's it!
thanks so much for your reply. I'm gonna hold out and see if anyone can give me a mac reply but I'm gonna see if anyone I know can lend me their laptops and try what you said. thanks again
Sent from my HTC One X using xda app-developers app
becatron said:
thanks so much for your reply. I'm gonna hold out and see if anyone can give me a mac reply but I'm gonna see if anyone I know can lend me their laptops and try what you said. thanks again
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
here is a thread explaining how to unlock on mac, quite simple steps
to lock the bootloader, all u need is to write ./fastboot-mac oem lock instead of ./fastboot-mac oem unlock :good:
I tried that link before and its never worked. I dont have a great understanding of Terminal and it usual gives me something along the lines of 'no such file or directory'.
Edit: I just got '-bash: ./fasboot-mac: No such file or directory'
becatron said:
I tried that link before and its never worked. I dont have a great understanding of Terminal and it usual gives me something along the lines of 'no such file or directory'.
Edit: I just got '-bash: ./fasboot-mac: No such file or directory'
Click to expand...
Click to collapse
That means that you haven't downloaded fastboot!
You need to download fastboot.exe to perform this operation.
or simply visit some friend with a windows pc and do the task
still can't get my hands on a Windows laptop :/ just moved house too so don't even have any wifi agh.
One question, do you have the Android SDK installed? I can help you with the mac since it is the same as linux
arun6106 said:
That means that you haven't downloaded fastboot!
You need to download fastboot.exe to perform this operation.
or simply visit some friend with a windows pc and do the task
Click to expand...
Click to collapse
.exe extentions doesn't work on Macs :silly:
matt95 said:
One question, do you have the Android SDK installed? I can help you with the mac since it is the same as linux
Click to expand...
Click to collapse
I'm sorry but Wtf does sdk mean?
becatron said:
I'm sorry but Wtf does sdk mean?
Click to expand...
Click to collapse
Lol, download this file then unzip it, using the terminal go to that folder and type
Code:
./fastboot oem lock
matt95 said:
Lol, download this file then unzip it, using the terminal go to that folder and type
Code:
./fastboot oem lock
Click to expand...
Click to collapse
I'll try this tomorrow after work. thank you for taking pity on me and helping and not laughing me off the forum
becatron said:
I'll try this tomorrow after work. thank you for taking pity on me and helping and not laughing me off the forum
Click to expand...
Click to collapse
Don't worry :good: no one is a genius in here
matt95 said:
Lol, download this file then unzip it, using the terminal go to that folder and type
Code:
./fastboot oem lock
Click to expand...
Click to collapse
Okay so just tried this and its not working. How and what exactly do I type? When I type ./fastboot oem lock it just brings up a big page of abbreviations and commands. Its also saying ERROR: Could not get pipe properties
This is so stressful
becatron said:
Okay so just tried this and its not working. How and what exactly do I type? When I type ./fastboot oem lock it just brings up a big page of abbreviations and commands. Its also saying ERROR: Could not get pipe properties
This is so stressful
Click to expand...
Click to collapse
Is your phone in fastboot mode? if yes it should work, you should see a red highlighted "fastboot usb"
matt95 said:
Is your phone in fastboot mode? if yes it should work, you should see a red highlighted "fastboot usb"
Click to expand...
Click to collapse
Yep it is.. This is what I got
Rebeccas-MacBook:~ administrator$ /Users/administrator/Downloads/android\ 3/fastboot oem lock
ERROR: could not get pipe properties
ERROR: could not get pipe properties
ERROR: could not get pipe properties
...
ERROR: bulkOut endpoint not assigned
FAILED (command write failed (No such file or directory))
finished. total time: 0.000s
I know im probably not writing it properly
You need to download the file I posted, unzip it, navigate to that folder and then try to type exactly what I write
Code:
./fastboot
paste here what you get
Sent from my HTC One using XDA Premium 4 mobile app
matt95 said:
You need to download the file I posted, unzip it, navigate to that folder and then try to type exactly what I write
Code:
./fastboot
paste here what you get
Sent from my HTC One using XDA Premium 4 mobile app
Click to expand...
Click to collapse
This is what I get when I type ./fastboot
usage: fastboot [ <option> ] <command>
commands:
update <filename> reflash device from update.zip
flashall flash boot + recovery + system
flash <partition> [ <filename> ] write a file to a flash partition
erase <partition> erase a flash partition
format <partition> format a flash partition
getvar <variable> display a bootloader variable
boot <kernel> [ <ramdisk> ] download and boot kernel
flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it
devices list all connected devices
continue continue with autoboot
reboot reboot device normally
reboot-bootloader reboot device into bootloader
help show this help message
options:
-w erase userdata and cache
-s <serial number> specify device serial number
-p <product> specify product name
-c <cmdline> override kernel commandline
-i <vendor id> specify a custom USB vendor id
-b <base_addr> specify a custom kernel base address
-n <page size> specify the nand page size. default: 2048
Rebeccas-MacBook:~ administrator$
OK! fastboot is working, now do it again but type
Code:
./fastboot oem lock
matt95 said:
OK! fastboot is working, now do it again but type
Code:
./fastboot oem lock
Click to expand...
Click to collapse
Nope its still not working
Rebeccas-MacBook:~ administrator$ ./fastboot oem lock
-bash: ./fastboot: No such file or directory
Rebeccas-MacBook:~ administrator$ /Users/administrator/Downloads/android\ 3/fastboot ./fastboot oem lock
usage: fastboot [ <option> ] <command>
commands:
update <filename> reflash device from update.zip
flashall flash boot + recovery + system
flash <partition> [ <filename> ] write a file to a flash partition
erase <partition> erase a flash partition
format <partition> format a flash partition
getvar <variable> display a bootloader variable
boot <kernel> [ <ramdisk> ] download and boot kernel
flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it
devices list all connected devices
continue continue with autoboot
reboot reboot device normally
reboot-bootloader reboot device into bootloader
help show this help message
options:
-w erase userdata and cache
-s <serial number> specify device serial number
-p <product> specify product name
-c <cmdline> override kernel commandline
-i <vendor id> specify a custom USB vendor id
-b <base_addr> specify a custom kernel base address
-n <page size> specify the nand page size. default: 2048
Rebeccas-MacBook:~ administrator$
You have to type
Code:
./fastboot oem lock
not
Code:
3/fastboot ./fastboot oem lock

I need help with htc one m8

hi i rooted my phone and have messed up .
i used twrp recovery
now my phone says it doesnt have any OS
can somwbody help me on how to install new OSand make my device working again
Exact same problem. If I get it figured out I'll let you know.
Copy ROM on ExtSD card...mount extsd in TWRP, then install from there...
ravi3535 said:
hi i rooted my phone and have messed up .
i used twrp recovery
now my phone says it doesnt have any OS
can somwbody help me on how to install new OSand make my device working again
Click to expand...
Click to collapse
Boot to bootloader/fastboot then run command fastboot getvar all
Post here the result (delete serial no. & imei no.)
Will see what we can do later
ckpv5 said:
Boot to bootloader/fastboot then run command fastboot getvar all
Post here the result (delete serial no. & imei no.)
Will see what we can do later
Click to expand...
Click to collapse
C:\Program Files (x86)\Android\android-sdk\platform-tools>fastboot getvar
usage: fastboot [ <option> ] <command>
commands:
update <filename> reflash device from update.zip
flashall flash boot, system, vendor and if fou
nd,
recovery
flash <partition> [ <filename> ] write a file to a flash partition
erase <partition> erase a flash partition
format[:[<fs type>][:[<size>]] <partition> format a flash partition.
Can override the fs type and/or
size the bootloader reports.
getvar <variable> display a bootloader variable
boot <kernel> [ <ramdisk> [ <second> ] ] download and boot kernel
flash:raw boot <kernel> [ <ramdisk> [ <second> ] ] create bootimage and
flash it
devices list all connected devices
continue continue with autoboot
reboot reboot device normally
reboot-bootloader reboot device into bootloader
help show this help message
options:
-w erase userdata and cache (and format
if supported by partition type)
-u do not first erase partition before
formatting
-s <specific device> specify device serial number
or path to device port
-l with "devices", lists device paths
-p <product> specify product name
-c <cmdline> override kernel commandline
-i <vendor id> specify a custom USB vendor id
-b <base_addr> specify a custom kernel base address.
default: 0x10000000
-n <page size> specify the nand page size.
default: 2048
-S <size>[K|M|G] automatically sparse files greater
than size. 0 to disable
C:\Program Files (x86)\Android\android-sdk\platform-tools>
this is what i get
flyera343 said:
Copy ROM on ExtSD card...mount extsd in TWRP, then install from there...
Click to expand...
Click to collapse
i did try it i said mp5 file missing
fastboot getvar all
You missed "all"
ckpv5 said:
fastboot getvar all
You missed "all"
Click to expand...
Click to collapse
sorry dude i will try that when i get home at college at the momet
thanks for help mate

[FIXED] sending 'system'\nFAILED (remote: data too large) (on fastboot -w update)

So coming from MDA89E, I was not receiving the OTA for MDB08I that others around me had received so I decided to go the old "./flash-all.sh" route. I already had performed "fastboot oem unlock" to change build.prop for the hotspot provisioning flag.
However, there was something wrong with the image-bullhead-mdb08i.zip (correct MD5 of the overall package) or my setup, and I received the message "FAILED (remote: data too large)" on the "fastboot -w update image-bullhead-mdb08i.zip" step.
This lead down to long path of frustration until I ran into this post: http://forum.xda-developers.com/showpost.php?p=57272090&postcount=25
After extracting bullhead-mdb08i.zip and manually formatting/erasing and flashing the files individually, I was able to boot as normal.
This error can also be a result of using an out-of-date fastboot binary. Just an FYI.
ahhh didn't think of that.
Time flies.. It's probably time to update. Thanks
EDIT: I use fastboot/adb on Linux Mint 17 Qiana and the package manager says both android-tools-adb and android-tools-fastboot are up-to-date. So whether or not that is actually the case is to be determined, but my OP regarding this issue occurred on the "latest" version of fastboot available via the package manager.
Ugh, I'm running into this issue and I've updated all my ADB/Fastboot files/binaries. I can't, for the life of me, figure out how to get the system.img to flash properly. I've tried everything using Fastboot commands and it just won't work. I updated all my SDK files and I imagine that it updated my ADB/Fastboot binaries. Not sure how to update the Fastboot binaries manually.
Anyone else still running into this?
sn0warmy said:
Ugh, I'm running into this issue and I've updated all my ADB/Fastboot files/binaries. I can't, for the life of me, figure out how to get the system.img to flash properly. I've tried everything using Fastboot commands and it just won't work. I updated all my SDK files and I imagine that it updated my ADB/Fastboot binaries. Not sure how to update the Fastboot binaries manually.
Anyone else still running into this?
Click to expand...
Click to collapse
Try:
fastboot -S 512M flash system system.img
Sent from my HTC One M9 using Tapatalk
efrant said:
Try:
fastboot -S 512M flash system system.img
Sent from my HTC One M9 using Tapatalk
Click to expand...
Click to collapse
I ended up getting it to work. I uninstalled all instances of ADB/SDK/Fastboot from my mac, rebooted and reinstalled the full SDK tools again and re-setup ADB. After doing that I was able to flash everything, including system.img with no issues. Looks like I was just missing some fastboot binaries afterall.
efrant said:
Try:
fastboot -S 512M flash system system.img
Sent from my HTC One M9 using Tapatalk
Click to expand...
Click to collapse
this command does not work. I get this as a response when I run this command.
usage: fastboot [ <option> ] <command>
commands:
update <filename> reflash device from update.zip
flashall flash boot + recovery + system
flash <partition> [ <filename> ] write a file to a flash partition
erase <partition> erase a flash partition
format <partition> format a flash partition
getvar <variable> display a bootloader variable
boot <kernel> [ <ramdisk> ] download and boot kernel
flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it
devices list all connected devices
continue continue with autoboot
reboot reboot device normally
reboot-bootloader reboot device into bootloader
help show this help message
options:
-w erase userdata and cache
-s <serial number> specify device serial number
-p <product> specify product name
-c <cmdline> override kernel commandline
-i <vendor id> specify a custom USB vendor id
-b <base_addr> specify a custom kernel base address
-n <page size> specify the nand page size. default: 2048
when i try to flash files individually, I get stuck in erasing recovery, do you know why? I can't go further than that, I haven't disconnect it yet because I'm afraid it gets ****ed.
---------- Post added at 09:58 AM ---------- Previous post was at 09:39 AM ----------
peon1-9 said:
So coming from MDA89E, I was not receiving the OTA for MDB08I that others around me had received so I decided to go the old "./flash-all.sh" route. I already had performed "fastboot oem unlock" to change build.prop for the hotspot provisioning flag.
However, there was something wrong with the image-bullhead-mdb08i.zip (correct MD5 of the overall package) or my setup, and I received the message "FAILED (remote: data too large)" on the "fastboot -w update image-bullhead-mdb08i.zip" step.
This lead down to long path of frustration until I ran into this post: http://forum.xda-developers.com/showpost.php?p=57272090&postcount=25
After extracting bullhead-mdb08i.zip and manually formatting/erasing and flashing the files individually, I was able to boot as normal.
Click to expand...
Click to collapse
I did this, it has shown everything ok, from flashing system and rebooting but I am stuck in Google logo now. I flashed bullhead-mtc20k-factory-4a950470, do I have to wait for it to boot or I'll have to heat the processor now?
---------- Post added at 10:00 AM ---------- Previous post was at 09:58 AM ----------
ferdeenandxda said:
when i try to flash files individually, I get stuck in erasing recovery, do you know why? I can't go further than that, I haven't disconnect it yet because I'm afraid it gets ****ed.
---------- Post added at 09:58 AM ---------- Previous post was at 09:39 AM ----------
I did this, it has shown everything ok, from flashing system and rebooting but I am stuck in Google logo now. I flashed bullhead-mtc20k-factory-4a950470, do I have to wait for it to boot or I'll have to heat the processor now?
Click to expand...
Click to collapse
It has rebooted 2 times already i think it didn't work.
efrant said:
Try:
fastboot -S 512M flash system system.img
Sent from my HTC One M9 using Tapatalk
Click to expand...
Click to collapse
I can't reflash htc desire 700 even with the -S option. It shows the same error (data too large) also in RUU mode. I found the firmware on Hardreset.info in their htc firmware database. If you need firmware, then no problem, though I'm without a computer now, but from my iPhone. I did not download the firmware there (and I'm too lazy to wait for the download, for a long time). Please, help!

Categories

Resources