Tuesday, January 24, 2012

Android - Hotplug Off (Multi-Core enable)

If your device has root permission

adb shell stop mpdecision
adb shell "echo 1 > /sys/devices/system/cpu/cpu1/online"
or
# stop mpdecision
# echo 1 > /sys/devices/system/cpu/cpu1/online
# ...

xda - developers


update 1/31

Support for hot-pluggable CPUs
CONFIG_HOTPLUG_CPU=y
or # CONFIG_HOTPLUG_CPU is not set

No comments: