problem whith fastboot ( arc 4.0.4 ) - Xperia Arc Q&A, Help & Troubleshooting

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

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

[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 !

[Q] Kindle 2013 3rd Gen. KFSOWI bricked

Hello,
I think I just bricked my Kindle Fire HD 2013 KFSOWI running 11.3.2.1.
Here's what I did
- solder a fastboot cable
- download the root utility from this page:
https://
drive.
google.
com
/#folders/0B-dSyq3U-jVDNFZhSW1jd2RuQ0k
(kyleberry.graphics)
- put kindle into fastboot mode
the kindle showed :
Code:
Start downloading
writing boot...done
Code:
======================================================================
======================================================================
Welcome to Kindle Root Utility by the KFSOWI Modding Team
Special Thanks to:
Moronig
jcase
fi01
======================================================================
======================================================================
WARNING THIS WORKS ONLY WITH KINDLE HD 7" 2013 ON 11.3.2.1
DOES NOT WORK ON 11.3.1.0
======================================================================
======================================================================
You MUST have your kindle powered OFF and connected to a
FASTBOOT cable
Downgrading Boot Image...
< waiting for device >
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 (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 th
an
size. 0 to disable
target reported max download size of 1005584384 bytes
sending 'boot' (5844 KB)...
OKAY [ 0.324s]
writing 'boot'...
OKAY [ 0.424s]
finished. total time: 0.750s
resuming boot...
OKAY [ 0.001s]
finished. total time: 0.011s
Rooting Device...
AND NOTHING MORE HAPPENED.
I tried to boot up the kindle but it just showed the grey kindle logo (not the orange animated).
Can someone please help me? I searched aroud so many posts without finding a solution.
btw: Drivers installed correctly (eclipse, sdk & kindle drivers)
eraworm1 said:
Hello,
I think I just bricked my Kindle Fire HD 2013 KFSOWI running 11.3.2.1.
Here's what I did
- solder a fastboot cable
- download the root utility from this page:
https://
drive.
google.
com
/#folders/0B-dSyq3U-jVDNFZhSW1jd2RuQ0k
(kyleberry.graphics)
- put kindle into fastboot mode
the kindle showed :
Code:
Start downloading
writing boot...done
Code:
======================================================================
======================================================================
Welcome to Kindle Root Utility by the KFSOWI Modding Team
Special Thanks to:
Moronig
jcase
fi01
======================================================================
======================================================================
WARNING THIS WORKS ONLY WITH KINDLE HD 7" 2013 ON 11.3.2.1
DOES NOT WORK ON 11.3.1.0
======================================================================
======================================================================
You MUST have your kindle powered OFF and connected to a
FASTBOOT cable
Downgrading Boot Image...
< waiting for device >
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 (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 th
an
size. 0 to disable
target reported max download size of 1005584384 bytes
sending 'boot' (5844 KB)...
OKAY [ 0.324s]
writing 'boot'...
OKAY [ 0.424s]
finished. total time: 0.750s
resuming boot...
OKAY [ 0.001s]
finished. total time: 0.011s
Rooting Device...
AND NOTHING MORE HAPPENED.
I tried to boot up the kindle but it just showed the grey kindle logo (not the orange animated).
Can someone please help me? I searched aroud so many posts without finding a solution.
btw: Drivers installed correctly (eclipse, sdk & kindle drivers)
Click to expand...
Click to collapse
Good timing, a restore utility was just released, haven't checked out the script for it yet, but should work, just put it into fastboot and run the utility. http://forum.xda-developers.com/showthread.php?t=2685090
SOLVED
stunts513 said:
Good timing, a restore utility was just released, haven't checked out the script for it yet, but should work, just put it into fastboot and run the utility. http://forum.xda-developers.com/showthread.php?t=2685090
Click to expand...
Click to collapse
Thanks, just solved it by flashing the old boot image:
Code:
fastboot -i 0x1949 flash boot boot-prod.img
kindle booted up immideately.
Now I am trying to root it again.
Root worked perfectly with the 11.3.2.1-root_v2.0 package from kfsowi tools. took a while, approx. 20 minutes.
Link needed
eraworm1 said:
Hello,
I think I just bricked my Kindle Fire HD 2013 KFSOWI running 11.3.2.1.
Here's what I did
- solder a fastboot cable
- download the root utility from this page:
https://
drive.
google.
com
/#folders/0B-dSyq3U-jVDNFZhSW1jd2RuQ0k
(kyleberry.graphics)
- put kindle into fastboot mode
the kindle showed :
Code:
Start downloading
writing boot...done
Code:
======================================================================
======================================================================
Welcome to Kindle Root Utility by the KFSOWI Modding Team
Special Thanks to:
Moronig
jcase
fi01
======================================================================
======================================================================
WARNING THIS WORKS ONLY WITH KINDLE HD 7" 2013 ON 11.3.2.1
DOES NOT WORK ON 11.3.1.0
======================================================================
======================================================================
You MUST have your kindle powered OFF and connected to a
FASTBOOT cable
Downgrading Boot Image...
< waiting for device >
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 (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 th
an
size. 0 to disable
target reported max download size of 1005584384 bytes
sending 'boot' (5844 KB)...
OKAY [ 0.324s]
writing 'boot'...
OKAY [ 0.424s]
finished. total time: 0.750s
resuming boot...
OKAY [ 0.001s]
finished. total time: 0.011s
Rooting Device...
AND NOTHING MORE HAPPENED.
I tried to boot up the kindle but it just showed the grey kindle logo (not the orange animated).
Can someone please help me? I searched aroud so many posts without finding a solution.
btw: Drivers installed correctly (eclipse, sdk & kindle drivers)
Click to expand...
Click to collapse
Please help the link doesn't work... Thanks
Video about this by me
http://bit.ly/kfhd_unbrick_vid
Video in link above
---------- Post added at 08:40 AM ---------- Previous post was at 08:39 AM ----------
@pops said:
Please help the link doesn't work... Thanks
Click to expand...
Click to collapse
You will need to use a linux distro
checkout my video: http://bit.ly/kfhd_unbrick_vid

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

Categories

Resources