Will pay to fix my A500 - Acer Iconia A500

Not sure what happened exactly, but while flashing the newest update for a particular persons JB ROM (he will remain unnamed) everything went fubar. Bad. Wasn't recognizing my sd drive, couldn't flash a back-up, tried one of the solutions here on XDA.....now I am without recovery. The tab will boot up, but it gets to a password screen. I have no clue what the password is.
Though I can't pay a fortune, I am willing to pay someone to fix the tab. It's all based on trust since I will send you the tablet and trust that you will return it. Of course, I will pay for return shipping also. I love my tab, but it's useless to me currently.
Please PM me if you want to take on this task. Thanks.

replied to your 'other' post but i guess it should go here
from this thread here
a hard reset wipe userdata and cache
a manual hard reset will do the same thing if you do not have the unlocked bootloader
fastboot erase if you do have the unlocked bootloader
also a stock acer update.zip but I guess you've tried that, maybe a stock ics update.zip would work
I'd be happy to take a look at your tab for free, but being on the other side of the world doesnt make that feasible unfortunately!!
however I'm sure someone else closer to you will be more than willing to help
good luck with it m8
rgds
dibb
edit:
and this from here
For anyone still having this problem, I don't see a fix on this page and I managed to figure it out for myself despite being a total noob to this stuff. To be clear, this is what happened to me: I wanted to roll back to 3.0.1 and needed to start by doing a factory reset. To do that, I followed some instructions in the A500 forum that said to do the following:
1. Power Down
2. Make sure the Screen orientation is off (slide to left while landscape mode)
3. Hold down the right volume key (Volume up (+)).
4. Hold down the Power Button.
5. When it buzzes let go of the power but keep hold of the volume up button (+)
rock the screen orientation switch quickly back and forth once.
6. Should say :
Erasing Userdata....
Erasing Cache...
After doing those steps, after I got the Erasing Userdata message I then got an error about an invalid boot file. Then when it powered back up it asked me for a password and it wasn't taking the password I previously had on the device. I was freaked out that I bricked my tablet in my very first attempt at moving to a custom ROM so I frantically searched the Internet to no avail. But then I stumbled into a help topic on the Acer UK website when doing a Google search. When I watched the video in the help topic (click here to see it) I found that this may have happened because the steps are slightly different in the video than what I was given. I used the steps below instead and successfully performed the factory reset (differences bolded):
1. Power Down
2. Make sure the Screen orientation is ON (slide to right in landscape mode so orange is showing)
3. Hold down the right volume key (Volume up (+)).
4. Hold down the Power Button.
5. When it buzzes let go of the power but keep hold of the volume up button (+)
rock the screen orientation switch quickly to the off position and leave it off (don't toggle it like the instructions above say to do).
6. Should say :
Erasing Userdata....
Erasing Cache...
This worked for me anyway; I got the Erasing Userdata then Erasing Cache instead of the error message and then a password request. I just wanted to document the solution in case anyone ever needs it again.

No luck. Doing any of these things always brings me to Skrilax's bootmenu mode, but selecting Boot Recovery just brings up Android with an exclamation point in it.
Damn.
Sent from my SGH-T999 using xda app-developers app

TFordham said:
No luck. Doing any of these things always brings me to Skrilax's bootmenu mode, but selecting Boot Recovery just brings up Android with an exclamation point in it.
Damn.
Sent from my SGH-T999 using xda app-developers app
Click to expand...
Click to collapse
u flashed the 3.2 stock so stock recovery,
normally u lose v8 too??
having v8 means no button combo wipe!
next test _ boot to fastboot mode and see if u can erase userdata and cache
Sent from my GT-I9300 using Tapatalk 2

TFordham said:
No luck. Doing any of these things always brings me to Skrilax's bootmenu mode, but selecting Boot Recovery just brings up Android with an exclamation point in it.
Damn.
Click to expand...
Click to collapse
And no luck with Fastboot? --Larry

Nothing. When I choose fastboot, it just shows "fastboot mode“ at the top of the screen, but just sits there.
Sent from my SGH-T999 using xda app-developers app

TFordham said:
Nothing. When I choose fastboot, it just shows "fastboot mode“ at the top of the screen, but just sits there.
Sent from my SGH-T999 using xda app-developers app
Click to expand...
Click to collapse
go to skrilaxcz bl thread u need to issue commands via PC. instructions for this in his op
Sent from my GT-I9300 using Tapatalk 2

dibb_nz said:
go to skrilaxcz bl thread u need to issue commands via PC. instructions for this in his op
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
Went there, and I'm screwed. Way to complicated for my little brain.
This sucks.

TFordham said:
Went there, and I'm screwed. Way to complicated for my little brain.
This sucks.
Click to expand...
Click to collapse
Have faith grasshopper!!!! Its just like running adb commands
Boot to fastboot mode
connect yr cable to PC
open cmd prompt from fastboot.exe folder (which is included in the sdk with adb.exe)
type in "fastboot devices"
it should return a ? - this means you're all good!
type in:
fastboot erase userdata
fastboot erase cache
fastboot reboot
to flash a recovery - u will need a recovery.img - I just used one out of civs nvFlash package
fastboot erase recovery
fastboot flash recovery recovery.img
fastboot reboot
so now you should be fully wiped and have a recovery installed...if you get the dead android again, we'll head to the next step....and we'll need to know what rom you're actually running!!

dibb_nz said:
Have faith grasshopper!!!! Its just like running adb commands
Boot to fastboot mode
connect yr cable to PC
open cmd prompt from fastboot.exe folder (which is included in the sdk with adb.exe)
type in "fastboot devices"
it should return a ? - this means you're all good!
type in:
fastboot erase userdata
fastboot erase cache
fastboot reboot
to flash a recovery - u will need a recovery.img - I just used one out of civs nvFlash package
fastboot erase recovery
fastboot flash recovery recovery.img
fastboot reboot
so now you should be fully wiped and have a recovery installed...if you get the dead android again, we'll head to the next step....and we'll need to know what rom you're actually running!!
Click to expand...
Click to collapse
I'm with you until "open cmd prompt from fastboot.exe folder (which is included in the sdk with adb.exe)" lol
Where do I find that folder?
When I plug in the cable to the PC, it just sits there in "fastboot mode".

You should have it if you have flashed the patched bootloader if not then see attachment:
extract the zip to say, C:\android (good idea to keep all yr flashing stuff in a folder like this)
dont actually open the folder where fastboot.exe is located, you want to press down
"shift" & right click on the folder itself to open cmd prompt -

dibb_nz said:
You should have it if you have flashed the patched bootloader if not then see attachment:
extract the zip to say, C:\android (good idea to keep all yr flashing stuff in a folder like this)
dont actually open the folder where fastboot.exe is located, you want to press down
"shift" & right click on the folder itself to open cmd prompt -
Click to expand...
Click to collapse
You my friend, are a FREAKIN' genius!!!!
I love you! (Well, you know what I mean)
That did it! I may not ever flash a ROM again now since I'm flash-scared.
It's currently downloading the official updates from Acer.
I can not thank you enough!

TFordham said:
You my friend, are a FREAKIN' genius!!!!
Click to expand...
Click to collapse
no not me m8 just spent lots of time 'unbricking' and reading everything on here
The real geniuses are the devs who made fastboot possible for us in the first place. I hate to name names cos you invariably miss someone out but posts by Skrilax_CZ, vache, strra, civato, drellisdee, waydownsouth, yaworski - have all helped me to learn more about what our tabs can actually do....as you found yourself the really hard part is understanding the language these dudes use!!!! it hardly seems 'english' at all, lol
I love you! (Well, you know what I mean)
Click to expand...
Click to collapse
aww shucks!!!! and yeh i know what u mean!!!
That did it! I may not ever flash a ROM again now since I'm flash-scared.
Click to expand...
Click to collapse
i give you a day or two before the bug strikes...
It's currently downloading the official ICS from Acer.
Click to expand...
Click to collapse
darn, make sure you can get your cpuid, see the cpuid OP in my sig - method 7 - do it as soon as you're set up.
If u need root use blackthund3rs ICSRoot-link is in that post too.
I can not thank you enough!
Click to expand...
Click to collapse
you're more than welcome, I must say its easier to help when you can be "on-call" so to speak - just pleased I got rained off from work today so I could help

Related

im stuck!!!!! already

i just rooted my phone 10 minutes ago and now i cant get into recovery to restore the back up i made. the only recov i can get into is H-boot then from there it just gets stuck at the htc white screen.. did i brick it ???? i cant find any recent posts on this please help AGAIN sorry
stevo760 said:
i just rooted my phone 10 minutes ago and now i cant get into recovery to restore the back up i made. the only recov i can get into is H-boot then from there it just gets stuck at the htc white screen.. did i brick it ???? i cant find any recent posts on this please help AGAIN sorry
Click to expand...
Click to collapse
So you are at the white screen that says hboot? It should be the second option on that screen saying recovery, use the volume keys to move to it, then use the power button to select it.
Sent from my Xoom using Tapatalk
you can boot into your rom and then reflash recovery, I flash mine a few times as rarely its there the first time
Grab the PC36IMG.zip file from the Amon Ra thread and put it on your SD card. Boot to the bootloader, let it find the file, and update to flash the amon ra recovery. I hate clockworkmod. It's never been as consistent for me as Amon Ra.
you wiped your boot or system partition didn't you?
hold volume down while turning your phone on and it should bring a menu with three android guys at the bottom, once there use the volume buttons to select recovery and then push power to select it. That will get you into the recovery where you can flash a ROM. If it doesn't let you get into the recovery from there and you still have the autoroot folder on your computer you can run the file 'FlashZip' script and tell it to flash the SprintLovers_AmonRA... file. Just put it in fastboot mode before hand by selecting fastboot instead of recovery from the hboot
bwcorvus said:
So you are at the white screen that says hboot? It should be the second option on that screen saying recovery, use the volume keys to move to it, then use the power button to select it.
Sent from my Xoom using Tapatalk
Click to expand...
Click to collapse
i did that and i just takes me to a black screen with a triangle in it
xHausx said:
you wiped your boot or system partition didn't you?
hold volume down while turning your phone on and it should bring a menu with three android guys at the bottom, once there use the volume buttons to select recovery and then push power to select it. That will get you into the recovery where you can flash a ROM. If it doesn't let you get into the recovery from there and you still have the autoroot folder on your computer you can run the file 'FlashZip' script and tell it to flash the SprintLovers_AmonRA... file. Just put it in fastboot mode before hand by selecting fastboot instead of recovery from the hboot
Click to expand...
Click to collapse
you gotta help me man!!!! how do i flash just the recovery in auto root commands??????
stevo760 said:
you gotta help me man!!!! how do i flash just the recovery in auto root commands??????
Click to expand...
Click to collapse
It sounds like you have the old debug firmware installed, the screen with the red triangle is the stock recovery. Pushing vol up + power in it should bring up a menu although there is nothing in there that is of use except reboot.
With the triangle showing on your phone run the FlashZip script and it should reboot you in to the bootloader, once it does that hit enter when it warns you about your bootloader being unlocked and it will give a list of different PC36IMG files. You'll want to flash the one that says SprintLovers-AmonRA to make sure everything is up to date.
xHausx said:
It sounds like you have the old debug firmware installed, the screen with the red triangle is the stock recovery. Pushing vol up + power in it should bring up a menu although there is nothing in there that is of use except reboot.
With the triangle showing on your phone run the FlashZip script and it should reboot you in to the bootloader, once it does that hit enter when it warns you about your bootloader being unlocked and it will give a list of different PC36IMG files. You'll want to flash the one that says SprintLovers-AmonRA to make sure everything is up to date.
Click to expand...
Click to collapse
in the triangle recovery screen no button will bring up any menu... i think im ****ed man this blows
stevo760 said:
in the triangle recovery screen no button will bring up any menu... i think im ****ed man this blows
Click to expand...
Click to collapse
what did it say when you ran the FlashZip script?
stevo760 said:
in the triangle recovery screen no button will bring up any menu... i think im ****ed man this blows
Click to expand...
Click to collapse
i can do it in fast boot mode but as soon as i select number 1 and press enter the dos screen goes away and nothing happens
stevo760 said:
i can do it in fast boot mode but as soon as i select number 1 and press enter the dos screen goes away and nothing happens
Click to expand...
Click to collapse
k, it's not working right then. Can you do me a favor and use the StartShell file then run it from there. If it fails again right click -> select all and then copy and paste it.
To run it from the dos prompt just type flashzip and enter
xHausx said:
k, it's not working right then. Can you do me a favor and use the StartShell file then run it from there. If it fails again right click -> select all and then copy and paste it.
To run it from the dos prompt just type flashzip and enter
Click to expand...
Click to collapse
[1] C:\Documents and Settings\Steven Cirocco\Desktop\AutoRoot_v2.3\res\PC36IMG-S
printLovers-AmonRA_2.3-hausmod.zip
[2] C:\Documents and Settings\Steven Cirocco\Desktop\AutoRoot_v2.3\res\PC36IMG_A
monRA-v2.3-hausmod.zip
[3] C:\Documents and Settings\Steven Cirocco\Desktop\AutoRoot_v2.3\res\PC36IMG_U
D.zip
[4] Cancel
Type a number and press Enter/>1
ERROR: File 'C:\Documents' does not exist!
C:\Documents and Settings\Steven Cirocco\Desktop\AutoRoot_v2.3>
xHausx said:
k, it's not working right then. Can you do me a favor and use the StartShell file then run it from there. If it fails again right click -> select all and then copy and paste it.
To run it from the dos prompt just type flashzip and enter
Click to expand...
Click to collapse
if you can fix this world of **** im in im donating for sure dude
ok, I see what it's doing. Copy and paste the following into the prompt to do it manually
Code:
fastboot oem rebootRUU
Code:
fastboot flash zip res\PC36IMG-SprintLovers-AmonRA_2.3-hausmod.zip
then once it finishes...
Code:
fastboot reboot
xHausx said:
ok, I see what it's doing. Copy and paste the following into the prompt to do it manually
Code:
fastboot oem rebootRUU
Code:
fastboot flash zip res\PC36IMG-SprintLovers-AmonRA_2.3-hausmod.zip
then once it finishes...
Code:
fastboot reboot
Click to expand...
Click to collapse
it says sending zip with blinking cursor and no status meter on my phone but it does say htc
stevo760 said:
it says sending zip with blinking cursor and no status meter on my phone but it does say htc
Click to expand...
Click to collapse
give it a second, it's a big file
xHausx said:
give it a second, it's a big file
Click to expand...
Click to collapse
ok it finished it rebooted and now its at htc quality brilliant screen for 2 minutes and counting
When I experienced the red triangle and inability to boot into recovery, following step #10 of the link below pushed a temporary recovery onto the phone.
http://forum.xda-developers.com/showthread.php?t=829045
You still need to flash (by some means), a permanent recovery.
You can do so using either the PC36IMG.zip method, adb shell, or through console.
holy f !!!!! you developin son of *****!!!!! you are the man!!!!! you literally just saved my life i just got this phone yesterday and my girlfreind is on her way to kill me... so now what do i do about recovery and am i still rooted... and how do i give you money???

[HOWTO MAY16]UNLOCK BOOTLOADER, FLASH RECOVERY, INSTALL ROM Atrix 4G Bell/int'l + ATT

Edited May 16 2012
Hi all,
Due to confusion and scared people I have decided to post simple instructions on how to unlock the bootloader on GB 2.3.4. I just received my Bell Atrix 4G, unlocked it for rogers and then rooted and unlocked the bootloader. I was confused by the pudding instructions, so I decided to recreate them In my own wording.
I take no responsibility for anything that happens to your phone or your heart stopping while you wait for your phone to reboot or if it is stuck on moto screen etc...
Credit for original tutorials go to the2dcour, romracer, Nottach, Faux123 and the others for all of their hard work.
Requirements:
1.Create a folder on your desktop named motounlock
2.Go here: forum.xda-developers.com/showthread.php?t=1136261
Scroll down to where it says "RSDLite/Windows Drivers/Sbf_flash"
UPDATE: Download RSDLite from here : http://www.multiupload.com/T6NOEBKKLO . If you need x64 bit Drivers use the other link. thanks AnguishedEnd!
download the first two files for windows (RSDLite 5.5 link, x64 Windows drivers)
download the third file for linux/mac
3.Scroll until you see the big word "Unlock"
where it says "Unlocker only SBFs" download the second file UNLESS you are on ATT.
4. Scroll down to the word "Root" and download 'Fastboot' for your OS
5.unzip all of the files you just downloaded into the motounlock folder on your desktop
6. open the folder, install RSDLite, and afterwards install the Drivers.
Then follow these instructions
Power Down your atrix
Take out your microSD card and SIM card for the flashing process
While turning the phone on, hold the Volume Up button until it acknowledges RSD. Your device will say “Starting RSD protocol support”
Run “RSD Lite” on your computer
Press the “. . .” button next to the box labeled “Filename”
Navigate to your desktop and open the motounlock folder and select the file named intl-fix-try1.sbf ( IT WILL BE DIFFERENT IF U ARE DOING THIS FOR ATT)
Plug your device into your computer. RSD Lite should recognize your device and say “Model: NS Flash Olympus” and “Connected…” The acronym 'NS' may be different for your device people!!
Press the “Start” button. The Flash actually failed for me, wait for it to complete to 100% it may FAIL or PASS! just make sure it gets to 100% leave your phone sitting for about 10 minutes AFTER RSD SAYS FAIL/SUCCESS.
If nothing is happening after 10mins, perform a battery pull. Power the phone on while pressing vol-down. “Fastboot” Will show up on screen. DONT PLUG IT IN YET. Press volume up and let your phone sit. You will see “Starting Fastboot protocol support" LEAVE IT UNPLUGGED
press the windows key + R on your computer, type cmd and press enter
command prompt will open. type cd C:\users\YOURNAME\desktop\motounlock press 'enter'
Plug your device back into usb now
back in your command prompt window type "fastboot oem unlock" no quotes
You will now receive a warning along with a unique device ID
Type the following commands using your unique device ID (the numbers in the command prompt) in place of the ####
fastboot oem unlock ####
fastboot reboot
your moto will reboot. UNLCOKED!!!!!!!!!!!!!
Proper Recovery:
1. After your bootloader unlocked go to this link http://forum.xda-developers.com/showthread.php?t=1204500
2. Scroll down to where it says "ALL USERS" and download your favourite colour. (NOT THE ZIP VERSION) Place it in the motounlock folder that you have on your desktop.
3. Press the windows key + R on your computer, type cmd and press enter
4. A Command prompt will open. type cd C:\users\YOURNAME\desktop\motounlock press 'enter'
5. type "fastboot devices" Press Enter.
5b. type "fastboot erase recovery" Press Enter.
5c. type "fastboot flash recovery recovery-atrix5.img" Press Enter.
Wait for the command prompt to say : "writing 'recovery'... OKAY ['The amount of seconds it took here']"
5d.type "fastboot reboot"
DO NOT FORGET TO DO THIS PART: After the install of RomRacers recovery boot up your phone. Open up your favourite file browser (I used Astro file manager to do this ) and navigate to /system/etc/ and delete the file called 'install-recovery.sh'
You will be set 100% !
Installing a custom ROM (Any custom rom will work as long as it has unified kernel/Faux Kernel)
MOST ROMS WILL COME PRE-ROOTED! Just saying, to avoid confusion.
I will be using Nottach's Darkside ROM as an example, because Cyanogenmod does not have features included with original moto rom (this one is way more NOOB friendly) But this is COMMON PROCEDURE for almost every rom so be sure to follow this for whatever ROM you want to use.
1. Go here http://forum.xda-developers.com/showthread.php?t=1222108
2. Scroll down to where it says 'DOWNLOADS' and download the most current version.
3. When it is finished downloading you will have a ZIP file named something like "TheDarkSidev2.8.0-Wipe.zip"
4. Plug your phone in to your computer and transfer that file to your INTERNAL MEMORY.
5. MAKE SURE YOUR PHONE HAS DECENT CHARGE! I would say at least 50 percent. 70+ is recommended, I have done it with 40 + though.
6. Power Down your Phone.
7. Hold The POWER Button + VOL DOWN. DONT PRESS VOLUME UP WHEN YOU SEE FASTBOOT! Instead...
8. After fastboot shows up click volume down until " Android Recovery " shows up, about 7 down clicks. THEN press volume up.
9.
***FIRST TIME ROM FLASHERS ONLY!!!!!!***
WE ARE GOING TO BACKUP YOUR ORIGINAL ROM SO THAT IF YOU EVER DERP YOU WIL ALLWAYS HAVE A SOLID BACKUP
Press VOLUME DOWN and go to backup and restore. Press the POWER BUTTON
Press the POWER button on backup
Select where you want to put your backup (internal or external memory)
Backup INCLUDING WEBTOP! (if you ever think you will use it)
Wait for it to finish.
***********************************
10. Ok now that you are in android recovery you have to do a few things before flash.
a. Scroll down to "wipe data/factory reset" PRESS POWER. say yes to EVERYTHING until it goes back to the main screen.
b. scroll down to "wipe cache partition" PRESS POWER. say YES. Wait for return to main menu
c. Scroll down to"advanced", click "wipe dalvik cache" Go back to "advanced", "wipe battery stats
11. At the main menu, Scroll to "install Zip from SDcard" Press POWER.
12.scroll down to "choose zip from internal sdcard"
13. select the ZIP file that you saved to your INTERNAL memory. If you're using darkside the file name is "TheDarkSidev2.8.0-Wipe.zip"
14. Scroll down to "YES - install TheDarkSidev2.8.0-Wipe.zip" Press POWER
15. Let your phone work its magic!
16. When it is finished installing, you will be returned to the recovery main menu.
17. click "reboot system now"
18. Let it boot! This can take anywhere from 10 seconds to 5+ MINUTES! if you dont see it move from the "unlocked" screen after 10 minutes Perform a battery pull and power on again. If it hangs then all you have to do is go into recvoery click "backup and restore" and restore your original ROM. Or like me, have one of every kind of ROM on your storage in case I feel the need to change it on the go!
19. YOUR PHONE HAS BEEN SUCCESSFULLY TURNED INTO A FULLY OPEN DROID Pat yourself on the back and have a drink to your accomplishments . We on XDA knew you could do it!
Some solutions to issues:
As ar31791 said,
Anyone having issues not being able to boot into CWM recovery after flashing it (such as seeing android guy with exclamation mark):
Delete or rename /system/etc/install-recovery.sh AND /etc/install-recovery.sh I renamed mine to bkup.install-recovery.sh in case i ever wanted to use them again for some reason.
/etc/install-recovery.sh will automatically be placed in /system/etc if /system/etc/install-recovery.sh is not found on boot.
So, you must delete or rename both, THEN INSTALL CWM recovery.
rename the files using ROM Toolbox's root explorer as some file explorers will not give you the proper access levels to delete or rename the files correctly.c
Hope this helps it worked for me. I was afraid of a brick because nobody clarified the steps that were involved in RSDLite. It may be nerve racking, but it does work!! Enjoy and thanks again to the2dcour, romracer, Nottach, Faux123 and anybody else who has helped in the scene that I didnt have a chance to mention. PM me if I forgot you!
Oh, and just to let everybody know when your bootloader is successfully unlocked it will say unlocked at the top left of your screen everytime you turn it on. just wait, this is normal.
OMG thank you so much tayshun!! I just spent 2 hours reading through that pudding post mess trying to figure out how to do this for a 2.3.4 bell atrix....
I was very nervous about trying something without clear directions in case I brick my phone. You're a lifesaver
noobler said:
OMG thank you so much tayshun!! I just spent 2 hours reading through that pudding post mess trying to figure out how to do this for a 2.3.4 bell atrix....
I was very nervous about trying something without clear directions in case I brick my phone. You're a lifesaver
Click to expand...
Click to collapse
I understand your grief hahaha. Feel free to press the thank you button at the bottom of my post. I'm trying to get a good reputation around here as I am going to school for programming and I will probably be in these dev forums daily to get help cooking Roms!
Has anybody else had success with my simplified instructions? Results?
this instructions seem simple
http://forum.xda-developers.com/showthread.php?t=1182871
what do you think?
sanriver12 said:
this instructions seem simple
http://forum.xda-developers.com/showthread.php?t=1182871
what do you think?
Click to expand...
Click to collapse
Are you sure it works on a Bell/Int'l Atrix?
Thanks heaps for the instructions Just used them to unlock a Telstra Atrix which I updated to 2.3.4 this morning! Worked a treat.
---------- Post added at 12:06 PM ---------- Previous post was at 11:58 AM ----------
Maybe i spoke to soon...I just noticed it has reset to factory defaults. Not a big deal as I already backed everything up but i certainly wasn't expecting it!
What about android version 2.2.2 and system Version.4.2.11.MB860.Retail.end.FR
Build: OLYEM_ U4_2.1.1
IT'S bell phone atrix 4g unlocked and running on Rogers
In just afraid of ruining it,, I've bricked a vibrant by just updating it from Samsung utility which is weird.
Thanks
Sent from my HTC-A510a using xda premium
timfoote said:
Maybe i spoke to soon...I just noticed it has reset to factory defaults. Not a big deal as I already backed everything up but i certainly wasn't expecting it!
Click to expand...
Click to collapse
you would have expected this if you had informed yourself as you should, before performing this kind of procedure on your phone.
Worked perfectly for me. My phone wouldnt complete the flash, so I went into CMD and unlocked it.
I've been trying to do this before, and many failed attempts.
So thank you.
worked
Fantastic summary.
Worked like a charm.
Bell Atrix with retail updates.
Thanks a million!
...Damnit, still can't remove Kobo; wtf!
Super guide
Thanks for the very clear instructions. Worked first time. The one thing that always seemed ambiguous to me was the memory fix. Do we need to apply it?
xeidy said:
What about android version 2.2.2 and system Version.4.2.11.MB860.Retail.end.FR
Build: OLYEM_ U4_2.1.1
IT'S bell phone atrix 4g unlocked and running on Rogers
In just afraid of ruining it,, I've bricked a vibrant by just updating it from Samsung utility which is weird.
Thanks
Sent from my HTC-A510a using xda premium
Click to expand...
Click to collapse
I also have an unlocked bell atrix 4g on rogers. If you dont have 2.3.4 you would have to update your phone with the bell original software. It wont take away your unlock as unlocks are permanent. after you upgrade follow this guide to unlock the Bootloader and feel free to use custom roms!
nabicat said:
Thanks for the very clear instructions. Worked first time. The one thing that always seemed ambiguous to me was the memory fix. Do we need to apply it?
Click to expand...
Click to collapse
well after I unlocked my bootloader I installed romracers CWM and DarkSide v2.1 to my phone. No issues with ram so far. I dont know if you intend on installing customs ( I assume so because what other reason would you have to unlock the bootloader? lol) but after the install my ram readouts seemed correct
Yes, you're correct. I checked available memory and its over 800 mb, so the fix must be in there.
Cheers
Working very well with Bell Atrix.
Thanks for big help.
Wondering if this instruction works with Hong Kong's ME860 2.3.4 also?
I'd love to try this!
MrJcc said:
Wondering if this instruction works with Hong Kong's ME860 2.3.4 also?
I'd love to try this!
Click to expand...
Click to collapse
I'm not sure if it works with hong kong version. If you check the link that I posted, it leads to a thread on here called international house of pudding. in that thread at the beginning it says that " China version ??: DANGER: Brick after OTA 2.2.2" So you would definitely have to ask someone around the forums or search to see if somebody has done it successfully
It is possible to remove the unlocked during the boot?
Sent from my MB860 using XDA App

is this normal for a bootloader ?

So my name is kinda weird. Sometimes glgps persists ans drains the battery. And I can't get into recovery. Here's a pic of my recovery. It seems like fields aren't filled in. (obviously i hid my serial) What gives?
thats normal, looks exactly like the ones I had, to get into recovery you have to hook up to usb
Your bootloader is still locked. You need to unlock to get into recovery.
Edit: Oops, my bad. You don't need to be unlocked to access recovery apparently.
animal24 said:
So my name is kinda weird. Sometimes glgps persists ans drains the battery. And I can't get into recovery. Here's a pic of my recovery. It seems like fields aren't filled in. (obviously i hid my serial) What gives?
Click to expand...
Click to collapse
It is a pic for your Bootloader (Fastboot Mode). Using Volume Up/Down, you can select wether boot the device, or reboot into recovery. When you selected what you want, press Power.
Also, yes the product name is fine : Grouper is the product name of Nexus 7.
first you need unlock
Sent from my XT615 using Tapatalk 2
Sorry mods. Please move this to q&a.
Thanks to the replies. You have to have USB to get into recovery? No other android device I've ever had , besides the Xoom needed that. You just selected recovery mode from boot loader. All well. I guess all are different.
monkichi1987 said:
first you need unlock
Sent from my XT615 using Tapatalk 2
Click to expand...
Click to collapse
Why? You dont need to be unlocked to access to recovery.
animal24 said:
Sorry mods. Please move this to q&a.
Thanks to the replies. You have to have USB to get into recovery? No other android device I've ever had , besides the Xoom needed that. You just selected recovery mode from boot loader. All well. I guess all are different.
Click to expand...
Click to collapse
Plug into usb and use the volume buttons to select reboot recovery then power .. when the android with the red triangle comes up you hit power+vol up and the options come up, I'm talking about stock recovery not CWM pretty sure I read people couldnt get into recovery without it plugged up but I couldve remembered wrong
jamesst20 said:
Using Volume Up/Down, you can select wether boot the device, or reboot into recovery. When you selected what you want, press Power.
Click to expand...
Click to collapse
Cept mine doesn't. When I select recovery mode it hangs at INI (white Google on a black background)
If you think the recovery is borked and want to reflash it , download the factory image from here, extract recovery.img from the image and put it in your platform-tools folder on your PC in ADB and once you are in bootloader from cmd prompt type
fastboot erase recovery
fastboot flash recovery recovery.img
fastboot reboot-bootloader
that is how I go back and forth between CWM and stock
animal24 said:
Cept mine doesn't. When I select recovery mode it hangs at INI (white Google on a black background)
Click to expand...
Click to collapse
Plug it into a computer and then go into recovery using the power and volume buttons.
Sent from my Nexus 7 using Tapatalk 2
Guys,
@animal gets stuck on google logo, that means the system is also broken..
You got to flash back the whole stock rom.
Sent from my Nexus 7 using Tapatalk
Do yourself a favor and download the Nexus 7 Toolkit from the Development section - it's allows you to do anything you need to via nice, easy to use menus (including downloading and reverting back to stock Google ROM). It's a *great* tool for the Nexus 7.
Sent from my ASUS Transformer Pad TF700T using Tapatalk 2

[Q] Bricked my nexus 10! [Solved]

Please I really need some help! I think I've totally killed my nexus 10
I can get to fast boot but cannot flash anything. As soon as I try and say flash TWRP I get "FASTBOOT STATUS - DATA005fe000".
I've tried using the stock firmware and using flash-all.bat but get the same issue. The erase commands work, but then command to flash the boot loader gets the same issue.
I'm hoping I'm going to get flamed for not searching, 'cause that means I've missed something, but I've tried to search to no avail.
PLEASE HELP!!!!
kipperfish said:
Please I really need some help! I think I've totally killed my nexus 10
I can get to fast boot but cannot flash anything. As soon as I try and say flash TWRP I get "FASTBOOT STATUS - DATA005fe000".
I've tried using the stock firmware and using flash-all.bat but get the same issue. The erase commands work, but then command to flash the boot loader gets the same issue.
I'm hoping I'm going to get flamed for not searching, 'cause that means I've missed something, but I've tried to search to no avail.
PLEASE HELP!!!!
Click to expand...
Click to collapse
How did you got to that "state"? You should try using WugFresh toolkit.
lKBZl said:
How did you got to that "state"? You should try using WugFresh toolkit.
Click to expand...
Click to collapse
That's how I got into this mess! I tried to unlock and then root my tablet.
It rebooted and wouldn't pass the nexus X logo.
Now I can't flash anything.
In the Nexus Root Toolkit it says that if all goes wrong try Odin.
I've downloaded a version (I'm familiar with it from my Galaxy S), and got the drivers working... does anyone know where I can download the tar files?
kipperfish said:
That's how I got into this mess! I tried to unlock and then root my tablet.
It rebooted and wouldn't pass the nexus X logo.
Now I can't flash anything.
Click to expand...
Click to collapse
Did you get a chance to do the first twrp factory data reset? If not you may be able to boot into recovery mode and try a manual factory reset..
If your tablet is on, power it off.
Press and hold Volume Up + Volume Down + Power until the device powers on. You should see an image of an Android lying on its back.
Press Volume Down twice, until the screen says "Recovery mode."
Press Power to restart into "Recovery mode." You should see an image of an Android with a Red triangle after a few minutes.
While holding down Power, tap Volume Up
Use the volume keys to scroll to "wipe data/factory reset" and press Power to select it
Scroll down to "Yes - erase all user data" and press Power to select it
for some reason with wugfresh the first twrp factory reset failed on 2 out of 3 tests. I had do just do the manual factory reset above and all was well. Good luck! :good:
midgetzombiekiller said:
Did you get a chance to do the first twrp factory data reset? If not you may be able to boot into recovery mode and try a manual factory reset..
If your tablet is on, power it off.
Press and hold Volume Up + Volume Down + Power until the device powers on. You should see an image of an Android lying on its back.
Press Volume Down twice, until the screen says "Recovery mode."
Press Power to restart into "Recovery mode." You should see an image of an Android with a Red triangle after a few minutes.
While holding down Power, tap Volume Up
Use the volume keys to scroll to "wipe data/factory reset" and press Power to select it
Scroll down to "Yes - erase all user data" and press Power to select it
for some reason with wugfresh the first twrp factory reset failed on 2 out of 3 tests. I had do just do the manual factory reset above and all was well. Good luck! :good:
Click to expand...
Click to collapse
+1, exactly what I was thinking, you have to do a wipe data after unlocking in some cases.
Press and hold Volume Up + Volume Down + Power until the device powers on. You should see an image of an Android lying on its back.
Click to expand...
Click to collapse
Yes
Press Volume Down twice, until the screen says "Recovery mode.
Click to expand...
Click to collapse
Yes
Press Power to restart into "Recovery mode." You should see an image of an Android with a Red triangle after a few minutes.
Click to expand...
Click to collapse
I just get a black screen
While holding down Power, tap Volume Up
Use the volume keys to scroll to "wipe data/factory reset" and press Power to select it
Scroll down to "Yes - erase all user data" and press Power to select it
Click to expand...
Click to collapse
By using 4.2.0 (rather than 4.2.2) and trying the flash stock and unroot option I can now install CWM or TWRP as a boot loader.
I installed CWM and did a factory reset, then retried the above. This got the data error when installing system and then when finished got a file veririfcation error in the fastboot status. When I reboot I just get the Google logo and the unlock at the bottom.
kipperfish said:
Yes
Yes
I just get a black screen
By using 4.2.0 (rather than 4.2.2) and trying the flash stock and unroot option I can now install CWM or TWRP as a boot loader.
I installed CWM and did a factory reset, then retried the above. This got the data error when installing system and then when finished got a file veririfcation error in the fastboot status. When I reboot I just get the Google logo and the unlock at the bottom.
Click to expand...
Click to collapse
Wow i haven't had my n10 long enough to help you much more. Sounds like you might have some corrupt files from wugrfresh download/install? Maybe download from another mirror and try again? good luck !!!! Keep me posted!
Re: [Q] Bricked my nexus 10!
Not to be rude or anything but toolkits are the devil when it comes to Nexus devices. They are so easy to root and ROM that anyone can do it. Toolkits encourage ignorance to what and how things are getting done.
For starters go Google the fastboot files for the Nexus 10. Google Fastboot.exe and add it to your system folder on windows if you are using such.
Extract the downloaded "manta....." File and then extract the zip file contained.
From here make sure you are in your boot loader and type "fastboot devices" ensure your serial shows.
Then one by one go into the extracted folder and erase then flash each partition EXCEPT the bootloader. Don't mess with that at this point. After flashing the recovery, system, boot and data files reboot into the recovery and perform a factory reset. It should boot from this point.
On Manta, you MUST do a factory reset after flashing the data partition or unlocking the device. For some reason it fails to boot without performing that step.
Sent from my Nexus 10 using Tapatalk HD
altimax98 said:
Not to be rude or anything but toolkits are the devil when it comes to Nexus devices. They are so easy to root and ROM that anyone can do it. Toolkits encourage ignorance to what and how things are getting done.
For starters go Google the fastboot files for the Nexus 10. Google Fastboot.exe and add it to your system folder on windows if you are using such.
Extract the downloaded "manta....." File and then extract the zip file contained.
From here make sure you are in your boot loader and type "fastboot devices" ensure your serial shows.
Then one by one go into the extracted folder and erase then flash each partition EXCEPT the bootloader. Don't mess with that at this point. After flashing the recovery, system, boot and data files reboot into the recovery and perform a factory reset. It should boot from this point.
On Manta, you MUST do a factory reset after flashing the data partition or unlocking the device. For some reason it fails to boot without performing that step.
Sent from my Nexus 10 using Tapatalk HD
Click to expand...
Click to collapse
Yeah after my experience with toolkits I have leaned that the google sdk fastboot is the best method and you also learn the fastboot/adb commands and what's actually happening step by step.
midgetzombiekiller said:
Wow i haven't had my n10 long enough to help you much more. Sounds like you might have some corrupt files from wugrfresh download/install? Maybe download from another mirror and try again? good luck !!!! Keep me posted!
Click to expand...
Click to collapse
Ok, given all the feedback, especially with regards to corrupt items, I dug out an old laptop and was still getting the same problems, re-downloaded the 4.2.2 image and tried again.... and was more patient this time, and voila! back up and running!
Thanks to everyone who replied, I would not have persevered without your comments.
Lessons learned:
1) On Manta, you MUST do a factory reset after flashing the data partition or unlocking the device. For some reason it fails to boot without performing that step.
2) For me the downloads seem to have been unreliable, try, re-try, cry, weep, try again, punch the desk until your knuckles bleed, try some more and eventually you'll get there!
3) Be VERY patient. I was less patient than my normal impatient self when I saw how super lightning fast the N10 is.
Thanks again to everyone.
kipperfish said:
Ok, given all the feedback, especially with regards to corrupt items, I dug out an old laptop and was still getting the same problems, re-downloaded the 4.2.2 image and tried again.... and was more patient this time, and voila! back up and running!
Thanks to everyone who replied, I would not have persevered without your comments.
Lessons learned:
1) On Manta, you MUST do a factory reset after flashing the data partition or unlocking the device. For some reason it fails to boot without performing that step.
2) For me the downloads seem to have been unreliable, try, re-try, cry, weep, try again, punch the desk until your knuckles bleed, try some more and eventually you'll get there!
3) Be VERY patient. I was less patient than my normal impatient self when I saw how super lightning fast the N10 is.
Thanks again to everyone.
Click to expand...
Click to collapse
Glad to hear it worked out. I found out that wipe step the hard way.
Use the MD5 to verify your downloads if you have any doubts, i personally haven't had any failures
Sweet!
Sent from my Nexus 10 using xda premium

