[Guide 4.2+] Lollipop Running Process View In Settings.apk topic
How to Get Lollipop Running Process View In Settings
Hello XDA :)
It's Extracted From Lollifox Rom By FMD Team
Tested this on MT6577 & MT6589 device running 4.2 Jellybean. I think this guide will work on other's too.
REQUIREMENT:
- Brain.apk xD
- Common Sense.apk
- apktool (version 1.5.2)
- Notepad ++
- Settings.apk
Ok Let's begin.
Note: Import (framework-res.apk, and mediatek-res.apk first)
STEP 1
First decompile your Settings.apk.
STEP 2
Extract SettingsFiles folder from the zip file to your decompiled Settings (Merge It)
STEP 3
Open Styles.xml in /res/values
Add this at the bottom before </resources>
STEP 4
Open strings.xml in /res/values
Add this at the bottom before </resources>
STEP 5
Open colors.xml in /res/values
Add this at the bottom before </resources>
STEP 6
- Compile
- Sign it
Special Thanks to :-
Note !
HAPPY MODDING :)
Hello XDA :)
It's Extracted From Lollifox Rom By FMD Team
Tested this on MT6577 & MT6589 device running 4.2 Jellybean. I think this guide will work on other's too.
REQUIREMENT:
- Brain.apk xD
- Common Sense.apk
- apktool (version 1.5.2)
- Notepad ++
- Settings.apk
Ok Let's begin.
Note: Import (framework-res.apk, and mediatek-res.apk first)
STEP 1
First decompile your Settings.apk.
STEP 2
Extract SettingsFiles folder from the zip file to your decompiled Settings (Merge It)
STEP 3
Open Styles.xml in /res/values
Add this at the bottom before </resources>
Code:
<style name="Settings.runapps.ListSeparator" parent="@android:style/Widget.Holo.Light.TextView.ListSeparator">
<item name="android:background">@null</item>
</style>
STEP 4
Open strings.xml in /res/values
Add this at the bottom before </resources>
Code:
<string name="used_ram">Used</string>
<string name="free_ram">Free</string>
<string name="ram_usage">App RAM usage</string>
STEP 5
Open colors.xml in /res/values
Add this at the bottom before </resources>
Code:
<color name="running_processes_free_ram">#ffcfd8dd</color>
<color name="running_processes_busy_ram">#ff009587</color>
STEP 6
- Compile
- Sign it
Special Thanks to :-
Code:
Klark Luis Peralta
FMD Devs For the Settings
Note !
Code:
- This is the running process view of Lollifox by FMD Devs.
- You need to be "very patient" and have a lot of time as this is a time consuming tutorial.
- I won't explain how to do things like pushing the apps, setting the permission, or how to get a value in public.xml and use that to change something in a certain smali. Why? Because its been tackled a lot of times on the previous guides is posted. - common sense is a must.
- I won't also explain how to push the signature, or what is a signature, what is signing or how to sign an app. Those are different topics, just check pinned post for their guides.
- Read everything.
xda-developers
- [Q] LG G2 Lollipop 5.0.2 V30A - NO ART topic
- [Q] Lollipop Notifications Color messed up topic
- [Q] Lollipop by HTC ? topic
- Lollipop - Which Countries have the OTA and who is next? topic
- Dell Venue 8 7840 Android 5.0.1 Lollipop OTA topic
- [Q] Lollipop! topic
- G2 Lollipop usb cable issue topic
- Lollipop screen off animation and double tap missing!!! topic
- To disable heads-up notification in lollipop topic
- Is root required to roll back to KitKat? topic
- [REQ] Multi DPI Stock Camera topic
- May be this is it for Xperia J topic
- [Q] No IMEI and baseband anymore. So back to stock rom for repair! topic
- [Q] New to phone - on 24A rooted - where to go from here? topic
- [Q] Galaxy S6 Edge T-Mobile Unlock by SIM code topic
- How to roll back to KK topic
- What is this in Greenify settings topic
- [Q] How to update? topic
- HTC ONE M9 unlocking process topic
- Has anyone figured out a root process without using a computer topic
0 commentaires:
Enregistrer un commentaire