Stock Launcher without a search bar Google - LG Optimus L9 P760, P765, P768, P769

Hi all! Removed search bar Google in stock Launcher.Move in system/app,remove LGHome3.odex
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
http://my-files.ru/4o3o.LGHome3.rar
Code:
To remove search Google,in file search_bar.xml(res\layout-port) and search_bar.xml (\res\layout-land),
the parameters android:layout_width and android:layout_height(at the beginning)insert 0.0dip
dimens.xml(res\values-hdpi-960x540):
<dimen name="qsb_bar_height">51.329987dip</dimen> ([COLOR="Red"]0.0dip[/COLOR])
<dimen name="search_bar_height">60.0dip</dimen> ([COLOR="Red"]0.0dip[/COLOR])
<dimen name="workspace_top_padding_port">63.5dip</dimen> ([COLOR="Red"]25.5dip[/COLOR])
<dimen name="lg_workspace_divider_margin_bottom">75.0dip</dimen> ([COLOR="Red"]113.0dip[/COLOR])
<dimen name="lg_workspace_indicator_margin_bottom">71.5dip</dimen> ([COLOR="Red"]113.0dip[/COLOR])
<dimen name="hotseat_cell_height">72.0dip</dimen> ([COLOR="Red"]96.0dip[/COLOR])
<dimen name="hotseat_bg_height">71.5dip</dimen> ([COLOR="Red"]96.0dip[/COLOR])
In parentheses values amended launcher
Sorry for my english

thanks.
it's very nice
like Optimus L9 II
veryyyyyyyyyyyyyyyyyyyyyyyy thanks
---------- Post added at 04:51 PM ---------- Previous post was at 04:31 PM ----------
can you put a little down dock icon's name?

amir_n71 said:
can you put a little down dock icon's name?
Click to expand...
Click to collapse
Other signatures may also fall
I will try to change

THX.
Can u set clock on the center of statusbar ?

aSpirit81 said:
THX.
Can u set clock on the center of statusbar ?
Click to expand...
Click to collapse
Move this file(status_bar.xml) to LGSystemUI.apk/res/layout,by means of winrar(uncompressed)
View attachment Status_bar.zip

Awesome mate.Can someone make transparent statusbar ?
Sent from my LG-P760 using xda premium

Toggles??
TNXX
Could u tell how'd u change the toggles in notification bar?? thnx again

YashdSaraf said:
TNXX
Could u tell how'd u change the toggles in notification bar?? thnx again
Click to expand...
Click to collapse
Decompile SystemUI.apk and change options in dimens.xml(res\values):
Code:
<dimen name="quicksetting_text_top_padding">[COLOR="Red"]0.0dip[/COLOR]</dimen>
<dimen name="quicksetting_button_paddingTop">[COLOR="Red"]22.0dip[/COLOR]</dimen>
<dimen name="quicksetting_text_paddingTop">[COLOR="Red"]0.0dip[/COLOR]</dimen>
<dimen name="quicksetting_lineSpacingExtra">[COLOR="Red"]0.0dip[/COLOR]</dimen>
In quicksetting_button_bg.xml(res/drawable) change background:
Code:
<state_pressed="true" android:drawable="@drawable/[COLOR="Red"]indi_noti_btn_pressed[/COLOR]" />
<item android:drawable="@drawable/[COLOR="Red"]indi_noti_btn_normal[/COLOR]" />

can u upload lgsystemui.apk with center clock?

status bar disappeared
Lgeob said:
Decompile SystemUI.apk and change options in dimens.xml(res\values):
Code:
<dimen name="quicksetting_text_top_padding">[COLOR="Red"]0.0dip[/COLOR]</dimen>
<dimen name="quicksetting_button_paddingTop">[COLOR="Red"]22.0dip[/COLOR]</dimen>
<dimen name="quicksetting_text_paddingTop">[COLOR="Red"]0.0dip[/COLOR]</dimen>
<dimen name="quicksetting_lineSpacingExtra">[COLOR="Red"]0.0dip[/COLOR]</dimen>
In quicksetting_button_bg.xml(res/drawable) change background:
Code:
<state_pressed="true" android:drawable="@drawable/[COLOR="Red"]indi_noti_btn_pressed[/COLOR]" />
<item android:drawable="@drawable/[COLOR="Red"]indi_noti_btn_normal[/COLOR]" />
Click to expand...
Click to collapse
I made the changes but after replacing the LGSystemUI.apk with the modded one the status bar disappeared.:crying:

