Quantcast
Channel: xda-developers - Android Themes
Viewing all articles
Browse latest Browse all 4090

[GUIDE][MOD][2.3-4.4]FB UI Style + device owner picture

$
0
0

NOTE: this mod is only tested in 2.3-4.1.2,but im sure it work too in 4.2++

Hello guys, i'll share this guide to you. this guide is based in this thread by @markmellarpes and some modification by me . So press thanks buttons to the original thread

Credit & thanks:
- markmellarpes
- Adi Aisiteru Reborn
- b16h22
- PineappleOwl
- dugeriss
- mariozawa
- Lenox Devs
- Hyperion Devs


Ok lets go to Guide:
first of all need some requirement for this MOD-GUIDE
REQUIREMENT:
- BRAIN
- Patient
- experience
- Know how to decompile/recompiling Apk
- notepad++
- Tool for decompiling, : apkmanager/apktool/Virtous/apkmultitools/ or else
- Tool for Sign apk, : CM Signer

STEP 1
Settings.apk

 


- Decompile Settings.apk

Go to and paste this code below

- Settings/res/values/strings.xml
Code:

    Change Logo
    CHANGE PICTURE
    CHANGE STATUS

- Settings/res/values/ids.xml
Code:

false
false
    false
    false
    false
    false
    false
    false
    false
    false
    false
    false
    false
    false
    false

- Settings.apk/res/xml/display_settings.xml (you can change the place like in System and whatever you want)
add this line before
Code:


- Settings.apk/res/xml/device_info_settings.xml
add this line after xmlns:android="http://schemas.android.com/apk/res/android">
Code:

xmlns:android="http://schemas.android.com/apk/res/android">
- Settings.apk/AndroidManifest.xml
Code:


- After that, push all files from attachment in the right directory
- Recompile Settings
- Sign Settings.apk
- Decompile Settings.apk again

- Compare the code below with your public
Code:

smali/com/b16h22
Profile.smali
#1470x7f040096type="layout" name="profile_info"
#1520x7f0a0242type="id" name="photo_picker_k"
#1620x7f0a023dtype="id" name="owner_k"
#1730x7f0a0245type="id" name="name_field_k"
#1840x7f0a0246type="id" name="name_edit_k"
#1950x7f0a023ctype="id" name="image_k"
#2620x7f0200bdtype="drawable" name="ic_qs_default_user"

smali/com/android/settings/adi/about
ProfileName.smali
#230x7f0a0238type="id" name="profile_name"
ProfilePicture$1.smali
#860x7f0200bdtype="drawable" name="ic_qs_default_user"
ProfilePicture.smali
#250x7f0a0237type="id" name="profile"
#660x7f0200bdtype="drawable" name="ic_qs_default_user"

Recompile Settings
Sign Settings.apk



Viewing all articles
Browse latest Browse all 4090

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>