General :: Universal Root App For All Android Devices?
May 4, 2014Is there any universal root app (like SuperOneClick) that works for all newer 4.1 devices? I have a no brand tablet I want to root.
View 9 RepliesIs there any universal root app (like SuperOneClick) that works for all newer 4.1 devices? I have a no brand tablet I want to root.
View 9 RepliesCurrent as of 10/12/2010
For all phones except:
Sprint EVO 4G (HTC Supersonic)
Droid Incredible (HTC Incredible)
HTC Desire GSM
HTC Desire CDMA (HTC BravoC)
HTC Aria
Droid Eris (HTC DesireC)
HTC Wildfire (HTC Buzz)
How To: Root Your Android Phone (SuperOneClick Method) | TheUnlockr
Here is a video guide showing how to install custom ROMs after rooting your device.
http://theunlockr.com/2010/10/12/how-to-load-a-custom-rom-on-your-android-phone-after-any-one-click-root-methods/
Credit to TheUnlockr
Current as of 10/12/2010
For all phones except:
Sprint EVO 4G (HTC Supersonic)
Droid Incredible (HTC Incredible)
HTC Desire GSM
HTC Desire CDMA (HTC BravoC)
HTC Aria
Droid Eris (HTC DesireC)
HTC Wildfire (HTC Buzz)
How To: Root Your Android Phone (SuperOneClick Method) | TheUnlockr
Here is a video guide showing how to install custom ROMs after rooting your device.
http://theunlockr.com/2010/10/12/how-to-load-a-custom-rom-on-your-android-phone-after-any-one-click-root-methods/
Current as of 10/12/2010
For all phones except:
Sprint EVO 4G (HTC Supersonic)
Droid Incredible (HTC Incredible)
HTC Desire GSM
HTC Desire CDMA (HTC BravoC)
HTC Aria
Droid Eris (HTC DesireC)
HTC Wildfire (HTC Buzz)
How To: Root Your Android Phone (SuperOneClick Method) | TheUnlockr
Edit Video added on how to guide to installing custom Roms
http://theunlockr.com/2010/10/12/how-to-load-a-custom-rom-on-your-android-phone-after-any-one-click-root-methods/
Credit to TheUnlockr
This information is currently being filtered out across all the relevant boards on the forum at the request of TheUnlockr and one of the Guides. I have no knowledge of the rooting process and suggest that you gather all information available before undertaking any changes to your device.
In other words, if I had a zip file that replaced the framework-res.apk, would it work on any phone or tablet? I know the app wouldn't, but would the zip file?
View 2 Replies View RelatedThis is posted in some device forums, and in our News and Talk area
(http://androidforums.com/android-news-talk/), but needs to be here as well:
Z4root The Newest 1-Click Root Solution for Multiple Devices | Android Phone Fans
This code works on the plain google devices with native android system. But there is no MMS app in the list on HTC sense devices and I don't know about Motorola Blur etc.:
final Intent emailIntent = new Intent(android.content.Intent.ACTION_SEND);
emailIntent.setType("image/png");
emailIntent.putExtra(Intent.EXTRA_STREAM, uri);
context.startActivity(Intent.createChooser(emailIntent, context.getString(R.string.send_intent_name)));
This code works on the HTC sense but not from the Chooser, what I really need:
Intent sendIntent = new Intent("android.intent.action.SEND_MSG");
sendIntent.putExtra(Intent.EXTRA_STREAM, uri);
sendIntent.setType("image/png");
context.startActivity(sendIntent);
But I don't know how to combine this code samples together and I don't know how to determine HTC Sense UI programmatically. Is it right way to support different type of devices?
Universal Eris Root for Dummies! You're not dummies, of course. But if you thought Jcase's spin on the new wag3slav3 rooting method was minimalist, this variation of it should help the fence-sitters and tech-intimidated join the world of Eris root.
- Zero typing!
- No SDK Installs!
- No USB Driver Installs!
- No Command Lines!
- No PC Needed! A Phone-only Rooting method!
Basically this is just a repackaging of the wag3slav3 method (as modified by jcase) into a form which allows you to do everything from the Eris without using a PC, and without any typing - just tap the Eris' screen in all the right places. For experts who are already have successfully set up the SDK and USB drivers, and are comfortable with the command line and adb, it is probably faster to just use the manual method. This method was created for the folks who have had trouble with, or are intimidated by, those things. Or, for those times when you want to help someone root their Eris without schlepping a "dev station" to their location.
Credits:
- Amon_RA for the custom recovery which makes the world go round
- wag3slav3 for the "mid.txt" chmod/symlink rooting exploit
- jcase for exploit code de-obfuscation
- rogro82 for the Gscript Lite tool
- cast of thousands for providing good shoulders to stand upon.
Prerequisites:
- Eris w/ any HTC/VZW release (including 1.5, all leaks V1-V3, & root-ROM)
- Install free Market app Gscript Lite (PinkVenture)
- Install free Market app EStrongs File Explorer
- Download gscript.zip (MD5 92796a8c6e61e8f1ee36e315c0acae7d)
- The ROM of your choice downloaded onto your SD card in the root folder.
(T2noob's PlainJaneT2 V2.0 looks good - includes the July 2010 updates.)
I have organized this walk-through as a picture-book in a couple of posts:
0) Announcement ( this post )
1) Setting Things Up with a File Manager
2) Rooting with Gscript Lite
3) Finishing Up
These sections follow below in individual posts. Before you get started, please review this checklist:
1) Did you choose a ROM, download it to your SD card, and check the MD5 signature/file length on the copy of the file on your SD card?
2) Did you install from the market the free apps "Gscript Lite" and "EStrongs File Manager"?
3) Did you download the "gscript.zip" file (link above) using the phone's browser?
::Changelog::
2010.07.20 v0.1 Initial Release
2010.07.21 V0.2 Clean up "mid.txt" symlink at completion of part2
I'm just wondering cause the Incredible I'm getting doesn't come with a USB Cable. If not I gotta wait till I can get USB.
View 3 Replies View RelatedI had a droid rooted and now I'm finally going to root my X. I was going to use the one click root because I honestly just don't want to deal with a lot of hassle. I read that the universal one click root doesn't work if I am already running Froyo. Is there a one click option that I can use?
View 2 Replies View RelatedHow to: Root the DROID X Using Universal Androot
Universal Androot is one of the newer 1-click methods to rooting a whole lineup of devices and one of them happens to be the Droid X. We had been holding out a little on posting this until there were methods available for creating backups using something like Clockwork Recovery and since Koush just released that option, it was time.
*Note 1* This needs to be done before updating to android 2.2. This method does not currently work on droid x froyo. Instructions *Warning*. Just a reminder that rooting VOIDS your warranty and could potentially do permanent damage to your device. This is not a recommended practice and you do so at your own risk.
1. Download and install Universal Androot to your Droid X: Download Link
2. Open it and tap the Root button.
3. Your phone will now run through a series of commands.
4. When it finishes, it will tell you that you are rooted.
5. Reboot your phone and BAM!Rooted Droid X.
I just root my DX with universal androot is so easy just one click but my ? Is how can I install ROM or used ROM Manager.
View 13 Replies View RelatedWhat exactly happens when I root with universal androot? I don't think I'm going to need any ROM's would just be nice to get some of the root exclusive apps. If I don't add any ROM's or anything it isn't risky or anything right.
View 6 Replies View RelatedI rooted my X10 with Universal Root and then came across X10 Root. Is there a difference between these two and if so should I use the X10 Root and re-root?
Touted as "for most Android devices" which may or my not work, it is *new*.
How To: Root Your Android Phone (SuperOneClick Method) | TheUnlockr
I'll be testing it later today and posting my findings.
Will there be one-click-root support for SE 4.0.2.A.0.62 devices?
View 1 Replies View RelatedMy phone is LG Prada P940. The problem is when I connect the phone to usb debug mode, status bar show slow charging, usb debug start completely.
But, when I try to root it in cmd, it sticks at daemon running. When I try "adb devices" command, it says "xxxxxxxxxxxxxxxxxxxxxxx offline".
Now I can't root my phone.
How to make android 4.0.4 devices rooted by superuser?
I open my superuser:
downloading manifest okay
parsing manifest okay
latest version 3.1.1
checked install version 3.1.1
fixing database okay
unpacking sutools okay
check current install path= /system/xbin/su
Downloading new binary okay
gaining root access fail
I have my device rooted by means of UnlockRoot, at first I think the version of superuser is low. So I download Superuser-3.1.3-arm-signed.zip , exact it and replace the old version superuser and su .
I click the root on the software and it seems that everything work. But the fact is that I can't find superuser in my android devices and manually install superuser by myself. And then the phenomenon above appears. It seems that I have rooted the devices and I can't get root access. It is more dangerous than I don't root the devices.
i know there are many ways to root different devices.however when the hackers hack the new devices, how do they root them?
View 8 Replies View RelatedHow To Transfer TEXT MESSAGES from WP8.1 devices to Android Devices ??And also the contacts!!
View 2 Replies View RelatedCurrent as of 10/12/2010
For all phones except:
Sprint EVO 4G (HTC Supersonic)
Droid Incredible (HTC Incredible)
HTC Desire GSM
HTC Desire CDMA (HTC BravoC)
HTC Aria
Droid Eris (HTC DesireC)
HTC Wildfire (HTC Buzz)
How To: Root Your Android Phone (SuperOneClick Method) | TheUnlockr
Here is a video guide showing how to install custom ROMs after rooting your device.
http://theunlockr.com/2010/10/12/how-to-load-a-custom-rom-on-your-android-phone-after-any-one-click-root-methods/
Credit to TheUnlockr
Can I have two separate google play accounts for two different devices & keep one gmail account for both devices?
View 6 Replies View RelatedIm looking a way how to change the hostname on a Android 4.2.2 device without using a app. I am rooted so if something has to be modified, thats OK.
View 1 Replies View RelatedWhile enabling bluetooth (market application) in my Xperia X10 mini pro, I get error message "Files can be transferred only to other android devices" since I don't have root permission. How do I get root permission? Is this legal?
View 4 Replies View RelatedIs it possible for an update that allows Bluetooth devices without root? Would it be a software update or something more?
View 1 Replies View Relatedneed a way to sync/listen to music to 2 Android devices and multiple PCs and trying to get the following functions:
1.) Ability to upload all songs to cloud
2.) Ability to listen to everything in the cloud or set some as "Offline" on mobile devices and laptops
3.) Ability to create playlists that stay synced( meaning if I add or remove a song on mobile it shows on desktop, all changes synced everywhere )
4.) Ability to rate songs from 1 - 5 ( much like iTunes, MediaMonkey, etc... )
5.) And this is the big one! The ability to create Smart Playlists like on iTunes based on Ratings that stay synced everywhere( Changing rating on mobile changes everywhere )
I think I've found all of the above in most services except 4 and 5. I cannot find a service that allows detailed ratings( 1 - 5, not Google Music's thumb up or down( how useless is that ) ) and also couldn't find smart playlist functionality anywhere.
I need ratings and smart playlists, and the only other option I can think of is moving my music to Dropbox, installing Media Monkey so it looks at Dropbox for ratings and smart playlists( or views, whatever they call it ). But this leaves me out of luck on mobile devices.
I'd like to use Google Music but it doesn't have the rating / playlist stuff, non of them do, well not smart playlists anyways.
Alot of the MHL adapters are sold with "for Samsung galaxy S II" or "for Galaxy S3", but they look exactly the same, so are they model specific or can be used on Android phone?
View 2 Replies View RelatedI am developing my am on mac (10.5.8), on eclipse and SDK 1.6 and a Vodafone HTC Magic Everything was working ok up to a few days ago. I can not see my device on adb devices. I also got a Sony Xperia and I can not see it on the list either. I upgraded the phone software (the HTC) to 1.6 a few days ago. Maybe that is what caused the change, but I could not be sure.
View 2 Replies View RelatedYesterday, I found a cool little device that doesn't require you to have an iPhone to be able to send infrared commands to pretty much anything. It connects to your home network either via wifi or ethernet and can control 3 IR emitters or 3 IR blasters or any combination of 3 of those. If I write an app for this thing, would anybody actually be interested?
View 7 Replies View RelatedWould it be possible to make an app that reaches into android's framebuffer and streams the display over wifi to a dlna equiped device. This would make it so that every android device with wifi could have tv out and stop hardware limitations.
View 2 Replies View Related