| Author |
Message |
|
robertr3d
|
Posted: Sat Mar 17, 2012 1:56 am |
|
 |
| Android 1.0 |
|
|
Joined: Mon Aug 22, 2011 4:24 am Posts: 4
GTV Device Owned: Logitech Revue
|
|
Hi all,
I'm from Italy and I have the same problem for updating Google Play ( and before Youtube Client).
I've noticed that today something has been changed because now the message "Updating of google play for google tv unsuccessfull" is shown while before nothing was shown.
I'll try the chrome extension for downloading the apk.
However, my revue version is the last official ( build b61925 ).
|
|
 |
|
 |
|
mcd2000
|
Posted: Sat Mar 17, 2012 12:03 pm |
|
 |
| Ice Cream Sandwich |
|
|
Joined: Wed Aug 03, 2011 5:52 am Posts: 456 Location: Russia, Saint-Petersburg
GTV Device Owned: Vizio Co-Star
|
|
I have an idea that this problem happens with people who ever used Beta Honeycomb on their Revues...
_________________ ViMu PlayerViMu/GTVBox Google+ pageMy devices: Logitech Revue, Sony NSZ-GT1 (rooted), Sony NSZ-GS7, Vizio Co-Star, Hisense Pulse (rooted), ASUS Qube and some others...
|
|
 |
|
 |
|
micl9
|
Posted: Sat Mar 17, 2012 3:11 pm |
|
 |
| Android 1.0 |
|
|
Joined: Mon Aug 01, 2011 5:57 pm Posts: 18 Location: US
GTV Device Owned: Logitech Revue
|
mcd2000 wrote: I have an idea that this problem happens with people who ever used Beta Honeycomb on their Revues... Possible I guess. I had the 1st leak loaded only and also side-loaded the update IIRC
|
|
 |
|
 |
|
mcd2000
|
Posted: Sun Mar 18, 2012 2:08 am |
|
 |
| Ice Cream Sandwich |
|
|
Joined: Wed Aug 03, 2011 5:52 am Posts: 456 Location: Russia, Saint-Petersburg
GTV Device Owned: Vizio Co-Star
|
|
I've noticed, that my Revue has /system partition mounted RO. That is very strange. This is the partition, where stock apps are located. I wonder whether people who successfully updated their Markets also have the same...
_________________ ViMu PlayerViMu/GTVBox Google+ pageMy devices: Logitech Revue, Sony NSZ-GT1 (rooted), Sony NSZ-GS7, Vizio Co-Star, Hisense Pulse (rooted), ASUS Qube and some others...
|
|
 |
|
 |
|
kalhimeo
|
Posted: Mon Mar 19, 2012 6:54 am |
|
 |
| Android 1.0 |
 |
|
|
Joined: Thu Feb 09, 2012 1:51 am Posts: 6 Location: Brussels
GTV Device Owned: Logitech Revue
|
mcd2000 wrote: I've noticed, that my Revue has /system partition mounted RO. That is very strange. This is the partition, where stock apps are located. I wonder whether people who successfully updated their Markets also have the same... How can I check that (sorry I am not an expert :p) ? I successfully updated market and always run the official Revue updates only
|
|
 |
|
 |
|
tcrews
|
Posted: Mon Mar 19, 2012 7:54 am |
|
 |
| Android 1.0 |
 |
|
|
Joined: Tue Aug 30, 2011 4:20 pm Posts: 20 Location: Lexington, SC
GTV Device Owned: Logitech Revue
|
|
/system on Android is always RO. User installed apps and updates to /system apps should got to /data/app.
I'm guessing the users who manually updated through the leaks and what-not (I'm one of those) have different signing keys than the actual pushed out OTA, preventing the /system apps to be updated with the different signature the Market versions have....
On android phones, the typical way to correct this is to have root, mount /system/app as RW and remove the offending app and then uninstall its package. Then either copy the new app to /system/app and set its permissions properly and reboot or just install the app as a user app. The other typical way is for someone to create a flashable .zip file (for use in an alternate recovery to allow flashing of unsigned .zip files) that removes the stock app and replaces it with the new app.
Since we don't have root or an alternate recovery.....it doesn't look good for a method to fix this.
|
|
 |
|
 |
|
parrotheadmjb
|
Posted: Mon Mar 19, 2012 8:31 am |
|
 |
