Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
AV1985
Old
#141  
AV1985's Avatar
Senior Member
Thanks Meter 4
Posts: 126
Join Date: Jul 2010
Quote:
Originally Posted by kuwait View Post
Hi I also did not work till now with ADB commands. However there is an easy solution (for Dummies):

1)Download zip from following link and unzip:

https://www.dropbox.com/s/v1mnwnkbi5...%20install.zip

2)Run ADB for Dummies.exe and install android SDK for Windows:

3)Right click on My Computer and go to Properties/Advanced settings (for Windows 7 & Vista) or Poperties/Advanced Tab (for Windows XP). Open Environment Variables , click New and fill in following values:

in field Variable: adb
in field Value: C:\android-sdk-windows\platform-tools

4)Extract zip file from first page of this tread sgs3-root-install.zip in directory:

C:\android-sdk-windows\platform-tools

5)Check USB Debugging in Settings/Development mode of your S3 phone.

6)Connect USB cable

7)Go to directory:
C:\android-sdk-windows\platform-tools
and double click on
install.bat

Telephone should reboot and update android which proves that work done. You can see SuperSU installed in your programs.


+1 with this error and unfortunately, this guide didn't help. Getting error: device not found when trying to use ADB, therefore can't push SU onto the S3 so no real root :(
 
simone201
Old
#142  
simone201's Avatar
Recognized Developer
Thanks Meter 4283
Posts: 4,626
Join Date: Sep 2010
Location: Lecco

 
DONATE TO ME
Quote:
Originally Posted by Chainfire View Post
Looking at recovery now. I think there's a logic breakdown in the recovery sources which will mess with internal/external sdcard selection at the moment.
I had the same problem, i need someone with a GS3 to pick up some commands output to fix internal sdcard, because external already works fine

Sent from my Desire HD using Tapatalk 2

Support my Work, Please
 
::indie::
Old
(Last edited by ::indie::; 27th May 2012 at 07:23 PM.)
#143  
::indie::'s Avatar
Recognized Developer
Thanks Meter 27285
Posts: 4,626
Join Date: May 2010
Quote:
Originally Posted by simone201 View Post
I had the same problem, i need someone with a GS3 to pick up some commands output to fix internal sdcard, because external already works fine

Sent from my Desire HD using Tapatalk 2
Omega's team has an SG3, we can help.
::indie's:: Omega Roms Series
Omega Files Pro app - Build and Customize your rom the way you like it!!
Samsung Galaxy S4 Samsung based I9505 - Samsung based I9500
Samsung Galaxy Note II N7100: Samsung based JB 4.1.2
Samsung Galaxy S III I9300: Samsung based: JB 4.1.2 - Omega AOKP - Android 4.2.2
Samsung Galaxy S II I9100 Android 4.1.2 - Android 4.2.2 AOKP
Samsung Galaxy Note 10.1: Samsung based JB 4.1.2
HTC HD2 + Tmous HD2 - Omega v30 - WM6.5.x Build 29022
:: User Friendly Developer ::

If you like my work please consider a donation!
Please use Omegas Threads for Support and Suggestions and don't sent me pm's!

 
Chainfire
Old
#144  
Chainfire's Avatar
Senior Moderator / Elite Recognized Developer - OP
Thanks Meter 31424
Posts: 7,981
Join Date: Oct 2007

 
DONATE TO ME
Quote:
Originally Posted by simone201 View Post
I had the same problem, i need someone with a GS3 to pick up some commands output to fix internal sdcard, because external already works fine
I know what you're thinking, but that's not going to work. Internal sdcard is "fuse"d. I know that's supported, you just have to setup the recovery fstab right - I've done it for other models. The thing is, the current CWM source supports that, or it supports internal sdcard normally, or it supports external sdcard, or it supports internal sdcard + external sdcard, but it does *not* support internal sdcard *fused* + external sdcard. You can make it work by switching the sdcards around, but that will mess up usage and "android secure" will not be properly backed up or restore.

At least, that's how I read the source. I haven't bothered compiling or testing. But if I read it right, the source needs some overhauling for this to work *properly*. That's not a big problem by itself, however it's probably best if that is played directly in cooperation with Koush, so the CWM sources are fixed - instead of us hero-ing around on our own.

(On the other hand, if this is all actually true, it's a pretty big fail in the last batch of CWM adjustments ... because this setup should have been expected when "fuse"d sdcards were introduced)

(And still, aside from this specific problem, yes, you could have just taken SGS2 recovery binaries, adjusted recovery.fstab, and injected it into stock SGS3 recovery to get a proper CWM)
I AM ON VACATION
I know, I still had lots of PMs and emails to answer, problems to debug, features to implement, updates to release, people to help, etc, but it'll just have to wait. But do not despair, I will return soon to procrastinate some more.

BLOG - G+(Chainfire) - G+(Personal) - TWITTER - IRC - DONATE

Android
HTC G1, Hero
Samsung i5800, i9000*2, P1000*2, P7100, i9100*2, N7000, P6800, i9300, N7100, i9505
Sony T LT30p, Z C6603
Nexus Galaxy*2, N7, N10

SuperSU, Mobile ODIN, TriangleAway, DSLR Controller, CF-Root, USB Host Diagnostics, ExynosAbuseAPK, Live dmesg+logcat, NoMoarPowah!, CF-Bench, Chainfire3D, CF.lumen, SGS2 SIM Unlocker, GingerBreakAPK, SuperPower, and more!

Windows Mobile 5/6
E-Mobile EM-ONE
HTC Wizard*2, Kaiser, Touch, Diamond, Pro, HD*2, Diamond 2, Pro 2*2, HD2*2
Samsung i780, i900*2, i8000*2, b7300, b7320, b7330, b7620*2, b6520

WMWifiRouter, KaiserTweak, FPUEnabler, WMLongLife, WMRegOptimizer, CFC+GUI, TF3D+v2 ports, Kaiser+Omnia2+Snapdragon 3D drivers, GfxBoost, and more!

Windows Phone 7
LG GW910

NOTICE: I do not respond to tech support questions through PM.
 
simone201
Old
#145  
simone201's Avatar
Recognized Developer
Thanks Meter 4283
Posts: 4,626
Join Date: Sep 2010
Location: Lecco

 
DONATE TO ME
Quote:
Originally Posted by Chainfire View Post
I know what you're thinking, but that's not going to work. Internal sdcard is "fuse"d. I know that's supported, you just have to setup the recovery fstab right - I've done it for other models. The thing is, the current CWM source supports that, or it supports internal sdcard normally, or it supports external sdcard, or it supports internal sdcard + external sdcard, but it does *not* support internal sdcard *fused* + external sdcard. You can make it work by switching the sdcards around, but that will mess up usage and "android secure" will not be properly backed up or restore.

At least, that's how I read the source. I haven't bothered compiling or testing. But if I read it right, the source needs some overhauling for this to work *properly*. That's not a big problem by itself, however it's probably best if that is played directly in cooperation with Koush, so the CWM sources are fixed - instead of us hero-ing around on our own.

(On the other hand, if this is all actually true, it's a pretty big fail in the last batch of CWM adjustments ... because this setup should have been expected when "fuse"d sdcards were introduced)

(And still, aside from this specific problem, yes, you could have just taken SGS2 recovery binaries, adjusted recovery.fstab, and injected it into stock SGS3 recovery to get a proper CWM)
That's what i thought too, and also kinda "hacking" the fstab is an easy way to fix it...we just need to know the proper partition position in the block device afaik, as there SHOULD be a partition for it (or a device address...)

And yes, i already knew that only needs changing the fstab to be usable
What i am trying now is to port the touch features

Sent from my Desire HD using Tapatalk 2

Support my Work, Please
 
kuwait
Old
#146  
kuwait's Avatar
Senior Member
Thanks Meter 5
Posts: 163
Join Date: Jan 2008
Quote:
Originally Posted by AV1985 View Post
+1 with this error and unfortunately, this guide didn't help. Getting error: device not found when trying to use ADB, therefore can't push SU onto the S3 so no real root :(
1) Install latest version of KIES from Samsung site.
2) Turn ON the phone, connect to the computer and wait until all drivers installed. This takes time.
 
brittosa
Old
#147  
Member
Thanks Meter 10
Posts: 35
Join Date: Feb 2008
Google for and install SAMSUNG_USB_Driver_for_Mobile_Phones_v1_3_2300_0.e xe

Install Java & Android SDK.

Extract contents of sgs3-root-install.zip into \android-sdk\platform-tools (adb.exe should be here)

On SGSIII enable "USB debugging" (Settings > Developer options > USB debugging)

Connect phone to PC and wait for the drivers to install

Power off device, unplug and go to download mode (Volume Down + Home + Power)

Plug-in device again and launch Odin. Make sure Odin's "ID:COM" field is highlighted.

Click "PDA" and point to "CF-Insecure-SGS3_XX_NEE_ALE8-v1.2.tar"

After device reboots run install.bat from \android-sdk\platform-tools
The Following User Says Thank You to brittosa For This Useful Post: [ Click to Expand ]
 
danilos2k
Old
#148  
danilos2k's Avatar
Senior Member
Thanks Meter 17
Posts: 209
Join Date: Sep 2005
Quote:
Originally Posted by simone201 View Post
I had the same problem, i need someone with a GS3 to pick up some commands output to fix internal sdcard, because external already works fine

Sent from my Desire HD using Tapatalk 2
I send you a PM
 
AV1985
Old
#149  
AV1985's Avatar
Senior Member
Thanks Meter 4
Posts: 126
Join Date: Jul 2010
Thanks guys. After hours of fiddling, got it to work.

My main problem was drivers. When I ran the Kies setup, it just unpacked and quit. It worked before, just not now!

I eventually managed to solve this by, and I don't know why it worked, redownloading the exact same Kies package. Installed the Samsung USB Drivers first, then Kies, and then ADB found my device.

I'm running a rooted S3 now yay! Oh Titanium Backup how I missed you so!!
 
usb2007
Old
#150  
Senior Member
Thanks Meter 10
Posts: 109
Join Date: Aug 2007
that was quick..followed the procedure mentioned in post # 147 and everything went smooth..rooted!
Work: Samsung Galaxy S 4
Play: Apple iPod 5G
Backup: Samsung Galaxy S III
Couch : Acer Iconia Tab A500

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
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...