[SCRIPT] Honeycomb Install - Market, GMail, Talk, Contacts, Maps

Search This thread

jleecong

Senior Member
Aug 30, 2007
63
33
This should work on Honeycomb 1 and 2/2a. It includes Contact Sync for GMail (I needed this), Gmail, Market, Talk, and Maps.

Extract HoneyGApps.v2.zip in ADB directory
Double click HoneyGAppInstall

Done

Code:
adb shell mount -o rw,remount -t ext2 /dev/block/mmcblk1p2 /system
adb push Vending.apk /system/app
adb push GoogleServicesFramework.apk /system/app
adb push Gmail.apk /system/app
adb push Maps.apk /system/app
adb push Talk.apk /system/app
adb push GoogleContactsSyncAdapter.apk /system/app
adb shell chmod 6755 /system/app/Vending.apk
adb shell chmod 6755 /system/app/GoogleServicesFramework.apk
adb shell chmod 6755 /system/app/Gmail.apk
adb shell chmod 6755 /system/app/Maps.apk
adb shell chmod 6755 /system/app/Talk.apk
adb shell chmod 6755 /system/app/GoogleContactsSyncAdapter.apk
adb reboot


You can either add any missing files using the above code or just run the script and it will overwrite/replace everything. I have been mucking with files so hopefully everything required is included... I've left v1 attached just in case. :eek:

When downloading from the market sometimes it is very slow, sometimes very fast. There can also be a delay between when you click install and you see the download start. Be patient, if you click install again you will start a second download.


======== OLDER DIRECTIONS ========

Extract HoneyMarketInstall.v2.zip in ADB directory
Double click HoneyMarketInstall

Done
Code:
adb shell mount -o rw,remount -t ext2 /dev/block/mmcblk1p2 /system
adb push Vending.apk /system/app
adb push GoogleServicesFramework.apk /system/app
adb push Gmail.apk /system/app
adb shell chmod 6755 /system/app/Vending.apk
adb shell chmod 6755 /system/app/GoogleServicesFramework.apk
adb shell chmod 6755 /system/app/Gmail.apk
adb reboot

* Standard disclaimer, use at your own risk and stuff. *

(Market is version 2.2.11)
(GMail is version 2.3.2)
(Talk is version 1.3)
(Maps is version 4.5.1)
 

Attachments

  • HoneyMarketInstall.v2.zip
    3.1 MB · Views: 5,592
  • HoneyGApps.v1.zip
    6.9 MB · Views: 2,684
  • HoneyGApps.v2.zip
    7.5 MB · Views: 8,322
  • Market.jpg
    Market.jpg
    34.1 KB · Views: 2,142
Last edited:

Killeenboy88

Member
Oct 7, 2009
26
0
Is this the new marketplace because for some reason alot of apps dont show up in the market i have on there now and i tried pushing the .apks manually and im not getting any luck.
 

khaytsus

Senior Member
Apr 8, 2008
7,258
1,175
Central Kentucky
I just get FC's out of the framework and the market... Using the 02 version of the Nook Honey posted which adds sound... Something needs to change in the framework or such?
 
Last edited:

brokevet

Member
Jan 20, 2011
13
16
I updated to 1.1.0.
Everything works great.
The Market is totally different. I used to only have a few apps in portrait, but in landscape I had more.
Now it all looks different but works great portrait or landscape.
Seems like I have many more apps available now.
I am a Happy Camper!
 

crashdau

Senior Member
Oct 15, 2005
176
8
New York
Worked well for me. Only a few things that won't install....get Unknown error - 18 trying to install Anry Birds.. anyone know what could be the cause of this?

Also, I really hope Root comes along soon, then this will be AWESOME!

Thank you DB for HC!!

Thank you jleecong for this great install tool!!!
 

jleecong

Senior Member
Aug 30, 2007
63
33
Okay, I mis spoke, the Framework and Market FCs.
Just making sure... ;)

Do you have any other apps installed, done anything "funny"?

I installed this first thing both times (using the script) and had no issues (Download can seem stuck and kinda goes from 0 to 100%, but you can see traffic if you monitor it externally).
 

jleecong

Senior Member
Aug 30, 2007
63
33
Worked well for me. Only a few things that won't install....get Unknown error - 18 trying to install Anry Birds.. anyone know what could be the cause of this?

Also, I really hope Root comes along soon, then this will be AWESOME!

Thank you DB for HC!!