YashdSaraf said:
I made the changes but after replacing the LGSystemUI.apk with the modded one the status bar disappeared.:crying:
Click to expand...
Click to collapse
Try in quicksetting_button_bg.xml(res/drawable) change background,put:
Code:
<..android:drawable="@drawable/[COLOR="Red"]indi_noti_btn_edit_pressed[/COLOR]" />
<item android:drawable="@drawable/[COLOR="Red"]indi_noti_btn_edit_normal[/COLOR]" />
In dimens.xml(res\values-hdpi) put:
Code:
<dimen name="quicksetting_text_top_padding">[COLOR="Red"]0.0dip[/COLOR]</dimen>
<dimen name="quicksetting_button_paddingTop">[COLOR="Red"]22.0dip[/COLOR]</dimen>
<dimen name="quicksetting_lineSpacingExtra">[COLOR="Red"]0.0dip[/COLOR]</dimen>
P.S Forgot one detail,sorry

Still cant do it
Lgeob said:
Try in quicksetting_button_bg.xml(res/drawable) change background,put:
Code:
<..android:drawable="@drawable/[COLOR="Red"]indi_noti_btn_edit_pressed[/COLOR]" />
<item android:drawable="@drawable/[COLOR="Red"]indi_noti_btn_edit_normal[/COLOR]" />
In dimens.xml(res\values-hdpi) put:
Code:
<dimen name="quicksetting_text_top_padding">[COLOR="Red"]0.0dip[/COLOR]</dimen>
<dimen name="quicksetting_button_paddingTop">[COLOR="Red"]22.0dip[/COLOR]</dimen>
<dimen name="quicksetting_lineSpacingExtra">[COLOR="Red"]0.0dip[/COLOR]</dimen>
P.S Forgot one detail,sorry
Click to expand...
Click to collapse
Still nothing but thanx anyway

aSpirit81 said:
can u upload lgsystemui.apk with center clock?
Click to expand...
Click to collapse
Here it is..

love4u_nav said:
Here it is..
Click to expand...
Click to collapse
will work on p760
Sent from my LG-P760 using xda app-developers app

stian3ddd said:
will work on p760
Sent from my LG-P760 using xda app-developers app
Click to expand...
Click to collapse
Yup it will work.....
Sent from my LG-P760 using XDA Premium 4 mobile app

Can i use this over a nonstock rom
??
EDIR:it does not work
Sent from my P760 using xda app-developers app

simosimi said:
Can i use this over a nonstock rom
??
EDIR:it does not work
Sent from my P760 using xda app-developers app
Click to expand...
Click to collapse
Only for stock...
Sent from my LG-P760 using XDA Premium 4 mobile app

Related

[GUIDE][ICS] Custom Carrier Label for Stock / Stock Based ROM

