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

Search This thread

Bexton

Senior Member
Sep 26, 2011
643
1,129
50° 56' 33" 6° 57' 32"
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://xdaforums.com/showpost.php?p=47534465&postcount=8

 
Last edited:

Ticiano

Senior Member
Aug 13, 2010
206
28
Link for the launcher is broken. Google is playing hard to avoid us getting this launcher.
 

hern1989

Senior Member
Dec 19, 2010
366
39
Chicago
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

Sent from my Nexus 4 using xda app-developers app
 

Bexton

Senior Member
Sep 26, 2011
643
1,129
50° 56' 33" 6° 57' 32"
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:
user@machine> [B]adb shell[/B]
shell@mako:/ $ [B]su[/B]
root@mako:/  # [B]mount -o remount,rw -t ext4 /dev/block/platform/msm_sdcc.1/by-name/system /system[/B]
root@mako:/  # [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.
 

andrewk2x

Senior Member
May 10, 2012
278
28
Athens
Can anyone post a screenshot from homescreen with art on 316dpi??The icons are still huge??

Sent from my Nexus 4 using Tapatalk
 

Abhiheart

Senior Member
Dec 13, 2011
466
312
Udupi
Cant get the search by 'OK google'

@Bexton Installed the app, running the launcher , but i cant get the search working from "OK Google" hotword,, nor in the launcher neither in the Google Now App ,When I say OK google nothing happens, in the launcher and also in the Google now app ..Any idea why ??
 

SebastianSicilia

New member
Nov 17, 2013
1
1
sorry it's possible to have the google launcher like the photo
Screenshot_2013-11-17-07-17-40.jpg
 
  • Like
Reactions: taragon59

sumasage

Senior Member
Aug 8, 2008
476
26
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:
user@machine> [B]adb shell[/B]
shell@mako:/ $ [B]su[/B]
root@mako:/  # [B]mount -o remount,rw -t ext4 /dev/block/platform/msm_sdcc.1/by-name/system /system[/B]
root@mako:/  # [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.


Can you help me? It said "sed" not found.

C:\adt-bundle-windows-x86_64-20131030\sdk\platform-tools>adb -s 04839ced1ccc3
shell
shell@mako:/ $ su
su
root@mako:/ # mount -o remount,rw -t ext4 /dev/block/platform/msm_sdcc.1/by-name
/system /system
/block/platform/msm_sdcc.1/by-name/system /system <
root@mako:/ # sed -i'.bak' 's/lcd_density=320/lcd_density=316/g' /system/build.p
rop
lcd_density=316/g' /system/build.prop <
su-mksh: sed: not found


Thanks
 

greengrin

New member
Feb 26, 2011
2
1
From the top:
"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)):"
 
Last edited:
  • Like
Reactions: Bexton

Bexton

Senior Member
Sep 26, 2011
643
1,129
50° 56' 33" 6° 57' 32"
Can you help me? It said "sed" not found.

From the top: (requires busybox being installed (for sed)):"

Correct. "sed" is a command line program which is not included in the Android OS per default and requires a seperated installation.

Anyway, you don't need to use these commands - it was just the way I did. You can also adb pull the build.prop file edit and push again. Or use any build.prop editor app (just search on google play), which is probably the most convenient method for most users.
 

Tahlendorf

New member
Nov 18, 2013
2
0
Using Nexus 4, stock 4.3 rom (compilation number JWR66Y) without rooting or anything else.

Seems that Google Keep´s widget is not updating. It shows none notes, and changing to the stock launcher it shows all... I´ve tried to create new notes and GEL is not showing anything and the stock launcher shows them without any problem.
This is the only issue I have found.

BEST REGARDS
 

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://xdaforums.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:
    user@machine> [B]adb shell[/B]
    shell@mako:/ $ [B]su[/B]
    root@mako:/  # [B]mount -o remount,rw -t ext4 /dev/block/platform/msm_sdcc.1/by-name/system /system[/B]
    root@mako:/  # [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.