Guest xperahul Posted May 2, 2013 Report Posted May 2, 2013 (edited) Hi friends, I am not able to reset my x900.it gives error "sd card has been removed".I rooted my x900,then had enabled SD Card.Then i unrooted,Got an 37mb update on Mobile Update App,tried to install the update but the loading bar gets half way, then the install stops and the Android image becomes led down with a red exclamation mark.Need your help friends.. have attached the error image i am getting. Edited May 4, 2013 by xperahul
Guest BlueMoonRising Posted May 2, 2013 Report Posted May 2, 2013 (edited) If you swapped the storage around then it can't find the SD card. You can't update from the base ICS rom AND have the SD card working. I presume you also need root to keep the SD card but am not 100% on that. You need to stick it back on Xolo ICS and decide which is more important to you. try:- fastboot.exe -i 0x8087 flash update update.zip from the cmd prompt(you do have it on the phones root?). Edited May 2, 2013 by BlueMoonRising
Guest xperahul Posted May 2, 2013 Report Posted May 2, 2013 (edited) thanks BlueMoonRising for ur reply.i dont need sd card.i just want to reset the phone.its giving signal problems so xolo care told me to reset it. yes i have update.zip on root Edited May 2, 2013 by xperahul
Guest BlueMoonRising Posted May 2, 2013 Report Posted May 2, 2013 fastboot.exe -i 0x8087 flash update update.zip from the cmd prompt in the C:\SanDiego\tools folder then. That should reinstall a basic Xolo ICS for you.
Guest xperahul Posted May 2, 2013 Report Posted May 2, 2013 (edited) fastboot.exe -i 0x8087 flash update update.zip from the cmd prompt in the C:\SanDiego\tools folder then. That should reinstall a basic Xolo ICS for you. should i keep update.zip file in tools folder? i got error:cannot load 'update.zip' also is it possible to undo swap card option? Edited May 2, 2013 by xperahul
Guest BlueMoonRising Posted May 2, 2013 Report Posted May 2, 2013 You should have update.zip (the Xolo ICS rom) in 3 locations, the root of your phone, the bricked folder on your PC and the Xolo folder again on your PC.
Guest xperahul Posted May 2, 2013 Report Posted May 2, 2013 You should have update.zip (the Xolo ICS rom) in 3 locations, the root of your phone, the bricked folder on your PC and the Xolo folder again on your PC. ok.i copied update.zip into all 3 folders,after executing the above command,again i got same error:update not found,then i copied update file into tools folder and executed the above command,now its showing waiting for device.
Guest BlueMoonRising Posted May 2, 2013 Report Posted May 2, 2013 Ahh, sorry I didn't check the path on that. :blush: Be patient and wait for it to pick up the phone and then let it do it's stuff. I have to go now so if anybody else could step in if he needs anymore help please. Otherwise try http://www.modaco.com/topic/358489-toolaio-tool-for-san-diego-and-xolo/page__st__940 from Ricky's post @ 28 January 2013 - 05:14 PM and on. Just read through it.
Guest xperahul Posted May 2, 2013 Report Posted May 2, 2013 Ahh, sorry I didn't check the path on that. :blush: Be patient and wait for it to pick up the phone and then let it do it's stuff. I have to go now so if anybody else could step in if he needs anymore help please. Otherwise try http://www.modaco.co...o/page__st__940 from Ricky's post @ 28 January 2013 - 05:14 PM and on. Just read through it. ok..thanks alot for ur help..
Guest shootomanUK Posted May 2, 2013 Report Posted May 2, 2013 OK Here's what to do: 1.open windows task manager by pressing ctrl-alt&del and click on the processes tab and end the ADB process. 2.now copy c:/sandiego/xolo/update.zip to c:/sandiego/tools 3.boot phone into fastboot and connect it to pc 4.go to c:/sandiego hold down shift and right mouse click on the tools folder and choose "open command windows here" 5.type: fastboot -i 0x8087 devices (to make sure the device is connected) 6.type: fastboot -i 0x8087 erase cache (wait till its finished) 7.type: fastboot -i 0x8087 flash update update.zip ( now it will flash the update
Guest BlueMoonRising Posted May 3, 2013 Report Posted May 3, 2013 (edited) OK Here's what to do: 1.open windows task manager by pressing ctrl-alt&del and click on the processes tab and end the ADB process. 2.now copy c:/sandiego/xolo/update.zip to c:/sandiego/tools 3.boot phone into fastboot and connect it to pc 4.go to c:/sandiego hold down shift and right mouse click on the tools folder and choose "open command windows here" 5.type: fastboot -i 0x8087 devices (to make sure the device is connected) 6.type: fastboot -i 0x8087 erase cache (wait till its finished) 7.type: fastboot -i 0x8087 flash update update.zip ( now it will flash the update Step 4 should be C:\SanDiego\tools of course. There is a shortcut to the cmd prompt already in there. If I remember rightly you may need to run step 5 a few times before the phone is recognised, just type it in the first time and if no success hit the up arrow and enter. Rinse and repeat until the device comes up. Edited May 3, 2013 by BlueMoonRising
Guest xperahul Posted May 3, 2013 Report Posted May 3, 2013 Step 4 should be C:\SanDiego\tools of course. There is a shortcut to the cmd prompt already in there. If I remember rightly you may need to run step 5 a few times before the phone is recognised, just type it in the first time and if no success hit the up arrow and enter. Rinse and repeat until the device comes up. when i get into fastboot(i.e by powering off and pressing vol down+power key),i get droidboot with android logo,but the below line is not moving,its stuck,is it normal..?
Guest xperahul Posted May 3, 2013 Report Posted May 3, 2013 I get this,what message should i get if my phone is detected Microsoft Windows [Version 6.1.7601] Copyright © 2009 Microsoft Corporation. All rights reserved. C:\SanDiego\tools>fastboot -i 0x8087 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 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:\SanDiego\tools>
Guest BlueMoonRising Posted May 3, 2013 Report Posted May 3, 2013 Sorry, never actually tried that myself. It doesn't actually tell you anything so the screen you're getting is correct as far as it goes. I tried fastboot -i 0x8087 reboot and it rebooted mine so it can see it. And the bar at the bottom should not be doing anything.
Guest xperahul Posted May 3, 2013 Report Posted May 3, 2013 Sorry, never actually tried that myself. It doesn't actually tell you anything so the screen you're getting is correct as far as it goes. I tried fastboot -i 0x8087 reboot and it rebooted mine so it can see it. And the bar at the bottom should not be doing anything. thanks a ton BlueMoonRising..u got me out of this..tried ur steps,now my xolo is working fine..
Guest BlueMoonRising Posted May 3, 2013 Report Posted May 3, 2013 thanks a ton BlueMoonRising..u got me out of this..tried ur steps,now my xolo is working fine.. Excellent, glad for you.
Guest nraju17 Posted May 6, 2013 Report Posted May 6, 2013 3.boot phone into fastboot and connect it to pc How to connect in fastboot mode.. if my screen is dead
Guest nraju17 Posted May 6, 2013 Report Posted May 6, 2013 C:\SanDiego\tools>fastboot -i 0x8087 erase cache erasing 'cache'... OKAY [ 2.070s] finished. total time: 2.070s C:\SanDiego\tools>fastboot -i 0x8087 flash update update.zip sending 'update' (306355 KB)... OKAY [ 21.830s] writing 'update'... OKAY [ 21.440s] finished. total time: 43.280s Flashed the file, but still my phone is dead
Guest BlueMoonRising Posted May 6, 2013 Report Posted May 6, 2013 (edited) C:\SanDiego\tools>fastboot -i 0x8087 erase cache erasing 'cache'... OKAY [ 2.070s] finished. total time: 2.070s C:\SanDiego\tools>fastboot -i 0x8087 flash update update.zip sending 'update' (306355 KB)... OKAY [ 21.830s] writing 'update'... OKAY [ 21.440s] finished. total time: 43.280s Flashed the file, but still my phone is dead Replied to in http://www.modaco.com/topic/362367-how-to-manually-fixbrick-with-aio-tool-installed/. Don't post the same message in multiple threads, it just confuses things. Edited May 6, 2013 by BlueMoonRising
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now