-
02-05-2010, 12:39 AM #21
hey guys!
hey guys! I tried everything in this thread, but all I get is bind error. What does it mean?! THanks

-
02-16-2010, 04:31 PM #22
Well ive tried TightVNC and RealVNC and both give me the same error
AMDeviceNotificationSuscribe = 0
iPhone attached!
AMDeviceConnect = 0
AMDeviceIsPaired = 1
AMDeviceValidatePairing = 0
AMDeviceStartSession = 0
MobileDevice: _send_message: could not encode message as XML
AMDeviceStartService = 0
AFCConnetcionOpen = 0
ive tried putting my itunesmobile.dll into the itunnel folder and running it in cmd.
does anyone know what this send_message file is? ive looked for it on my phone, but cant seem to find it. Thin its in the itunes.dll?
Thanks for any help
-
02-19-2010, 10:51 PM #23What's Jailbreak?
- Join Date
- Oct 2007
- Location
- Miami, Fl.
- Posts
- 20
- Thanks
- 0
- Thanked 4 Times in 1 Post
ok guys.. thanks to marcan over at his website, I am finally able to VNC into my iPhone via USB (tethered). (did not use iTunnel)
I am currently running an iPhone 3GS on 3.1 firmware with iTunes 9.0.3.
for those who are still interested in VNC'ing into your iPhone via USB and are not able to, perhaps I can help a little. I spent countless hours at work trying to use iTunnel with no success. the least thing that I can do is help someone that is going through the same struggles.
BTW: I have tested with XP 32-bit, and Vista 64-bit. (both successful)
-
02-22-2010, 04:05 PM #24What's Jailbreak?
- Join Date
- Oct 2007
- Location
- Miami, Fl.
- Posts
- 20
- Thanks
- 0
- Thanked 4 Times in 1 Post
Update: I can also WinSCP (OpenSSH)via USB using this method as well.
-
02-25-2010, 01:34 PM #25
Thanks but I didn't see anything at that website that helped accomplish a VNC connection to the iPhone. Perhaps I'm just not familiar enough with what I'm looking at but it looks like linux info.... which itunes doesn't run on to begin with... sooooo...
a little more info please?
-
03-01-2010, 03:33 PM #26What's Jailbreak?
- Join Date
- Oct 2007
- Location
- Miami, Fl.
- Posts
- 20
- Thanks
- 0
- Thanked 4 Times in 1 Post
Sorry I took so long, I have been with out my laptop this past weekend and was not able to reply.
Anyways, Here it goes:
Considering you already already have a VNC viewer on your PC and Veency installed on your jailbroken iPhone, you will need to download the following:
- Python 2.6.x (grab the latest Python 2.6.4 Windows installer. Click Here!)
- usbmuxd 1.0.2 (usbmuxd 1.0.2)
(Unzip the file and extract to the directory of your choice.) Since we are not using Linux, we will only be using the python-clientdirectory. I extracted to the root C: directory because it is easier for me to find.
Note: The following directions reflect having downloaded both files above to your root C: directory. You can save in the files in any directory you wish to, however you will need to change the DOS commands to your need.
Edit Poseidon: When cutting and pasting the above commands into your CMD promnt you MUST delete the blank space between the colon and the \ in order for it to work.
That being said:
Open a CMD screen and use the following....
cd C: \usbmuxd-1.0.2\python-client
c: \python26\python.exe tcprelay.py 5900
If you have followed all the instructions carefully, you should then get the following message:
"Forwarding local port 5900 to remote port 5900"
Start up your VNC client, and use the 127.0.0.1 address.
You should now be able to connect to localhost using VNC.
Please remember:
iTunes must be installed and the iTunes mobile device helper must be running.3
Let me know if this works for you.Last edited by pimpinpapoii; 03-03-2010 at 02:38 PM.
-
The Following 4 Users Say Thank You to pimpinpapoii For This Useful Post:
Gabe2385 (03-03-2010), nss280 (06-10-2011), Poseidon79 (03-03-2010), xXrkidXx (05-02-2010)
-
03-03-2010, 08:51 AM #27
Worked
That one worked being trying to get this for months but finally this fixed it!

Thanks
Gabe
-
03-03-2010, 11:21 AM #28
Hey just tried using pimpims method to no avail

