forked from Shachar/Lingnu-Android-Tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
36 lines (26 loc) · 1.61 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
This project contains miscellanious tools for manipulating an Android platform,
developed as part of the services rendered to our clients by Lingnu Open Source
Consulting Ltd.
All code is Copyrighted (C) 2010,2011 Lingnu Open Source Consulting Ltd.
These tools were developed as part of our work for our clients, and are released
to the general public under the GNU General Public License (GPL) either version
2 of the License, or (at your option) any later version.
Lingnu's web page is at http://www.lingnu.com
Available tools:
split_bootimg - a generic tool for splitting a boot image created using
mkbootimg. The tool auto-detects the actual (as opposed to reported) page
size, and dumps all relevant info about the boot image. The tool makes no
assumptions about the parameters used in order to create the boot image.
new_strings - has 2 functions:
+ given 3 files : old_english_strings.xml newer_english_strings.xml localized_strings.xml
will output new localized strings.xml based on old, new, and localized versions of
of strings.xml (reflects changes between the old and new version : dropped, new
and modified string entries)
+ given 2 files : old_localized_strings.xml newer_localized_strings.xml
will output merged version of the 2 files, prefering newer string entries
if exists.
zzos - the reverse of aapt. Decompile the resources of an apk to a format
suitable for recompilation using aapt. "zzos" is "aapt" shifted one
letter down.
de9patch - deserializes metadata of 9-patch compiled png file, writes out original 9-patch png
xmlindent - buetify xml file