CoreShift
696 subscribers
45 photos
7 videos
1 file
40 links
Developer-facing tooling only. Not intended for casual or personal use. Assumes you understand shell behavior, Android service boundaries, and the side effects of touching ART, app-ops, system properties, and device_config.
Group chat - @diky_IC
Download Telegram
Coming soon..
πŸ”₯2πŸ‘€1
Open Test Announcement
Download:
https://github.com/DikyVinus/core_policy
CorePolicy is now entering an open testing phase.
This release focuses on validating stability, integrity enforcement, and runtime behavior across diverse environments, including root and non-root setups. The objective of this phase is to identify edge cases, confirm compatibility, and ensure predictable behavior before the next stable release.
What’s being tested
Runtime integrity verification
Root and non-root execution paths
Scheduler and preload behavior under real-world usage
Language-aware installer messaging
Safety mechanisms and fallback logic

Important notes
For user with 6gb of ram or less, using extended ram is highly recommended
This is a test release and may change without notice
Bug reports, regressions, and unexpected behavior are expected
Performance tuning is conservative by design during testing

Thank you for participating in the CorePolicy open test and helping validate its reliability.
❀2πŸ”₯1
CoreShift
Open Test Announcement Download: https://github.com/DikyVinus/core_policy CorePolicy is now entering an open testing phase. This release focuses on validating stability, integrity enforcement, and runtime behavior across diverse environments, including root…
UID="$(id -u)"

if [ "$UID" -eq 0 ]; then
RUNDIR="/data/adb/modules/core_policy/ABI"
else
RUNDIR="${AXERONDIR}/plugins/core_policy/ABI"
fi

if [ -n "$(getprop ro.product.cpu.abilist64)" ]; then
RUNDIR="$RUNDIR/arm64-v8a"
else
RUNDIR="$RUNDIR/armeabi-v7a"
fi
cat "$RUNDIR/core_preload.core" "$RUNDIR/core_preload_static.core"

Run this and share the log
Should I limit the amount of library getting preloaded per app if so how many?
Anonymous Poll
77%
Yes
23%
No
CoreShift
Open Test Announcement Download: https://github.com/DikyVinus/core_policy CorePolicy is now entering an open testing phase. This release focuses on validating stability, integrity enforcement, and runtime behavior across diverse environments, including root…
CorePolicy v1.4 released

What’s new:
- RAM-aware limits for shared library preloading.
Low-memory devices preload fewer libraries, higher-memory devices preload more, preventing over-locking.
- Preload logic moved from a persistent daemon to a one-shot + scheduled (cron-style) execution model.
This reduces background overhead, wakeups, and overall memory footprint while keeping behavior intact.

Repository:
https://github.com/DikyVinus/core_policy
❀3
CorePolicy v2.0 - Stable Release
Repository:
https://github.com/DikyVinus/core_policy
Download:
https://github.com/DikyVinus/core_policy/releases/latest
Support the Project
Sociabuzz

CorePolicy has exited open testing and is now released as v2.0 (stable).
This release finalizes the architecture validated during open test and locks in runtime, preload, and scheduler behavior.

What’s finalized
Stable top-app resolution (cgroup β†’ ActivityManager fallback)
Unified task-profile based performance policy
Root / non-root execution parity
Deterministic preload + unlock behavior
Binder-safe thread handling
Integrity and runtime enforcement hardened

What changed since open test
Policy logic cleaned and consolidated
Redundant cgroup paths removed
Thread-level enforcement made explicit
Discovery β†’ preload β†’ perf flow stabilized
No experimental paths remain
Compatibility
Android 10+
Root and non-root supported
arm64-v8a / armeabi-v7a
Devices with ≀6 GB RAM should enable extended RAM

Notes
This is a major release. Behavior differs from pre-v2 builds.
The behavior of the performance and preload subsystems has changed significantly in this release due to a complete internal rework.
If you prefer the previous behavior, version v1.4 remains available and stable. Both versions are supported.
Downgrading without reboot is not recommended.
Bug reports should include device, Android version, and root state.
Legacy note: A maintenance branch based on v1.4 is available for users who prefer the previous behavior. Development continues on v2.x
End of testing
The open test phase is closed.
Future updates will follow semantic versioning and documented changelogs.
❀4πŸ‘Ž2πŸ”₯1
CoreShift CorePolicy

CorePolicy is a unified Android policy framework that coordinates scheduler behavior, task profiles, preload strategy, and runtime enforcement to improve performance stability without aggressive tuning.

Full Explanation
[CorePolicy Architecture Overview]

Supported Managers
β€’ Root: Magisk / KernelSU / APatch
β€’ Non-root: AxManager

Download
CoreShift CorePolicy

Support the Project
Sociabuzz

Maintainer
@Nekotor1999
🀣4❀3πŸ”₯1
On the way Core Policy fork CoreShift Gameshell in collaboration with @AduhaiWelewele
πŸ”₯5πŸ‘€2❀1πŸ‘1
CoreShift CorePolicy

