LG Eve :: Flash Without Fastboot?

Oct 8, 2010

i recently installed open etna which was awesome (great job guys) But then stupidly i plugged it into my computer and LG update popped up saying their was an update stupidly i clicked yes. God knows what i was thinking. now my phone wont get past the default android loading screen. I have left it on for days and the animation just keeps replaying over and over again. I can't access fasboot either to re-flash it back to open etna or whatever.The only thing i can get access to is emergency mode is there anyway i can get my phone working again?

LG Eve :: Flash without fastboot?


General :: Flash Rom With Fastboot?

Jul 5, 2012

I have read other tutorials about the fastboot update command, but I do not understand how to make system.img from a zip Rom. How to install a Rom with fastboot? Cwm recovery can't read zip files for some reason.

HTC Explorer A310e

View 1 Replies View Related

General :: Fastboot - Flash With Low Battery

Sep 25, 2013

Is any way to flash with low battery using fastboot.exe? I know that, I can use bat file to charge, but i would like flash with low battery. Is any way to bypass statement about Low battery?

View 4 Replies View Related

HTC Desire :: Stuck Without Fastboot - Recovery Or ROM After Failed RUU Flash

Nov 7, 2010

My Problem: Was using the HTC Desire bought in India. I rooted with Unrevoked 3.21, S-OFF with Alpharev.

I was thinking of taking my phone to HTC to show an LED burnin problem, and tried to unroot by flashing the RUU for Asia_India: RUU_Bravo_hTC_Asia_India_1.21.720.4_Radio_32.36.00 .28U_4.06.00.02_2_release_127705_signed. I thought that was the correct RUU.

I booted my phone in Fastboot, applied the RUU, and it rebooted my phone into RUU. Then it flashed an error message saying the RUU version was incorrect. Being the idiot that I am, I rebooted the phone..And got stuck!

The phone does not boot. On pressing Vol- and Power button, it vibrates, and then nothing. Screen is blank. It wont boot into Fastboot, Recovery or the ROM. If I connect it to USB and do the Vol- and Poweron, it detects my device as an Android 1.0 device.

I have tried the following:
1. Went to Android SDK, tried flashing Clockworkmod recovery image with the command:
Code:........

View 1 Replies View Related

General :: Error Fastboot Flash Recovery Due To Reboot

Jul 1, 2012

I have an AT&T Atrix 4G and I wanted to imstall CM7.2.

I had the latest Atrix Android version on it. Then I followed the instruction at the cyanogemod wiki for the atrix. So I flashed the sbf (cyanodenmod wiki -> Motorola_Atrix_4G:_Full_Update_Guide).

The rsd lite flashing didn't succeed because the atrix rebooted and the programm couldn't switch into BP passtrougth, or so. At this point the device said something about 0x1000 no bootloader, but I could choose between rsd, fastboot and the other possibilities.

I booted into the fastboot mode and did an oem unlock. Now it says unlocked.

I booted again into the fastboot mode, and now it should be a simple

Code:
fastboot flash recovery recover.img

But:
Windows) it always says:

Code:
sending 'recovery' (4824 KB)... OKAY [ 0.453s]
writing 'recovery'... FAILED (status read failed (Too many links))
after that the device reboots and is in a boot loop

so i tried linux) The first time i tried the command everythings worked fine, but after reboot i chose.

Code:
android recovery mode, but after a while (secs) the device rebooted.

so went to fastboot again, but now the device reboots after the sending command and then it says writing failed because of no device

I don't know if when I am using rsd lite to flash a complete image the phone reboots again and i have a hard brick.

View 2 Replies View Related

General :: Using Fastboot Mode To Flash Recovery Image - Device Not Detected

Apr 24, 2012

I deleted /system folder on my nexian cosmic journey. And now my nexian is stuck...

I try to using fastboot mode to flash recovery image, but my device seems not detected. I already installed the android composite driver, but when i use "fastboot devices" command, it shows (?) So how the heck to get my nexian back to normal?..

Or perhaps, if i just be able to put back the /system folder to its place again, it would be more easy to recover it... But how access the root when phone is like that?

View 1 Replies View Related

General :: Fastboot Flash Boot - Data Transfer Failure Unknown Error

Mar 1, 2013

I used insecure boot and root trying to root my phone, which was a huge mistake as i noticed a few minutes later since i cant startup anymore and only get into bootloader.

Now I'm trying to flash my stock rom back.

My CID is VODAP102 and my Version is 3.14.161.27 so i downloaded the rom and tried "fastboot flash boot boot.img" the result is:
sending 'boot' <8192 KB>...
FAILED <data transfer failure <Unknown error>>
finished. total time: 0.158s