I just found the trick to manipulate carrier label on notification bar when I'm exploring decompiled stock based SystemUI.apk..
Wanna know how to do that ??
Check this out :
Here I'm using lidroid's modified SystemUI, should work on other stock based SystemUI
First you need to decompile your SystemUI.apk
Open res/layout/status_bar_tracking.xml with any good xml editor (here I'm using NP++)
Find this line:
Code:
<com.android.systemui.statusbar.phone.CarrierLabel android:textAppearance="@style/TextAppearance.StatusBar.Clock" android:textColor="#ff33b5e5" android:gravity="center" android:layout_gravity="bottom" android:paddingBottom="20.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content" />
and change to:
Code:
<textView android:text="@string/carrier_label" android:textAppearance="@style/TextAppearance.StatusBar.Clock" android:textColor="#ff33b5e5" android:gravity="center" android:layout_gravity="bottom" android:paddingBottom="20.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content" />
Save
Now open res/values/strings.xml
Add this line above </resources> :
Code:
<string name="carrier_label">ENTER_YOUR_COOLEST_TEXT_HERE</string>
so it'll be looked a like this:
Code:
<string name="carrier_label">ENTER_YOUR_COOLEST_TEXT_HERE</string>
</resources>
p.s. : change the ENTER_YOUR_COOLEST_TEXT_HERE with your desired label
Now save
Recompile (build) your SystemUI.apk
Push to your phone and you are.......
Done !!
The result will be looked like this :
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Mine :
Remember to
ALWAYS MAKE BACKUP !!
before doing anything above..
I don't responsible of any negative things like bootloop, bricked device, burned SD card, you late to go to school, or the third world war caused by the guide above..
You have been warned !!
Click to expand...
Click to collapse
Good luck..
thanks for sharing here at arc forums
Sent from my LT15i using Tapatalk 2
think this is nice.
Transparent States
hello
Any Guide to get transparent states Bar
gonemad02 said:
thanks for sharing here at arc forums
Sent from my LT15i using Tapatalk 2
Click to expand...
Click to collapse
no prob mate,
it nice to share things with other..
chauhanjayc said:
hello
Any Guide to get transparent states Bar
Click to expand...
Click to collapse
check ur status bar while lockscreen..
does ur status bar hid it's clock in lockscreen and show it again when ur phone unlocked ??
if yes then it's impossible to make it transparent (at least for me),
i've tried thousand times and using thousand tricks on the status bar like that but no luck..
if u'r not sure with my statement above, just attach ur SystemUI and i'll check whether i can make it transparent or not..
iiandskater said:
no prob mate,
it nice to share things with other..
check ur status bar while lockscreen..
does ur status bar hid it's clock in lockscreen and show it again when ur phone unlocked ??
if yes then it's impossible to make it transparent (at least for me),
i've tried thousand times and using thousand tricks on the status bar like that but no luck..
if u'r not sure with my statement above, just attach ur SystemUI and i'll check whether i can make it transparent or not..
Click to expand...
Click to collapse
attaching my systemUI
chauhanjayc said:
attaching my systemUI
Click to expand...
Click to collapse
sorry..
ur SystemUI hides it's clock in lockscreen (same as mine),
i can't make it transparent..
There's an app you can use for that.
No need to decompile SystemUI.apk
http://forum.xda-developers.com/showthread.php?t=901865
I'm using it right now on my arc
Excuse me
Did you know how to modify xperia phone stock lockscreen carrier label?
Is in framework-res?
Thanks your guide, It simple work for me. :good:

[HOW TO] ☆ Transparent homescreen statusbar on Note II ☆ for themers and everyone

[HOW TO] ☆ Transparent homescreen statusbar on Note II ☆ for themers and everyone
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
SGNII JB THEMES ☆ SGSIII JB THEMES ☆ SGSIII ICS THEMES ☆ NEXUS PRIME JB THEME ☆ NEW CENTER CLOCK GUIDE ☆ JB TRANSPARENT STATUSBAR GUIDE
- - - - - - - - - - - -
​
Hi everyone!
Here's a simple guide how to make homescreen statusbar transparent:
1. You should decompile SystemUI.apk
2. Open /SystemUI/res/layout/tw_super_status_bar.xml and change android:background to 100% transparent:
Code:
<com.android.systemui.statusbar.phone.StatusBarWindowView [B]android:background="#[COLOR="Red"]00000000[/COLOR]"[/B] android:focusable="true" android:fitsSystemWindows="true" android:descendantFocusability="afterDescendants"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui">
3. Save /SystemUI/res/layout/tw_super_status_bar.xml
4. Open /SystemUI/res/values/drawables.xml and edit this line to get transparency you need, for example, 100% transparent:
Code:
<item type="drawable" name="status_bar_background">[B]#[COLOR="red"]00000000[/COLOR][/B]</item>
5. Save /SystemUI/res/values/drawables.xml
6. Recompile SystemUI.apk
Done... Now you have 100% transparent homescreen statusbar
A short hint:
#00000000 - 100% transparency
#3F000000 - 75% transparency
#7F000000 - 50% transparency
#BF000000 - 25% transparency
If you only need a ready-made statusbar you can find it here - 15 Toggle Buttons ☆ NEW Center Clock ☆ Transparent statusbar ☆ & more
Enjoy! And if you have any questions, you can always ask me
If you like it you can always Rate (★★★★★) this Thread, Press Thanks button or simply buy me a beer! :good: and don't forget about credits
Thank you for sharing mate,
great job!
::indie:: said:
Thank you for sharing mate,
great job!
Click to expand...
Click to collapse
You're welcome!
Thanks for the How To :thumbup:
Sent from my GT-N7100 using xda premium
Does this work on a rooted stock rom? Thanks
And one more noobie question..how do you edit the systemui.apk file?
Cheers
Sent from my GT-N7100 using xda premium
DMax99 said:
Does this work on a rooted stock rom? Thanks
And one more noobie question..how do you edit the systemui.apk file?
Cheers
Sent from my GT-N7100 using xda premium
Click to expand...
Click to collapse
Yes, it works with odexed roms as well.
There are a lot of guides how to decompile/recompile SystemUI.apk (or any other apk) on XDA.
Awesome guide Can somebody tell me what file to change to get a picture on the transparent notification bar? Like vegeta1 makes.
Sent from my GT-N7100 using xda premium
Kur0saki said:
Awesome guide Can somebody tell me what file to change to get a picture on the transparent notification bar? Like vegeta1 makes.
Sent from my GT-N7100 using xda premium
Click to expand...
Click to collapse
What do you mean under "transparent notification bar"? Notification pulldown (dropdown)?
If yes, there is no such file in stock SystemUI. Image should be added to SystemUI and also it's necessary to edit xml source to get it work.
It's our (my and vegeta's) "know how"
Lol, i want to know how to put a picture on the dropdown, and which xml file and where to edit it. Very much appreciated if you can tell me or pm me
Sent from my GT-N7100 using xda premium
Kur0saki said:
Lol, i want to know how to put a picture on the dropdown, and which xml file and where to edit it. Very much appreciated if you can tell me or pm me
Sent from my GT-N7100 using xda premium
Click to expand...
Click to collapse
Ask in vegeta's thread - http://forum.xda-developers.com/showthread.php?t=1928876
It would be correct.
This is what I'm looking for! :good:
But, my Note 2 should be rooted first, right?
mankind_18 said:
This is what I'm looking for! :good:
But, my Note 2 should be rooted first, right?
Click to expand...
Click to collapse
Of course lt should be rooted to have access to your system.
raubkatze said:
Of course lt should be rooted to have access to your system.
Click to expand...
Click to collapse
Can I decompile systemUI.apk without rooting?
mankind_18 said:
Can I decompile systemUI.apk without rooting?
Click to expand...
Click to collapse
Do you know the way to copy your SystemUI.apk from system and put it back after recompiling without rooting?
raubkatze said:
Do you know the way to copy your SystemUI.apk from system and put it back after recompiling without rooting?
Click to expand...
Click to collapse
haha.. I guess I didn't have any choice other than root my device
mankind_18 said:
haha.. I guess I didn't have any choice other than root my device
Click to expand...
Click to collapse
Of course And it takes less than ten minutes.
raubkatze said:
Of course And it takes less than ten minutes.
Click to expand...
Click to collapse
Now I had rooted my device.. But I still didn't know what to with decompile apk :silly:
mankind_18 said:
Now I had rooted my device.. But I still didn't know what to with decompile apk :silly:
Click to expand...
Click to collapse
There are a lot of guides on XDA
raubkatze said:
There are a lot of guides on XDA
Click to expand...
Click to collapse
Now I've done decompiling..
1. You should decompile SystemUI.apk DONE
2. Open /SystemUI/res/layout/tw_super_status_bar.xml and change android:background to 100% transparent: DONE
3. Save /SystemUI/res/layout/tw_super_status_bar.xml DONE
4. Open /SystemUI/res/values/drawables.xml and edit this line to get transparency you need, for example, 100% transparent:
I can't find /SystemUI/res/values/drawables.xml there are no values folder.. there are only values-ar-land, values-gl, values-hu, values-in, values-sw360dp, values-sw600dp, values-sw600dp-land, values-uk, values-vi-port, and values-zh-rCN.. what should I do?
-------------------edit--------------------------
now I've found values folder, but I can't find drawables.xml
thank u...it was very simple

