Dark Kernel Updates – Telegram
Dark Kernel Updates
291 subscribers
48 photos
5 videos
39 files
28 links
Download Telegram
Would anyone test Leica cam 6.1 on aosp module?
👍1
Tell Me What Wants in new kernel !
Suggest me I'll implement that
Probably it's based on Fakedreamer Source.
1
Dark_Revived-stk-alioth-17425208454.zip
21.3 MB
5k mah support just add j3s
GPU Tweaked 683mhz
Tweak for smoothness
Core control.
90 Removed bcoz no need here.
Fixed 80% of qs lag for aosp & miui/Hyper.
Use unclamp / Task_profile for gaming that rom has not default for tham

For miui just add -miui .
By @imHereWhy
🔥11
This media is not supported in your browser
VIEW IN TELEGRAM
There's no lag
Fixed By Dark_Revived Kernel
1🔥1👏1
Forwarded from Poco F3/Mi 11X/K40 Updates (Sa Gar)
#kernel #Dark #Alioth #Ksun
Dark_Revived Kernel | Android 13-16
Updated
: 05/09/'25

▪️ Download
▪️ Support Group
▪️ Channel

Notes:
• Unlock Real 870 Gpu Power 683mhz ( No Oc It's Real That Hide From Us)
• Ui and qs smoothness improved
• KernelSu Next is There . No susfs is there due to system Heavyness.
• Stable Fps gaming
• For 90Hz use Dtbo it's also support 5k battery support.

Credit:
• Thanks to Fdk and n0 kernel dev for base.
• Thanks to @darkphnx for testing and motivation .

By @DarkAlioth
Follow
@PocoF3GlobalUpdates
Join
@PocoF3GlobalOfficial
🔥41🤣1
🤣43🔥2
Fully Stable Build is Ready
Anyone wanna test?
2
Dark_Revived_stk-next-alioth-17573540131.zip.zip
21.4 MB
Shifted To Non Broken Source .
Sorry For back one build that was builded with broken source as I don't know about that .
Chagelogs are same as fake Dreamer.
I'm just optimised the kernel for smoothness and gaming + gpu 683mhz
Uv .
No heating thermals added.

Note. Since I don't know about HyperOs 3.0 will boot or not as it's based on latest Fakedreamer source so you can try at your own risk .
🔥9
Sorry Guys I'm Tweaking others kernel source .
So they are offending and saying it rebranding.
I'll going to fork No Kernel source and release it by adding ksu next and tweaking some commits .
That time I'm stopping that thing .
Thanks 🙏
🔥2
Stop using ai otherwise you all gonna fucked up .
1👍1
9RxAlioth_FKM.json
626 B
Bullet register + fast movement + Head Connect 💪

Import in fkm
See Video
Please use it with dark kernel only bcoz some features are releted to Kernel like gpu freq and tuch sampling refresh rate.
1
2
Pixel7Wallpapers.apk
182.4 MB
Enjoy Real Pixel Experience 😁😁
Media is too big
VIEW IN TELEGRAM
Headshot intensity increased
Need again json file?
Tell me need file on every kernel working or just Dark Kernel !
9RxAlioth_FKM_all-kernel.json
500 B
Updated.
Now support all kernels.
Improved auto Headshot intensity.
Use in FKM.
🔥31
Anyone have that module that force other battery modules to BM53 battery?
🤣1
#!/system/bin/sh
#
# Display and Input
settings put system peak_refresh_rate 120
settings put system user_refresh_rate 120
settings put system touch_sampling_rate 333
settings put system touch.pressure.scale 0.001

# GPU
echo 683 > /sys/class/kgsl/kgsl-3d0/devfreq/min_freq
echo 683 > /sys/class/kgsl/kgsl-3d0/devfreq/max_freq

# Audio / Multimedia
setprop af.resampler.quality 255

# Thermal Mode
setprop thermal.mode performance

# CPU performance
echo 1 > /sys/devices/system/cpu/cpu_boost
echo 3187000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
echo 1804000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
for cpu in /sys/devices/system/cpu/cpu[1-7]; do
echo 3187000 > $cpu/cpufreq/scaling_max_freq
echo 1804000 > $cpu/cpufreq/scaling_min_freq
done

# Scheduler
echo performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
for cpu in /sys/devices/system/cpu/cpu[1-7]; do
echo performance > $cpu/cpufreq/scaling_governor
done
echo noop > /sys/block/mmcblk0/queue/scheduler

# ZRAM & Memory
setprop zram_enabled true
echo 60 > /proc/sys/vm/swappiness

# Fsync (disable for performance)
echo 0 > /sys/module/sync/parameters/fsync_enabled

# Battery Saver
settings put global low_power 0

echo "Performance settings applied successfully."
1