I need help with htc one m8 - One (M8) Q&A, Help & Troubleshooting

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

Related

[Q] HELP Unlock bootloader ???!!! (SOLVED)

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

my HOX won't boot to recovery

hello
my HOX running TripNDroid OS ROM anfd if i want go to recovery it's boot to recovery but after 0.1 second it's boot to OS
sorry for my english
Sent from my HTC One X using Tapatalk 2
Boot to fastboot and do fastboot erase cache, which should fix it
nms247 said:
Boot to fastboot and do fastboot erase cache, which should fix it
Click to expand...
Click to collapse
Try this first if not use
fastboot boot recovery.IMG (replace with what its called)
Sent from my HTC One X using xda premium
treebill said:
Try this first if not use
fastboot boot recovery.IMG (replace with what its called)
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
I don't have a PC for now .. is there another way ?
Sent from my HTC One X using Tapatalk 2
If you have got a problem with your adb or fastboot or recovery....
use this:
Download this file "fastboot.zip"
Install this file somewhere in one folder which is named "fastboot" on your PC
=> disk C: root
Unzipped this file on the folder "fastboot" and you will find 3 files:
- adb.exe
- AdbWinApi.dll
- fastboot.exe
and when you need to push something by the bootloader, you can use it.
Don't forget to push on this folder the file that you need. For exemple: boot.img or a recovery.img, etc...
The line command is :
Code:
c:\fastboot>
Enter
Code:
c:\fastboot>fastboot flash recovery recovery.img
Enter
If you want to flash the "recovery.img" file
******************************************************************
If you want to know all lines of command
Code:
c:\fastboot>fastboot
Code:
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
Link to the latest Official recovery:
recovery-clockwork-touch-5.8.3.1-endeavoru.img
MD5: 6ADC7248475C61CC5EB2EC951D3D0DF0
Link to the latest unofficial test recovery with USB issues fixed and automount by RichardTrip
recovery-clockwork-touch-5.8.3.1-endeavoru_fixedadbusb.img
MD5: 13885292CECDFD07C0FA08DF4F15A828
It's very simply and efficient

problem whith fastboot ( arc 4.0.4 )

i have windows xp sp3 i do all steps to unlock bootloader of my phone arc ice cream 4.0.4
finally it can't unlocked and this message apear in cmd window:
C:\WINDOWS\system32\android\android-sdk-windows\tools\fastboot>fastboot.exe -i 0
x0fce oem unlock 0xD7AE1F4E5F54D15B
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
http://forum.xda-developers.com/showthread.php?t=1304634

[Q] Help after root

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 !

FastbootD mode

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

Categories

Resources