CorePolicy is a unified Android policy framework that coordinates scheduler behavior, task profiles, preload strategy, and runtime enforcement to improve performance stability without aggressive tuning.
Full Explanation
[CorePolicy Architecture Overview]

Changelog (v5.0)
https://github.com/DikyVinus/core_policy/blob/main/CHANGELOG.md

Supported Managers
β€’ Root: Magisk / KernelSU / APatch
β€’ Non-root: AxManager

Download
CoreShift CorePolicy

Support the Project
Sociabuzz

Maintainer
@Nekotor1999

Credits
@dcx400 for the localization idea
πŸ”₯2❀1
❀11πŸ”₯3πŸ‘1
CoreShift
Coming soon https://github.com/DikyVinus/core_policy/blob/main/CHANGELOG.md
V5.0 is schedule on 13th february but since today is @Dcx400 birthday, if we get 20 comments saying happy new year to him im gonna release it way earlier ❀️
Terjemahan bahasa Indonesia:
V5.0 dijadwalkan rilis pada 13 Februari, tetapi karena hari ini adalah ulang tahun @Dcx400, kalau kita mendapatkan 20 komentar yang mengucapkan selamat hari lebaran untuknya, saya akan merilisnya jauh lebih cepat.
❀13🀣3
V5.0 is gonna have a better library discovery, a smarter preload, less redundant syscall, overall lower overhead.

[bin.mt.plus] /data/app/~~HoHdcczkXjN191SwzTaoiQ==/bin.mt.plus-gSDKk0sV5CpXB06fHbZk7w==/lib/arm64/libmt1.so
/data/app/~~HoHdcczkXjN191SwzTaoiQ==/bin.mt.plus-gSDKk0sV5CpXB06fHbZk7w==/lib/arm64/libzstd-jni-1.5.7-6.so
/data/app/~~HoHdcczkXjN191SwzTaoiQ==/bin.mt.plus-gSDKk0sV5CpXB06fHbZk7w==/lib/arm64/libmtprotect.so
/data/app/~~HoHdcczkXjN191SwzTaoiQ==/bin.mt.plus-gSDKk0sV5CpXB06fHbZk7w==/lib/arm64/libterm.so
/data/app/~~HoHdcczkXjN191SwzTaoiQ==/bin.mt.plus-gSDKk0sV5CpXB06fHbZk7w==/lib/arm64/libmt3.so
/data/app/~~HoHdcczkXjN191SwzTaoiQ==/bin.mt.plus-gSDKk0sV5CpXB06fHbZk7w==/lib/arm64/libffmpegJNI.so
/data/app/~~HoHdcczkXjN191SwzTaoiQ==/bin.mt.plus-gSDKk0sV5CpXB06fHbZk7w==/lib/arm64/libpl_droidsonroids_gif.so
/data/app/~~HoHdcczkXjN191SwzTaoiQ==/bin.mt.plus-gSDKk0sV5CpXB06fHbZk7w==/lib/arm64/libhook.so

[frb.axeron.manager]
/data/app/~~9SVX-ipLAjcg7QKKYhVSmA==/frb.axeron.manager-F8omZoEfxeYaRrMIMHGYIw==/lib/arm64/libaxeron.so
/data/app/~~9SVX-ipLAjcg7QKKYhVSmA==/frb.axeron.manager-F8omZoEfxeYaRrMIMHGYIw==/lib/arm64/libbusybox.so
/data/app/~~9SVX-ipLAjcg7QKKYhVSmA==/frb.axeron.manager-F8omZoEfxeYaRrMIMHGYIw==/lib/arm64/libresetprop.so
/data/app/~~9SVX-ipLAjcg7QKKYhVSmA==/frb.axeron.manager-F8omZoEfxeYaRrMIMHGYIw==/lib/arm64/libandroidx.graphics.path.so
/data/app/~~9SVX-ipLAjcg7QKKYhVSmA==/frb.axeron.manager-F8omZoEfxeYaRrMIMHGYIw==/lib/arm64/librish.so
/data/app/~~9SVX-ipLAjcg7QKKYhVSmA==/frb.axeron.manager-F8omZoEfxeYaRrMIMHGYIw==/lib/arm64/libadb.so

[com.termux]
/data/app/~~e0JRi77g7MXOuKzT4dgbcw==/com.termux-GMIigUFuACkdzch2fOwqrg==/lib/arm64/libtermux.so
/data/app/~~e0JRi77g7MXOuKzT4dgbcw==/com.termux-GMIigUFuACkdzch2fOwqrg==/lib/arm64/libtermux-bootstrap.so

[me.weishu.kernelsu]
/data/app/~~7gkF52IRnFeesdOSqqBogg==/me.weishu.kernelsu-NkXqyIigeGFv8fgBN88iLw==/lib/arm64/libandroidx.graphics.path.so
/data/app/~~7gkF52IRnFeesdOSqqBogg==/me.weishu.kernelsu-NkXqyIigeGFv8fgBN88iLw==/lib/arm64/libksud.so
/data/app/~~7gkF52IRnFeesdOSqqBogg==/me.weishu.kernelsu-NkXqyIigeGFv8fgBN88iLw==/lib/arm64/libkernelsu.so
/data/app/~~7gkF52IRnFeesdOSqqBogg==/me.weishu.kernelsu-NkXqyIigeGFv8fgBN88iLw==/lib/arm64/libmagiskboot.so

