How to make your Smart Notice Transparent - G3 Themes and Apps

1. Your G3 must be rooted
2. You need a root explorer
3. Go-to /system/etc/mrg_default_forms/ConciergeBoard/default_view/container/res
4. Use your root explorer and rename drawable-xxxhdpi to drawable-xxxhdpi-temp
5. Rename drawable-xxxhdpi-tahitiblue to drawable-xxxhdpi
6. Rename back drawable-xxxhdpi-temp to drawable-xxxhdpi-tahitiblue
7. Now you have to tweak the setup file
8. Go-to /system/etc/mrg_default_forms/ConciergeBoard/default_view/container
10. Edit concierge.css
11. I was changed the bottom notification box stripe because font was white:
#dailyBriefingText {
display: inline-block;
margin-left: 10px;
vertical-align: middle;
overflow: hidden;
width: 277px;
font-size: 14px;
font-weight: bold;
font-family: 'sans-serif';
color: #FFFFFF;
12. Save and go-to settings and re-select LG Theme and you now got a transparent widget.
13. Depend on you wallpaper you should have to play with font colors using HTML values.

I tried to rename the xxxdpi-tahitiblue but it says task failed it's also one that already says It
EDIT: i figured it out its asmall typo in the post it says drawable-xxdpi when it would read drawable-xxxdpi
Sent from my LG-D851 using XDA Free mobile app

kenny513 said:
I tried to rename the xxxdpi-tahitiblue but it says task failed it's also one that already says It
EDIT: i figured it out its asmall typo in the post it says drawable-xxdpi when it would read drawable-xxxdpi
Sent from my LG-D851 using XDA Free mobile app
Click to expand...
Click to collapse
Thanks it was a typo. The correct is drawable-xxxdpi
Sent from my LG-D850 using Tapatalk

