Help Needed For Settings.apk

Search This thread

Ngpmnk

Member
Nov 2, 2013
47
38
Nagpur
OnePlus Nord
In My Stock ROM No System App like SETTING AND SYSTEMUI that is modified by me is not installing they just get disappear after installing what to do..??
Please Help
Thanks In Advance
 

TheArc

Inactive Recognized Themer
Jan 1, 2012
2,512
2,122
26
Auckland
When you decompile system apps, in this case you decompiled Settings.apk which is a system app, once you have made your modifications. DO NOT SIGN THE APP.

Just compile it.
 

TheArc

Inactive Recognized Themer
Jan 1, 2012
2,512
2,122
26
Auckland
How to install the .apk

Well you can push it to your system using adb type the following command while your device is plugged in with debugging mode on.

adb push /path/to/Settings.apk /system/app or /system/priv-app depending on your device.