it gives me this error everytime i try
Waiting for devices...
Connecting to device <MuxDevice: ID 7 ProdID 0x1292 Serial 'fe6d8294a6395f1cb31f
0a0024bc6ea5ec3aeb36' Location 0x0>
----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 3771)
Traceback (most recent call last):
File "C
Python26\lib\SocketServer.py", line 281, in _handle_request_noblock
self.process_request(request, client_address)
File "C
Python26\lib\SocketServer.py", line 307, in process_request
self.finish_request(request, client_address)
File "C
Python26\lib\SocketServer.py", line 320, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "C
Python26\lib\SocketServer.py", line 615, in __init__
self.handle()
File "C
usbmuxd-1.0.2\usbmuxd-1.0.2\python-client\tcprelay.py", line 82, in h
andle
dsock = mux.connect(dev, self.server.rport)
File "C
usbmuxd-1.0.2\usbmuxd-1.0.2\python-client\usbmux.py", line 235, in co
nnect
return connector.connect(device, port)
File "C
usbmuxd-1.0.2\usbmuxd-1.0.2\python-client\usbmux.py", line 206, in co
nnect
raise MuxError("Connect failed: error %d"%ret)
MuxError: Connect failed: error 3
----------------------------------------
Does anyone kno how to fix this?
thanks
-
03-03-2010, 11:30 AM #29Super Moderator
- Join Date
- Jan 2008
- Location
- Austin, TX
- Posts
- 8,260
- Thanks
- 819
- Thanked 1,665 Times in 1,156 Posts
That worked great! Thanks

-
03-03-2010, 02:22 PM #30What's Jailbreak?
- Join Date
- Oct 2007
- Location
- Miami, Fl.
- Posts
- 20
- Thanks
- 0
- Thanked 4 Times in 1 Post
You're welcome, guys!!
I had been trying for weeks and did not want to give up. lol
finally got it.
@potaholik: you must be doing something wrong. are you changing the directory before running the python.exe command?Last edited by pimpinpapoii; 03-03-2010 at 02:24 PM.
-
03-03-2010, 04:52 PM #31
I put everything in c:/. Ran it exactly as in your post, and got the fowarding local port MSG, but when I connect with real vnc or tight vnc and I get that message on the cmd prompt
-
03-04-2010, 01:25 PM #32
this works great. Thanks Pimpin (and lolz at the google that for you... you got me). This way actually seems more responsive (faster) than the original way (itunnel) but maybe it's just me.
as an FYI
You can take both of those commands...
cd c
usbmuxd-1.0.2\python-client
c
python26\python.exe tcprelay.py 5900
paste them into a txt document and change the txt extension to .cmd and you've got yourself a one click solution to running the cmd prompt and commands. Even better if you toss it onto the quicklaunch/taskbar.
thanks again.
-
03-05-2010, 03:16 PM #33
Using Win 7 x64 Ultimate I'm getting the following:
using python 2.6.4
>python tcprelay.py 5900
Forwarding local port 5900 to remote port 5900
Traceback (most recent call last):
File "tcprelay.py", line 135, in <module>
server = serverclass((HOST, lport), TCPRelay)
File "C
Python26\lib\SocketServer.py", line 400, in __init__
self.server_bind()
File "C
Python26\lib\SocketServer.py", line 411, in server_bind
self.socket.bind(self.server_address)
File "<string>", line 1, in bind
socket.error: [Errno 10013] An attempt was made to access a socket in a way forbidden by its access permissions
I've run an admin cmd prompt and disabled my firewalls. any suggestions?
-
03-09-2010, 12:05 AM #34
Anyone got it working using Mac OSX according to the instructions posted with the use of USBMU
and PYTHON 2.6.4 ? i tried it in WinXP and it worked fine, just wondering if i can do the same for my mac. Thanks!
-
03-17-2010, 09:19 AM #35iPhone? More like MyPhone
- Join Date
- Jul 2009
- Location
- London
- Posts
- 248
- Thanks
- 25
- Thanked 156 Times in 106 Posts
I know this is an old thread but has anyone got itunnel to work in windows 7? I have it all working at work which is windows xp but at home on windows 7 no luck.
Is there any other software that will allow me to SSH via usb?Hey dont post thanks if I helped you. There's a button for that.
-
03-17-2010, 10:08 AM #36
I use ifunbox to ssh into my iPhone through USB
-
03-18-2010, 06:08 AM #37iPhone? More like MyPhone
- Join Date
- Jul 2009
- Location
- London
- Posts
- 248
- Thanks
- 25
- Thanked 156 Times in 106 Posts
-
04-08-2010, 10:19 AM #38What's Jailbreak?
- Join Date
- Oct 2007
- Location
- Miami, Fl.
- Posts
- 20
- Thanks
- 0
- Thanked 4 Times in 1 Post
Last edited by pimpinpapoii; 04-08-2010 at 10:19 AM. Reason: Automerged Doublepost
-
05-02-2010, 02:07 PM #39
-
05-12-2010, 09:28 AM #40
having trouble with windows
I cant seem to get this to work on a windows machine. usbmuxd doesnt seem to be a windows executable. Any ideas?



LinkBack URL
About LinkBacks
Reply With Quote
ython26python.exe tcprelay.py 5900