Can someone upload the Apk file for the Google Movies app for Xoom? The OTA isn't coming fast enough for me.
Sent from my Xoom using XDA App
+1 to this request
yes, we need native Google Movies apk.
my 3.1 up are did not bring this app to me.
as well, no movie rentals feautre in market for me, outside the US.
thanks!
http://forum.xda-developers.com/showpost.php?p=13769278&postcount=8
$ adb shell
cd system/app
# ls -l Videos.apk
-rw-r--r-- root root 3258 2008-08-01 05:00 Videos.apk
$ adb install Videos.apk
1305 KB/s (861401 bytes in 0.644s)
pkg: /data/local/tmp/Videos.apk
Failure [INSTALL_FAILED_ALREADY_EXISTS]
$ adb install -r Videos.apk
1320 KB/s (861401 bytes in 0.636s)
pkg: /data/local/tmp/Videos.apk
Failure [INSTALL_PARSE_FAILED_INCONSISTENT_CERTIFICATES]
I then got out the hammer and did an adb remount (since I'm now rooted) and did a pull/push. Still no dice. I then did a reboot. Still no dice.
Whatever this is it seems to be under Google's thumb back in the cloud.
I'm re-pushing the original .apk and awaiting further developments.
Any way you won't be able to watch movies If you're outside us! I rented a movie on the android market and after I was billed I tried to watch the movie on the movie app and it said That movie contents is only available to watch inside us. I guess it checks IP location. I also tried using a us proxy but it didn't work properly
Enviado desde mi MB860 usando XDA Premium App
any way to get it to read avi or xvid files?
New Version
Has Anyone Got The New Version
I Got It
Mine has tried to install the update for months now, never worked. Finally it installed today, but as I'm in the UK, it says thus service not supported here.... :-(
Sent from my Xoom using XDA Premium App
can someone kindly upload the LATEST version (get it from market using Xoom, and pull using root explorer or ES Explorer)
Related
Hello,
i've flashed the last CM build, all is OK but MP3 Store disappear from Menu. The app is installed (the app is in appmanager into Dream) but no icon....
I've try this:
http://forum.xda-developers.com/showthread.php?t=514038
but adb says:
D:\Personal Device\Android\ROOTING\asdk1.6\tools>adb install com.amazon.mp3.apk
1088 KB/s (245174 bytes in 0.220s)
pkg: /data/local/tmp/com.amazon.mp3.apk
Failure [INSTALL_FAILED_ALREADY_EXISTS]
any ideas?
Tia!
Idk
Try install -r also try to push it to /system/app/
evilkorn said:
Try install -r also try to push it to /system/app/
Click to expand...
Click to collapse
I've try and this is the result:
D:\temp\DD\droid\asdk\tools>adb install -r com.amazon.mp3.apk
933 KB/s (268976 bytes in 0.281s)
pkg: /data/local/tmp/com.amazon.mp3.apk
Failure [INSTALL_PARSE_FAILED_INCONSISTENT_CERTIFICATES]
In /system/app there is already com.amazon.mp3.apk, but no icon in Menu.....
Another suggestion?
TIA
Idk
Ok, now i have the MP3 Store icon back.
To do this (the app is already installed) i must modify the value of:
name="launcher_has_been_visible"
from "false" to "true" into
./data/data/com.amazon.mp3/shared_prefs/com.amazon.mp3_preferences.xml
the icon is come back.
But..... when i start the MP3 Store, the app tell me that can only work in US FR DE, not in IT.
I've used (some CMrom ago) the app to download free sample, so why now i can't do the same? There is a workaround to do this?
Tia
Idk
Ok, so my youtube started acting up, uninstalled, now i can't find the app anywhere to reinstall! I see it in appbrain on the pc, but not on the market app! Im a noob also so be gentle....any thoughts??
~LOCOWD
Sent from my NookColor using XDA App
Ok, after some researck i thout i figured it out...found a link with the download here in the forum...downloaded directly on to my NC, tried to install with astro file and the es explorer, and now i get this error...."Installation of download apks not supported"...any thoughts?
~locowd
Sent from my nooted nc using XDA App
locowd said:
Ok, after some researck i thout i figured it out...found a link with the download here in the forum...downloaded directly on to my NC, tried to install with astro file and the es explorer, and now i get this error...."Installation of download apks not supported"...any thoughts?
~locowd
Sent from my nooted nc using XDA App
Click to expand...
Click to collapse
You'll need to install the android sdk and set it up(there is a guide here though I don't remember where exactly). Once you do open a command prompt and type cmd. Then use cd C:\"wherever my android sdk is located"\ platform-tools
Put the youtube apk here too btw.
Then type
adb mount -o remount,rw /dev/block/mmcblk0p5 /system
adb push Youtube.apk /system/app
adb reboot
once it reboots youtube should be installed.
There may be a simpler way (I'd presume there is) but this is the only way I know how to do it
locowd said:
Ok, after some researck i thout i figured it out...found a link with the download here in the forum...downloaded directly on to my NC, tried to install with astro file and the es explorer, and now i get this error...."Installation of download apks not supported"...any thoughts?
~locowd
Sent from my nooted nc using XDA App
Click to expand...
Click to collapse
I have a link to EVO's "HQ YouTube" apk in my blog fineoils.blogspot.com. If your NC is not on Froyo of any flavour, it works like a charm: smooth in scaling out any 1080p clips/movies. Couldn't make 'flash10.1 for 2.1" work though, so many embedded movies may be played only by other players -- for now.
Use adb to install.
Enjoy and comment on your success.
How do i know if i have froyo???
Sent from my nooted nook color using XDA App
if you ask big chance you don't have it
Ok so i fixed the problem, but im not sure how! All i did was go to book tools, unchecked allow non market apps, then checked it again, rebooted and tried redownloading with astro, and it worked!!! I GUESS SOMETIMES THE SIMPLEST FIXES HAVE THE GREATEST IMPACT!
Sent from my NOOTED NIK CIZLE using XDA App
OK, sounds like the most stupid question ever, but is there a way to remove the google android market from the vegan 5.1 build? I've tried the obvious (i.e uninstall through app manager) but it's greyed out.
I know most people are desperate to get the market app on and working, but I need it removed
Any ideas...? Thanks
Can't see why but...
From pc
adb remount
adb rm /system/app/Vending.apk
adb reboot
Or in shell
#su
#cd /system/data
#rm Vending.apk
#reboot
Sent from my HTC Vision using XDA App
connoisseur said:
Can't see why but...
From pc
adb remount
adb rm /system/app/Vending.apk
adb reboot
Or in shell
#su
#cd /system/data
#rm Vending.apk
#reboot
Sent from my HTC Vision using XDA App
Click to expand...
Click to collapse
fab, thanks! I know it's crazy, but there is method in my madness
Cheers
archos 101
hey
i am maybe the bigest noob in developing in android. but where do i put those commands on my pc?
Easiest way to do it is to download a root browser from the market or sideload it. Open root browser. Go ti root. System. Data. Apps. Delete vending.apk.
Sent from my DROID3 using xda premium
thnx for the fast reply
but if i open the root folder it is empty. do i need to root my device for this of something like this or is it something else?'
btw i use an archos 101 g9 whit android 3.2 honeycomb
sacratus91 said:
thnx for the fast reply
but if i open the root folder it is empty. do i need to root my device for this of something like this or is it something else?'
btw i use an archos 101 g9 whit android 3.2 honeycomb
Click to expand...
Click to collapse
Yes, you will need to be rooted to remove System apps.
I have a question. You download an app from google play store to your device. And it fails to install due to device incompatibility or certificate error.
So where is the downloaded apk file stored in the device. Like in windows we have a temp folder, do we have a temp folder where the apk file is stored temporarily?
Sent from my FIH-FB0 using xda premium
wesleyel said:
I have a question. You download an app from google play store to your device. And it fails to install due to device incompatibility or certificate error.
So where is the downloaded apk file stored in the device. Like in windows we have a temp folder, do we have a temp folder where the apk file is stored temporarily?
Sent from my FIH-FB0 using xda premium
Click to expand...
Click to collapse
Go into ur file manager SD card, and the is a .idmTEMP folder is that it???
Sent from my ADR6400L using xda premium
jonah1234 said:
Go into ur file manager SD card, and the is a .idmTEMP folder is that it???
Sent from my ADR6400L using xda premium
Click to expand...
Click to collapse
No not that, I can't see any Idmtemp folder. It must be an app that you installed that created that.
Sent from my FIH-FB0 using xda premium
wesleyel said:
I have a question. You download an app from google play store to your device. And it fails to install due to device incompatibility or certificate error.
So where is the downloaded apk file stored in the device. Like in windows we have a temp folder, do we have a temp folder where the apk file is stored temporarily?
Click to expand...
Click to collapse
Don't you think that if there is a compatibility error or incompatibility then it'll straight away not install or not even show as available for your device... Can't say anything about certificate error
paarkhi said:
Don't you think that if there is a compatibility error or incompatibility then it'll straight away not install or not even show as available for your device... Can't say anything about certificate error
Click to expand...
Click to collapse
It shows actually its after its downloaded and about to install that it usually shows up as incompatible. but where is the downloaded apk from Google play stored.
Sent from my FIH-FB0 using xda premium
wesleyel said:
I have a question. You download an app from google play store to your device. And it fails to install due to device incompatibility or certificate error.
So where is the downloaded apk file stored in the device. Like in windows we have a temp folder, do we have a temp folder where the apk file is stored temporarily?
Sent from my FIH-FB0 using xda premium
Click to expand...
Click to collapse
open your rootexplorer and go to /cache/download
there was the Google play storing the downloaded files..
abenagiel said:
open your rootexplorer and go to /cache/download
there was the Google play storing the downloaded files..
Click to expand...
Click to collapse
Thanks bro, you rock.
Sent from my FIH-FB0 using xda premium
It is a useful one, thanks
hello camrades
For this purpose, I use the Quick System Info (in Google Play)
It allows you to export to a SD card already installed in any way the application
Search on the SD card in the catalog /backups/user/...
In my case they seem to be under /mnt/asec
But there is one I can't find. Google's Music Player, the one you use when playing music you have stored in Google's Cloud.
Root /data/app is my 2 cent...
Sent from my FIH-FB0 using xda app-developers app
chrillefr said:
Root /data/app is my 2 cent...
Click to expand...
Click to collapse
Here's yet another answer
I just tried to download an app from google play -- 50 megs -- and the app successfully downloaded, but the install failed because I didn't have sufficient memory. But I had still lost 50 megs of phone storage space :-/ which I eventually traced back to /data/cache/ ; there was a 50-meg file in there called downloadfile.apk .
abenagiel said:
open your rootexplorer and go to /cache/download
there was the Google play storing the downloaded files..
Click to expand...
Click to collapse
yup its right ....
but usually playstore deleted automatically...
except that files doesnt finish install... so it could be wrong phrase :silly:
if yours download temp doesn't deleted automatically try this.
create new file without extension example "04mountdl" and put this script.
#!/system/bin/sh
CACHESIZE=$(df -k /cache | tail -n1 | tr -s ' ' | cut -d ' ' -f2)
DATAONLY=$(getprop dalvik.vm.dexopt-data-only)
if [ "$DATAONLY" = "1" ]
then
NEEDED=60000
else
NEEDED=105000
fi
if [ $CACHESIZE -lt $NEEDED ]
then
mount -o bind /data/local/download /cache/download
fi
rm /cache/download/downloadfile*.apk >/dev/null 2>&1
exit 0
save file and copy to /system/etc/init.d folder.
Sent from my Axioo-VIGO410 using xda premium
Kumabjorn said:
In my case they seem to be under /mnt/asec
But there is one I can't find. Google's Music Player, the one you use when playing music you have stored in Google's Cloud.
Click to expand...
Click to collapse
Thank you, This information is still accurate for me on my NeXuS 7 It was driving me CRAAAAAAAAZZZZZZYYYYYYYYY so I am sooooo super appreciative!!!!
Cheers,
rydog66 said:
Thank you, This information is still accurate for me on my NeXuS 7 It was driving me CRAAAAAAAAZZZZZZYYYYYYYYY so I am sooooo super appreciative!!!!
Cheers,
Click to expand...
Click to collapse
Cool, I'm glad this thread was helpful to you.
wesleyel said:
I have a question. You download an app from google play store to your device. And it fails to install due to device incompatibility or certificate error.
So where is the downloaded apk file stored in the device. Like in windows we have a temp folder, do we have a temp folder where the apk file is stored temporarily?
Sent from my FIH-FB0 using xda premium
Click to expand...
Click to collapse
abenagiel said:
open your rootexplorer and go to /cache/download
there was the Google play storing the downloaded files..
Click to expand...
Click to collapse
Helpful post! But my phone (neo v) does not seem to have /cache/download directory!
It seems that this vares from rom to rom.
I thought that, the Playstore app uses /data/local to temporarily store .apk files while downloading, then installs them from there, and finally removes the temporary download-file (which then goes to /data/app).
arpith said:
Helpful post! But my phone (neo v) does not seem to have /cache/download directory!
It seems that this vares from rom to rom.
I thought that, the Playstore app uses /data/local to temporarily store .apk files while downloading, then installs them from there, and finally removes the temporary download-file (which then goes to /data/app).
Click to expand...
Click to collapse
Check /mnt/asec its usually there for some phones. I think its the way some mobile phones allocate and handle memory that affects, maybe the rom also affects.
Cheers.
its useful
Thank You
Looks like I'm Having a similar issue with a different device it seems like the device can't extract/copy the temp file to the correct location from the temp folder and the Install fails Leaving you with a drive full of cache files I'll continue looking and let anyone know anything useful I find
:highfive:
I want to install Song Pop on this load of crap, but as per usual it wont let me..I even tried pushing it via ADB and it still failed.
Code:
C:\android-sdk\platform-tools>adb install songpop.apk
2703 KB/s (16074737 bytes in 5.806s)
pkg: /data/local/tmp/songpop.apk
Failure [INSTALL_FAILED_CPU_ABI_INCOMPATIBLE]
C:\android-sdk\platform-tools>
is there anything i can do to sort this out?
FYI: I KNOW this app works on the standard S5830
Abel669 said:
I want to install Song Pop on this load of crap, but as per usual it wont let me..I even tried pushing it via ADB and it still failed.
Code:
C:\android-sdk\platform-tools>adb install songpop.apk
2703 KB/s (16074737 bytes in 5.806s)
pkg: /data/local/tmp/songpop.apk
Failure [INSTALL_FAILED_CPU_ABI_INCOMPATIBLE]
C:\android-sdk\platform-tools>
is there anything i can do to sort this out?
FYI: I KNOW this app works on the standard S5830
Click to expand...
Click to collapse
https://play.google.com/store/apps/details?id=air.com.freshplanet.games.WaM&hl=en said:
This app is incompatible with your MTC-Touch Samsung GT-S5830i.
Click to expand...
Click to collapse
I guess that's why.
EVERYTHING is not compatible
Sent from my Nexus S using xda app-developers app
let make sure that u, install busybox
Abel669 said:
EVERYTHING is not compatible
Sent from my Nexus S using xda app-developers app
Click to expand...
Click to collapse
Just the apps you're trying to install.
All the apps listed in your phone's Google Play can be installed and should work fine (with a few exceptions, mostly some of the more demanding games, but that's not too frequent and comments usually point it out).
Accessing Google Play from your PC will not filter the apps, but you can still find which apps are compatible if you're logged in to your google account.