[MOD][ICS][Sola] Settings with a "CPU control"

Hi all,
So ... this is my little mod Settings. Only ICS (test fw 1.10)
I added the "CPU control", see screenshots. Frequencies are taken from the core (boot.img), which you have installed.
It will not allow you to overclock the processor, this is a common program.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Install via CWM, or (root explorer) exract all *.apk files, copy in sytem\, set permissions:
R-W-0
R-0-0
R-0-0
and move to sytem\app.
Do not say thanks, press thanks:angel:
Looks great! I'm about to try.
Can you port this to xperia s?
Sent with my Sony Xperia S using a little bit of KA magic.
work xpria p
THX!
Work on XU
Thank's
Works also on Xperia s
It's a link to cpu no frills
Sent from my LT26i using xda app-developers app
Forzaferrarileo said:
Works also on Xperia s
It's a link to cpu no frills
Sent from my LT26i using xda app-developers app
Click to expand...
Click to collapse
Yes,a link in settings,no special,but i like it!
Can you do it for u
Sent from my ST25i using xda app-developers app
I'm a fan of SetCPU because of the Profiles feature but first indications of this are good, keep going with it!
Sent from my MT27i using xda premium
jitin02 said:
Can you do it for u
Sent from my ST25i using xda app-developers app
Click to expand...
Click to collapse
Work proper with u!
doesnt work properly for acro s
reallysucks said:
doesnt work properly for acro s
Click to expand...
Click to collapse
Tested for the Xperia s, it works, but some of the items in error, you are right. Therefore only Sola maybe Xperia U \ P
На 4pda заходи, подумаем
Spaun_Studio said:
Tested for the Xperia s, it works, but some of the items in error, you are right. Therefore only Sola maybe Xperia U \ P
На 4pda заходи, подумаем
Click to expand...
Click to collapse
sola's settings.apk doesnt match s/acro s thats the only reason why it crashes i think
Can you please share the guide or link from where you did it?
Sent from my Dell Streak using xda app-developers app
jitin02 said:
Can you please share the guide or link from where you did it?
Click to expand...
Click to collapse
I'll ask the author in Russian forum, will it publish your guide.
Spaun_Studio said:
I'll ask the author in Russian forum, will it publish your guide.
Click to expand...
Click to collapse
You mean you will ask others in Russian will they publish a guide??
If. Great thanks. Will wait
Or if you can do it for me on my Dell. ????
Sent from my ST25i using xda app-developers app
jitin02 said:
You mean you will ask others in Russian will they publish a guide??
If. Great thanks. Will wait
Or if you can do it for me on my Dell. ????
Sent from my ST25i using xda app-developers app
Click to expand...
Click to collapse
I am author this guide. My English very-very bad, sorry
1. Decompile Setting.apk
2. Added this line in Setting\res\xml\settings_headers.xml
<header android:icon="@drawable/ic_overclocktool" android:title="@string/overclocktool_title">
<intent android:targetPackage="it.sineo.android.noFrillsCPUClassic" android:action="android.intent.action.MAIN" android:targetClass="it.sineo.android.noFrillsCPUClassic.activity.MainActivity" />
</header>
Click to expand...
Click to collapse
after line
<header android:icon="@drawable/ic_settings_language" android:id="@id/language_settings" android:title="@string/language_settings" android:fragment="com.android.settings.inputmethod.InputMethodAndLanguageSettings" />
Click to expand...
Click to collapse
3. Added this line in Setting\res\values\strings.xml
<string name="overclocktool_title">CPU Control</string>
Click to expand...
Click to collapse
after the last line
4. Added image with the name of ic_overclocktool.png in Setting\res\drawable-hdpi
5. Added this line in Setting\res\values\public.xml
<public type="drawable" name="ic_overclocktool" id="0x7f0200b8" />
<public type="string" name="overclocktool_title" id="0x7f0b061a" />
Click to expand...
Click to collapse
0x7f0200b8 and 0x7f0b061a select themselves
6. Сompile Setting.apk
7. Downloading CPUControl.apk
8. Move Setting.apk and CPUControl.apk by the way system/app with permission 644
9. Reboot Now! Done!
Thanks,working:good:
Old
Removed !!
is more efficent than apps like antutu/setCPU/nofrillCPU ?

