[Guide][Mod][LG E400]Remove Music Widget on Statusbar - Optimus L3, L5, L7 Themes and Apps

Well i guess i have to make this guide for L3 users for stop asking me "How to remove Music widget on Statusbar".
I assume you to know How to Decompile .apks using ApkTool Click Me for the Guide
Let's we start....
What you need;
- Computer
- ApkTool
- Notepad++
- A cup of coffee
> Make sure your mind and mood are in a good situations
> For any .apks mods, you need Deodexed .apks Click Me for the Guide
> Copy your SystemUI.apk onto your SDCard then send it to your computer [ use esFile explorer or Root explorer > navigate to /system/app/ ]
> After Decompile your SystemUI.apk, navigate to /res/layout/
> Open lge_status_bar_expanded with Notepad++
> Scroll down and search this line:
Code:
<LinearLayout android:gravity="left" android:layout_gravity="center" android:orientation="horizontal" android:id="@id/music_status_bar_[COLOR="Red"]port[/COLOR]" android:background="@drawable/indi_noti_music_bg" android:paddingLeft="3.0dip" android:paddingTop="3.0dip" android:paddingRight="9.0dip" android:paddingBottom="3.0dip" android:layout_width="wrap_content" android:layout_height="[COLOR="Red"]wrap_content[/COLOR]">
> Go to the end of the line, and change this code:
Code:
android:layout_height="wrap_content">
> To:
Code:
android:layout_height="0.0dip">
> Scroll down again for change the Landscape mode. Search this line:
Code:
<LinearLayout android:gravity="left" android:layout_gravity="center" android:orientation="horizontal" android:id="@id/music_status_bar_[COLOR="Red"]land[/COLOR]" android:background="@drawable/indi_noti_music_bg" android:paddingLeft="3.0dip" android:paddingTop="3.0dip" android:paddingRight="3.0dip" android:paddingBottom="3.0dip" android:layout_width="wrap_content" android:layout_height="[COLOR="Red"]wrap_content[/COLOR]">
> Do a same changes
> Save it
> Still in /res/ folder, now go to /layout-ldpi/
> Open lge_status_bar_expanded with Notepad++
> Do the same thing as mentioned above
> Re-Compile your SystemUI.apk
> Send it back into your phone
> Perform backup
> Replace the original SystemUI.apk [ set permission and change owner/ group ]
> Reboot
> Enjoy...!!!
Credit to:
Sudeep duhoon for telling me alot of L3's .xml [ Thanks mate :highfive: ]
Give me a Motivate by Hit that THANKS button
or Help me for Upgrade my Damn Networking by DONATE to me :fingers-crossed:​

Reserved
Place holder........

yayakuya did it again... thanks bro, I spent months trying to do it without any luck! :good:

darknessx10 said:
yayakuya did it again... thanks bro, I spent months trying to do it without any luck! :good:
Click to expand...
Click to collapse
now you got this one....

hmmmm...
i already managed to deodex my SystemUI.apk.but still i can't do it.tried both on odex and deodex but the status bar always disappear after reboot.also changed the permission to rw-r-r.still no luck.
/sigh..
i don't want any other version of firmware.i wish i can do it with the one that i'm using v10n europe open.

viking_kong said:
i already managed to deodex my SystemUI.apk.but still i can't do it.tried both on odex and deodex but the status bar always disappear after reboot.also changed the permission to rw-r-r.still no luck.
/sigh..
i don't want any other version of firmware.i wish i can do it with the one that i'm using v10n europe open.
Click to expand...
Click to collapse
don't worry if you wanted these mod for your fw.
just take one of SystemUI from here: http://forum.xda-developers.com/showthread.php?t=2091818
open SystemUI.apk with winrar > navigate to /res/layout/ > pull lge_statusbar_expanded.xml and statusbar_expanded.xml. then pull once again lge_statusbar_expanded.xml from /layout-ldpi...
now you can replace yours with mine .xmls...
is it clear for you? remember, don't PM me for this anymore... kay...

