[ROM][GT-I9506][ks01lte] LineageOS 13.0 OFFICIAL for the Galaxy S4 LTE-A

Search This thread

bart89

Member
Jun 29, 2015
32
1
Warsaw
Ok, then its no general rom/env bug. Looks like something is messed up here.

Thanks!
Maybe try to reinstall the app and/or clear all the data from it. On my S4 works fine - I have the newest version of the Rom.

I want to ask you all a question about the S4 (I9506) - is there a chance to control the processor(s) and when I mean control I mean the speed of each core? Maybe it's a strange question, but I'm looking for a solution to stop the battery draining. Therefore I had a though that maybe the processor is the issue that causes the battery to stand max 1 day...
 

DualJoe

Senior Member
Oct 12, 2011
2,194
1,095
de
I once played around with it to limit games fps but i think in the end its not worth it. It saves not enough energy but is clearly noticeable (micro jitter). Today i just use 'powersave' mode in battery settings that is not that aggressive (due to mpdecision still active). The red status bar can be disabled with an xposed module. Most things probably can be changed with 'Kernel Adiutor' as well.

Code:
#!/system/bin/sh
# 300000 422400 652800 729600 883200 960000 1036800 1190400 1267200 1497600 1574400 1728000 1958400 2265600
PATH=$PATH:/data/data/com.termux/files/usr/bin

if [ $(cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq) -gt 2000000 ]; then
	stop mpdecision && sleep 1

	chmod 660 /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
	chmod 660 /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
	chmod 660 /sys/devices/system/cpu/cpu3/cpufreq/scaling_min_freq
	chmod 660 /sys/devices/system/cpu/cpu3/cpufreq/scaling_max_freq
	chmod 660 /sys/devices/system/cpu/cpu1/online
	chmod 660 /sys/devices/system/cpu/cpu2/online
	chmod 660 /sys/devices/system/cpu/cpu3/online
	chmod 660 /sys/module/cpu_boost/parameters/input_boost_freq
	chmod 660 /sys/module/cpu_boost/parameters/sync_threshold
	chmod 660 /sys/devices/fdb00000.qcom,kgsl-3d0/kgsl/kgsl-3d0/max_gpuclk

	echo 0 > /sys/devices/system/cpu/cpu1/online
	echo 0 > /sys/devices/system/cpu/cpu2/online
	echo 1 > /sys/devices/system/cpu/cpu3/online

	echo 300000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
	echo 1190400 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
	echo 300000 > /sys/devices/system/cpu/cpu3/cpufreq/scaling_min_freq
	echo 1190400 > /sys/devices/system/cpu/cpu3/cpufreq/scaling_max_freq

	echo 1 > /sys/devices/system/cpu/sched_mc_power_savings
	echo 0 > /sys/module/cpu_boost/parameters/input_boost_freq
	echo 0 > /sys/module/cpu_boost/parameters/sync_threshold
	#echo "powersave" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor

	# 450000000 320000000 200000000
	echo 200000000 > /sys/devices/fdb00000.qcom,kgsl-3d0/kgsl/kgsl-3d0/max_gpuclk

	termux-toast "Cores online: $(cat /sys/devices/system/cpu/cpu0/online) $(cat /sys/devices/system/cpu/cpu1/online) $(cat /sys/devices/system/cpu/cpu2/online) $(cat /sys/devices/system/cpu/cpu3/online)"
else
	echo 2265600 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
	#echo "interactive" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
	echo 450000000 > /sys/devices/fdb00000.qcom,kgsl-3d0/kgsl/kgsl-3d0/max_gpuclk
	start mpdecision
	#echo 0 > /sys/devices/system/cpu/sched_mc_power_savings
	# echo 1497600 > /sys/module/cpu_boost/parameters/input_boost_freq
	# echo 1728000 > /sys/module/cpu_boost/parameters/sync_threshold
	termux-toast "CPU = default"
fi
 
  • Like
Reactions: bart89
P

PixelChris95

Guest
I don't know how many of you guys are still using los 13. However I build this theme for myself (based on the source of materialos theme) and I want to share it with you. Most of the stuff is not created be myself but by the materialos team.
 

Attachments

  • theme.apk
    4.7 MB · Views: 52

lxop

New member
Oct 17, 2017
2
1
Is the Rom still maintained?

Hi, does anyone know if this device is still supported by Lineage? As in, will there be official builds with 14.1 or 15.1?
 
  • Like
Reactions: foxrft
This device is no longer officially supported, as you can see there are no more new nightlies, but we don't know if they will release 14.1 for it or not..

When i read supported devices list of LOS15 our device was in the list.
But i think it will take time if its true.
Until this time, just flash kyasu's Unofficial LOS14.1.
Very stable rom, but i think it wont receive any update, because the developer working on an Unofficial 15.1 /in Beta now/
 

foxrft

Senior Member
Nov 28, 2014
57
10
Rabat
When i read supported devices list of LOS15 our device was in the list.
But i think it will take time if its true.
Until this time, just flash kyasu's Unofficial LOS14.1.
Very stable rom, but i think it wont receive any update, because the developer working on an Unofficial 15.1 /in Beta now/
I'm currently using LOS 15.1 for 2 weeks, it's already stable enough for daily use, no issues for me.
 

Top Liked Posts