ddms.bat - adb.exe error on DHD. - Desire HD Q&A, Help & Troubleshooting

Hello everyone ... Yesterday i tried to take screensot with DDMS.bat like usually... But after launch ddms.bat and plug DHD into PC ERRORs appears.
First is adb.exe stopped working http://screenshooter.net/2759574/gjoqvjp
Second: Microsoft Visual C++ Runtime Error http://screenshooter.net/2759574/sqhiuql
third: TODO: <File description> .... http://screenshooter.net/2759574/pxrrsbs
if i connect DHD without run ddms my adb.exe is working fine i think (adb devices recognize SN of my device) but afterrun ddms adb is crashing and other errors appear :/
Log in cmd window looks like:
12:39:39 E/adb:
12:39:39 E/adb: This application has requested the Runtime to terminate it in an unusual way.
12:39:39 E/adb: Please contact the application's support team for more information.
12:39:44 W/DeviceMonitor: Failed to connect to client '4505': timeout
12:39:47 E/DeviceMonitor: Adb connection Error:
12:39:47 W/DeviceMonitor: Failed to connect to client '4795':
12:39:48 W/DeviceMonitor: Failed to connect to client '4808': Connection refused: connect
12:39:48 E/DeviceMonitor: Connection attempts: 1
12:39:48 E/DDMS: Connection refused: connect
java.net.ConnectException: Connection refused: connect
at sun.nio.ch.Net.connect(Native Method)
at sun.nio.ch.SocketChannelImpl.connect(SocketChannel Impl.java:507)
at java.nio.channels.SocketChannel.open(SocketChannel .java:146)
at com.android.ddmlib.AdbHelper.executeRemoteCommand( AdbHelper.java:367)
at com.android.ddmlib.Device.executeShellCommand(Devi ce.java:276)
at com.android.ddmuilib.SysinfoPanel.loadFromDevice(S ysinfoPanel.java:159)
at com.android.ddmuilib.SysinfoPanel.deviceSelected(S ysinfoPanel.java:126)
at com.android.ddmuilib.SelectionDependentPanel.devic eSelected(SelectionDependentPanel.java:52)
at com.android.ddms.UIThread.selectionChanged(UIThrea d.java:1666)
at com.android.ddmuilib.DevicePanel.notifyListeners(D evicePanel.java:752)
at com.android.ddmuilib.DevicePanel.notifyListeners(D evicePanel.java:740)
at com.android.ddmuilib.DevicePanel.access$1100(Devic ePanel.java:56)
at com.android.ddmuilib.DevicePanel$1.widgetSelected( DevicePanel.java:357)
at org.eclipse.swt.widgets.TypedListener.handleEvent( Unknown Source)
at org.eclipse.swt.widgets.EventTable.sendEvent(Unkno wn Source)
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Display.runDeferredEvents( Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Un known Source)
at com.android.ddms.UIThread.runUI(UIThread.java:492)
at com.android.ddms.Main.main(Main.java:98)
12:39:49 W/DeviceMonitor: Failed to connect to client '4818': Connection refused: connect
12:39:49 E/Logcat: Connection refused: connect
java.net.ConnectException: Connection refused: connect
at sun.nio.ch.Net.connect(Native Method)
at sun.nio.ch.SocketChannelImpl.connect(SocketChannel Impl.java:507)
at java.nio.channels.SocketChannel.open(SocketChannel .java:146)
at com.android.ddmlib.AdbHelper.executeRemoteCommand( AdbHelper.java:367)
at com.android.ddmlib.Device.executeShellCommand(Devi ce.java:284)
at com.android.ddmuilib.logcat.LogPanel$3.run(LogPane l.java:527)
12:39:50 E/DeviceMonitor: Connection attempts: 2
12:39:50 E/EventLog: Connection refused: connect
java.net.ConnectException: Connection refused: connect
at sun.nio.ch.Net.connect(Native Method)
at sun.nio.ch.SocketChannelImpl.connect(SocketChannel Impl.java:507)
at java.nio.channels.SocketChannel.open(SocketChannel .java:146)
Click to expand...
Click to collapse
I was looking for solution everywhere ... Reinstalled JDK (Java), SDK (revision 9), .NET Framework 4, Microsoft Visual 2010 ... What else can i do?
I`m using Windows 7 Ultimate x64, and on DHD ROM: Android Revolution 2.0.9 (but it is not ROM related... i flashed stock 1.32 and the same) However ... few weeks ago ddms was working fine without any errors :/
PLEASE for ANY help.
MOD:
Sorry if in wrong seciotn but didn`t know where can i ask for it.

