[MOD] [Tutorial] :- Customize Xperia Home App Trays and Dock Bars - Xperia SP Themes and Apps

{
"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"
}
Hei Friends,
Here i am Trying to Share a Little Tutorial for Making a Customizable APP Tray and Dock Bar for Sony Xperia Homes..
HOW TO MAKE CUSTOMIZABLE APP TRAY ( 5 x 6 App Tray Explained)
1.Decompile Home.apk
2.Go To res\values\integers.xml And Find This Line
<integer name="apptray_grid_columns">4</integer>
<integer name="apptray_grid_rows">5</integer>
Change It To This
<integer name="apptray_grid_columns">5</integer>
<integer name="apptray_grid_rows">6</integer>
3.Go To res\values\dimens.xml And Find This Line
<dimen name="apptray_cell_width">75.0dip</dimen>
<dimen name="apptray_cell_height">110.0dip</dimen>
<dimen name="apptray_grid_height">500.0dip</dimen>
So Here Come The Calculations Part
I cant help in this you will have to do trial and error methodthat’s a bit of guesswork. If the original layout had 4 icons which together represent 100% and you
changed that to 5 icons, then the default size per icon has to shange from 25% to 20%. That’s roughly 20% reduced size (5% less is 1/5th part of 25%) so reduce the
original size by 20% and it should be about right. The rest is a bit tweaking to give the icons more or less space.
4.Go To res\values-sw360dp
Do The Same Editing As Done In res\values And Enter The Same Values
5.Save It And Re Compile Then Sign It... Enjoy..
HOW TO MAKE 7 APP DOCK
1.Decompile Home.apk
2.Go To res\values\integers.xml And Find This Line
<integer name="stage_grid_columns">5</integer>
<integer name="max_stage_items">4</integer>
Change It To This
<integer name="stage_grid_columns">7</integer>
<integer name="max_stage_items">6</integer>
3.Go To res\values sw-360dp\dimens.xml And Find This Line
<dimen name="stage_cell_width">72.0dip</dimen>
<dimen name="stage_cell_height">87.0dip</dimen>
These values may differ for every phone but they are for stock 4 app dock. We need to change values accordingly that can fit 6 apps.
so this is where the calculations come , widtth is 72 for 5 apps so how much it will be for 7. use approximate values and do trial and error method
4.Save It And Re Compile Then Sign It... Enjoy..
VALUES WHICH GO BEST WITH SP
res/values/dimens.xml
6 x 4 App Drawer
<dimen name="apptray_cell_width">88.0dip</dimen>
<dimen name="apptray_cell_height">80.0dip</dimen>
<dimen name="apptray_grid_height">490.0dip</dimen>
6 x 5 App Drawer
<dimen name="apptray_cell_width">69.0dip</dimen>
<dimen name="apptray_cell_height">85.0dip</dimen>
<dimen name="apptray_grid_height">520.0dip</dimen>
5 x 5 App Drawer
<dimen name="apptray_cell_width">69.0dip</dimen>
<dimen name="apptray_cell_height">90.0dip</dimen>
<dimen name="apptray_grid_height">480.0dip</dimen>
7 Dock Bar Icons
res/values/sw-360dp/dimens.xml
<dimen name="stage_cell_width">52.0dip</dimen>
<dimen name="stage_cell_height">58.0dip</dimen>
Enjoy Guys :good:
If u found this Thread helpful means please press the :good: Button for me...

Reserved 1

Nice tutorial @dipesh1502!
I had tried this thing eairlier with my Xperia Sola's Home (6.1.2.A.0.1). But the Home app dosent get recompiled again.
Sent from my Xperia™ Sola from somewhere in the world!

please guide how to resize the dock icon also...because it look like very busy and mess if 7 dock icon together
waiting this guide b4 i go...thanks bro

nelikp said:
please guide how to resize the dock icon also...because it look like very busy and mess if 7 dock icon together
waiting this guide b4 i go...thanks bro
Click to expand...
Click to collapse
Will try it soon and report

