Z4 download - Android Software/Hacking General [Developers Only]

Where can i find the download for this without having to join another forum?
Thanks...

ok 36 and noone has anything? lol

It's right here
http://lmgtfy.com/?q=z4root

Ok well did e google thing and cant get the download...So i already did that.....

Well the very first result on google is this link
http://forum.xda-developers.com/showthread.php?t=833953
which if you spent 5 seconds there you would find the download link.

Well i did i need one with the download for my phone as i cant do it via my computer and talk down to me please..Sorry for bothering you.....

Wont let me due to it not in the market...WTF....

emscapt47 said:
Wont let me due to it not in the market...WTF....
Click to expand...
Click to collapse
Go to settings, applications, and make sure unknown sources are checked and then try to install it again.

joenathane said:
Go to settings, applications, and make sure unknown sources are checked and then try to install it again.
Click to expand...
Click to collapse
dont see unknown sources anywhere.....

Open your app drawer(the place where you access all your apps) open the app called "settings" then go down the list to "applications" once you do that at the very top of the "applications" list you will see "Unknown sources" check the box to right of it and then you'll be able to install z4root and "side load" apps.
I don't mean to be mean, but if so far this is over your head, you might not want to be rooting your phone, you could cause a lot of damage with root access.... At least be very careful what you end up doing with root access....

I have done this before and had the same problem I did all that and there is NO unknown sorces anyplace..I have a Captivate

emscapt47 said:
I have done this before and had the same problem I did all that and there is NO unknown sorces anyplace..I have a Captivate
Click to expand...
Click to collapse
Did a little research and it would seem that att disabled the unknown sources option on the Captivate.
The easiest way to install z4root would be to use this tool
http://www.androidcentral.com/sideload-android-apps-all-you-want-sideload-wonder-machine
the other way would be to :
- get the app install package (.apk)
- install Android SDK
- install Samsung Captivate USB drivers
- connect to computer in USB Debugging mode
- use ADB to install package
source:
http://forums.wireless.att.com/t5/Samsung/Captive-Install-From-Unknown-Sources/td-p/2009976

I just 4root'ed (1.3.0) two Samsung Fascinates and was able to connect with the USB in the troubleshooting mode to my little linux netbook, and side-loaded '4root' to the 'download' folder, and from there on it just worked... I used 'astro' to access the folder.. now I've got control... and (here) someone said the rooting was temporary, but it gave the option to 'temporary' or 'permanent' the root process... I did the later, and it works GREAT!!! Cheers, and Merry Christmas... Dave

Related

[ADB Setup] Motorola Backflip

