Ver Mensaje Individual
  #972  
Viejo 02/11/11, 23:49:57
Array

[xs_avatar]
sergiofct sergiofct no está en línea
Ex
 
Fecha de registro: feb 2009
Mensajes: 2,889
Modelo de smartphone: Funker f405

Los valores anteriores son con el Script Manager y este es el guión:

#!/system/bin/sh
#Checking Stuff to see if init-scripts work as intended

echo "--[Kernel]--"
echo $(uname -r)
echo "--[Voltages]--"
cat /sys/devices/system/cpu/cpu0/cpufreq/UV_mV_table
echo "--[Max Freqency]--"
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
echo "--[Min Freqency]--"
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
echo "--[Active Governor]--"
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
echo "--[IO scheduler]--"
cat /sys/block/mmcblk0/queue/scheduler
echo "--[GPU Voltages]--"
cat /sys/devices/virtual/misc/gpu_voltage_control/gpu_control
echo "--[GPU Freqencies]--"
cat /sys/devices/virtual/misc/gpu_clock_control/gpu_control
echo "--[charging current]--"
cat /sys/devices/virtual/misc/charge_current/charge_current
echo "--[bus freq]--"
cat /sys/devices/system/cpu/cpu0/cpufreq/busfreq_static

echo "--[Done]--"
__________________

Última edición por sergiofct Día 02/11/11 a las 23:53:26.
Responder Con Cita