First of all, Thanks to: Cloudyfa & OptimusRs for porting the incredible G3 system to our phones.
This Debloat zip will remove much of the "bloat" in G3 ROMs upon flashing.
The LGEdition will of course remove practically EVERY LG app and ALL LG Sounds replacing with some Android L sounds. I also threw in the L bootanimation just for fun.
Please Read.
*DO NOT ask where your favorite app went after flashing.
Note: If you want to keep some apps use a backup utility, then restore the app(s) after flashing.
To "celebrate" over 8k downloads, the full LG Edition package is very popular!, I updated the scripts to work with CloudyG3 2.0 and OptimusG3 1.4.[/I]
Some of the removed apps with the LGEdition*:
A bunch of stuff you won't notice,
Power on/off sounds,
FM Radio,
LG Intelligent Assistant and support apps,
LG PC Suite, since it needs a program on the PC, Use AirDroid,
LG Messanger, Yes! Messanger!! Use Hangouts,
LG Notebook,
LG Smart Notification and supporting apps,
LG SmartWorld,
LG Weather and support apps. YES!! Weather!,
LG Browser,
LG Music, YES!! MUSIC!!,
LG Email, And YES! That removes Enterprise!,
LG My Wellness, Walk to the mall and get a pedometer,
LG QuickMemo,
LG QuickVoice,
LG Tasks,
LG TTS,
LG File Manager, maybe useful on initial boot
Basic removes background apps and FMRadio which isn't working at the moment plus PCSuite.
*Flashing Basic will no longer remove the LG SmartCard function* At the expense of system speed/RAM.
Here's some of the code:
Code:
delete("/system/app/CloudHub.apk");
delete("/system/app/CloudHub.odex");
delete("/system/app/ELTTest.apk");
delete("/system/app/ELTTest.odex");
delete("/system/app/GnssAirTest.apk");
delete("/system/app/GnssAirTest.odex");
delete("/system/app/GnssPosTest.apk");
delete("/system/app/GnssPosTest.odex");
delete("/system/app/GnssTest.apk");
delete("/system/app/GnssTest.odex");
delete("/system/app/LGFavoriteContactsWidget.apk");
delete("/system/app/LGFavoriteContactsWidget.odex");
delete("/system/priv-app/LGFavoriteContactsWidget.apk");
delete("/system/priv-app/LGFavoriteContactsWidget.odex");
delete("/system/app/LGHome_Theme_TahitiBlue.apk");
delete("/system/app/LGHome_Theme_TahitiBlue.odex");
delete("/system/app/LGHome_Theme_TahitiPink.apk");
delete("/system/app/LGHome_Theme_TahitiPink.odex");
delete("/system/app/LGHome_Theme_TahitiWhite.apk");
delete("/system/app/LGHome_Theme_TahitiWhite.odex");
#delete("/system/app/LGFmRadio.apk");
#delete("/system/app/LGFmRadio.odex");
delete("/system/app/LGLIA.apk");
delete("/system/app/LGLIA.odex");
delete("/system/app/LGPartnerBookmarksProvider.apk");
delete("/system/app/LGPartnerBookmarksProvider.odex");
delete("/system/app/LGPcSuiteUI.apk");
delete("/system/app/LGPcSuiteUI.odex");
delete("/system/app/LGPhotoAlbumWidget.apk");
delete("/system/app/LGPhotoAlbumWidget.odex");
delete("/system/app/LGSearchWidgetProvider.apk");
delete("/system/app/LGSearchWidgetProvider.odex");
delete("/system/app/LGSmartWorld.apk");
delete("/system/app/LGSmartWorld.odex");
delete("/system/app/LGTextLink.apk");
delete("/system/app/LGTextLink.odex");
delete("/system/app/LGTextLinkAgent.apk");
delete("/system/app/LGTextLinkAgent.odex");
delete("/system/app/LGTestLinkEngine.apk");
delete("/system/app/LGTestLinkEngine.odex");
delete("/system/app/LGThinkFreeViewer.apk");
delete("/system/app/LGThinkFreeViewer.odex");
delete("/system/app/LGWeather.apk");
delete("/system/app/LGWeather.odex");
delete("/system/app/LGWeatherTheme.apk");
delete("/system/app/LGWeatherService.odex");
delete("/system/app/LGWeatherService.apk");
delete("/system/app/LGWeatherTheme.odex");
delete("/system/app/LGWernickeManager.apk");
delete("/system/app/LGWernickeManager.odex");
delete("/system/app/LGAInformant.apk");
delete("/system/app/LGAInformant.odex");
delete("/system/app/LIAMrGDBLogger.apk");
delete("/system/app/LIAMrGDBLogger.odex");
delete("/system/app/LIAS4URecommender.apk");
delete("/system/app/LIAS4URecommender.odex");
delete("/system/app/WVTest.apk");
delete("/system/app/WVTest.odex");
#../system/media/
delete("/system/media/shutdownanimation.apk");
delete("/system/media/audio/ui/PowerOff.ogg");
delete("/system/media/audio/ui/PowerOn.ogg");
delete_recursive("/system/media/audio/alarms");
delete_recursive("/system/media/audio/notifications");
delete_recursive("/system/media/audio/ringtones);
#../system/priv_app/
#delete("/system/priv-app/LGApplicationManager.apk");
#delete("/system/priv-app/LGApplicationManager.odex");
delete("/system/priv-app/LGBackup.apk");
delete("/system/priv-app/LGBackup.odex");
delete("/system/priv-app/LGBrowser.apk");
delete("/system/priv-app/LGBrowser.odex");
delete("/system/priv-app/LGCalendar.apk");
delete("/system/priv-app/LGCalendar.odex");
delete("/system/priv-app/LGConciergeBoard.apk");
delete("/system/priv-app/LGConciergeBoard.odex");
delete("/system/priv-app/LGEasyHome.apk");
delete("/system/priv-app/LGEasyHome.odex");
delete("/system/priv-app/LGEmail.apk");
delete("/system/priv-app/LGEmail.odex");
#delete("/system/priv-app/LGFileManager.apk");
#delete("/system/priv-app/LGFileManager.odex");
#delete("/system/priv-app/LGHome.apk");
#delete("/system/priv-app/LGHome.odex");
delete("/system/priv-app/LGMediaProvider.apk");
delete("/system/priv-app/LGMediaProvider.odex");
delete("/system/priv-app/LGMessage.apk");
delete("/system/priv-app/LGMessage.odex");
delete("/system/priv-app/LGMusic.apk");
delete("/system/priv-app/LGMusic.odex");
delete("/system/priv-app/LGMusicWidget.apk");
delete("/system/priv-app/LGMusicWidget.odex");
delete("/system/priv-app/LGMyGuide.apk");
delete("/system/priv-app/LGMyGuide.odex");
delete("/system/priv-app/LGMyWellness.apk");
delete("/system/priv-app/LGMyWellness.odex");
delete("/system/priv-app/LGMyWellnessShortcut.apk");
delete("/system/priv-app/LGMyWellnessShortcut.odex");
delete("/system/priv-app/LGPCSuite.apk");
delete("/system/priv-app/LGPCSuite.odex");
delete("/system/priv-app/LGQuickMemoPlus.apk");
delete("/system/priv-app/LGQuickMemoPlus.odex");
delete("/system/priv-app/LGTasks.apk");
delete("/system/priv-app/LGTasks.odex");
delete("/system/priv-app/LGBackupShorcut.apk");
delete("/system/priv-app/LGBackupShorcut.odex");
DOWNLOADS:
A Basic DeBloater and a Basic DeBloater Plus SmartCard is attached. For the bandwidth challenged.
Both leave all LG Sounds, and some LG apps the LGEdition removes and replaces with Google apps.
"Plus SmartCard" also leaves LG SmartCard and all required services. Pretty much useless IMO.
Full LGEdition v3b is here:
LGEdition md5: 32f0589da0619e71d97deddc45d81270
*The list of apps and service removed from the android mobile operations system, from here referred to as the ROM, is subject to change.
The script may not, or more probably may, be updated when the associated ROMs are updates. If not updated the scripts may or may not retain their functionality. If additions or subtractions to the scripts are requested in writing the maintainer of the script may, or may not, make the requested changes and make them available to the requester in private or release the modified modification publicly. Are you still reading? if so I'd love to give you the link to the mystical Silver Edition DeBloater that removes even more LG Apps and replaces them with the corresponding Google equivalent but adding the libs for only a couple of AOSP apps broke much more so that project is dead. Please report any issues and don't forget to click thanks.
Where did _______go after I flashed it?
Sorry Lol. I couldnt just NOT be a smartass
Sent from my LG-D800 using Tapatalk
hey umm i have a problem where did ______ went after flashing?
Any zip for optimusG3 ?
Envoyé de mon LG-D802 en utilisant Tapatalk
thelgog said:
hey umm i have a problem where did ______ went after flashing?
Click to expand...
Click to collapse
ha! *high five*
Sent from my LG-D800 using Tapatalk
BreakingVZW said:
Where did _______go after I flashed it?
Sorry Lol. I couldnt just NOT be a smartass
Sent from my LG-D800 using Tapatalk
Click to expand...
Click to collapse
thelgog said:
hey umm i have a problem where did ______ went after flashing?
Click to expand...
Click to collapse
Don't make me get a moderator to clean this thread already! :victory:
rachid59860 said:
Any zip for optimusG3 ?
Envoyé de mon LG-D802 en utilisant Tapatalk
Click to expand...
Click to collapse
Optimus is a lot more bloated than Cloudyfa's from what I've seen of it. of have to download it to check it out.
Maybe when I get back home.
Sent from my VS980 4G using Tapatalk
fr4nk1yn said:
Don't make me get a moderator to clean this thread already! [emoji12]
Optimus is a lot more bloated than Cloudyfa's from what I've seen of it. of have to download it to check it out.
Maybe when I get back home.
Sent from my VS980 4G using Tapatalk
Click to expand...
Click to collapse
Thanks
Envoyé de mon LG-D802 en utilisant Tapatalk
fr4nk1yn said:
Don't make me get a moderator to clean this thread already! [emoji12]
Optimus is a lot more bloated than Cloudyfa's from what I've seen of it. of have to download it to check it out.
Maybe when I get back home.
Sent from my VS980 4G using Tapatalk
Click to expand...
Click to collapse
lol I kid I kid. you set that up too perfectly man
Sent from my LG-D800 using Tapatalk
where is the file ?
3thman said:
where is the file ?
Click to expand...
Click to collapse
I was busy editing!
New scripts are up. Another WARNING!: The LG Edition WILL REMOVE most LG Apps.
If there's enough interest I'm thinking of doing a "Nexus" Edition. In all honesty it would'nt take much more work.
Nexus edition would be awesome !
Enviado de meu LG-D805 usando Tapatalk
Any Reports? I'll admit I was already debloated so I basically tested if it would flash.
emoibm said:
Nexus edition would be awesome !
Enviado de meu LG-D805 usando Tapatalk
Click to expand...
Click to collapse
Already working on it. A little more work than I thought but the basics are done. I just have to source the replacement apps and test.
I'm going to be a thanks whore for awhile before release though :silly:
Getting rid of gnss test will screw up your gps, I know this from previous roms!
Owner of http://www.ootpapps.com & a D803
autom8r said:
Getting rid of gnss test will screw up your gps, I know this from previous roms!
Owner of http://www.ootpapps.com & a D803
Click to expand...
Click to collapse
I removed it on my debloated ROMs with almost 10k combined installs and no ones complained. It's also listed as safe many places.
Don't know that whether it is proper to say. But I just wonder that Debloater will be perfect if it is in Aroma Installer where you can choose what to delete and what not. Anyway, thanks for great debloater
I just installed yesterday Optimus G3 rom alongside Dorimanx. Set it up the way i want (removed apps, tweaked the kernel) and i was still not happy. The rom was lagging in animations and all and this without the launcher, test apps, weather, quick+ memo, etc etc.
What made a real difference was removing these:
Code:
delete("/system/app/LGLIA.apk");
delete("/system/app/LGLIA.odex");
delete("/system/app/LIAInformant.apk");
delete("/system/app/LIAInformant.odex");
delete("/system/app/LIAMrGDBLogger.apk");
delete("/system/app/LIAMrGDBLogger.odex");
delete("/system/app/LIAS4URecommender.apk");
delete("/system/app/LIAS4URecommender.odex");
Since i had no idea what these are (they are from G3 rom) i didn't wanted to delete them - god knows what they are used for - but thank you Franklin for this thread. I removed them and now the rom is snappy as a G2 rom (Cloudyflex, Cloudystock, bruce, Pardus - you name it).
Thank you!
hellshinoda said:
Don't know that whether it is proper to say. But I just wonder that Debloater will be perfect if it is in Aroma Installer where you can choose what to delete and what not. Anyway, thanks for great debloater
Click to expand...
Click to collapse
Aroma makes my head hurt. I admit that would be the best solution, I can't figure out if it would delete instead of install and we'd have to remove two separate files for each app being removed. There's that headache!
1ceb0x said:
I just installed yesterday Optimus G3 rom alongside Dorimanx. Set it up the way i want (removed apps, tweaked the kernel) and i was still not happy. The rom was lagging in animations and all and this without the launcher, test apps, weather, quick+ memo, etc etc.
What made a real difference was removing these:
Code:
delete("/system/app/LGLIA.apk");
delete("/system/app/LGLIA.odex");
delete("/system/app/LIAInformant.apk");
delete("/system/app/LIAInformant.odex");
delete("/system/app/LIAMrGDBLogger.apk");
delete("/system/app/LIAMrGDBLogger.odex");
delete("/system/app/LIAS4URecommender.apk");
delete("/system/app/LIAS4URecommender.odex");
Since i had no idea what these are (they are from G3 rom) i didn't wanted to delete them - god knows what they are used for - but thank you Franklin for this thread. I removed them and now the rom is snappy as a G2 rom (Cloudyflex, Cloudystock, bruce, Pardus - you name it).
Thank you!
Click to expand...
Click to collapse
LG Intelligent Agent seems to be some debugging logger. Glad it helped.
fr4nk1yn said:
Aroma makes my head hurt. I admit that would be the best solution, I can't figure out if it would delete instead of install and we'd have to remove two separate files for each app being removed. There's that headache!
LG Intelligent Agent seems to be some debugging logger. Glad it helped.
Click to expand...
Click to collapse
What I am curious is - why you say Optimus is more bloated than the other one made by Cloudyfa? Just curious because everyone seems to go after Optimus g3...
Sent from my LG-D802 using Tapatalk
1ceb0x said:
What I am curious is - why you say Optimus is more bloated than the other one made by Cloudyfa? Just curious because everyone seems to go after Optimus g3...
Sent from my LG-D802 using Tapatalk
Click to expand...
Click to collapse
Personal Opinion on which ROM to choose. Optimus has more LG apps like QVoice which Cloudyfa's doesn't, also a few more service apps and the camera mod.
fr4nk1yn said:
I removed it on my debloated ROMs with almost 10k combined installs and no ones complained. It's also listed as safe many places.
Click to expand...
Click to collapse
without a doubt it breaks gps if I freeze it on my device, so I dunno...
Owner of http://www.ootpapps.com & a D803
Related
Since i have not seen any threads ralated to this ROM and so i've thought that many would be interested to know that there is another 4.4.2 android build available for our beloved Optimus G.
here is the changelog site li http://www.cyanfox-rom.com/2014/01/01/cyanfox-2-0-2/
And here is the download link: http://cyanfox-rom.com/downloads/?folder=e975/
+the main folder which also contains the gapps: http://cyanfox-rom.com/downloads/
I've just installed CyanFox and I am quite impressed by it's overall smoothness and responsiveness. I pleasantly found out that there are many personalization options including halo.
+working DSP manager and 13mp camera(which should be no surprise)
ioang said:
Since i have not seen any threads ralated to this ROM and so i've thought that many would be interested to know that there is another 4.4.2 android build available for our beloved Optimus G.
here is the changelog site li http://www.cyanfox-rom.com/2014/01/01/cyanfox-2-0-2/
And here is the download link: http://cyanfox-rom.com/downloads/?folder=e975/
+the main folder which also contains the gapps: http://cyanfox-rom.com/downloads/
Click to expand...
Click to collapse
Being this ROM based in CM I believe that MHL don't work, can someone confirm?
Please share some screenshots and more information about ROM.
Thanks for the info.
There are also 4.4.2 build of Vanir and Commotio for E975.
It would be handy to have one general thread for sharing all the info about new ROMs, since dev boards are rarely updated by developers.
pseudobluz said:
Thanks for the info.
There are also 4.4.2 build of Vanir and Commotio for E975.
It would be handy to have one general thread for sharing all the info about new ROMs, since dev boards are rarely updated by developers.
Click to expand...
Click to collapse
+1. It's nice to see a Somorgasbord for ROMs for E975. Specially KitKat ROMs.
Does this ROM have a OFFICIAL page? Or does this ROM becomes updated regularly?
delete
Emmes said:
delete
Click to expand...
Click to collapse
Please give me a good reason and i will.
Very stupid question but can I dirty flash this from cm11?
neaznc021 said:
Very stupid question but can I dirty flash this from cm11?
Click to expand...
Click to collapse
Maybe it will work but it's a bad idea.
---------- Post added at 12:39 AM ---------- Previous post was at 12:22 AM ----------
MitoTakatori said:
+1. It's nice to see a Somorgasbord for ROMs for E975. Specially KitKat ROMs.
Click to expand...
Click to collapse
There's also a JellyBam kitkat rom for our e975.
http://goo.im/devs/BAM/e975
I have to say, this is an awesome daily drive for me. After 2 days of use, i havent seen any problems. And now i also use cyanfox on my nexus 7.
If you are "waiting" for an official LG update, you should try this out in the meantime. You wont regreat it
Sent from your moms bed!
Are there partitions changes in 4.4, this rom specifically? I'm currently using liquid smooth 4.3 rom, what steps should be taken to install this rom?
Edit:
I have just installed it. There are no partition changes, so no data was lost. GPS works great, whole system feels very snappy.
There is 13mp option in camera, but image is then stretched vertical, on 8mp setting everything is fine. same result with Vsco cam app (also it crashes), with Focal app its ok on 13mp. Also there is no photo sphere. Gonna try some camera apps from nexus devices, see how it goes.
Sent from my LG-E975 using Tapatalk 4
It seams that deep sleep doesn't work, something is keeping my phone awake. How about you guys?
Sent from my LG-E975 using Tapatalk 4
Cayman.n2o said:
It seams that deep sleep doesn't work, something is keeping my phone awake. How about you guys?
Sent from my LG-E975 using Tapatalk 4
Click to expand...
Click to collapse
Have yu checkd nfc s turned off...??
Sent from my LG-E975 powering Stock 4.1.2
Yes, turned off nfc, location, everything...
Anyway, I have just installed Bam rom, and the problem with camera that stretches 13mp image is also present on this rom.
For me this is the best kk rom for e975. Everything runs nice and smooth. No battery drain... will stay on this for a while.
Noticed small "bugs":
- custom led color notifications are not working, it's always yellow-green
- after restart there is navigation bar and have to turn it on/off and then it's ok
Hi, I have a problem with network settings. Phone starts up with LTE/GSM and I have not network with this. If I change to WCDMA preferred with *#*#4636*#*# it is ok. When I restart phone it is again set to LTE/GSM. Any possibilty to change permanently?
giuliaspider said:
Hi, I have a problem with network settings. Phone starts up with LTE/GSM and I have not network with this. If I change to WCDMA preferred with *#*#4636*#*# it is ok. When I restart phone it is again set to LTE/GSM. Any possibilty to change permanently?
Click to expand...
Click to collapse
it is not doing anything this code .. wrong
Cayman.n2o said:
Yes, turned off nfc, location, everything...
Anyway, I have just installed Bam rom, and the problem with camera that stretches 13mp image is also present on this rom.
Click to expand...
Click to collapse
It may be stretched when you open the app but when you focus it seems to sort itself out
Sent from my Pimped LG Optimus G running BAM Rom 2.0
someone mentioned bam. it seems they're approaching a stable version now with RC2. anyone using this rom care to share a feedback. thanks
So, tomorrow I'll be getting my new LG G3.
What should I do when I get it?
I see people saying to change the dpi of the screen, some mods on the build config file or w/e and change the camera apk
What do you recommend?
Art, root remove bloatware. Prio.
lossah said:
Art, root remove bloatware. Prio.
Click to expand...
Click to collapse
Why do people say the perfomance is so poor?
Tabinhu said:
Why do people say the perfomance is so poor?
Click to expand...
Click to collapse
Not everyone says that, I don't, for example . I prefer sticking to Dalvik and being able to use Xposed framework. I recommend getting LGG3 Tweaksbox, there are some interesting things you can do with it.
Sent from my LG-D855
Best part use it
Hey guys ,
I'm using the Super LTE Lollipop Rom which is absolutely perfect except one thing that bothers me:
I'm using the original LG Smart Cover and the Phone doesn't support it. Its not listed in the Accessoires Topic.
Is there a flashable ZIP or something, i can make it work?
I don't want to use Auto Screen off/on Apps from the Playstore!
Regards
I don't understand, since the screen off and on is triggered by a magnet chip that's embedded in the cover. The software that supports it is just something extra. That said, Blisspop 3.6 has the option for turning screen on or off or do nothing.
Alibabara said:
Hey guys ,
I'm using the Super LTE Lollipop Rom which is absolutely perfect except one thing that bothers me:
I'm using the original LG Smart Cover and the Phone doesn't support it. Its not listed in the Accessoires Topic.
Is there a flashable ZIP or something, i can make it work?
I don't want to use Auto Screen off/on Apps from the Playstore!
Regards
Click to expand...
Click to collapse
I used it too. Excellent rom, great indeed.
To make your quick case work, flash the newest V7i rom. The will be an option. Configuration, screen and you'll find it. I flashed E980 version.
Good luck.
Enviado de meu LG-E980 usando Tapatalk
artssa said:
I used it too. Excellent rom, great indeed.
To make your quick case work, flash the newest V7i rom. The will be an option. Configuration, screen and you'll find it. I flashed E980 version.
Good luck.
Enviado de meu LG-E980 usando Tapatalk
Click to expand...
Click to collapse
Thank you for the advice. I already flashed V7i, but unfortunately I have a lot of problems with this version. Home button not working, no notifications and battery drain. But the Quickcase worked
But the V6.5 is much better on my phone so I will keep this version. Maybe we can port the quick case option to the 6.5 rom?
I have same problem with super lte rom and smartcover. Someone have found a flashable zip to install?
Hi, this is my first Lg phone and I was wondering if someone will port the new UI to G4 (since there isn't so much interest for this phone, comparing to HTC M8 and nexus devices I had). I mean a Cloudy-G4 or something similar.
I really hope so, because it seems to be amazing
I think it would be actually better if G5 got an LG G4 UX 4.0 port
Adam Myczkowski said:
I think it would be actually better if G5 got an LG G4 UX 4.0 port
Click to expand...
Click to collapse
I have no problem with the UI... it's just the launcher
raynan said:
I have no problem with the UI... it's just the launcher
Click to expand...
Click to collapse
I believe that you can bring the old launcher to the new-ui-rom.
In case of that is not possible, you can still use nova or whatever, don't you? =)
Noker7 said:
I believe that you can bring the old launcher to the new-ui-rom.
In case of that is not possible, you can still use nova or whatever, don't you? =)
Click to expand...
Click to collapse
Absolutely. I haven't used a stock launcher in years. Lol
The new UI looks like MIUI or some chinese crap that copy IOS.lol.Very bad LG...very bad move.
I'm quite interested to know if UX 5.0 will be made available for the G4. Was 4.0 made available for the G3?
If the APK is released for 5.0, will someone at XDA port it to the G4? If so, will I be able to install it on a G4 that has a locked bootloader? I don't have the ability to flash ROMs with the H815P version.
@Noker7, have you found out any more information about this since you posted this thread?
http://www.lgnewsroom.com/2016/03/introducing-a-more-playful-and-innovative-lg-ux-5-0/
Sent from my LG G4
Bl1zz4rd said:
@Noker7, have you found out any more information about this since you posted this thread?
Click to expand...
Click to collapse
Nope. Only a "port" of G5 camera apk, which I won't test
Let's wait for a good guy who ports the new UI to our G4
welder73 said:
http://www.lgnewsroom.com/2016/03/introducing-a-more-playful-and-innovative-lg-ux-5-0/
Sent from my LG G4
Click to expand...
Click to collapse
I really hope they're correct and it happens.
Noker7 said:
Nope. Only a "port" of G5 camera apk, which I won't test
Let's wait for a good guy who ports the new UI to our G4
Click to expand...
Click to collapse
What model G4 do you have? With the H815P, I won't be able to get the UI if it comes via a ROM, so I'll need to wait for an update, or a new version of Android.
I really like the G4 UI, againt the G5... much more option, I like the APP drawer. it Would be nice if the notification bar change on G4, like the Color and icons. I dont like the grey style.
Bl1zz4rd said:
What model G4 do you have? With the H815P, I won't be able to get the UI if it comes via a ROM, so I'll need to wait for an update, or a new version of Android.
Click to expand...
Click to collapse
I've h815
Noker7 said:
I've h815
Click to expand...
Click to collapse
Lucky
danieldp1990 said:
I really like the G4 UI, againt the G5... much more option, I like the APP drawer. it Would be nice if the notification bar change on G4, like the Color and icons. I dont like the grey style.
Click to expand...
Click to collapse
There is going to be an option to enable the app drawer in the launcher settings. 3rd party launchers are always an option, as well. In my mind, the stock launcher means almost nothing anymore...
Any news on that? I'd love to see UX 5.0 on my G4, but wouldn't like to wait a few months until LG gives it to us..
myszy said:
Any news on that? I'd love to see UX 5.0 on my G4, but wouldn't like to wait a few months until LG gives it to us..
Click to expand...
Click to collapse
Yes, the Genisys team ported it. http://forum.xda-developers.com/g4/themes-apps/theme-genisys-ux-5-0-theme-v1-0-t3359019
use genysis rom it's pretty good and has new ui
Yeah, I saw it. But is it really fully ported or just stock G4 rom made to look like UX 5 (changed colors, icons, etc.)?
myszy said:
Yeah, I saw it. But is it really fully ported or just stock G4 rom made to look like UX 5 (changed colors, icons, etc.)?
Click to expand...
Click to collapse
No G5 rom porting until now.
It has G4 UI and few G5 apps.
You can flash "gensys theme" over 20e to get some of 5.0UX. We have to wait for a complete porting.
http://forum.xda-developers.com/lg-g3/development/rom-fulmics-rom-3-0-tweaks-hub-ota-v30b-t3304556
The G3 have a fully port of UX 5.0
Hello everybody
First of all I'd like to thank all the devs who are making the V30 better. I started this thread, so that people can express their wishes for the V30 here. Also Devs can get some inspiration of it and implement it in there Roms.
Features/Tweaks
- battery life, Performance and memory improvements
- Dual Speaker Mod
- Sound Improvemt
-Jpeg and Video Improvemt
- High Impandance Mode
- Changing Songs with Volume Up and Down button
- Kernel: Option to disable Fast charge for a Long battery Life.
- Kill App Back button
- Doze for Google Play services
- Call Recorder
- Sound Boost
- All Weather Animation on Log Screen (ability to change the Animation)
- battery percent inside the battery icon
- Performance Profiles
- fully customizable Always-On-Display
francois amon said:
Hello Guys,
This Thread is here for Features requirements.
I Like the Work of Devs and want them to get Inspirations of some Features Here.
Since i am coming from the LG G3 and there where a Lot of Features and mods for this Phone, i am hoping that the LG V30 will also get a lot of exiting Features and mods!
Let me Start
- Dual Speaker Mod
- Sound Improvemt
-
Click to expand...
Click to collapse
Already done. See the WETA ROM down in development.
https://forum.xda-developers.com/showthread.php?t=3747290
Sent via open market LG US998 V30/V30+
ChazzMatt said:
Already done. See the WETA ROM down in development.
Sent via open market LG US998 V30/V30+
Click to expand...
Click to collapse
Of course, but what I want to achieve is that everyone should express their wishes (Features/Mods/Tweaks) here!
francois amon said:
Of course, but what I want to achieve is that everyone should express their wishes (Features/Mods/Tweaks) here!
Click to expand...
Click to collapse
Probably that should be done in the ROM threads themselves or up in the General discussion?
@Mentalmuso, the WETA developer is very open to reasonable suggestions.
Right now there's only one ROM for open market LG US998 and one for European H93/H930G, unless you count the "alpha" Lineage thread where there's no activity.
@whiskeyomega had a nice audio-centric ROM for H930/H930G, but he closed it down. He's also removed his XDA account. I hope he comes back, because he's been VERY helpful to us.
He created mods, which unleash the quad DAC.
Do you have an LG V30 which is eligible for bootloader unlock? Or you're just window shopping for a ROM?
Sent via open market LG US998 V30/V30+
Do you have an LG V30 which is eligible for bootloader unlock? Or you're just window shopping for a ROM?
Sent via open market LG US998 V30/V30+[/QUOTE]
I have the LG V30 64 GB Version. International H930
ChazzMatt said:
Already done. See the WETA ROM down in development.
https://forum.xda-developers.com/showthread.php?t=3747290
Sent via open market LG US998 V30/V30+
Click to expand...
Click to collapse
Nice. But the WETA Rom is only for US Models.
francois amon said:
Nice. But the WETA Rom is only for US Models.
Click to expand...
Click to collapse
Yes, and @whiskeyomega shut down his H930/H930G "Boom Box" ROM yesterday, due to permissions misunderstanding for some audio mods he was using in the ROM.
https://forum.xda-developers.com/showthread.php?t=3760104
I hope he comes back...
Sent via open market LG US998 V30/V30+
One wish I have is to have all weather animations on the lockscreen and the 3minit battery mod. Is not much, but I would like to see that.
Regards
mkpcxxl
ChazzMatt said:
Yes, and @whiskeyomega shut down his H930/H930G "Boom Box" ROM yesterday, due to permissions misunderstanding for some audio mods he was using in the ROM.
https://forum.xda-developers.com/showthread.php?t=3760104
I hope he comes back...
Sent via open market LG US998 V30/V30+
Click to expand...
Click to collapse
I though this Community is here to Share Mods and so on? C:
francois amon said:
I though this Community is here to Share Mods and so on? C:
Click to expand...
Click to collapse
Yes, but apparently some people don't want other devs to integrate their mods into ROMs. They want them to be standalone mods that users choose to install.
I can see both sides of the issue. One dev for the Moto Quarks codes an advanced kernel, besides coding the LOS "stock" kernel. He forbids other devs from integrating his BHB27 advanced kernel (with more CPU governors, TCP algorithms, hotplugs, etc) into Quark ROMs. They have to use the LOS kernel (which he also maintains). If users want that advanced kernel, they have to download and install it themselves.
Sent via open market LG US998 V30/V30+
I'd just love some AOSP/Lineage/RR/DU action. The development for this phone is all but dead atm.
Id love to see fully customizable always on displays
Velrix said:
I'd just love some AOSP/Lineage/RR/DU action. The development for this phone is all but dead atm.
Click to expand...
Click to collapse
Die example ?
francois amon said:
Die example ?
Click to expand...
Click to collapse
What do you mean?
Velrix said:
What do you mean?
Click to expand...
Click to collapse
An example for any of These action
francois amon said:
An example for any of These action
Click to expand...
Click to collapse
What actions? You can go to the Lineage thread in this forum and see lack of discussion, posts, updates.
https://forum.xda-developers.com/showthread.php?t=3740480
Sent via open market LG US998 V30/V30+
No idea how to fix all that stuff, and didnt find a dev yet who actually has the time to give me atleast advice (the ones i know are more that busy with their own devices)... Googling those symtpoms isnt really helpful either
Next to that, lot of stuff todo for University (and some other private things) :/
Hoped that it would atleast attract more developers xD
If you know any dev who might help out, ask him/her, im willing to try (nearly) everything to get that running, for me alone its too much though, its a wonder it even booted...
SGCMarkus said:
No idea how to fix all that stuff, and didnt find a dev yet who actually has the time to give me atleast advice (the ones i know are more that busy with their own devices)... Googling those symtpoms isnt really helpful either
Next to that, lot of stuff todo for University (and some other private things) :/
Hoped that it would atleast attract more developers xD
If you know any dev who might help out, ask him/her, im willing to try (nearly) everything to get that running, for me alone its too much though, its a wonder it even booted...
Click to expand...
Click to collapse
Sorry, I wasn't bashing you. I was trying to show him the Lineage posting.
Sent via open market LG US998 V30/V30+
ChazzMatt said:
Sorry, I wasn't bashing you. I was trying to show him the Lineage posting.
Sent via open market LG US998 V30/V30+
Click to expand...
Click to collapse
Thats right and thank You!
Wishlist
-LineageOS 15.1