summaryrefslogtreecommitdiff
path: root/tools/iap/README
diff options
context:
space:
mode:
authorRalf Ertzinger <rockbox@camperquake.de>2013-06-22 10:08:23 +0100
committerFrank Gevaerts <frank@gevaerts.be>2013-11-10 18:41:24 +0100
commitb170c73f922e3457b923b4e7fcbec794a8885c77 (patch)
tree89fbdbd8c25af5101a29a1ede3b896332a4e205c /tools/iap/README
parent500b137308a6ee5c2aba873734a8956d70472f56 (diff)
downloadrockbox-b170c73f922e3457b923b4e7fcbec794a8885c77.tar.gz
rockbox-b170c73f922e3457b923b4e7fcbec794a8885c77.zip
Updated IAP commands.
Originally written and uploaded by Lalufu (Ralf Ertzinger) in Feb 2012. They have been condensed into a single patch and some further additions by Andy Potter. Currently includes Authentication V2 support from iPod to Accessory, RF/BlueTooth transmitter support, selecting a playlist and selecting a track from the current playlist. Does not support uploading Album Art or podcasts. Has been tested on the following iPods, 4th Gen Grayscale, 4th Gen Color/Photo, Mini 2nd Gen, Nano 1st Gen and Video 5.5Gen. Change-Id: Ie8fc098361844132f0228ecbe3c48da948726f5e Co-Authored by: Andy Potter <liveboxandy@gmail.com> Reviewed-on: http://gerrit.rockbox.org/533 Reviewed-by: Frank Gevaerts <frank@gevaerts.be>
Diffstat (limited to 'tools/iap/README')
-rw-r--r--tools/iap/README23
1 files changed, 23 insertions, 0 deletions
diff --git a/tools/iap/README b/tools/iap/README
new file mode 100644
index 0000000000..dbd050feb4
--- /dev/null
+++ b/tools/iap/README
@@ -0,0 +1,23 @@
1These are perl test scripts for validating the IAP implementation.
2Also included is a perl class for talking to an iPod via the serial
3port. You will probably need Linux to use this.
4
5Run "make moduletest" to test the perl module itself. This will not
6require any serial connection, or even an iPod, for that matter.
7
8Run "make test" to run the iPod communication tests themselves.
9
10In order to test make sure
11
12- the iPod is connected to a serial port
13- the test scripts assume that this port is /dev/ttyUSB0. Change
14 as neccessary
15
16Sometimes, tests will time out instead of giving the desired result.
17As long as the timeouts are not reproducable this is usually not a
18problem. The serial port is known to be unreliable, and devices will
19retransmit. This happens even with the OF.
20
21The tests were designed against an iPod Touch 2G as a reference device.
22Some older iPods fail some of the test, even with the OF, because of
23behaviour changes in later firmware releases by Apple.