[APPS][4.1+] Google Experience Launcher (GEL App + Google Search App)

Search This thread

jaxzr55

Senior Member
Feb 28, 2012
87
20
Buenos Aires
Samsung Galaxy A52 4G
work on jb 4.1 but I found a bug

Hello people, I have a problem. gel works but does not work the long press to add widget or app to the home screen gives me FC. is normal, because I have 4.1 JB xperia S or can be fixed? thanks
 

Impo5sible

Senior Member
Mar 11, 2012
164
61
Hello people, I have a problem. gel works but does not work the long press to add widget or app to the home screen gives me FC. is normal, because I have 4.1 JB xperia S or can be fixed? thanks
You should ask in proper forum section, not in Nexus 4 thread -
http://forum.xda-developers.com/xperia-s/help


Google search was updated yesterday and broke GEL again.

Not really, GEL with update it Goggle search works like before.
And If you're using any non-official modifications - gel settings for xposed, don't be so surprise.
 

HeckNoTechnO

Inactive Recognized Contributor
Dec 10, 2008
1,173
862
54
Temple
www.n6xshamu.com
Last edited:

onepunjab

New member
Jul 7, 2013
4
0
everything works fine but swipe right to left dont work onte 3

everything works fine but swipe right to left dont work note 3
 

cabrote

Senior Member
Apr 17, 2012
188
17
Buenos Aires
I use Google Now launcher 0.9.6.886092 and decided to not update launcher anymore. I only update Google search. This combination works perfect for me without any bugs. I use Android 4.2.1
 
D

Deleted member 5545167

Guest
After testing what I said before, I can confirm that changing the pixel density will result in the 5x5 view. But the best value seems to be 316 - not, as previously said, 300!

To do so, you can simply edit the build.prop file and replace "lcd_density=320" with "lcd_density=316". Use your tool of choice, or the following commands from the terminal. They will a) create a backup of the current build.prop in /system/build.prop.bak and b) edit the existing build.prop file in place (requires busybox being installed (for sed)):

(type bold parts only!)
Code:
[email protected]> [B]adb shell[/B]
[email protected]:/ $ [B]su[/B]
[email protected]:/  # [B]mount -o remount,rw -t ext4 /dev/block/platform/msm_sdcc.1/by-name/system /system[/B]
[email protected]:/  # [B]sed -i'.bak' 's/lcd_density=320/lcd_density=316/g' /system/build.prop[/B]

Now reboot and you're done. Here's the side-by-side comparison from OP but with the 5x5 GEL Drawer version being added:





As you can see from the screenshots above, the icon size is not affected by the density setting change.

I did change it to 316 and didn't change a thing:
Screenshot_2015_03_16_18_10_38.jpg
 