The new SDK has a different path to adb.exe and its DLL files, so you might want to include:
c:\android-sdk-windows\platform-tools\
to your global PATH variable.

jkoljo said:
The new SDK has a different path to adb.exe and its DLL files, so you might want to include:
c:\android-sdk-windows\platform-tools\
to your global PATH variable.
Click to expand...
Click to collapse
Thanks for reply But i`ve already added this to PATH ... Forgot to write about it.
I wrote above ADB separately works fine ... but via ddms, adb is crashing.

Try to install new HTC Sync and copy files from platform-tools to tools.. After that & adding platform-tools to PATH my DDMS started working, and still works fine. I updated my SDK to the newest version.
Normally the path to adb in PATH is c:\android-sdk-windows\tools, as you may know, so I just added platform-tools path after it.

What do you mean when U say new HTC sync? I got sync for desire HD from SD.
Sent from my Desire HD using Tapatalk

Ok found newer version of HTC Sync ... installed it ... added again PATH/ copied files from platform-tools to tools ... but still the same :/ Anybody? Any ideas? It drives me crazy :/ Wrrrrr Now i`m not sure if any operation with adb, fastboot are safe for me For example radio flashing... With errors like this i`m afraid of bricking my device during radio flash...

New HTC Sync from HTC website. And you do not need a working SDK to flash a radio, just get the radio flash package from flashing guide.
You could try to remove the whole SDK and install SDK starter package from Android website.

I'm a developer experiencing the same issue, Htc Desire HD and adb work properly outside eclipse, but with eclipse it crashes. I have too Win7 64 bit and the newest version of SDK. I think something went wrong in the last update. I'm going to install latest skd in a XP to check what happens, before trying to reinstall eclipse and the SDK on my win7 machine.

Did you add C:\android-sdk-windows\platform-tools to your global PATH variable as suggested earlier in this thread? It fixed adb for me, and I use eclipse, too.

jkoljo said:
Did you add C:\android-sdk-windows\platform-tools to your global PATH variable as suggested earlier in this thread? It fixed adb for me, and I use eclipse, too.
Click to expand...
Click to collapse
As Jkoljo has said it has fixed my problem when new SDK was released.
Putting the path to the platform-tools and ddms worked after that.
Or try: cd "C: \ your SDK directory \ tools \ ddms.bat
If ddms is in platform-tools then: cd "C: \ your SDK directory \ platform-tools \ ddms.bat

I have the same problem. My ADB and HTC sync just works fine but when I run DDMS to capture a screenshot adb always crashes. I added both directories to the path variable. My system is XP 32bit.
With the old version of the sdk I didn't had any problems at all.
Any suggestions?

Mav3ric144 said:
I have the same problem. My ADB and HTC sync just works fine but when I run DDMS to capture a screenshot adb always crashes. I added both directories to the path variable. My system is XP 32bit.
With the old version of the sdk I didn't had any problems at all.
Any suggestions?
Click to expand...
Click to collapse
I gave up Didn`t solve it It still drives me crazy :/:/ The strangest thing is that ddms was working fine few (3) weeks ago. Suddently i connected to capture a screen and? buuuu :/ didn`t work -> adb.exe error :/
I DO NOT TALK HERE ABOUT NOT WORKING ADB
My ADB is working fine until i run ddms.bat. After that adb error appears :/

Hi again,
(Yes I have added the PATH variable)
I have been working in different machines to check if it was a room (AR HD 2.0.9), system or HDH itself problem.
I installed for the first time eclipse+SDK+ADT on a XP 32 bit and I got the same problem I have in my W7 64 bit. Impossible to connect.
Then I installed eclipse+SDK+ADT on a ubuntu 10.10 32 bit and all worked fine after I realised that once I started eclipse I had to open the console with root user, kill adb server and restart the adb server again. After that I had no problem debuggin my applications on the HDH with eclipse and ddms.
So I came back to my Win 7 64 bit and I did the same procedure. Now ddms seems to connect properly with the HDHD but when I try to debug anything I got a new error:
Failed to install myapp.apk on device 'HT0BHRX00568': Unable to open sync connection!
[2011-02-08 00:15:09 - xxx] java.io.IOException: Unable to open sync connection!
[2011-02-08 00:15:09 - xxx] Launch canceled!
I think there has to be something related with the windows installation and the sdk recently update.
Anyone has any new clues??
Thanks

Same here. It's driving me crazy. The funny thing is that it does work intermittently and then just stops again. Rebooting the PC and/or the phone doesn't fix it.
Please post if you find the issue.

I gave up Didn`t found any solution for this WRRRRRR thats the worst :/ There must be a way to fix it !