View 5 Replies View Related

HTC Desire :: Using Adb From Fastboot

Oct 2, 2010

Android Version: 2.1 (Doughnut?)
Network: T-Mobile
Issue:
I'm having a little trouble connecting to my phone using adb when it is booted into fastboot (from an XP machine). Basically my phone has stopped booting correctly (it just loops infinitely between the HTC and TMobile splash screens), and I'd like to use adb to have a look around and see if I can fix the problem. If possible I'd like to avoid a factory reset.At first when I plugged my phone into the pc via usb it popped up a 'Found New Hardware' saying it had discovered an 'Android 1.0 device', and asked me for drivers. The drivers I got from HTC Synch weren't recognised, and after a little playing around I realised the USB Bus ID listed for a HTC Desire phone in the .inf file for the drivers did not match the actual ID for my phone reported by windows. After I fixed that the drivers installed correctly and the 'Found New Hardware' box stopped popping up when I plugged my phone in.Unfortunately adb still didn't detect my phone, and neither did HTC synch. Also, when I tried to access the SD card on the from from the generic Mass Storage device added into explorer it popped up an 'insert disk' box and wouldn't let me access it.Has anyone else had this problem, or have any suggestions on how to fix it? Should I be able to connect to the phone using adb when it is in fastboot? I've seen several examples on the net where people claimed to have done it so I'm assuming you should be able to. Very last resort before I give up and factory reset the phone.If anyone's interested I posted earlier describing the infinite-loop problem here: No Space Left On Device

View 3 Replies View Related

General :: How To Use Fastboot On Mac OS X

Nov 17, 2011

how to flash a kernel using fastboot on os X. Therefore I've decided to add a new post about that on XDA for those who want/need to use fastboot on mac os X. Example given for a Sony Xperia ARC LT15i. This should work for any SE device but will need different vendor ID value for another Brand.

Installation

- Download and extract Android SDK (let's say on the Desktop for the rest of the explanation)

- Add "Android SDK Platform-Tools" with android SDK Manager

- Download fastboot for mac here http:[url]....

- extract it in android-sdk/platform-tools/

Configuration
Next you need to update the PATH for tools/ and platform-tools/ folder.
- Open Terminal app and type

Code:
nano ~/.bash_profile
- Add the following two lines and change the (username) with the name of your mac os X account name :

[code].....

View 7 Replies View Related

General :: Android SDK - Fastboot ADB

Aug 1, 2013

I am trying to setup fastboot adb on my laptop.. i set it up on my pc a while back but my pc is windows 7 and my laptop is windows 8.. i read many things online.. watched youtube.. i cant do it!!

View 5 Replies View Related

General :: How To Go To FastBoot With ClockWorkMod

May 12, 2012

I need go to the FastBoot menu becouse i need change the splash screen - boot image (bootlogo)

If i push + / - / power buttons, always i will go to the ClockWorkMode.

Huawei sonic U8650
Android 2.3.5
Root
ClockWorkMod
OC Kernel

View 9 Replies View Related

General :: Can't Get Fastboot Even With ADB Commands

May 4, 2014

i have root access, and full adb, but i cant get fast boot even with adb commands. i attempted to flash a faulty a20 tablet i had via sd install. and i obviously had a damaged flash, anyhow it wiped the tablet clean, the backlight still lights up. i can turn it on and off, and i can boot the boot loader.

is there anyway out of this, i want to install a recovery, but with no flashboot....

View 5 Replies View Related

General :: How To Use Minimal ADB And Fastboot

Nov 14, 2013

How I can use adb and fastboot on my computer. i

View 1 Replies View Related

General :: Can't Access ADB But Can Use Fastboot?

Jun 16, 2013

What is the cause of that? From my knowledge they use the same driver? ADB cannot detect device but fastboot can... This occurs in both windows 7 and xp.

View 4 Replies View Related

HTC Magic :: Can't Connect Sapphire 32A In Fastboot To PC

Dec 25, 2009

I installed a custom HTC Hero ROM about a month ago - all was perfect. Decided to gift the phone to my phone and did a factory reset (idiotic move I know) which has now left me in brick status.I have adb set up although it doesn't recognize the phone when it's connected via USB and in Fastboot. Any advice on how to get it recognized?I've checked the SD Card and everything remains in tact (it's readable, has my Nandroid back-up, etc.). The issue is that I can't see to get the computer to recognize the device to go about my backup. Any thoughts / suggestions?

View 1 Replies View Related

LG Ally :: Phone Stuck In Fastboot / Way To Fix?

