2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-10-22 01:37:40 +00:00
Commit Graph

460 Commits

Author SHA1 Message Date
Christopher Roy Bratusek
4fd25f399c update ChangeLog 2018-08-27 18:33:22 +02:00
Christopher Roy Bratusek
400803fb86 update ChangeLog 2018-08-27 18:32:50 +02:00
Christopher Roy Bratusek
a5b238c7e0 Patcher: exit upon SDK 28 / update vdexPatcher builds 2018-08-27 18:23:01 +02:00
Christopher Roy Bratusek
1e99734c85 CommonInstaller, Patcher: A/B aware /vendor mount code from Magisk 2018-08-27 18:12:17 +02:00
Christopher Roy Bratusek
ad06de9fd5 CommonInstaller, Patcher: mount /vendor partition 2018-08-27 18:08:12 +02:00
Christopher Roy Bratusek
335e87ceb3 Patcher: update baksmali command 2018-08-26 21:58:10 +02:00
Christopher Roy Bratusek
5a12e2cc19 Patcher: vdexExtractor debug build 2018-08-26 21:17:23 +02:00
Christopher Roy Bratusek
cec1ee186f Patcher: log ROM_DEX_STATUS 2018-08-26 21:08:04 +02:00
Christopher Roy Bratusek
4403cfa550 Patcher: don't try to de-odex, when services.jar already contains classes.dex 2018-08-26 21:07:23 +02:00
Christopher Roy Bratusek
ded2be5c0a Patcher: update vdexExtractor 2018-08-26 19:28:43 +02:00
Christopher Roy Bratusek
460eb3d6d0 Patcher: roll back to dexpatcher 1.6.0 2018-08-26 19:09:55 +02:00
Christopher Roy Bratusek
94a3f6065a Patcher: mark Android Pie support as experimental 2018-08-26 19:03:06 +02:00
Christopher Roy Bratusek
e1d2fcaccc Uninstaller: use internal busybox 2018-08-26 18:59:34 +02:00
Christopher Roy Bratusek
bf737c124f Patcher:
- use internal busybox
- update baksmali/smali
- update vdexextractor
- other minor changes
2018-08-26 18:58:59 +02:00
Christopher Roy Bratusek
4956584f15 Patcher: more verbose output 2018-08-26 18:02:36 +02:00
Christopher Roy Bratusek
1ac284b37e Patcher: fix vdexExtractor for arm64 / x86_64 2018-08-26 15:04:23 +02:00
Christopher Roy Bratusek
967398691d update README 2018-08-26 13:27:19 +02:00
Christopher Roy Bratusek
ce8c74c2e1 Patcher: update install_addond 2018-08-26 13:19:16 +02:00
Christopher Roy Bratusek
1e77402609 we don't need BOOTCLASSES 2018-08-26 12:58:31 +02:00
Christopher Roy Bratusek
5c5eb20dfc Patcher: several fixups 2018-08-26 12:53:17 +02:00
Christopher Roy Bratusek
ab102c19dc Patcher: fixup 2018-08-26 11:38:19 +02:00
Christopher Roy Bratusek
160e12b1be Patcher: vdex 2018-08-26 11:29:14 +02:00
Christopher Roy Bratusek
4b59556a0b Patcher: various improvements 2018-08-25 23:23:26 +02:00
Christopher Roy Bratusek
9ac49915eb Patcher:
- simplify code
- don't deodex services.jar if it's already deodexed
2018-08-25 22:33:20 +02:00
Christopher Roy Bratusek
5c61d31398 Patcher: string change 'cause it works 2018-08-25 21:51:39 +02:00
Christopher Roy Bratusek
d3d315ccf9 Patcher: minor fix 2018-08-25 21:44:44 +02:00
Christopher Roy Bratusek
c7acda8a1c Patcher: set LD_LIBRARY_PATH for vdexExtractor 2018-08-25 21:44:14 +02:00
Christopher Roy Bratusek
7aa1571e40 Patcher: support automatic deodexing for VDEX method (first try) 2018-08-25 21:43:43 +02:00
Christopher Roy Bratusek
ccea841d02 update docs 2018-08-25 21:26:10 +02:00
Christopher Roy Bratusek
dbabb06073 add vdexExtractor binaries (ndk builds) 2018-08-25 21:24:00 +02:00
Christopher Roy Bratusek
e5e8fe101a doc updates 2018-08-25 20:19:26 +02:00
Christopher Roy Bratusek
7fb1b5a723 add sources to DeodexServices doc 2018-08-25 19:47:42 +02:00
Christopher Roy Bratusek
dd62c39cb9 update DeodexServices.jar 2018-08-25 19:41:56 +02:00
Christopher Roy Bratusek
862e21bc2a add services.jar deodex'ing instructions 2018-08-25 19:36:36 +02:00
Christopher Roy Bratusek
3889803d3f mark SDK 28 as officially supported (despite the fact that GSync Adapters are yet missing) 2018-08-25 00:36:44 +02:00
Christopher Roy Bratusek
94efbc5c0e next release will be 18.0, not 17.10 2018-08-25 00:31:29 +02:00
Christopher Roy Bratusek
ac488fa201 sort alphabetically 2018-08-25 00:28:06 +02:00
Christopher Roy Bratusek
eaa64ec3f7 CommonInstaller: remove GoogleExtServices from GApps removal list, as it is required for ROMs using GooglePackageManager 2018-08-25 00:17:40 +02:00
Christopher Roy Bratusek
7eee0acb6f CommonAddon: update GApps list here, too 2018-08-25 00:01:20 +02:00
Christopher Roy Bratusek
10b81bbf85 update README 2018-08-24 23:59:37 +02:00
Christopher Roy Bratusek
32e95c2b35 minor typo fix 2018-08-24 22:20:34 +02:00
Christopher Roy Bratusek
1472726aed Patcher: add unused base code for automatic deodexing 2018-08-24 21:47:56 +02:00
Christopher Roy Bratusek
70c44bef9b update ChangeLog 2018-08-24 21:36:52 +02:00
Christopher Roy Bratusek
57e5c1807b Patcher: don't unmount /system beforehand 2018-08-24 21:31:00 +02:00
Christopher Roy Bratusek
9ad78a63d9 build-package: update dalvikize_jar to use SDK 27 dx utility and minimum SDK 26 2018-08-24 21:27:15 +02:00
Christopher Roy Bratusek
9068222cbf update README 2018-08-24 21:26:43 +02:00
Christopher Roy Bratusek
cad3b1c262 Patcher: fix path to installer infofile 2018-08-24 21:26:33 +02:00
Christopher Roy Bratusek
6889db96ff CommonInstaller:
- extend GApps debloat blacklist to filter out more stuff
- minor fix regarding system mode installer information creation
2018-08-24 21:25:01 +02:00
Christopher Roy Bratusek
c77387db12 Patcher:
- don't stop on odexed ROMs, just print a warning (user have may services.jar deodexed)
- fix path to install lockfile
- remove a bit old code
- 9.0, SDK 28 officially supported
2018-08-24 21:24:01 +02:00
Christopher Roy Bratusek
7e3c2f15f8 CommonInstaller: improve 2018-08-23 21:27:15 +02:00