Thank you jleecong for this great install tool!!!
I was unable to open "Manage Applications" on 01, just got FC. Now on 02 I'm able open it without issue.

I tried Angry Birds on 01 and didn't have any issues installing (I installed it using ADB however).
 
  • Like
Reactions: khaytsus

khaytsus

Senior Member
Apr 8, 2008
7,258
1,175
Central Kentucky
Just making sure... ;)

Do you have any other apps installed, done anything "funny"?

I installed this first thing both times (using the script) and had no issues (Download can seem stuck and kinda goes from 0 to 100%, but you can see traffic if you monitor it externally).

No, I made the disk, booted into HC (2, with sound), plugged in USB cable, pushed/chmod'ed, rebooted. From there FC's on related items. Didn't do anything else at all.

I might mess with a bit more here later. I have it on two cards, one I put your files on, the other I didn't....
 

khaytsus

Senior Member
Apr 8, 2008
7,258
1,175
Central Kentucky
Weird.. Rebooted a few times and the FC's stopped, and then the market worked, google sync worked..

Then things went south again ;) Okay, HC is cute, played with it, check! Back to the stock ROM.
 

jleecong

Senior Member
Aug 30, 2007
63
33
Weird.. Rebooted a few times and the FC's stopped, and then the market worked, google sync worked..

Then things went south again ;) Okay, HC is cute, played with it, check! Back to the stock ROM.
I have gotten a few Close or Waits (choose Wait) and maybe 1 Force Close, but for the most part I've done 3 installs now on fresh/clean images and no problems.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 28
    This should work on Honeycomb 1 and 2/2a. It includes Contact Sync for GMail (I needed this), Gmail, Market, Talk, and Maps.

    Extract HoneyGApps.v2.zip in ADB directory
    Double click HoneyGAppInstall

    Done

    Code:
    adb shell mount -o rw,remount -t ext2 /dev/block/mmcblk1p2 /system
    adb push Vending.apk /system/app
    adb push GoogleServicesFramework.apk /system/app
    adb push Gmail.apk /system/app
    adb push Maps.apk /system/app
    adb push Talk.apk /system/app
    adb push GoogleContactsSyncAdapter.apk /system/app
    adb shell chmod 6755 /system/app/Vending.apk
    adb shell chmod 6755 /system/app/GoogleServicesFramework.apk
    adb shell chmod 6755 /system/app/Gmail.apk
    adb shell chmod 6755 /system/app/Maps.apk
    adb shell chmod 6755 /system/app/Talk.apk
    adb shell chmod 6755 /system/app/GoogleContactsSyncAdapter.apk
    adb reboot


    You can either add any missing files using the above code or just run the script and it will overwrite/replace everything. I have been mucking with files so hopefully everything required is included... I've left v1 attached just in case. :eek:

    When downloading from the market sometimes it is very slow, sometimes very fast. There can also be a delay between when you click install and you see the download start. Be patient, if you click install again you will start a second download.


    ======== OLDER DIRECTIONS ========

    Extract HoneyMarketInstall.v2.zip in ADB directory
    Double click HoneyMarketInstall

    Done
    Code:
    adb shell mount -o rw,remount -t ext2 /dev/block/mmcblk1p2 /system
    adb push Vending.apk /system/app
    adb push GoogleServicesFramework.apk /system/app
    adb push Gmail.apk /system/app
    adb shell chmod 6755 /system/app/Vending.apk
    adb shell chmod 6755 /system/app/GoogleServicesFramework.apk
    adb shell chmod 6755 /system/app/Gmail.apk
    adb reboot

    * Standard disclaimer, use at your own risk and stuff. *

    (Market is version 2.2.11)
    (GMail is version 2.3.2)
    (Talk is version 1.3)
    (Maps is version 4.5.1)
    1
    Having the same issue............

    I had the same problem. I replaced the apk's in the zips with the ones in this post and reran the script and everything is working now.

    http://xdaforums.com/showpost.php?p=11056748&postcount=250

    Could have been a fluke but maybe something is off with the apks in the zip?:confused:
    1
    Worked well for me. Only a few things that won't install....get Unknown error - 18 trying to install Anry Birds.. anyone know what could be the cause of this?

    Also, I really hope Root comes along soon, then this will be AWESOME!

    Thank you DB for HC!!

    Thank you jleecong for this great install tool!!!
    I was unable to open "Manage Applications" on 01, just got FC. Now on 02 I'm able open it without issue.

    I tried Angry Birds on 01 and didn't have any issues installing (I installed it using ADB however).