Droid X 2.3.4 w/ .621. Need help rooting - Droid X General

I am having trouble rooting my phone. Now before I get replies back saying that you have to sbf or use some way through linex. I just want a easy way to do it, idk how to use the unbuntu or sbf because I need a video on how to and I think its dangerous

I had never used Linux before rooting my DX last night. That easymd5 option is the easiest one for you. Just follow the instructions.
Make bootable cd or usb drive with provided program (usb drive must be fat32)
change boot order at startup screen to boot from cd or usb first
restart computer with drive/disc inserted.
Follow instructions carefully.
Thassit!

I would use the Linux Boot Disc. I've never had much luck with RS Lite on my Droid X. It may be intimidating at first, but work through it. It's pretty easy to use.

It is super easy. I know I'm a techie but either burn it (easiest way) or put it in a thumbdrive using a unetbootin. Then reboot computer and boot from it and follow instructions. It's just command line stuff and it's all a script so all you have to do is choose the droidx (5 I think) and plug the phone in and do what it says.
Sent from my R800i using xda app-developers app

Related

Ubuntu LiveCD with ADB and Unrevoked Recovery installer(Guide).

I have been helping out with rooting HTC Aria's over in IRC in the #liberatedAria channel for a while now. A lot of people have problems with drivers on Windows. The easiest solution for them to do this has been to download an Ubuntu LiveCD and use it to root their phone, however many people know nothing about Linux at all and feel daunted by this.
I have created a customized Ubuntu LiveCD that has a script that downloads the Unrevoked Teams reflash, untars it, and runs it as root to root HTC's phones that are supported by the tool (HTC Evo, Hero, Aria, Desire, and Incredible). It also has the Android SDK included and added to the path so it is accessible from a terminal. Everything can be done without a single change to the computer you are doing it on.
Download the iso image here:
MD5: 9a34c343e8f610e66674af9384334bf6
ubuntu-10.04-desktop-i386-HTCROOT.iso Primary
ubuntu-10.04-desktop-i386-HTCROOT.iso FileFactory.com
Burn the iso to a cd (This can be done with any cd burning software, imgburn found here is free)
[Optional]
If you do not have a CD drive, you can create a bootable flash drive by using the tool found here:Pendrive Linux
Put the CD into your computer cd/dvd drive and reboot your computer.
You must make your computer boot from CD, there are many different ways to do this depending on what computer you have, most recent computers have this enabled by default. Here is a guide that may help if you can't get this to work:Enable Boot from CD
Once it boots from the cd it will show a small picture of a keyboard and a person, do not press anything here and it will come to a window that will allow you to select your language.
Select your language and click "Try Ubuntu 10.04 LTS". This will boot up to a standard Ubuntu livecd desktop.
On your phone click menu, settings, applications, development, usb debugging
On the computer click "Places" on the top menubar and click "Home Folder". This will open a file explorer window, in that window is a script called "reflash.sh".
Double click reflash.sh. A window will pop up asking you what to do with this file, click "Run in Terminal". This will go get from the internet the current version of Unrevoked recovery installer from unrevoked.com/recovery, unzip/tar it, and run it as root.
Once it is complete you will be looking at the unrevoked3 screen and you should follow the prompts on screen.
You will then follow the prompts on the screen to plug in your phone, from the notification pane in android select charge only.
unrevoked3 will reboot your phone twice and leave you in ClockworkMod Recovery. On the computer at the bottom of the window it will say "Done".
Close the window, if you do not need to do anything further you can shut down the machine and be back in windows with nothing changed on your windows system.
Congratulations, your phone is now rooted and has ClockworkMod recovery installed.
There are other guides to setup of sideloading for the aria as well as how to load roms. You can do these using this live cd as well, this is a full ubuntu 10.04 livecd with only games and open office removed, and the unrevoked3 installer and the android sdk installed, it is already in the path and you can use adb commands from the terminal without having to switch directories(however it can be found in /opt/android-sdk-linux_86).
I would like to thank The Unrevoked team for making such a nice tool, and website that made this possible. I would like to that the guys in IRC on Freenode.net channels #liberatedAria and #koush for everything I've learned recently as well as all the great work they have done. Thanks also to Attn1 for making some nice roms for the HTC Aria and gave me the idea to create this. Thanks to Downer3d for the torrent mirror. Thanks to Neolobster for the new faster mirror.
Allowing Non-Market Apps using this cd on the stock ARIA rom:
Click Applications in the upper left corner.
Go to Accessories, click Terminal. This will put in you a terminal in the default users home folder. Because ADB(and android sdk) are in the path you do not need to change any directories. Start the phone in CLockworkmod with data mounted from the partitions menu and plug the phone into the computer.
Code:
sudo su
adb pull /data/data/com.android.providers.settings/databases/settings.db settings.db
echo "update secure set value = 1 where name = 'install_non_market_apps';"|sqlite3 ./settings.db
adb push settings.db /data/data/com.android.providers.settings/databases/settings.db
adb reboot
What this does:
Switch user to root.
ADB pulls the file that contains the setting to allow non market apps down to the machine from the phone.
The next line runs a sql update of the field install_non_market_apps in table 'secure' and sets the value to 1 (on).
ADB then pushes the file back to the phone in its original location.
You then use ADB to reboot the phone to enable it.
Thats awesome!! If I didnt already go through all the trouble of doing it on my Windows box I would definitely try your live CD. I already have 10.04 installed on my laptop and I never really thought of trying it on there. I wonder if it would have been easier....oh well. Thanks again. Im sure there are plenty of people out there that will find this very useful.
Much easier. And yes, this IS awesome. Great job, Shad0wf0x. This kicks ass.
This is a fantastic idea, I had a ton of trouble rooting my Aria on Win7 x64 and downloading and using Ubuntu 10.04 eventually proved to be much easier. If your iso works as advertised I can see this possibly being the most pain-free solution for annoyed Windows rooters.
Sent from my HTC Liberty using XDA App
This works wonderfully for rooting and sideloading apps (the only issue there was figuring out I needed the root account and permissions). As painless as a dentist trip.
If I was to install Ubuntu from that LiveCD, would it still have the Android SDK on it or would I need to reinstall it? I like not having to cd to it.
the android sdk is installed on the livecd and in the path, you'll have it every time you boot up, the part the script downloads will be gone on a second boot(unrevoked.com's recovery installer)
Great job!
Do u think that u could add some other HTC devices, in the future?
Awesome, thanks!
matteios said:
Great job!
Do u think that u could add some other HTC devices, in the future?
Click to expand...
Click to collapse
The devices supported are the devices supported by the unrevoked3 tool, I am not part of their team, just trying to help out some windows users who have driver problems.
Virtual image?
Has anyone created a virtual image of s full Android dev system? That would sure be handy!
jmdearras said:
Has anyone created a virtual image of s full Android dev system? That would sure be handy!
Click to expand...
Click to collapse
not sure if this is what you're looking for, but it'll help.
http://forum.xda-developers.com/showthread.php?t=701816
Problem with reflash.sh tool
I followed all the steps, till the final step, and it said failed to flash recovery image and my phone only booted up once. Am I doing something wrong?
I am currently running.
Version 2.2 updated OTA last week Aug 3rd
Kernel version - 2.6.32.15
build #: 3.26.651.6
software: 3.26.651.6
PRI version: 1.40_003
jbwfg said:
I followed all the steps, till the final step, and it said failed to flash recovery image and my phone only booted up once. Am I doing something wrong?
I am currently running.
Version 2.2 updated OTA last week Aug 3rd
Kernel version - 2.6.32.15
build #: 3.26.651.6
software: 3.26.651.6
PRI version: 1.40_003
Click to expand...
Click to collapse
it says in your signature you have 2.2 updated OTA, that must mean you have an evo, and those aren't supported by the unrevoked tool when running 2.2.
awesome shortcut for rooting phones, however I followed the steps and it is saying that the hero is not supported at this time? Did i do something wrong, I'm running 2.27.651.5
I've burned the the iso file to a cd but I'm not able to get the boot-up to work correctly..or to come up at all, when re-booting windows.
@lcw
When you boot, you will need to hit your bios and select your CD drive as a boot device. Then enjoy the ride - easy as falling off a bike.
I cannot get my dell d600 or d630 to boot. The CD spins but I get the message "No bootable device".
I verified that the ubunto_*HTCROOT.iso file 641,942 kb is the only file on the CD.
Can someone please help.
pinkpanther2000 said:
I cannot get my dell d600 or d630 to boot. The CD spins but I get the message "No bootable device".
I verified that the ubunto_*HTCROOT.iso file 641,942 kb is the only file on the CD.
Can someone please help.
Click to expand...
Click to collapse
You're not supposed to burn the ISO file onto a disc as a file. You're supposed to burn the contents of the ISO to a disc.
Sent from my HTC Liberty using XDA App
I attempted to boot from the CD, I get the person/keyboard screen then i get the Ubuntu screen, then my computer goes black, any solutions?
This is the BEST way to root your Aria. Big props to everyone that helped create it. You guys are the best.

