Currently I'm trying to recover data from my iPod Touch 4G.
Gecko iPhone Toolkit loads up it's Ramdisk and my iPod displays
I try connecting with PuTTY to localhost:2222, doesn't work. I get "Network error: Connection refused".
Apperently, GIT doesn't usbmux to forward the ports until you run their bruteforce script (which I don't want to do because I'm not trying to crack my passcode, I'm just recovering data).
So I used itunnelmux.exe --lport 22
At this point I run PuTTY, pointing it to localhost and port 22, this time it doesn't refuse the conection, but the itunnelmux windows says this:
And of course PuTTY just hangs. What can I do
EDIT: What does _AMRecoveryModeDeviceSendFileToDevice refer to? That appears to be the problem?
Gecko iPhone Toolkit loads up it's Ramdisk and my iPod displays
Code:
listening port 1999 and running /sbin/sshd
Apperently, GIT doesn't usbmux to forward the ports until you run their bruteforce script (which I don't want to do because I'm not trying to crack my passcode, I'm just recovering data).
So I used itunnelmux.exe --lport 22
Code:
C:\Users\Owner\Downloads\itunnel_mux_rev71>itunnel_mux.exe --lport 22
[ERROR] locate_AMRecoveryModeDeviceSendFileToDevice: Could not locate function p
rolog!
[INFO] Waiting for new TCP connection on port 22
[INFO] Waiting for device...
[INFO] Device connected: ramdisk tool Dec 1 2011 14:40:41
Code:
[INFO] Info: New connection...
[ERROR] AMDeviceConnect = -402653083
[ERROR] Error: Device Connect
And of course PuTTY just hangs. What can I do
EDIT: What does _AMRecoveryModeDeviceSendFileToDevice refer to? That appears to be the problem?