[Q] Nexus 7 stuck

Hi,
my Nexus 7 (2013) is stuck on Google screen...
a few days ago I downloaded a lot of movies via utorrent, and utorrent kept crashing. So i forced stop, removed the app, reinstalled it from google play and continued.
My nexys then suddenly freezed for about 1-2mins before i shut it down via the power buttom, and since then it wont start...I've tried almost everything.
The device is stuck on Google screen. I've tried to boot it through the bootloader, recovery mode etc, but it's still stuck on the google screen. downloaded the nexus root toolkit to unlock my device, but it keeps tellin me i've to enable USB debugging. which I can't since my device won't start.
I've downloaded the SkipSoft Android tookit, but not too familiar with the tookit so haven't really tried anything yet (also not sure which android version i'm running)..
Is there ANYTHING i can do?
EDIT: tried using skipsoft android tookit to unlock bootloader, but when coming to the stage where i've to chose yes or no, the device get stuck and the power button does not respond => I can't chose Yes..
EDIT: So I've tried a few things but nothing seems to work..
downloaded a new adb+fastboot directory from another thread. Fastboot commands seems to work, but when i try and erase boot/cache etc the cmd does nothing...had this line for about 10min:
erasing 'boot'..
nothing happens.. when i unplug my device an error message shows (too many links).
so, fastboot won't erase my boot nor my cache, so i tried to fastboot flash bootloader bootloader.img, and it says my bootloader is locked.
fastboot oem lock --> bootloader is alrdy locked
fastboot oem unlock --> stuck at "YES", just as i was when trying with different toolkits.
fastboot -w update image-razor --> Error, failed to load 'img-razor'
soo i'm getting kinda desperate here...
remeber, this was all from a stock rom, no root, no custom rom, just from a freeze when dl movies from utorrent...
i have been stuck like that before. get into to the bootloader screen from where its hung at the google splash screen. once there you can fastboot a factory image.
from the google screen:
1. hold volume up, volume down and power until you get to the screen with the android and its belly open
2. connect to pc
3. download factory image from HERE
4. unzip the tar file you just downloaded and place the contents in your platform-tools folder
5. double click the file named flash-all.bat
6. wait for it to finish and it should boot up just fine.
jase33 said:
from the google screen:
1. hold volume up, volume down and power until you get to the screen with the android and its belly open
.
Click to expand...
Click to collapse
say what? Hold vol.up, vol.down and power until i get to bootloader?
when i press vol up, vold down, and power, holding them all in together from the google screen the device shuts down..
Do you have a youtube tutorial gudie or something?
EDIT:
Also, I've never rooted or done anythign with this tablet except downloading a few apps etc...this crash happened when downloading from utorrent...
The key combination is to be used from being powered off.
Fuzzra said:
The key combination is to be used from being powered off.
Click to expand...
Click to collapse
Yeah, and from what i can read it also needs an unlocked bootloader, which i don't have..
just keep holding the keys down. it will shut down. keep holding it will try to boot back up and take you to the bootloader screen. you do not need an unlocked boot loader. all my nexus devices have locked bootloaders, are rooted and run custom roms.
jase33 said:
just keep holding the keys down. it will shut down. keep holding it will try to boot back up and take you to the bootloader screen. you do not need an unlocked boot loader. all my nexus devices have locked bootloaders, are rooted and run custom roms.
Click to expand...
Click to collapse
shuts down, then nothing... tried holding it down for about a minute.
skampflens said:
shuts down, then nothing... tried holding it down for about a minute.
Click to expand...
Click to collapse
like this
jase33 said:
just keep holding the keys down. it will shut down. keep holding it will try to boot back up and take you to the bootloader screen. you do not need an unlocked boot loader. all my nexus devices have locked bootloaders, are rooted and run custom roms.
Click to expand...
Click to collapse
also, should add that i tried to unlock oem via the cmd, tried to flash boot.img but nothing..
when typing fastboot oem unlock, it got stuck at "Yes" when trying to unlock bootloader, and when typing flash boot, it said error, cannot flash boot.img..
AND i'm not running a custom rom, just the standard stock rom
one step at at a time. lets get you to the bootloader screen first. all good things happen from there.
jase33 said:
one step at at a time. lets get you to the bootloader screen first. all good things happen from there.
Click to expand...
Click to collapse
uploading a video....
only way i can access fastboot is via volume down and powerbutton..and that's when the device is shut down
<iframe width="560" height="315" src="//www.youtube.com/embed/SRfrjR9Y8fI" frameborder="0" allowfullscreen></iframe>
OK. but you can get there. yes?
jase33 said:
OK. but you can get there. yes?
Click to expand...
Click to collapse
Yes, I can access bootloader (fastboot mode).
tho i don't know which version i'm running..
it's either 4.4.2 (KOT49H) or 4.4 (KRT16S).
however, when running flash-all it says "fastboot is not recognized as an internal or external command"
http://www.youtube.com/watch?v=SRfrjR9Y8fI&feature=youtu.be
dont worry about version. it does not matter. lets focus on your connection to the device. do you have ADB setup on your pc? if you dont, go to THIS thread and get minimal ADB & fatboot from shimp208. install it and run it.
jase33 said:
dont worry about version. it does not matter. lets focus on your connection to the device. do you have ADB setup on your pc?
Click to expand...
Click to collapse
Yeah, at least i think so.. downloaded the adb bundle pack..
plug in your device and type "fastboot devices". tell me if you see a serial number display
jase33 said:
plug in your device and type "fastboot devices". tell me if you see a serial number display
Click to expand...
Click to collapse
nope, it says "fastboot" is not recognized as an internal or external command, oparable program or batch file.
http://www.youtube.com/watch?v=RLjLdHxuENg&feature=youtu.be
ok. you dont have fastboot. go and install Minimal ADB and Fastboot
jase33 said:
ok. you dont have fastboot. go and install Minimal ADB and Fastboot
Click to expand...
Click to collapse
serial nr does show!
great! have you downloaded the factory image for your device yet? get it HERE if you have not. make sure you get the right one. if your device is wifi only select that one, if it had mobile data and a sim card get the one for mobile..

Categories

Resources