[Q] Droid X on Mac Gingerbread Help

Ok so I have a Droid X with the OTA gingerbread installed. I want to get back and root. Is there some sort of guide for MAC in order to do this? I'm pretty noobish. I rooted my eris and just got my droid X today so hoping I can do this tonight. I don't want to have to install windows or linux or anything on my mac.
As a Mac user, I strongly recommend VirtualBox (or the virtualization software of your choosing) and an Ubuntu install. Then use sbf_flash. Works like a charm. Faster than RSDLite in Windwos and more reliable IMHO. You might be able to get sbf_flash to work with a Linux VM, but it wasn't worth the effort for me since I already had an Ubuntu VM.
As a total noob lets say. Could you give me a step by step so I don't mess this up? Also could I use a bootable linux usb drive?
I used VirtualBox and Ubuntu. I suppose you can use a bootable Linux USB drive it you'd like, but I find it easier just to have VirtualBox installed. I've got a couple of different OS images that I use sporadically.
Step 1: Install VirtualBox
Step 2: Install Ubuntu in Virtualbox
Step 3: Follow instructions here for sbf_flash and Ubuntu: http://forum.xda-developers.com/showthread.php?t=1020203
I'm sure it seems overwhelming, but honestly, it's not that hard.
I can't even get virtualbox installed without an error. Is there an alternative software?
Gingerbread doesn't have a root currently. Only real option to root the OTA is SBF to 2.2, then root that using something such as z4root (which is simply a .apk you save and install on your phone then click the "root" button in the application). Then install the team black hat version of gingerbread
Sent from my DROIDX using XDA App
If you don't have a lot to lose as tthough you just got your phone, you can boot into recovery and wipe your phone to factory settings. That's the least complex way to do it. And none of this requires any specific computer operating system.
Sent from my DROIDX using XDA App
Let's just say that's what you get for using a mac :3
djsupersoak said:
If you don't have a lot to lose as tthough you just got your phone, you can boot into recovery and wipe your phone to factory settings. That's the least complex way to do it. And none of this requires any specific computer operating system.
Sent from my DROIDX using XDA App
Click to expand...
Click to collapse
Really? This will work? I can just restore back to factory settings, re fill out my google account, then go from there?
Why don't people do this then, doesn't the SBF and rooting and all that stuff wipe your phone anyways?
djsupersoak said:
If you don't have a lot to lose as tthough you just got your phone, you can boot into recovery and wipe your phone to factory settings. That's the least complex way to do it. And none of this requires any specific computer operating system.
Sent from my DROIDX using XDA App
Click to expand...
Click to collapse
And that will just get rid of his data an he still won't be able to root. Op you have to SBF in order to root
mdemps9190 said:
I can't even get virtualbox installed without an error. Is there an alternative software?
Click to expand...
Click to collapse
Odd, never had a problem here. What's the error? Alternatives are Parellels and VMware. You can always succumb to the pressure of Windows and use Boot Camp if you don't like the idea of using a VM. Personally, I don't like the idea of Boot Camp, but to each their own.
Jmoney47 said:
And that will just get rid of his data an he still won't be able to root. Op you have to SBF in order to root
Click to expand...
Click to collapse
Ok. I thought it would factory reset to 2.2 if that was the state he purchased the phone in.
In any case. After you get it to 2.2, root it using a one-click root such as z4root then install the TBH/p3 Gingerbread.
Sent from my DROIDX using XDA App
djsupersoak said:
Ok. I thought it would factory reset to 2.2 if that was the state he purchased the phone in.
In any case. After you get it to 2.2, root it using a one-click root such as z4root then install the TBH/p3 Gingerbread.
Sent from my DROIDX using XDA App
Click to expand...
Click to collapse
Factory reset is the same as wiping data in cwm
All very amusing considering there's no reason to load a linux vm; sbf_flash will run on a mac.
If SOMEONE could give me step by step instructions on how to do this sbf flash on my mac then (OR UBUNTU) then that would be helpful. Everything is vague and I'm not going to try and figure this out on my own then brick my new droid x.
openbox9 said:
As a Mac user, I strongly recommend VirtualBox (or the virtualization software of your choosing) and an Ubuntu install. Then use sbf_flash. Works like a charm. Faster than RSDLite in Windwos and more reliable IMHO. You might be able to get sbf_flash to work with a Linux VM, but it wasn't worth the effort for me since I already had an Ubuntu VM.
Click to expand...
Click to collapse
As a Mac Genius ;-) I recommend just using the Mac without any emulator. sbf_flash works flawlessly running in native Mac, Just follow the instructions for Linux by making the script executable and then running with sudo command.
mdemps9190 said:
If SOMEONE could give me step by step instructions on how to do this sbf flash on my mac then (OR UBUNTU) then that would be helpful. Everything is vague and I'm not going to try and figure this out on my own then brick my new droid x.
Click to expand...
Click to collapse
Let's see ...
go find an sbf file; these aren't normally distributed to customers, you may have to search.
download sbf_flash
open a terminal and navigate to the directory where you've downloaded the above two files.
run "chmod +x sbf_flash" to set the program as executable
run "./sbf_flash filename.sbf" using the correct filename to start the reflash process.
connect the phone and perform whatever steps are required to boot the phone into the bootloader. (usually powering on while holding a key combo)
I'll leave it to someone else to spell out each one of those steps in agonizing detail. It's the exact same regardless of linux or mac.
Worst case is your battery dies in the middle of reflashing, and you're forced to buy an external charger to recharge the battery so you can restart the reflash.
How do I navigate to the folder in terminal?
cd is the change directory command in unix/terminal. I say put everything you need on the desktop that way its easy to navigate to it. If you google the DoRoot sequence you can follow those steps to navigate to your file, something like cd yourmacusername/desktop/filename if i remember correctly and then execute the file.
Sent from my DROIDX using XDA App
dplace said:
I recommend just using the Mac without any emulator. sbf_flash works flawlessly running in native Mac, Just follow the instructions for Linux by making the script executable and then running with sudo command.
Click to expand...
Click to collapse
Good to know. I already had an Ubuntu VM configured so I never bothered trying sbf_flash in OS X. Thanks for the tip.
FWIW, a virtual machine isn't an emulator