I'm still trying to solve it. As a temporary solution (I hope!) I'm developing using Eclipse on Ubuntu 10.10

I'm using Windows and not going to change my OS just for ddms ... Arrrrggg it was working on windows and must work again ;(
Tapnąłem z HTC Desire HD.

DDMS error
This seems to be related to and update (either Java, Android SDK or both)
The Java library is not handling IPv6 sockets.
In Linux, sudo "echo -n 0 > /proc/sys/net/ipv6/bindv6only" will turn off the IPv6 binding.
I am not sure what the equivalent method in Windows is.
for reference: http://stackoverflow.com/questions/...ent-ddms-from-command-line-not-seeing-devices

I think Java ... Cuase i didn`t update SDK until this error occured :/
Maybe Windows or Java updater did the update and voila ...ddms suddently stopped working. Maybe someone will find solution for Win users ...

Hi, I have disabled ipv6 on win7 as you suggested and nothing changed. Maybe in August was, but right now, I don't think It's ipv6 related because Eclipse works properly on a Ubuntu 10.10 fully updated with ipv6 running.
Thanks any way

Related

StandAlone Windows Phone 7 Emulator (Microsoft XDE)

I don't wanna use monstrous VS2010 (which requires .net4 & silverlight4) on my home notebook so I found way to extract Microsoft XDE from "Visual Studio 2010 Express for Windows Phone CTP"
Attachment contains "extracted" from the package standalone emulator.
Just unpack attached zip and run sde_xde-enu.msi (if UAC is enabled you should start command promt and execute msiexec /i sde_xde-enu)
In MS terms install is silent so you don't need press "next" or "ok".
After install you find folder "%Program Files%\Microsoft XDE\" with Windows Phone 7 Emulator.
If you install the emulator on win x64 the path to emulator will look like this "%Program Files(x86)%\Microsoft XDE\".
The emulator will be installed both x86 and x64 but it seems that it does not work on x64 systems.
There is no WP7 images in archive so you must download it by yourself (original by M$ or patched version by Dan Ardelean).
Original image of WP7 by M$
Patched image of WP7 by Dan Ardelean mirror
After installing the application and download the file, you can run the emulator using the command:
Code:
"%Program Files%\Microsoft XDE\1.0\XDE.exe" %path_to_downloaded_image%
Despite the fact that it is installed on the XP, it only works on Vista and newer
step by step installation's guide by anarchyuk
So will you need Visual Studio Express Edition and all that jazz to make this work? Or just this installation and the emulator image?
Btw great work
main target was just to use the emulator without installing VS2010
just install this package and add the wp7_image
Works like a charm!! Thanks!
Image file
Thank you for the emulator
How can i get an image, do you have a URL or shared storage?
I've updated the first post with wp7image's URLs
anyone else get this to work?
Thanks for this
tried, but does not work at all:
1) installed from msi
2) run FAR as administrator
3) copied original WM70C1.bin to "C:\Program Files (x86)\Microsoft XDE\1.0\"
4) in directory "C:\Program Files (x86)\Microsoft XDE\1.0\" typed:
Code:
XDE.exe WM70C1.bin
and nothing appeared, and no process xde.exe running in task manager
if i type XDE.exe without parameters, it shows its help screen, but if i run with any parameter (even if it is wrong) it shows nothing.
is this problem related only to my machine or somebody else is experiencing this also?
l2tp
hmm.. I've tried many times on different PCs (win vista sp1 and newer but only x86) and I've had no problems..
there is just one problem that I found it will not work on winXP
pm me if you have any IM. it's much easier to me to talk in Russian
hmm again..
i've just test the emulator in the virtual machine with installed w7 x64 - all the symptoms as l2tp described
I'll try to find x64 version tonight
Thanks Sir
I installed this and it does not create the Microsoft XDE folder in program files....I am on Windows 7 x86. No error of anything. It did take a while and gave me a UAC prompt after a while.....
Edit: I enabled logging by running the msi with /log logfile.txt and it said:
vmmmsm_custom: Running custom action CA_InstallVMMDriver
vmmmsm_custom: Error creating VMM service, E = 6
CustomAction CA_InstallVMMDriver.3D2F911E_A60A_4C07_8F7D_5306DC073E9A returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
Action ended 17:11:12: InstallFinalize. Return value 3.
vmmmsm_custom: Running custom action CA_RemoveVMMDriver
vmmmsm_custom: There was an error stopping the VMM service. Run setup again after manually stopping the VMM service. (error code 6)
vmmmsm_custom: There was an error deleting the VMM service. The service has not been deleted. (error code 6)
I guess it is a problem with my machine with the virtual machine driver, but there seems to be no service...
today I'd installed CLEAN win vista sp2 business x86 on the virtual machine and then tested this emulator - all works fine but very slow
one more update - this installer conflicts with UAC (m$ suxxs one more time..)
if you install the full version of the VS2010 UAC's request appears at the beginning and everything is installed properly
but if you only install the emulator, then:
If UAC enabled installer says "all fine" but emulator doesn't install (see post hsclate)
If UAC disabled installer says "all fine" and emulator installs
Thanks working now....you don;t have to disable UAC if you don't want to, just run an elevated command prompt and run from there, then it installed. Thanks for the pointer...
l2tp said:
tried, but does not work at all:
1) installed from msi
2) run FAR as administrator
3) copied original WM70C1.bin to "C:\Program Files (x86)\Microsoft XDE\1.0\"
4) in directory "C:\Program Files (x86)\Microsoft XDE\1.0\" typed:
Code:
XDE.exe WM70C1.bin
and nothing appeared, and no process xde.exe running in task manager
if i type XDE.exe without parameters, it shows its help screen, but if i run with any parameter (even if it is wrong) it shows nothing.
is this problem related only to my machine or somebody else is experiencing this also?
Click to expand...
Click to collapse
Same Problem for me here.
Running Win7 Professional x64
En1gma said:
hmm again..
i've just test the emulator in the virtual machine with installed w7 x64 - all the symptoms as l2tp described
I'll try to find x64 version tonight
Click to expand...
Click to collapse
Please work hard for the 64bit version, thanks really for this genius work.
Saw this emu-rip to late damn... After uninstalling all the "Microsoft Virtual Studio + I don't know how many crap from what Virtual Studio refused to uninstall via 'Programs and Features' so removed it kind of manually" the sde_xde-enu does not work anymore. While all that bullcrap was installed it actually did work...(@W7 x64)
damn rapid share thought it was extinct.
l2tp +1 confirmed
Yesterday I tried to install VS2010 on win7 pro x64 and it seems that there is no x64 version of vs2010. Because the download is the same version as downloaded on win vista hp sp2.

How to use SDK to root the phone?

Hi all,
I have just switched from the HD2 to the MT3G Slide and want to root the phone.
I knew how to do all the stuff on the HD2 from reading but cannot find any information here. The sticky placed on the top isn't much help because I know you need to use the Android SDK tool but I do not know how to set that up. & when I try to use the command line I cannot type in it. Please can someone give me some help on how to do this so I can get started on rooting my phone.
Thanks for reading!
you claim you read the sticky but yet if you had you would have seen the link on the first page i believe that tells you to get sdk from [link] and then on that page there is a link that says setting up SDK on your [OS] computer. then just follow the steps in there(which is really more like download file and double click setup) after that you can open up a terminal/console/cmd and type in cd \path to sdk\tools
if you are on mac or linux(unlikely since you can't read or search) you would type in
cd /path/to/sdk/tools notice how the slash between directories(folders) is the other way around
then follow the directions in the root thread(incredibly difficult i know but you should still try to do this part on your own)
tubaking182 said:
you claim you read the sticky but yet if you had you would have seen the link on the first page i believe that tells you to get sdk from [link] and then on that page there is a link that says setting up SDK on your [OS] computer. then just follow the steps in there(which is really more like download file and double click setup) after that you can open up a terminal/console/cmd and type in cd \path to sdk\tools
if you are on mac or linux(unlikely since you can't read or search) you would type in
cd /path/to/sdk/tools notice how the slash between directories(folders) is the other way around
then follow the directions in the root thread(incredibly difficult i know but you should still try to do this part on your own)
Click to expand...
Click to collapse
Okay I have downloaded all of the Android SDK already. I have read it but my issue is when I try to type in the command it will not let me type. I also read that Anroid SDK is for xp & vista only and that windows 7 was not listed, so it this my issue? The command line you speak of is the one with the SDK tools and not the acutal windows CMD line?
I have followed everything to the line but still cannot seem to get this to work.
and to be clear I did read and there is nothing on there that states you need to have SDK to root the MT3GS. It says to download the slide_root
what operating system are you doing this on? that would be more helpful so i could tell you how to set this up correctly
tubaking182 said:
what operating system are you doing this on? that would be more helpful so i could tell you how to set this up correctly
Click to expand...
Click to collapse
windows 7. I have android SDK and I have downloaded the 2.1 Android pack.
if you are using windows 7 x64(very likely) then you cannot use that computer and you should try using ubuntu(same as using mac for 99% of the steps and there is a thread in q and a talking about this right now) or setting up a virtual machine and installing xp and using that to hack your phone. virtual machines are easy to setup and use if you can use virtualbox
tubaking182 said:
if you are using windows 7 x64(very likely) then you cannot use that computer and you should try using ubuntu(same as using mac for 99% of the steps and there is a thread in q and a talking about this right now) or setting up a virtual machine and installing xp and using that to hack your phone. virtual machines are easy to setup and use if you can use virtualbox
Click to expand...
Click to collapse
download virtual box right now. will that come with xp installed on it or would I need to download that onto it?
thanks for all of your help.
you will need to get an xp install cd or iso to install xp on it. if you have any friends with xp install disks or you can find one online and use it as a trial(no key=no activation=30 day trial) then you can use it for a day and root with that.
disclaimer: i suggest totally legal versions of windows xp, any install disk you download or get illegally is your fault when the FBI/Bill Gates comes to the door
tubaking182 said:
you will need to get an xp install cd or iso to install xp on it. if you have any friends with xp install disks or you can find one online and use it as a trial(no key=no activation=30 day trial) then you can use it for a day and root with that.
disclaimer: i suggest totally legal versions of windows xp, any install disk you download or get illegally is your fault when the FBI/Bill Gates comes to the door
Click to expand...
Click to collapse
Instead of suggesting that he commits a felony why don't you tell him to use Ubuntu in the virtual machine? It'll take a little longer but it's less likely he'll be fined.
i didn't say commit a felony, and if you are going to use ubuntu then you don't need a virtual box(dumbass) you can use a live cd. i have been told by microsoft on MANY occasions that if you have a friend with XP install disks then you may use those, as well as the fact that installing it for one day in a virtual box is not illegal if you are not using a cracked key/re-used key, you can choose not to use a key and it is a temporary install for yourself to use either until you get a key, or the 30 days is up. much like you can buy vista/7 and install a different version if you like, but you will have to uninstall it and reinstall using the version i bought a key for once the trial has expired. read up and do your homework before you jump down someone's throat, it makes you look like an ass when i have to come back in here and teach you what a computer is
I set up and rooted two phones with windows 7.. I installed the sdk and pdanet drivers and thats it..
using 64-bit? last i knew there was no 64-bit adb driver so i didn't even try with my win7 x64 machine, i used my vista x32 box to root my phone.
http://forum.xda-developers.com/showthread.php?t=532719 this exact guide and links
tubaking182 said:
using 64-bit? last i knew there was no 64-bit adb driver so i didn't even try with my win7 x64 machine, i used my vista x32 box to root my phone.
Click to expand...
Click to collapse
I'm using Windows 7 x64 Bit Ultimate Edition..
The Guide was written from using Windows Machine Yes, it works just fine
eugene373 said:
I'm using Windows 7 x64 Bit Ultimate Edition..
The Guide was written from using Windows Machine Yes, it works just fine
Click to expand...
Click to collapse
Is there anyway that you could give me a little help on getting this to work. When ever I try to type in the command line when i pull up the SDK it doesn't do anything. and when I try to pull up abd it just pops up a CMD for a quick two seconds.
look at link I posted
turboyo said:
look at link I posted
Click to expand...
Click to collapse
thanks. didn't see it. saw the last post was posted by eugene and scrolled down as fast as i could lol.
So the Command line is the CMD program through windows? I don't understand why someone wouldn't set me straight on that since I was saying the command line in SDK wasn't letting me type anything
Installing Drivers
Plug in your phone through USB and DO NOT MOUNT IT!!!!!
Your computer should see a new device and try to install Android 1.0 driver (If it doesnt, scroll down to the "Im not getting a notification of Android ADB when i plug in my USB" section)
Let it load
Once it cant find them select "Install drivers from my pc"
The drivers you need are in the Android SDK 1.5r2 folder (C:\android-sdk-windows\usb_driver)
Depending on your OS pick x86 or amd64
You ADB Android Device should now be installed! Good Job
When I do this part it doesn't find the ABD driver but it does not have anywhere to install drivers from my pc at all on my windows 7
edit: found where to go to add the usb drivers but when I select the folder all I get is "windows cannot find driver software on your pc"
edit 2: Found out what driver I needed, thanks for the guide source going to try to root this thing finally
tubaking182 said:
using 64-bit? last i knew there was no 64-bit adb driver so i didn't even try with my win7 x64 machine, i used my vista x32 box to root my phone.
Click to expand...
Click to collapse
Lol seems to me another dumb ass MAC user with nothing more to than make fun of people for not buying a. Crappy MAC. Unless you edit video for a movie company. Don't buy mac. Steve Jobs is a jobber. Plus macs. Suck. Win 7 rocks. Hate vista. Stfu mactard....
Sent from my T-Mobile myTouch 3G Slide using XDA App
Ps not everyone should have a rooted phone. If after about a million tries. Just quit. There are plenty of how toos in the forums. They work read slowly and then read slowly again.
Sent from my T-Mobile myTouch 3G Slide using XDA App

[GUIDE] Crash Course in ADB/Unlocking on WINDOWS

Just wanted to try and put together something helpful for those who are unlocking their devices who might be doing this for the first time or just are having issues.
THIS GUIDE ONLY WORKS FOR WINDOWS FOLK, SORRY! IF YOU HAPPEN TO BREAK YOUR DEVICE OR DO ANYTHING TO IT THAT PREVENTS YOU FROM USING, I AM NOT RESPONSIBLE, CAVETE LIBERUM OPUS.
ADB
Download ADB from here: http://developer.android.com/sdk/index.html
Make sure you install it where ever you are comfortable with, I tend to keep mine in my main installation (C: )
HTC Sync
Download HTC Sync here - http://www.htc.com/www/software/htc-sync-manager/
Why download HTC Sync? For the drivers. After the installation is complete you can remove HTC Sync, just not the drivers.
Appropriate Drivers
In your Program Files (x86) folder, there should be an HTC Folder, with the drivers in it.
What you are going to need to do is make sure that your device has the HTC drivers installed.
You'll need to open Control Panel ----> Hardware and Sound ----> Device Manager
Your HTC One should be under portable device or android phone, or something similar to that. If it is telling you the current drivers are up to date, you may need to disable driver signature enforcement, and that method is different between Windows 7 and 8.
You'll want to update the driver software by right clicking ----> Update Driver Software ----> Browse my computer for driver software ----> Browse...; then select the HTC Driver folder from within the HTC folder (you'll have to navigate to it)
If you need to disable driver signature:
Windows 7 - http://bit.ly/1bE0jZT
Windows 8 - http://bit.ly/1bE0mF7
Trouble Shooting ADB and Rumrunner
I am, in no way, saying that I am an expert in running rumrunner. If you can use irc and contact beaups please do. However, just in general, here are tips I think might work -
Go to "System and Security" from Control Panel and click "Allow an app through Windows Firewall." Click "Change Settings" at the top and then click "Allow another app...". Navigate to your extracted rumrunner file and select the soju.exe to be allowed through. Why do this? Because I personally rather not take down my entire firewall to allow this program to run. No offense to beaups, just doesn't seem terribly practical to me.
In your ADB installation folder, go into SDK -----> platform tools ----> Hold down left shift and right click -----> Open command window here
type in adb devices; if you are not seeing
List of devices attached
XXXXXXXXXXXXXXXXXX device (read the X's as a string of numbers which are your device)
then it isn't ready to be use rumrunner. You'll have to go into Settings -----> About Phone -----> Software Information -----> Then click 7 times on Build Number to unlock developer options. Go into "Developer Options" and enable USB Debugging.
As mentioned in Rumrunner, please run soju.exe AS ADMINISTRATOR, to avoid permission issues on computer-side.
OEM Cables are also ideal in this situation. Also make sure you downloaded the right file (.8 version versus .10)
Last but not least, IT TAKES A WHILE FOR SOJU TO RUN. BE PATIENT Your phone will reboot A LOT during the entire process. It'll take awhile, but if you run into the (.........) problems or an error because your drivers aren't installed correctly be patient.
The guide isn't perfect, but hopefully it helps. I'll add advice if it comes in.
Great guide!
Make sure to remember to do a fastboot devices check too. that is my problem adb works great fastboot is another story
Sent from my HTC6500LVW using xda app-developers app
It also hates USB3
It also hates USB 3.0, had to use my fiances laptop todo it, but very straightforward.

Ubuntu Newbie - Cant connect via Terminal

Hi. I mistakenly spilled a glass of water over my MacBook and it is now destroyed (No Aple Care). While I am saving up for a new machine I am using Ubuntu 16.04 on a QNAP 453 Pro.
Everything work fine but i cant get it to recognise my phone in Terminal. When I connect the phone it shows the phone icon but i cant connect. It hasnt asked for authorisation on the phone to use the QNAP so
I can understand why its not showing up when i go into terminal and its not showing up as an attached device.
I tried this -
[email protected]_1604:~/Downloads/platform-tools$ sudo jmtpfs /home/admin/media/myphone
Device 0 (VID=18d1 and PID=4ee2) is a Google Inc (for LG Electronics/Samsung) Nexus 4/5/7/10 (MTP+ADB).
libusb_open() failed!: No such file or directory
LIBMTP PANIC: Unable to initialize device
terminate called after throwing an instance of 'MtpErrorCantOpenDevice'
what(): Can't open device
Aborted
As the title says I dont know much about Ubuntu. Any help would be most appreciated. Thanks.
edit - I am running Stock 7.1.2 beta with an unlocked bootloader.
Do you have debugging enabled in Developer Options on the Pixel?
CZ Eddie said:
Do you have debugging enabled in Developer Options on the Pixel?
Click to expand...
Click to collapse
Yeah and when connected its set to transfer files.

[SOLVED] Connetion SDB failed Galaxy Watch

Hi,
I updates my galaxy watch by changing CSC but now it is impossible to connect anymore in OneUI!
Wifi connection only is ok
IP Fix ok
Bluetooth Off
On sdb always failed or device offline...
It was ok in the prevoious os version!!!
Maybe someone can help me?
Thank you for help
it takes a while try changing the port to 26099 or 26101 it took me like 2 hours on my first try
I also had problems resetting CSC back to UK after temporarily changing it to get my Galaxy Watch 46mm to get the new Tizen upgrade. Make sure that the watch is still set to debug mode and developer mode is activated after the CSC change and the watch has reformatted itself.
In my case, I could not reconnect to the watch with sdb until I had manually deleted the sdb key & pub files on my laptop, to force the watch to ask me to re-accept the RSA key and let my laptop connect to it again. The files to be deleted are sdbkey and sdbkey.pub under C:\users\username\.tizen (make sure you can see hidden files in Windows Explorer).
Good luck.
AJP
Ok thanks for help but not working!
-> Activate Developpement mode + Debug USB ok
-> Erasing tizen files in my pc
but don't work very strange!It says always 'target is offline'..
studywes said:
Ok thanks for help but not working!
-> Activate Developpement mode + Debug USB ok
-> Erasing tizen files in my pc
but don't work very strange!It says always 'target is offline'..
Click to expand...
Click to collapse
Try using updated sdb version and use phone as Hotspot for both devices.
You can find most up to date version in c/tizenstudio after installing it
Sent from my Samsung SM-G973F using XDA Labs
One step often omitted for getting "sdb connect" to work is after turning on debug, off bluetooth, on wifi, and making wifi connection.... THEN REBOOT the watch.
Thank you for help!!All is ok after a simple reboot!!!!!!!!
Thanks Gruuvin
I can not run SDB on my Win 10 64bit.
Downloaded SDBstarterKidv1 unziped sdb_2.2.60_windows-64 and navigated cmd to C:\Users\Petr\Desktop\SDBstarterKidv1\sdb_2.2.60_windows-64\data\tools
sbd shell does not work.
C:\Users\Petr\Desktop\SDBstarterKidv1\sdb_2.2.60_windows-64\data\tools>sdb shell error: target not found failed environment shell, so it will retry shell command. error: target not found C:\Users\Petr\Desktop\SDBstarterKidv1\sdb_2.2.60_windows-64\data\tools>
Can you guys help me?
run with admin rights or make path var. on PC it's really sensitive about what and where stuff is installed
can't connect
petrmelis said:
I can not run SDB on my Win 10 64bit.
Downloaded SDBstarterKidv1 unziped sdb_2.2.60_windows-64 and navigated cmd to C:\Users\Petr\Desktop\SDBstarterKidv1\sdb_2.2.60_windows-64\data\tools
sbd shell does not work.
C:\Users\Petr\Desktop\SDBstarterKidv1\sdb_2.2.60_windows-64\data\tools>sdb shell error: target not found failed environment shell, so it will retry shell command. error: target not found C:\Users\Petr\Desktop\SDBstarterKidv1\sdb_2.2.60_windows-64\data\tools>
Can you guys help me?
Click to expand...
Click to collapse
I have the same problem, did you solve it somehow? or what solution.
also can't connect from windows 64.

Categories

Resources