Skip to main content

Install Google Playstore on Pendo Pad 4.0 and rooting the device.

Coles selling the Pendo 7" Android Pad running Ice Cream Sandwich 4.03, however by default it does not come with Google Play Store. Rather it has the China "store" GetJar, which only have limited Apps available. In order to get the  Google Play store install on device. Firstly you have to root the device to gain root access.

1. Download unlockroot from :

www.unlockroot.com/

2. Connect the device to a windows PC, install and run the program. Make sure window machine has the necessary driver to access android pad.












 If device driver is not available. Download and install the driver from:
http://developer.android.com/tools/extras/oem-usb.html

Make sure set the android device to USB Debugging mode to allow the unlockroot to root the device:

Enable the USB debugging mode from :
Setting -> Developer Options -> USB debugging


Click on Root to root the device.

After that, install the google play store by downloading it and transfer it to SD card put it on the device.

Google Services Framework:
http://forum.xda-developers.com/attachment.php?attachmentid=889863&d=1328536031

Google Play store:
http://www.androidpolice.com/2012/05/11/download-latest-google-play-store-v3-5-19/#download



Comments

  1. Anybody happen to know which device driver to use for the PendoPad? Doesn't appear to be available from the link given above :(

    ReplyDelete
  2. http://server09.driveridentifier.com/data/oct2011/20111028/Android ADB Interface.zip

    I had luck with that driver brah

    ReplyDelete
  3. Well finally managed to get unlockroot to work...using my XP machine instead of my main Windows 7 pc. Now can't sign in to google acct as trying to use mobile service rather than wi-fi even though i have turned off mobile service in settings. bloody pendopad is giving me the absolute s$%ts

    ReplyDelete
  4. Was told about an app store called PandaApps...works nicely as still couldn't get playstore to work

    ReplyDelete
  5. Make sure you move the Google Service Framework and Google Playstore main APK back to the main directory for it to function properly.

    ReplyDelete
  6. I installed both the files. But when i run google play i get a error message
    "Unfortunately, Google Play Store has stopped."
    Does anyone know how to fix this issue

    ReplyDelete
  7. I also have same problem also does it with jar

    ReplyDelete
  8. Fix for "Unfortunately, Google Play Store has stopped."

    - Follow root instructions (uninstall play store)

    - Remove ES File Explorer bundled with device by using root manager (and anything else you don't want bundled)
    http://www.mediafire.com/?3ycta8bhf7gw145

    - Download and install a new copy of ES file Explorer
    http://www.papktop.com/tag/es-file-explorer-file-manager-apk

    - Copy the Framework and Play Store into system\app

    - Play Store will install automatically



    ReplyDelete
  9. I managed to root and install google play and services, but when I try to download something, it comes with and error saying "(random app)" could not be downloaded due to an error (Error retrieving information from server. [RPC:S-5:AEC-O])

    ReplyDelete
  10. This comment has been removed by the author.

    ReplyDelete
  11. Just read DataBeta's post on the link below...no root required, just install market afet downloading the apk and copying to pendo

    http://forums.whirlpool.net.au/archive/2133976

    ReplyDelete
  12. For the lazy...

    OK this is easy...picked it up for 69 bucks

    Installed play store in five minutes......

    First,download the zip from the link below:

    https://www.dropbox.com/s/daxefcl4d9pa3xt/Android%20Market%20for%20ICS%20Tablets.zip

    All you need is the market.apk file

    Copy it to your pen do

    In your favourite file explorer on the pendo, click market.apk and install....

    Job done. Enjoy your play store apps. No need for root access :-)

    ReplyDelete
    Replies
    1. Thanks, this worked perfectly on my pendopad 7" with Android 4.2. did not need to install the framework or loginservice (They would not install) but but the market installed and worked perfectly

      Delete
  13. This has also worked for my new 9.7" Pendo

    ReplyDelete
  14. You would think that for the Aussie market the Google Market / Playstore could have been fixed ?! ?

    ReplyDelete
  15. That's cool! I'll try now. If you like to download awesome paid apps and games in Play Store, click here!

    ReplyDelete

Post a Comment

Popular posts from this blog

Linux command to install software for various Distro

Ubuntu (*buntu, Mint linux) Apt-get install apt-get update apt-get remove apt-get dist-upgrade apt-get purge Fedora/RHEL/CentOS yum install yum update yum remove Opensuse yast2 --install yast2 --remove zypper update Freebsd  pkg_add pkg_delete Gentoo emerge package # Install emerge -C package # Remove a package emerge -s keyword # Search for packages (package names only) emerge -u package # update the package Arch pacman -U package.pkg.tar.xz # Local package install pacman -Syy # Refresh package databases pacman -Syu # Update installed packages pacman -S package # Install package pacman -R package # Remove package

How to update -grub from live-CD

 In order to update the grub configuration of the machine that you might be misconfigured and unable to boot up properly you could use live CD to boot into the machine, however, even if you are able to update the /etc/default/grub file, you will need to perform the "sudo update-grub" command to effect the change. if you are using Live CD to login, you need to perform the following steps: First mount the root directory in question for my case it is my /dev/sda so it is it will be /dev/sda2 as mostly sda1 is for the /boot/efi partition. You will mount the root partition as follow: sudo mount /dev/sda2 /mnt Then mount a few more directories that are needed: sudo mount --bind /dev /mnt/dev sudo mount --bind /sys /mnt/sys sudo mount --bind /proc /mnt/proc How can you tell if you have a boot partition? Once you have your Ubuntu partition mounted, open  /mnt/etc/fstab . If you see an entry for  /boot , note which device it is pointing to ( /dev/sda4  maybe?). This is the one you hav