[Lunar-commits] <moonbase-other> usbmuxd: Readding to moonbase, depends for libmobiledevice.

stumbles stumbles at lunar-linux.org
Sat Oct 20 12:13:09 CEST 2012


commit e4943c05025b9b247651bbb3ffa3e38b51e7567d
Author: stumbles <stumbles at lunar-linux.org>
Date: Sat, 20 Oct 2012 03:13:09 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/e4943c05025b9b247651bbb3ffa3e38b51e7567d

usbmuxd: Readding to moonbase, depends for libmobiledevice.
---
  kernel/usbmuxd/BUILD   | +8/-0     
  kernel/usbmuxd/DEPENDS | +3/-0     
  kernel/usbmuxd/DETAILS | +33/-0    
  3 files changed, 44 insertions(+)

--- /dev/null
+++ b/kernel/usbmuxd/BUILD
@@ -0,0 +1,8 @@
+(
+
+  sedit "s:/lib/udev:/usr/lib/udev:" udev/CMakeLists.txt &&
+  sedit "s:UNKNOWN:1.0.8:" Modules/VersionTag.cmake  &&
+
+  default_cmake_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/kernel/usbmuxd/DEPENDS
@@ -0,0 +1,3 @@
+depends cmake
+depends %UDEV
+depends libusb
--- /dev/null
+++ b/kernel/usbmuxd/DETAILS
@@ -0,0 +1,33 @@
+          MODULE=usbmuxd
+         VERSION=1.0.8
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://cgit.sukimashita.com/usbmuxd.git/snapshot/
+      SOURCE_VFY=sha1:7488587303c757874a16a8c40b00c8bd15c82120
+        WEB_SITE=http://marcansoft.com/blog/iphonelinux/usbmuxd/
+         ENTERED=20101228
+         UPDATED=20121016
+           SHORT="USB Multiplex Daemon"
+
+cat << EOF
+'usbmuxd' stands for "USB multiplexing daemon". This daemon is in charge of
+multiplexing connections over USB to an iPhone or iPod touch. To users, it means
+you can sync your music, contacts, photos, etc. over USB.
+
+To developers, it means you can connect to any listening localhost socket on the
+device. usbmuxd is not used for tethering data transfer, which uses a dedicated
+USB interface as a virtual network device.
+
+Multiple connections to different TCP ports can happen in parallel. An example
+(and useful) tool called 'iproxy' is included that allows you to forward
+localhost ports to the device---allows SSH over USB on jailbroken devices, or
+allowing access the lockdown daemon (and then to all of the file access, sync,
+notification and backup services running on the device).
+
+
+Do things like this (from README);
+
+  (Unplug + replug your jailbroken device)
+  ./iproxy 2222 22 &
+  ssh -p 2222 root at localhost
+
+EOF




More information about the Lunar-commits mailing list