Linux commands

Monday, September 3, 2012

how to compile SystemUI

Go to base SystemUI folder and type
$mm

SystemUI.apk is generated in out folder

//install to phone
adb root
adb remount
adb push SystemUI.apk /system/app/

adb reboot

No comments:

Post a Comment