| Android 1.0 |
|
|
Joined: Tue Aug 16, 2011 12:43 pm Posts: 29
|
tcrews wrote: /system on Android is always RO. User installed apps and updates to /system apps should got to /data/app.
I'm guessing the users who manually updated through the leaks and what-not (I'm one of those) have different signing keys than the actual pushed out OTA, preventing the /system apps to be updated with the different signature the Market versions have....
On android phones, the typical way to correct this is to have root, mount /system/app as RW and remove the offending app and then uninstall its package. Then either copy the new app to /system/app and set its permissions properly and reboot or just install the app as a user app. The other typical way is for someone to create a flashable .zip file (for use in an alternate recovery to allow flashing of unsigned .zip files) that removes the stock app and replaces it with the new app.
Since we don't have root or an alternate recovery.....it doesn't look good for a method to fix this. I suspected the same once I saw that some people were able to update and others weren't. Are the build #'s the same?? I suspect Google will fix this eventually, but I ask about the build numbers in case it takes too long and I decide to create and RMA with Logitech. I was on the Honeycomb beta and sideloaded all the updates; Build number: KA2X-20111123.091818.user-b61925 Also, I've been emailing the Google Play Support Team back and forth about this, haven't made any progress.. only received generic responses so far like, "On devices, it will take a few days for the Android Market app to update to the Google Play Store app - please be patient!" . Logitech is useless, all they told me is that I need to discuss this with Google since its their app, so I wouldn't suggest hassling Logitech support about it.
|
|
 |
|
 |
|
killer4110
|
Posted: Mon Mar 19, 2012 2:48 pm |
|
 |
| Contributor |
 |
|
|
Joined: Fri Jul 29, 2011 12:51 pm Posts: 421 Location: New Jersey
GTV Device Owned: Vizio Co-Star
|
parrotheadmjb wrote: tcrews wrote: /system on Android is always RO. User installed apps and updates to /system apps should got to /data/app.
I'm guessing the users who manually updated through the leaks and what-not (I'm one of those) have different signing keys than the actual pushed out OTA, preventing the /system apps to be updated with the different signature the Market versions have....
On android phones, the typical way to correct this is to have root, mount /system/app as RW and remove the offending app and then uninstall its package. Then either copy the new app to /system/app and set its permissions properly and reboot or just install the app as a user app. The other typical way is for someone to create a flashable .zip file (for use in an alternate recovery to allow flashing of unsigned .zip files) that removes the stock app and replaces it with the new app.
Since we don't have root or an alternate recovery.....it doesn't look good for a method to fix this. I suspected the same once I saw that some people were able to update and others weren't. Are the build #'s the same?? I suspect Google will fix this eventually, but I ask about the build numbers in case it takes too long and I decide to create and RMA with Logitech. I was on the Honeycomb beta and sideloaded all the updates; Build number: KA2X-20111123.091818.user-b61925 Also, I've been emailing the Google Play Support Team back and forth about this, haven't made any progress.. only received generic responses so far like, "On devices, it will take a few days for the Android Market app to update to the Google Play Store app - please be patient!" . Logitech is useless, all they told me is that I need to discuss this with Google since its their app, so I wouldn't suggest hassling Logitech support about it. I know this has nothing to do with GTV, but the Google Play hasn't updated to my HTC EVO 4G or Samsung Galaxy Tab yet, i have tried everything, but no update to the new version as of yet. So it is not just the GTV's that have this problem..
_________________ Logitech Revue Sony NSZ-GS7 Vizio Co-Star Hisense Pulse
|
|
 |
|
 |
|
parrotheadmjb
|
Posted: Mon Mar 19, 2012 6:14 pm |
|
 |
| Android 1.0 |
|
|
Joined: Tue Aug 16, 2011 12:43 pm Posts: 29
|
killer4110 wrote: I know this has nothing to do with GTV, but the Google Play hasn't updated to my HTC EVO 4G or Samsung Galaxy Tab yet, i have tried everything, but no update to the new version as of yet. So it is not just the GTV's that have this problem.. No update shows up on your phone or tablet? or the installation just flat out fails? I sideloaded the new play store on my phone & tablet just fine ... it can technically "take up to 3 weeks" for the update to appear on your device by itself; my problem isn't getting the update on the Revue, its installing the update, and because it won't install, I can't even use the market anymore (unless I go through play.google.com/store)
|
|
 |
|
 |
|
coggy9
|
Posted: Tue Mar 20, 2012 4:03 pm |
|
 |
| Android 1.0 |
|
|
Joined: Mon Aug 01, 2011 7:30 pm Posts: 14
GTV Device Owned: Logitech Revue
|
tcrews wrote: I'm guessing the users who manually updated through the leaks and what-not (I'm one of those) have different signing keys than the actual pushed out OTA, preventing the /system apps to be updated with the different signature the Market versions have....
I think you're right. I looked at logcat as the Market tried to update itself....gave an error about not signed correctly. Logitech has said they are working on a fix on the official forum.....how long does it take to make a small zip with new APKs with the new key?!?!?
|
|
 |
|
 |
|