Top Liked Posts

  • There are no posts matching your filters.
  • 137
    Official and fully working Google Experience Launcher (GEL) for all devices running Android 4.1+

    As previously announced, Google did not included their new Google Experience Launcher (GEL), that was introduced for the Nexus 5, in the just released factory images, such as for the Nexus 4.

    And furthermore, The Verge was told by Google that it first "wants to see how users take to the Launcher on the Nexus 5 before it offers it on other devices". So we won't see GEL any time soon - any way (either via OTAs or Google Play).

    However, I think, basically they did not just cut off a random Launcher App but rather cut off most of KitKat's "sweetness". :(

    Fortunatly, because the new Launcher App is actually just a stub and all the functionality is now tied into the Google Search App, the Search App version that shipped in KitKat also makes GEL available for all devices running Android 4.1+. So, if you run KitKat, all the functionality is actually already there and you just need to install the correct interface (i.e. Launcher App). And even better, you don't even need to run KitKat for GEL. It can be installed on any device running Android 4.1+ (by installing/updating the Google Search App).

    So, here we go..



    Pre-Requirements
    - Android 4.1+

    Downloads

    All APKs are signed by Google, are safe to install and were not tampered with in any way.

    Google Experience Launcher App (depends on Google Search App version 3.1.8+)
    Version: 0.9.6.886092 0.10.1.920880
    Size: 11.82 MB
    APK Direct Download Mirror #1: http://j.mp/19tmI4M (Dev-Host)
    APK Direct Download Mirror #2: http://j.mp/18dloaj http://j.mp/1btMZku (Google Drive)

    Google Search App
    Version: 3.1.8.914827.arm 3.1.24.941712.arm
    Size: 19.39 MB 19.49 MB
    APK Direct Download Mirror #1: http://j.mp/17ZHe33 (Dev-Host)
    APK Direct Download Mirror #2: http://j.mp/1dEjekk http://j.mp/1cWHWKw (Google Drive)
    APK Google Play Download: link

    NOTE: Version 3.1.8 is not yet released to most users via Google Play! Double-check you don't have an earlier version installed. If so, use the direct download link.

    Install

    NOTE: If not already done, you first need to enable "Unknown Sources" in Settings > Security (in order to be able to install apps from sources other than Google Play).

    1.) Download the Google Search App from the direct link above and install it (if not already installed or an earlier version than 3.1.8.*).
    2.) Download the Google Experience Launcher App from the direct link above and install it.

    That's already it - done. Just click the home icon and select the Launcher with the blue icon (and subtitled "Google Search") from the selection popup (see screenshot below).
    You can now enjoy the new Google Experience - including translucent framework decor, new App Drawer and all that other "sweetness".



    Side-by-Side Comparison

    Homescreen (left: N4 with stock launcher shipped in KitKat factory image; right: N4 with GEL):



    App-Drawer (left: N4 with stock launcher shipped in KitKat factory image; right: N4 with GEL):
    Read how to make GEL use the 5x5 grid layout here: http://forum.xda-developers.com/showpost.php?p=47534465&postcount=8

    13
    can we change setting for app drawer?
    i wanna use 5x5 app drawer.

    After testing what I said before, I can confirm that changing the pixel density will result in the 5x5 view. But the best value seems to be 316 - not, as previously said, 300!

    To do so, you can simply edit the build.prop file and replace "lcd_density=320" with "lcd_density=316". Use your tool of choice, or the following commands from the terminal. They will a) create a backup of the current build.prop in /system/build.prop.bak and b) edit the existing build.prop file in place (requires busybox being installed (for sed)):

    (type bold parts only!)
    Code:
    [email protected]> [B]adb shell[/B]
    [email protected]:/ $ [B]su[/B]
    [email protected]:/  # [B]mount -o remount,rw -t ext4 /dev/block/platform/msm_sdcc.1/by-name/system /system[/B]
    [email protected]:/  # [B]sed -i'.bak' 's/lcd_density=320/lcd_density=316/g' /system/build.prop[/B]

    Now reboot and you're done. Here's the side-by-side comparison from OP but with the 5x5 GEL Drawer version being added:



    I noticed that the icons look way bigger on this launcher than on the jelly bean one. Is that default on the new launcher? Thanks

    As you can see from the screenshots above, the icon size is not affected by the density setting change.
    5
    A new version has been released. Could you please update the op with the new links?

    OP updated with latest versions:

    Google Experience Launcher App
    Version: 0.10.1.920880
    Size: 11.82 MB
    APK Direct Download: http://j.mp/1btMZku (Google Drive)

    Google Search App
    Version: 3.1.24.941712.arm
    Size: 19.49 MB
    APK Direct Download: http://j.mp/1cWHWKw (Google Drive)

    The icon is very large, uninstall it and keep nexus 4 original Home Launcher.

    You can follow these steps (link) tp adjust the icon screen size. No other option I know of.
    4
    Could you please dump the *Updated* launcher now called GOOGLE NOW LAUNCHER ? It would be really great :D
    https://drive.google.com/file/d/0B3_drgxz1KcHU1FEUmtXQVFBelk/edit?usp=sharing for updated google search
    https://drive.google.com/file/d/0B3_drgxz1KcHSWtqQzVFdnhQRFU/edit?usp=sharing for updaed GEL aka Google Now Launcher

    Courtesy of FrAndroid.