ok i will try to just get the xml file from the one you made.

Thank you !
Thank you!:laugh:

Hey yaya, sorry for this noob question. Thats gonna be the first time that I do something like this
Is this step neccesary?
For any .apks mods, you need Deodexed .apks Click Me for the Guide
Thanks in advance
Edit: I 've read this twice and I realised that is neccesary xD. Now the problem is that I dont understand the tutorial of installing cygwin, anyway.
Thanks from Peru

Darkar18 said:
Hey yaya, sorry for this noob question. Thats gonna be the first time that I do something like this
Is this step neccesary?
For any .apks mods, you need Deodexed .apks Click Me for the Guide
Thanks in advance
Edit: I 've read this twice and I realised that is neccesary xD. Now the problem is that I dont understand the tutorial of installing cygwin, anyway.
Thanks from Peru
Click to expand...
Click to collapse
for just use apktool, you don't need cygwin installed...
it's for make a ROM....

Thanks bro, I could do it.

Thanks the music widget was orrible..

i can't find the res folder
Why i can't find the res folder, even I use Root Explorer
I can see folders like acct , Cashe , data but not ras

khaled2000 said:
Why i can't find the res folder, even I use Root Explorer
I can see folders like acct , Cashe , data but not ras
Click to expand...
Click to collapse
go to system folder then app folder and u will see apps there. one of them is your systemui.apk
extract your SystemUI.apk and youll get what u want

Re
This is good its so annoying to have that music widget when not using it thanks

this is really usefull! very annoying... music widget .... thanks

Nice guide friend ..... thank you....
Sent from my LG-E400 using xda premium

Good : Điên:

Great tutorial
Thanks

Thank you
Glad this is helpful...

Related

[guide][how to] TwWallpaperChooser.apk to add more wallpapers...[easy]

