diff options
author | Hector Martin | 2009-10-26 16:22:33 +0100 |
---|---|---|
committer | Hector Martin | 2009-10-26 16:22:33 +0100 |
commit | 0d117bd6975f2c5e11726b6302863ff3f3b61d16 (patch) | |
tree | 71cea5fb4207ba1325b51eb17c1fa9b8b840f6e6 /README | |
parent | d263491ad33975d34282e0c3d06ec5ad461c768d (diff) | |
download | usbmuxd-0d117bd6975f2c5e11726b6302863ff3f3b61d16.tar.gz usbmuxd-0d117bd6975f2c5e11726b6302863ff3f3b61d16.tar.bz2 |
Improve README
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -41,10 +41,13 @@ Building make sudo make install +You should also create a usbmuxd user that has access to USB devices on your +system. Alternatively, you can pass a different username after the -U argument. + Running (with magic) ==================== - (Unplug + replug your iPhone) + (Unplug + replug your jailbroken iPhone) ./iproxy 2222 22 & ssh -p 2222 root@localhost @@ -53,6 +56,8 @@ output for the moment. If this is getting in the way of your ssh login, then run the 'ssh' command from a different xterminal or virtual console. +If you have iFuse, you can run "ifuse <mountpoint">. This doesn't require +iproxy and works on all phones, jailbroken or not. Running (without magic) ======================= @@ -66,7 +71,6 @@ usbmuxd'. ./iproxy 2222 22 & ssh -p 2222 root@localhost - Tip: Starting SSH if disabled ============================= @@ -82,7 +86,7 @@ the device), and then edit: to _remove_ the lines: - <key>Diabled</key> + <key>Disabled</key> <true/> Reboot the device and then sshd should be running. |