-
Notifications
You must be signed in to change notification settings - Fork 49
/
README
66 lines (42 loc) · 1.21 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
About
=====
Redirects the standard usbmuxd socket to allow connections to local and
remote usbmuxd instances so remote devices appear connected locally.
Installation
============
Copy usbfluxd binary to a location included in $PATH, for example
/usr/local/sbin.
sudo cp usbfluxd /usr/local/sbin/
Usage
=====
Note: usbfluxd requires root permissions to run.
To start usbfluxd, run:
sudo usbfluxd
It will log to syslog by default. Usbfluxd can be run in foreground using -f,
and also with increased verbosity by adding -v to the command line. Multiple
-v can be passed.
Please be aware that all usbmuxd-aware apps like Xcode or iTunes need to be
restarted so they will talk to usbfluxd instead of the original usbmuxd.
To stop usbfluxd, run:
sudo killall usbfluxd
Also after stopping usbfluxd, remember to restart any app that relies on
usbmuxd so it returns to the original state.
Build Requirements
==================
Development Packages of:
libplist-2.0 - https://github.com/libimobiledevice/libplist
libavahi-client-dev
Software:
make
autoheader
automake
autoconf
libtool
pkg-config
gcc
Installation From Source
========================
To compile run:
./autogen.sh
make
sudo make install