Using xposed was the easiest method. but if you wanted to do it manually, refer
here. keyword 'own Notification pulldown'.
thanks, but i need to know exactly what files to modify without using any of his mods. that's why i didn't refer to it.
words of wisdom: Make sure to backup ur original SystemUi.apk just in case shits go down the drain..
what u need:
1. apktool
2. 7zip
3. notepad++
4. root browser (es file manager although I can't seem to paste the modded systemui.apk into the system/app using this..ended using ROM Toolbox pro for this)
what u need to do (windows):
1. install apktool -> press shit+right click on installed folder and choose open command line here
2. pull framework-res.apk (system/framework) and SystemUi.apk (system/app) -> put into apktool folder
3. installed framework-res.apk and SystemUi.apk using the command line
CODE
apktool if framework-res.apk
CODE
apktool if SystemUI.apk
4. decompile systemui:
CODE
apktool d SystemUI.apk
5. find SystemUi folder in apktool folder
6. go to res/layout folder > tw_status_bar_expanded.xml > right click >open with notepad++ > find android:background="@drawable/notification_panel_bg".
7. change that notification_panel_bg with any name. example android:background="@drawable/mybackground".
8. save the xml.
9. then, go to res/drawable-hdpi folder.
10. place your image named "mybackground". Make sure u resize the intended image.png to 482x802 (use ms paint)
11. recompile the apk.
CODE
apktool b SystemUI
12. apktool will create new folder named "build" --> open the build/apk/ --> copy and replace the original META-INF folder and AndroidManifest.xml into it. (use 7zip to get into the ohliginal SystemUi.apk and pull it from there)
- recompile again by using command :
CODE
apktool b SystemUI
13. find the modded SystemUi.apk in the SystemUi folder under dist folder (..apktool/SystemUi/dist/SystemUi.apk) --> push it to your sdcard
14. Open root browser (i use romtoolbox pro) ->find the modded SystemUi.apk-->set permission to rw-r-r
15. push to the system/app via copy pasting
16. restarto
17. do the wave!
I have tried not signing and not pasting the META.inf and android manifest file..although no bootloop..my systemui revert to original rom..so....
I believe this should be newb friendly..so for those who are interested can try..if any lacking was found..can find the guide I followed
herethe decompiling and recompiling i know already, would like to know what files and which part of those files needs modifying. but anyways, thanks for the complete guide sifu. can i kiss you?