topjohnwu
4060c2107c
Add preliminary zygote code injection support
...
Prototyping the injection setup and a clean "self unloading" mechanism.
2021-01-06 22:21:17 -08:00
topjohnwu
cd23d27048
Fix remote_write implementation
2021-01-06 21:56:29 -08:00
topjohnwu
18b86e4fd2
Update Android.mk for test binary
...
Make Android Studio happy
2021-01-05 00:01:02 -08:00
topjohnwu
5f2e22a259
Support remote function call with ptrace
...
End up not used for anything, but keep it for good
2021-01-02 21:29:45 -08:00
topjohnwu
4e97b18977
Move libsystemproperties to external
2020-12-31 15:06:19 -08:00
topjohnwu
f9bde347bc
Convert indentation to spaces
...
The tab war is lost
2020-12-30 22:11:24 -08:00
Billy Laws
947a7d6a2f
Support rootwait cmdline parameter on legacy SAR
...
On devices where the primary storage is slow to probe it makes sense to
wait forever for the system partition to mount, this emulates the
kernel's behaviour when waiting for rootfs on SAR if the rootwait
parameter is supplied.
This issue was encountered with some SD cards on the Nintendo Switch.
2020-12-30 16:43:28 -08:00
Björn Engel
872ab2e99b
Change translation for next
...
Nächste sounds a little bit strange.
2020-12-30 16:41:22 -08:00
kubalav
90b8813bb7
Fixed typo
2020-12-30 16:41:01 -08:00
Arbri çoçka
88d0f63294
Fix text in strings_sq
2020-12-30 16:40:47 -08:00
topjohnwu
79fa0d3a90
Hide selection improvements
2020-12-30 16:40:22 -08:00
topjohnwu
8e61080a4a
Preparation for hiding isolated processes
2020-12-30 15:55:53 -08:00
topjohnwu
3f9a64417b
Disable gradle daemon on Windows CI
2020-12-29 02:46:57 -08:00
topjohnwu
eb959379e8
Prevent resource ID clash
2020-12-29 02:39:47 -08:00
topjohnwu
41a644afb9
Open source stub APK loader
...
Close #3537
2020-12-29 01:44:02 -08:00
topjohnwu
6b42db943d
Better bug report details
2020-12-28 17:03:20 -08:00
topjohnwu
1c325459eb
Only run CI when it matters
2020-12-28 16:38:25 -08:00
John Wu
6d88d8ad95
Add issue templates
2020-12-28 16:26:10 -08:00
topjohnwu
246997f273
Update links
2020-12-28 15:58:53 -08:00
topjohnwu
b6144ae582
Add v21.2 release notes
2020-12-28 15:35:09 -08:00
Arbri çoçka
afe17c73b4
Update strings.xml
...
Fix same text in Values-sq
2020-12-28 15:29:27 -08:00
topjohnwu
b51b884fc7
Fix module installs in recovery
...
Close #3494
2020-12-28 00:25:01 -08:00
topjohnwu
d3e4b29e62
Update README.md
2020-12-27 22:36:03 -08:00
dark-basic
24059e7403
Update Stub-es version
2020-12-27 22:09:03 -08:00
dark-basic
107a2a6682
Update String-es
2020-12-27 22:08:34 -08:00
Arbri çoçka
56b4ab6672
Fix any text in strings sq
2020-12-27 22:07:44 -08:00
topjohnwu
4662454938
More attempts to fix gradle cache on Windows
2020-12-27 20:13:50 -08:00
topjohnwu
db4f78d463
Unblock signals before executing commands
2020-12-27 15:05:39 -08:00
topjohnwu
880de21596
Update Github Actions
...
Disable gradle daemon on Windows and always upload artifacts
2020-12-27 04:02:20 -08:00
topjohnwu
622dd84c9e
Fix uninstaller zip
2020-12-26 22:45:05 -08:00
topjohnwu
f983bfc883
Embed keys into dex files
2020-12-26 21:33:30 -08:00
topjohnwu
45cdb3fdb0
Update dependencies
2020-12-26 17:05:12 -08:00
topjohnwu
9a707236b8
Move signing code into main app sources
2020-12-26 17:03:10 -08:00
topjohnwu
e9e6ad3bb0
Sign zips with apksigner
2020-12-26 16:04:41 -08:00
topjohnwu
ab78a81d15
Fix GitHub actions
2020-12-25 15:54:47 -08:00
John Wu
18340099b7
Add GitHub actions
...
Enable GitHub actions to run CI on all 3 platforms
2020-12-25 15:01:02 -08:00
topjohnwu
a013696a41
Default to config.prop in buildSrc
2020-12-25 13:03:25 -08:00
topjohnwu
8a2a6d9232
Make versionCode unconfigurable
2020-12-25 05:34:15 -08:00
topjohnwu
12aa6d86e4
Make config.prop optional
2020-12-24 04:46:31 -08:00
topjohnwu
7d08969d28
Fix strings
2020-12-23 01:33:46 -08:00
Fs00
dda4aa8488
Translate missing Italian strings
2020-12-22 23:33:20 -08:00
binarynoise
cdaef3d801
Update install.md
...
I wanted to share my experiences with rooting my S10e.
2020-12-22 23:32:53 -08:00
amninder singh
9159166128
Update strings.xml
...
Updating strings.xml
regarding #3566 adding punjabi translation
2020-12-22 23:32:01 -08:00
Arbri çoçka
dc0882e043
fixing some errors in sq strings
2020-12-22 23:31:40 -08:00
amninder singh
c811f015ef
Added Punjabi Translation
...
- Written in Gurmukhi Script containing different foreign punctuations both inscript and Phonetic
2020-12-22 23:31:12 -08:00
nkh0472
d8f0b66fe1
Improve Correctness and Clarity of guides.md
2020-12-22 23:30:37 -08:00
Mohd Faraz
dc3d57deba
utils_functions: Added a check for the system_root
...
now on addon while flashing recovery usign mount point /system_root by which this is causing a flashing error.
Let's first check and unmount /system_root if mounted
Signed-off-by: Mohd Faraz <androiabledroid@gmail.com>
2020-12-22 23:30:14 -08:00
topjohnwu
d089698475
Don't use root for logging getprop
...
Might contain sensitive info that shouldn't be shared
2020-12-19 23:09:36 -08:00
vvb2060
8ed2dd6687
Skip query for log files and patched boot file
2020-12-19 22:26:10 -08:00
vvb2060
50305ca1fe
Support save manager log
2020-12-19 22:25:44 -08:00