1. DOWNLOAD USB DRIVERS
Motorola ADB Driver 32bit
Motorola ADB Driver 64bit​
2. INSTALL THE SDK
-Download latest SDK http://developer.android.com/sdk/index.html
-Extract Archive to C:\SDK\ (or C:\Android, or whatever you want)​
3. Enable debugging on your phone (thanks naplesbill)
-Goto Settings > Applications > Development > and Check the USB debugging option​
4. Optional, but recommended
-Setup Enviroment Variables:
On Windows, right-click on My Computer, and select Properties. Under the Advanced tab, hit the Environment Variables button, and in the dialog that comes up, double-click on Path (under System Variables). Add the full path to the tools/ directory to the path AFTER A SEMICOLON (;C:\SDK\tools\) .​-Setup Droid Explorer:
Goto Droid Explorer Downloads and snatch the latest version, then install. (mine showed an error during install i believe due to the lack of HTC drivers. If you installed motorola's drivers it should still be in your start menu and work fine)​
If for some reason you can't figure it out, install the drivers then try this installation guide: ADB For Dummies Guide
ADB APK Install instructions
j101399j said:
1. Create a folder called adb on your C drive
2. Extract all files to your adb folder
3. Copy the cmd.exe file (copy the file don't make a shortcut to it or move it) from your "C:\Windows\System32" folder to the adb folder
4. Install the downloaded USB driver
4. Once you have the driver installed, on your phone enable debugging mode (Menu --> Settings --> Applications --> Development --> Check USB Debugging)
5. Copy the apk files you want installed to your "C:\adb\tools" folder. The adb.exe and cmd.exe should be in that tools folder.
5. Open the cmd.exe file
6.Type the following command:
Code:
Code:
adb install [B]application.apk[/B]
Where application.apk is the name of the apk to install
Your app should now be installed
Please note that you cannot install apps used on 1.6, 2.x builds
Click to expand...
Click to collapse
BACKFLIP SYSTEM DUMP http://forum.xda-developers.com/showthread.php?t=642684
BACKFLIP SOURCE CODE http://forum.xda-developers.com/showthread.php?t=645369
Don't you still need root?
I fail to see how this can help without rooting the Backflop unless Droid Explorer has some way of overriding that setting.
Charrion said:
I fail to see how this can help without rooting the Backflop unless Droid Explorer has some way of overriding that setting.
Click to expand...
Click to collapse
It doesn't help deleting the protected apps, but it makes it easier to install apks. This is especially helpful since the backflip doesn't allow anything to be installed through phones interface except through the market.
Ok, it works, but only if you turn on the Applications, Development, USB Debugging in the settings menus.
Well, that's kind of a given as ADB won't work without USB Debugging on.
Charrion said:
I fail to see how this can help without rooting the Backflop unless Droid Explorer has some way of overriding that setting.
Click to expand...
Click to collapse
We meet again Charrion! This is like the third time today I've run into you.
Don't need to have root to install APKs via ADB. Even us poor Milestone owners can do it via 'ADB install <app.apk>.'
I am just pointing that out for those that aren't familiar with that. I imagine there will be users who wouldn't normally bother with this, doing it just to be able to install non-market apk files.
naplesbill said:
I am just pointing that out for those that aren't familiar with that. I imagine there will be users who wouldn't normally bother with this, doing it just to be able to install non-market apk files.
Click to expand...
Click to collapse
Ah, fair enough. Sorry about that.
Unimaginative said:
Well, that's kind of a given as ADB won't work without USB Debugging on.
We meet again Charrion! This is like the third time today I've run into you.
Don't need to have root to install APKs via ADB. Even us poor Milestone owners can do it via 'ADB install <app.apk>.'
Click to expand...
Click to collapse
I'm on a crusade
OK, so you can install apks through adb even without unknown sources being enabled.
Has anyone determined if the option to enter debug mode is still available on the backflop? I wouldn't be at all surprised if they disabled that option also.
I'm also curious whether the backflop has a signed mbm like the Milestone to prevent loading custom roms.
Charrion said:
I'm on a crusade
OK, so you can install apks through adb even without unknown sources being enabled.
Has anyone determined if the option to enter debug mode is still available on the backflop? I wouldn't be at all surprised if they disabled that option also.
I'm also curious whether the backflop has a signed mbm like the Milestone to prevent loading custom roms.
Click to expand...
Click to collapse
The use debug mode is indeed available, I just forgot to mention turning it on.
From what I understand, this phone will be rooted like the cliq.... unfortunately for that to happen certain key files need to be leaked.
@moosefist;
Thank you so much for posting this.
I am now able to install non-Market apps
moosefist said:
The use debug mode is indeed available, I just forgot to mention turning it on.
From what I understand, this phone will be rooted like the cliq.... unfortunately for that to happen certain key files need to be leaked.
Click to expand...
Click to collapse
So; I'm new to the whole Android stuff; but what files need to be "leaked" in order to do this?
Squeaky369 said:
So; I'm new to the whole Android stuff; but what files need to be "leaked" in order to do this?
Click to expand...
Click to collapse
According to Skrilax_CZ a modmymoto moderator:
If we are up to root it; we need the shx/sbf flashfile, which must be leaked. Then I can see if the CLIQ RAMDLD exploit is present in here or whether has it been fixed as on the new CLIQ firmwares.
Click to expand...
Click to collapse
It was those files being leaked that allowed the CLIQ to be rooted...
I will be watching this thread closely I'm tired of having edge on my android....I need 3g for once!
Has anyone given this a try under Linux? I read the ADB beginners guide, but it didn't mention anything about drivers or whatnot. I'd really like to get this phone, but if I can't develop for it on my platform of choice, I don't think I need it that badly.
JK_the_Slacker said:
Has anyone given this a try under Linux? I read the ADB beginners guide, but it didn't mention anything about drivers or whatnot. I'd really like to get this phone, but if I can't develop for it on my platform of choice, I don't think I need it that badly.
Click to expand...
Click to collapse
This is from androidforums.com about this spicifically
http://androidforums.com/motorola-b...on-market-apps-via-adb-solved.html#post419647
On MacOS, ADB doesn't need a USB driver for your phone. Just download the SDK, and you can execute ADB from a terminal.
On Linux, all you need to do are to follow the instructions here:
Developing on a Device | Android Developers
Specifically the bit about creating and chmod'ing an /etc/udev/rules.d/51-android.rules file.
Hope AT&T fixes this issue soon, it's ridiculously stupid to attempt to disallow non-market apps given that ADB works.
Click to expand...
Click to collapse
j101399j said:
This is from androidforums.com about this spicifically
(URL deleted for forum reasons)
Click to expand...
Click to collapse
Thanks much, I'm just getting started on navigating all these forums. =)
Would it be possible for someone to create a utility to turn this option on, then load it via ADB? Or would this require root access?
BetterCut or AnyCut?
Charrion said:
I'm on a crusade
OK, so you can install apks through adb even without unknown sources being enabled.
Has anyone determined if the option to enter debug mode is still available on the backflop? I wouldn't be at all surprised if they disabled that option also.
I'm also curious whether the backflop has a signed mbm like the Milestone to prevent loading custom roms.
Click to expand...
Click to collapse
I don't have a Backflip, but it may be possible to find hidden settings / controls by using BetterCut or AnyCut. Both are in the Market.
I'd be interested in knowing. A crippled phone is a tiny electronic soul yearning to breathe free and live free.
I have a backflip, and just installed anycut. Do you know what I would need to fill in as the new shortcut to get to that option? I'm at work now, but will be doing the development method to install apks later under linux (gowalla app, most likely)
This is my first android phone, so I'm pretty excited to get it broken open and crapware free.
I just ordered the Backflip. Yes, I'm a newb at all this andriod, and rooting stuff. But, I'm in the process of learning more. I think it will be easier when I have the phone in hand to play with.
But, do you guys really think that someone will take the time to root the backflip, considering, (what I have read) that it is alittle out dated?
I'm going to attempt the non-market app install, once I get the phone. This forum is great, from what I've seen so far. I'll definatly be staying tuned to this thread.
Thanks guys,
J

[Q] questions about root

I've been reading here at XDA, I can find the instructions - no problem.
However, in the WIKI there are a few things I don't understand.
The problem also is that all the posts assume you know what's going on and they start in the middle of a thread.
Then there's advice to use Odin, not to use Odin, use this, don't use this.
Some say unmount the SD card, some make no mention of SD card.
Then there's different backups. I've seen Titanium mentioned.
There's advice to get the latest drivers from Samsung - The phone isn't even in the dropdown list of phones, and the letters for the model don't match.
There's the custom ROM advice. Since there aren't many for this phone as yet - and all you want to do is remove crap, what do you look for?
I have to get rid of that stupid Doubletwist and airsync before I toss the phone!
Z
It is rather confusing isn't it...
In a simple answer....
Find the SuperOneClick zip file in one of those threads in the Dev forum & root the phone.Then go get TitaniumBackup ( Pro Recommended ) & you can remove the bloatware. I'd recommend the Pro Version so you can freez the apps you don't delete.
That's what i did on my SGS4G ( and i am not a experianced modder myself )
One problem. I downloaded superoneclick and NET can't find the runtime file.
I'm using XP and ver 4 of NET. I turned off NOD32 and Online Armor.
Z
zuben el genubi said:
One problem. I downloaded superoneclick and NET can't find the runtime file.
I'm using XP and ver 4 of NET. I turned off NOD32 and Online Armor.
Z
Click to expand...
Click to collapse
Uninstalled NET 4 and put in 3. I can open the file, but NOD32 keeps quarantining RAGE. Says it's a trojan.
I don't really want a custom ROM - but would like some more information on Titanium Backup. The Market won't download to the phone, but going to the market on the phone will let me download.
Thanks,
Zuben
Moved as not android development
zuben el genubi said:
Uninstalled NET 4 and put in 3. I can open the file, but NOD32 keeps quarantining RAGE. Says it's a trojan.
I don't really want a custom ROM - but would like some more information on Titanium Backup. The Market won't download to the phone, but going to the market on the phone will let me download.
Thanks,
Zuben
Click to expand...
Click to collapse
Let it scrub the RAGE file, you need the other one actually to make it work
Which one? PSneuter?
Also some confusion about the Samsung driver. I also have a Galaxy 3. I downloaded Kies and the driver. I downloaded the new driver (did not install it)and stuck it in a folder named Samsung on the Desktop. Kies is in the Samsung folder in programs and I assume that the original driver is in there, too. The driver is listed in Add/Remove programs.
I can either delete Kies or rename that file to something else, and stop Kies from running. So there's 2 drivers, and I suspect they are the same.
Since I can't send a download from the Market on the PC to the phone, I have to download from Market on the phone. I can't install Titanium unless I root, but can I get to Titanium from the phone if I do root?
Thanks
Z
I use linux... so i have no idea what Kies is or does..
zuben el genubi said:
Which one? PSneuter?
Also some confusion about the Samsung driver. I also have a Galaxy 3. I downloaded Kies and the driver. I downloaded the new driver (did not install it)and stuck it in a folder named Samsung on the Desktop. Kies is in the Samsung folder in programs and I assume that the original driver is in there, too. The driver is listed in Add/Remove programs.
I can either delete Kies or rename that file to something else, and stop Kies from running. So there's 2 drivers, and I suspect they are the same.
Since I can't send a download from the Market on the PC to the phone, I have to download from Market on the phone. I can't install Titanium unless I root, but can I get to Titanium from the phone if I do root?
Thanks
Z
Click to expand...
Click to collapse
So which phone are you trying to Root? Samsung Galaxy 3 or Samsung Galaxy S 4G? If your rooting the S 4G you can find the drivers here http://downloadcenter.samsung.com/c...728034640796/SGH-t959_Vibrant_USB_Drivers.zip
I have no experience with rooting with XP but I assume it would be essentially the same steps.
If your looking to do stuff on your Galaxy 3 then please go to this forum
http://forum.xda-developers.com/forumdisplay.php?f=868
and do your research over there.
It’s not that difficult to root the SGS 4G Phone. The first thing you need to do is make sure your phone is communicating with your computer. Install the Samsung USB drivers.(make sure you have the right drivers for your O.S. either 32bit or 64bit) In your phone go into Settings/Applications/Development and make sure you check “USB debugging”. Connect your Tethering cable to your phone. On your home screen you should see “USB Connected” popup on top of your screen. You should be able to press USB connected button from the drop-down menu on the home screen and see the external SD card on the computer now. If that works then Turn off USB storage. (leave “USB debugging” checked) Open NOD32 application from your system tray. Go to Settings and select “Temporarily disable antivirus,” put your password in if prompted. Then Download SuperOneClickv1.7-ShortFuse, expand the file and go to SuperOneClickv1.7-ShortFuse Directory. Run the SuperOneClick App. When it opens don’t change anything and just click “Root” and let it run. It should say rooted when done. Then go to the Market on your phone and get Titanium Backup and install it. It will ask for SuperUser permission and accept that on your phone. If that fails press “Problems” button, Then “Get Busybox”. Install the new Busybox. You may have to close and reopen Titanium Backup again. I would say to download and install ClockworkMod after rooting and before getting Titanium Backup, Except ClockworkMod currently does not work for the SGS 4G Yet. So, skip that step for now. You should be able to backup your phone after this.
nwpro3 said:
It’s not that difficult to root the SGS 4G Phone. The first thing you need to do is make sure your phone is communicating with your computer. Install the Samsung USB drivers.(make sure you have the right drivers for your O.S. either 32bit or 64bit) In your phone go into Settings/Applications/Development and make sure you check “USB debugging”. Connect your Tethering cable to your phone. On your home screen you should see “USB Connected” popup on top of your screen. You should be able to press USB connected button from the drop-down menu on the home screen and see the external SD card on the computer now. If that works then Turn off USB storage. (leave “USB debugging” checked) Open NOD32 application from your system tray. Go to Settings and select “Temporarily disable antivirus,” put your password in if prompted. Then Download SuperOneClickv1.7-ShortFuse, expand the file and go to SuperOneClickv1.7-ShortFuse Directory. Run the SuperOneClick App. When it opens don’t change anything and just click “Root” and let it run. It should say rooted when done. Then go to the Market on your phone and get Titanium Backup and install it. It will ask for SuperUser permission and accept that on your phone. If that fails press “Problems” button, Then “Get Busybox”. Install the new Busybox. You may have to close and reopen Titanium Backup again. I would say to download and install ClockworkMod after rooting and before getting Titanium Backup, Except ClockworkMod currently does not work for the SGS 4G Yet. So, skip that step for now. You should be able to backup your phone after this.
Click to expand...
Click to collapse
This is good information, but what about for Mac users? I was previously able to root my Samsung Vibrant just by installing the update.zip file via CWM. Should Mac users wait for this course or can we make it happen now?
Also, what's the benefit of rooting right now? Just to remove bloatware? There's no custom roms yet, right?
Look at the Unix instructions about associating the USB ID with the Mac. I haven't tried it, but I suspect that is the missing step.
Update: Nope -- According to Google, http://developer.android.com/guide/developing/device.html#setting-up
Setup your system to detect your device.
* If you're developing on Windows, you need to install a USB driver for adb. If you're using an Android Developer Phone (ADP), Nexus One, or Nexus S, see the Google Windows USB Driver. Otherwise, you can find a link to the appropriate OEM driver in the OEM USB Drivers document.
* If you're developing on Mac OS X, it just works. Skip this step.
* If you're developing on Ubuntu Linux, you need to add a rules file... ​
(Emphasis mine)
Sent from my SGH-T959V using XDA App
I'm wanting to root the 4G. The Galaxy3 was bought unlocked so it doesn't have the crap on it. Like I said, the ROM seems to be ok, it's just the stupid bloatware.
Chamgea said:
This is good information, but what about for Mac users? I was previously able to root my Samsung Vibrant just by installing the update.zip file via CWM. Should Mac users wait for this course or can we make it happen now?
Also, what's the benefit of rooting right now? Just to remove bloatware? There's no custom roms yet, right?
Click to expand...
Click to collapse
Macs are out of my Knowledge base. I've taught PC repair at LAUSD in Ca, but haven't studied the Mac thing. It's something I want to learn, just have not got around to it yet.

[Q] How can I safely root the galaxy s?

I have downloaded the one click and samsung drivers. The program opens fine. But I have read some people getting phones messed up from rooting with this program?
Should I remove the SD card first before rooting?
Does this program work with 2.2 one click for Galaxy?
Thanks!
Hey
the version i used is 1.7 and no problem here ....
I have read somewhere that you should unmount your sd card , well i didnt and still got phone rooted..
i dont see much of problem with it ..... it will take around 5 mins so just be patient.....dont forget to install samsung drivers .... and put phone into developer mode
Can not get it to work.
Yes I did download Samsung drivers succesfuly.
Yes I enabled Debugging mode succesfully
Tried using both One click 1.7 in Rage mode. Tries to work but just cursor flashing and does nothing.
Then used the other One click program that comes up with BLUE SAMSUNG I9000 and has choice to One click 2.1, 2.2 or remove root.
I choose 2.2 and then phone resets like when I used Clockwork on my old HD2.
I chose correctly to install the files.
PHone loads files but then get error code and wont install them. Reads Signiture Verification Failed!
I read others having same issue of phone not letting files install.
Anyhelp!
I know its not rooted as Titanium Backup is not getting root permission..
iceshark said:
Can not get it to work.
Yes I did download Samsung drivers succesfuly.
Yes I enabled Debugging mode succesfully
Tried using both One click 1.7 in Rage mode. Tries to work but just cursor flashing and does nothing.
Then used the other One click program that comes up with BLUE SAMSUNG I9000 and has choice to One click 2.1, 2.2 or remove root.
I choose 2.2 and then phone resets like when I used Clockwork on my old HD2.
I chose correctly to install the files.
PHone loads files but then get error code and wont install them. Reads Signiture Verification Failed!
I read others having same issue of phone not letting files install.
Anyhelp!
I know its not rooted as Titanium Backup is not getting root permission..
Click to expand...
Click to collapse
Down root check fron the market. Just because Titainium is not getting root permission does not mean it's not rooted. It’s not that difficult to root the SGS 4G Phone. The first thing you need to do is make sure your phone is communicating with your computer. Install the Samsung USB drivers.(make sure you have the right drivers for your O.S. either 32bit or 64bit) In your phone go into Settings/Applications/Development and make sure you check “USB debugging”. Connect your Tethering cable to your phone. On your home screen you should see “USB Connected” popup on top of your screen. You should be able to press USB connected button from the drop-down menu on the home screen and see the external SD card on the computer now. If that works then Turn off USB storage. (leave “USB debugging” checked) Then Download SuperOneClickv1.7-ShortFuse, expand the file and go to SuperOneClickv1.7-ShortFuse Directory. Run the SuperOneClick App. When it opens don’t change anything and just click “Root” and let it run. It should say rooted when done. Then go to the Market on your phone and get Titanium Backup and install it. It will ask for SuperUser permission and accept that on your phone. If that fails press “Problems” button, Then “Get Busybox”. Install the new Busybox. You may have to close and reopen Titanium Backup again. BTW this post should be in general.
yeah, i dont suggest you use rage. it took forever for me to root the phone that way. i left it on psneuter and it rooted in about 5 minutes
Sent from beyond the Galaxy
Thanks guys! Yes Rage was the issue. I followed his instructions and left in pnuueter and it worked perfectly! Now my Titanium is rooted and working.
Now if we could just get a good Apsd to let us format the SD card to ext 4 that would be a perfect world!
Thank you.
Moved to proper forum.
menacetwosociety said:
yeah, i dont suggest you use rage. it took forever for me to root the phone that way. i left it on psneuter and it rooted in about 5 minutes
Sent from beyond the Galaxy
Click to expand...
Click to collapse
^ thats what i forgot to tell him to change it lol
Rooted my SGS4G using Superoneclick.
2 things I noticed. Your AV will think that Rage is a virus. NOD32 kept quarantining it. I turned off both AV and FW.
Also, after you install the Samsung USB driver, reboot your computer. I had that "waiting for device" message until I rebooted computer. Then it flew. The driver doesn't offer to reboot, or tell you to.
Z

Root Huawei U8652 Success!!!

Several people have been asking for help to root the Huawei U8652 (i.e. AT&T GoPhone Fusion U8652). After a little work, I figured out how to get this to work.
All previous users were having problems utilizing known techniques to root other Huawei phones of similar design.
Seems that the good folks at AT&T used a little trick to block the fundamental layers by which the root kits were using to gain access. It appeared that the phone had disabled certain logging features that would allow one to root the phone.
Here is how to do it (keep in mind you are doing this at your own risk, I am not responsible for any problems that you may encounter):
1. You need to install the latest Android SDK (search google for latest version)
2. download unlockroot v2.3
3. Follow the instructions and make sure that you have set your Settings > Development > USB Debugging box checked. I also set Unknown sources checkbox on.
4. Type in the following code on the phone keypad
*#*# 2846579 #*#*
This will open up the Service Mode
Go to Project Menu > Background Settings > Log Settings
Turn on Log Switch and set Log Level Settings to Verbose
go back one screen
Go to Dump and Log and place a check in all log settings.
Reboot the phone
Once rebooted use UnlockRoot and root you phone.
Confirm success by using a Terminal app from the marketplace (free) and when you open a terminal type su at the $ prompt. It will ask if you want to install SuperUser, accept. The terminal prompt should now read # instead of $ which means you are a root user.
Good Luck!
Tried your method but says "Not find devise"
i did it worked on huawei u8652 thanks dude
It Really Works, My Huawei is Finally Rooted. Thx
Thanks
Thanks, worked first time. Now to ADB and remove the ATT bloatware.
No device detected
Followed your guide but when i got to unlock root it would say that no device was detected but i had enabled usb debugging and the log files.
K SHOE did you install sdk manager that happened to me but i downloaded sdk manager and the plugins and it worked the second time
HUAWEIu8652 said:
K SHOE did you install sdk manager that happened to me but i downloaded sdk manager and the plugins and it worked the second time
Click to expand...
Click to collapse
what plugins are you supposed to install i installed the sdk manager and then nothing else was their somthing in manager i was supposed to install.
Nope doesn't work on mine either. But I have Android 2.3.5 so I am sure that's the issue.
K SHOE i downloaded the sdk manager that said android sdk r16 windows.zip opened sdk then installed a bunch of things or if you want i can unroot mine and make a tutorial for u and post it on utube
I like that idea !
HUAWEIu8652
I have tried and tried but when I read the compatibility version 2.3.5 is not listed.
Thanks
Update: Got it to work with superOneClick.
Worked like a charm on my daughters phone! I used superoneclick 2.3.3.
Ok so I downloaded SDK manager , put the cell on debugging mode also did the *#*# 2846579 #*#* step but when I connect my phone to de pc it doesn’t come up on superoneclick or ultra lock . Is there any particular package that I must download from SDK manager? Or am I missing any step in the proses? I have Android 2.3.5
Go here: http://forum.xda-developers.com/showthread.php?t=803682
It will tell you all you need to know. Make sure not AV software is running and that you are running it as admin on windows. I know it's scary but it's what's required to make it work. Good luck.
palalan said:
Go here: http://forum.xda-developers.com/showthread.php?t=803682
It will tell you all you need to know. Make sure not AV software is running and that you are running it as admin on windows. I know it's scary but it's what's required to make it work. Good luck.
Click to expand...
Click to collapse
Thank you very much man. I watched the video on the button and did exactly as it says. Once I connected the phone, in the general tab I pressed the Root button and it worked its magic. It works on 2.3.5, I used SuperOneClick2.3.3
Worked for me!
This process worked for me. UnlockRoot did not recognize my device on the first try, but after restarting my computer it went off without a hitch. Followed up the rooting with bloatware removal, now this phone is a true value. Thanks!
UPDATE: I purchased another one of these phones for my mother to introduce her to the world of smartphones. I rooted it using this method and it went pretty well. UnlockRoot did not recognize the device on the first try, but eventually picked it up and took care of business. I'm a noob to rooting and the android OS, so I figured I would pass along the easy method I went with to remove the AT&T bloatware. I downloaded link2sd (which is free) and after gaining superuser permissions, I used the "convert to user app" function on the bloatware. I then was able to move those apps to the SD card and then uninstall them. This might not be as efficient a process as using root explorer to delete the files, but for a noob it was much safer. I was able to free up over 70 MB of internal memory which finally allowed me to install more apps to the SD card.
SuperOneClick 2.3.3 worked for me. Awesome!
How do you reboot the phone?
I have a question:
How do reboot a huawei U8652 phone?
I need to know in order to continue...
worked like a charm!! thanks now i hope there a rom fo this phone.
sd_james said:
Several people have been asking for help to root the Huawei U8652 (i.e. AT&T GoPhone Fusion U8652). After a little work, I figured out how to get this to work.
All previous users were having problems utilizing known techniques to root other Huawei phones of similar design.
Seems that the good folks at AT&T used a little trick to block the fundamental layers by which the root kits were using to gain access. It appeared that the phone had disabled certain logging features that would allow one to root the phone.
Here is how to do it (keep in mind you are doing this at your own risk, I am not responsible for any problems that you may encounter):
1. You need to install the latest Android SDK (search google for latest version)
2. download unlockroot v2.3
3. Follow the instructions and make sure that you have set your Settings > Development > USB Debugging box checked. I also set Unknown sources checkbox on.
4. Type in the following code on the phone keypad
*#*# 2846579 #*#*
This will open up the Service Mode
Go to Project Menu > Background Settings > Log Settings
Turn on Log Switch and set Log Level Settings to Verbose
go back one screen
Go to Dump and Log and place a check in all log settings.
Reboot the phone
Once rebooted use UnlockRoot and root you phone.
Confirm success by using a Terminal app from the marketplace (free) and when you open a terminal type su at the $ prompt. It will ask if you want to install SuperUser, accept. The terminal prompt should now read # instead of $ which means you are a root user.
Good Luck!
Click to expand...
Click to collapse
Nice work!
I want to know though, if there is a way to unlock the AT&T Huawei U8652 without paying any code from any unlocking site?
Thank you

[Guide][Root] - Nextbook NX007HD

I recently got one of these, I imagine quite a few people did (sale this year on em), and could find no documentation on how to root it. Hopefully this hits google and will help all the other users out there! I did not make the software but gave it a go and it worked fine.
How to Root your Nextbook NX007HD
Google and download Cydia Impactor (First result on Google) Extract it (desktop, wherever you prefer)
Enable USB Debugging on your Tablet (Settings > Developer Options > USB debugging)
Plug up your Tablet via USB, do not turn usb storage on, let windows try (and most likely fail) at installing drivers.
Launch Impactor and select USB Driver Scan from the top menu (under USB). Let it do it's thing, reboot your PC after.
Verify your tablet/android device is showing up on the start-bar as being plugged up/in (bottom right area)(this may not be needed depending on your setup)
Relaunch Impactor (if rebooted ) and hit the Start Button
Let it do it's thing.
You should be rooted :victory: now go install SuperUser!
I should additionally note in my experience the SuperUser by ChaindsDD does not properly catch/work, but the one by CWM does.
Hope this helped everyone out who was slightly concerned when they couldn't find a root method someone else had tried/verified!
Thank You
I got the NX007HD cause it was on sale, before needing this one I head bought a tablet Craigslist and it WS already rooted.
I have never rooted before and tryed the one click root which didn't would and came across this and after spending all day trying to root it with or help it was done in under 10 mins I can't thank you enough.
P.S by any chance cukdu tell me how I could change the start up screen?
niftypixelz said:
I recently got one of these, I imagine quite a few people did (sale this year on em), and could find no documentation on how to root it. Hopefully this hits google and will help all the other users out there! I did not make the software but gave it a go and it worked fine.
How to Root your Nextbook NX007HD
Google and download Cydia Impactor (First result on Google) Extract it (desktop, wherever you prefer)
Enable USB Debugging on your Tablet (Settings > Developer Options > USB debugging)
Plug up your Tablet via USB, do not turn usb storage on, let windows try (and most likely fail) at installing drivers.
Launch Impactor and select USB Driver Scan from the top menu (under USB). Let it do it's thing, reboot your PC after.
Verify your tablet/android device is showing up on the start-bar as being plugged up/in (bottom right area)(this may not be needed depending on your setup)
Relaunch Impactor (if rebooted ) and hit the Start Button
Let it do it's thing.
You should be rooted :victory: now go install SuperUser!
I should additionally note in my experience the SuperUser by ChaindsDD does not properly catch/work, but the one by CWM does.
Hope this helped everyone out who was slightly concerned when they couldn't find a root method someone else had tried/verified!
Click to expand...
Click to collapse
WHERE usb driver
jlneely said:
P.S by any chance cukdu tell me how I could change the start up screen?
Click to expand...
Click to collapse
You unfortunately can only change one of the three images on boot animation (no idea why, have tried many diff ways!)
Check this out : http://forum.xda-developers.com/showthread.php?t=2334927
ming ming said:
WHERE usb driver
Click to expand...
Click to collapse
Be sure to hit > Usb > Driver Scan at the top of Impactor as noted in the instructions!
Glad this helped you, I've rooted a few other friends tables (same model) with no problems!
Upgrade
Do you know where I can find help to upgrade the firmware from 4.1.1 to any later version, or if this is even possible for this model?
I am trying to download Angry Birds for my daughter, but it says that its not compatible with this version firmware.
No upgrade needed!
dannybz said:
Do you know where I can find help to upgrade the firmware from 4.1.1 to any later version, or if this is even possible for this model?
I am trying to download Angry Birds for my daughter, but it says that its not compatible with this version firmware.
Click to expand...
Click to collapse
Hello dannybz,
Last weekend I was able to install many apps on my niece's tablets, (Angry Birds, Hay Day, Google earth, Ninja Fruit cut) :good:
After rooting the tablet with the great instructions you found here, you have to install an app called: "Market Helper" and follow the instructions...
codekiem.com/2013/02/13/market-helper/
Then you can install many apps you want...
Hope it can help you... It helped me a lot.
(I did this on 2 tablets with Android 4.1... the original version that comes with the tablet)
Can you provide a dump of original rom for this tablet?
Been trying to get a hold of it since forever.
"No such device" Error
Hi! I'm trying to use Cydia Impactor on my Nextbook NX007hd tablet but get error "No such Device" and sound like disconnecting from USB port.. can anybody help me please?
Nextbook model: next7100kld can be root?
thanks

Categories

Resources