[FIX][5.1.1][any Xperia device] Status bar icons gap fixed - Xperia Z3 Compact Android Development

As we all know, in android 5.1.1 there's a gap between the battery icon and the signal bar.
I managed to fix this little issue :good:
What you get:
The gap between the battery icon and the signal bar will be resized
Your current LTE/4G icon will be preserved
How to install:
I asked serajr to include this feature in his Xperia Xposed module, in order to let this fix work on any Xperia with any firmware :good:
From ver 2.2.2 onwards this feature is supported:
http://forum.xda-developers.com/showpost.php?p=63152553&postcount=1365
So just download and install the last Serajr Xperia Xposed (LP) from Xposed Installer and you'll get the fix
What part of the code has been changed?
If you like to modify the code manually or you need to add this feature to your rom without Xposed framework, here's the trick (very simple):
Decompile SystemUI
Enter this folder: res/layout
Open up signal_cluster_view.xml
Change this:
Code:
<com.android.systemui.statusbar.SignalClusterView android:gravity="center_vertical" android:orientation="horizontal" android:layout_width="wrap_content" android:layout_height="fill_parent" android:paddingEnd="@dimen/signal_cluster_battery_padding"
with this
Code:
<com.android.systemui.statusbar.SignalClusterView android:gravity="center_vertical" android:orientation="horizontal" android:layout_width="wrap_content" android:layout_height="fill_parent" android:paddingEnd="0.0dip"
Recompile
Many thanks to @serajr and @moly82
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"
}

many thanks mate trying it shortly will report asap! :good:

Hm, weird, my recovery reboots as soon as I press to flash the zip :/

black screen on boot. but the phone is on and you can see the homescreen for a while nut the lockscreen got black

Looking far better than before (stock), thanks a lot!

Cirra92 said:
Hm, weird, my recovery reboots as soon as I press to flash the zip :/
Click to expand...
Click to collapse
Which recovery? Try TWRP

istux said:
Which recovery? Try TWRP
Click to expand...
Click to collapse
TWRP, as I always chose that one first, I'll try Philz and report.

boilavera1980 said:
black screen on boot. but the phone is on and you can see the homescreen for a while nut the lockscreen got black
Click to expand...
Click to collapse
Which rom are you using? I tested on stock and on "all-in-one" rom and worked flawlessly :good:
Remember to wipe cache and dalvik

boilavera1980 said:
black screen on boot. but the phone is on and you can see the homescreen for a while nut the lockscreen got black
Click to expand...
Click to collapse
maybe you are on deodexed? and this was done on odexed I guess? if so, maybe on deodexed there could be some problems? just guessing!
PS: working perfectly here! thanks a lot! wonderful at last!! (and my LTE icon remains as it should)
screenshots! :good:

moly82 said:
maybe you are on deodexed? and this was done on odexed I guess? if so, maybe on deodexed there could be some problems? just guessing!
PS: working perfectly here! thanks a lot ! wonderful at last!!
screenshots! :good:
Click to expand...
Click to collapse
Yes my mod is for odex.
I can build one for deodex though

istux said:
Yes my mod is for odex.
I can build one for deodex though
Click to expand...
Click to collapse
not sure if that's is the problem though!?
BTW, if someone is interested I changed the zip so that it will back up the current SystemUI.apk, so in case of any problems like the black screen mentioned by someone, you can restore it (via TWRP > advanced > file manager for example instead of restoring your full system backup )

istux said:
Which recovery? Try TWRP
Click to expand...
Click to collapse
For some strange reason, my phone downloaded 64 KB of the zip, three times. Downloaded via PC, everything is ok.
Fix is great, thank you! Very nice to see it properly aligned, now I just have to deal with H+/3G icon being too far away from signal
I'm on hispanico's rom with serajr debloating method.

Cirra92 said:
For some strange reason, my phone downloaded 64 KB of the zip, three times. Downloaded via PC, everything is ok.
Fix is great, thank you! Very nice to see it properly aligned, now I just have to deal with H+/3G icon being too far away from signal
I'm on hispanico's rom with serajr debloating method.
Click to expand...
Click to collapse
you need a rom with LTE icon to fix that see my screen in my previous post
ps: will include this fix in my all-in-one rom giving proper credits of course! very nice extra to add! thanks again @istux!

moly82 said:
BTW, if someone is interested I changed the zip so that it will back up the current SystemUI.apk, so in case of any problems like the black screen mentioned by someone, you can restore it (via TWRP > advanced > file manager for example )
Click to expand...
Click to collapse
In case of problems, there's the backup I told to do in the OP
moly82 said:
you need a rom with LTE icon to fix that see my screen in my previous post
Click to expand...
Click to collapse
Not necessarily. Russian 4G has no problems for example.

moly82 said:
you need a rom with LTE icon to fix that see my screen in my previous post
ps: will include this fix in my all-in-one rom giving proper credits of course! very nice extra to add! thanks again @istux!
Click to expand...
Click to collapse
Wajk's rom has 4G icon aligned properly, so I guess there is something else causing that