[com.deepseek.chat]
/data/app/~~g8Mr1MRzXPmQxqABVisa4Q==/com.deepseek.chat-6y-ev4g1xHZbv5e5ASkARA==/lib/arm64/libandroidx.graphics.path.so
/data/app/~~g8Mr1MRzXPmQxqABVisa4Q==/com.deepseek.chat-6y-ev4g1xHZbv5e5ASkARA==/lib/arm64/libapminsighta.so
/data/app/~~g8Mr1MRzXPmQxqABVisa4Q==/com.deepseek.chat-6y-ev4g1xHZbv5e5ASkARA==/lib/arm64/libmmkv.so
/data/app/~~g8Mr1MRzXPmQxqABVisa4Q==/com.deepseek.chat-6y-ev4g1xHZbv5e5ASkARA==/lib/arm64/libapminsightb.so
/data/app/~~g8Mr1MRzXPmQxqABVisa4Q==/com.deepseek.chat-6y-ev4g1xHZbv5e5ASkARA==/lib/arm64/librscrypto.so
/data/app/~~g8Mr1MRzXPmQxqABVisa4Q==/com.deepseek.chat-6y-ev4g1xHZbv5e5ASkARA==/lib/arm64/libEncryptorP.so
/data/app/~~g8Mr1MRzXPmQxqABVisa4Q==/com.deepseek.chat-6y-ev4g1xHZbv5e5ASkARA==/lib/arm64/libvolc_log.so
/data/app/~~g8Mr1MRzXPmQxqABVisa4Q==/com.deepseek.chat-6y-ev4g1xHZbv5e5ASkARA==/lib/arm64/libflipped.so

[com.reveny.nativecheck]
/data/app/~~IGRJnJ42k0rCEU956TtitA==/com.reveny.nativecheck-4jqPO_BtAaXez6NbmToGbg==/lib/arm64/libshield.so

[com.studio.duckdetector]
/data/app/~~j38aPLLTYfS3IBYIJ_bgCw==/com.studio.duckdetector-1rhxAKYZGHaPbNaelPHkMg==/lib/arm64/libduckdetector.so
/data/app/~~j38aPLLTYfS3IBYIJ_bgCw==/com.studio.duckdetector-1rhxAKYZGHaPbNaelPHkMg==/lib/arm64/libandroidx.graphics.path.so
/data/app/~~j38aPLLTYfS3IBYIJ_bgCw==/com.studio.duckdetector-1rhxAKYZGHaPbNaelPHkMg==/lib/arm64/libdatastore_shared_counter.so

[skynet.cputhrottlingtest]
/data/app/~~BSal1iJkoyORXrD57c7KqQ==/skynet.cputhrottlingtest-JVKUExgGRhTIcEj0lCyu1Q==/lib/arm64/lib30.so
❀3
CoreShift BET (BEST EFFORT THERMAL) (SPOOF)

Delays thermal throttling while spoofing thermal and performance signals so games do not detect intervention. Sustains performance without exposing control mechanisms.

How to tell
sh /data/adb/modules/core_BET/action.sh

Supported Managers
β€’ Root: Magisk / KernelSU / APatch

Download
CoreShift BET

Support the Project
Sociabuzz

Maintainer
@Nekotor1999
❀5
This media is not supported in your browser
VIEW IN TELEGRAM
Hotflix
Fix service.sh doesnt run due to checksum mismatch
Fix customize.sh compatibility issue on lower android version
Added full localization, feel free to correct or add your own language [Here]
Added governor,block,uclamp and other kernel tweaks
Redownload everyone
❀5
Forwarded from CoreShift
CoreShift CorePolicy

CorePolicy is a unified Android policy framework that coordinates scheduler behavior, task profiles, preload strategy, and runtime enforcement to improve performance stability without aggressive tuning.
Full Explanation
[CorePolicy Architecture Overview]

Changelog (v5.0)
https://github.com/DikyVinus/core_policy/blob/main/CHANGELOG.md

Supported Managers
β€’ Root: Magisk / KernelSU / APatch
β€’ Non-root: AxManager

Download
CoreShift CorePolicy

Support the Project
Sociabuzz

Maintainer
@Nekotor1999

Credits
@dcx400 for the localization idea
πŸ”₯8❀3
Performance Profile Feedback
I am considering two behavior modes for performance profiles:
Automatic
β€’ Game detected β†’ performance profile enabled
β€’ Low battery β†’ power saving profile enabled

Manual
β€’ User switches profiles
manually
β€’ No automatic changes in background

Choose the approach you prefer.
Automatic prioritizes convenience and dynamic tuning. Manual prioritizes full control and predictability.

POLL CLOSED AT MIDNIGHT UTC TIME
❀12πŸ‘Ž1