Nov 14, 2010

My phone is stuck in fastboot mode with the blue screen after i tried to root it and install velocity. Can i have some advice on how to fix it?

View 21 Replies View Related

Android :: Compile Fastboot On Windows

Jul 14, 2010

Specify me the steps to compile fastboot under cygwin to generate fastboot.exe for windows

View 1 Replies View Related

General :: GNex - Fastboot Does Not Work

Jan 30, 2013

I have had my GNex since it was released. However, I just got a new computer. I am trying to set up everything again on my new computer. I got the drivers working to a certain extent. I can get adb to work, however fastboot does not work.

How to get fastboot working?

Screenshot showing adb clearly works prior to bootloader, but it stops working after going into bootloader. It seems to lose connection to my phone once it is in the bootloader. I tried this multiple times.

View 1 Replies View Related

General :: Can't Access Fastboot Without ADB Command

May 22, 2014

My device only supports adb on recovery but its sideload. How to boot fastboot in recovery? Can't access fastboot without adb command. Volume keys not working.

View 5 Replies View Related

General :: Xperia U Locked Fastboot

Apr 22, 2014

I have Xperia U and blocked Fastboot can i unlocked?

View 2 Replies View Related

General :: HTC One M7 - Fastboot Doesn't Work But ADB Does

Oct 14, 2013

My phone's usb works pretty much perfect, adb and the usb storage are working (HTC One M7). But when i do "adb reboot-bootloader" the pc just says "the usb device fails to enumerate or something like that. Everything works except for Fastboot and i dont know why. Has it something to do with Win 8.1? I never tried it on another machine before.

View 1 Replies View Related

General :: Can't Find Fastboot In Android SDK R14

Oct 21, 2011

I have "Android SDK tools" and "Android SDK Platform-tools" installed using the SDK Manager, and fastboot is nowhere to be found.The new r14 SDK seems to be missing this tool, what the replacement is?

View 9 Replies View Related

General :: 470 Fastboot Mode Started

May 11, 2014

I tried flashing a font from romtoolbox lite using flashify but my phone only displays

"[470] fastboot mode started"
"[520] udc_start()"

I can't access download mode or recovery mode. What do i need to do? I also can't turn it off.

View 1 Replies View Related

General :: Fastboot Mode In Karbonn A18

Nov 20, 2012

I want to install ClockWorkMod Recovery on my Karbonn A18, i tried doing it using SP Flash Tool, but it gives various Errors, I want to know how can i get into FastBoot Mode in A18 so that i can install it through their ?

View 4 Replies View Related

General :: How To Enable USB Debugging Via Fastboot

Dec 25, 2012

Any way to enable usb debugging via fastboot ? Flashing something may do it ?

View 5 Replies View Related

General :: Can't Enter Fastboot Mode

Feb 6, 2013

I have MTK6515-based china phone and can't enter fastboot mode through "adb reboot bootloader". Phone just boots normally. USB debugging enablde.

View 4 Replies View Related

General :: How To Fastboot Huawei U8650

Mar 7, 2012

i'm having a problem with my huawei u8650 fastboot. when i want to install cwm recovery, i press volume down + power on and my phone freezes. only i can see, huawei logo on screen

View 1 Replies View Related

Samsung Galaxy I7500 :: Fastboot With Recover V4.6.2

May 2, 2010

I are following this guide: RECOVERY V4.6.2 (Page 1) - Release - Android and other StuffBut I get a problem when i run the "fastboot flash recovery recovery.img" command. ADB is up and working, and do find my phone when i do a adb devices command. When ADB is < Waiting for device >, I press call and power on at the same time tio enter fastboot mode, but the adb doesnt react, and the phone boots normaly. Ive also tried to enter the fastboot flash command just after ive enterd fastboot mode with my phone, but nothing happends.I have have rectools and the img in the tools folder. anyone know what could be wrong?

View 10 Replies View Related

Samsung I7500 :: Fastboot And Andriod 1.0 Driver

Oct 20, 2009

really now i have problem i but the nandriod on sd card and i copy the files on android on c but when i power the galaxy in fastboot it asked me for android 1.0 driver and i try to use the drivers that come with sdk 1.0 and 1.5 and 1.6 but no way and after few second the mobile make restart automatically (i turns the usb debug on ) and after restart the windows detect unknown device what i have to do?

View 7 Replies View Related

General :: Fastboot Error - Could Not Get Pipe Properties

Dec 9, 2013

I'm using a Mac and I have my HTC one hooked up in fastboot mode. I type in ./fastboot devices and get "error: could not get pipe properties". What that means?

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved