[APP][4.2+][JB] LG ui 3 [hdpi,xhdpi]

Search This thread

Gyebro

Senior Member
May 6, 2012
124
471
For those interested. Themes from the below thread also work perfectly in this 4.2 version.
http://xdaforums.com/showthread.php?t=2120961
[app][jb/ics] >lg ui 3.0<_> themes< [x|hdpi][03/25/13]
Verstuurd van mijn HTC One X met Tapatalk
- Just deodexed the latest version of theme apks today. See first post.


Hopefully weather widget will be fixed soon
Plz fixe the weather widget with accuweather ----> thxx
- Working on it just now.
 

Gyebro

Senior Member
May 6, 2012
124
471
Re: [App][4.2+][JB] LG ui 3 [hdpi,xhdpi]

As soon as I have some time, I will try to make it compatible.
 

jarule08_2008

Senior Member
Jan 8, 2011
204
37
Tunisia
Re: [App][4.2+][JB] LG ui 3 [hdpi,xhdpi]

When you will fixe weather widget with accuweather. Thx man . great work


Sent from my GT-I9300 using Tapatalk 2
 

Gyebro

Senior Member
May 6, 2012
124
471
I know I know. Was just confirming. Sorry.

I've made some progress, but it is far from complete...
z1.png


If anyone can help:
The problem is;
You cannot have custom view elements (custom RelativeLayout, custom TextView etc) on widgets. (Thats okay). LG however uses an abstract layout for widgets (made of the usable layout elements) and replaces the layout later programatically with another layout containing custom elements in the xml (<com.lge.appwidget.Andy_LocalFlingLayout ...>) but it seems 4.2 cannot be fooled and as soon as you try to load the final layout, you get an InflateException (Caused by ClassNotFoundException for the custom layout element class). But the classes are there.
 

Dark Fear

Senior Member
Oct 12, 2011
839
139
Tehran
Hi
i pasted the apk file in it's location with ES explorer.. then restarted the phone.. but nothing happened..
then installed the apk file regularly.. it works fine but i can't use neither weather widget nor any other one..!
it'e mentioned just weather wg not working..
what should i do?
 

Gyebro

Senior Member
May 6, 2012
124
471
Re: [App][4.2+][JB] LG ui 3 [hdpi,xhdpi]

If you install the launcher normally you wouldn't be able to place widgets. Copy the app to system/app then set it's permissions to rw-r--r-- then it should work! (clear defaults of your previous launcher)

Sent from my GT-I9100 using xda app-developers app
 
  • Like
Reactions: Dark Fear

Dennisalex

Senior Member
Jul 21, 2012
541
81
Its pretty good but lacks of hide an app.

Sent from my SAMSUNG-SGH-T989 using xda app-developers app
 

awesomeandroid

Senior Member
Nov 25, 2010
609
77
Butterworth
I love it, it's very smooth. Wishes that there's the hide apps function. And by the way, I can't change wallpaper from the launcher itself. Need to manually choose wallpaper in gallery. Other than that, everything is top notch and thanks for the hardwork! :good:

P/S: Hope you can add in the fucntion to lock the launcher in memory because it keeps refreshing and also supports multi-dpi. Thanks!
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 53
    Hello XDA!

    I've modified Impact7's LG UI 3 launcher to run on Android 4.2 (tested it on the latest CM10 nightly)
    Currently the weather widget fails to load.

    Screenshots:
    01.png
    03.png


    02.png
    04.png
    05.png


    Installation:
    Launcher: Push to system/app. (Then fix permissions to rw-r--r--)
    Themes: Install as normal app.

    Download:
    from Mediafire
    LGHome3-JB4.2.apk
    LGHome3_Theme_Biz.apk
    LGHome3_Theme_Cozywall.apk
    LGHome3_Theme_Marshmallow.apk

    Credits
    Impact7

    Changelog
    30th March 2013
    - added themes
    19th March 2013
    -removed "lock screen settings" from home settings
    fixed google logo in quick search bar

    4
    Re: [App][4.2+][JB] LG ui 3 [hdpi,xhdpi]

    Awesome. Working flawlessly on my One X with IceColdJelly 4.2.2

    Almost flawlessly. See attached screenshot to see little off in dock.
    u8yty4e5.jpg


    Verstuurd van mijn HTC One X met Tapatalk
    3
    For those interested. Themes from the below thread also work perfectly in this 4.2 version.
    http://xdaforums.com/showthread.php?t=2120961
    [app][jb/ics] >lg ui 3.0<_> themes< [x|hdpi][03/25/13]
    Verstuurd van mijn HTC One X met Tapatalk
    - Just deodexed the latest version of theme apks today. See first post.


    Hopefully weather widget will be fixed soon
    Plz fixe the weather widget with accuweather ----> thxx
    - Working on it just now.
    2
    Can I have the apk please

    Sent from my SPH-L720 using xda app-developers app

    Here you go, I tried to figure it out but couldn't. At one point someone was trying to help me, and when he installed it the gap didn't show under the dock. I've been using it with the xposed dpi per app at 400 dpi which is the only way it's useable. Also tried porting the weather app, but it wouldn't even install in the system/app folder. Don't know if you're gonna take a look and see if you can figure it out. If that's the case let me know please. Enjoy. I used the framework from my HTC One when decompiling/compiling, don't know if that makes a difference or not. Still new to porting.

    LGHome
    2
    I know I know. Was just confirming. Sorry.

    I've made some progress, but it is far from complete...
    z1.png


    If anyone can help:
    The problem is;
    You cannot have custom view elements (custom RelativeLayout, custom TextView etc) on widgets. (Thats okay). LG however uses an abstract layout for widgets (made of the usable layout elements) and replaces the layout later programatically with another layout containing custom elements in the xml (<com.lge.appwidget.Andy_LocalFlingLayout ...>) but it seems 4.2 cannot be fooled and as soon as you try to load the final layout, you get an InflateException (Caused by ClassNotFoundException for the custom layout element class). But the classes are there.