Hi,
Any idea where the CPU temp file is located on this device? It's for supporting this device in CPU Spy Reloaded.
Related
hi there
I have decompiled a boot.img file that includes the kernel but I can't find the file that controls the cpu frequency. I want to hopefully overclock my old phone to 900-1000mhz (samsung galaxy mini). The current kernels on xda only allow max cpu frequency of 806mhz. Can someone tell me where is the file containing the cpu frequencies stored?
I cannot find a way to find my CPU PVS BIN number. Can anyone help?
Hi,
Any idea where the CPU temp file is located on this device? It's for supporting this device in CPU Spy Reloaded.
So I searched for you on phone's files for "thermal"
Code:
find . -name "*thermal*"
./system/bin/thermald
./system/etc/init.qcom.thermald_conf.sh
./system/etc/thermald-8x25-msm1-pmic_therm.conf
./system/etc/thermald-8x25-msm2-msm_therm.conf
./system/etc/thermald-8x25-msm2-pmic_therm.conf
./system/etc/thermald-8x25q-msm2-msm_therm.conf
./system/etc/thermald.conf
./system/lib/libthermalclient.so
./sys/devices/platform/kgsl-3d0.0/kgsl/kgsl-3d0/thermal_pwrlevel
./sys/power/cpufreq_thermal_limit
./dev/socket/thermal-recv-client
./dev/socket/thermal-send-client
I also i searched for "temp" inside /sys/
Code:
find ./sys/ -name "*temp*"
./sys/devices/virtual/input/input3/temperature
./sys/devices/virtual/sensors/accelerometer_sensor/temperature
./sys/devices/platform/msm-battery/power_supply/battery/temp
./sys/devices/platform/msm-battery/power_supply/battery/batt_temp_adc
./sys/devices/platform/msm-battery/power_supply/battery/batt_temp
./sys/devices/platform/msm-battery/power_supply/battery/batt_temp_check
./sys/devices/platform/msm-battery/power_supply/battery/pmic_temp_adc
./sys/devices/platform/msm-battery/power_supply/battery/batt_temp_aver
./sys/devices/platform/msm-battery/power_supply/battery/batt_temp_degc
./sys/devices/platform/msm-battery/power_supply/battery/chg_temp_event_check
./sys/module/yaffs/parameters/yaffs_wr_attempts
I do not see any cpu temp file...
DarkThanos said:
So I searched for you on phone's files for "thermal"
I also i searched for "temp" inside /sys/
I do not see any cpu temp file...
Click to expand...
Click to collapse
Too bad.
Can someone plz tell where is the Xperia Z5 CPU temp file located? I need to get CPU temp in Cooltool but I can't find the CPU temp file.
I've searched everywhere on these forums and did 'find | grep temp' in sys folder of my phone and tried pretty much all possible files from the output but to no avail.
Bump. Someone plz advice..
The Xperia CPU temp file is located in /sys/devices/virtual/thermal/thermal_zone12/temp
With Cooltool you have to change "Regex" to (\d+) and Replacement Pattern to $1
With CPUTemp you have to restart your device after changing the path.
Thanks a lot man.. It worked.. Really appreciated..
I want to edit thermal file to get better results in benchmarks but I dont find the correct file. (I'm rooted)