hello guys,
i m here to give u some information on how to add more wallpapers to the existing twwallpaper chooser.apk.............
it is very easy task & not require very high knowledge...........
tools required:-
1.) apktool/apkmultitool
2.) java runtime
3.) jpeg wallpaper images [u can get from google ]
4.) notepad++ [i prefered it for editing xml ]
5.) some knowledge about apktool /apkmultitool refer to my thread
guide:-
1.) decompile the twwallpaper.apk using apktool/apkmultitool........
2.)goto decompiled folder >res>drwable-mdpi
3.) add ur images to drawable-mdpi folder
u ve to add 2 images for each wallpaper
example --- abhi922.jpeg is the wallpaper & other is abhi922_small.jpeg
abhi922.jpeg should be a proper 640x480 image
abhi922_small.jpeg should be a proper 107x80 image
4.) goto values-mdpi folder
5.) open arrays.xml
it should look like this ----
Code:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="wallpapers">
<item>wallpaper_default</item>
<item>wallpaper_17</item>
<item>wallpaper_18</item>
<item>wallpaper_desert</item>
</string-array>
</resources>
now we have to add a new item to this for a new wallpaper......
add " <item>abhi922</item> "
now it will look like this :-
Code:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="wallpapers">
<item>abhi922</item>
<item>wallpaper_default</item>
<item>wallpaper_17</item>
<item>wallpaper_18</item>
<item>wallpaper_desert</item>
</string-array>
</resources>
tips:-
a) we have given it that name which we have assign to jpeg image......[ abhi922.jpeg]
b.) u can also add this line " <item>abhi922</item> " to any place as it will change order the of wallpapers in app......
6.) save this file.....
7.) compile again refer to my thread
8.) test & apply new wallpapers..
if u use this thread & make a new modded apk then give me credits​
hit thanxxxx button for me .......nothing else.........​
So simple so neat so comprehensive
Simply simple as always
Sent from my GT-I9100 using xda app-developers app
Nice user friendly guide..
Thank You
Sent from my GT-S5830i using xda app-developers app
AW: [guide][how to] TwWallpaperChooser.apk to add more wallpapers...[easy]
Nice :thumbup:
Could you add it to your "How to make a custom rom" thread (if you didn't add it already)?
Tapatalked by S5830i
nice sir... i will save this page :good: thanks
raixie said:
nice sir... i will save this page :good: thanks
Click to expand...
Click to collapse
lol
Completing 10 posts?
Nice
Sent from my GT-S5830i using xda app-developers app
haytham.kenway said:
Nice
Sent from my GT-S5830i using xda app-developers app
Click to expand...
Click to collapse
You too
ROFL
Can we use custom characters in xml like "öç"?
S5830i Stock + Root + init.d + Ligtning script + Link2SD
Hi, do you have any tips on doing this with the Galaxy S5 SecWallpaperPicker.apk?
What should the wallpaper dimensions be?
thanks!
LolVersatile said:
Hi, do you have any tips on doing this with the Galaxy S5 SecWallpaperPicker.apk?
What should the wallpaper dimensions be?
thanks!
Click to expand...
Click to collapse
best way to know that is extarct a wallpaper from your S5 SecWallpaperPicker.apk
then check its dimensions using any app from market or on windows photo viewer details..
then use that dimension to trim ur custom wallpapers...
also ---> u need to check that which folder contains ur wallpapers ... It will be like this --> drawable-sw***dp-**dpi
sw***dp can be any number like sw360dp or sw720dp or any other etc....
**dpi can be like xhdpi or xxhdpi or any other etc...
also ---> ur value folder will be different ... like --> value-xhdpi , value-xxhdpi or any other acc. to ur phone's display.
regards,
abhi922.
abhi922 said:
best way to know that is extarct a wallpaper from your S5 SecWallpaperPicker.apk
then check its dimensions using any app from market or on windows photo viewer details..
then use that dimension to trim ur custom wallpapers...
also ---> u need to check that which folder contains ur wallpapers ... It will be like this --> drawable-sw***dp-**dpi
sw***dp can be any number like sw360dp or sw720dp or any other etc....
**dpi can be like xhdpi or xxhdpi or any other etc...
also ---> ur value folder will be different ... like --> value-xhdpi , value-xxhdpi or any other acc. to ur phone's display.
regards,
abhi922.
Click to expand...
Click to collapse
Hi guys,
I have done this for the S5.
Deleting the stock images and adding my own images. De compiled, added the new images, made the changes in the relevant .xml files, compiled and signed secwallpaperpicker.apk.
No errors when de compiling or compiling.
Added it to my rom zip, installed, but when I go to check from the wallpaper picker, I get "Unfortunately settings has stopped". When I go to install the secwallpaperpicker.apk file, it get message "App not installed" Permissions are correct.
Any devices please?
jaco-hendriks said:
Hi guys,
I have done this for the S5.
Deleting the stock images and adding my own images. De compiled, added the new images, made the changes in the relevant .xml files, compiled and signed secwallpaperpicker.apk.
No errors when de compiling or compiling.
Added it to my rom zip, installed, but when I go to check from the wallpaper picker, I get "Unfortunately settings has stopped". When I go to install the secwallpaperpicker.apk file, it get message "App not installed" Permissions are correct.
Any devices please?
Click to expand...
Click to collapse
just a silly mistake:silly:
you have signed ur apk which u cannot do for system app.....
so use my thread for refrence --->http://forum.xda-developers.com/showpost.php?p=36388180&postcount=3
regards,
abhi922.
abhi922 said:
just a silly mistake:silly:
you have signed ur apk which u cannot do for system app.....
so use my thread for refrence --->http://forum.xda-developers.com/showpost.php?p=36388180&postcount=3
regards,
abhi922.
Click to expand...
Click to collapse
Hi abhi922,
Thanks for your reply - much appreciated.
I have actually done the same with signed and unsigned and still getting the same result.
I have extracted both framework-res and secwallpaperpicker.apk from the ROM zip, created framework files, decompiled the secwallpaperpicker.apk file, added a new image (wallpaper_12.png and wallpaper_12_small.jpg) to the image folder, updated the public.xml and strings.xml file, compiled the apk again without any errors. Did the following:
1. Signed and zipaligned
2. Unsigned and zipaligned
3. Signed
4 Unsigned
Copied the apk file back to the ROM zip using winrar (store), installed the ROM via Aroma installer. Everything fine till I go to settings --> Wallpaper --> home and lock screens. Getting error "Unfortunately, settings has stopped working. Getting error "app not installed" when trying to install the app manually from the external SD card (signed & unsigned). Trying to copy the apk file to \system\priv-apps using ES file manager, getting an error something about I don't have access and or folder is read only. Downloaded secwallpaperchooser.apk, added that to the ROM zip, then also getting the same errors/results.
Modified the alarm clock apk and it works fine.
Thanks and regards

[Q] Adding items to settings.apk

Hi guys
I want to add items in settings.apk . I have searched everywhere and the only things I found are guides to add these
items or change layout but I need to decompile settings.apk , edit strings etc .
I dont want to do these things and I wonder if there is some kind of Xposed Module or app I can use to do these
things ?
Can you help me ?
:victory: Thank You :victory:
@-XperiaMan-
Hi
1. Download advanced apktool by @BDFreak
2. Install frameworks from your device (framework-res.apk+SemcUXPGeneric.apk)
3. Decompile settings.apk
4. Using notepad++
5. Add to logos to drawble folders with others size
6. Res/Xml/settings_headers.xml open with notepad++ and add to items for here.
Good luck and sorry for my bad english.
jancsessz said:
@-XperiaMan-
Hi
1. Download advanced apktool by @BDFreak
2. Install frameworks from your device (framework-res.apk+SemcUXPGeneric.apk)
3. Decompile settings.apk
4. Using notepad++
5. Add to logos to drawble folders with others size
6. Res/Xml/settings_headers.xml open with notepad++ and add to items for here.
Good luck and sorry for my bad english.
Click to expand...
Click to collapse
Thank you , but as I said , I dont want to decompile,use apktool or something but I will try it anyway
Thank you

[GUIDE][TW][4.1] Floating SystemUI

Hi guys,
today with the permission of sir @PineappleOwl I'm going to show you how to float the SystemUI on JB 4.1 TW ROMs by he's floating SystemUI guide.... this is a very easy process but I'll be here if you get problems
Requirements :
1. Brain
2. Patience
3. Experience (little bit)
4. apktool or anything like it
This guide is divided into 2 parts
1. How to float the whole expanded panel
2. How to set different floatings for main expanded panel and the close-drag-handle
How to float the whole expanded panel :
1. Decompile your SystemUI.apk
2. Go to res/layout/tw_status_bar_expanded.xml(if you're device is single sim)/tw_status_bar_expanded_dual.xml(if you're device is dual sim)
3. Go to line no. 2 which is:
Code:
<FrameLayout android:id="@id/notification_panel" android:background="@drawable/notification_panel_bg" android:paddingTop="@dimen/notification_panel_padding_top" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginLeft="@dimen/notification_panel_margin_left"
4. Now delete this from it:
Code:
android:paddingTop="@dimen/notification_panel_padding_top"
5. Now add these at the end of the line:
Code:
android:paddingLeft="0.0dip" android:paddingTop="0.0dip" android:paddingBottom="0.0dip" android:paddingRight="0.0dip"
now you have to set the paddings here according to your needs...... I assume you know what androidadding does
How to set different floating for main expanded panel and close-drag-handle :
1. Decompile your SystemUI
2. Go to res/layout/tw_status_bar_expanded.xml(if you're device is single sim)/tw_status_bar_expanded_dual.xml(if you're device is dual sim)
3. Now for main expanded panel go to line no. 5 which is:
Code:
<FrameLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginBottom="@dimen/tw_close_handle_underlap">
now add these to it:
Code:
android:paddingLeft="0.0dip" android:paddingTop="0.0dip" android:paddingBottom="0.0dip" android:paddingRight="0.0dip"
now for close-drag-handle find this:
Code:
<com.android.systemui.statusbar.phone.CloseDragHandle android:layout_gravity="bottom" android:orientation="vertical" android:id="@id/close" android:layout_width="fill_parent" android:layout_height="@dimen/tw_close_handle_height">
again add these before:
Code:
android:paddingLeft="0.0dip" android:paddingTop="0.0dip" android:paddingBottom="0.0dip" android:paddingRight="0.0dip"
4. Now set the paddings like you want them to be
5. Recompile, sign, push, reboot and enjoy !
Credits :
@PineappleOwl​
NOTE : You need to make your expanded panel transparent...... otherwise the floating ui will look awful !!​
Great and easy guide thanks for @PineappleOwl for the original mod and thanks for you @sdeepb for TW guide
Sent from my GT-I9500 using Tapatalk
MISTAKE
This dont work for me, i cant see the margins D:
MorSerNa said:
This dont work for me, i cant see the margins D:
Click to expand...
Click to collapse
Have you made your panel transparent.... And what device are you using
Help
sdeepb said:
Have you made your panel transparent.... And what device are you using
Click to expand...
Click to collapse
how can i made the panel transaparent?
Huawei G510
MorSerNa said:
how can i made the panel transaparent?
Huawei G510
Click to expand...
Click to collapse
Well this guide is for tw, you can apply it to huawei but the lines will be different so you need to figure that out by yourself.... About panel transparency there's a guide by @ShadeSK.... Try that out
2
sdeepb said:
Well this guide is for tw, you can apply it to huawei but the lines will be different so you need to figure that out by yourself.... About panel transparency there's a guide by @ShadeSK.... Try that out
Click to expand...
Click to collapse
Ohhh is true is for tw D:
Is there any guide for MTK ?
MorSerNa said:
Ohhh is true is for tw D:
Is there any guide for MTK ?
Click to expand...
Click to collapse
Hehe I don't think there's one... Just look at the xmls and try to figure things out
sdeepb said:
Hehe I don't think there's one... Just look at the xmls and try to figure things out
Click to expand...
Click to collapse
Ok thanks jeje
One question more:
Do you know who change the funtion of the buttons?
I need change this :
http://i.gyazo .com/bf15f322fcbd8dcf8350b9ba46577f69.png
MorSerNa said:
Ok thanks jeje
One question more:
Do you know who change the funtion of the buttons?
I need change this :
http://i.gyazo .com/bf15f322fcbd8dcf8350b9ba46577f69.png
Click to expand...
Click to collapse
You mean you want that button to do something else, well it's only png editing....
sdeepb said:
You mean you want that button to do something else, well it's only png editing....
Click to expand...
Click to collapse
Noo
For example, if i click the button, the mobile open Toggles / quicksettings.
I need that when i click the button, the mobile open the Settings.apk
MorSerNa said:
Noo
For example, if i click the button, the mobile open Toggles / quicksettings.
I need that when i click the button, the mobile open the Settings.apk
Click to expand...
Click to collapse
Well I don't know about that... But it should be some smali editing if it's even possible
sdeepb said:
Well I don't know about that... But it should be some smali editing if it's even possible
Click to expand...
Click to collapse
How do I know that smali edit?
Thanks for all.
And one question more jeje
In my case, I open the quicksettings/Toggle scrolling right-left.
Can i change the scrolling to up-down as lollipop ?
MorSerNa said:
How do I know that smali edit?
Thanks for all.
And one question more jeje
In my case, I open the quicksettings/Toggle scrolling right-left.
Can i change the scrolling to up-down as lollipop ?
Click to expand...
Click to collapse
You mean showhide.... Well you should give a try to the show hide guide... Not sure though
sdeepb said:
You mean showhide.... Well you should give a try to the show hide guide... Not sure though
Click to expand...
Click to collapse
I have showhide now, but for me, for show i need scrolling right-left.
Can i change to up-down?
MorSerNa said:
I have showhide now, but for me, for show i need scrolling right-left.
Can i change to up-down?
Click to expand...
Click to collapse
Sorry man I don't know about this as I'm not familiar with mtk xmls....
sdeepb said:
Sorry man I don't know about this as I'm not familiar with mtk xmls....
Click to expand...
Click to collapse
Okey
Thanks for all
MorSerNa said:
Okey
Thanks for all
Click to expand...
Click to collapse
Welcome
sdeepb said:
Welcome
Click to expand...
Click to collapse
Any new guide for do this in MTK?
Thanks.

[[GUIDE]] Battery/WiFi/Bluetooth/Alarm in Header!

For L Style Header go HERE
For L Style Header[Advanced] go HERE
For Panel Transparency go HERE
For adding L Style Date/Clock View go HERE
Yo Guys! Today I am here with a simple yet detailed guide to add Battery/WiFi/Bluetooth/Alarm icons in header!
This guide is inspired from THIS guide
Let's begin.
1.Decompile your SystemUI.apk
2.Merge the attached smalis to the respective directory.
3.Navigate to res/layout and open status_bar_expanded_header.xml[MTK] / tw_status_bar_expanded_header.xml[TouchWiz]
Search for this:
Code:
<Space android:layout_width="0.0dip" android:layout_height="0.0dip" android:layout_weight="1.0" />
Now, copy and paste this lines below it:
Code:
<com.fmd.icons.BluetoothIcon android:paddingRight="4.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" />
<com.fmd.icons.AlarmIcon android:paddingRight="4.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" />
<com.fmd.icons.WifiIcon android:layout_width="wrap_content" android:layout_height="wrap_content" />
<com.fmd.btn.LBatteryBar android:layout_width="22.0dip" android:layout_height="22.0dip" />
Save the XML.
Recompile the UI.
Decompile the Newly Recompiled UI.
Navigate to res/values/ and open publics.xml
Now go to res/smali/com/fmd/btn and open LBatteryBar$1.smali and search for this:
Code:
0x7f020145
Replace it with the id of (from publics.xml):
Code:
<public type="drawable" name="stat_sys_battery_charge"
Now search for
Code:
0x7f02013c
Replace it with the id of (from publics.xml):
Code:
<public type="drawable" name="stat_sys_battery"
Save the smali.
Recompile the UI.
Sign.
Push to system/app with permissions 644.
DONE.
CREDITS
Sir tentenponce
FMD Devs
Jeff Rivera
Aljhun Mejorada Bumaya
Iann's LNotifPanel
Klark Luis Peralta
Van Freniere
Aniruddha_Pathak [For sharing the Guide]
YOU​
Regards,
Aniruddha_Pathak.
HIT THANKS IF YOU LIKE MY WORKS!​
I like your work [emoji4]
sent from my G7102 CM12.1 using Tapatalk
salimtn said:
I like your work [emoji4]
sent from my G7102 CM12.1 using Tapatalk
Click to expand...
Click to collapse
Thank you SIr
which id from all this?
pranavraut033 said:
which id from all this?
Click to expand...
Click to collapse
None of those bro. You need to search ids of "stat_sys_battery_charge" and "stat_sys_battery"
yaa got that....
pranavraut033 said:
yaa got that....
Click to expand...
Click to collapse
COOL
Change icon
How can i change the batery icon, i can't see
http ://i.gyazo. com/2e79a73484df3189b53ecce29f5daa07.png
MorSerNa said:
How can i change the batery icon, i can't see
http ://i.gyazo. com/2e79a73484df3189b53ecce29f5daa07.png
Click to expand...
Click to collapse
Go to SystemUI/res/drawable-hdpi folder and
For battery icons replace:
stat_sys_battery_0
stat_sys_battery_15
stat_sys_battery_28
stat_sys_battery_43
stat_sys_battery_57
stat_sys_battery_71
stat_sys_battery_85
stat_sys_battery_100
For charging anim replace:
stat_sys_battery_charge_anim0
stat_sys_battery_charge_anim15
stat_sys_battery_charge_anim28
stat_sys_battery_charge_anim43
stat_sys_battery_charge_anim57
stat_sys_battery_charge_anim71
stat_sys_battery_charge_anim85
stat_sys_battery_charge_anim100
HIT THANKS IF YOU LIKE MY WORKS!​
Aniruddha_Pathak said:
Go to SystemUI/res/drawable-hdpi folder and
For battery icons replace:
stat_sys_battery_0
stat_sys_battery_15
stat_sys_battery_28
stat_sys_battery_43
stat_sys_battery_57
stat_sys_battery_71
stat_sys_battery_85
stat_sys_battery_100
For charging anim replace:
stat_sys_battery_charge_anim0
stat_sys_battery_charge_anim15
stat_sys_battery_charge_anim28
stat_sys_battery_charge_anim43
stat_sys_battery_charge_anim57
stat_sys_battery_charge_anim71
stat_sys_battery_charge_anim85
stat_sys_battery_charge_anim100
HIT THANKS IF YOU LIKE MY WORKS!​
Click to expand...
Click to collapse
where I the download the news icons?
MorSerNa said:
where I the download the news icons?
Click to expand...
Click to collapse
From HERE sir Do hit thanks if you like my works :fingers-crossed:
Aniruddha_Pathak said:
Go to SystemUI/res/drawable-hdpi folder and
For battery icons replace:
stat_sys_battery_0
stat_sys_battery_15
stat_sys_battery_28
stat_sys_battery_43
stat_sys_battery_57
stat_sys_battery_71
stat_sys_battery_85
stat_sys_battery_100
For charging anim replace:
stat_sys_battery_charge_anim0
stat_sys_battery_charge_anim15
stat_sys_battery_charge_anim28
stat_sys_battery_charge_anim43
stat_sys_battery_charge_anim57
stat_sys_battery_charge_anim71
stat_sys_battery_charge_anim85
stat_sys_battery_charge_anim100
HIT THANKS IF YOU LIKE MY WORKS!​
Click to expand...
Click to collapse
Aniruddha_Pathak said:
From HERE sir Do hit thanks if you like my works :fingers-crossed:
Click to expand...
Click to collapse
THAAAAAAAAAAAANKS!
One quiestion more:
How can i put this?
http://gyazo. com/7c93aecc8910b1fd1edad89198dd596f
The margins and the user icon
Thanks for your job!
How I can separate the two icons? :
http://gyazo .com/c91010529bb29d27af451902758ebabf
MorSerNa said:
THAAAAAAAAAAAANKS!
One quiestion more:
How can i put this?
http://gyazo. com/7c93aecc8910b1fd1edad89198dd596f
The margins and the user icon
Thanks for your job!
How I can separate the two icons? :
http://gyazo .com/c91010529bb29d27af451902758ebabf
Click to expand...
Click to collapse
In your header.xml you added this line from guide right?:
Code:
<com.fmd.btn.LBatteryBar android:layout_width="22.0dip" android:layout_height="22.0dip" />
Try one thing, replace both 22.0dip with 20.0dip in the XML and save the xml. Recompile the UI, sign, Push, Done. Hope it helps
And for the floating part, go HERE and HERE
And I will surely come up with a guide for that too
Aniruddha_Pathak said:
In your header.xml you added this line from guide right?:
Code:
<com.fmd.btn.LBatteryBar android:layout_width="22.0dip" android:layout_height="22.0dip" />
Try one thing, replace both 22.0dip with 20.0dip in the XML and save the xml. Recompile the UI, sign, Push, Done. Hope it helps
And for the floating part, go HERE and HERE
And I will surely come up with a guide for that too
Click to expand...
Click to collapse
Thanks other time.
One question more jeje
Can I change the function of the buttons ?
MorSerNa said:
Thanks other time.
One question more jeje
Can I change the function of the buttons ?
Click to expand...
Click to collapse
You need to have the knowledge of android onclick function for that, but unfortunately I don't know how to implement it. So sorry, I can't help. May be Sir @serajr can help you
Nice guide helped much :beer:
Sent from my GT-S7262 using XDA Free mobile app
deniljoseph said:
Nice guide helped much :beer:
Sent from my GT-S7262 using XDA Free mobile app
Click to expand...
Click to collapse
Thanks mate

[GUIDE][LP,MM] How To Add Image In About Phone Menu!!

Welcome everyone!!!
Here i Guide You to How to add image in about phone menu
Requirements
Apktool
Knowledge of decompiling/recompiling
Settings.apk
notepad++
an image
VIDEO GUIDE
For more guides join our offical facebook group
Subscribe to my youtube channel here
Firstly setup apktools on your windows after that extract framework-res.apk,Mediatek-res.apk and SystemUI.apk
Now install all these above apk in your apktool by using following commands
framework
Code:
apktool if framework-res.apk
mediatek-res
Code:
apktool if mediatek-res.apk
systemui
Code:
apktool if SystemUi.apk
after that extract your settings.apk from your rom and decompile it using
Settings
Code:
apktool d settings.apk
after decompilition is sucessful locate to settings folder and go to path
Code:
res/layout
here create a new xml file with any name for example i create a xml with name paras.xml
now add this code to your new xml file or jus copy paste the code
Code:
<?xml version="1.0" encoding="utf-8"?>
<ImageView android:layout_gravity="center" android:paddingBottom="6.0dip" android:layout_width="480.0px" android:layout_height="147.0px" android:src= Drawable/pg" android:scaleType="fitXY"
xmlns:android="http://schemas.android.com/apk/res/android" />
now if you look at above code there is height and width is mention now you have to create or resize your image with same height and width also in Drawble/ name of your image
now save it with extention (.xml)
after that
open path
Code:
res/xml/device_info_settings.xml
here you have to add code
Code:
<PreferenceCategory android:layout="layout/paras" android:title="" android:key="blah" />
now look at code there is layout/paras "paras" should be same name as u create a new xml in res/layout
now at last
open path
Code:
res/drawble
and add a image of your choice which u want to add in your about phone settings.
all done if u getting confused watch my video guide above
at last save yor xmls and recompile your settings apk
using
Code:
APKTOOL B SETTINGS
push your apk to your phone replace this with your original ,all done
THANX FOR READ
Dont forget to hit thanks
I'm almost positive you didn't come up with this mod on your own especially due to all the various guides already shared to do this mod . If your gonna create a guide which already exists then there's no need to post or at least give credit to original source that's only fair. I'm the furthest thing from an xda police officer but I'm just sayin.
SICKMADE said:
I'm almost positive you didn't come up with this mod on your own especially due to all the various guides already shared to do this mod . If your gonna create a guide which already exists then there's no need to post or at least give credit to original source that's only fair. I'm the furthest thing from an xda police officer but I'm just sayin.
Click to expand...
Click to collapse
Sir m new here, and i didnt found any thred in which someone teach this. . i googled n search i come up with empty hand thats y i write this guide i found this my self while rom porting ...and there is no video guide also .. m also a begginer i jus help some noobies here. No if any want to theme i can guide them beacause there are too much comlicated guide which are not easily understandble by a noobie..thats why i write guides along videos .....thnx for your time that u noticedd ... M jus helping noobies .. No offence here..

Categories

Resources