• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root uot kitchen zip

andriodadmirer

Android Enthusiast
im sure there is, but can someone tell me if theres a way to just extract a uot zip file in root explorer and manually install them where they go if so can someone tell me where each goes please
 
Oh he was asking to about taking the edits made in uot in putting them in their proper folders in the system instead of flashing them. Seems like too much of a hassle to me
 
extract zip to PC (or adb capable folder if ur nubz and dont have adb in ur windows system path)
navigate to folder
open shell/cmd

Code:
adb shell
su
mount -o remount rw /system
stop
exit
exit
adb push framework-res.apk /system/framework/
adb push SystemUI.apk /system/app/
adb shell
su
chmod 0644 /system/framework/framework-res.apk
chmod 0644 /system/app/SystemUI.apk
reboot
 
Back
Top Bottom