1BALXPARSE(1) General Commands Manual BALXPARSE(1)
2
3
4
6 balxparse - Barry Project's program to parse firmware ALX files.
7
9 balxparse [-h][-i lang][-d path][-o file] [ALX files...]
10
11
13 balxparse is a tool for loading XML data from the ALX files included
14 with BlackBerry firmware updates. It is able to parse this data in
15 multiple charsets / languages, as well as parsing the entire directory
16 of ALX files.
17
18
20 -h Display a command help summary.
21
22 -i lang
23 Specify the internationalization charset/language to use. By
24 running balxparse with the -h option, a list of available lan‐
25 guages is displayed.
26
27 -d path
28 Specify the path to find all ALX files.
29
30 -o file
31 Specify an OS filename (Platform.alx) to parse, without loading
32 application and library dependencies.
33
35 balxparse was initially written for the Barry project by Nicolas
36 Vivien, with additional contributions from others over time.
37
39 http://www.netdirect.ca/barry
40
41
42
43
44 December 9, 2010 BALXPARSE(1)