Related
so you've just gotten a cheap hero on Ebay or finally got an available upgrade on your account. you've probably played around with the hero for a little while, maybe installed a few apps, learned how to use the keyboard and probably snapped a few pictures. you've put a few customizations into the phone, like your ringtone and the city where you want your weather forecast for. you've linked your facebook friends and contacts. you've found a cool new background. and after looking through the market's categories, there aren't too many super-engaging apps to try out.
you've heard about rooting your phone and want to try this out. How do you do this? well you searched the web (good job! search here too ^^ upper right corner!) or posted on yahoo! answers (come on...) and found that forum.XDA-developers.com is ground zero for all things mobile hacking. you've managed to find the cdma hero section and now here you are, confronted with a barrage of topics, mostly about things that might as well be written in martian.
Hi! welcome to the forums. feel free to introduce yourself here and ask ANY questions that you might have (AFTER SEARCH OF COURSE).
Here is a quick glossary for those who are just coming into the hacking scene
ROOT: the act of running commands with FULL administrator access and control. this means you are not held back by software controls from seriously messing things up. With that said, if you read carefully EVERY TIME before you flash updates, you should be just fine
NANDROID: a complete backup of the data on your phone, complete with contacts, messages and all installed apps.
ADB: Command-line tool used to access your phone. Need the Android SDK installed in order to use this tool
ROM: the phone's specific coding, comprised of the following: underlying operating system (framework, kernel, etc), applications for phone and messages and stuff, the bootscreen, the toolbars and launcher, and even more specific things like the font used on the phone and the icons for the apps on your screen.
RECOVERY IMAGE: used to flash updates, run nandroid backups, wipe the phone's internal memory, etc. Accessed by holding the home button (when phone is off) and then tapping the end (power) button. The stock recovery image is a triangle with and exclamation mark in it. In order to flash custom ROMs you must load a new recovery image. Most rooting guides on the forum include instructions on how to do this.
ROSIE.apk: the stock (black) toolbars and general sense UI included with the stock rom.
That's all for now, I'm not running on very much sleep right now so if I made any typos point em out and also come up with more glossary terms to define that you personally wondered about when you first took the plunge of rooting
again. I would like to extend a warm welcome to all the new members joining us here in CDMA hero-land. we look forward to the day where you'll know enough to start to teach us things
I have read that it's possible to use google books on the NST (or NTG) but i can't find it in the market place. and every time i try and side load the apk i get INSTALL_FAILED_OLDER_SDK. I downloaded google play books 2.3.5 apk which is supposably built for 2.1. I thought the NST/NTG was on 2.1 (or is it 2.2?) so im curious why this doesn't work... anyone care to comment?
If i just have the wrong version please let me know the correct version to use.
You can try apktool-ing the apk and see what version it specs in AndroidManifest.xml.
You could modify the version and see if it crashes.
We're running Eclair, 2.1, API level 7 on the Nook Touch.
Any luck OP?
EDIT:
Tried this one: http://www.iapktop.com/google-play-books-2-4-3.html since it said compatible with 2.1, but I had no luck.
Then I tried this one: http://www.iapktop.com/google-books-1-4-5.html and it looks to be working! I saw my library in the window and I have it downloading one of my books now for reading to test.
EDIT2: AAaaaaand... works. Perfectly I might add. The only thing that doesn't work is the side buttons don't switch pages. I think because they are bound to PAGE_NEXT or something. Changing them to Right and Left arrow should do it.
EDIT3: Yep. A quick change to the keylayout lets me page with the right hand buttons. It does break the ability to page in the stock reading app though with those buttons. For now I'm leaving it with paging in Google books with right side buttons and paging in Nook with left side buttons. I'll probably go all in later.
What I did was edit /system/usr/keylayout/TWL4030_Keypad.kl and switch RIGHT_NEXTPAGE to DPAD_RIGHT and then switched RIGHT_PREVPAGE to DPAD_LEFT.
Hopefully that makes sense. If not I can probably make it easier for you by pulling the file itself, but I figure I'd try to "teach a man to fish."
Dynamic button remapping; getting rid of page-turn animation
(Interested lurker speaking. I don't have a NST, but a rooted Sony PRS-T1, which is similar, but running Android 2.2. Please take what I say with a grain of salt.)
The latest version of Google Play Books that does not require 3D hardware (for its carousel view and its page-turn animation) and that is available for older Android versions appears to be version 1.5.4.
I'm using that version on the PRS-T1, but was annoyed by its flickering slide animation when turning pages. If you're comfortable with the Android SDK and apktool, here's a hack I did to remove that animation:
mobileread.com/forums/showthread.php?t=187741
The problem of different Left/Right key bindings for different apps plagues the PRS-T1 as well. This led me to look for a solution to remap these buttons dynamically, depending on which app was currently running in the foreground. Here's my hack for the PRS-T1, which a semi-experienced developer could port over to the NST. I'd be happy to accept patches.
mobileread.com/forums/showthread.php?t=187054
github.com/altruizine/pgdn
(Sorry for not posting direct links – I'm not allowed to post links yet.)
altruizine said:
(Interested lurker speaking. I don't have a NST, but a rooted Sony PRS-T1, which is similar, but running Android 2.2. Please take what I say with a grain of salt.)
The latest version of Google Play Books that does not require 3D hardware (for its carousel view and it page-turn animation) and that it available for older Android versions appears to be version 1.5.4.
I'm using that version on the PRS-T1, but was annoyed by its flickering slide animation when turning pages. If you're comfortable with the Android SDK and apktool, here's a hack I did to remove that animation:
mobileread.com/forums/showthread.php?t=187741
The problem of different Left/Right key bindings for different apps plagues the PRS-T1 as well. This led me to look for a solution to remap these buttons dynamically, depending on which app was currently running in the foreground. Here's my hack for the PRS-T1, which a semi-experienced developer could port over to the NST. I'd be happy to accept patches.
mobileread.com/forums/showthread.php?t=187054
github.com/altruizine/pgdn
(Sorry for not posting direct links – I'm not allowed to post links yet.)
Click to expand...
Click to collapse
That's awesome! I only just got this device last night so haven't got too far into hacking it, but I have plenty of other Android experience. I'll see if I can replicate.
Sent from my HTC One S using xda premium
So close!
ViViDboarder said:
Then I tried this one: .iapktop.com/google-books-1-4-5 and it looks to be working! I saw my library in the window and I have it downloading one of my books now for reading to test.
EDIT2: AAaaaaand... works. Perfectly I might add. The only thing that doesn't work is the side buttons don't switch pages. I think because they are bound to PAGE_NEXT or something. Changing them to Right and Left arrow should do it.
Click to expand...
Click to collapse
Thank you so much for posting this!
I installed the1-4-5 apk without incident and all my books synced beautifully, including where I left off in them. I was pretty sure I was home free at this point but I've found that the actual content of the books never loads. I get the spinning loading icon off into infinity.
This is the way for all my books. Looks for all the world like it should work fine but just never loads the actual content.
I've tried a system reboot, scanning around between pages, fussing with text size/line spacing and same outcome.
I tried the 2-4-3 apk and got a parsing error when i tried to open the package.
This is so close I can taste it. Any ideas anyone?
Thank you
Update:
I found that if I toggled on "Original pages" in the book options the content would load. After I did that once I could switch back to "flowing text" and adjust as needed.
Update 2:
I still intermittently have issues with book content loading. Probably once per day the loading icon displays indefinitely. The flowing text/original pages workaround I listed before was likely a flook, I haven't been able to find a way to reliably get around this problem. It's terribly annoying.
Update 3:
I tried using the refresh option on the library view prior to loading my book this time and it popped up immediately afterward. I'll continue to experiment with this to see if it works consistently.
Update 4:
That's unreliable as well. There doesn't seem to be any good way to prompt my book to actually load the content of the book. Super annoying.
Version 1.0.16
jorgenric said:
Thank you so much for posting this!
I installed the1-4-5 apk without incident and all my books synced beautifully, including where I left off in them. I was pretty sure I was home free at this point but I've found that the actual content of the books never loads. I get the spinning loading icon off into infinity.
This is the way for all my books. Looks for all the world like it should work fine but just never loads the actual content.
I've tried a system reboot, scanning around between pages, fussing with text size/line spacing and same outcome.
I tried the 2-4-3 apk and got a parsing error when i tried to open the package.
This is so close I can taste it. Any ideas anyone?
Thank you
Update:
I found that if I toggled on "Original pages" in the book options the content would load. After I did that once I could switch back to "flowing text" and adjust as needed.
Update 2:
I still intermittently have issues with book content loading. Probably once per day the loading icon displays indefinitely. The flowing text/original pages workaround I listed before was likely a flook, I haven't been able to find a way to reliably get around this problem. It's terribly annoying.
Update 3:
I tried using the refresh option on the library view prior to loading my book this time and it popped up immediately afterward. I'll continue to experiment with this to see if it works consistently.
Update 4:
That's unreliable as well. There doesn't seem to be any good way to prompt my book to actually load the content of the book. Super annoying.
Click to expand...
Click to collapse
Here is an older version that I found somewhere on the web. It is version 1.0.16...I installed it and it seems to work excellently so far. The bug where version 1.5.4 often never loads the book doesn't seem to be present. :cyclops:
finitary said:
Here is an older version that I found somewhere on the web. It is version 1.0.16...I installed it and it seems to work excellently so far. The bug where version 1.5.4 often never loads the book doesn't seem to be present. :cyclops:
Click to expand...
Click to collapse
I may have to give this a shot. I am frequently annoyed with this bug. Thankfully the books I'm reading actually fit perfectly on the screen when viewing the scanned versions.
Just wanted to bump and see if you're still getting good results with that version of Google Books. I haven't switched yet (started reading something on Kindle) but I'm about to start a new book on Google Play.
Seems to work!
finitary said:
Here is an older version that I found somewhere on the web. It is version 1.0.16...I installed it and it seems to work excellently so far. The bug where version 1.5.4 often never loads the book doesn't seem to be present. :cyclops:
Click to expand...
Click to collapse
I just loaded up the 1.0.16 version and the book loaded right up where as 10 minutes ago it stubbornly refused. I'm not going to get my hopes up yet but I'll try and remember to give an update after some more use. Thanks for the post!
goodereader.com has version 1.5.2 for download. Worth a try.
Success!
jorgenric said:
I just loaded up the 1.0.16 version and the book loaded right up where as 10 minutes ago it stubbornly refused. I'm not going to get my hopes up yet but I'll try and remember to give an update after some more use. Thanks for the post!
Click to expand...
Click to collapse
Seems to be working consistently with this version of reader.
jorgenric said:
Seems to be working consistently with this version of reader.
Click to expand...
Click to collapse
Awesome! Thanks for the update.
Finally got around to rooting my Nook Touch, as I wanted to utilize the syncing feature of Google Play Books. They now let you upload your own epub files to your library, and I have been reading mainly on my phone or Nexus 7 as a result.
Unfortunately it looks like the 1.0.16 version does not support user uploaded books. All of my purchased books appear, but none of the many I uploaded. 1.5.2 and 1.5.4 both have the book not loading issue.
Anyone have any thoughts or other versions to try? Would love to get this working.
urinsane said:
Finally got around to rooting my Nook Touch, as I wanted to utilize the syncing feature of Google Play Books. They now let you upload your own epub files to your library, and I have been reading mainly on my phone or Nexus 7 as a result.
Unfortunately it looks like the 1.0.16 version does not support user uploaded books. All of my purchased books appear, but none of the many I uploaded. 1.5.2 and 1.5.4 both have the book not loading issue.
Anyone have any thoughts or other versions to try? Would love to get this working.
Click to expand...
Click to collapse
I'm in the same boat. I can see my uploaded library in play but it's not loading the book. I think it has loaded the book but it's not ending the load part of the function. Just guessing.
Hope we can get this worked out.. This would help me tremendously being able to read on the N2T and sync across my computer and Nexus.
*update For some strange reason this started working for about a minute. Book I'm reading synced right to the exact page. Exited and went back in to see if it would still work and it went back to the looping circle page. It's so close I can taste it.
*update Managed to get 1.5.2 working but only in offline mode only. I've noticed the more pages the book has the slower it is to load, but it's loading none the less 9/10 times. Progress, so it is possible to get this working.
ForSquirel said:
I'm in the same boat. I can see my uploaded library in play but it's not loading the book. I think it has loaded the book but it's not ending the load part of the function. Just guessing.
Hope we can get this worked out.. This would help me tremendously being able to read on the N2T and sync across my computer and Nexus.
*update For some strange reason this started working for about a minute. Book I'm reading synced right to the exact page. Exited and went back in to see if it would still work and it went back to the looping circle page. It's so close I can taste it.
*update Managed to get 1.5.2 working but only in offline mode only. I've noticed the more pages the book has the slower it is to load, but it's loading none the less 9/10 times. Progress, so it is possible to get this working.
Click to expand...
Click to collapse
I'm not really sure what version I am using now but it loaded once on my NST. However, the next time I tried loading a book it took forever to load (and I eventually closed the app). It might have to do with memory... Who knows... The funny thing is that once it has loaded the book it works like a charm. Really fast (I would say as fast as the native app). The only thing that don't work are the hardware buttons but it was quite expectable.
enekomh said:
I'm not really sure what version I am using now but it loaded once on my NST. However, the next time I tried loading a book it took forever to load (and I eventually closed the app). It might have to do with memory... Who knows... The funny thing is that once it has loaded the book it works like a charm. Really fast (I would say as fast as the native app). The only thing that don't work are the hardware buttons but it was quite expectable.
Click to expand...
Click to collapse
Any updates? Looks promising....
Here's a link to an old version that worked for me (I later uninstalled it,finding better sources for books).
nmyshkin said:
Here's a link to an old version that worked for me (I later uninstalled it,finding better sources for books).
Click to expand...
Click to collapse
Sorry meant the 1.5.2 or up version. I have uploaded books on Google Play that I hope to read.
I'm also searching for this solution. I have tried the older versions, but there doesn't seem to be a solution. Best I've got is installing an old Google Drive apk, and downloading from there. Box also works, but it's Drive for me.
I just have quick question, i just got my nook yesterday at got it updated to new firmware, i see the several rooting options for nook and im sure i can install any of them without probs what i was curious bout is stability of the different rooting problems with new 1.1.2 are they all pretty compatible to new firmware or is there select few, thanks for any help.
they are compatible. 1.1.2 has improvements on wifi issues, not much changes on the other things.
ok i got it rooted i cant seem to do anything on it the market says "a server error has occurred", opera mini wont even boot at all the scree just flashes for second and the other browser loads and shows internet but when you touch anywere to type it crashes back to main menu. Im tryin to figure what went wrong i followed the directions on TouchNooter 2.1.31.
also youtube wont reboot up screen just flashes. When i first did install it was working ok i got to my gmail account got it set up etc. is touchnooter just outdated and use a different method to root now instead?
ok i got it unrooted and back to original 1.1.2 format. Do i follow the instructions on that still or is there new way to root the nook? Im not best in rooting files but i can follow information posted. Can someone please direct me to most reliable working rooting method for nook 1.1.2? Also i was curious i never used android before all the pdf options you can get from market, is it even worth rooting nook if thats prime reason, most pdfs i have has alot of image heavy files or am i just better off leaving it unroot use adobe to rebuild them instead?
opera mini wont work, i couldnt make it work tho. try opera mobile. to solve market issue, you have to wait 1+ day.
search wont work even after then.
try to check gmails after root, if it works then its ok. dont wory about youtube, since you wont watch any video there.
you can use multitouch + norefresh hack + ezpdf reader after root, that is perfect for pdfs that contains images and such.
check it out: watch?v=6pBPsyno5PY
ok i used minimaltouch this time got it rooted and working having some bugs not sure how to fix it, i know reg msrket you cant search in it so i use the search market app when i try to click on a app to download in search app it flashes attempts to go to next page were download is but fails and goes back to list of search. also the my apps button does same thing it goes back to previous screen in act of will. I also like to access the regular home to get to my reg nook books in my library but when i do it goes on its own accord back to android home, could osmeone help me with those minor bugs?
heres more detailed list on whats going on hopefully somoene will have idea whats wrong so i can fix it than reroot for third time. when you hit the N button and select home it goes to nook home for split second then instantly goes back to android home, when you hit library it goes to library but constantly refreshes non stop you cant select any menus or no ebooks show up in list so you have to rego back to android home. i installed search market for while i was able to download off android market, but now after i do search in searchmarket and select "file1" it does same as home button it goes to next page with download link for split second then it instantly goes back to list of search results. and in regular market when you hit "my apps" it does same thing again it goes to your list of downloaded files for split second and then goes right back to market main menu i cant go anywere no matter how many times i click it it keeps going back to previous menu non stop. gmail still works and syncs and i can access my pdf program i installed but i cant read any of my nook books cant do single thing on market cant go home or to library i also installed nook mobile it works just fine but everything else listed wont work, what could cause this glitch / bug, i followed directions to minimaltouch to letter and i didnt have single hitch during install all way through but now its like this. Is there anyway i can fix this or just keep rerooting 100 times till it finally works?
nevermind
I'm at wits end and am hoping someone here can help me. I recently bought a Nook Simple Touch (v 1.2.1), and tried to root it using this thread: http://forum.xda-developers.com/showthread.php?t=2040351.
Things seemed to go OK and I think I rooted it successfully, but I got frustrated because the amazon app store wasn't working and I couldn't figure out how to get google apps up and going. So I figured I'd restore it back to original state, do some more reading, and try to root it again when I had more knowledge. I was able to get it to the screen to do the factory restore (# 3 on this thread: http://nookdevs.com/Nook_Simple_Touch_restore_to_stock), but it is hung up on the start screen (the screen that says "nook by Barnes & Noble" with the dot moving across the five circles). It's been hung for over an hour.
I'm really frustrated - I've rooted phones before, and recently rooted a Nook HD+ with zero issues.
When I rooted it I thought I was making a backup by hitting the backup button before hitting the route, but I don't see any backup image on my SD card.
Any help would be greatly appreciated.
---------------------------
UPDATE:
ok, I am a huge fan of the Brontes but have never been so excited to see their faces as I am now! After a lot of frustration and cursing, but lots of persistence, I was able to successfully do the system restore, by doing #2 on this thread ((# 3 on this thread: http://nookdevs.com/Nook_Simple_Touch_restore_to_stock)). It appears that option #3 wasn't really working (I hit the home button twice per the instructions, but then it turned into a cycle of hell).
So now I will proceed more cautiously, first being certain I figure out how to make a backup...
Hiya Droid,
Getting the google maps and market etc working is a bit of a faff quite frankly but it does work!
Heres the instructions:
http://forum.xda-developers.com/showthread.php?t=2086582
Take your time and follow them step by step and you should be good to go.
Google Maps works great on the nook and is possibly the best app for it. The twitter app also works and it looked like the facebook app worked too (but it was huge!) Opera Mobile Classic is a really nice web browser to use with it, The opera mini that come pre-installed is a waste of time imho. Also UC Browser (with the squirrel) is the other web browser I recommend. I probably use it more than Opera Mobile Classic.
BTW if you are in the UK then the amazon appstore doesn't work and you can just uninstall it by doing a long press on the icon.
Hope you get it all working. I think the thing to do is just to take your time and not to get frustrated or worry when things go wrong. If you have a fresh nook then you have no data to lose anyway, and as you have found, there are a lot of ways to get you back to where you started!
Good Luck!
Freya
thank you FreyaBlack, I was able to figure it all out. Maybe my first download of nookmanager was faulty, the second time it worked like a charm. The market was a bit wonky but I think it just needed time to sync! Now I just have to figure out how dropbox works on this thing (I already use it on my desktop for audio files but need to figure out how to get those (audio files) NOT to sync on my NST.
MOSCOW DESIRE IS THE HERO OF ALL MANKIND!
Or at least my hero for helping me to salvage my bricked A500. Here's my story and the fix he gave me. I am a total NOOBIE, so I'll give it to you in noobie terms.
Background
Wanted to try a tablet for the first time and not invest a lot of money in case I hated it. So, I went to Craigslist and bought a used Acer Icononia A500 for $100 U.S. It worked great for about 90 days and I fell in love with it. Then, one day.... ACER LOGO only! It would only boot to the Acer Logo.
I tried to hard reset pin hole, I tried the Power Volume+ slide the orientation switch to reset - and I got NOTHING!
So, I went on Google - asked the question and ended up on this forum. (Which is probably HOW you ended up here also!)
Getting some help
When I first started reading about the fixes - I got all kinds of techno-babble. Words like "ECCUID" and others that I had no clue what they were talking about. So, I was totally confused and just asked in desperation "Can't I just pay someone to fix this thing?" That's when Moscow Desire came to my rescue.
He basically told me to "chill out" (very politely) and talked be through the two major possibilities - which I am describing in NOOBIE language with no promises that this really what he said - but it sounded like : A) Software glitch, causing motherboard to not fully launch the operating software or B) motherboard hard failure.
In the event, it was just software - he gave me the following "fix" to try. SO HERE IT IS!
The Fix!!
Here is what Moscow told me to ....
"For starters, lets do some simple stuff first. Following is a link to some ICS update files. There are 4 of them. I have already de-crypted them. Now, download each to a individual folder on your PC. You will see they are numbered. This is to keep them separate so you know which is which.
Now, choose one of them (really doesn't matter which one, but maybe start with the highest number first). Rename it to "update.zip" (make sure it is not "update.zip.zip" as this is a common mistake. If your PC doesn't show the .zip extension, just rename it to update)
Now, copy it to your external SD card. Power on your tablet holding Vol+ (or minus) and PWR. Continue pressing until you see text about installing the update in the upper left corner, then release. We'll see if it installs all the way. If after 15 minutes it doesn't (it may stop at about 25%), then PWR off, and rename and copy the next update file, and try that one. Might have to try all 4, so make sure your tab is fully charged.
If none of these install all the way, then life becomes a little more difficult......
Links to my server (large files 300+mb) (Note: these were live links - but because I don't have enough posts to post links, I replaced the "http" with SWV. You'll need to replace the SWV with http)
http://d-h.st/Zf8
http://d-h.st/2cm
http://d-h.st/gw8
http://d-h.st/KXI
Try that."
BUT WAIT - LET ME FILL YOU IN ON WHAT I DID - THAT MADE IT WORK FOR ME!
Do it this way!
1. When you go to the download sites - watch out - there are some "paid" spam downloaders there that want you to install a bunch of crap! Look for the plain, gray colored, download button. Don't click on any of the green or colored ones or you are screwed!
2. Once you do the downloads - you can expect to probably have to try each one - I did and it was the third one down (in the Windows File Explorer naming sequence). I can't tell you the name of which one, because I had to rename them as directed. I should have made a screen shot, but I didn't think of it.
3. RENAME THEM ON YOUR COMPUTER FIRST. This is what caused me so much initial trouble as I couldn't get the files to copy over to the SD card correctly. Now, you'll have to rename one, and if it doesn't work in a few moments, you'll have to rename it back to something else, and then try another one.
4. Format your SD card each time. I didn't want to risk having some residual files on my SD card - so I re-formatted it "quick format" each time BEFORE I copied the file over.
5. Copy the renamed file to your SD card and insert it in the A500 SD card slot.
6. Hold down the power button and the volume rocker (left or right side) - until you see wording start to appear on the top left side of the screen. Let go then and watch and see what happens.
7. The words told me it was erasing all data. Then it told me it was going to load the recovery icon.
8. It then loaded the green android robot! Note: Twice before it got to the robot and then the robot was on its side, layng down with an "i" icon on its belly. In other words, that recovery did NOT work. So, I started the process all over.
9. When it works - you will know it! The robot stays up and you can see a progress bar going across the bottom! Mine did not hang up, once it started to reload. Moscow did say it COULD hang up. So, read his instructions above.
AND THAT IS IT!
My tablet appears to be working fine now - I'll go start playing with it and downloading apps - but I think I am there!
Also, I am going to donate to Moscow Desire - because I would have PAID for this fix. You should do the same if it fixes yours.
My name is Steve Vance and I am thrilled to have been able to do this WITHOUT a ton of knowledge. The toughest thing you'll have to do is the "renaming" thing.
I hope it fixes your bricked A500 the way it fixed mine.
GOOD LUCK ALL AND THANKS MOSCOW DESIRE!
rainbow4 said:
GOOD LUCK ALL AND THANKS MOSCOW DESIRE!
Click to expand...
Click to collapse
You are most certainly welcome and big Thanks! Am glad it worked. Sometimes the easy way works, before pulling out the "big guns"
Now, last but not least. Get your CUID number and write it down in a safe place. You can find procedures (pretty simple) in the "Sticky Thread" in the Dev section near the top. You might need it one day.....
MD
Moscow Desire said:
You are most certainly welcome and big Thanks! Am glad it worked. Sometimes the easy way works, before pulling out the "big guns"
Now, last but not least. Get your CUID number and write it down in a safe place. You can find procedures (pretty simple) in the "Sticky Thread" in the Dev section near the top. You might need it one day.....
MD
Click to expand...
Click to collapse
Hi, the last file of the four does not seem to be available anymore, is there another link to it?
Thanks in advance, I will be trying this as soon as I can get that fourth file.
Sylgrant said:
Hi, the last file of the four does not seem to be available anymore, is there another link to it?
Thanks in advance, I will be trying this as soon as I can get that fourth file.
Click to expand...
Click to collapse
Something up with Dev Host as downloads fine for me
Try this;
41-124-01-update.zip - 412.86 MB
Moscow is the best!!!
Thank you thank you thank you Moscow. I can not believe this but my tablet works. I gave up a couple months ago after trying everything under the sun (obviously not quite). But every direction I read meant I needed working drivers and I tried everything and so many different computers trying to get a driver to work. I gave up before I snapped it in half from pure frustration. That was a few months ago. Today I read this post and I also thank the original poster for posting these easy directions. Everyone who is struggling with the same thing I was needs to try this first, not last.
I am quite skint at the moment but when my cheque comes I will try to set aside a bit for you. I was willing to pay someone too, but no one could fix it, so I didn't have to pay anything. Thank you so very much.
Sylgrant said:
Thank you thank you thank you Moscow. I can not believe this but my tablet works. I gave up a couple months ago after trying everything under the sun (obviously not quite). But every direction I read meant I needed working drivers and I tried everything and so many different computers trying to get a driver to work. I gave up before I snapped it in half from pure frustration. That was a few months ago. Today I read this post and I also thank the original poster for posting these easy directions. Everyone who is struggling with the same thing I was needs to try this first, not last.
I am quite skint at the moment but when my cheque comes I will try to set aside a bit for you. I was willing to pay someone too, but no one could fix it, so I didn't have to pay anything. Thank you so very much.
Click to expand...
Click to collapse
No Problem
Sometimes things can be easy, other times not. In this case it was the easy way.
Now.,.. get your UID number and write it down in a safe place. Next time might not be so lucky
Just wanted to bump this thread as I am still grateful to Moscow Desire
rainbow4 said:
MOSCOW DESIRE IS THE HERO OF ALL MANKIND!
Or at least my hero for helping me to salvage my bricked A500. Here's my story and the fix he gave me. I am a total NOOBIE, so I'll give it to you in noobie terms.
Background
Wanted to try a tablet for the first time and not invest a lot of money in case I hated it. So, I went to Craigslist and bought a used Acer Icononia A500 for $100 U.S. It worked great for about 90 days and I fell in love with it. Then, one day.... ACER LOGO only! It would only boot to the Acer Logo.
I tried to hard reset pin hole, I tried the Power Volume+ slide the orientation switch to reset - and I got NOTHING!
So, I went on Google - asked the question and ended up on this forum. (Which is probably HOW you ended up here also!)
Getting some help
When I first started reading about the fixes - I got all kinds of techno-babble. Words like "ECCUID" and others that I had no clue what they were talking about. So, I was totally confused and just asked in desperation "Can't I just pay someone to fix this thing?" That's when Moscow Desire came to my rescue.
He basically told me to "chill out" (very politely) and talked be through the two major possibilities - which I am describing in NOOBIE language with no promises that this really what he said - but it sounded like : A) Software glitch, causing motherboard to not fully launch the operating software or B) motherboard hard failure.
In the event, it was just software - he gave me the following "fix" to try. SO HERE IT IS!
The Fix!!
Here is what Moscow told me to ....
"For starters, lets do some simple stuff first. Following is a link to some ICS update files. There are 4 of them. I have already de-crypted them. Now, download each to a individual folder on your PC. You will see they are numbered. This is to keep them separate so you know which is which.
Now, choose one of them (really doesn't matter which one, but maybe start with the highest number first). Rename it to "update.zip" (make sure it is not "update.zip.zip" as this is a common mistake. If your PC doesn't show the .zip extension, just rename it to update)
Now, copy it to your external SD card. Power on your tablet holding Vol+ (or minus) and PWR. Continue pressing until you see text about installing the update in the upper left corner, then release. We'll see if it installs all the way. If after 15 minutes it doesn't (it may stop at about 25%), then PWR off, and rename and copy the next update file, and try that one. Might have to try all 4, so make sure your tab is fully charged.
If none of these install all the way, then life becomes a little more difficult......
Links to my server (large files 300+mb) (Note: these were live links - but because I don't have enough posts to post links, I replaced the "http" with SWV. You'll need to replace the SWV with http)
SWV://d-h.st/Zf8
SWV://d-h.st/2cm
SWV://d-h.st/gw8
SWV://d-h.st/KXI
Try that."
BUT WAIT - LET ME FILL YOU IN ON WHAT I DID - THAT MADE IT WORK FOR ME!
Do it this way!
1. When you go to the download sites - watch out - there are some "paid" spam downloaders there that want you to install a bunch of crap! Look for the plain, gray colored, download button. Don't click on any of the green or colored ones or you are screwed!
2. Once you do the downloads - you can expect to probably have to try each one - I did and it was the third one down (in the Windows File Explorer naming sequence). I can't tell you the name of which one, because I had to rename them as directed. I should have made a screen shot, but I didn't think of it.
3. RENAME THEM ON YOUR COMPUTER FIRST. This is what caused me so much initial trouble as I couldn't get the files to copy over to the SD card correctly. Now, you'll have to rename one, and if it doesn't work in a few moments, you'll have to rename it back to something else, and then try another one.
4. Format your SD card each time. I didn't want to risk having some residual files on my SD card - so I re-formatted it "quick format" each time BEFORE I copied the file over.
5. Copy the renamed file to your SD card and insert it in the A500 SD card slot.
6. Hold down the power button and the volume rocker (left or right side) - until you see wording start to appear on the top left side of the screen. Let go then and watch and see what happens.
7. The words told me it was erasing all data. Then it told me it was going to load the recovery icon.
8. It then loaded the green android robot! Note: Twice before it got to the robot and then the robot was on its side, layng down with an "i" icon on its belly. In other words, that recovery did NOT work. So, I started the process all over.
9. When it works - you will know it! The robot stays up and you can see a progress bar going across the bottom! Mine did not hang up, once it started to reload. Moscow did say it COULD hang up. So, read his instructions above.
AND THAT IS IT!
My tablet appears to be working fine now - I'll go start playing with it and downloading apps - but I think I am there!
Also, I am going to donate to Moscow Desire - because I would have PAID for this fix. You should do the same if it fixes yours.
My name is Steve Vance and I am thrilled to have been able to do this WITHOUT a ton of knowledge. The toughest thing you'll have to do is the "renaming" thing.
I hope it fixes your bricked A500 the way it fixed mine.
GOOD LUCK ALL AND THANKS MOSCOW DESIRE!
Click to expand...
Click to collapse
Just wanted to say thanks again - my tablet is still working (and I've acquired two more on the second hand market)
help on the download link for acer a500
Hi rainbow4,
i have been searching to find a way to fixed my acer a500 until i came a cross your tread. my problem is i could not download the file on the link you posted. is there anyway you could help me out please.
Looking forward to hear from you
rrusmin36
---------- Post added at 05:37 PM ---------- Previous post was at 04:45 PM ----------
Hi Moscow Desire,
i have been searching to find a way to fixed my acer a500 until i came a cross your tread. my problem is i could not download the file on the link you posted. is there anyway you could help me out please.
Looking forward to hear from you
rrusmin36
recovery verified failed no cpuid, 4 zip not work
Moscow Desire said:
You are most certainly welcome and big Thanks! Am glad it worked. Sometimes the easy way works, before pulling out the "big guns"
Now, last but not least. Get your CUID number and write it down in a safe place. You can find procedures (pretty simple) in the "Sticky Thread" in the Dev section near the top. You might need it one day.....
MD
Click to expand...
Click to collapse
Moscow. I have been reading so many threads and trying things out im going cu-cu.. but I tried the four zip files with no luck, and I have no cpuid. Just bought tablet yesterday for my boy, he was so happy. Just closed the internet by hitting home key, and bammm, just froze up. Waited and no responce so powered it off than on . Now just ACER LOGO, and a few times it went to the ANDROID LOGO. I know the a500 was rooted because of an app that checks it that I opened, and it said "rooted". Besides that I dont know anything else. But I tried the volume and power, seems like theres no recovery on this thing. Jus says, " Booting recovery kernal image. In red it says, Recovery verified failed. The magic words we all are familar with. without the cpuid and not being able to work with any of the 4 zip files, am I in the creek without a paddle. Can you resurrect this with a magic trick you have up your sleeve. If anyone can, I thought it would be you, rather pay someone on here than ACER.
Once more a bump of thanks
Well, it's been four years and my ACER 500 bit the dust again. So I dug through this old thread and found my original notes. Printed them off and re-staged my ACER 500 and it is up and running once more.
Again - another thank you to Moscow Desire
rainbow4 said:
Well, it's been four years and my ACER 500 bit the dust again. So I dug through this old thread and found my original notes. Printed them off and re-staged my ACER 500 and it is up and running once more.
Again - another thank you to Moscow Desire
Click to expand...
Click to collapse
Just our of curiosity what rom are you running on your tablet?
Can't download
Folks, I'm not finding the way to download the files..
I can't find the 'plain, gray colored, download button'.
What am I loosing?
http://d-h.st/Zf8
http://d-h.st/2cm
http://d-h.st/gw8
http://d-h.st/KXI
giba_fernando said:
Folks, I'm not finding the way to download the files..
I can't find the 'plain, gray colored, download button'.
What am I loosing?
http://d-h.st/Zf8
http://d-h.st/2cm
http://d-h.st/gw8
http://d-h.st/KXI
Click to expand...
Click to collapse
The actual download button is the blue one but it still doesn't seem to work I can't download anything. Just tap and hold on it and click open in new tab and see if it downloads for you.
turnert said:
The actual download button is the blue one but it still doesn't seem to work I can't download anything. Just tap and hold on it and click open in new tab and see if it downloads for you.
Click to expand...
Click to collapse
Yup, The requested URL could not be retrieved.