-
Notifications
You must be signed in to change notification settings - Fork 73
Comparing changes
Open a pull request
base repository: beakthoven/TrickyStoreOSS
base: v2.0.0
head repository: beakthoven/TrickyStoreOSS
compare: v2.1.0
- 8 commits
- 6 files changed
- 2 contributors
Commits on Aug 8, 2025
-
workflows: changelogs: Fix zip detection
Signed-off-by: Dakkshesh <dakkshesh5@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2f1bee9 - Browse repository at this point
Copy the full SHA 2f1bee9View commit details
Commits on Aug 9, 2025
-
java: CertificateHacker: Handle getPackageInfo() correctly
Fixes #11 Signed-off-by: Dakkshesh <beakthoven@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ccb1be1 - Browse repository at this point
Copy the full SHA ccb1be1View commit details
Commits on Aug 10, 2025
-
java: CertHacker: Sanitize the XML data before passing to XML parser
- Remove whitespaces - Remove Byte Order Mark (BOM) Fixes #12 Signed-off-by: Dakkshesh <beakthoven@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5c0a401 - Browse repository at this point
Copy the full SHA 5c0a401View commit details
Commits on Aug 11, 2025
-
- There are some issues with Android 10/11 that causes injection failures. - Raise the compatiblity requirement until they are fixed. Signed-off-by: Dakkshesh <dakkshesh5@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c1e0230 - Browse repository at this point
Copy the full SHA c1e0230View commit details -
Signed-off-by: Dakkshesh <dakkshesh5@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 325a35d - Browse repository at this point
Copy the full SHA 325a35dView commit details -
cpp: RefBase: Dont use incWeakRequireWeak()
- Fixes the following on older android 10/11 platforms: 08-11 14:53:05.143 1388 1388 I TrickyStoreOSS: TrickyStore injector starting... 08-11 14:53:05.144 1388 1388 I TrickyStoreOSS: Starting injection of /data/adb/modules/tricky_store/libTrickyStoreOSS.so (entry: entry) into process 1024 08-11 14:53:05.151 587 587 I Zygote : Preloading shared libraries... 08-11 14:53:05.155 1026 1053 I ServiceManager: Waiting for service 'package_native' on '/dev/binder'... 08-11 14:53:05.155 1388 1388 W TrickyStoreOSS: Primary dlopen failed for library: /data/adb/modules/tricky_store/libTrickyStoreOSS.so, dlerror: dlopen failed: cannot locate symbol "_ZN7android7RefBase12weakref_type18incWeakRequireWeakEPKv" referenced by "/data/adb/modules/tricky_store/libTrickyStoreOSS.so"..., trying fallback 08-11 14:53:05.155 1388 1388 I TrickyStoreOSS: Using fallback dlopen method for compatibility 08-11 14:53:05.158 1388 1388 E TrickyStoreOSS: Fallback dlopen failed for library: /data/adb/modules/tricky_store/libTrickyStoreOSS.so, dlerror: dlopen failed: cannot locate symbol "_ZN7android7RefBase12weakref_type18incWeakRequireWeakEPKv" referenced by "/data/adb/modules/tricky_store/libTrickyStoreOSS.so"... 08-11 14:53:05.158 1388 1388 E TrickyStoreOSS: Failed to load library in remote process 08-11 14:53:05.158 1388 1388 E TrickyStoreOSS: Injection failed - Also improve error handling in injection process Signed-off-by: Dakkshesh <beakthoven@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 87b19ca - Browse repository at this point
Copy the full SHA 87b19caView commit details -
java: CertHack: Dont append moduleHash for < Android 12
- To avoid "Unknown tag 724" error on older platfoms like Android 10/11 - Conditionally downgrade keymaster versions to 3.0 on these platforms Signed-off-by: Dakkshesh <beakthoven@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bba767c - Browse repository at this point
Copy the full SHA bba767cView commit details -
Revert "module: Set minimum sdk to 31"
- Injection failures have been fixed on android 10/11. This reverts commit c1e0230. Signed-off-by: Dakkshesh <beakthoven@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b8b03e4 - Browse repository at this point
Copy the full SHA b8b03e4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.0.0...v2.1.0