Cirra92 said:
For some strange reason, my phone downloaded 64 KB of the zip, three times. Downloaded via PC, everything is ok.
Fix is great, thank you! Very nice to see it properly aligned, now I just have to deal with H+/3G icon being too far away from signal
Click to expand...
Click to collapse
Are you sure also the last problem has not been fixed? Because my file change the layout of the status bar

istux said:
In case of problems, there's the backup I told to do in the OP
Click to expand...
Click to collapse
I edited my post meanwhile! much faster for me restoring just one file then a full system... but well up to you guys!
Not necessarily. Russian 4G has no problems for example.
Click to expand...
Click to collapse
Cirra92 said:
Wajk's rom has 4G icon aligned properly, so I guess there is something else causing that
Click to expand...
Click to collapse
wow didn't know that! :angel:
byeeeee

istux said:
Are you sure also the last problem has not been fixed? Because my file change the layout of the status bar
Click to expand...
Click to collapse
Yep, 100% sure, checked twice and the 3G/H+ icon is looking like a separate icon, rather than part of signal icon, as it was in 5.0.2 I thought that your fix is going to align that as well, but never mind, it's not bad

waiting for the fix to deodex rom ...

UPDATE
Just updated, now it works also on deodexed rom :good:
@pedro5148 you can test now

Related

