I want to be able to use adb to pull/ push apps to my phone.
I recently converted my PC to Ubuntu 10.10 from windows and I am finding it impossible to find any sort of noob friendly guide as to how I can actually get it installed and working.
Can anyone help? Or point me towards a guide. All the stuff I find seems to assume you either already have it installed or know how to do it already!
Sent from my GT-I9000 using XDA App
Well thanks for your help folks
Sent from my GT-I9000 using XDA App
here ya go http://tinyurl.com/44zscrd
Follow the first guide, if you still have problems post back and I'll try to help you with what you need
Ok I tried this, I realise you were taking the piss but the guide was good except I could not get Ubuntu to recognise my device. Followed the instructions to the letter. I know Linux is not meant to be easy but why is it SO hard?
Sent from my GT-I9000 using XDA App
branalvere said:
Ok I tried this, I realise you were taking the piss but the guide was good except I could not get Ubuntu to recognise my device. Followed the instructions to the letter. I know Linux is not meant to be easy but why is it SO hard?
Sent from my GT-I9000 using XDA App
Click to expand...
Click to collapse
ubuntu recognizes it by default unless you modified your settings or messed with the kernel.
http://developer.android.com/sdk/index.html
Download the Linux tools. Extract it then open your terminal and go to the extracted folder, inside here is a folder called tools, with the terminal cd into tools and type ./android.....app should open, go to available packages, android repository, check the first one and should be android sdk tools.
Click install selected at the bottom right. Once it's done you will have adb installed.
On your phone, go to settings, applications, development, check usb debugging. Also check unknown sources.
Inside the folder you are in, there should be a file/ script called adb. This means you can run the adb commands from here.
In terminal, assuming you are in the folder where the adb file is located, type:
Sudo ./adb start-server
This should recognize your phone.
Related
From what I read a few people have had problems installing ADB on windows 7 so I figured this might help some so here we go
1st Down load the android sdk found here= http://developer.android.com/sdk/index.html
2nd download the java jdk found here= http://www.oracle.com/technetwork/java/javase/downloads/index.html
3rd download Mobile Stream Easy tether. You can find it on the android market. You can use the free version or the pro. Either version will do.
Now install the java jdk and let it run that's all for the java.
Second extract the android sdk to your c:\ drive.
Meaning right click on the android sdk and choose extract.
A window will appear. In the address bar of that window is were the files will currently be extracted to. Please delete everything in the address bar except the c:\ Then click ok and close the window.
Then go to your start menu and click on it. From there go to computer and click on it. Then you will see an icon that says (c That's your hard drive were you extracted the android sdk. Click/Double click on this icon. From there you should see a folder named Android-sdk something something, Right click on this folder and rename it to AndroidSDK
Please rename the folder exactly as I wrote it capitol letters and all.
Next make sure that you have usb debuggin enabled on your phone. If you can't find this, "PLEASE STOP UNTIL YOU DO"
Now open up the mobile stream easy tether application on you phone. This is needed because it gives you an option to download the .exe file for your os/ windows. - So download the .exe and when its done go to your sd card and find the .exe It should be in your downloads folder on your sd card. Once you have the file transfer it to your Laptop/Pc.
Now run the .exe file and when it opens up it will give you an option of Easy tether core or Android USB drivers. Please choose the Android USB drivers. But "STOP" and click the little arrow next to ANDROID USB DRIVERS. A menu will appear. When it does please choose ENTIRE FEATURE WILL BE INSTALLED ON C:\ DRIVE. Check that option as well. Click install and let it finish.
Now please REBOOT your Laptop/Desktop.
When your pc/laptop is up and running, plug your phone into your pc the drivers should begin to install let it finish.
If your using Windows vista 32bit/64bit or Windows 7- 32bit/64bit go to your start menu and click on it. In the search box at the bottom of the start menu type in cmd. After that press the enter key on your keyboard. If your using Windows Xp then go to your start menu and click on "run" This will bring up a little box on the left side of your desktop. In that menu box type cmd and hit enter on your keyboard. This will bring up a command window as well.
When that command window appears. Type this command.
cd\
then hit enter
Now type cd\AndroidSDK\tools\
then hit enter
Now type adb devices. You should see a bunch of numbers.
Those numbers. Represent your phone.
Now type
adb shell
Then hit enter on your keyboard.
You should see the # sign. That means you have adb installed. To test it just type reboot recovery and it should reboot your phone into your current recovery. From there you got it.
I hope this helps anyone who was having a hard time installing adb with the htc drivers.
Edit if you need help installing adb on ubuntu see my thread here
http://forum.xda-developers.com/showthread.php?t=794624
thanks really needed this a while back
Great guide, but this is all I do if I need basic adb to access my phone to get shell access or push/pull apk files, etc. It takes maybe 5mins tops depending on my download speed.
If all you need is adb to access your phone for shell access, or to push or pull files (like .apk) then do the following:
Download HTC Sync software from HTC's website. Install this software. It includes the needed USB drivers. This works on 64 bit machines as well. I know because it is what I use.
Download the Android SDK for Windows.
Use your favorite tool to extract the Windows Android SDK to the location of your choice. I use 7-zip, but Windows supports extraction of .zip files by default. Right click the file and choose Extract All. For the sake of this guide we will use C:\. Put that in the box when it asks where to extract to.
Once extracted you should have C:\android-sdk-windows folder on your computer, assuming you extracted to C:\ like this guide uses.
Now click your start menu, choose All Programs, click on Accessories, and choose Command Prompt. Power users will know you can also press the 'Windows Key' + R and type CMD and hit enter. Same result either way.
Now type into the black box (command prompt) the following (without the "quotes"): "cd c:\android-sdk-windows\tools\" and press enter. CD stands for change directory. We are navigating your hard drive using the command prompt.
Now you can use adb commands. Simply type adb and hit enter to see a full list of commands. The most common command is "adb shell" (no quotes again) to get to your phones shell.
Remember, your phone needs to be in USB debugging mode (on your phone from the desktop: Menu Key, Settings, Applications, Development, check the USB Debugging box, and accept the notice when prompted) and you need the HTC USB Drivers installed.
I say this is simple, but I'm also not new to computers or the command line so it might not be clear to everyone. If you need clarification please ask.
Note: I've edited my post many times to make it not sound like an attack on OP. There are many ways to do the same thing. Do whatever works best for you.
Actually to correct you --- you have to download the development platforms via adb tools .exe to do development also you will need the eclipse software as well this is for just adb the Java helps in some cases you will see wen using adb Java is helpful also if people want to use the theme injector the Java is there all they would have to do is add it to there path also from what I read quiet a few people were having problems with the HTC sync drivers so this is a way to do it if you can't get the HTC drivers to work and this can't be over complex this takes like 15 min and your done how complex is that????? And to clarify your statement on -- this is the Heroc forum lol really is not the hero android??? That's y I said use the easy tether its gives you the option to install the ABD Android USB drivers but thanks also y not post ur way of installing adb its all usefull knowledge
Root-Hack-Mod-Always™
joselv456 said:
thanks really needed this a while back
Click to expand...
Click to collapse
A man just hope it helps but thanks
Root-Hack-Mod-Always™
laie1472 said:
Actually to correct you --- you have to download the development platforms via adb tools .exe to do development also you will need the eclipse software as well this is for just adb the Java helps in some cases you will see wen using adb Java is helpful also if people want to use the theme injector the Java is there all they would have to do is add it to there path also from what I read quiet a few people were having problems with the HTC sync drivers so this is a way to do it if you can't get the HTC drivers to work and this can't be over complex this takes like 15 min and your done how complex is that????? Lol but thanks also y not post ur way of installing adb its all usefull knowledge
Root-Hack-Mod-Always™
Click to expand...
Click to collapse
Well the topic said "how to install adb" so I was confused as to why it was so in-depth. It didn't say anything about development, Eclipse IDE, etc.
My post was my way of doing it.
Dude you didn't even post ur commands you put what ever what ever a man you can post on this thread it's not like I own it but at least b clear for beginners on what commands you use and make your instructions clear and if this is in-depth I don't get it this is as plain and simple as it gets
Root-Hack-Mod-Always™
Porkrinds said:
Well the topic said "how to install adb" so I was confused as to why it was so in-depth. It didn't say anything about development, Eclipse IDE, etc.
My post was my way of doing it.
Click to expand...
Click to collapse
And I told you about the development platforms because you had stated that my guide was for full on development and its not you need those features to develop like the op says this is just for ADB
Root-Hack-Mod-Always™
laie1472 said:
Dude you didn't even post ur commands
Click to expand...
Click to collapse
I did now, and why so defensive? I'm not attacking your guide or anything. If it works it works. I just said it seemed complex if all you needed was adb.exe to get shell access or to push/pull files.
Defense no way dude just saying if your gonna post ur guide please be clear on what you did so the people know
Root-Hack-Mod-Always™
Porkrinds said:
I did now, and why so defensive? I'm not attacking your guide or anything. If it works it works. I just said it seemed complex if all you needed was adb.exe to get shell access or to push/pull files.
Click to expand...
Click to collapse
See that's what's up the more people know the better thanks I wanna make it so whoever wants ADB can have it in minutes so once again thanks
Root-Hack-Mod-Always™
laie1472 said:
Defense no way dude just saying if your gonna post ur guide please be clear on what you did so the people know
Root-Hack-Mod-Always™
Click to expand...
Click to collapse
You got it. I've edited my first post and hope it clears things up and to make it not sound like I was saying you were wrong or something.
Now what would really help newer users would be a video or some pictures. Might be something to look into later.
And to make it clear anyone who wants to post any kind of way to install adb on any os please do like porkrinds said there are many so all ways are welcomed and if any one needs help installing adb on Ubuntu check my other thread on how to install ABD on Ubuntu
Root-Hack-Mod-Always™
Porkrinds said:
You got it. I've edited my first post and hope it clears things up and to make it not sound like I was saying you were wrong or something.
Now what would really help newer users would be a video or some pictures. Might be something to look into later.
Click to expand...
Click to collapse
Ill post a video later and yea that is a super good idea
Root-Hack-Mod-Always™
Worked great. I was having problems using the HTC sync method and had given up on adb altogether. Thanks for the straight forward and easy to follow guide
trip187 said:
Worked great. I was having problems using the HTC sync method and had given up on adb altogether. Thanks for the straight forward and easy to follow guide
Click to expand...
Click to collapse
No prob just glad u got it up and running
Root-Hack-Mod-Always™
Should work for xp as well
Root-Hack-Mod-Always™
In addition to the OP, if you'd like the ability to run adb commands from any directory via command line, simply copy adb.exe and adbwinapi.dll to your computer's ?:\Windows\System32 directory, where obviously "?" is your Windows installation's drive letter; usually "C".
expxxx said:
In addition to the OP, if you'd like the ability to run adb commands from any directory via command line, simply copy adb.exe and adbwinapi.dll to your computer's ?:\Windows\System32 directory, where obviously "?" is your Windows installation's drive letter; usually "C".
Click to expand...
Click to collapse
I rather just add it to my PATH variable.
Example: http://geekswithblogs.net/renso/archive/2009/10/21/how-to-set-the-windows-path-in-windows-7.aspx
I'd add (on my computer) E:\android-sdk\platform-tools to my PATH variable. No moving files needed.
Trying to keep it simple for new users lol. But many thanks for the post.
Root-Hack-Mod-Always™
Hello all! Here is a guide I am going to show for you so you can get Android SDK and ADB working on your computer and learn your way around Android.
[Note] I am doing this on a Windows 7 Home Premium 64bit computer.
Step 1. Get Java. Download Links Here
First what we need to do is download and install Java for your computer.
Since mine is a 64bit I will need to download both the 64 and 32 bit versions of Java.
If your computer is 64bit you will need to download both.
If 32bit download only the 32bit version.
Once you have Java installed we can move on to the next step.
Step 2. Get Android SDK Download Link Here
Since we have installed Java now we move on to Android SDK.
For Windows users you have 2 options to download SDK.
I chose the .zip file over the .exe Download to the zip
Once finished with the download extract the .zip file.
After zip is extracted open the folder called "android-sdk_r11-windows"
With that open click on the folder, "android-sdk-windows", to rename it.
Rename it AndroidSDK
Open Computer from the Start Menu
For me my Local Disk is C: so I am going to place the folder AndroidSDK in my Local Disk C: drive
Now we have SDK placed in our Local Disk drive now we are going to open the folder and run the .exe called "SDK Manager"
After it loads up it will show you a screen like this.
Just hit Cancel
From the next menu click "Available packages"
Click the drop down arrow on the "Android Repository"
Check the box "Android SDK Platform-tools, revision 5"
At the bottom right of the windows you will see a box "Install Selected" click that and then you will be prompted to download and install the package click "Install"
After it is downloaded you will be prompted with this.
Click Yes, then it should say "Done. 1 Package installed."
Click close and close out of the SDK Manager, bring back up your AndroidSDK.
You should have a file named "platform-tools" open it and select all the files.
Right click and select cut.
Now we are going to go back in our SDK folder open "tools" and paste
You will get a message saying there are already files with the same name, just tell it to replace that file.
This is what it should look like afterwards.
Now we are done with AndroidSDK!
Step 3. Download HTC Sync Download Page Here
Now we have our SDK setup we are close to having our phone ready for ADB.
Download HTC Sync (It is a rather large file 148MB)
This will give us our Drivers for our Sensation.
Once downloaded run the .exe file and follow the on screen instructions.
Once finished go to your phone and go to Settings/Applications/Development and Check USB debugging is on. Now connect your phone to your computer.
Now that your computer has installed your drives we can now use ADB!
Step 4. Conclusion
So far the things we have done were to get us to use our phones for ADB to use a program like, "Fre3vo" to where we can have a temp-root.
Now lets see if our hard work has paid off.
Go to the Start and open command prompt (type cmd in the search and hit enter)
Once your at this stage on the command prompt
type
"cd\"
"cd androidsdk\tools\"
"adb devices"
(don't include the quotation marks)
You should see your device come up like so.
Congratulations you now have everything you need to being!
Very good tutorial, thx.
Sent from my HTC Sensation Z710e using XDA Premium App
Bogdanbd said:
Very good tutorial, thx.
Sent from my HTC Sensation Z710e using XDA Premium App
Click to expand...
Click to collapse
I tried to add every bit of detail that is why it is so long and with many pictures for new people coming to the Sensation and don't know where or what to do. Thanks for you complement.
This is what I explained in the other thread to the guy who made a whole thread about it. Good to see that you created a complete guide with screenshots, cheers!
Thanks.
This is really cool man.
I have a dumb qustion after I do all this then what should I do
and how I push ADB ?
salman saso said:
Thanks.
This is really cool man.
I have a dumb qustion after I do all this then what should I do?
Click to expand...
Click to collapse
As of right now there is not much you can do.
This is just a guide to help people for info as well as people who want to try this temp root [GUIDE] Fre3vo / Fre3dom Official Thread
New 100% reliable "temp root" for Titanium Backup (won't stop working until reboot!)
or [GUIDE] Disabling system/bloatware apps using temp root
excellent guide . very positive approach /
now waiting for permanent root /
aftab565 said:
excellent guide . very positive approach /
now waiting for permanent root /
Click to expand...
Click to collapse
Thanks for the comment! I hope this gets pinned so many new comers will know where to start. I hope we get S-OFF soon!
Sent from my HTC Sensation 4G using XDA App
MLIGN said:
Thanks for the comment! I hope this gets pinned so many new comers will know where to start. I hope we get S-OFF soon!
Sent from my HTC Sensation 4G using XDA App
Click to expand...
Click to collapse
Hi,
Great guide.
Works for me.
+1 for the sticky.
Sent telepathically from my PYRAMID
Awesome guide, you are Thanked Sir
Just a little tip to save a few key strokes. To get to a cmd prompt and be ready to start typing commands right away, just navigate to the AndroidSDK directory and open it. Then hold the shift key + right click on Tools folder, you will see a option for opening a cmd prompt here.
Just saves a few strokes.
This should be made into a stickie!
Thanks for this...I wouldnt have a clue otherwise.
Sent from my HTC Sensation Z710e using XDA App
First Of all tnx for the !
i did exactly how you wrote.
but i have a problem
i have win7 64 bit
PiloterB said:
i did exactly how you wrote.
but i have a problem
i have win7 64 bit
Click to expand...
Click to collapse
Do you have a virus protection program open?
Try to disable the virus protection program first, if that doesn't work. I have another way to get the drivers.
It's a bit more complicated but it works.
I made this guide on a brand new computer, and wrote this guide from a brand new computer stand point. So I didn't have any virus protection or any firewall programs.
Try to reboot and uninstall HTC Sync and reinstall.
Hope this helps!
Slightly easier way to get ADB and Fastboot running in ANY window without having to go to the SDK folder each time (this is for Windows 7 but should work in other Windows version too):
1. Click 'Start and right-click on 'Computer'
2. Go to 'Properties'
3. Click on 'Advanced system settings' in the top-left corner
4. Click the 'Environment variables...' button
5. In the bottom pane, scroll down to the 'Path' entry and then add the location of the SDK to the end of the line, using a ; to seperate it from the previous entry
Voila, you can just open a CMD windows and type adb and you're good to go!
Thanks so much for this guide. This is my first Android phone so I am a complete noob. I'm gonna try the temp root now!
Sent from my HTC Sensation 4G using XDA App
EddyOS said:
Slightly easier way to get ADB and Fastboot running in ANY window without having to go to the SDK folder each time (this is for Windows 7 but should work in other Windows version too):
1. Click 'Start and right-click on 'Computer'
2. Go to 'Properties'
3. Click on 'Advanced system settings' in the top-left corner
4. Click the 'Environment variables...' button
5. In the bottom pane, scroll down to the 'Path' entry and then add the location of the SDK to the end of the line, using a ; to seperate it from the previous entry
Voila, you can just open a CMD windows and type adb and you're good to go!
Click to expand...
Click to collapse
I have this done to mine, I just didn't want to overload newcomers on all this info real quick.
MLIGN said:
I have this done to mine, I just didn't want to overload newcomers on all this info real quick.
Click to expand...
Click to collapse
Fair enuff, but it's quite easy to do if you follow those instructions. Combined we've put pretty everything you need to get it running
Instead of copy pasting adb from platform-tools to tools you can do this:
http://www.addictivetips.com/mobile/what-is-adb-and-how-to-install-it-android/
read step 3. works great.
Edit: read the edit .
Thank you for the guide btw. I wish i researched and found out how to do it, its easy but a great guide like this would have gone a long way and save me an hour
Hi,
I have a Yarvik Tab250 and I want to modify the build.prop so i can install any app I'd like to. I've found the info i need to do here:
w w w.hembrow.eu/personal/yarviktab250.html
But I can't get ADB to list my device, my device is on, and debugging is turned on, and it can't list it under "adb devices". I know on linux you have to make a specific folder or something like that, do you have to do anything special in Windows? I only really have access to Windows, and limited linux knowledge.
As mentioned above, Also, if anyone can help with flashing a working play market on my tablet, i'd very much appreciate it!
Thanks!
You need to have the android SDK installed properly on Windows. The path stamemt must be correct for ADB to function properly.
Sent from my LG-P500 using XDA
Do you have the proper drivers for it installed
Sent from my HTC One X using Tapatalk 2
adb is an application that is part of android SDk and can be run from the command prompt in Windows. There is a windows application Android Commander that uses a gui to issue adb commands, it is very powerful program and I recomend it. you will be able to use it to pull the build.prop file edit it with a text.editor and push it back to the Phone. It can connect to the phone by wifi or with the usb cable. Of course android bebugging must be enabled on the phone. you can find it here. http://androidcommander.com/
I hope this helps.
ADB for dummies
http://forum.xda-developers.com/showthread.php?t=502010
I have a Verizon Galaxy S3 and I am trying to use Adams linux tool to unlock it. I just installed Ubuntu 12.04 on my laptop and got ADB to recognize my phone. I downloaded the tool extracted it, opened it nothing ran so I found the file Root GS3 with DebugFSRoot in Scripts I opened that and then clicked on adb.exe and got this error.
Archive: /home/eric/.cache/.fr-97pmjP/adb.exe
Zip file size: 191488 bytes, number of entries: 33758
[/home/eric/.cache/.fr-97pmjP/adb.exe]:
Zipfile is disk 58485 of a multi-disk archive, and this is not the disk on
which the central zipfile directory begins (disk 30091).
I am completely lost on how to fix it. I am still learning Ubuntu and am familiarizing myself with the system. For some reason when excuting adb commanding I have to put ./ in front of every command or it will not recognize the command. I tried following a guide which would update a source file so I would not need ./ Any help would be greatly appreciated. Thank you.
No one used Adams tool? Or even offer a link to something to help me out?
joebob296 said:
No one used Adams tool? Or even offer a link to something to help me out?
Click to expand...
Click to collapse
Just download the app its in the play store it will unlock your boot loader. Its simple! If you are trying to root your phone also the you will have to use Adams tool if you chose. You will also need java JDK 6.XX. If you look in development you will see other ways to root also and a link to the app for boot loader
Sent from my SCH-I535 using xda app-developers app
egore93 said:
Just download the app its in the play store it will unlock your boot loader. Its simple! If you are trying to root your phone also the you will have to use Adams tool if you chose. You will also need java JDK 6.XX. If you look in development you will see other ways to root also and a link to the app for boot loader
Sent from my SCH-I535 using xda app-developers app
Click to expand...
Click to collapse
Yea I have java installed my laptop also recognizes my phone over adb so I know java is working and installed in the right place I also set my path variable. I know there is an app and there is a windows version, but I'm trying to get used to using linux.
joebob296 said:
Yea I have java installed my laptop also recognizes my phone over adb so I know java is working and installed in the right place I also set my path variable. I know there is an app and there is a windows version, but I'm trying to get used to using linux.
Click to expand...
Click to collapse
Gotcha, I don't use linux. How is it? I might try it out.
Sent from my SCH-I535 using xda app-developers app
---------- Post added at 03:54 PM ---------- Previous post was at 03:51 PM ----------
egore93 said:
Gotcha, I don't use linux. How is it? I might try it out.
Sent from my SCH-I535 using xda app-developers app
Click to expand...
Click to collapse
I did download it. I decided to try windows when I used Adams.
Sent from my SCH-I535 using xda app-developers app
Ubuntu
joebob296 said:
I have a Verizon Galaxy S3 and I am trying to use Adams linux tool to unlock it. I just installed Ubuntu 12.04 on my laptop and got ADB to recognize my phone. I downloaded the tool extracted it, opened it nothing ran so I found the file Root GS3 with DebugFSRoot in Scripts I opened that and then clicked on adb.exe and got this error.
Archive: /home/eric/.cache/.fr-97pmjP/adb.exe
Zip file size: 191488 bytes, number of entries: 33758
[/home/eric/.cache/.fr-97pmjP/adb.exe]:
Zipfile is disk 58485 of a multi-disk archive, and this is not the disk on
which the central zipfile directory begins (disk 30091).
I am completely lost on how to fix it. I am still learning Ubuntu and am familiarizing myself with the system. For some reason when excuting adb commanding I have to put ./ in front of every command or it will not recognize the command. I tried following a guide which would update a source file so I would not need ./ Any help would be greatly appreciated. Thank you.
Click to expand...
Click to collapse
I used to use Ubuntu a great deal until I needed Word to write my dissertation. I tried to use Adam's tool in Ubuntu as well and eventually gave up and went back to Windows. For some reason, the tool always said I had a good connection to my phone event when I unplugged my phone from the cable. My computer obviously was not recognizing the phone properly. Since I have been back on Windows for a few years, I just decided to follow the idiots guides out there and just get it done.
Here are a few stupid errors I made:
1. I did not have java runtime environment installed. I simply went to the software store that comes with Ubuntu, searched for java, and installed it.
2. I did not make the .jar file executable. I just clicked on the file, went into properties, and chose the make it executable option.
This at least got the program to run rather than exploring the file .jar file for what it included in it.
As I am sure you know, the Ubuntu forums are a wealth of information. I could have searched there for answers, but I decided to take an easier path. Of course, Adam's program didn't work for me under windows either so I just used a different method. Good luck and I hope you get it working for you in Ubuntu.
joebob296 said:
No one used Adams tool? Or even offer a link to something to help me out?
Click to expand...
Click to collapse
Download this app from the app store.
Sent from my Rooted, Synergized (1.7) and now unlocked bootloader VZW S3!
OK not being a **** to anyone who says "just download the app, or use windows" if you read my post you would know that I'm trying to use Linux. Read the post before submitting a useless response. I thank the people who read my post and submitted and gave me a place to start.
Sent from Verizon's now unlocked Galaxy S3.
Got it to work I sent Adam a pm had to run it from java
Sent from Verizon's now unlocked Galaxy S3.
I tried to post this in the "Beginners Guide for Rooting" but I do not have privileges. I am trying to root my new s3 on a mac so I am trying to follow the guidance in section one of the guide. However the links for samsung drivers are in an .exe format and the link to the java jdk files has expired. I downloaded the samsung drivers from the link and opened the (.exe) file and I attempted to install another version of the java jdk. When I connect Adam's casual the app recognizes my phone but I am unable to see it on my Mac through Finder. Am I ready to flash if the casual app can see my phone? Or do I need the osx compatible samsung drivers (not with a .exe filename) and a specific version of java jdk?
Thanks in advanced for any help. I tried to search for the answers but I have been coming up empty. Even though casual see's my phone, I'm still not sure if its ok to start flashing.
prescottc5 said:
I tried to post this in the "Beginners Guide for Rooting" but I do not have privileges. I am trying to root my new s3 on a mac so I am trying to follow the guidance in section one of the guide. However the links for samsung drivers are in an .exe format and the link to the java jdk files has expired. I downloaded the samsung drivers from the link and opened the (.exe) file and I attempted to install another version of the java jdk. When I connect Adam's casual the app recognizes my phone but I am unable to see it on my Mac through Finder. Am I ready to flash if the casual app can see my phone? Or do I need the osx compatible samsung drivers (not with a .exe filename) and a specific version of java jdk?
Thanks in advanced for any help. I tried to search for the answers but I have been coming up empty. Even though casual see's my phone, I'm still not sure if its ok to start flashing.
Click to expand...
Click to collapse
I don't remember if my phone showed up on my Mac in finder, but Adam's casual recognized my phone, I rooted and unlocked using the tool and have been flashing ROMS ever since.
davefields3 said:
I don't remember if my phone showed up on my Mac in finder, but Adam's casual recognized my phone, I rooted and unlocked using the tool and have been flashing ROMS ever since.
Click to expand...
Click to collapse
Did you download the samsung drivers in the link ( the .exe files) and install them on your mac? Also do you still have a copy of the java jdk files? The link in the "guide " is dead or the files have been moved. Thanks.
Mine did not show up in finder. I did have to download another program to interface with the phone. Just run Casuals and you will be fine.
Sent from my SCH-I535 using xda premium
prescottc5 said:
Did you download the samsung drivers in the link ( the .exe files) and install them on your mac? Also do you still have a copy of the java jdk files? The link in the "guide " is dead or the files have been moved. Thanks.
Click to expand...
Click to collapse
If I remember correctly, you can't download the samsung drivers on a Mac. And no, sorry I don't have the files
There is no drivers for mac. The only thing that will show is a sdcard if you have one. You are good to use Casual.
fr8cture said:
There is no drivers for mac. The only thing that will show is a sdcard if you have one. You are good to use Casual.
Click to expand...
Click to collapse
Mine doesn't show the sdcard. I can use ADB but that's the only way I can communicate to my device over USB. I have't tried Casual.
Well I finally got home so I could use my Mac with my phone. Casuals worked great a couple of weeks ago as did adb. Now, I can't get either to work. I read that some are having issues with the usb ports on the newer MacBook Pros. I will do a little know testing and see if I can find a way to make it work post back. I tried rebooting, different cables, etc with no luck. If anyone knows anything, please chime in.
Sent from my SCH-I535 using xda premium
HHF2 said:
Well I finally got home so I could use my Mac with my phone. Casuals worked great a couple of weeks ago as did adb. Now, I can't get either to work. I read that some are having issues with the usb ports on the newer MacBook Pros. I will do a little know testing and see if I can find a way to make it work post back. I tried rebooting, different cables, etc with no luck. If anyone knows anything, please chime in.
Sent from my SCH-I535 using xda premium
Click to expand...
Click to collapse
Okay, after a lot of digging, I finally figured out what I did. I take no credit for this, I found it on here in reply to a thread somewhere. I can't remember where as I usually view this site on my cell phone.
sudo kextunload -v /System/Library/Extensions/EasyTetherUSBEthernet.kext
from a terminal. I forget if you have to reboot or not.
This will disable tethering, but you can now see your device via adb.
To renable tethering once you're done debugging, use
sudo kextload -v /System/Library/Extensions/EasyTetherUSBEthernet.kext
This is for EasyTether only, but I am sure that there could be another type of app that would do the same thing? If you could isolate the app, it should be as easy as replacing the EasyTether part of the command and running that. Good luck, I personally know how aggravating that things like this can be.