cpkunki said:
Nice tutorial @dipesh1502!
I had tried this thing eairlier with my Xperia Sola's Home (6.1.2.A.0.1). But the Home app dosent get recompiled again.
Sent from my Xperia™ Sola from somewhere in the world!
Click to expand...
Click to collapse
You sure you doing it with deodexed apks?

dipesh1502 said:
You sure you doing it with deodexed apks?
Click to expand...
Click to collapse
Yes! my system is deodexed forever!
Even the SemcAlbum has the same problem.

cpkunki said:
Yes! my system is deodexed forever!
Even the SemcAlbum has the same problem.
Click to expand...
Click to collapse
And you must be using the latest apktool right?

dipesh1502 said:
And you must be using the latest apktool right?
Click to expand...
Click to collapse
Yep. Sure!
Wait. I think somebody has that solution. I will search and try it and let you know.
Thanks!
Sent from my Xperia™ Sola from somewhere in the world!

cpkunki said:
Yep. Sure!
Wait. I think somebody has that solution. I will search and try it and let you know.
Thanks!
Sent from my Xperia™ Sola from somewhere in the world!
Click to expand...
Click to collapse
Ok cool

Transparency and rotation tutorial coming up soon

Thanks for this!!
It was a nice tutorial but can you guide me for making a 4x4 app drawer.
Thank you in advance!

Josiah_07 said:
Thanks for this!!
It was a nice tutorial but can you guide me for making a 4x4 app drawer.
Thank you in advance!
Click to expand...
Click to collapse
Its trial and error mate
You have apply the dip values and check how it fits in the drawer

dipesh1502 said:
Its trial and error mate
You have apply the dip values and check how it fits in the drawer
Click to expand...
Click to collapse
I tried it to change the values thrice but I think the changes I doesn't apply, I follow your guide properly but after recompiling and pushing it back there's no changes at all.

please look at the attached pictures ...
which value should I edit to make dock slight higher ...
thanks for any advance
Sent from my XT910 using Tapatalk 2

dipesh1502 said:
And you must be using the latest apktool right?
Click to expand...
Click to collapse
hi
can you give me the link of latest apktool?
thanks

3Dota said:
please look at the attached pictures ...
which value should I edit to make dock slight higher ...
thanks for any advance
Sent from my XT910 using Tapatalk 2
Click to expand...
Click to collapse
I will check it later.got no time now..will search and quote you back

hamidreza2010 said:
hi
can you give me the link of latest apktool?
thanks
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2639400

Can you please upload a zip image to flash in recovery? The 5x6 in the screenshot looks really nice!
I would really appreciate that

zxzyzd said:
Can you please upload a zip image to flash in recovery? The 5x6 in the screenshot looks really nice!
I would really appreciate that
Click to expand...
Click to collapse
Use GEM xperia module

Related

Transparant top bar