(GUIDE)(MOD)Changeable Lockscreen text like Galaxy4.

How to add the Lockscreen Text to any lockscreen.
As most know I have implemented this feature inside the Touchwiz Resurrection rom for galaxy ace i.
As seen below.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Basicly this mod was very easy to add .
What is inside the resources.zip ?
LifeCompanionText.apk ( App to change the text )
LifeCompanion smalis for the framework.jar
SpaceFont.ttf for the CoolJazz font from S3/4
Basicly what you would need to do is:
Download Resources Attachement.
Extract it
Decompile you’re framework.jar
Go to the extract smali folder from the resources.zip and copy the smali folder to the smali folder of you’re framework.jar.
Compile framework.jar
Now we are going to add it to the frameworks location/allocate the text.
Decompile framework-res.apk
Find a lockscreen layout to you’re likes.
I used “zzz_keyguard_screen_clockwidget.xml” but you would be able to put it inside : “keyguard_screen_tab_unlock.xml” for the normal sliding tab lockscreen and such.
Open the layout you wanted and simply add this line above the clock layout or where you want
Code:
<com.touchwizres.lifecompaniontext.LifeCompanionTextView android:textSize="40.0dip" android:textColor="#ffffffff" android:id="[COLOR="RoyalBlue"]@id/life_companion_tag[/COLOR]" android:layout_width="wrap_content" android:layout_height="wrap_content" android:shadowColor="#7f000000" android:shadowDx="1.0" android:shadowDy="1.0" android:shadowRadius="2.0" />
I placed this code just below
Code:
<view android:gravity="left" android:orientation="vertical" android:id="@id/clock_time_and_date" android:paddingLeft="7.0dip" android:paddingTop="2.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content" class="com.android.internal.policy.impl.ClockWidget$TimeAndDate">
of the "zzz_keyguard_screen_clockwidget.xml"
Add this to the ids.xml
Code:
<item type="id" name="[COLOR="RoyalBlue"]life_companion_tag[/COLOR]">false</item>
Compile framework-res.apk
Decompile ur compiled framework-res.apk
Now we are going to fix the ID Values. From the smali .
Decompile ur compiled framework.jar
Open
Code:
com/touchwizres/lifecompaniontext/[COLOR="RoyalBlue"]LifeCompanionTextView.smali[/COLOR]
that’s inside the framework.jar
Find
Code:
const v3, 0x[COLOR="Red"]10202cc[/COLOR]
This is the “life_companion_tag” ID (
Code:
<public type="id" name="life_companion_tag" id="0x0[COLOR="Red"]10202cc[/COLOR]" />
) inside public.xml
We need to fix this to yours
Now when u have changed the code from 0x10202cc to something like 0x1020299 or something depends on ur framework-res.apk
U can compile the framework.jar
Now zip the files together and make sure these are set properly.
SpaceFont.ttf inside /system/fonts/**
LifeCompanionText.apk inside /system/apps/**
And then ofcourse you’re modified framework.jar and framework-res.apk inside /system/framework/**
Now you are done
Happy modding
On what roms can u apply this mod ?
Basicly it can be applied to ALL Roms atleast if u know what u are doing.
As Most of you all know i am a HUGE HUGE Open Source fan so in this case i fully opensourced this aswell
Here is the sourcecode: https://github.com/spacecaker/LifeCompanionLockscreentext
Import in Eclipse.
Compile app.
Export unsigned apk.
Sign apk.
Decompile apk.
Retrieve ur smali codes.
Implement in framework
Some helpers who helped me on some knowledge and ideas:
B16H22
MarioZaWa
Pineappleowl
and testers
It is just awesome! :thumbup:
Sent from my GT-S5360 using Tapatalk 2
nice guide. will try it
Can i include it in my ROM ? I need your permission
bangprovn said:
Can i include it in my ROM ? I need your permission
Click to expand...
Click to collapse
sure
Working perfectly in AOSP.
MuSaddiq said:
Working perfectly in AOSP.
Click to expand...
Click to collapse
Nice to see that someone else except me has implemented it and did it correctly to :thumbup:
Sent from my S500 using xda app-developers app
@SpaceCaker it will work on jellybean?
ocoot said:
@SpaceCaker it will work on jellybean?
Click to expand...
Click to collapse
AFAIK, It should work on jelly bean too.
MuSaddiq said:
AFAIK, It should work on jelly bean too.
Click to expand...
Click to collapse
looping on boot animation. i think i need to check my code again
Sent from my GT-S6310 using Tapatalk
ocoot said:
looping on boot animation. i think i need to check my code again
Sent from my GT-S6310 using Tapatalk
Click to expand...
Click to collapse
ur code either failed
or ID/ const value wrong
or forgot fonts
Sent from my S500 using xda app-developers app
ocoot said:
@SpaceCaker it will work on jellybean?
Click to expand...
Click to collapse
works on JB
should work on any rom
SpaceCaker said:
works on JB
should work on any rom
Click to expand...
Click to collapse
This mod is cool.Btw i want to ask is there any mod to change backgrounds of lockscreen for use in lidroid ,aosp etc
Sent from my GT-S5360 using Tapatalk 2
SpaceCaker said:
works on JB
should work on any rom
Click to expand...
Click to collapse
ok it works well
san122 said:
This mod is cool.Btw i want to ask is there any mod to change backgrounds of lockscreen for use in lidroid ,aosp etc
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
i am working on that
but should be possible
Great guide sir!
Works flawlessly.
Pinadala mula sa aking Kalawakan Y gamit ang Tapatalk 2
SpaceCaker said:
i am working on that
but should be possible
Click to expand...
Click to collapse
btw, you know how to make lockscreen transparent on JB? trying with another guide i have but still not work
ocoot said:
btw, you know how to make lockscreen transparent on JB? trying with another guide i have but still not work
Click to expand...
Click to collapse
nah not really
i did it on JB Java source once but removed it

[Tutorial] Colorize Ram,battery and Data Usage Bar in Settings.apk

Hi Geeks ​
Here's a small tutorial to provide colorization to Battery,Data Usage and Ram bar
Requirements:
1. Apktool or derivatives
2. Settings.apk
3. A good text editor
4.A framework with colorizable support . Link for framework . || Link for tut by BDFreak
5. Little common sense,as always
Click to expand...
Click to collapse
Tutorial:
1. Decompile Settings.apk
2. Download the Tutorial.zip in attachments View attachment Color_Settings_tut.zip
3. Replace the LinearColorBar.smali from downloads into your smali\com\android\settings\applications folder
4. Place the sonymobile folder inside smali\com.
This will make your Ram Curve color changing according to theme accent.
5. Now, downloaded zip inside resources and paste the three pngs inside res drawable-nodpi or drawable-hdpi folder of your Settings.
semc_progress_bg_holo_dark.9.png
semc_progress_primary_holo_dark_colored.9.png
semc_progress_secondary_holo_dark_colored.9.png
Click to expand...
Click to collapse
6. Now, go to res/drawable folder and open data_usage_bar.xml and replace everything with this code
PHP:
<?xml version="1.0" encoding="utf-8"?>
<layer-list
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@android:id/background" android:drawable="@drawable/semc_progress_bg_holo_dark" />
<item android:id="@android:id/secondaryProgress">
<scale android:drawable="@drawable/semc_progress_secondary_holo_dark" android:scaleWidth="100%" />
</item>
<item android:id="@android:id/progress">
<scale android:drawable="@drawable/semc_progress_primary_holo_dark" android:scaleWidth="100%" />
</item>
</layer-list>
7. Now write a NEW xml named semc_progress_primary_holo_dark.xml inside res/drawable and paste the code
PHP:
<?xml version="1.0" encoding="utf-8"?>
<colorizable android:drawable="@drawable/semc_progress_primary_holo_dark_colored" android:color="@color/theme_accent"
xmlns:android="http://schemas.android.com/apk/res/android" />
8. Now write a NEW xml named semc_progress_secondary_holo_dark.xml inside res/drawable and paste the code
PHP:
<?xml version="1.0" encoding="utf-8"?>
<colorizable android:drawable="@drawable/semc_progress_secondary_holo_dark_colored" android:color="@color/theme_accent"
xmlns:android="http://schemas.android.com/apk/res/android" />
This will add colorization for the battery and data usage bar.
9. Go to res/values/colors.xml and add this color
PHP:
<color name="theme_accent">@com.sonyericsson.uxp:color/semc_theme_accent_color</color>
10. Open apktool.yml and it should have the following code
Code:
...
usesFramework:
ids:
- 1
[COLOR="Red"]- 2[/COLOR]
...
For an apk to take colorizable attributes from SemcGeneric it should be declared in apktool.yml.
Here -2 ids means SemcGenricUxpRes.apk
9. Recompile Settings.apk and Done!
Click to expand...
Click to collapse
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Click to expand...
Click to collapse
Hit Thanks if you like my work and always mention in credits when you use it! ​
Interesting tutorial. I will try it on Fluorescent Feather and tell you if it works .
You rock dude. Nice tutorial. And useful too. Keep giving us such things.
Nice tutorial, already implemented on Nextgen update
Nice Tutorial bro... :good: :highfive:
karandpr said:
Interesting tutorial. I will try it on Fluorescent Feather and tell you if it works .
Click to expand...
Click to collapse
Am waiting for your respose
BDFreak said:
You rock dude. Nice tutorial. And useful too. Keep giving us such things.
Click to expand...
Click to collapse
Thank you Bd,your tuts also helped!
Ayush Singh said:
Nice tutorial, already implemented on Nextgen update
Click to expand...
Click to collapse
Wow! Thats amazing.
Aneel said:
Nice Tutorial bro... :good: :highfive:
Click to expand...
Click to collapse
Thank you
Aweeeeeeeeeesome tutorial.
Definitely one to try.
PS: Can you make a tutorial on colorized check boxes/radio buttons?
NeoTrix said:
Aweeeeeeeeeesome tutorial.
Definitely one to try.
PS: Can you make a tutorial on colorized check boxes/radio buttons?
Click to expand...
Click to collapse
Refer to the tut by BdFreak linked in the OP
That should help
Not managed to make the tut. Can you help me? :crying:
nice tutor bro...thanks...
I still can not :/
Sent from my C5303 using XDA Free mobile app
I've tried it but it did not work for samsung galaxy young s6310 4.1 jb
please guide for touchwiz 4.1 jb..
takurcuy69 said:
I've tried it but it did not work for samsung galaxy young s6310 4.1 jb
please guide for touchwiz 4.1 jb..
Click to expand...
Click to collapse
Its for Xperia Devices mate
Needs an Xperia Framework
nice

Categories

Resources