[THEME][JB'ish][1-CLICK-INSTALL][1.26.13]

{
"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"
}
JELLYBE4N'ISH
1.26.13 UPDATE
- 1-click install, no need for file explorers!
1.25.13 UPDATE
- changed GoogleQuickSearchBox.apk transparency
- other minor changes
note ..
If you don't own a 769BK or P760, I'm working on all variants!
If this isn't compatible with your device,make me a zip with the
file name being the variant name of the model your using (EX. P765)
along with the 4 original files from your device!
system/app/
SystemUI.apk
LGHome3_Theme_Biz.apk
system/framework/
framework-res.apk
lge-res.apk
Click to expand...
Click to collapse
how to?
make sure usb debugging is enabled!
- 1. Download zip and extract to desktop
- 2. Copy 3 apks from the "Copy FILES to ROOT OF SDCARD!" folder, to root of your external SDCARD!
- 3. Double click the "CLICK TO INSTALL.bat"
- 4. after phone reboots, choose Biz under themes
- 5. (optional) if you want go to market and install apex/nova launcher for a more stock jb look
enjoy!
screenshots
- theme with stock launcher
Homescreen
App Drawer
- theme with apex/nova auncher
Homescreen
Notifications
LockScreen
"I am not responsible if your phone does the following" ..
bricks - blows up - runs away to france
DOWNLOADS
769BK - CLICK
P760 - CLICK
BETA
Post Variant request!
:highfive:Donations are Welcome!!:highfive:
- DONATE​
why link is not working (screenshots)??
shokeen77 said:
why link is not working (screenshots)??
Click to expand...
Click to collapse
link and screenshots working fine for me .. internet problem?
great work pal. glad to see things are moving now in organized way after L9 got subforum.
I have P765 with 4.7inch screen. Will this work on my device. Or is it only for P769?
if i install this theme, will the default widgets of the phone work on it ? thnx
cmahendra said:
great work pal. glad to see things are moving now in organized way after L9 got subforum.
I have P765 with 4.7inch screen. Will this work on my device. Or is it only for P769?
Click to expand...
Click to collapse
im willing to guess the framework and ur systemui signatures would be a little different, as far as resolution, android is pretty good with that, dont think that would be a problem just the signatures. If you have a back up of ur systemui.apk and biztheme.apk you could try it.. I could make a version for ya, I would need 4 files from your phone tho. and thanks! glad to help out in some way :good:
spidr said:
if i install this theme, will the default widgets of the phone work on it ? thnx
Click to expand...
Click to collapse
If you use my files without using apex/nova launcher yes all widgets work, but you will have the stock lg launcher, but if you use apex/nova they wont
thnx i will try now and post again later :cyclops:
i have p760 4.7 inch waiting to know if this work
spidr said:
thnx i will try now and post again later :cyclops:
Click to expand...
Click to collapse
k.. tell me how it goes
docksid3 said:
i have p760 4.7 inch waiting to know if this work
Click to expand...
Click to collapse
ok.. i have an idea, if you guys could make me a zip with the file name of the variant model and firmware version, i could make this theme for all variants, this will take a bit lol. and i haven't slept in over 24 hours but ill get it done :silly:
the zip must include these 4 files from your phone
system/app/
SystemUI.apk
LGHome3_Theme_Biz.apk
system/framework/
framework-res.apk
lge-res.apk
and you guys with other versions will be essentially beta tester so ya let me know
Oh! Yes! Now they are working 4 me...
Sorry my bad..
GHome3_Theme_Biz.apk
works ok, i see icons changed
SystemUI.apk
brings me error, the system bar gets dissapeared.
so the only way to change the background of the menus (ex. in Biz theme are white-grey) is to install another launcher;
i will post the files you asked here in a second
here it is lg l9 p760 original theme files
shokeen77 said:
Oh! Yes! Now they are working 4 me...
Sorry my bad..
Click to expand...
Click to collapse
no prob, glad its working
spidr said:
GHome3_Theme_Biz.apk
works ok, i see icons changed
SystemUI.apk
brings me error, the system bar gets dissapeared.
so the only way to change the background of the menus (ex. in Biz theme are white-grey) is to install another launcher;
i will post the files you asked here in a second
here it is lg l9 p760 original theme files
Click to expand...
Click to collapse
after the bar disapears, reboot your phone. after reboot it should be ok.. did you reboot n get the error on bootup?
iB4STiD said:
after the bar disapears, reboot your phone. after reboot it should be ok.. did you reboot n get the error on bootup?
Click to expand...
Click to collapse
i installed gave me error, rebooted gave me error, 2nd reboot didnt tried
yes i get the error on bootup and the system bar is dissapeared,
i will try now again and make 2 reboots
result: not working
spidr said:
i installed gave me error, rebooted gave me error, 2nd reboot didnt tried
yes i get the error on bootup and the system bar is dissapeared,
i will try now again and make 2 reboots
result: not working
Click to expand...
Click to collapse
k... then its what i thought different signature... brb off to fix p760 ver coming up!
L9 P760 ONLY STABLE!
DOWNLOAD
UPDATE.. spidr confirmed p760 is working!! added to op.
spidr said:
i installed gave me error, rebooted gave me error, 2nd reboot didnt tried
yes i get the error on bootup and the system bar is dissapeared,
i will try now again and make 2 reboots
result: not working
Click to expand...
Click to collapse
K beta up you really only need to replace the systemui.apk with new 1... tell me how it goes!
Ok now it works, what have u changed in the systemui.apk i cant find much of a difference. I also notice that these launchers are faster than the stock One. Also with nova launcher 3 of 4 widgets i use work, strange that weather widget is not working. Anyways what conserns me is that for Example. Systems menu the background is still the stock whity. Can this be changed ;
Thanks ! Also this Launcher isnt making Our Phones to run slower, consume more ram and battery;
spidr said:
Ok now it works, what have u changed in the systemui.apk i cant find much of a difference. I also notice that these launchers are faster than the stock One. Also with nova launcher 3 of 4 widgets i use work, strange that weather widget is not working. Anyways what conserns me is that for Example. Systems menu the background is still the stock whity. Can this be changed ;
Thanks ! Also this Launcher isnt making Our Phones to run slower, consume more ram and battery;
Click to expand...
Click to collapse
Glad it works!!... it was a signature problem, you wont be able to see that change unless you de-compile the apk, also as far as nova/apex. they wont take up more ram than lg launcher. For example i have deleted lg launcher, and have noticed better performance and am able to free up more ram by using the alternative. And about the white in settings menu background. I could change that but what lg used i think looks clean, as many cellphones as i have used its a nice change maybe why i liked sense 4.x htc does the same thing. Anyway Glad ti works Now have to take p760 out of beta!!... more to come tho!
The theme is for stock launcher?why talk about nova/apex?
Inviato dal mio LG-P760 con Tapatalk 2
docksid3 said:
The theme is for stock launcher?why talk about nova/apex?
Inviato dal mio LG-P760 con Tapatalk 2
Click to expand...
Click to collapse
this theme can be used with both stock launcher and apex/nova, if you want the complete look of JB/ICS apex/nova is the way to go

[JB] Nexus 4 Themed SystemUI

This Is a Modded SystemUI, themed to be just almost exactly as the The Stock Android 4.2 on Nexus 4,
==>Brightness Toggle Removed
==>Top Corner Clear Button (Appears When there Are notifications Pending)
==>It has A little transparency mod for the background,
==>The Signal Icon has been themed,
==>Wifi Icon Has Been Themed
==>Battery Icon Has Been themed and when the Battery has been fully charged it used to say battery fully charged with a green icon instead of a blue so that also been themed to blue now
==>The Airplane Mode and Silent Mode Icon Has Been Themed to Original Stock
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"
}
To Be Used Only on Jellybean! No Gingerbread Please! >
Lidroid.apk ==> http://d-h.st/ij5 (needs to be pushed to system/framework before you change the systemui)
Download Link ==> http://d-h.st/1Ll
QuickPanelSettings to Remove the 15 toggles in statusbar and apply your own: http://d-h.st/E7E
Make Sure To Make a Backup/Copy of Your Old SystemUI, Download this SyStemUI and just Copy/Paste Or In Other Ways Push it in System/Apps And Reboot.... Now You can Feel Some of the Stock Experience of Nexus
Thanks To Chucky6600
And Also Emompong for his guide with Editing The SystemUI
=> If you think it is good Piece of work and Could Be used in your Own Rom or Some other mod, then surely give me credit to it Man.. please okay not joking and link to this then.....
Be Sure To thank me for this theming of the systemUI but still i'm not reponsible if you Corrupt your Android System, Burn Your Device and or just Make it look Like a lookalike Nexus Device :highfive: (Haha Between it was a Joke)
I want to ask..
How to remove toggle labels and adjust height of toggle like yours?
Thanks
Azmi6298 said:
I want to ask..
How to remove toggle labels and adjust height of toggle like yours?
Thanks
Click to expand...
Click to collapse
well you should be having quickpanel settings after using this systemui through that you can change toggle labels if you dont have lemme know i'll try to upload it for you people to toggle and change the shortcuts
cant push it to system/app.......
gives me stopped systemui.apk error...
tried it many times..
ravijani said:
cant push it to system/app.......
gives me stopped systemui.apk error...
tried it many times..
Click to expand...
Click to collapse
how come.. you might be doing something wrong... you have to push it in system/apps and reboot quickly at the exact second that will then cause no errors or fc's
ravijani said:
cant push it to system/app.......
gives me stopped systemui.apk error...
tried it many times..
Click to expand...
Click to collapse
Did you reboot after pushing apk?
Yep, this is normal systemui can give FC when you try to change it.Just try to Catch "Reboot" action with power button (Choose it quickly.)
; After the reboot if it gives same crash go to the Recovery and "fix permissions."
Darkness and Hope said:
Yep, this is normal systemui can give FC when you try to change it.Just try to Catch "Reboot" action with power button (Choose it quickly.)
; After the reboot if it gives same crash go to the Recovery and "fix permissions."
Click to expand...
Click to collapse
Yup you have to quickly reboot before it crashes i often do this and never had a systemUI f.c and yes if it still crashes go to recovery and fix permissions.... well i never got the chance to do that coz never had a crash and even know im using this SystemUI
Can you make a version with black dropdown? I think it look better than the transparent one. Thank you in advance. PS:the best original style notificationbar yet
Will you use this themed UI on the next release of pure vanilla ROM?
Nice job man but there is a glitch on the Wifi icon. Hope you can fix it soon, this is a cool mod xD
Notification Panel
Can u integrate swiping up ANYWHERE in the notification panel to close it? like in the nexus phones.
In TouchWiz we've to swipe up from the border which is difficult at times.
TIA
d14gvn said:
Will you use this themed UI on the next release of pure vanilla ROM?
Click to expand...
Click to collapse
yup When Pure Vanilla V3 comes out this systemUI is goana be part of it until then u can use this in V2 many other addons are there on the first page of the thread!
Tekie said:
Can you make a version with black dropdown? I think it look better than the transparent one. Thank you in advance. PS:the best original style notificationbar yet
Click to expand...
Click to collapse
Ohkay Sure and thanks alot!
JoaoGuiPan said:
Nice job man but there is a glitch on the Wifi icon. Hope you can fix it soon, this is a cool mod xD
Click to expand...
Click to collapse
thanks alot mate but if you could lemme know what glitch do you mean on the wifi icon? :S
vishnoonarayan said:
Can u integrate swiping up ANYWHERE in the notification panel to close it? like in the nexus phones.
In TouchWiz we've to swipe up from the border which is difficult at times.
TIA
Click to expand...
Click to collapse
i'll research and see if it's possible
tried everything nothing helps.....
ravijani said:
tried everything nothing helps.....
Click to expand...
Click to collapse
Flash it with CWM.
@ikaster17: You can add this to OP. And for future, you can use this zip, just replace apk inside. :angel:
shut_down said:
Flash it with CWM.
@ikaster17: You can add this to OP. And for future, you can use this zip, just replace apk inside. :angel:
Click to expand...
Click to collapse
i used both apk push and your flashable zip too...
holy sh** im getting error again and again...
im on chuckybean master v9 + cocore v4.4 CWM......
no notification bar and systemui.apk stopped error
dont know why..??
ravijani said:
i used both apk push and your flashable zip too...
holy sh** im getting error again and again...
im on chuckybean master v9 + cocore v4.4 CWM......
no notification bar and systemui.apk stopped error
dont know why..??
Click to expand...
Click to collapse
No. I didn't try this mod, so I can't tell if it is because of it. You are using Chuckybean, so your system is deodexed. You shouldn't have problems. Did you try to wipe Cache and Dalvik cache in CWM? (sorry I didn't read all your posts about this).