Just found this in the samsung captive section: http://forum.xda-developers.com/showthread.php?t=1115507 it makes your top bar 50% transparant! Will this also work on our g3? This would be a great idea for theme makers!
Hi !
I've tried it, but it doesn't work. It is the fault of the kernel, it must support the transparent bar, but none of Galaxy 3 has the ability to do ...
hey tht can be easily done.........we can just use a transparent png for status bar.
Check this site:http://www.droidforums.net/forum/dr...nsparent-notification-bar-pulldown-shade.html
Maby it'll help.
I've also tried. making the notification png transparent only increases the amount of FC's I get. didn't make the bar transparent...
yes,it can be done easily and i'm using it.just replace a transparent png
dxdiag32 said:
yes,it can be done easily and i'm using it.just replace a transparent png
Click to expand...
Click to collapse
Do you have screenshots?
dxdiag32 said:
yes,it can be done easily and i'm using it.just replace a transparent png
Click to expand...
Click to collapse
I replaced it with transparent png but did not worked ...
I've said : It doesn't work, it's the fault of the kernel ! ...
It's possible to make that transparent. Just edit the png and do a draw9patch.
See I already did that.
{
"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"
}
It's possible to make that transparent. Just edit the png and do a draw9patch.
See I already did that.
here's mine
i don't know how did you do it,just use ps or paint .net to change the pic's transparent values
akash.gpta said:
It's possible to make that transparent. Just edit the png and do a draw9patch.
See I already did that.
Click to expand...
Click to collapse
Great,Can u post the framework file?
Which png file exactly do you need to make transparent?
Sent from my GT-I5800 using Tapatalk
dxdiag32 said:
here's mine
i don't know how did you do it,just use ps or paint .net to change the pic's transparent values
Click to expand...
Click to collapse
You did that retaining the metadata??
I'll try this to see if that works
EDIT: Works gr8
The drawback I noticed is that using photoshop/paint.net, the size of the png increases.Using draw9patch tool can be advantageous as it optimises the png and makes the size even smaller than the original
drnishant123 said:
Great,Can u post the framework file?
Click to expand...
Click to collapse
Open your framework-res.apk using winrar/7-zip
and place the file below in res\drawable-ldpi\ and your transparent top bar is done.
CAUTION: Play with .9 pngs at your own risk because they contain some metadata which gets erased when u edit it with some editor that might lead to undesirable events.
ADVICE: always keep a backup update.zip
dxdiag32 said:
here's mine
i don't know how did you do it,just use ps or paint .net to change the pic's transparent values
Click to expand...
Click to collapse
AWESOME, could you tell me some more details. That looks just awesome ! Wich theme are you using, wich launcher is that ? Can you share framework files ?
mmiksu said:
AWESOME, could you tell me some more details. That looks just awesome ! Wich theme are you using, wich launcher is that ? Can you share framework files ?
Click to expand...
Click to collapse
it's my rom,named Xdroid Mix ,based on XXJPM,the theme is our team's work and the launcher is moded twlauncher .if you interested in the rom,i'll post it on xda
dxdiag32 said:
it's my rom,named Xdroid Mix ,based on XXJPM,the theme is our team's work and the launcher is moded twlauncher .if you interested in the rom,i'll post it on xda
Click to expand...
Click to collapse
i love that theme, lookin forward to it!
dxdiag32 said:
it's my rom,named Xdroid Mix ,based on XXJPM,the theme is our team's work and the launcher is moded twlauncher .if you interested in the rom,i'll post it on xda
Click to expand...
Click to collapse
Nice looking forward to it.
Sent from my GT-I5800 using Tapatalk

[MOD][29-Oct] Stock Xperia T ICS Home w Auto-Rotation