[Q] DUAL BOOT UBUNTU And JELLY BEAN AND GUIDE

hey guys, for those that havnt seen it today Ubuntu has been released for the Nexus 7 and for both 8GB and 16GB Models! wondering if anyone in the community has figured out how to dual boot it or if it is even possible? thanks all!
Heres the link of how to install if your wondering
What you will need:
Nexus 7 Tablet (8GB or 16GB)
Standard MicroUSB Cable (should come with the device)
Ubuntu Nexus 7 Desktop Installer installed on your development system
Ubuntu 12.04 LTS or Later
Optional
Micro USB Host Cable (OTG Cable) - used for attaching keyboard, mouse, etc. Directions on how to get and use one of these are towards the bottom of this page.
Ubuntu Nexus 7 Desktop Installer
A simple one-click installer has been provided, and is available in a PPA.
sudo add-apt-repository ppa:ubuntu-nexus7/ubuntu-nexus7-installer
sudo apt-get update
sudo apt-get install ubuntu-nexus7-installer
Usage instructions for the installer are provided below.
Unlocking the Nexus 7
The Nexus 7 ships with a locked bootloader. You must unlock it in order to flash different images to the device. Fortunately, this is a trivial process, and you only need to do it once.
Warning: Unlocking the bootloader erases all data and resets the device to factory defaults.
Reboot the Android device into the Android boot loader. To do this, hold the volume down button and press the power button. Continue holding the volume down and power buttons until you see the boot loader UI. The device now displays the boot loader GUI, which looks like this:
Verify fastboot lists the device:
$ sudo fastboot devices
1234567891234567 fastboot
Start the bootloader unlock process:
sudo fastboot oem unlock
You are prompted on screen to unlock the bootloader on the Android device screen. Follow the on-screen directions to continue. Your screen should now look like this:
Complete the process by rebooting:
sudo fastboot reboot-bootloader
Or simply press the power button.
Installing Ubuntu on Nexus 7
Once all setup has been completed, the installation can start. To install, ensure the Nexus 7 is in fastboot mode, plug it into your computer (and make sure NO OTHER DEVICES are plugged in).
Find the installer in the dash (search for 'nexus'):
This will provide a Graphical Interface for installing Ubuntu. This tool will download the latest image automatically, and flash it accordingly. The flashing step should take about 2 minutes. Once the flashing is complete, the device will reboot and finish the installation. This step can take 10-15 minutes.
Returning your Nexus 7 to Stock Android
Warning: Disconnect ALL other mobile devices connected from your computer or they might get erased too. This will erase ALL DATA on your Nexus 7.
In case anything happens while developing, the system image for Nexus 7 can be found here: https://dl.google.com/dl/android/aosp/nakasi-jro03d-factory-e102ba72.tgz
After downloading the above tarball, uncompress it with the following:
tar zxvf nakasi-jro03d-factory-e102ba72.tgz
Then, place your machine into fastboot mode and run the resulting script:
cd nakasi-jro03d/
sudo ./flash-all.sh
You may get the following warnings, which you can ignore, the restoration will continue anyway.
archive does not contain 'boot.sig'
archive does not contain 'recovery.sig'
archive does not contain 'system.sig'
Troubleshooting the Install
If you have problems installing the image, please use the following troubleshooting steps:
Detach the USB cable, restart the tablet back into fastboot mode, and re-attach the USB cable.
If problems persist, reboot your host PC.
If you still have issues, try a different USB cable.
If you have a 16G tablet, try using the 8G image.
If you still have issues after doing all this, return the image to stock using the directions above and re-try.
If none of that works, ask a question on Ask Ubuntu using the mobile tag, or ask for help in the #ubuntu-arm channel on freenode. If you believe it's a bug, file a bug against ubuntu-nexus7 in Launchpad.
Ehm, do i miss something or is this ubuntu only installation?
Edit: i mean, not dual boot, but only ubuntu
Do I need a mouse and a keyboard to use Ubuntu? Or I can also without them?
Rusl1TA said:
Do I need a mouse and a keyboard to use Ubuntu? Or I can also without them?
Click to expand...
Click to collapse
it has a built in touch keyboard/mouse, so you can do either way
you can use a touch screen for it, mouse and keyboard is compatible
what do you mean ubuntu only install?
sorry if you mis understood, but i posted the guide there but i am also curious if theres a dual boot avaliable.
is bluetooth not usable in the in ubuntu while installed?
And I saw this install method over at androidcentral.com and I dont recall it being dualboot. It did a complete install of ubuntu only and erased android from the device
As of right now, dual-booting is not an option, however, this build did just come out today, and in the coming weeks, we'll likely have many updates and options, so i'd hang tight. Needless to say, it's a great experience
yess dual boot will be awesome.
Download and follow the instructions in the complete Linux installation guide. (Its an app in the play store) It works pretty well and you can use Ubuntu, Debian and a few others without wiping your system. I prefer the Ubuntu lite version. Something else to try out
Sent from my Nexus 7 using xda app-developers app
technolust109 said:
what do you mean ubuntu only install?
sorry if you mis understood, but i posted the guide there but i am also curious if theres a dual boot avaliable.
Click to expand...
Click to collapse
Why did you title the thread as "Dual Boot Ubuntu" then?? Confused as well.
Change your thread title,its misleading.
yes my question was about dual booting, sorry if theres any confusion caused.
Folks, it's not that hard of a question when you actually read what the poster states. CURRENTLY, THERE IS AN INSTALLER THAT INSTALL UBUNTU TO THE NEXUS 7, BUT DOING THIS WILL CAUSE THE DEVICE TO BE FULLY WIPED FIRST REMOVING ANDROID. HE IS WONDERING IF THERE COULD BE [OR IS] AN INSTALLER THAT INSTALLS UBUNTU ALONGSIDE ANDROID TO BE ABLE TO BOOT THE DEVICE TO EITHER OS AS THE USER WISHES [ ALSO ASKING IF DUAL BOOTING BETWEEN THE 2 IS EVEN POSSIBLE.SO HE KNOWS IF IT IS WORTH HIS TIME TO INVEST IN MAYBE FIGURING IT OUT ON HIS OWN]. I am going to assume some form of dual booting would be possible as Linux bootloaders are generally very capable of booting OSes that use environments totally different from itself.
I am wondering the same thing as I am a very good technical user who can deal with a lot of issues, but have never gotten deep in to the programming side of things. I am shocked that for such an alpha build [really flaky Bluetooth, [Wi-Fi is solid] Unity crashes quite often and nVidia has had sucky Linux driver support for years now [wish they would take Linux more seriously but hey at least they have drivers]]. All leads to a painful experience for most [especially if you are not a nerd or techie and not used to dealing with very new alpha Linux type issues, if you don't mind it it does work].
Why wouldn't they have set it up as a dual boot to begin with? That way if you know something you need to get done can be done in Android and not in Ubuntu then you could just restart and choose the different OS. Not to mention if this is for modders and enthusiasts to test bed things on the tablet then they are going to most likely be some Android developers to start who would love to say use Eclipse to develop Android code for whatever and then oh no restart in to Android to I dunno test their work.
All that to say PLEASE SOMEONE WITH THE KNOW HOW let's figure out a way to fully dual boot a NATIVE Linux [not that install a loop file system and have it use VNC server to view the session junk you see on the Play Market, it's quaint and all, but not nearly as nice as a full Linux with full access to the hardware [I use it too, much love to backtrack] but am dying to dual boot an Android/More full [ I REALLY want Backtrack 5+ but Ubuntu would be worth keeping around until Backtrack gets around to working out their builds to be dual boot on some Android based systems] Linux as needed.
The approach that the Boot Manager app uses would probably work. They modify the /boot partition to point to a different device for /data than normal. Then you can switch between ROMs by flashing a different /boot partition. They automatically bundle the /boot partition into an update.zip and store them next to the image file on you SD card.
thanks for clearing it out RealPariah! by the way your username link to the band pariah orr? Cheers.
I would like to try this but what's the best/easiest way to back up my system? (I.e. app and game save data as well as for directory bind and folder structures). I tried clockworks backup process before, but I either did it wrong or it doesn't cover everything.
Can I just copy paste everything from my root folder?
Nikguy said:
I would like to try this but what's the best/easiest way to back up my system? (I.e. app and game save data as well as for directory bind and folder structures). I tried clockworks backup process before, but I either did it wrong or it doesn't cover everything.
Can I just copy paste everything from my root folder?
Click to expand...
Click to collapse
you might want to try and use titanuium backup and copy out the entire "titanium backup" folder onto your computer, so when you revert back to android you should be able to copy it back in and restore from titanium backup. hope it works.
technolust109 said:
you might want to try and use titanuium backup and copy out the entire "titanium backup" folder onto your computer, so when you revert back to android you should be able to copy it back in and restore from titanium backup. hope it works.
Click to expand...
Click to collapse
Huh great idea! Thanks, I'll give it a shot
all good mate! good luck!

broken usb port, charge only, need root?

My usb port is broken, I have verified by booting into fastboot. It will charge my glacier, and the device even displays the mass storage/tether notification, but my pc doesn't react at all. I verified with a brand new laptop running Windows 8 and 7. Different cables. Pda net drivers. Every htcdriver.exe I could find. Simply put, I think I'm lucky it charges at all.
I know visionary doesn't work on 2.3.4. I have tries a million times. Gingerbreak also fails. Without adb or even mass storage I'm desperate. The onlything I can hope for is perhaps, if I used the downgrade method, but instead of using adb I used terminal to push the files and chmodd my heart out. I tried mv /sdcard/fre3vo /data/local/temp but I get an error.
How can I use terminal to set up temproot so I can downgrade, permroot and soff?
hapticxchaos said:
My usb port is broken, I have verified by booting into fastboot. It will charge my glacier, and the device even displays the mass storage/tether notification, but my pc doesn't react at all. I verified with a brand new laptop running Windows 8 and 7. Different cables. Pda net drivers. Every htcdriver.exe I could find. Simply put, I think I'm lucky it charges at all.
I know visionary doesn't work on 2.3.4. I have tries a million times. Gingerbreak also fails. Without adb or even mass storage I'm desperate. The onlything I can hope for is perhaps, if I used the downgrade method, but instead of using adb I used terminal to push the files and chmodd my heart out. I tried mv /sdcard/fre3vo /data/local/temp but I get an error.
How can I use terminal to set up temproot so I can downgrade, permroot and soff?
Click to expand...
Click to collapse
I have an idea. Buy a MicroSD adapter.
Your gonna be saved. Also you might need a goldcard to downgrade.
N_otori0us_ said:
I have an idea. Buy a MicroSD adapter.
Your gonna be saved. Also you might need a goldcard to downgrade.
Click to expand...
Click to collapse
I have an SD card reader, I am more concerned with the lack of adb. Can you link to a guide specific to making a goldcard for the glacier?
hapticxchaos said:
I have an SD card reader, I am more concerned with the lack of adb. Can you link to a guide specific to making a goldcard for the glacier?
Click to expand...
Click to collapse
It might be in one of the rooting threads or the true permaroot thread.
I can't really help much because I have a HTC panache which has a different rooting procedure.
Try using the HTC supertool
Or does that need a computer...
I'm pretty sure most of if could work with terminal after you get temp root.
Sent from my HTC Glacier
I did find a guide that helped me make one, but I get the main version is older error in hboot. It's my understanding I will first need to change the version # on my phone, for which I need temproot and adb.
Is anyone familiar with goldcards and can help me make one?
hapticxchaos said:
I did find a guide that helped me make one, but I get the main version is older error in hboot. It's my understanding I will first need to change the version # on my phone, for which I need temproot and adb.
Is anyone familiar with goldcards and can help me make one?
Click to expand...
Click to collapse
Here's the thread I used. Something about a goldcard should be there.
--> http://forum.xda-developers.com/showpost.php?p=16858971&postcount=98

[Q] A500 acer logo screen, Yes, I searched

I'm having some trouble understanding how to get my CPUID. I tried to reply to some of the relevant threads but was not allowed due to some kind of missing "Approval". I'm hoping this gets through. My Acer A500 froze about a week ago while running the clock program. It was used mostly as a night stand toy. I've tried lots of stuff here including trying to install the Acer default roms.
SD_PB_G100W_1.007.03_COM_GEN1.zip and Acer_AV041_A500_1.031.00_WW_GEN1-FULL-ROOT.zip and Acer_AV041_A500_1.054.00_WW_GEN1-FULL-ROOT.zip. I copied these to my SD card one at a time then renamed them update.zip. None worked. I tried several others without success.
I cannot get passed the CPUID thing. I tried the A500 manager and I got nowhere. My windows 7 PC does see this tablet in APX mode "Hold power and reset buttons "and so did the A500 manager. Now the strange part, the A500 manager did not reveal any text on the program for any of the buttons. I used a screenshot found on the forum to blindly use it. Of course, it did not give me the info I need "CPUID" to do much of anything else. The A500 boots to the Acer logo and that all it does. I tried hardware and software reset, Power + -volume and power + + volume move the orientation lock button. The first ends up showing Android guy dead with red exclamation and the second shows erasing and clearing message, reboots back to Acer logo screen and that's it.
If I could get the CPUID from this thing, I would try the other tools from the forum. I have nothing to lose at this point. I read the CPUID forum threads over the last few days and I'm beginning to lose hope. Can someone tell a noob step by step how to get my CPUID? I have never hooked this tab up to a PC before and I do not have access to an XP machine. If this is a clue, if I just power the tab up to the Acer logo screen, the driver fails but in APX mode, the machine sees the tab.
Please let me know if you need any other info. I'm a PC guy and know nothing about any form of linux/ubuntu.
You have a couple of options...
If you've got a nandroid backup you'll find it in a txt file.
If you've previously had it plugged into yr pc use usbfeview.
Use Linux to retrieve it.
Also if yr pc does not recognise yr tab you won't get very far at all. Ensure u have them installed correctly, both the Acer ones and the usb ones
Sent from my HTC_PN071 using Tapatalk
dibb_nz said:
You have a couple of options...
If you've got a nandroid backup you'll find it in a txt file.
I've never backed up this tab. Where would I find this text file?
If you've previously had it plugged into yr pc use usbfeview.
I've never had it hooked up to a PC before it died.
Use Linux to retrieve it.
I have no clue how to use Linux.
Also if yr pc does not recognise yr tab you won't get very far at all. Ensure u have them installed correctly, both the Acer ones and the usb ones
My PC installs the USB driver correctly in APX mode. When I boot to the Acer logo screen, the driver install fails. I installed the drivers found on the forum before I hooked the tab up to my PC.
Sent from my HTC_PN071 using Tapatalk
Click to expand...
Click to collapse
At this point I would pay someone who knows Linux to get this working again. I had planned to use it at a relatives wedding to take pics for them and play music at the reception. Looks like I wont be doing that now. Can you tell me step by step how to get the CPUID? I'm willing to try anything other than using it for target practice.
See the sticky in general forum by srbeen
Sent from my HTC_PN071 using Tapatalk
dibb_nz said:
See the sticky in general forum by srbeen
Sent from my HTC_PN071 using Tapatalk
Click to expand...
Click to collapse
That is much too involved for me. A programmer I am not. Thanks for trying. I have a new target this weekend. :silly:
dibb_nz said:
See the sticky in general forum by srbeen
Sent from my HTC_PN071 using Tapatalk
Click to expand...
Click to collapse
Quick question, I have the original retail box, will this help? Will the numbers on the box be my CPUID?
No
Sent from my HTC_PN071 using Tapatalk
BigJohn15906 said:
That is much too involved for me. A programmer I am not. Thanks for trying. I have a new target this weekend. :silly:
Click to expand...
Click to collapse
It is a step by step instruction so no need to be a programmer.
Which part of it is giving you trouble?
eppeP said:
It is a step by step instruction so no need to be a programmer.
Which part of it is giving you trouble?
Click to expand...
Click to collapse
I know nothing about Linux. Most guys are telling me I need a Linux machine to fix the tab.
BigJohn15906 said:
I know nothing about Linux. Most guys are telling me I need a Linux machine to fix the tab.
Click to expand...
Click to collapse
You don't have to have a linux machine per say. There are 3 ways to install Ubuntu (most popular linux OS) on a normal windows pc.
1) Install Cygwin. This creates a virtual window to run an ubuntu installation
2) VMWare. Again, creates a virtual window to run Ubuntu
3. Install Ubuntu on top of Windows to have a dual boot system (easiest and more efficient method).
The big difference between 1 & 2, and option 3, is that the first 2 options share resources with both Ubuntu and Windows. This can be a little buggy if you don't have a pretty powerful system (i5 and i7 with lots of RAM).
Where as option 3 gives 100% of the system resources as you boot straight to Ubuntu.
The advantage to options 1 & 2, is that it's easy to uninstall when you no longer need Ubuntu.
Just Google "install ubuntu on windows" and several links to do it. It's actually pretty easy.
Another thing to try first is to download these full ICS Update files for the A500 (501 owners can try this also, but you'll have a 500, but that might can be changed later)
These files are already "decrypted" and are named differently as to keep them separate. Download them all to a folder.
Now, select one of them, rename it to "update" (end result is a file called update.zip) copy it to SD card, boot tab and see if it installs. If it hangs on the install, delete it from SD card, and do the same with the next. Hopefully one of them might take. You may have to try all 4 of them before one works. It's hit and miss.
http://d-h.st/Zf8
http://d-h.st/2cm
http://d-h.st/gw8
http://d-h.st/KXl
Hope this gets you going.
MD
And a Big Hello to @dibb_nz glad to see you still helping!
Moscow Desire said:
You don't have to have a linux machine per say. There are 3 ways to install Ubuntu (most popular linux OS) on a normal windows pc.
1) Install Cygwin. This creates a virtual window to run an ubuntu installation
2) VMWare. Again, creates a virtual window to run Ubuntu
3. Install Ubuntu on top of Windows to have a dual boot system (easiest and more efficient method).
The big difference between 1 & 2, and option 3, is that the first 2 options share resources with both Ubuntu and Windows. This can be a little buggy if you don't have a pretty powerful system (i5 and i7 with lots of RAM).
Where as option 3 gives 100% of the system resources as you boot straight to Ubuntu.
The advantage to options 1 & 2, is that it's easy to uninstall when you no longer need Ubuntu.
Just Google "install ubuntu on windows" and several links to do it. It's actually pretty easy.
Click to expand...
Click to collapse
I tried a few times to install Ubuntu on my Dell 8400. It's a good PC but I do not understand how to "Compile" or install the drivers needed. Can I do this with "Live CD" or a USB boot of Ubuntu without trying to install drivers? The drivers I need for Ubuntu on my Dell are video and on board sound card drivers. Everything else works from the start. I'm very lost when it comes to any flavor of Linux. I've been asking people on several boards for a few years now if they have a working image for the Dell 8400 they could ship to me but haven't got one yet. I would love to get this tablet up and running again. I saw a few listings for Acer A500 repair on Ebay. I wonder if this might be the best route to take? They are charging $50.00 for software repairs and $130.00 for hardware replacement (Motherboard). The hardware replacement is a little steep as I see some used A500s listed starting at $150.00. I would hate to end up buying someone else headache.
Moscow Desire said:
Another thing to try first is to download these full ICS Update files for the A500 (501 owners can try this also, but you'll have a 500, but that might can be changed later)
These files are already "decrypted" and are named differently as to keep them separate. Download them all to a folder.
Now, select one of them, rename it to "update" (end result is a file called update.zip) copy it to SD card, boot tab and see if it installs. If it hangs on the install, delete it from SD card, and do the same with the next. Hopefully one of them might take. You may have to try all 4 of them before one works. It's hit and miss.
http://d-h.st/Zf8
http://d-h.st/2cm
http://d-h.st/gw8
http://d-h.st/KXl
Hope this gets you going.
MD
And a Big Hello to @dibb_nz glad to see you still helping!
Click to expand...
Click to collapse
I tried all of these just the way you said without success. The tab does not see the update zip. It ends up either with dead Android guy with red ! or stuck on the Acer logo screen. :crying:
BigJohn15906 said:
I tried a few times to install Ubuntu on my Dell 8400. It's a good PC but I do not understand how to "Compile" or install the drivers needed. Can I do this with "Live CD" or a USB boot of Ubuntu without trying to install drivers? The drivers I need for Ubuntu on my Dell are video and on board sound card drivers. Everything else works from the start. I'm very lost when it comes to any flavor of Linux. I've been asking people on several boards for a few years now if they have a working image for the Dell 8400 they could ship to me but haven't got one yet. I would love to get this tablet up and running again. I saw a few listings for Acer A500 repair on Ebay. I wonder if this might be the best route to take? They are charging $50.00 for software repairs and $130.00 for hardware replacement (Motherboard). The hardware replacement is a little steep as I see some used A500s listed starting at $150.00. I would hate to end up buying someone else headache.
Click to expand...
Click to collapse
If you install, its with a recent "Live CD" (or USB Stick, which I have never used) I prefer the CD version.
I don't have a dell, or know much about them. But if Ubuntu starts up, regardless of sound or perhaps video drivers, there should be no issues in making things work.
As for getting replacement parts, I would think you can almost a better deal with a new device rather than paying for replacement parts.
A working A500/501 goes for about 100-150$ these days,
If the updates I linked you to, didn't work, then it's probably a bad memory block. But you'll have to use Ubuntu, for a couple of reasons, an really no way to avoid it.
1) babsector (although it can be run through windows)
2) UID
Can't help you with your dell Mate, don't own one.
MD
Moscow Desire said:
If you install, its with a recent "Live CD" (or USB Stick, which I have never used) I prefer the CD version.
I don't have a dell, or know much about them. But if Ubuntu starts up, regardless of sound or perhaps video drivers, there should be no issues in making things work.
As for getting replacement parts, I would think you can almost a better deal with a new device rather than paying for replacement parts.
A working A500/501 goes for about 100-150$ these days,
If the updates I linked you to, didn't work, then it's probably a bad memory block. But you'll have to use Ubuntu, for a couple of reasons, an really no way to avoid it.
1) babsector (although it can be run through windows)
2) UID
Can't help you with your dell Mate, don't own one.
MD
Click to expand...
Click to collapse
I have an old live CD, Ubuntu 10.X I can try. The Dell 8400 is a business class PC I used in my DJ business. I have 5 of them. I'll just install on one of the idle ones and be done with it. Then I'll stop back to get the files. Thanks for trying Moscow Desire.

Categories

Resources