Is there any chance sirs to make our lockscreen fullscreen? without using widget lockers? just pure mod on framework or smali? because i try many codes like putting an activity in manifest
<activity android:theme="@style/Theme.NoTitleBar.Fullscreen" android:name="com.android.internal.widget.LockPatt ernView" />
and also itry to put that theme in the xmls of keyguards. but nothing happened. I also try modifying framework.jar, and I saw a final static blahblah status bar height = 0x(something i dont remember) and i change it to 0x0 . but nothing happend also... Im not good at smali sirs. so anybody can help me? any informations will be appreciated
(I want only sirs the lockscreen the fullscreen. lockscreen only sirs)
tentenponce said:
Is there any chance sirs to make our lockscreen fullscreen? without using widget lockers? just pure mod on framework or smali? because i try many codes like putting an activity in manifest
<activity android:theme="@style/Theme.NoTitleBar.Fullscreen" android:name="com.android.internal.widget.LockPatt ernView" />
and also itry to put that theme in the xmls of keyguards. but nothing happened. I also try modifying framework.jar, and I saw a final static blahblah status bar height = 0x(something i dont remember) and i change it to 0x0 . but nothing happend also... Im not good at smali sirs. so anybody can help me? any informations will be appreciated
(I want only sirs the lockscreen the fullscreen. lockscreen only sirs)
Click to expand...
Click to collapse
It's not really possible for our Young, the only way is by using lockscreen apps
SubZero1238 said:
It's not really possible for our Young, the only way is by using lockscreen apps
Click to expand...
Click to collapse
Uhm.. ok sir. tnx for the info. I'll try my best to make it.
tentenponce said:
Is there any chance sirs to make our lockscreen fullscreen? without using widget lockers? just pure mod on framework or smali? because i try many codes like putting an activity in manifest
<activity android:theme="@style/Theme.NoTitleBar.Fullscreen" android:name="com.android.internal.widget.LockPatt ernView" />
and also itry to put that theme in the xmls of keyguards. but nothing happened. I also try modifying framework.jar, and I saw a final static blahblah status bar height = 0x(something i dont remember) and i change it to 0x0 . but nothing happend also... Im not good at smali sirs. so anybody can help me? any informations will be appreciated
(I want only sirs the lockscreen the fullscreen. lockscreen only sirs)
Click to expand...
Click to collapse
yep its possible
try out this
http://forum.xda-developers.com/showthread.php?t=2689230
Related
anyone know how to manage this? i found a guide but it's for the s3... xml doesnt show me something bout background :/
any advice? guide?
t1MzN said:
anyone know how to manage this? i found a guide but it's for the s3... xml doesnt show me something bout background :/
any advice? guide?
Click to expand...
Click to collapse
Found this simple guide - should work on defy 2 I guess
Moved to Q&A.
Vicsa said:
Found this simple guide - should work on defy 2 I guess
Click to expand...
Click to collapse
I managed to edit systemUI.apk, now how do i make the themes with transparent bar ?
the default JB theme status bar is not tranaparent, so need a transparent theme to see transparency,
Do u know any theme cm10 which has transparent bar, plz post link here
thx
Vicsa said:
Found this simple guide - should work on defy 2 I guess
Click to expand...
Click to collapse
nope ...
the xml doesnt appear :/
hanu_blr said:
I managed to edit systemUI.apk, now how do i make the themes with transparent bar ?
the default JB theme status bar is not tranaparent, so need a transparent theme to see transparency,
Do u know any theme cm10 which has transparent bar, plz post link here
thx
Click to expand...
Click to collapse
maybe u can decompile another installable apk theme? there is *.png for the statusbar. maybe edit this?
Hi , I had search every where how to change clock color on status bar in latest Samsung ROM ( JB ) but non-work
Coz its code is a bit different from other ROM. So here's how
Requirement :
SystemUI.apk
A bit knowledge about decompiling
Patience
First --->
Decompile your systemUI.apk, go res/layout/tw_status_bar.xml
Then --->
Search for this code
Code:
<com.android.systemui.statusbar.policy.Clock
Then --->
You will see
Code:
android:textColor="#fffefefe
behind it.
Now you may change whatever color you want by changing the code.
Here http://html-color-codes.info/ it maybe useful for you to find the color code
Note : The last 6-digit IS the color code, whereby
the two in front it is transparency.
It count by
#FF****** ( Opaque )
#00****** (Transparent )
It is recommended not to change the first two digits except you know what you are doin :laugh:
Now --->
Recompile your apk , drag resources.arsc and tw_status_bar.xml from your newly build APK to your old SystemUI.apk
Finally --->
Push your SystemUI,apk to system/app of your phone and reboot.
DONE.
DO PRESS THE THANKS BUTTON IF I HELP YOU !!!! CHEERS
You can change the colour of the battery text on the line above this too.
BTW, as nothing is changed in resources.arsc when you decompile, edit \layout\tw_status_bar.xml and then recompile so there's no need to replace it in your old SystemUI.apk
Just replace the modified & recompiled tw_status_bar.xml
Spannaa said:
You can change the colour of the battery text on the line above this too.
BTW, as nothing is changed in resources.arsc when you decompile, edit \layout\tw_status_bar.xml and then recompile so there's no need to replace it in your old SystemUI.apk
Just replace the modified & recompiled tw_status_bar.xml
Click to expand...
Click to collapse
what's the line that I should edit to change the txt color of the battery percentage pls ?
thanks for ur help
hii1 said:
what's the line that I should edit to change the txt color of the battery percentage pls ?
thanks for ur help
Click to expand...
Click to collapse
Code:
<TextView android:textSize="12.0dip" android:textColor="#ff33b5e5" android:layout_gravity="center" android:id="@id/battery_text" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/status_bar_network_name_separator" />
android:textColor="#ff33b5e5" changes the battery % text to ICS Blue - if you want a different colour, change the last six characters to the hex code of the clour you want.
Been looking for ages
Been looking for ages and tried lots of methods and finally one that works. And such a simple change too............
Thanks a million:good:
Hi there......
As posted earlier I have managed to get this to work but flashed using Villain Theme .zip........worked fine.
I have a small problem and would appreciate any input.......As said I changed the clock colour and at the same time altered a couple of other values in the values/dimens file as below to 100% for brighter notifications.
<item type="dimen" name="status_bar_icon_drawing_alpha">100.0%</item>
<item type="dimen" name="tw_status_bar_icon_drawing_alpha">100.0%</item>
However, when I recompile the values folder is not present in the recompiled build/res folder but the other I changed was. Can anyone tell me why? It would be very helpful to know if I am doing something wrong when recompiling.....
Many thanks in advance:fingers-crossed:
CarlM34 said:
Hi there......
As posted earlier I have managed to get this to work but flashed using Villain Theme .zip........worked fine.
I have a small problem and would appreciate any input.......As said I changed the clock colour and at the same time altered a couple of other values in the values/dimens file as below to 100% for brighter notifications.
<item type="dimen" name="status_bar_icon_drawing_alpha">100.0%</item>
<item type="dimen" name="tw_status_bar_icon_drawing_alpha">100.0%</item>
However, when I recompile the values folder is not present in the recompiled build/res folder but the other I changed was. Can anyone tell me why? It would be very helpful to know if I am doing something wrong when recompiling.....
Many thanks in advance:fingers-crossed:
Click to expand...
Click to collapse
Values becomes part of resources.arsc
Sent from my GT-I9100 using Tapatalk 2
Goldieking said:
Values becomes part of resources.arsc
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
Thanks for the reply.......worked:good:
If anyone can help it would be really appreciated!
I have posted in various theming threads but to no avail and am posting here as a last ditch cry for aid
Not sure what I have done here but my volume slider seems to be scrunched up slightly and am unsure how to rectify?
I have not altered the volume_slider_bg.9 and have changed the size of the icons but no change.
As said, any help is appreciated, thanks
How to Center the Clock in Status Bar
Hi,
Can any one provide the code to center the clock in the status bar.....I assume it is also in the tw_status_bar.xml..............JB......I cannot find anything that works at the moment.
Many Thanks in advance:good:
CarlM34 said:
Hi,
Can any one provide the code to center the clock in the status bar.....I assume it is also in the tw_status_bar.xml..............JB......I cannot find anything that works at the moment.
Many Thanks in advance:good:
Click to expand...
Click to collapse
It's the second mod in this post by @bombaybadboy
Hi guys! I am currently using odexed samsung galaxy y duos and this systemui modded by Kenjboy and I was thinking if there's a way to make it transparent and remove clock and date from the expanded? will anyone please help me?
here's the link of where i get it.
http://forum.xda-developers.com/showthread.php?t=2364522
thanks!
First Deodex
See for transparent status bar
http://forum.xda-developers.com/showthread.php?t=2204389
Decompile SystemUI.apk with apktool
For expanded change any pngs mentioned in status_bar_expanded.xml
For clock & date delete lines starting something like com.clock & com.dateview from status_bar_expanded.xml
Request to edit
marcussmith2626 said:
First Deodex
See for transparent status bar
http://forum.xda-developers.com/showthread.php?t=2204389
Decompile SystemUI.apk with apktool
For expanded change any pngs mentioned in status_bar_expanded.xml
For clock & date delete lines starting something like com.clock & com.dateview from status_bar_expanded.xml
Click to expand...
Click to collapse
thanks for your reply sir. but please can you do it for me? i do not know how to edit xmls and i dont have a pc. just remove the clock and date in the expanded and if you can add battery percentage, do it so. your work will be greatly appreciated. thanks in advance sir!
also, if making the statusbar transparent needs to be deodexed, just nevermind. i prefer using odex that deodexed ones. thanks again!
by the way sir, this is what i want to remove. thankssss!!
No I'm not doing it for you - learn to do it yourself!
There is Apktool for mobile so you don't need a pc to decompile
marcussmith2626 said:
No I'm not doing it for you - learn to do it yourself!
There is Apktool for mobile so you don't need a pc to decompile
Click to expand...
Click to collapse
okay sir. i thought i can only do it by pc. since there is a way to make it through mobile, i can manage everything. thank you for informing me. thankss! )
Hi!
I want make new theme for LG Launcher and I want change icons in settings app (Display, Sound etc). How do this without edit LGSettings.apk and without edit LGEasySettings?
I tried add strings in \res\xml\theme_resource.xml
Example:
Code:
<AppIcon name="com.android.settings/com.android.settings.DisplaySettings" image="settings_display" />
<AppIcon name="com.android.settings/com.android.settings.Settings$DisplaySettingsActivity" image="settings_display" />
<AppIcon name="com.android.settings/com.android.settings.lge.PouchSettings" image="settings_display" />
<AppIcon name="com.android.settings/com.android.settings.lge.ScreenMode" image="settings_display" />
But icons not change (2nd screenshot), icons change only in top tittle (1st screenshot)
x-zes said:
Hi!
I want make new theme for LG Launcher and I want change icons in settings app (Display, Sound etc). How do this without edit LGSettings.apk and without edit LGEasySettings?
I tried add strings in \res\xml\theme_resource.xml
Example:
Code:
<AppIcon name="com.android.settings/com.android.settings.DisplaySettings" image="settings_display" />
<AppIcon name="com.android.settings/com.android.settings.Settings$DisplaySettingsActivity" image="settings_display" />
<AppIcon name="com.android.settings/com.android.settings.lge.PouchSettings" image="settings_display" />
<AppIcon name="com.android.settings/com.android.settings.lge.ScreenMode" image="settings_display" />
But icons not change (2nd screenshot), icons change only in top tittle (1st screenshot)
Click to expand...
Click to collapse
That isn't possible with a home theme. It would be cool if you could though.
App icons change wherever they are shown including the title/action bar so that's why it changes at the top.
Questions belong in Q&A section, for future reference. Welcome to the forum.
If try extract code and layouts from LGEasySettings.apk and put this code and layouts with change icons name in theme apk?
Is it possible to when apply theme with code from LGEasySettings.apk and work this from theme? In other words, insert LGEasySettings.apk in theme.
x-zes said:
If try extract code and layouts from LGEasySettings.apk and put this code and layouts with change icons name in theme apk?
Is it possible to when apply theme with code from LGEasySettings.apk and work this from theme? In other words, insert LGEasySettings.apk in theme.
Click to expand...
Click to collapse
I finally did changing the png's:
http://www.htcmania.com/showthread.php?t=811479
I can somebody replace icons in LGEasySettings.apk and LGSettings.apk. But I want replace icons when apply my theme without edit LGEasySettings.apk and LGSettings.apk
x-zes said:
I can somebody replace icons in LGEasySettings.apk and LGSettings.apk. But I want replace icons when apply my theme without edit LGEasySettings.apk and LGSettings.apk
Click to expand...
Click to collapse
When it comes to mod something you got to make some ultimate changes in order to get it your way.
If you don't wanna mess around, then there is one solution: go to Hogwarts become a magician
x-zes said:
I can somebody replace icons in LGEasySettings.apk and LGSettings.apk. But I want replace icons when apply my theme without edit LGEasySettings.apk and LGSettings.apk
Click to expand...
Click to collapse
Not possible. The only way I can think to edit the pngs without editing LGEasySettings.apk and LGSettings.apk is with an xposed module.
Hi could you please tellme which file you edited to make the settings menu, black? Thanks in advance
Sent from my LG-E980 using XDA Free mobile app
I need help sirs/ma'ms
Please tell /guide me how to make Galaxy y statusbar pulldown full transparent.I search xda but there are guides for hdpi or other phones .I need the guide asap
For the status bar itself see my guide
http://forum.xda-developers.com/showthread.php?t=2204389
for the status bar expanded either change the png - locate the name in status_bar_expanded.xml or an easy way is just to run the systemui through uot kitchen and just select the background of the status bar to what you want and dont change anything else
http://uot.dakra.lt/kitchen/
guides for other phones (gingerbread) and hdpi will also work although may need slight adapting
Thanks Sir
Sir can u please tell me the png names of pull down menus??
And please make a guide on it.How to change statusbar pulldown if possible.
marcussmith2626 said:
For the status bar itself see my guide
http://forum.xda-developers.com/showthread.php?t=2204389
for the status bar expanded either change the png - locate the name in status_bar_expanded.xml or an easy way is just to run the systemui through uot kitchen and just select the background of the status bar to what you want and dont change anything else
http://uot.dakra.lt/kitchen/
guides for other phones (gingerbread) and hdpi will also work although may need slight adapting
Click to expand...
Click to collapse
Sir can u please tell me the png names of pull down menus??
And please make a guide on it.How to change statusbar pulldown if possible.
[email protected] said:
Sir can u please tell me the png names of pull down menus??
And please make a guide on it.How to change statusbar pulldown if possible.
Click to expand...
Click to collapse
the names may differ with rom
all the pngs and references will be in status_bar_expanded.xml and all the other xmls in the drawable folder
If you want to just make the expanded transparent the quickest way to do it is using uot kitchen - the link iv already given
If you dont know how to use uot kitchen then youtube is your friend
Thanks Again Sir
marcussmith2626 said:
the names may differ with rom
all the pngs and references will be in status_bar_expanded.xml and all the other xmls in the drawable folder
If you want to just make the expanded transparent the quickest way to do it is using uot kitchen - the link iv already given
If you dont know how to use uot kitchen then youtube is your friend
Click to expand...
Click to collapse
Thanks sir But I don't wanna go online themming I don't have much data sir
Help Me sir
Sent from my GT-S5360 using xda app-developers app