+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11
Like Tree1Likes

Thread: Updated my Basic to 4.0.3 now NO MARKET/PLAY STORE

  1. #1
    Currently Offline Beta **
    Join Date
    Mar 2012
    Posts
    24
    Points
    311.48

    Question Updated my Basic to 4.0.3 now NO MARKET/PLAY STORE

    I updated my Ainol Basic to 4.0.3 and now there is no Google Play Store! I've tried several different apk files to download it. They all install just fine, but when I try to open the store, it closes immediately. No error or force close message. I would love to know how to get the play store working on my tablet. I am not proficient in the ways of technology, so therefore, I'm scared to root. Can I get the play store without root? How was it on there before upgrade? Did it come rooted from the factory and now it's not since I updated (I read that somewhere)? I would greatly appreciate any help. Thanks so much!

  2. Geekbuying 728
  3. #2
    Currently Offline Beta *
    Join Date
    Dec 2011
    Location
    Poland/China
    Posts
    17
    Points
    176.08
    @Celeste8157 Go for:
    1. Settings -> Apps -> ALL -> Google Services Framework -> Clear data and Force stop
    2. Settings -> Apps -> ALL -> Store Google Play -> Clear cache and Force stop
    3. Reboot tablet
    After this Google Store Play will stop to close.

  4. #3
    Currently Offline Beta **
    Join Date
    Mar 2012
    Posts
    24
    Points
    311.48

    Unhappy

    Quote Originally Posted by Dyfren View Post
    @Celeste8157 Go for:
    1. Settings -> Apps -> ALL -> Google Services Framework -> Clear data and Force stop
    2. Settings -> Apps -> ALL -> Store Google Play -> Clear cache and Force stop
    3. Reboot tablet
    After this Google Store Play will stop to close.
    Thankyou so much for your response, but unfortunately, I cannot find Google Services Framework. That's probably why the Play Store and Google Books won't work whe installed. Any suggestions from here? Thanks!

  5. #4
    Currently Offline Beta **
    Join Date
    Mar 2012
    Posts
    24
    Points
    311.48

    Question

    Quote Originally Posted by Celeste8157 View Post
    Thankyou so much for your response, but unfortunately, I cannot find Google Services Framework. That's probably why the Play Store and Google Books won't work whe installed. Any suggestions from here? Thanks!
    I was able to install the google services framework apk for the Kindle. Tried another before, but it wouldn't install. I reinstalled the Play Store. It will load up now, and ask me to sign in to my google account. After pressing sign in, it acts like its working for a few minutes, as usual. But then, it says that it could not establish a data connection with the server. Obviously, I have internet access. Any ideas how to fix this? Thanks again for the above response. It seems to have gotten me much closer!

  6. #5
    Currently Offline Beta **
    Join Date
    Mar 2012
    Posts
    24
    Points
    311.48
    Quote Originally Posted by Celeste8157 View Post
    I was able to install the google services framework apk for the Kindle. Tried another before, but it wouldn't install. I reinstalled the Play Store. It will load up now, and ask me to sign in to my google account. After pressing sign in, it acts like its working for a few minutes, as usual. But then, it says that it could not establish a data connection with the server. Obviously, I have internet access. Any ideas how to fix this? Thanks again for the above response. It seems to have gotten me much closer!
    Okay, here's what's going on now. I installed the play store apk from my motorola atrix, and it's working a lot better, but still not working. I was able to sign into my account, and then 'google play store has stopped.' Rebooted. The store loaded up, went to apps, then categories, and it stopped again. Stops with message every time I try to open it. Google books is working fine. Now, Facebook is stopping with message every time it too, but it worked perfectly before. Somebody please help me straighten this out!

  7. #6
    Currently Offline Beta *
    Join Date
    Dec 2011
    Location
    Poland/China
    Posts
    17
    Points
    176.08
    Play store apk should be located in:
    /system/app/com.android.vendinge.apk

    Change chmod / chown (I use Ghoust Commander)
    chmod-rw-r-r; User: root; Group: root
    masterjakeway likes this.

  8. #7
    Currently Offline Beta **
    Join Date
    Mar 2012
    Posts
    24
    Points
    311.48

    Unhappy

    Quote Originally Posted by Dyfren View Post
    Play store apk should be located in:
    /system/app/com.android.vendinge.apk

    Change chmod / chown (I use Ghoust Commander)
    chmod-rw-r-r; User: root; Group: root
    At the risk of embarrassing myself, I will tell you that I have no idea what any of that means. I do greatly appreciate you trying to help though. I've got the Play Store working except for when I try to download/update an app. When I do this, the store closes and says 'Google Play Store has stopped.'

  9. #8
    Currently Offline Beta *
    Join Date
    Dec 2011
    Location
    Poland/China
    Posts
    17
    Points
    176.08
    The exact name and location of MARKET/PLAY STORE
    /system/app/com.android.vendinge.apk
    Change file attributes:
    - permissions -rw-r-r or 644; chmod is Linux/Unix command
    - owner User: root; Group: root; chown is Linux/Unix command

    You can change file attributes from terminal or use for this application. I used Ghoust Commander app but nothing prevents you to use another application such as rootexplorer.

    Remember to check location of com.android.vendinge.apk after installation. The application will be installed by default in the incorrect location (/data/app). In order to everything work correctly, move the com.android.vendinge.apk to /system/app/ and change file attributes. On such as given above. Then reboot the tablet.

    MARKET/PLAY STORE may close because of:
    - MARKET/PLAY STORE in the wrong place. MARKET/PLAY STORE needs to be in /system/app/
    - wrong file parameters.
    - two of the same app installed in two different places. MARKET/PLAY STORE can not be in /system/app/ and /data/app at the same time.
    - Wrong name of the MARKET/PLAY STORE.

  10. #9
    Currently Offline Beta **
    Join Date
    Mar 2012
    Posts
    24
    Points
    311.48

    Question

    How do I find out which location it is in? And, how can I change it if my Basic isn't rooted?




    QUOTE=Dyfren;15916]The exact name and location of MARKET/PLAY STORE


    Change file attributes:
    - permissions -rw-r-r or 644; chmod is Linux/Unix command
    - owner User: root; Group: root; chown is Linux/Unix command

    You can change file attributes from terminal or use for this application. I used Ghoust Commander app but nothing prevents you to use another application such as rootexplorer.

    Remember to check location of com.android.vendinge.apk after installation. The application will be installed by default in the incorrect location (/data/app). In order to everything work correctly, move the com.android.vendinge.apk to /system/app/ and change file attributes. On such as given above. Then reboot the tablet.

    MARKET/PLAY STORE may close because of:
    - MARKET/PLAY STORE in the wrong place. MARKET/PLAY STORE needs to be in /system/app/
    - wrong file parameters.
    - two of the same app installed in two different places. MARKET/PLAY STORE can not be in /system/app/ and /data/app at the same time.
    - Wrong name of the MARKET/PLAY STORE.[/QUOTE]

  11. #10
    Currently Offline Beta *
    Join Date
    Dec 2011
    Location
    Poland/China
    Posts
    17
    Points
    176.08
    Quote Originally Posted by Celeste8157 View Post
    How do I find out which location it is in? And, how can I change it if my Basic isn't rooted?
    You must have root to perform all required operations. You can not do this without root.
    Last edited by Dyfren; 04-11-2012 at 05:09 AM. Reason: [/QUOTE]

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts