[MOD][UNIVERSAL][JB + KK] White Battery Icons | Odexed | Deodexed - Xperia Z1 Themes and Apps

Description:
This changes your battery icon to a more simple white one. Nothing more. This will work on all current roms. Once 4.4 rolls out, this won't work. I'll update it then.
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"
}
Disclaimer:
I'm not responsible if you're phone blows up, bricks, or anything like that.
Instructions:
1. Download ZipThemer - https:// play.google.com/store/apps/d...ipthemer&hl=en
2. Download the "aooga_z1_battery.zip" file
3. At right upper corner push the 3 dot settings access icon and choose "Update Edify".
4. Verify your device is listed. It should be auto-selected.
5. Push "Browse" and select a flashable file that you have on your phone (choose the rom zip file or gapps zip file for example) but not my file.
5. Next click "Configure". You should get the toast message "Success".
6. Go back one page and then tap "+Theme" button.
7. Then use the green arrow to go and search to find "aooga_z1_battery.zip"
8. On the next screen you should see a check next to Z1 Battery.
9. Press the "Build It" button.
10. You will then be prompted to create a flashable "undo" file to revert the changes (may be a wise suggestion).
11. The app will then build the flashable files (One an update .zip and the other is undo .zip. Then the app will go to a Build Log screen.
12. You can now reboot into your recovery and flash the "Z1_battery-update.zip" or the "Z1_Battery-undo.zip" as you need to. (Note: This name might vary, but it will always say "update" or "undo" at the end of the name.)
13. Enjoy!
Downloads: See post 3 for old downloads
V2 (4.3):
http://d-h.st/sgn
V2(4.4)
http://d-h.st/N32
Other Mods:
Stock Nexus Nav Bar Icons - http://forum.xda-developers.com/showthread.php?p=51322519

Changelog:
V1 - Initial Release
V2 - Added white charging icons
V2 (KK) - Added 4.4 support.

Old Downloads:
V1:
http://d-h.st/Vcv

Reserved 3

Nice Mod,but when i charge the phone it is stock(green)again.Can you upload the pics from the white charging battery icons?:thumbup:
Sent from my Rooted C6903 using XDA Premium

Hackberrybold said:
Nice Mod,but when i charge the phone it is stock(green) again.Can you upload the pics from the white charging battery icons?:thumbup:
Sent from my Rooted C6903 using XDA Premium
Click to expand...
Click to collapse
Wow I totally forgot about that. I'll do it.
Sent from my Nexus 7 using Tapatalk

Awesome mod. But did not worked with my Tablet Z. I suppose because it is 320 DPI (XHDPI), and not 480 DPI (XXHDPI). Could you make something for that?

Felimenta97 said:
Awesome mod. But did not worked with my Tablet Z. I suppose because it is 320 DPI (XHDPI), and not 480 DPI (XXHDPI). Could you make something for that?
Click to expand...
Click to collapse
Yes, thats why. Check your PM in a few.

Felimenta97 said:
Awesome mod. But did not worked with my Tablet Z. I suppose because it is 320 DPI (XHDPI), and not 480 DPI (XXHDPI). Could you make something for that?
Click to expand...
Click to collapse
Sent, but not 100% sure it will work. The tablet Z might have different file names. If it doesn't work, send me your systemui.apk.

Quick question. How many people would want this the 4.4? IMO, that battery icon is incredibly ugly.

Hi! Are you planning a release for Android 4.4? This icon look way better than the stock one.
Wysłane z mojego C6903 przy użyciu Tapatalka

Havok! said:
Hi! Are you planning a release for Android 4.4? This icon look way better than the stock one.
Wysłane z mojego C6903 przy użyciu Tapatalka
Click to expand...
Click to collapse
Yeah I am. I didn't realize that people actually wanted it since no one replied. Zip themer seems to be having issues on 4.4, but I can send it to a few people to see if it works.
PM me if you want to test it. (Anyone)

Havok! said:
Hi! Are you planning a release for Android 4.4? This icon look way better than the stock one.
Wysłane z mojego C6903 przy użyciu Tapatalka
Click to expand...
Click to collapse
Wow I totally forgot about this. Check your PM in a few minutes. :good:
EDIT: DL link in the OP.

Related

[Q] Soft Keys Height

Hi everyone!
I have one question: is there any possibility to change height/width of soft keys in our XL?
Thx for replies
yeah it is possible.
the file is inside framework-res.apk and called dimensions.xml
there is somewhere the line "navbar_height" or similar, value should be 48 which is in pixels.
Greets
Gesendet von meinem Sony Xperia L via Tapatalk 4
Searched and i don't have anything like dimensions.xml in this file
You can help me?
Wysłane z mojego C2105 za pomocą Tapatalk 4
keenofhiphop said:
yeah it is possible.
the file is inside framework-res.apk and called dimensions.xml
there is somewhere the line "navbar_height" or similar, value should be 48 which is in pixels.
Greets
Gesendet von meinem Sony Xperia L via Tapatalk 4
Click to expand...
Click to collapse
Value should be 72 pixels because 480*782 is the actual display while 480*854 is the total display.
854-782=72
You can change this for me?
Please
It's link framework-res.apk
Change height to half of original
PS
After that i put this to system framework just like that?
Wysłane z mojego C2105 za pomocą Tapatalk 4
saurabh007 said:
Value should be 72 pixels because 480*782 is the actual display while 480*854 is the total display.
854-782=72
Click to expand...
Click to collapse
72-48= 24 for statusbar?
but however, its not that important
Pudel89 said:
You can change this for me?
Please
It's link framework-res.apk
Change height to half of original
PS
After that i put this to system framework just like that?
Wysłane z mojego C2105 za pomocą Tapatalk 4
Click to expand...
Click to collapse
no you can do that by yourself... you have to decompile the .apk to modify the .xmls via apktool and afterwards recompile and sign them (I am not pretty yure about that, look for it in apktool thread) and then flash it.
You can try to put it manually but when I tried that a long time ago I got a bootloop.
Greets
Gesendet von meinem C2104 mit Tapatalk 4
dont forget to patch framework.jar
if you dont patch framework.jar you will end up with bootloop
CMIIW
Xperia V Mods for Xposed Framework help mi with that
Thx for help
You can change it with Xposed here http://forum.xda-developers.com/showthread.php?t=2400359
- first install Xposed, then install Xperia V Mods from here http://forum.xda-developers.com/showthread.php?t=2231834
- open Xposed and enable Xperia V Mods
- open Xperia V Mods and change
{
"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"
}
Reboot and there you go... but i don't recommend it, i've tried and buttons seems to don't fit nicely...
Rafael Aparecido Camilo said:
You can change it with Xposed here http://forum.xda-developers.com/showthread.php?t=2400359
- first install Xposed, then install Xperia V Mods from here http://forum.xda-developers.com/showthread.php?t=2231834
- open Xposed and enable Xperia V Mods
- open Xperia V Mods and change
Reboot and there you go... but i don't recommend it, i've tried and buttons seems to don't fit nicely...
Click to expand...
Click to collapse
...will it require a rooted phone upon using this Mod?
Yeah xposed needs a rooted phone
Gesendet von meinem Sony Xperia L
How can i put modified framework-res without cwm , i dont have cwm as i am on .17 firmware ?
Push via adb but don't ask me how I never do this. Google it...
Greets
Gesendet von meinem Sony Xperia L
aniketroxx said:
How can i put modified framework-res without cwm , i dont have cwm as i am on .17 firmware ?
Click to expand...
Click to collapse
On LB you can do this.
At first root and fix reboot:
root full LB or folling post.
Now use this tool to deodex your ROM:
Deodex .17
first copy your edited framework-res to SD-card. now copy from SD-card to /system/framework with any rootexplorer (i use TotalCommander) and set permission 644. reboot.
Please don´t forget post your edited framework-res with creenshoot and changelog.
No need to change the file 'framework-res.apk "
Simply copy the attached file in the folder '/system/vendor/overlay" with any rootexplorer and sets the necessary permissions (644)
In this way you avoid the bootloop.
Requires ROOT to copy the file.
This modification changes the StatusBar height to 20DIP and the softkeys height to 28DIP.
Sorry for my bad english, it's google translate.
Nice mod and very simple. :good::good:
Sorry for my question, but is there a way you can add a permanent shown menubutton. I would need this button in my prefer Launcher.
acid981 said:
No need to change the file 'framework-res.apk "
Simply copy the attached file in the folder '/system/vendor/overlay" with any rootexplorer and sets the necessary permissions (644)
In this way you avoid the bootloop.
Requires ROOT to copy the file.
This modification changes the StatusBar height to 20DIP and the softkeys height to 28DIP.
Sorry for my bad english, it's google translate.
Click to expand...
Click to collapse
can you resize only softkeys height to 32 dip ?
aniketroxx said:
can you resize only softkeys height to 32 dip ?
Click to expand...
Click to collapse
Of course. Here you go. :good:
Here is i am getting this back button bug , my back button looks bigger than other buttons :crying:
aniketroxx said:
Here is i am getting this back button bug , my back button looks bigger than other buttons :crying:
Click to expand...
Click to collapse
Ya same here from framework-res.apk mod...Why so?

[MOD][PORT][L] Honami Phonebook v1 | Light & Black | 08/09

Introduction
After many hours of smali and xml editing here's my port of the Honami phonebook
Some features:
New Alphabet bar.
New Quick Contact design.
Many more...
Light Edition:
{
"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"
}
Black Edition:
Install Instructions
1) Add these lines to build.prop
dalvik.vm.verify-bytecode=false
dalvik.vm.dexopt-flags=v=n,o=v,m=y
2) Flash super user mod: http://forum.xda-developers.com/showthread.php?t=2411541
3) Flash in recovery
Download
Light Edition v1: http://www.mediafire.com/download/52uih7ha35x5r93/Honami_Phonebook_v2_All_Xperia.zip
Black Edition v1: http://www.mediafire.com/download/45xnwn7vs1k8mzx/Honami_Phonebook_Black_All_Xperia.zip
Black Edition v1 (If you are using Honami framework): http://www.mediafire.com/download/uxh3gqqq5qmav33/Honami_Phonebook_Black_All_Xperia_HF.zip
Changelog
v1: Initial version.
Okay, just pointing out how this things work
must used new contacts with this apk(import contacts) otherwise contacts will fc when try to edit.
Great job bud:good:
faizalotai said:
Okay, just pointing out how this things work
must used new contacts with this apk(import contacts) otherwise contacts will fc when try to edit.
Great job bud:good:
Click to expand...
Click to collapse
Try to do a logcat while contact force closing
Envoyé depuis mon C6603 en utilisant Tapatalk 4
Have you included big photo in calling like your existenze ROM?
Crytech said:
Have you included big photo in calling like your existenze ROM?
Click to expand...
Click to collapse
No, the big picture in calling is set by semphone.apk
Sent from my C5303 using xda app-developers app
it works on my Xperia L, thx :highfive:
sir, would you like to update this phonebook? coz phonebook got force close
after updating the ROM Cn T v2
Is it possible for you to share your system UI? (i like the honami's battery icon )
mechanickeen said:
sir, would you like to update this phonebook? coz phonebook got force close
after updating the ROM Cn T v2
Click to expand...
Click to collapse
JUST ADD THESE LINES TO UR BUILDPROP
dalvik.vm.verify-bytecode=false
dalvik.vm.dexopt-flags=v=n,o=v,m=y
it should work fine
Trust ME
DON'T FORGET TO HIT THE THANKS BUTTON
nandroidz said:
JUST ADD THESE LINES TO UR BUILDPROP
dalvik.vm.verify-bytecode=false
dalvik.vm.dexopt-flags=v=n,o=v,m=y
it should work fine
Trust ME
DON'T FORGET TO HIT THE THANKS BUTTON
Click to expand...
Click to collapse
fc after add this script in built prop, why ??????:crying:
adhiefadillah99 said:
fc after add this script in built prop, why ??????:crying:
Click to expand...
Click to collapse
Please double check whether you really edited the Build.prop properly(if you use root explorer, first remember to switch to R/W before edit. After that leave a another line free and save & exit) !
It never should FC ! and lastly dont soft reboot!
Rockmins said:
Please double check whether you really edited the Build.prop properly(if you use root explorer, first remember to switch to R/W before edit. After that leave a another line free and save & exit) !
It never should FC ! and lastly dont soft reboot!
Click to expand...
Click to collapse
work fine after push black mod
Working and it's great!
Thank you!!!
I Don't know a lot about editing build prop but i managed to edit....and contacts app fc every time
"dalvik.vm.dexopt-flags=v=n,o=v,m=y"
can anyone explain how to these line??????
Fc after flash..:'(
talhah sabri said:
Fc after flash..:'(
Click to expand...
Click to collapse
Follow instructions
Sent from my C5303 using xda app-developers app
Working great on my xperia m.
Wysłane z mojego GT-P3110 przy użyciu Tapatalka
The phonebook is working but the contacts is fc
Please help me
I'm not making nandroid backup before do this mod
I follow the instructions carefully
Issue
FC Contact ( Phonebook.apk ), i have tried both manual push and flash but still fc

【0129 Support Flex】【D802/Flex】Call Interface:New UI,Customizable Background Picture

【0129 Support Flex】【D802/Flex】Call Interface:New UI,Customizable Background Picture
Features:
For D802 stock odex rom,and all Flex based rom
Redesigned UI
Smaller/Normal caller picture
Customizable background picture
Subtransparent dial
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"
}
How to use?
Backup your LGPhone.apk,and install zip in recovery
How to replace background picture?
1.Find a .png(bright style is recommended),and rename it to "t.png"
2.Unzip LGPhone.apk from .zip/system/app,I would provide later
3.Put t.png into LGPhone.apk/res/drawable-xxhdpi/,and save it(Flex:LGPhone.apk/res/drawable-xhdpi/)
4.Put LGPhone.apk into system/app/,reboot your G2 and enjoy it!
Download:
D802(2 kinds of background pic which shows before):
Normal caller picture:Here
Smaller caller picture:Here
Flex(May not work on F340 based flex rom):
Normal caller picture:Here
Smaller caller picture:Here
Other MOD For G2:
Smaller navigation bar
IOS7&White Style SystemUI
New Softkey Icons
Transparent Stock Weather Widget
Black Notification Bar
LGPhone.apk:Redesigned UI/Customizable Background Picture
tangjun269 said:
View attachment 2443505 View attachment 2443506
View attachment 2443507 View attachment 2443509
Feature:
Redesigned UI
Smaller/Normal caller picture
Customizable background picture
Subtransparent dial
How to use?
Flash it in recovery
How to replace background picture?
1.Find a 1080x1920 .png(bright style is recommended),and rename it to "t.png"
2.Unzip LGPhone.apk from .zip/system/app,I would provide later
3.Put t.png into LGPhone.apk/res/drawable-xxhdpi/,and save it
4.Put LGPhone.apk into system/app,and reboot your G2 and enjoy it!
Download:
Normal caller picture:http://pan.baidu.com/s/15qD3r
Smaller caller picture:http://pan.baidu.com/s/1rJ1JD
(2 kinds of background pic which shows before)
View attachment 2443504
安极首发:http://bbs.angeeks.com/thread-3239019-1-1.html
欢迎喜欢折腾、美化的机油加我创的玩机群:313662134
Other MOD For G2:
Smaller navigation bar
IOS7&White Style SystemUI
New Softkey Icons
Transparent Stock Weather Widget
Black Notification Bar
LGPhone.apk:Redesigned UI/Customizable Background Picture
Click to expand...
Click to collapse
Hello! I've had troubles viewing the screenshots you have posted! Is it possible that you host them somewhere else, i.e. imgur.com?
Also, love your ios7 theme, I use it
is this for stock or can i use it with pac man rom / cm10.1 based rom ?
Incep said:
Hello! I've had troubles viewing the screenshots you have posted! Is it possible that you host them somewhere else, i.e. imgur.com?
Also, love your ios7 theme, I use it
Click to expand...
Click to collapse
can you see screenshots now?
tangjun269 said:
can you see screenshots now?
Click to expand...
Click to collapse
Not in the thread, but the link to the chinese board worked fine, thank you
Great work as usual with this dev. Guys make this mod it's not so easy please click thanks button to support @tangjun269
Hi, is there any way of having numbers in circle like it is in the calculator?
empty zip
every time i download zip --- empty
please update the correct links
there are modded also the icons in status bar..........like in screenshots?
I flash both mods in TWRP and nothing happens..........still the same UI like before flash.
hori79 said:
I flash both mods in TWRP and nothing happens..........still the same UI like before flash.
Click to expand...
Click to collapse
it is just a lgphone.apk patch,if you wanna my notification bar,please read other mod for g2 in the list
acer73 said:
Great work as usual with this dev. Guys make this mod it's not so easy please click thanks button to support @tangjun269
Click to expand...
Click to collapse
thanks for support ^_^
faking crap
after flash i have proces android phone has stoped
Wysłane z mojego Nexus 7 przy użyciu Tapatalka
wars045 said:
faking crap
after flash i have proces android phone has stoped
Wysłane z mojego Nexus 7 przy użyciu Tapatalka
Click to expand...
Click to collapse
802?what's your firmware vension?restore lgphone.apk would be normal
D802 16 GB
fw. d80210a-260-06
kernel aosp/cm ver. 05 +g2 xposed
i flash in twrp
Tapatalk
wars045 said:
D802 16 GB
fw. d80210a-260-06
kernel aosp/cm ver. 05 +g2 xposed
i flash in twrp
Tapatalk
Click to expand...
Click to collapse
cm kernel with stock fw?
http://forum.xda-developers.com/showthread.php?t=2472318
Tapatalk
wars045 said:
http://forum.xda-developers.com/showthread.php?t=2472318
Tapatalk
Click to expand...
Click to collapse
thanks for feedback,the mod don't work in 10a,I would sign it
Hey tangjun can you build a restore zip for this dial and calling mod please??
Because I font like the voicemate notification when somebody calls
Sent from my LG-D802 using xda app-developers app
Ropb said:
Hey tangjun can you build a restore zip for this dial and calling mod please??
Because I font like the voicemate notification when somebody calls
Sent from my LG-D802 using xda app-developers app
Click to expand...
Click to collapse
hi there can you make this for 80210a??? TIA

[MOD][UNIVERSAL][JB][KK] Nexus Nav Bar Icons | Odexed | Deodexed

Description:
This changes your nav bar icons (both portrait and landscape). This doesn't add transparency on JB. Use Xposed to get that.
Requests:
Just post in the thread what icons you want and I'll make the zip.
Screenshots:
Stock:
{
"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"
}
Reflection (Thanks atticus182!):
Disclaimer:
I'm not responsible if you're phone blows up, bricks, or anything like that.
Instructions:
1. Download ZipThemer - https:// play.google.com/store/apps/d...ipthemer&hl=en
2. Download the "aooga_z1_nav.zip" file
3. At right upper corner push the 3 dot settings access icon and choose "Update Edify".
4. Verify your device is listed. It should be auto-selected.
5. Push "Browse" and select a flashable file that you have on your phone (choose the rom zip file or gapps zip file for example) but not my file.
5. Next click "Configure". You should get the toast message "Success".
6. Go back one page and then tap "+Theme" button.
7. Then use the green arrow to go and search to find "aooga_z1_nav.zip"
8. On the next screen you should see a check next to Z1 Nav.
9. Press the "Build It" button.
10. You will then be prompted to create a flashable "undo" file to revert the changes (may be a wise suggestion).
11. The app will then build the flashable files (One an update .zip and the other is undo .zip. Then the app will go to a Build Log screen.
12. You can now reboot into your recovery and flash the "Z1_nav-update.zip" or the "Z1_nav-undo.zip" as you need to. (Note: This name might vary, but it will always say "update" or "undo" at the end of the name.)
13. Enjoy!
Downloads:
(4.3):
Stock: http://d-h.st/5e9
Stock Reflection: http://d-h.st/6vd
(4.4):
http://d-h.st/xib
Other Mods:
White Battery Mod: http://forum.xda-developers.com/showthread.php?p=51119814
Changelog:
V1: Initial Release.
Old Downloads:
Nothing here yet.
Requests:
Nothing yet
It's for JB or KK my friend?
kumbangdesa said:
It's for JB or KK my friend?
Click to expand...
Click to collapse
Sorry. JB. KK is uploading now.
EDIT: @kumbangdesa - It's up. Let me know if it works or not. I don't have a phone to test on 4.4.
If anyone wants specific icons, just post here and I'll add them.
I really want the ones with reflect effect, it's possible? Thanks
Sent from my C6903 using Tapatalk
albertobom said:
I really want the ones with reflect effect, it's possible? Thanks
Sent from my C6903 using Tapatalk
Click to expand...
Click to collapse
Yeah ill upload that today.
Sent from my C6916 using Tapatalk
It doesnt work on stock Kitkat..
Sendt fra min C6903 med Tapatalk
mo3553 said:
It doesnt work on stock Kitkat..
Sendt fra min C6903 med Tapatalk
Click to expand...
Click to collapse
Sorry I can't test it. It should work though. Any errors or it just doesn't change anything.
Sent from my C6916 using Tapatalk
aooga said:
Sorry I can't test it. It should work though. Any errors or it just doesn't change anything.
Sent from my C6916 using Tapatalk
Click to expand...
Click to collapse
No errors. It doesnt change anything. I did it 3 times step by step with no luck.
Sendt fra min C6903 med Tapatalk
mo3553 said:
No errors. It doesnt change anything. I did it 3 times step by step with no luck.
Sendt fra min C6903 med Tapatalk
Click to expand...
Click to collapse
PM me your SystemUI.apk
Can someone please tell me where the SystemUI.apk in 4.4 is? I don't have the update so I can't tell. Thanks!
And a reflection icon zip is being added right now.
aooga said:
Can someone please tell me where the SystemUI.apk in 4.4 is? I don't have the update so I can't tell. Thanks!
And a reflection icon zip is being added right now.
Click to expand...
Click to collapse
I was wondering the same. I can't find it.
Sent from my C6903 using Tapatalk
albertobom said:
I was wondering the same. I can't find it.
Sent from my C6903 using Tapatalk
Click to expand...
Click to collapse
Well you're on JB so this zip works. I need the location to get the 4.4 zip file working. Oh, and check the OP.
EDIT: Seems that it's under /system/priv-app/SystemUI.apk. That's what I put in the KK zip file, so can someone else who's on 4.4 try it and and let me know if it works?

[MOD] [lp]Gflex_Theme_Weather for All variant LG G3 Stock(5.0&5.0.1)

hi guys
Special thanks to @ lamhoang_vt
how works : first install weather and then install theme and change theme
Tested on:
1: LG Gpro
2.:LG GX
3:LG Gpro2
4:LG G2 D802
5: LG G3 cloudy rom
1: Flex Weather
{
"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"
}
How To Install:
1: Download mod
2:copy to phone and go to recovery
3: no need 3 wipe
4:instal mod
5:rebot
2: Flex theme
How To Install:
1: Download mod
2:copy to phone and go to recovery
3: no need 3 wipe
4:instal mod
5:rebot
Not working for me !!
CloudyG3 2.2 rom and this is what i got (didn't wipe anything just rebooted to recovery and flash this mod) !! ??
Would u please provide the stock weather app !! I did't backup my rom !!
Aboody Zomar said:
Not working for me !!
CloudyG3 2.2 rom and this is what i got (didn't wipe anything just rebooted to recovery and flash this mod) !!
Would u please provide the stock weather app !! I did't backup my rom !!
Click to expand...
Click to collapse
you change theme for GFlex ?
It working now after installing the theme and apply it !! Thanks man
nice makes my G3 look pretty
@p_a_r_s_a7 the widget only work on lg home???
سلام
تو لاک اسکرین افکتش کار نمیکنه
سنسورش کار میکنه بعد کند میشه و از کار می افته
---------- Post added at 10:59 AM ---------- Previous post was at 10:53 AM ----------
lock screen not effect
bug ....
Smart Notice widget not work after installing flex weather.
I cant change lockscreen background image! How can i fix this?
Hey guys,can I use this weather app with xposed?
Just wanted to say thank you.. This file actually fixed my LP stock based custom ron weather screen on the lock screen of my d851 LG G3.. I let amor of others know and linked them up to a drop box of your zips.. O now have your thread tagged and will be letting 3 of the top devs who built the latest stock custom rima for my phone. Once again thanks for all your hard work.. You will be hearing from more folks soon..
Work in my g3. Cloudy 2.3
Wysłane z mojego LG-D855 przy użyciu Tapatalka
It's work on stock rom?
Can someone post image of the lockscreen weather effect?
Talgold3 said:
It's work on stock rom?
Can someone post image of the lockscreen weather effect?
Click to expand...
Click to collapse
Done
miniupiniu said:
Work in my g3. Cloudy 2.3
Wysłane z mojego LG-D855 przy użyciu Tapatalka
Click to expand...
Click to collapse
if you click on smartnotice to access the weather does not work
All works.
Wysłane z mojego LG-D855 przy użyciu Tapatalka
Aboody Zomar said:
It working now after installing the theme and apply it !! Thanks man
Click to expand...
Click to collapse
How do you apply the theme? Its not in LG smart app
Sent from my LG-D850 using Tapatalk
Ladicx said:
How do you apply the theme? Its not in LG smart app
Sent from my LG-D850 using Tapatalk
Click to expand...
Click to collapse
Install it by recovery and then apply the theme from setting>device>home screen >theme and choose the desired theme
Note that the weather widget won't work with any other theme, only with the theme provided in the op
Ladicx said:
How do you apply the theme? Its not in LG smart app
Sent from my LG-D850 using Tapatalk
Click to expand...
Click to collapse
Nevermind. Found it in settings. Does seem to break being able to click on smart notice widget. Otherwise amazing
Sent from my LG-D850 using Tapatalk
Ladicx said:
Nevermind. Found it in settings. Does seem to break being able to click on smart notice widget. Otherwise amazing
Sent from my LG-D850 using Tapatalk
Click to expand...
Click to collapse
Smart widget is broken by xposed framework. Xposed kills LG smart cover and LG weather so no lock screen animations until someone figures that out but I'm good with this. Looks great on my vs985

Categories

Resources