[JB] update 04-07-13 - MOD 4 shortcuts for JB Lockscreen and 3 in 1 mods too

Here is 4 shortcuts for the lockscreen for Jelly Bean deodexed firmware and roms.
XXLPY Thanks to cyberdaitya (he did the first one)
For I9070 only:
XXLPZ Russia
XXLQ4 Russia
XXLQB Serbia
XXLQE Poland XEO
this is from the Polish firmware, not sure if it will work in the German version of XXLQE, if anyone dares to try, let me know the result but you do so at your own risk.
DDULP8 India
DXAMD1 for Malaysia, Thailand, Indonesia, and the Philippines
VJLPA Brazil
VJLPB Brazil
VJLPD Brazil
JVBMD1 UAE United Arab Emirates
UBLPH Argentina
XXLQG Italy This one should work in the Austrian and Romanian version of LQG, not tested by me so you are at your own risk to try, just back up your secsettings.apk first and make sure you are deodex. Let me know please
For I9070P only:
I9070P_XXLPE
with thanks to grim for confirming it works
Yes it matters which version you install on your phone, use only the firmware that matches what you have. If you have I9070 firmware use only those, and if you have I9070P firmware use the mod for your phone only. Install with cwm or twrp, make sure to mount system first.
{
"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"
}
UPDATE 04.07.2013:
Added mods for New and Old Firmwares
Please read everything about this.
Here is a nifty 3 in 1 mod. Contains 4 shortcuts, 4 way reboot, and Ink Effect. The reboot is great if you use cocafe's 5.0 Kernel with TWRP. If you have CWM, it is not recommended you boot to recovery, you will get stuck there.
First I want to thank martin_carpio17 for the Ink Effect Mod and also frapeti for providing a Link to a Tutorial in his thread for the 4 way reboot.
Koulis2000 for the instructions to make the settings white
Warning, this mod is for STOCK firmwares only! It contains a framework-res.apk that will undo any themes in your custom roms or themes. There are too many custom themes and roms to make this for, but I am sure there are themers and developers who can customize this to fit their themes. Here is the tutorial for porting the Ink Effect to see what is involved. I saw that martin_carpio17 themed his mod for his JellyMOD 4.0 rom so it can be done. If you do theme just mention where the original came from please
Just make sure your phone is deodexed. There are two, one for straight stock and another for my transparent notifications and status bars if you have that.
Please note: If you install the files for older firmwares on DDULP8 for india or later, it will cause problems with text boxes as will installing any of the files for newer firmwares on older ones up to XXLQB. Hope this corrects any anomalies in phones.
Downloads for older firmware up to XXLQB:
Dark Theme:
For Stock
For Transparent
Light Theme:
For Stock Light
For Transparent Light
Downloads for newer firmware DDULP8 and later:
Stock Dark Theme newer firmware
Transparent Dark newer firmware
Stock Light newer firmware
Transparent Light newer firmware
Please Note: On the German firmware of XXLQE, the ink and four way reboot work but not the four shortcuts on lockscreen. I did two fresh installs of the German firmware and did full wipes before and after installation and there was still no option for shortcuts in the lockscreen settings.
Install via TWRP or CWM, mount your system before you do. Enjoy and hope you like this.
As always I strongly suggest you make a backup of your files or your phone first if you choose to use any of these. I make these things for my phone first, then if it is a good change, I pass them on to everyone. I am not responsible for your phone breaking, blowing up, or changing to an Iphone... do at your own risk.
Dark Theme Screen:
Light Theme Screen:
nice!
really like it
try to make this, this and this
:angel::angel::angel::angel::angel:
i wish i know how to port things
joehanh88 said:
nice!
really like it
try to make this, this and this
:angel::angel::angel::angel::angel:
i wish i know how to port things
Click to expand...
Click to collapse
no no and no... I wish I knew how to port things too LOL but sure like that first one...
signature verification failed
while flashing for lq4, signature verification failed !
szzlgupta said:
while flashing for lq4, signature verification failed !
Click to expand...
Click to collapse
with cwm or twrp. worked for me with twrp. make sure you go to mounts, and mount system then try...
I just installed it again, twrp... so it does work
mounting
bobfrantic said:
with cwm or twrp. worked for me with twrp. make sure you go to mounts, and mount system then try...
I just installed it again, twrp... so it does work
Click to expand...
Click to collapse
Sorry, but i am noob here and dont know much about mounting and unmounting.
Please, help me
Thanks:angel:
szzlgupta said:
Sorry, but i am noob here and dont know much about mounting and unmounting.
Please, help me
Thanks:angel:
Click to expand...
Click to collapse
Here you go, images should help
http://forum.xda-developers.com/showpost.php?p=39288400&postcount=158
click thanks to agadoo for the pics too
not twrp, cwm
bobfrantic said:
Here you go, images should help
http://forum.xda-developers.com/showpost.php?p=39288400&postcount=158
click thanks to agadoo for the pics too
Click to expand...
Click to collapse
sorry, but i have the temp cwm !
~thanks clicked anyways~
Can you give me the apktool you decompile and recompile with please?
ionescugeo9942 said:
Can you give me the apktool you decompile and recompile with please?
Click to expand...
Click to collapse
Go to here...
http://forum.xda-developers.com/showthread.php?t=1989533
szzlgupta said:
sorry, but i have the temp cwm !
~thanks clicked anyways~
Click to expand...
Click to collapse
Here is a good thread for you to read then
http://forum.xda-developers.com/showthread.php?t=2190211
For XLPZ please?
daredavel said:
For XLPZ please?
Click to expand...
Click to collapse
Done... op updated
Also included a link to cyberdaitya's thread with XXLPY version so say thanks to him if anyone uses that one.
I flashed it by CWM, and i have transparent notifications bar, and ugly clock -_- Haven't 4 shortcuts on XXLQB.
I don't try for ROM but I like info
I not responsible for your phone breaking, blowing up, or changing to an Iphone...
Click to expand...
Click to collapse
eNsePL said:
I flashed it by CWM, and i have transparent notifications bar, and ugly clock -_- Haven't 4 shortcuts on XXLQB.
Click to expand...
Click to collapse
I found the problem and it is fixed, try again and let me know please.... sorry bout that
Problem with notifications bar is fixed, but i have further only three icons. Deodexed is required?
eNsePL said:
Problem with notifications bar is fixed, but i have further only three icons. Deodexed is required?
Click to expand...
Click to collapse
yes or rename secsettings.odex to secsettings.odex.bkup that should work too...
Re: [JB] MOD 4 shortcuts for Jelly Bean Lock Screen
Hey if I apply it on my phone will I lose the ripple effect on the lock which I got from some other thread ..
Running rooted xxlq4 stock ROM...
sent from s advance using xda pemium
amitnv said:
Hey if I apply it on my phone will I lose the ripple effect on the lock which I got from some other thread ..
Running rooted xxlq4 stock ROM...
View attachment 1832212
sent from s advance using xda pemium
Click to expand...
Click to collapse
The ripple should be safe, as this is only secsettings apk that is installed. Just use the one to go with your firmware.

