i've installed the new kernel and did the command for ulv. is there a way to know if it worked?
#!/bin/sh modprobe bq27x00_battery echo -n "Temp:" cat /sys/devices/platform/omap34xx_temp/temp1_input echo -n "Battery draw: " cat /sys/class/power_supply/bq27200-0/current_now | perl -e 'printf ("%dmA\n", <> * 0.2);' echo '' echo "Frequency stats:" cat /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state