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
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
Profile Feedback
Final Results
48%
Manual
52%
Automatic
Development is currently in progress on a new application, which may result in adjustments to the planned release timeline. Thank you for your patience while work continues toward a stable and complete release.
9🔥1
Media is too big
VIEW IN TELEGRAM
ENGLISH
• Most core features are already stable and working.
• Designed with strict efficiency, minimal overhead, and no heavy dependencies.
• Base app size is ~1 MB; most remaining size comes from bundled multi-ABI native binaries.
• Engine migrated from C to C++ for more deterministic behavior.
• Binary injected directly into system path for lightweight execution.
• Supports all major Android ABIs and includes 10 language support.
• Official public release will follow after full non-root support is finished.

INDONESIA
• Sebagian besar fitur inti sudah stabil dan berjalan.
• Dirancang fokus efisiensi tinggi tanpa dependensi berat.
• Ukuran dasar aplikasi sekitar ~1 MB; sisanya berasal dari binary native multi-ABI.
• Engine dimigrasikan dari C ke C++ untuk perilaku lebih deterministik.
• Binary langsung diinjeksikan ke system path agar tetap ringan.
• Mendukung semua ABI Android utama serta 10 bahasa.
• Rilis resmi akan dilakukan setelah dukungan non-root selesai.
👍2
Media is too big
VIEW IN TELEGRAM
Thought on this changes?
🔥51
Forwarded from Sehan_
unisoc-su(a13+).zip
3.3 MB
Unisoc-SU (Axmanager, non root)
a root shell CLI plugin for Axmanager, dedicated to unisoc chipsets.
It exploits a vulnerability in Unisoc's engineermode app and gain root shell via cmd_skt which runs as uid=0/gid=1000 in the u:r:cmd_services:s0 SELinux context.

Version 1.4.0
Changelog:
- Rewrote the unisoc-su cli binary from shell to Rust.
- Switched the main IPC path (rootbridge) to /data/ylog/ to prevent untrusted app from writing to it. /sdcard/unisoc-su/ is now used only as a fallback (which might be vulnerable to untrusted_app context).
- Removed the fragile security patch check and replaced it with AdbShellCMDActivity in customize.sh for significantly better compatibility.
- Added service type detection
- Improved the auto-tap logic for the EngineerMode UI by converting screen pixels to dp using the display density. This greatly increases reliability across devices with different display densities.
- Now force-stops com.sprd.engineermode before launching the activity to ensure a clean state.
7
CoreShift is now public.
This is an experimental execution core built on a strict action-driven architecture:
layered system (low_level → mid_level → core → modules)
modules emit actions only
core is the sole side-effect executor
Current state:
core loop, dispatcher, and modules implemented
process + reactor integration working
not stable, interfaces may change
Repository: https://github.com/CoreShiftD/CoreShift-Core
Development will continue incrementally.
16🔥4👍1