Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
Muhamadabdelaall Old
#11  
Guest
Thanks Meter
Posts: n/a
Quote:
Originally Posted by kamots View Post
yep im wondering the same as i dont have any adb or or sdk installed on computer, as i dont know how to use either one. can i still use this?
Me too have no clue about that!! Can anyone just type a "Step by step" to use this please?

Thanks
 
CLShortFuse
Old
#12  
Recognized Developer - OP
Thanks Meter 627
Posts: 525
Join Date: Feb 2007

 
DONATE TO ME
For those of you who don't understand what ADB is:

http://tinyurl.com/35ba2wz

It's a little scary for people to be rooting their devices without even knowing the basics...
 
flashman2002
Old
#13  
flashman2002's Avatar
Senior Member
Thanks Meter 75
Posts: 1,220
Join Date: Aug 2010
Location: Derby/Wichita Kansas
Cl,

When I unzipped I clicked the gui and ok. It gives me an uncaught exception error. I figured I would just have to have USB debugging enabled, is there something else I am missing.

I figured I would give this a shot so I don't have to go though ADB to do my root all over again. I will post the details of my error.

Quote:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ComponentModel.Win32Exception: The system cannot find the file specified
at System.Diagnostics.Process.StartWithCreateProcess( ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at RageAgainstTheCageGUI.Form1.runCommand(String arguments)
at RageAgainstTheCageGUI.Form1.button1_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventAr gs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3615 (GDR.050727-3600)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
RageAgainstTheCageGUI
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Users/Brian/Desktop/Android%20Central/Rooting/Captivate%20one%20click%20root/Froyo/RageAgainstTheCageGUI.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3614 (GDR.050727-3600)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
 
CLShortFuse
Old
#14  
Recognized Developer - OP
Thanks Meter 627
Posts: 525
Join Date: Feb 2007

 
DONATE TO ME
Quote:
Originally Posted by flashman2002 View Post
Cl,

When I unzipped I clicked the gui and ok. It gives me an uncaught exception error. I figured I would just have to have USB debugging enabled, is there something else I am missing.

I figured I would give this a shot so I don't have to go though ADB to do my root all over again. I will post the details of my error.
System.ComponentModel.Win32Exception: The system cannot find the file specified

Your ADB path isn't set

Try looking at http://androidcommunity.com/forums/f...de-easy-17732/
 
austinhal
Old
#15  
Junior Member
Thanks Meter 1
Posts: 1
Join Date: Oct 2010
Worked great the first time I ran it on XP! Thanks so much.
The Following User Says Thank You to austinhal For This Useful Post: [ Click to Expand ]
 
flashman2002
Old
#16  
flashman2002's Avatar
Senior Member
Thanks Meter 75
Posts: 1,220
Join Date: Aug 2010
Location: Derby/Wichita Kansas
Quote:
Originally Posted by CLShortFuse View Post
System.ComponentModel.Win32Exception: The system cannot find the file specified

Your ADB path isn't set

Try looking at http://androidcommunity.com/forums/f...de-easy-17732/
Ok I'll give it a shot. I am assuming when you said this has to go in my sdk-tools you were talking about the gui from your OP. If that is the case I did not pay attention very well. Thanks.
 
JamesAK
Old
(Last edited by JamesAK; 9th October 2010 at 04:37 PM.)
#17  
JamesAK's Avatar
Junior Member
Thanks Meter 1
Posts: 27
Join Date: Jul 2010
Worked like a charm! (win7x64)

EDIT: Its rooted alright, MarketAccess was installed ok, however I tried to install another app and got the "for security your phone is set to block installation of applications not obtained from Android Market"
....... Ideas?
 
m7ia
Old
(Last edited by m7ia; 9th October 2010 at 04:42 PM.)
#18  
Member
Thanks Meter 2
Posts: 59
Join Date: Sep 2010
Location: Long Island, NY
Seemed to work fine for me. I have the android sdk's tools dir added to my PATH. On Win7 x86 and using 2.2. Didn't try busybox or anything yet. Thanks CLShortFuse!
 
magica4
Old
#19  
Junior Member
Thanks Meter 0
Posts: 1
Join Date: Mar 2008
OK ... got it done ...

But now what? I got the Superuser Icon but I still can't replace system files.

Is there anything else to do?

How can I get rid of the AT&T apps?
How do I access the "open" market?
 
Maliberti
Old
#20  
Maliberti's Avatar
Member
Thanks Meter 2
Posts: 65
Join Date: Feb 2010
Location: Seattle
It worked but I can not send emails with attachement from my exchange.
It crashes and force close.
The gmail has no issues.
><(((º> ﻞ

 
Post Reply+
Tags
2.2, galaxy, galaxy s brazil, galaxy y s5360, root, superoneclick, uckb2, z4root
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...