atmxpert said:
Thanks it was a typo. The correct is drawable-xxxdpi
Sent from my LG-D850 using Tapatalk
Click to expand...
Click to collapse
I also played around with the white colors(#ffffff) and changed it to
#40e0d0 and Got this
Sent from my LG-D851 using XDA Free mobile app

Could you just make the apk..
THX

brankomk said:
Could you just make the apk..
THX
Click to expand...
Click to collapse
I could post the changed folders and .css files and you Can just overwrite yours
Sent from my LG-D851 using XDA Free mobile app

Works like charm.... Many thanks

is it possible to make zip so some others can flash?

ericsmart said:
is it possible to make zip so some others can flash?
Click to expand...
Click to collapse
Can this be done for the lock screen widget?

plz make a video ..
+
a stope a step 10 (10. Edit concierge.css)
when i try to save it save concierge.css.bak and don't change ( it back to color: #000000; not ffffff)

Works is fine, ty for share

Please Help
Can someone copy the files from their phone and put them up to download? I stupidly didn't make a backup before I did this because it seemed easy enough and apparently I didn't do it right and now I cant fix it.. Please.

Can this be done on the accuweather widget?
Edit: found the G3 zooper widget has the same but it does not work on lollipop.

Thanks for the trick. But after doing it the weather animation on the lock screen works no more for me.
I don't know if it's trick related problem... Someone else encountered the same issue?
Edit. Just reboot and it solved. I'm sorry for the alarm.
Inviato dal mio LG-D855 utilizzando Tapatalk

Thanks for the trick mate!
But which parameter is the transparency one? This makes it like 80% transparent.
Edit
Was able to modify the background image files to full transparency. But another question is, can we modify the buttons and accuweather labels as well?.
Sent from my LG-D855 using XDA Free mobile app

Alikeo said:
Can someone copy the files from their phone and put them up to download? I stupidly didn't make a backup before I did this because it seemed easy enough and apparently I didn't do it right and now I cant fix it.. Please.
Click to expand...
Click to collapse
This is the original files...hit the thanks button

Hey people. I have been trying to change this font color for the cards, but for the life of me cannot find it. Any ideas?
I know I can do the switch to Tahiti blue like the main widget, but that huge "x" annoys the scrap outta me. tia

THanks for developers whos made it....Its so helpfully for me...Cause i like transparent weather rather than stock weather cloudy g3...Thx again..

I'm just guessing as I don't have the cards up but it might be the "#cardNumberBadge"
Try to change the "color: white;" part there.

thanks for sharing, is it possibly for a flashable zip?

Related

Themeing note 10.1

So I started working on a theme for my note 10.1, is going good so far but ran in to a little snag. The problem is when iedit the notifications background it seems to shrink for no reason. The resolution of the image hasn't changed just modified the colour. As you can see in the image below 1 being where 2 should be. And number 3 has developed a gap for some reason even though it hasn't been modified,. Any help would be much appreciated.
[/IMG]Sent from my GT-N8000 using xda app-developers app
Yep thats themed
ckavvouras said:
So I started working on a theme for my note 10.1, is going good so far but ran in to a little snag. The problem is when iedit the notifications background it seems to shrink for no reason. The resolution of the image hasn't changed just modified the colour. As you can see in the image below 1 being where 2 should be. And number 3 has developed a gap for some reason even though it hasn't been modified,. Any help would be much appreciated.
[/IMG]Sent from my GT-N8000 using xda app-developers app
Click to expand...
Click to collapse
Looks like you edited a .9.png file. You need to maintain the 9 patch when editing the file. You have to decompile the apk then edit images. If you look on the border of 9 patch images you'll see black dots or lines you need to make sure they remain solid black and do not edit or move them.
Sent from my GT-N8013 using Tapatalk HD
jivy26 said:
Looks like you edited a .9.png file. You need to maintain the 9 patch when editing the file. You have to decompile the apk then edit images. If you look on the border of 9 patch images you'll see black dots or lines you need to make sure they remain solid black and do not edit or move them.
Sent from my GT-N8013 using Tapatalk HD
Click to expand...
Click to collapse
Can you point me in the right direction on how to do that, this is my first attempt at something like this, I don't know what a 9.png file is how do I maintain the "9" what ever that is. I have been using 7zip to extract the res file editing the files then injecting them back in to the systemui.apk
Sent from my GT-N8000 using xda app-developers app
ckavvouras said:
Can you point me in the right direction on how to do that, this is my first attempt at something like this, I don't know what a 9.png file is how do I maintain the "9" what ever that is. I have been using 7zip to extract the res file editing the files then injecting them back in to the systemui.apk
Sent from my GT-N8000 using xda app-developers app
Click to expand...
Click to collapse
You'll need to learn how to decompile apk just google that it will point in right direction
Sent from my GT-N8013 using Tapatalk HD
jivy26 said:
You'll need to learn how to decompile apk just google that it will point in right direction
Sent from my GT-N8013 using Tapatalk HD
Click to expand...
Click to collapse
Thanks for the help man I really apriciated it
Sent from my GT-N8000 using xda app-developers app
Hi ckavvouras
how can make screenshot with popup?!
when i try to make screenshot, automatically popup go down !!!
please help me
Thanks
and about themes, see this:
http://forum.xda-developers.com/showthread.php?t=2111691
nader1450 said:
Hi ckavvouras
how can make screenshot with popup?!
when i try to make screenshot, automatically popup go down !!!
please help me
Thanks
and about themes, see this:
http://forum.xda-developers.com/showthread.php?t=2111691
Click to expand...
Click to collapse
need to hold the power button and volume down button

SonySketch font - Flashable zip

Just a small but useful thread
Had loads of requests for this font and saw everybody downloading 3rd party apps to get it ect.
For those of you that haven't seen the font, it can be seen here - http://www.ffonts.net/Sony-Sketch-EF.font
Look awesome on the phone.
This tricks the phone to think its stock fonts.
Instructions.
Go to settings / display / font style/ and change your font to Samsung Sans
Place zip on SD card and flash through CWM
Reboot
Switch font back to default
Done.
Font Download - https://hotfile.com/dl/224260368/5207946/sonysketchfont.zip.html
:good: yaaay new font. will try it out
A huge thanks for their work and effort.
nice greetings
Was waitin for this... thanks
Sent from my GT-I9505 using xda premium
No problem guys, thanks . .
Good day, I can flash the zip even with a Cm Rome. Nice greetings
Gesendet vom GT-I9505 mit Tapatalk 4 ?
Thx good work
Sent from my GT-I9505 using xda premium
Support Greek letters?
I got it working only for browser. For Status Bar Clock and System Font it's still old Samsung Sans. Is it supposed to be like this?
Hi. I can i go back and restore for deafult font?
Thanks.
Sent from my GT-I9505 using xda premium
I couldn't get it to work at all. Went back into settings and it has the font there but says it's unavailable. Not rooted so that maybe the cause. Thanks anyway.
PS: Downloaded iFont from the playstore (it's free) and installed Sony Fetch using this and it worked perfectly. Hope that helps.
OzBoy1 said:
I couldn't get it to work at all. Went back into settings and it has the font there but says it's unavailable. Not rooted so that maybe the cause. Thanks anyway.
PS: Downloaded iFont from the playstore (it's free) and installed Sony Fetch using this and it worked perfectly. Hope that helps.
Click to expand...
Click to collapse
followed OP's instructions as well and it did'nt work. i changed my font from samsung sans to default font and it worked. u might try it as well
P.S. ur not rooted so how did u flash it with CWM?
nanoy009 said:
P.S. ur not rooted so how did u flash it with CWM?
Click to expand...
Click to collapse
You can flash through stock, vol up and front button, then press power, hold til boot screen, let power go and bingo you can flash. Not as many options as CWM.
No way to get the default font back ah? I didnt backup the original font before flash.
Sent from my GT-I9505 using xda premium
I can confirm that there is one more step to make it fully work
After flashing, switch from Samsung Sans to Default.
Acuap said:
I can confirm that there is one more step to make it fully work
After flashing, switch from Samsung Sans to Default.
Click to expand...
Click to collapse
Thanks, updated OP
Thanks for the fonts - good job
Thanks for helping guys...
Sent from my GT-I9505 using xda premium
Hi. U dont help me because im jew? I asked 2 times if there is a way to flash back the original font and i got full ignore. Please help..
Sent from my GT-I9505 using xda premium
davidz85 said:
Hi. U dont help me because im jew? I asked 2 times if there is a way to flash back the original font and i got full ignore. Please help..
Sent from my GT-I9505 using xda premium
Click to expand...
Click to collapse
Lol you probably think the whole world is against you.
I'm sure he just missed your question and doesn't mind your jew!
Sent from my GT-I9505 using xda premium

[Request] Smaller softkeys mod for .534 firmware

Hi guys,
I've been using the smaller softkeys mod on my old Xperia Z for half a year now (24dpi size) and just can't and don't wanna get used to these huge and annoying stock softkeys...they are so large and ugly and take away so much screenspace.
Can anybody make a flashable zip or something to make them smaller? That'll be great!
Thank you.
drsoran2 said:
Hi guys,
I've been using the smaller softkeys mod on my old Xperia Z for half a year now (24dpi size) and just can't and don't wanna get used to these huge and annoying stock softkeys...they are so large and ugly and take away so much screenspace.
Can anybody make a flashable zip or something to make them smaller? That'll be great!
Thank you.
Click to expand...
Click to collapse
You can try Xposed and Xpeira V Mods
There is option for 48, 36 & 24dpi
Sent from International Space Station
drsoran2 said:
I've been using the smaller softkeys mod on my old Xperia Z for half a year now (24dpi size) and just can't and don't wanna get used to these huge and annoying stock softkeys...they are so large and ugly and take away so much screenspace.
Can anybody make a flashable zip or something to make them smaller? That'll be great!
Thank you.
Click to expand...
Click to collapse
+1 :good:
---------- Post added at 06:29 PM ---------- Previous post was at 06:26 PM ----------
soxxo said:
You can try Xposed and Xpeira V Mods
There is option for 48, 36 & 24dpi
Click to expand...
Click to collapse
do you mean this?
http://forum.xda-developers.com/showthread.php?p=40214768
Works like a charm!!!!!
guybrush2099 said:
+1 :good:
---------- Post added at 06:29 PM ---------- Previous post was at 06:26 PM ----------
do you mean this?
http://forum.xda-developers.com/showthread.php?p=40214768
Click to expand...
Click to collapse
Yes or XBlast Tools
Sent from International Space Station
Both Xblast tool or Xperia V mod still give me the back button bug
Anybody has a solution?
Gesendet von meinem C6903 mit Tapatalk 2
Are you saying you want the bug?
Lol
Sent from my C6903 using xda premium
gregbradley said:
Are you saying you want the bug?
Lol
Sent from my C6903 using xda premium
Click to expand...
Click to collapse
Lol , sorry , edited . Im not very good at english hehe
Gesendet von meinem C6903 mit Tapatalk 2
I'll wait the hero creates flashable soft keys 36+32 (the same mod we knew on the XZ) :angel:
I'm happy to make a flashable zip for this. It's a pretty simple mod to do..once you know how.
The problem is I've just got the ordinary Z (why didn't I wait a few months?!) so I'll need some files from somebody.
I'll need:
system/framework/framework-res.apk
system/framework/SemcGenericUxpRes.apk
system/app/SystemUI.apk
system/vendor/overlay/android-res.apk
That should do it.
Sent from my C6603 using XDA Premium 4 mobile app
Ticklefish said:
I'm happy to make a flashable zip for this. It's a pretty simple mod to do..once you know how.
The problem is I've just got the ordinary Z (why didn't I wait a few months?!) so I'll need some files from somebody.
I'll need:
system/framework/framework-res.apk
system/framework/SemcGenericUxpRes.apk
system/app/SystemUI.apk
system/vendor/overlay/android-res.apk
That should do it.
Sent from my C6603 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Here are three out of four files. Unfortunately, I can't find the last file in the folder which you've specified. Please have a look at the attached screenshot which shows what's in this folder. Maybe it has a different name now or was moved to another location?
https://dl.dropboxusercontent.com/u/82357813/files for mod.zip
I'm on latest .534 Xperia Z1 firmware.
deleted.
look here http://forum.xda-developers.com/showthread.php?t=2465514
glitschi667 said:
hi,
not quite sure, but if I look at the script that generates the mod files for me - it seems as if the SystemUI.odex is also needed.....
messing with the xml file to fix the back button problem seems do require new odexing from the system...
I've started this morning to download an image of your firmware because I wanted to test my softkey mod creation script.... Now I downloaded the deodexed stock firmware, since I had problems extracting system.sin.....
edit:
ok. I had to change the scripts a bit since they worked via adb to get the files needed but since I also do not have the Z1..... so I cannot test.... and this may be a bit risky...
somebody willing to try out?
DO A BACKUP FIRST!
Click to expand...
Click to collapse
you would need a working recovery for locked bootloaders to test this out. Is there one already?
drsoran2 said:
you would need a working recovery for locked bootloaders to test this out. Is there one already?
Click to expand...
Click to collapse
what's this:
http://forum.xda-developers.com/showpost.php?p=45897998&postcount=36
maybe this?
http://forum.xda-developers.com/showthread.php?t=2455959
EDIT:
but not sure if they are working....
what you can do:
take the framework-res-overlay-navbarXX.apk out of the zips above and put it into /system/vendor/overlay/
if you then have smaller softkeys, that would be step one.
I can give you a new SystemUI.apk to fix the "big back button" problem...if it is there....
glitschi667 said:
what's this:
http://forum.xda-developers.com/showpost.php?p=45897998&postcount=36
maybe this?
http://forum.xda-developers.com/showthread.php?t=2455959
EDIT:
but not sure if they are working....
what you can do:
take the framework-res-overlay-navbarXX.apk out of the zips above and put it into /system/vendor/overlay/
if you then have smaller softkeys, that would be step one.
I can give you a new SystemUI.apk to fix the "big back button" problem...if it is there....
Click to expand...
Click to collapse
what would happen if I did this and reboot? Could it be that I don't have any softkeys at all?
As a safeguard, is it a good idea to enable and autostart an app like "Auto hide softkeys" which brings its own softkey nav bar? I could use this to navigate if the other option fails? Or is it also tied to the stock soft keys?
I guess I'm not brave enough (yet) to test it out . I just finished setting up my Z1 a few days ago and everything is running smoothly and I don't want to mess with it.
I'll have to get annoyed enough with the stock keys or my current replacement (Auto hide softkeys) in order to take the plunge.
drsoran2 said:
what would happen if I did this and reboot? Could it be that I don't have any softkeys at all?
As a safeguard, is it a good idea to enable and autostart an app like "Auto hide softkeys" which brings its own softkey nav bar? I could use this to navigate if the other option fails? Or is it also tied to the stock soft keys?
I guess I'm not brave enough (yet) to test it out . I just finished setting up my Z1 a few days ago and everything is running smoothly and I don't want to mess with it.
I'll have to get annoyed enough with the stock keys or my current replacement (Auto hide softkeys) in order to take the plunge.
Click to expand...
Click to collapse
If it does not work, nothing should happen actually... Worst case: no softkeys.. fix: open a root explorer, navigate to system/vendor/overlay and delete the apk....
glitschi667 said:
hi,
not quite sure, but if I look at the script that generates the mod files for me - it seems as if the SystemUI.odex is also needed.....
messing with the xml file to fix the back button problem seems do require new odexing from the system...
I've started this morning to download an image of your firmware because I wanted to test my softkey mod creation script.... Now I downloaded the deodexed stock firmware, since I had problems extracting system.sin.....
edit:
ok. I had to change the scripts a bit since they worked via adb to get the files needed but since I also do not have the Z1..... so I cannot test.... and this may be a bit risky...
somebody willing to try out?
DO A BACKUP FIRST!
Click to expand...
Click to collapse
Tries this and the nav bar goes smaller
But the big back button is still there,
Would u share the system UI to fix the bug?
Gesendet von meinem C6903 mit Tapatalk 2
chitose_ndy said:
Tries this and the nav bar goes smaller
But the big back button is still there,
Would u share the system UI to fix the bug?
Gesendet von meinem C6903 mit Tapatalk 2
Click to expand...
Click to collapse
That's easy enough to fix. We'd need to edit the navbar.xml and remove the 'android:scaleType' bit of code from the back softkey line.
Sent from my C6603 using XDA Premium 4 mobile app
chitose_ndy said:
Tries this and the nav bar goes smaller
But the big back button is still there,
Would u share the system UI to fix the bug?
Gesendet von meinem C6903 mit Tapatalk 2
Click to expand...
Click to collapse
sure...
here we go....
you need to delete SystemUI.odex inside /system/app
and replace SystemUI.apk with the attached one. make sure it has 644 permissions. ("chmod 644 /system/app/SystemUI.apk")
But please do a backup and enable USB debugging before deleting anything! so you might have a chance to revert your changes if something goes wrong....
und vielen dank fuers testen!!!
EDIT: attachment did not work. REMOVED!
Ticklefish said:
That's easy enough to fix. We'd need to edit the navbar.xml and remove the 'android:scaleType' bit of code from the back softkey line.
Sent from my C6603 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Where could i find the navbar.xml?
Gesendet von meinem C6903 mit Tapatalk 2

[APP]LG Easy Settings & Hidden Menu Launcher/Shortcut[UPDATE 06/03/16]

Hi all.
Like title says. Now tab view of the settings can be launched directly from any launcher.
All credit for that to @RocketSauce83
- Install like normal app
- Translated to various languages
Update: 12/12/15
- Code cleaned
- Changed app icon
- Changed package name (uninstall older version)
- Increased speed little bit
- Modified AndroidManifest.xml Thanks to @[B]elias.grande[/B]
Update: 06/03/16
You don't need dialer to enter hidden menu anymore.
But you will need a rooted device.
Installation:
- Download LG_Hidden_Menu.apk from attachment
- Copy LG_Hidden_Menu.apk to /system/priv-app directory
- Set permissions properly:
-rw r-- r--
[644]
- Reboot your device
Enjoy
[/MENTION]
krija said:
Hi all.
Like title says. Now tab view of the settings can be lauched directly from any launcher.
All credit for that to @RocketSauce83
- Install like normal app
- Translated to various languages
Click to expand...
Click to collapse
Force closes on me
LS980 (Sprint)
Super G2 ROM (KitKat)
Thanks for letting me know. I have read your rom's features and that has themed settings app. It can be related to that, bcs i have tested this app at all available roms for my D802 int.
Sent from my LG-G2 using XDA Premium 4 mobile app
Not working on a stock rooted ls980 either might try and make it a system app and see if that changes anything
kratos313 said:
Not working on a stock rooted ls980 either might try and make it a system app and see if that changes anything
Click to expand...
Click to collapse
let us know if this works.
ingoljosh said:
let us know if this works.
Click to expand...
Click to collapse
Since I haven't seen a reply. I will put it in priv-app and see if that fixes anything. I'll let you know real soon. I like the idea of the tabs or no tabs.
I'm a Sprint CDMA LS980.
didn't work.. the launcher was there but no easy settings.
This is a launcher.. so there is still needed the easy setting apk.
I'm going to move a copy of the apk over and see if it works.
Of course they are odex files for cloudyg3-1.3.
Nope still fails on us. in priv-app. installed moved to system app. No go.
secret.animal said:
Since I haven't seen a reply. I will put it in priv-app and see if that fixes anything. I'll let you know real soon. I like the idea of the tabs or no tabs.
I'm a Sprint CDMA LS980.
didn't work.. the launcher was there but no easy settings.
This is a launcher.. so there is still needed the easy setting apk.
I'm going to move a copy of the apk over and see if it works.
Of course they are odex files for cloudyg3-1.3.
Nope still fails on us. in priv-app. installed moved to system app. No go.
Click to expand...
Click to collapse
Thanks for trying, i had forgotten all about this, still would like to see this work though.
Now im in my weekend house until Monday, without PC. Can somebody upload for me your lgeasysettings.apk and odex, please? If you dont have it in your roms i can do for you installable version. I'll look at it when i get home.
Sent from my LG-D802 using XDA Premium 4 mobile app
I can get you a link to those on my sprint ls980.
Sent from my Nexus 7 using Tapatalk
---------- Post added at 02:54 PM ---------- Previous post was at 02:52 PM ----------
krija said:
Now im in my weekend house until Monday, without PC. Can somebody upload for me your lgeasysettings.apk and odex, please? If you dont have it in your roms i can do for you installable version. I'll look at it when i get home.
Sent from my LG-D802 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I'd love to work with you on this and maybe even get the g3 weather smart card working on g2.
Sent from my Nexus 7 using Tapatalk
Here are the files zipped up. These are from OptimusR G3 from my phone on sprint LS980.
My regular ZVD, Kit kit g2 doesn't have LG Easy Settings.
Hi,
Sorry, i couldn´t make it as installable app. Now it is only deodexed and visible in launchers.
1. Download attachment
2. Put it to internal storage of your device
3. Copy to system/app directory
4. Set right permissions (rw- r-- r--)
5. Reboot your device
Thit is maximum that my knowledge allowes me to do. Sorry i cant help you more guys.
I've tried and tried to deodex the g3 apps, but keep getting errors. I'll try it out in a minute.
Edit. 2:20pm CST USA
It shows in launcher but doesn't run. Reboot and the same. Crashes.
Do you think it might need a library?
Sent from my Nexus 7 using Tapatalk
Maybe, i dont know. But this one is from G3 ported rom and there are some differences in layout code. Tomorrow ill try make one from stock G2 rom (from V20F).
Sent from my LG-D802 using XDA Premium 4 mobile app
V20F
krija said:
V20F
Click to expand...
Click to collapse
I am sorry to say it still does not work with our system. I don't get why it wont let tabbed settings. Easy settings may have something to do with the Framework-res.apk and LGE-res.apk
As it requires those. Something in the main necessity files has something in them that the system needs.
You can't imagine how thankfull i am for this!
It works for me on D855 v10h.
Update: 12/12/15
Changelog
- Code cleaned
- Changed app icon
- Changed package name (uninstall older version)
- Increased speed little bit
- Modified AndroidManifest.xml Thanks to @elias.grande
Click to expand...
Click to collapse
Download in OP.
krija said:
Update: 12/12/15
Download in OP.
Click to expand...
Click to collapse
I don't understand. I have instaled both apks and they are the same. Sorry for noob question but what is this for?
Enviado desde mi LG-D802 mediante Tapatalk
@renzo090513 if you use 3rd party launcher then you can directly launch settings only in list view. You always need a next two taps on 3 dots in action bar of the settings if you want to change view to card view.
Easy settings (card view) app is "hidden". Icon of this app doesn't show up in launcher. With this little app you can launch card view of the settings directly from any 3rd party launcher.
Sent from my LG-D802 using XDA Premium 4 mobile app
Update
Hidden Menu Shortcut/Launcher added
Enjoy

[MOD][LP][STOCK] Panel Notification/quicksettings white multicolor,contacts blue G3/5

Hello,
I decided to make my mod, and here I share with you.
Features:
For LG G2 roms based on stock 5.0.2. LP
Quicksettings header notifications with full width, like android N
Notifications panel like android N, white background
6 toggles and 6 qslide app usign multicolors
Quicksettings buttons to sound mode and custom waiting times
Dialer / Contacts based on the LG G3/G5 stock, finished in navy color (instead of original green)
Recents rounded
These files are modified in /system/priv-app/:
LGSystemUI/LGSystemUI.apk
LGInCallUI/LGInCallUI.apk
LGContacts/LGContacts.apk
Tested in ROM based on stock, the SRKG2-4-10 should go with any ROM based on stock 5.0.2., With the default 480 dpi ...
Remember, alwasy do nandroid copy first, or copy of the 3 files listed above.
I hate to say but I do, I am not responsible for any problems arising out of flash ... ¡¡¡Make copies before flashing !!!
Instructions:
Download the zip in download folder
Enter recovery
Flash the zip
Restart and enjoy.
In upload folder, can chose only contacts / dialer, only androidN notifications, all in one block.
Thanks:
@Dryka Silva for letting me use some of you work.
@glfsd for base dialer/contacts MOD
And of course designers/developers of LG because after all I am also using their work.
--------------------------------------
Download link:
http://ul.to/f/g591lz
--------------------------------------
can u upload to google or mega?? cant download from ul(((
good job. I'm glad to see that there are still around of my old mods (or am I wrong?)
Does it work on ndm ?
Sent from my LG-D802 using XDA-Developers mobile app
glfsd said:
good job. I'm glad to see that there are still around of my old mods (or am I wrong?)
Click to expand...
Click to collapse
mmmmmmm, probably ,... i download the dialer/contacts from another forum, long tieme ago, if I remember correctly Italian forum, and probably is you mod .
The truth is that I do not remember precisely . I put you in the credits. Ok?
totofe69 said:
Does it work on ndm ?
Sent from my LG-D802 using XDA-Developers mobile app
Click to expand...
Click to collapse
Probably yes... Create copy of these files... Or make a nandroid copy, test it and tell us!!!
mpiero11 said:
....I put you in the credits. Ok?
Click to expand...
Click to collapse
no prob
ps. look my signature
mpiero11 said:
Probably yes... Create copy of these files... Or make a nandroid copy, test it and tell us!!!
Click to expand...
Click to collapse
I will test it and will report. Thx
But download fail... 0 octet file ?
Sent from my LG-D802 using XDA-Developers mobile app
totofe69 said:
I will test it and will report. Thx
But download fail... 0 octet file
Sent from my LG-D802 using XDA-Developers mobile app
Click to expand...
Click to collapse
What zip file fail?
I have tried dowload all zips work and me perfectly.
mpiero11 said:
What zip file fail?
I have tried dowload all zips work and me perfectly.
Click to expand...
Click to collapse
The file i had downloaded is 0 byte
Sent from my LG-D802 using XDA-Developers mobile app
totofe69 said:
The file i had downloaded is 0 byte
Sent from my LG-D802 using XDA-Developers mobile app
Click to expand...
Click to collapse
Go to link folder http://ul.to/f/g591lz (not rigth click and download, simple click) and choose zip file for download.
The link provided in post#1 is a folder with options for download, not a zip file directly.
mpiero11 said:
Hello,
I decided to make my mod, and here I share with you.
Features:
For LG G2 roms based on stock 5.0.2. LP
Quicksettings header notifications with full width, like android N
Notifications panel like android N, white background
6 toggles and 6 qslide app usign multicolors
Quicksettings buttons to sound mode and custom waiting times
Dialer / Contacts based on the LG G3/G5 stock, finished in navy color (instead of original green)
Recents rounded
These files are modified in /system/priv-app/:
LGSystemUI/LGSystemUI.apk
LGInCallUI/LGInCallUI.apk
LGContacts/LGContacts.apk
Tested in ROM based on stock, the SRKG2-4-10 should go with any ROM based on stock 5.0.2., With the default 480 dpi ...
Remember, alwasy do nandroid copy first, or copy of the 3 files listed above.
I hate to say but I do, I am not responsible for any problems arising out of flash ... ¡¡¡Make copies before flashing !!!
Instructions:
Download the zip in download folder
Enter recovery
Flash the zip
Restart and enjoy.
In upload folder, can chose only contacts / dialer, only androidN notifications, all in one block.
Thanks:
@Dryka Silva for letting me use some of you work.
@glfsd for base dialer/contacts MOD
And of course designers/developers of LG because after all I am also using their work.
--------------------------------------
Download link:
http://ul.to/f/g591lz
--------------------------------------
Click to expand...
Click to collapse
can someone make a mirror? i cannot download it....
Plz make mirror link for download , cannot dowload it
Sent from my LG-D802 using Tapatalk
farsad_14 said:
Plz make mirror link for download , cannot dowload it
Sent from my LG-D802 using Tapatalk
Click to expand...
Click to collapse
What is the problem exactly?
mpiero11 said:
What is the problem exactly?
Click to expand...
Click to collapse
downloaded file sizeonly 0.2k.
Sent from my LG-D802 using XDA Free mobile app
scaromouche said:
downloaded file sizeonly 0.2k.
Click to expand...
Click to collapse
Same issue i talked few days ago.
scaromouche said:
downloaded file sizeonly 0.2k.
Sent from my LG-D802 using XDA Free mobile app
Click to expand...
Click to collapse
And what is the concret file downloaded fail?
The link of post#1 is a folder with links of systemui and contacts separatly.
mpiero11 said:
And what is the concret file downloaded fail?
The link of post#1 is a folder with links of systemui and contacts separatly.
Click to expand...
Click to collapse
the last one,systemui with contact..im not a premium user, maybe because of that i cannot download it.
Sent from my LG-D802 using XDA Free mobile app
There are tons of online storage alternatives! Why did you simply choose the worst one, uploaded.net?!! Sorry, but these works are useless if nobody can download and try them!
LG-D802 cihazımdan Tapatalk kullanılarak gönderildi
elmas1980 said:
There are tons of online storage alternatives! Why did you simply choose the worst one, uploaded.net?!! Sorry, but these works are useless if nobody can download and try them!
LG-D802 cihazımdan Tapatalk kullanılarak gönderildi
Click to expand...
Click to collapse
Simply, not download it.
When I see negative comments and demands like this post, I remember that I not should share my work. I was upload in another server but I have canceled. Sorry.
The download works perfectly in uploaded.net, if you look fails if ye have exceeded the download limit. I leave for now on.
Sorry for the user who does not have fault.

Categories

Resources