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..
Related
Does anybody know what this file is for? "ATDbg0"
Its inside the temp folder and the size is increasing.
When i try to delete it it gives out an error.
Hello,
I'm trying to figure out what the file types are that are located in the system/xbin folder, the same files that are utilized in the command shell, so that I can view and hopefully edit them once I learn a little more. Are they just binary files? or android executables? or something else?
I have done a fair amount of googleing and haven't come up with anything substantial...
Any help would be much appreciated!
Thanks
I have the update for my android based head unit Sony xav-601BT. I'd like to get it open and get root access and maybe sideload some custom apks if its possible. The update is a bin file but it will not let me access it using 7Zip or mount it using Deamon tools so I'm thinking its encrypted or I'm trying to access it incorrectly. Any information at all would be greatly appreciated.
Ryan
I am facing some difficultys two with the .bin files . Altough it is in another app , still i cannot find an tool wich can open this file .
So far i tried , renaming it to other formats , obiously it did not work I tried adding an .cue file ( saw that on youtube ) and openning it true Deamen and UltraIso . Tried VoiceEditor but al that no avail . IS ther another way to crack this baby ?
bump bump
DaveDH said:
bump bump
Click to expand...
Click to collapse
yes yes very interested
Hi,
Any idea where the CPU temp file is located on this device? It's for supporting this device in CPU Spy Reloaded.
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.