LoveSy
888a7dbeb6
Upgrade cxx ( #2780 )
2023-10-05 01:06:57 +08:00
Nullptr
134cd71fa0
Wrap whole onTransact ( #2740 )
2023-09-03 17:18:48 +00:00
Nullptr
b9d282cdfd
Refine service & Add flash ksu script ( #2714 )
2023-08-28 11:52:18 +00:00
Howard Wu
0229e294d0
buildDir deprecated, use layout.buildDirectory instead ( #2697 )
...
gradle/gradle#20210
gradle/gradle#24820
2023-08-19 12:27:55 +08:00
Howard Wu
1bb7a340ba
[skip ci] Gradle task: reboot using power svc ( #2692 )
2023-08-17 16:57:14 +08:00
LoveSy
7fe84388e4
Upgrade gradle
2023-07-10 21:56:07 +08:00
LoveSy
6f6c4b67d7
Use correct pkg name for system_server ( #2580 )
...
Allow hooking processes of android package besides system_server
system_server: uid=1000 pkg=system proc=system
ChooserActivity,ResolverActivity: uid=1000 pkg=android proc=android:ui,system:ui
Co-authored-by: 5ec1cff <ewtqyqyewtqyqy@gmail.com>
Co-authored-by: vvb2060 <vvb2060@gmail.com>
2023-07-03 05:40:12 +00:00
LoveSy
8cb547c3ed
[skip ci] Revert "Let AGP to strip native libs" ( #2498 )
...
Reverts LSPosed/LSPosed#2496
2023-04-17 09:16:29 +08:00
LoveSy
d8b7916ce0
Let AGP to strip native libs ( #2496 )
2023-04-16 14:10:12 +08:00
LoveSy
57c1263ac4
Fix dex2oat build
2023-04-16 01:05:08 +08:00
LoveSy
b277416c1d
Upgrade AGP
2023-04-15 23:01:08 +08:00
LoveSy
f887d0116c
Upgrade gradle ( #2487 )
2023-04-12 16:46:09 +00:00
LoveSy
5eaec4596a
Refine zygisk api
2023-04-01 20:47:07 +08:00
LoveSy
cf0e552715
Upgrade deps
2023-04-01 18:15:15 +08:00
LoveSy
7087c6f752
Support Android 14 DP2 ( #2434 )
...
close #2433
But the notification cannot send broadcast now.
2023-03-09 12:28:34 +08:00
Howard Wu
22b3e95e5d
Require Riru 26.1.7+ ( #2430 )
...
Co-authored-by: 南宫雪珊 <vvb2060@gmail.com>
2023-03-09 02:41:01 +08:00
LoveSy
b069da0323
Refine gradle scripts
2023-02-26 16:48:49 +08:00
LoveSy
d671dc535e
enable configuration cache
2023-02-26 16:48:49 +08:00
LoveSy
54483ab89b
Implement invokeOriginalConstructor
2023-02-26 16:48:49 +08:00
LoveSy
b52c40615e
Remove xposedResources
2023-02-26 16:48:49 +08:00
Nullptr
d9b3263077
Refine get version interface
2023-02-26 16:48:49 +08:00
LoveSy
73b915e5a7
No need export typedarray
2023-02-26 16:48:49 +08:00
LoveSy
55f1860e71
Fix
2023-02-26 16:48:49 +08:00
LoveSy
53d75bd10e
Move libxposed to a standalone gradle module
2023-02-26 16:48:49 +08:00
LoveSy
7a5f7181a8
Return correct app data dir from zygote params
2023-02-26 16:48:49 +08:00
南宫雪珊
3d11c2f0f7
Make dex2oat wrapper more compatible ( #2372 )
2023-02-19 21:24:54 +08:00
LoveSy
731eae9f3b
Support Android 14 DP1 ( #2377 )
...
Fix #2376
2023-02-09 11:20:28 +08:00
Howard Wu
760f0bb0eb
All flavors require Magisk 24.0+ ( #2368 )
...
Magisk 23 is missing some SELinux policies
This fixes a permissions issue with the Dex2Oat wrapper
```
02-04 23:45:00.212 4396 4396 E LSPosedDex2Oat: failed to connect to /dev/c951326ba095346b/dex2oat.sock failed with 13: Permission denied
02-04 23:45:00.209 4396 4396 W dex2oat64: type=1400 audit(0.0:8403): avc: denied { write } for name="dex2oat.sock" dev="tmpfs" ino=26722 scontext=u:r:installd:s0 tcontext=u:object_r:magisk_file:s0 tclass=sock_file permissive=0
02-04 23:45:00.213 1510 3805 V installd: DexInv: --- END '/data/app/~~M2S57MD185N1tyyKQy9PKw==/com.google.android.gm-7Q68xrTQSACXisBuDI6oBg==/base.apk' --- status=0x 100, process failed
02-04 23:45:00.213 1510 3805 E installd: Dex2oat invocation for /data/app/~~M2S57MD185N1tyyKQy9PKw==/com.google.android.gm-7Q68xrTQSACXisBuDI6oBg==/base.apk failed: unspecified dex2oat error (256)
```
Additional rules first appeared in Magisk version 24000
2c44e1bb93
2023-02-06 00:19:55 +08:00
南宫雪珊
10804dfa7f
Clean code ( #2335 )
2023-01-16 22:04:00 +08:00
vvb2060
6b01a1a3ac
Update open app cmdline
2022-12-03 17:21:57 +08:00
vvb2060
323fb7a501
Delete signature verification log
2022-12-03 17:21:57 +08:00
LoveSy
6d80cd62fd
Stablize CMake arguments ( #2266 )
2022-12-03 06:41:54 +00:00
Howard Wu
6b70b624e3
Set the dex2oat wrapper owner and group to `root:shell` ( #2248 )
2022-11-27 00:12:05 +08:00
南宫雪珊
2785ec3e32
Revert "Reject installation when JsHook is installed ( #2178 )" ( #2179 )
...
This reverts commit 7bcdeb1875 .
2022-10-16 11:28:10 +08:00
Howard Wu
7bcdeb1875
Reject installation when JsHook is installed ( #2178 )
2022-10-15 14:38:54 +00:00
LoveSy
82bc5cab0d
Update deps ( #2170 )
2022-10-13 16:54:25 +00:00
Nullptr
205138f638
Fix binary patch ( #2096 )
2022-08-30 19:14:11 +08:00
残页
a9e9fd4d5f
[skip ci] Android 13 Stable is supported ( #2084 )
2022-08-19 00:09:20 +00:00
残页
260a5e1170
Remove extraction of libdaemon.so ( #2050 )
2022-07-25 07:37:10 +08:00
LoveSy
02f09247ae
Use striped so for debug build ( #2047 )
2022-07-25 00:33:00 +08:00
LoveSy
d985cf4c63
Update gradle ( #2046 )
2022-07-23 05:49:05 +00:00
LoveSy
666e8780c7
Update deps ( #2016 )
2022-06-30 16:43:40 +08:00
Ketal
0fffab2261
set group for custom task ( #1989 )
2022-06-12 12:59:57 +08:00
Nullptr
d36d284f39
Separate InitArtHooker and InitHooks ( #1965 )
2022-05-27 14:53:07 +00:00
LoveSy
e3b96ebb92
Update AGP ( #1941 )
2022-05-15 14:08:08 +08:00
LoveSy
dce14b953e
Fix name of elf util ( #1930 )
2022-05-11 16:11:33 +08:00
LoveSy
c99c3b1165
Only hook `performDestroyActivity` on Android 8.1- ( #1923 )
2022-05-07 08:31:32 +00:00
LoveSy
779c178d0a
Fix state loading ( #1911 )
...
* Revert "Fix parasitic manager state restore on 8.1 (#1726 )"
This reverts commit 97ef900125 .
* Fix state loading
Co-authored-by: Howard Wu <40033067+Howard20181@users.noreply.github.com>
2022-05-03 23:15:39 +08:00
LoveSy
c1087a2e80
Fix zygisk x86 only installation ( #1907 )
2022-05-01 19:42:29 +00:00
LoveSy
7d5778a01c
Update elf util & lsplant to support A13B1 arm ( #1894 )
2022-04-27 03:29:32 +00:00