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
Related
it keeps saying main version is older update fail. i have tried toast's zips and other threads with this same problem and nothing help. thnx in advance.
You've most likely updated to 1.47? Rooting 1.47 is not possible for now... Check this thread.
If you have a recovery flashed still nandroid a backup with super user. Then goto toasts part two and unlock the nand again.just make sure you use the right pc36img. Its not the same as the 1st on you root with.
i had rooted my phone with nand access before but since i accidentally removed the battery while it was updating the pc36img now i am stuck in the bootscreen black and white and cannot flash any pc36img zips
If your stuck at the evo boot screen you might be screwed . Might be time to try and return it.
stoney05 said:
If your stuck at the evo boot screen you might be screwed . Might be time to try and return it.
Click to expand...
Click to collapse
got any tips?
i would just wait till 2morrow for an answer b4 i water damadge the crap out of the phone
can you boot into recovery? if so, which recovery to do have installed?
Vinny75 said:
can you boot into recovery? if so, which recovery to do have installed?
Click to expand...
Click to collapse
i cannot go into recovery it stays on the evo black and white screen. i am not sure which recovery i have
Tornadobarrage said:
i cannot go into recovery it stays on the evo black and white screen. i am not sure which recovery i have
Click to expand...
Click to collapse
ok, so holding down the volume down button while turning on the power doesn't get you to the boot menu?
Vinny75 said:
ok, so holding down the volume down button while turning on the power doesn't get you to the boot menu?
Click to expand...
Click to collapse
boot menu yes recovery no.when i go to recovery it stay in the evo screen
Tornadobarrage said:
boot menu yes recovery no.when i go to recovery it stay in the evo screen
Click to expand...
Click to collapse
can you go into fastboot? from there you could flast a new recovery... assuming you have the eng boot..
see: http://forum.xda-developers.com/showthread.php?t=705026 the first post has the instructions
Vinny75 said:
can you go into fastboot? from there you could flast a new recovery... assuming you have the eng boot..
see: http://forum.xda-developers.com/showthread.php?t=705026 the first post has the instructions
Click to expand...
Click to collapse
i am trying to do this
Copy recovery-RA-evo-v1.7.0.1.img to a location where fastboot can find it.
Boot your phone into fastboot mode
fastboot devices(press enter) (to make sure that fastboot "sees" your phone)
fastboot flash recovery recovery-RA-evo-v1.7.0.1.img(press enter)
where do i put the file so fastboot can find it?
Tornadobarrage said:
i am trying to do this
Copy recovery-RA-evo-v1.7.0.1.img to a location where fastboot can find it.
Boot your phone into fastboot mode
fastboot devices(press enter) (to make sure that fastboot "sees" your phone)
fastboot flash recovery recovery-RA-evo-v1.7.0.1.img(press enter)
where do i put the file so fastboot can find it?
Click to expand...
Click to collapse
same directory on computer as fastboot.exe (I think I got fastboot from here http://developer.htc.com/google-io-device.html)
im not sure if i know how to use it
Vinny75 said:
same directory on computer as fastboot.exe (I think I got fastboot from here http://developer.htc.com/google-io-device.html)
Click to expand...
Click to collapse
i already have fastboot in sdk tools every time i try to run fastboot with the recovery there it just closes quickly
Don't double click it.open a cmd prompt and run the commands there
Sent from my PC36100 using XDA App
Vinny75 said:
Don't double click it.open a cmd prompt and run the commands there
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
i have done that and this pops out
c:\android-sdk\tools>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
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
-b <base_addr> specify a custom kernel base address
-n <page size> specify the nand page size. default:
2048
c:\android-sdk\tools>
what should i type?
Tornadobarrage said:
i am trying to do this
Copy recovery-RA-evo-v1.7.0.1.img to a location where fastboot can find it.
Boot your phone into fastboot mode
fastboot devices(press enter) (to make sure that fastboot "sees" your phone)
fastboot flash recovery recovery-RA-evo-v1.7.0.1.img(press enter)
Click to expand...
Click to collapse
This.make sure the recovery is in the same folder as fast boot
Sent from my PC36100 using XDA App
Vinny75 said:
This.make sure the recovery is in the same folder as fast boot
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
c:\android-sdk\tools>fastboot flash recovery recovery-RA-evo-v1.7.0.1.img
sending 'recovery' (5032 KB)... OKAY [ 1.595s]
writing 'recovery'... INFOsignature checking...
FAILED (remote: signature verify fail)
finished. total time: 2.477s
c:\android-sdk\tools>
it failed what should i do now?
Hi
I tried to unlock my Xperia Play boot loader using http://unlockbootloader.sonymobile.com/instructions
but when use command (fastboot.exe -i 0x0fce getvar version) or (fastboot.exe -i 0x0fce oem unlock 0xKEY)
I get this
C:\Program Files\Android\android-sdk\tools>fastboot.exe -i 0x0fce getvar version
usage: fastboot [ <option> ] <command>
commands:
update <filename> reflash device from update.zip
flashall 'flash boot' + 'flash 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 tried two PC !!! Xp and Windows 7 !!!
I need help to unlock boot loader
I have r800i sim locked free and root .
I can see the blue light ...
I install the driver ...Google USB Driver package revision 4
Thank to chevyowner
I update the FAstBoot file and its working now ...
I attach the new fastboot file
go to the folder everything is extracted to and hold left shift and right click and click on open command window here then put
fastboot.exe -i 0x0fce getvar version
If you see something do...
fastboot.exe -i 0x0fce oem unlock 0xKEY
Put the number sony gave you where it says KEY Then it's unlocked
you need a newer version of fastboot from what you posted
this line is missing from options
-i <vendor id> specify a custom USB vendor id
Rather than using that method I would use the lollylost tutorial in development as I found it much more straight forward.
Also make sure you type the commands correctly to the dot as putting a space or such in the wrong place will not work.
Sent from my R800i using XDA
Hey to all!
I explain my situation..
i have tried to flash the slim bean rom with the One x Toolkit but i have forget to flash the boot.img. for now, i have acces to the bootloader and the recovery BUT in bootloader, my computer does not connect my one X, so i can't flash the img..
Can you help me please?
Put the phone in the bootloader and open a command prompt in the fastboot folder on the pc, then type :
Fastboot devices
Does it come up with a serial ?
Mr Hofs said:
Put the phone in the bootloader and open a command prompt in the fastboot folder on the pc, then type :
Fastboot devices
Does it come up with a serial ?
Click to expand...
Click to collapse
I understand but i have never use fastboot on my computer because i used the toolkit so i don't know how do it
Navigate to the toolkit folder and check in what folder the fastboot.exe file is....point with the mouse in that folder and hold down shift + right click the mouse and select
Open command window here
And then with the phone in the bootloader.....type the command in the command window
Mr Hofs said:
Navigate to the toolkit folder and check in what folder the fastboot.exe file is....point with the mouse in that folder and hold down shift + right click the mouse and select
Open command window here
And then with the phone in the bootloader.....type the command in the command window
Click to expand...
Click to collapse
Microsoft Windows [version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Tous droits réservés.
C:\Users\Valentin>"C:\Users\Valentin\Desktop\One_X_All-In-One_Kit_v2.3\Data\fast
boot.exe" fastboot devices
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
C:\Users\Valentin>
do u have teamviewer....we can do this together....send me a login and password by PM
Mr Hofs said:
do u have teamviewer....we can do this together....send me a login and password by PM
Click to expand...
Click to collapse
ok i send you that right now! thanks
Problem solved, reflashed the boot.img (to be sure) and made a clean wipe in the recovery and the installed the slimbean rom again !
All fine and booted up. Heart rate back to a nice healthy level.
CASE CLOSED !
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
i'm on stock 10.0.12 firmware using r30.0.4 platform tools. when i'm in bootloader mode and type fastboot reboot fastboot i get just fastboot help:
PS F:\ONEPLUS 7T\platform-tools_r30.0.4-windows\platform-tools> fastboot reboot fastboot
usage: fastboot [ <option> ] <command>
commands:
update <filename> reflash device from update.zip
flashall flash boot, system, vendor and if found,
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
PS F:\ONEPLUS 7T\platform-tools_r30.0.4-windows\platform-tools>
how can i enter fastbootD mode?
To enter in fastbootd you need the newest platforn-tools aka adb and fastboot files
When you got that you reboot to bootloader(fastboot mode) and then use the fastbootd
Just use google tobsearch for fastbootd op7t
---------- Post added at 08:37 AM ---------- Previous post was at 08:35 AM ----------
Or look closely here
https://forum.xda-developers.com/oneplus-7t/how-to/rom-stock-fastboot-roms-oneplus-7t-t3979213
It gives link to latest platfom-tools
Makerrr said:
To enter in fastbootd you need the newest platforn-tools aka adb and fastboot files
When you got that you reboot to bootloader(fastboot mode) and then use the fastbootd
Just use google tobsearch for fastbootd op7t
---------- Post added at 08:37 AM ---------- Previous post was at 08:35 AM ----------
Or look closely here
https://forum.xda-developers.com/oneplus-7t/how-to/rom-stock-fastboot-roms-oneplus-7t-t3979213
It gives link to latest platfom-tools[/QUOTE
thanks for your reply but i think that platform tools r30.0.4 is the newest platform tools. if u know abt newest one and be kind enough to give the link i'll be more than grateful
Click to expand...
Click to collapse
That's the latest one.
You should be able to boot fastbootd!
When in fastboot mode run fastboot reboot fastbootd
And your device should reboot in a stock recovery looking environment, that's fastbootd
Makerrr said:
That's the latest one.
You should be able to boot fastbootd!
When in fastboot mode run fastboot reboot fastbootd
And your device should reboot in a stock recovery looking environment, that's fastbootd
Click to expand...
Click to collapse
maybe it should but it doesn't. that's how my problem started.
altojd said:
maybe it should but it doesn't. that's how my problem started.
Click to expand...
Click to collapse
Execute command with .exe once you're in the folder like fastboot.exe reboot fastboot
Lossyx said:
Execute command with .exe once you're in the folder like fastboot.exe reboot fastboot
Click to expand...
Click to collapse
did it and nothing has changed. the problem remains
have you found a solution to this? i am unable to get onto fastbootd mode
C:\platform-tools>adb reboot fastboot
C:\platform-tools>fastboot getvar is-userspace
is-userspace: no
Finished. Total time: 0.009s
I'm having a similar problem: I can get into fastbootd (chinese/english menu), but I can't send any fastboot commands, it always just says "waiting for device" and 'fastboot devices' shows nothing. If I try to flash things half will fail with "partition not found" because I can only flash in fastboot, not fastbootd. Once flashed I only get bootloader booting message and then it crashes into Qualcomm CrashDump mode and all I can do is wait and then hours later it's magically back to fastbootd but still can't send commands to it, even though OnePlus_USB_Drivers_Setup.exe is installed. Any ideas??
I had issues until used the all in one tool to flash it, then it worked perfect.
thetoady said:
I had issues until used the all in one tool to flash it, then it worked perfect.
Click to expand...
Click to collapse
is fastbootd any good? i tried to use fastboot devices and getvar all command but does not do anything this on lg v60
altojd said:
i'm on stock 10.0.12 firmware using r30.0.4 platform tools. when i'm in bootloader mode and type fastboot reboot fastboot i get just fastboot help:
PS F:\ONEPLUS 7T\platform-tools_r30.0.4-windows\platform-tools> fastboot reboot fastboot
usage: fastboot [ <option> ] <command>
commands:
update <filename> reflash device from update.zip
flashall flash boot, system, vendor and if found,
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
PS F:\ONEPLUS 7T\platform-tools_r30.0.4-windows\platform-tools>
how can i enter fastbootD mode?
Click to expand...
Click to collapse
Reflash stock recovery, then fastboot reboot fastboot to get into fastbootd
HueyT said:
Reflash stock recovery, then fastboot reboot fastboot to get into fastbootd
Click to expand...
Click to collapse
where is stock recovery?
can someone explain me the use for fastbootd, in my case i seem to have regular fastboot and fastbootd. in fastbootd i cant execute any commands. its completely new to me and i havent found any proper documentation or tutorials going in depth with it so its all just going over my head.
HueyT said:
Reflash stock recovery, then fastboot reboot fastboot to get into fastbootd
Click to expand...
Click to collapse
I'd be surprised if reflashing the stock recovery magically fixed the problem.
Makerrr said:
That's the latest one.
You should be able to boot fastbootd!
When in fastboot mode run fastboot reboot fastbootd
And your device should reboot in a stock recovery looking environment, that's fastbootd
Click to expand...
Click to collapse
i have installed twrp recovery so am i able to go in fastbootd mode?
FakeGemstone said:
I'd be surprised if reflashing the stock recovery magically fixed the problem.
Click to expand...
Click to collapse
fastbootd is apart of recovery on many devices.
"The bootloader is expected to load and boot into the recovery image upon seeing boot-fastboot in the BCB command. Recovery then parses the BCB message and switches to fastbootd mode."
shaniKhan0 said:
i have installed twrp recovery so am i able to go in fastbootd mode?
Click to expand...
Click to collapse
If your TWRP is newer then you can still enter fastboot from TWRP, on my device using "adb reboot fastboot" will reboot my device into TWRP then enter some weird TWRP fastboot mode. However windows doesn't seem to detect that this is a device in ADB/Fastboot mode and won't load drivers so if you're on windows you'd have to enter device manager, browse for drivers, "let me pick from all available drivers" find google inc (Assuming you already have those drivers) and select android debugging interface drivers and install. After that your device should work just fine and "getvar is-userspace" should return "yes"
Brandon.Bissonnette said:
If your TWRP is newer then you can still enter fastboot from TWRP, on my device using "adb reboot fastboot" will reboot my device into TWRP then enter some weird TWRP fastboot mode. However windows doesn't seem to detect that this is a device in ADB/Fastboot mode and won't load drivers so if you're on windows you'd have to enter device manager, browse for drivers, "let me pick from all available drivers" find google inc (Assuming you already have those drivers) and select android debugging interface drivers and install. After that your device should work just fine and "getvar is-userspace" should return "yes"
Click to expand...
Click to collapse
not working....facing same problem . on oneplus 8T. can you suggest something