[Mod] [ICS] 4.2.2 SystemUI with 5 button NavBar+Colorizing - 28.11.13

I modded the Sony JB 4.2.2 SystemUI which has ported by DbcCabuslay for ICS. Things I added/modded that makes it unique from the original one are -
* Full Screen SystemUI when dragging down
* 5 Button Navigation Bar
* Navigation Buttons changes color according to Theme Accent
Click to expand...
Click to collapse
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"
}
Click to expand...
Click to collapse
Requirements:
* ICS Deodexed 4.1.B.0.587 or 4.1.B.1.13 Stock Rooted or Custom based Rom
* Navigation Bar must be enabled in your Framework-res.apk
Click to expand...
Click to collapse
Download: Flash From Attachment
SystemUI Colored - Changes Navigation Buttons According to Theme Accent
SystemUI Normal - Doesn't Change Color
ToolsSettings.apk - Needs to add/remove Quick Toggle (Needs to be added in Settings)
Click to expand...
Click to collapse
Credits:
*DbcCabuslay
*neroyoung
*daihieplanhlung
Click to expand...
Click to collapse
How to enable Navigation Bar in Framework-res.apk :
1. Decompile Framework-res.apk
2. Go to res/values/bools.xml & open it with Notepad++
3. Find this line
Code:
<bool name="config_showNavigationBar">false</bool>
4. Change is to
Code:
<bool name="config_showNavigationBar">true</bool>
Save it
5. Go to dimens.xml & find this line
Code:
<dimen name="navigation_bar_height">22.0dip</dimen>
& make sure the value is not 0.0dip
6. Recompile Framework-res.apk & you are done.
Toolssettings.apk?
HI
I am on your Z1 ROM, so SYSTEMUI is to be flashed in recovery and what about wipes?
while ""TOOLSSETTINGS.APK"" wat is it for and how to use its not clear to me.
wasim9283 said:
HI
I am on your Z1 ROM, so SYSTEMUI is to be flashed in recovery and what about wipes?
while ""TOOLSSETTINGS.APK"" wat is it for and how to use its not clear to me.
Click to expand...
Click to collapse
Just flash the zip. If you are using any Rom that has the same SystemUI then no need for ToolsSettings.apk cause it should be already there
thanks
saqib nazm said:
Just flash the zip. If you are using any Rom that has the same SystemUI then no need for ToolsSettings.apk cause it should be already there
Click to expand...
Click to collapse
OK thanks
saqib nazm said:
I modded the Sony JB 4.2.2 SystemUI which has ported by DbcCabuslay for ICS. Things I added/modded that makes it unique from the original one are -
Click to expand...
Click to collapse
Looks wery well on screenshots but ... (always have a "but")...
After flashing SystemUI_Colored.zip desktop wallpaper disappears and no toolbar.
The desktop is black and can't set wallpaper. The lockscreen wallpaper disappears too but after set it again it's OK.
The RecentAppsPane disappears too.
What I'm using see in my signature.
Sent from my LT18i using xda app-developers app
Make SystemUI with transparent background. THX
i'm sory but can you make a full screen version without 5 Button Navigation Bar
Michael.2308 said:
i'm sory but can you make a full screen version without 5 Button Navigation Bar
Click to expand...
Click to collapse
There is it http://forum.xda-developers.com/showthread.php?t=2467070
pepitoff said:
Looks wery well on screenshots but ... (always have a "but")...
After flashing SystemUI_Colored.zip desktop wallpaper disappears and no toolbar.
The desktop is black and can't set wallpaper. The lockscreen wallpaper disappears too but after set it again it's OK.
The RecentAppsPane disappears too.
What I'm using see in my signature.
Sent from my LT18i using xda app-developers app
Click to expand...
Click to collapse
With my Rom? I am also running it & I have flashed it more then 10 times while I was working. That is a near impossible matter but possible If you have done something unorthodox which you may need to clarify. I am saying this cause this is the same SystemUI I used with the Rom with some small modifications. You may want to download & flash again. cause I have already been informed it is working properly
Forbiddendnb said:
Make SystemUI with transparent background. THX
Click to expand...
Click to collapse
Transparency makes it look ugly in some places so I am sorry I won't do it
saqib nazm said:
With my Rom? I am also running it & I have flashed it more then 10 times while I was working. That is a near impossible matter but possible If you have done something unorthodox which you may need to clarify. I am saying this cause this is the same SystemUI I used with the Rom with some small modifications. You may want to download & flash again. cause I have already been informed it is working properly
Click to expand...
Click to collapse
I did not made nothing unortodox with your ROM guy
I just changed you original SystemUI with this Z1/Honami FULLSCREEN SystemUi with power menu nothing else.
I'm not using smallapps. I'm using your themed Lockscreen.
I deleted some wallpapers that I don't using and that is all...
I'll download again this new SystemUI and will try again.
Do I need to reflash ToolsSettings.apk or not?
Edit 1: Downloaded again and don't works, SystemUI_Normal too
Edit 2: Maybe I need to reflash whole ROM again
i tried it!
works fine, tnx bro!
pepitoff said:
Do I need to reflash ToolsSettings.apk or not?
Edit 1: Downloaded again and don't works, SystemUI_Normal too
Edit 2: Maybe I need to reflash whole ROM again
Click to expand...
Click to collapse
No you don't need to flash/install ToolSettings again. & I have no clue at all
DanielMit said:
i tried it!
works fine, tnx bro!
Click to expand...
Click to collapse
Thanks for feedback
saqib nazm said:
No you don't need to flash/install ToolSettings again. & I have no clue at all
Click to expand...
Click to collapse
After flashing via CWM while phone reboots I don't see "Android upgrading..." title.
It seems to be SystemUI cannot starts...
pepitoff said:
After flashing via CWM while phone reboots I don't see "Android upgrading..." title.
It seems to be SystemUI cannot starts...
Click to expand...
Click to collapse
try pushing manually & set permission
saqib nazm said:
try pushing manually & set permission
Click to expand...
Click to collapse
I did it but the same.
Anyway...will do clear installation of whole the ROM.
pepitoff said:
There is it http://forum.xda-developers.com/showthread.php?t=2467070
Click to expand...
Click to collapse
Tks. i know this mod, it only work well with DdcCabuslay's framework, it have layout bug with BDFeak framework.
Michael.2308 said:
Tks. i know this mod, it only work well with DdcCabuslay's framework, it have layout bug with BDFeak framework.
Click to expand...
Click to collapse
Michael.2308 said:
i'm sory but can you make a full screen version without 5 Button Navigation Bar
Click to expand...
Click to collapse
You know the systemUI came with my rom, use it. & just take the PhoneStatusbar.smali from this modded systemUI & replace
This is my way to turn off and lock screen softly without using power button.
In my opinion to have OnScreenButtons on phone with hardware buttons is useless and only make display smaller.
saqib nazm said:
You know the systemUI came with my rom, use it. & just take the PhoneStatusbar.smali from this modded systemUI & replace
Click to expand...
Click to collapse
Done and success. Thank you so much