==> Stock Xperia T ICS 4.0.4 Home Launcher <==
Ver: 4.1.A.0.7
5 screens with auto rotation.
7 screens with a lot of tweaks for Sola & U also available.
Look among last posts.
==> Stock Xperia T ICS 4.0.4 Home Launcher <==
Ver: 4.1.A.0.1
5 screens with auto rotation.
Look among last posts.
==> Stock Xperia GX ICS 4.0.4 Home Launcher <==
Ver: 4.0.3.A.0.14
5 screens - fully stock.
5 screens with auto rotation.
Look among last posts.
==> Stock Xperia S ICS 4.0.4 fw 6.1.A.0.452 Home Launcher <==
Ver: 4.0.3.A.0.9
It's here! 9 screens with auto rotation. In post 92.
And 3, 5 and 11 screens versions. And 5 screens with no dock background.
Look among last posts.
{
"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"
}
Note: versions before post 92 are gingerbread based. Do not load them on ICS.
One more!
Sent from my LT18i using Tapatalk 2 Beta-4
Great, will there be also a version with corners?
PrimeDeluxe said:
Great, will there be also a version with corners?
Click to expand...
Click to collapse
Yes! With how many screens?
Sent from my LT18i using Tapatalk 2 Beta-4
7 or 9 are enough.
Are all stock widgets usable?
Tester needed
Hi,
Can someone give a test drive to this Home?
11 screens with auto-rotation.
If all well, I need 4 screenshots. Desktop and app-tray and in landscape for both.
(from box/dropbox so pictures are big enough)
Have backup launcher ready.
(I expect it to be just fine, but better be prepared).
PrimeDeluxe said:
7 or 9 are enough.
Are all stock widgets usable?
Click to expand...
Click to collapse
On Task list.
Yes, all stock widgets are usable.
I'm doing only xml editing and some variable settings in smali, so everything is stock.
vr5411 said:
Hi,
Can someone give a test drive to this Home?
11 screens with auto-rotation.
If all well, I need 4 screenshots. Desktop and app-tray and in landscape for both.
(from box/dropbox so pictures are big enough)
Have backup launcher ready.
(I expect it to be just fine, but better be prepared).
Q:How are you installing?
A:Allow installing non Market Apps and put USB Debugging ON.
then in cmd window issue following commands:
adb push Home.apk /sdcard/
adb shell
$su
#mount -o rw,remount -t yaffs2 /dev/block/mtdblock0 /system
#busybox cp -R /sdcard/Home.apk /system/app/
#sync
#reboot
Click to expand...
Click to collapse
do NOT push it into mtdblock0p or remount it
please mount /system from /dev/block/mmcblk0p12.
result: Works fine
kazuni said:
do NOT push it into mtdblock0p or remount it
please mount /system from /dev/block/mmcblk0p12.
Click to expand...
Click to collapse
Thanks man!
Then even better, do not push it at all.
Use:
adb install -r Home.apk
(rename into Home.apk before).
That should be safe enough, and work even for not root-ed phones?
vr5411 said:
Thanks man!
Then even better, do not push it at all.
Use:
adb install -r Home.apk
(rename into Home.apk before).
That should be safe enough, and work even for not root-ed phones?
Click to expand...
Click to collapse
Signature is different, so I don't think you can just do a regular install...
Thanks for the reference in the 1st post. I managed to modify my own home.apk slightly to 7pages and few scroll values. (i am quite happy with the original one expect only 5 pages to use)
It works like a charm, thanks a lot
Sent from my LT26i using XDA
kazuni said:
Signature is different, so I don't think you can just do a regular install...
Click to expand...
Click to collapse
Thanks for pictures!
May I kindly ask you to post and pictures of app tray and pictures of desktop with icons so I can see if there is space for more rows and columns?
Regarding signatures, could you post unmodified Home.apk from your phone?
I'm modding it as system app with apk manager and copying all unmodified files for best result?
So it should work at least in theory. I'll test tomorrow.
Sent from my LT18i using Tapatalk 2 Beta-4
kahei036 said:
Thanks for the reference in the 1st post. I managed to modify my own home.apk slightly to 7pages and few scroll values. (i am quite happy with the original one expect only 5 pages to use)
It works like a charm, thanks a lot
Sent from my LT26i using XDA
Click to expand...
Click to collapse
May I kindly ask what scroll values did you modify and what effects did you achieve by doing so?
Sent from my LT18i using Tapatalk 2 Beta-4
So you guys mod the stock XS laucher or took it from another phone?
vr5411 said:
May I kindly ask what scroll values did you modify and what effects did you achieve by doing so?
Sent from my LT18i using Tapatalk 2 Beta-4
Click to expand...
Click to collapse
Haven't drill too depth yet just tried out some value see if it can improve the scrolling, nth fancy as yet sorry to let u down
But i definitely will look more in depth this weekend.
Sent from my LT26i using XDA
keunhuvac said:
So you guys mod the stock XS laucher or took it from another phone?
Click to expand...
Click to collapse
I choose to mod my exsisting home
Sent from my LT26i using XDA
keunhuvac said:
So you guys mod the stock XS laucher or took it from another phone?
Click to expand...
Click to collapse
Stock Xperia S launcher!
App drawer in landscape mode is not good!
customized for XPS hom.apk
for app drawer rows & column codes, under
Code:
\Home.apk\res\values-land-xhdpi\intergers.xml
Code:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<integer name="apptray_grid_rows">[COLOR="Red"]4[/COLOR]</integer>
<integer name="apptray_grid_cols">[COLOR="Red"]5[/COLOR]</integer>
</resources>
desktop row & column codes should locate in
Code:
\Home.apk\res\values\integers.xml
Code:
<integer name="desktop_grid_rows">[COLOR="red"]4[/COLOR]</integer>
<integer name="desktop_grid_cols">[COLOR="red"]4[/COLOR]</integer>
Hope this is useful to someone who wish modifying by himself
keunhuvac said:
App drawer in landscape mode is not good!
Click to expand...
Click to collapse
I know. It is using Xperia arc S measurements.
That's why I'm asking for screenshots.
Please, post and screen of app tray in portrait mode and desktop in portrait and landscape mode.
What fw version are you using?
May I kindly ask you to post Home.apk from your rom?
Sent from my LT18i using Tapatalk 2 Beta-4

