| ||||||||||||
|
PearlLib is only really interesting to programmers — for everyone else, there's the programs that use PearlLib. Many of these are listed below. All the files listed below are stand-alone archives of both the tool in question and the relevant parts of PearlLib. You don't need a separate PearlLib JAR to use them. In the case of the Source downloads, they contain just the sources necessary to build the Tool itself; for complete sources, check the PearlLib page. All tools currently require Java 1.2 or later. OpenTaxiThis is a GUI app very similar to Rio Taxi Lite, except that it caches all song data between connections and is less than 1/10 the size. I wrote this tonight as a test case for my library.
For once, you can actually just double-click on the JAR file. Or, if you're on a command line, java -jar opentaxi-versionyoudownloaded.jar. You'll need Java (obviously), and you'll need to be able to see the Karma over Ethernet. No USB support. Taxi ToolHere's a simple command-line tool for accessing Taxi files on your Karma. It caches the file database on your Karma locally, so repeated accesses won't each have to download the full file. (About time, huh?) I wrote TaxiTool as a test framework for PearlLib Layer II. Needless to say, it works. (It's also 40% the size of the equivalent PearlLib Layer I tool.)
To use, type: java -jar taxitool-versionyoudownloaded.jar -- it will give you help on the required arguments. You'll need Java (obviously), and you'll need to be able to see the Karma over Ethernet. No USB support. Like all of my Karma tools so far, this is a command-line utility. If you don't know what that is, you probably don't want it. Lost File ScrubberHere's a scrubber to solve the "lost file" problem on the Karma. It will scan your device for lost files, report them, and give you an option to erase them. Unfortunately, as a side effect of the files being "lost," it can't actually show you what files they are. The only way to tell this is to compare the file FIDs against a previous backup of your database, which you can do with the Client. This tool is intended to be dead simple and easy to use.
To use, type: java -jar lostscrubber-versionyoudownloaded.jar You'll need Java (obviously), and you'll need to be able to see the Karma over Ethernet. No USB support. MEGA-IMPORTANT NOTE! READ THIS! In case the line above wasn't clear... To use, type: java -jar lostscrubber.jar, emphasis on the type. Double-clicking this JAR file will not do anything interesting, since it's a command-line application and thus has no graphical interface. The ClientThe Client (org.biffle.cliff.pearl.Client) is simply a testing tool for me, but is quickly becoming rather useful. In particular, I've been using 'list' to find lost files on the device (files that have lost their metadata and are inaccessible in both the system UI and RMML -- look for titles reading "null"), and then 'delete' to remove them. Also, 'unbad' is very useful to fix the annoying firmware glitch that marks a file bad when a transfer interrupts its playback. Supported commands in the current revision:
This cute little app has gotten useful enough that I've decided to provide it as a separate download.
To run it, simply type "java -jar client-versionyoudownloaded.jar IP.of.your.karma". |
Please read the disclaimer.
|
|||||||||||
|
All content ©2003-2004 Cliff L. Biffle, all rights reserved. All trademarks are the property of their respective owners. <cbiffle@safety.net> | ||||||||||||