[XPERIA SP .207][JB][4.3] Xperia Z3 X-Reality & Vivid

Hello friends and visitors @xdadevelopers good recently launched sony xperia z3 and clear that developers already took care of several things about his system for Jelly Bean and KitKat. Well today I'll post for you guys X Vivid reality and the xperia z3 now functional in Jelly Bean .
Thank by >> @Pakman123 @Till-Kruspe <<
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"
}
Requirements​:
Mobile Xperia SP with Jelly Bean 4.3
Tested only with firmware 207
Tested only with unlocked Bootloader
Rooted
Cwm
Superuser Mod
Deodexed
How to install
*Place the downloaded file on your Sd card
*Enter CWM/TWRP and follow the procedures below
*Install >>[Xperia SP JB 4.3]Z3 X-Reality and Vivid<<
*Wipe cache and Dalvik cache
*Reboot​
>Small Guide<​If you happen to have some adjustments have to be Settings.apk and if you want to keep them and add the white ox reality and you can add the following lines in your settings.
1. Decompile settings.apk.
2. Navigate until the [res] folder
3. Shortly thereafter proucure the [xml] folder
4. And locate the file [somc_add_display_settings.xml]
5. add the following lines to the end of the file
Code:
<com.sonymobile.settings.preference.IntentPreference android:key="image_enhancer" settings:dependOnIsValidIntent="true" settings:dependOnSystemProperty="ro.service.xrfm.supported" settings:before="first" settings:hasMetaData="true" settings:valueOfSystemProperty="persist.service.xrfm.mode">
<intent android:targetPackage="com.sonymobile.imageenhancer" android:targetClass="com.sonymobile.imageenhancer.ImageEnhancerSettings" />
</com.sonymobile.settings.preference.IntentPreference>
<com.sonymobile.settings.preference.RemovePreference settings:dependOnSystemProperty="ro.service.xrfm.supported" settings:targetKey="swiqi3" />
6. Recompile and sign your settings.apk install and giving the correct permissions [RW-R-R]
7. Reboot​
>>Download Link<<​Xperia SP JB 4.3]Z3 X-Reality and Vivid​
Do not forget to give me a thank you [:good:], it will be great for me because somehow will encourage me to keep my work and create new roms and mods! Thank you all
So far no bug was found. I ask you please file a bug found that I can fix. Thank you​
Marília de Oliveira said:
Hello friends and visitors @xdadevelopers good recently launched sony xperia z3 and clear that developers already took care of several things about his system for Jelly Bean and KitKat. Well today I'll post for you guys X Vivid reality and the xperia z3 now functional in Jelly Bean .
Click to expand...
Click to collapse
can you post your modded settings.apk coz its not easy for everyone to decompile and recompile.
Thanks Marïlia. I will try my rom. good job :good:
Edit:
C:\ApkTool\3-Out\Settings.apk\res\xml\somc_add_display_settings.xml:35: error: Error parsing XML: not well-formed (invalid token)
I tried has write the </com.sonymobile.settings.preference.IntentPreference> at the end and also gives me error. any tips?
settings:targetKey="s is correct?
Fixed error.
Corrects op and change this:settings:targetKey="s
for this:
settings:targetKey="swiqi3 "/>
Thanks!!
Wont it work on locked bootloader? Since BE and Xvid needs the DRM keys?
TTMaster said:
Thanks Marïlia. I will try my rom. good job :good:
mmmm... No quote op pls!!
Click to expand...
Click to collapse
nice waiting if it works in your rom
prabhav.3892 said:
can you post your modded settings.apk coz its not easy for everyone to decompile and recompile.
Click to expand...
Click to collapse
+1
my PC wont decompile anything right and then recompile :S
muloarell said:
nice waiting if it works in your rom
Click to expand...
Click to collapse
No. First it must be done and then Marilia will have to give permission. Do not go so fast
Black version
This is for any . 207 based rom or only for marilia's. 207 rom
curiosity makes me feel alive ?
Can anyone make the modded Settings for Stock .207
http://forum.xda-developers.com/xperia-sp/development/rom-207-rdz-stock-rom-t2835579
This ROM is just deodexed and zipaligned stock .207.
jangid said:
This is for any . 207 based rom or only for marilia's. 207 rom
curiosity makes me feel alive ?
Click to expand...
Click to collapse
Compatible LB/UB any 207
prabhav.3892 said:
can you post your modded settings.apk coz its not easy for everyone to decompile and recompile.
Click to expand...
Click to collapse
you do not understand friend, I'll explain more! an example: if you use a rom over the configurations it has an apk or its modification and you do not want to take those settings you just add the above line. In the zip for download already comes with a stock 207 settings over those who do not want to use the zip settings.apk can use your even more by adding lines as said in the post. Get it? Thanks
TTMaster said:
Thanks Marïlia. I will try my rom. good job :good:
Edit:
C:\ApkTool\3-Out\Settings.apk\res\xml\somc_add_display_settings.xml:35: error: Error parsing XML: not well-formed (invalid token)
I tried has write the </com.sonymobile.settings.preference.IntentPreference> at the end and also gives me error. any tips?
settings:targetKey="s is correct?
Fixed error.
Corrects op and change this:settings:targetKey="s
for this:
settings:targetKey="swiqi3 "/>
Thanks!!
Click to expand...
Click to collapse
I corrected the line was even wrong, but it is now correct. thank you so much
mrjraider said:
Wont it work on locked bootloader? Since BE and Xvid needs the DRM keys?
Click to expand...
Click to collapse
not tested for BL locked, unlocked only :good:
jangid said:
This is for any . 207 based rom or only for marilia's. 207 rom
curiosity makes me feel alive ?
Click to expand...
Click to collapse
Well I just tested it on my rom tomorrow saira the update. more test Stock may be that a certain :good:
Marionette said:
+1
my PC wont decompile anything right and then recompile :S
Click to expand...
Click to collapse
Why not?
Marília de Oliveira said:
Why not?
Click to expand...
Click to collapse
I dont know why...I install Java DK,download apkmultitool.
It decompiles,i replace some pngs(i resize them to the same resolution as the original ones),i try to decompile and then it either decompiles,and the app is unusable,or it says some sort of an error.
I am on win8.1 64 bit,and that error happenned on win7 Ultimate,64 and 32 bit,windows 8 32 bit...
Marionette said:
I dont know why...I install Java DK,download apkmultitool.
It decompiles,i replace some pngs(i resize them to the same resolution as the original ones),i try to decompile and then it either decompiles,and the app is unusable,or it says some sort of an error.
I am on win8.1 64 bit,and that error happenned on win7 Ultimate,64 and 32 bit,windows 8 32 bit...
Click to expand...
Click to collapse
Use the AdvancedApkTool it and the best and the easiest! anything I can help you
Great Job Mah! I'll hit the thanks button tmr cos its still limited to 8 for me. Anyways, the new image processing looks FANTASTIC!
Tested in .205 version with locked bootloader and its working :good: :fingers-crossed:
but didn't find any difference in X-Reality and super-vivid mode
can some one post screen shot of it please :silly:
Tanha_Dil said:
Tested in .205 version with locked bootloader and its working :good: :fingers-crossed:
but didn't find any difference in X-Reality and super-vivid mode
can some one post screen shot of it please :silly:
Click to expand...
Click to collapse
i used it on Matserrom.Blues are painfully exaterated,and it breaks the album app until you install the one from z3 album port for 4.3

Categories

Resources