[MOD]Headset icon when headset plugged in

[MOD]Headset icon on the right side of status bar​
As you know, as long as manufacturer didn't want there is no headset icon on android.
And again as you know, there is no cdma xperia device. So I decided to put headset icon to cdma icon slot. I just added some code to UnsupportedHeadsetNotifier.apk
Set permissions, put to system/app and reboot device.
-----
Screenshot
{
"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"
}
-----
Download: http://www.mediafire.com/?56u5396g34qmacq
-----
If you want to change icon with a bit smaller one: http://forum.xda-developers.com/showpost.php?p=39208871&postcount=9
Thanks to ZN6.
-----
P.S. You can change headset icon from framework-res/drawable-(xh-m-h)dpi/stat_sys_headset.png
P.S. 2 If you are using Go, V or Acro S, and if you want "close cover to secure water resistance" warning, decompile file, go to values/bools.xml and change "false" to "true".
Sorry, you are limited to 8 thanks per day
Awesome mod brov.... lemme try on CM9!
It will not work on CM.
R: [MOD]Headset icon on the right side of status bar
Sorry for ot but what its limited 8 thanks?
I can receive and take all thanks that i would!
Can someone verify it's working on S / Acro S / Ion / T / V ?
This is what i need :good:
Working fine on XP
Re: [MOD]Headset icon on the right side of status bar
Hey it worked on my Xperia P, but don't you think the icon is a bit larger in size??
Would be happy if the icon was only a bit smaller in size but anyway thanx
Sent from my LT22i using xda premium
sadiq23 said:
Hey it worked on my Xperia P, but don't you think the icon is a bit larger in size??
Would be happy if the icon was only a bit smaller in size but anyway thanx
Sent from my LT22i using xda premium
Click to expand...
Click to collapse
If you going to read OP, you will see it's framework related, I can't edit.
Nice find mate
But as you can see, the icon seem little bit bigger that other icon and not fit very well.
So, I resize the png and TAADAAA!!
This what it look like.
Extract the file in attachment and replace it in framework-res.apk/res/drawable-hdpi/
working perfect on xperia u
ZN6 said:
Nice find mate
But as you can see, the icon seem little bit bigger that other icon and not fit very well.
So, I resize the png and TAADAAA!!
This what it look like.
Extract the file in attachment and replace it in framework-res.apk/res/drawable-hdpi/
Click to expand...
Click to collapse
Thanks mate.
Re: [MOD]Headset icon on the right side of status bar
erorcun said:
Thanks mate.
Click to expand...
Click to collapse
No problem
Btw, can you take a look at this?
http://forum.xda-developers.com/showthread.php?p=39131438
I push it in system/app and it properly installed but doesnt show on setting/display. So modified settings.apk does the trick but again force close when tapping on it.
via Tapatalk.
Re: [MOD]Headset icon on the right side of status bar
ZN6 said:
Nice find mate
But as you can see, the icon seem little bit bigger that other icon and not fit very well.
So, I resize the png and TAADAAA!!
This what it look like.
Extract the file in attachment and replace it in framework-res.apk/res/drawable-hdpi/
Click to expand...
Click to collapse
Told ya right!!! Well thanx
Sent from my LT22i using xda premium
erorcun said:
It will not work on CM.
Click to expand...
Click to collapse
yeap, no icon....
erorcun said:
Can someone verify it's working on S / Acro S / Ion / T / V ?
Click to expand...
Click to collapse
???
erorcun said:
???
Click to expand...
Click to collapse
why not post dis thread there.... just only P, Sola, Go & U users here!
Nope, s/acro s users looks at here too.
ZN6 said:
Nice find mate
But as you can see, the icon seem little bit bigger that other icon and not fit very well.
So, I resize the png and TAADAAA!!
This what it look like.
Extract the file in attachment and replace it in framework-res.apk/res/drawable-hdpi/
Click to expand...
Click to collapse
framework-res.apk is a file.....haw i attachment the new icon?
Re: [MOD]Headset icon on the right side of status bar
marcussebe said:
framework-res.apk is a file.....haw i attachment the new icon?
Click to expand...
Click to collapse
Yes indeed, open the apk file with 7zip, and go to res/drawable-hdpi
And replace the icon in in drawable-hdpi and what do you mean it further?
Its kinda unclear to us.
..[ Pandemic Quote..:: Face Your Insanity !!
Sent From My Own Modded Xperia P
Open in winrar/winzip.
Edit: it seems pandemic faster than me

[MOD][GUIDE] Make Proper transparent statusbar in Xperia Lockscreen

Well, what the title said.
Properly make the transparent statusbar on lockscreen show lockscreen wallpaper instead of homescreen wallpaper
Just one thing, your statusbar must be transparent!
What do you need:
*Decompiling/Recompiling Knowledge
*Apktool
*Smali knowledge
*Transparent Status bar (To show the effect)
*Xperia U/Sola on ICS (Tested on Sola only, but it must work on U too)
*Android.policy.jar
*Patience
First. Decompile android.policy.jar and edit com/android/internal/policy/impl/KeyguardViewManager.smali using Notepad++ or similar program
Then search for this method
Code:
.method public declared-synchronized show()V
Change this code
Code:
0x10100800
To this
Code:
0x10100900
Alternative step, for those who can`t find the above code!
Change this code
Code:
0x100800
To this
Code:
0x100900
Then save and recompile android.policy.jar
sign it like you usually do, then put it into the framework folder in the zip provided below, as it include the properly resized lockscreen
Screenshot:
{
"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"
}
Credits:
Myself
DdcCabuslay
jereMarfil24​
Good guide thanks
@TakuyaZ
Hi dude.
Can u make it for this lockscreen??
http://d-h.st/wKc
Tnx
But plz faster do that!
Sent from my LT18i using Tapatalk 2
poria1999 said:
@TakuyaZ
Hi dude.
Can u make it for this lockscreen??
http://d-h.st/wKc
Tnx
But plz faster do that!
Sent from my LT18i using Tapatalk 2
Click to expand...
Click to collapse
This mod actually only uses android.policy.jar, not that nessasary to mod lockscreen
Sent from my C2105 using XDA Premium 4 mobile app
TakuyaZ said:
This mod actually only uses android.policy.jar, not that nessasary to mod lockscreen
Sent from my C2105 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Ok Thank you....
I will test and report.
Sent from my LT18i using Tapatalk 2
TakuyaZ said:
This mod actually only uses android.policy.jar, not that nessasary to mod lockscreen
Sent from my C2105 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Can your help me with this?
The problem is when lockscreen appears, the color of the status bar isn´t the same as the lockscreen, Look
Enviado desde mi Nexus 7 mediante Tapatalk
It only work with Sony lockscreen. Other/aosp won't work as they won't go fullscreen
Sent from my C2105 using XDA Premium 4 mobile app
@TakuyaZ
How can I make the status/notification bar full black? I have successfully followed your guide and now wanted to make another version but with black.
I have a transparent SystemUI but want a black notification bar on lockscreen as on Z1 4.3 update.
Don't 4.3 still have transparent Statusbar?
Sent from my C2105 using XDA Premium 4 mobile app
TakuyaZ said:
Don't 4.3 still have transparent Statusbar?
Sent from my C2105 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I will double-check. :good:
You were right, 4.3 JB does indeed have transparent lockscreen.
Lockscreen image quality(dithering?) seems lower in your attached apk.
@TakuyaZ
Could you please make Z1 4.3 styled lockscreen with permanent hint text? At the moment, it disappears after 3 lock/unlocks.
Thanks
masteriori said:
@TakuyaZ
Could you please make Z1 4.3 styled lockscreen with permanent hint text? At the moment, it disappears after 3 lock/unlocks.
Thanks
Click to expand...
Click to collapse
Sadly I can't. My pc is overheating
You could decompile using z 4.1.2 framework and then modify it yourself tho :3
Sent from my C2105 using Tapatalk
TakuyaZ said:
Sadly I can't. My pc is overheating
You could decompile using z 4.1.2 framework and then modify it yourself tho :3
Sent from my C2105 using Tapatalk
Click to expand...
Click to collapse
there is like nothing to modify get to the point gesh
@TakuyaZ
Any idea how I can make just the lockscreen statusbar fully transparent?
masteriori said:
@TakuyaZ
Any idea how I can make just the lockscreen statusbar fully transparent?
Click to expand...
Click to collapse
um i think that depends on your systemui.apk if its fully transparent or not
masteriori said:
@TakuyaZ
Any idea how I can make just the lockscreen statusbar fully transparent?
Click to expand...
Click to collapse
Just change the transparency to the full transparency code. And it's done
Sent from my C2105 using Tapatalk
TakuyaZ said:
Just change the transparency to the full transparency code. And it's done
Sent from my C2105 using Tapatalk
Click to expand...
Click to collapse
break it down for him... even what you just said confused me alittle
krchi said:
break it down for him... even what you just said confused me alittle
Click to expand...
Click to collapse
There's a lot of tutorial for full transparency here. You could just search It.
Sent from my C2105 using Tapatalk
bro i do this but i cant find code of step 1 and step 2.can u edit this for me?
android policy jar
.
hi all
i'm using TX 4.3 and i didn't see neither "0x10100800" nor "0x100800" code in KeyguardViewManager.smali
please help, i want full transparent status bar on lockscreen.

[MOD][ICS] Z2 style Z1 SystemUI.apk (12/03/14)

Hello guys!!
I have ported Z2 battery icon and percent number into Z1 SystemUI.
Feature:
-Working Z2 battery icon and percent number.
-60% transparent statusbar and navbar to match Z1 Home.
-Full screen notification area.
Screenshot:
Normal
{
"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"
}
Charging
Bug:
Battery 100%...
And under 10%...
Install instructions:
1. Make sure you have Z1 SystemUI Quick Setting and settings which can access SystemUI Quick Setting.
(You can use DdcCabuslay's or BDFreak's Z1 settings.)
2. Flash it!!
3. Done!!
Download link:
http://d-h.st/wOw
Thanks:
-erorcun for SystemUI.
-DdcCabuslay for SystemUI.
-DooMLoRD for Xperia Z2 system dump
If you like it, press thanks to support me.
thx,bro.
It's cool!:good:
Can u make the navbar transparent 60%?
Sent from my LT18i using XDA Premium 4 mobile app
flasher! said:
Can u make the navbar transparent 60%?
Sent from my LT18i using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Link update. Please re-download again.
U just solved the SystemUI has stopped error when u zoom in pictures on whatsapp!
Sent from my LT18i using XDA Premium 4 mobile app
flasher! said:
U just solved the SystemUI has stopped error when u zoom in pictures on whatsapp!
Sent from my LT18i using XDA Premium 4 mobile app
Click to expand...
Click to collapse
So it's solved or unsolved?
It was unsolved! Now u solved it mate
Sent from my LT18i using XDA Premium 4 mobile app
Can you make fully transparent SystemUI like Xperia z2?
Like this attachment shows...
Can you make it for mdpi device ? I'm try flash it, but still got old green battery icon.. So, i manually edit the apk (using apktool) and success recompile it, but after replace systemui, The Systemui is gone..
TheAwesomeSL said:
Can you make fully transparent SystemUI like Xperia z2?
Like this attachment shows...
Click to expand...
Click to collapse
I tried it but fail. I will dig into this again if I have free time.
ndzaky said:
Can you make it for mdpi device ? I'm try flash it, but still got old green battery icon.. So, i manually edit the apk (using apktool) and success recompile it, but after replace systemui, The Systemui is gone..
Click to expand...
Click to collapse
Because I don't have mdpi device so I can't make it for you. You need to do it on your own.
You need DdcCabuslay's Z1 framework-res.apk and SemcGenericUxpRes.apk to decompile and recompile it. http://forum.xda-developers.com/showthread.php?t=2433590
If it still doesn't work, I will make it but you need to test it for me. I need someone to tell me layout problem.
Can u make a version widout battery percentage?
Sent from my LT18i using XDA Premium 4 mobile app
flasher! said:
Can u make a version widout battery percentage?
Sent from my LT18i using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Will release in a few days. I am working on something else. Sorry for delay.
And how did you hide am pm in statusbar? Which xml or smali to edit? And what to edit in it?
Sent from my LT18i using XDA Premium 4 mobile app
flasher! said:
And how did you hide am pm in statusbar? Which xml or smali to edit? And what to edit in it?
Sent from my LT18i using XDA Premium 4 mobile app
Click to expand...
Click to collapse
edit integers.xml (located in folder SystemUI\res\values) using notepad++
find line <integer name="config_clock_am_pm_style">0</integer> and change to <integer name="config_clock_am_pm_style">2</integer>
ndzaky said:
edit integers.xml (located in folder SystemUI\res\values) using notepad++
find line <integer name="config_clock_am_pm_style">0</integer> and change to <integer name="config_clock_am_pm_style">2</integer>
Click to expand...
Click to collapse
Its already 2 :/ i changed it to 0 no change!
Sent from my LT18i using XDA Premium 4 mobile app
flasher! said:
Its already 2 :/ i changed it to 0 no change!
Sent from my LT18i using XDA Premium 4 mobile app
Click to expand...
Click to collapse
That's strange. I use the same way to remove am/pm. Change number back to 0 should add am/pm back.
DBRoger said:
That's strange. I use the same way to remove am/pm. Change number back to 0 should add am/pm back.
Click to expand...
Click to collapse
Actually im working on other systemUI not the z1 port!
Sent from my LT18i using XDA Premium 4 mobile app
It's great, but can clock be in the center?
Sent from my LT18i using Tapatalk 2
Here's my attempt to make Z1 themed SystemUI look like Z2. I made it in my free time, but it will not hurt to post it here I think.
Based on Xperia Z1 themed SystemUI from DdcCabuslay's Xperia Z1 Theme.
There are still things to do, like tabs.
fhyu said:
Here's my attempt to make Z1 themed SystemUI look like Z2. I made it in my free time, but it will not hurt to post it here I think.
Based on Xperia Z1 themed SystemUI from DdcCabuslay's Xperia Z1 Theme.
There are still things to do, like tabs.
Click to expand...
Click to collapse
How to make the Wifi,data,etc toggle background to transparrent??

Categories

Resources