Google Spotlight Stories won't work - G3 Q&A, Help & Troubleshooting

Hello everyone!
I downloaded Google Spotlight Stories, and upon opening the app it tells me that my device is not supported (see attachment).
I'm running D855 with latest version of BlissPop 3.4 with selinux permissive, xposed installed, custom DPI, and Viper4Android (but that's about it where it comes to customization)
Any ideas of what might be going on? Do you get it to work?

@munte89 Same issue here... Wish there was a solution. I've read some reports of some roms seemingly working so idk what the app is looking at to find the device you're using.
Edit: I figured it out. I changed the 5 "Nexus 6", " shamu", and "google" values from the below link in my build.prop, rebooted, and works like a charm!
http://forum.xda-developers.com/android/general/explanation-build-prop-values-t3069341
Fwiw, I also got it working for my Nexus 10 by using the same build.prop values noted above, only from the Nexus 9.

http://forum.xda-developers.com/and...google-spotlight-stories-apk-devices-t3138694
check this, It might work

puran157 said:
http://forum.xda-developers.com/and...google-spotlight-stories-apk-devices-t3138694
check this, It might work
Click to expand...
Click to collapse
my phone is not supported. how can i still get it?

Related

Flash in a WebView

Ooops I posted this to the main Hero forum yesterday by mistake - it is more properly and Android developer post specific to the Hero. . . .
I've been trying to run Flash in a Webview on my Hero.
Flash runs in the standard Browser okay, but I get the 'missing plugin' icon when trying to view anthing with Flash in the WebView.
I'm not sure if it has been disabled, or I just haven't found the right settings. I'm using the standard,
mWebView = (WebView) findViewById(R.id.webview);
mWebView.getSettings().setJavaScriptEnabled(true);
mWebView.getSettings().setAllowFileAccess(true);
mWebView.getSettings().setPluginsEnabled(true);
Then I'm also calling (through reflection) the 'setFlashPlayerEnabled' method described by cyanogen
http://forum.xda-developers.com/showthread.php?t=521221
//Set Flash Player Enabled
Boolean[] input={new Boolean(true)};
try{
Class cl=Class.forName("android.webkit.WebSettings");
Class[] par=new Class[1];
par[0]=Boolean.TYPE;
Method mthd=cl.getMethod("setFlashPlayerEnabled",par);
mthd.invoke(mWebView.getSettings(),input);
mWebView.loadUrl("file:///android_asset/index.html");
}catch(Exception e){}
But still no Flash in the WebView.
Is there anything else that needs to be called?
How about
setPluginsPath("")
. . . . what path should that call on the Hero?
alexcq said:
Code:
}catch(Exception e){}
Click to expand...
Click to collapse
On general Java principles, I'd put some code in this exception handler to see if something is thrown when you get the method or do the invoke...
Otherwise, no ideas
Thanks for that - generally I'm using
mWebView.loadUrl("http://www.google.com/"+e.toString());
while debugging on the device to have any errors sent to the URL bar. A bit nasty, but it gets me the info.
alexcq said:
Thanks for that - generally I'm using
mWebView.loadUrl("http://www.google.com/"+e.toString());
while debugging on the device to have any errors sent to the URL bar. A bit nasty, but it gets me the info.
Click to expand...
Click to collapse
nice one
Android 2.2 Flash in a WebView
Hi,
I just tried loading a swf in a WebView and it seems to be working. I needed to enable setPluginsEnabled(true); which I saw in your post. Thanks.
Have you tried asking this question at http://anddev.org ?
let me guess - Android version is 2.1 or lower
I came to that conclusion after i noticed that on my N1 running 2.2 this works flawlessly but on my Evo running 2.1 it shows gibberish.
am i correct?
Hello all.
After trying using flash in my application, I have been very disapointed.
Once the webview is loaded, all my activity blink.
You can find a more accurate description, and the source code of the issue here: http://stackoverflow.com/questions/5095977/screen-blinking-when-using-a-webview-with-flash
and the demo apk here: http://cl.ly/3g0s1p030j243y0p3m2F
Thank a lot for any help, I cannot sleep till I fix this issue...
Flash content loading fine in webview, but in postDelayed thread it freezes.
Webview get stuck/freezes when i continuously load multiple webviews in a runnable thread in android having flash content.
How can i continue rendering my webview in thread . right first it loads fine and then it start rendering slow and then after a point it freezes.

Is it possible to use Android Pay on oppo find 7a custom ROM?

Is there anyway to get android pay working? The app store says the device is incompatible so I am unable to down load. Thank you
I'm also encountering this issue on OmniROM. Perhaps @maxwen can elaborate on this issue and any potential fixes.
HB66 said:
Is there anyway to get android pay working? The app store says the device is incompatible so I am unable to down load. Thank you
Click to expand...
Click to collapse
If you have Root it won't work (not compatible with any rooted device at present)
hundred_miles_high said:
If you have Root it won't work (not compatible with any rooted device at present)
Click to expand...
Click to collapse
I don't think that's the only complicating factor. I thought there was something else having to do with proprietary files that typically aren't included with custom ROMs.
RonaldusMagnus said:
I'm also encountering this issue on OmniROM. Perhaps @maxwen can elaborate on this issue and any potential fixes.
Click to expand...
Click to collapse
Hi did you ever solve this issue? It is out now in the UK and I can't install it from the Google Play Store.
Has anyone tried rootcloak?
Yeah, no luck. There probably is a solution, but I never had the time to fully investigate.
Sent from my FIND7 using XDA-Developers mobile app
Android Pay installs OK on my Find 7, but I can't add any bank cards as it says "Android Pay can't be used. Google is unable to verify that your device or the software running on it is Android compatible".
If I run SafetyNet Helper, it says that the CTS Profile Match is false, which is probably why Android Pay won't run on my Find 7.
I am running COS V2.0.8i, and my phone is unrooted.
Does anyone know of a fix for this, or if Android Pay works on Spectrum?

Netflix issues on marshmallows

OK, I haven't seen this discussed too much here but the issue is with Netflix on marshmallows roms. Does anyone know of a MM rom that has Netflix working? Specifically for D851. I really like the features of MM, but can't get Netflix to work with any of them. There are downloadable apk's of Netflix by TeamBlackout. These are black and transparent versions. I could get to the login screen with these but nothing else. Eventually with all versions including official I get the -9 error. I read in a thread for a different phone that they change the build prop and or delete a certain file to get it to work. The reason I am asking is because the D851 is for T-Mobile and as you know Netflix is part of the BingeOn deal where it doesn't use any data.
*****Edit: There is a working patch. Scroll down for the link.*****
JAWheat411 said:
OK, I haven't seen this discussed too much here but the issue is with Netflix on marshmallows roms. Does anyone know of a MM rom that has Netflix working? Specifically for D851. I really like the features of MM, but can't get Netflix to work with any of them. There are downloadable apk's of Netflix by TeamBlackout. These are black and transparent versions. I could get to the login screen with these but nothing else. Eventually with all versions including official I get the -9 error. I read in a thread for a different phone that they change the build prop and or delete a certain file to get it to work. The reason I am asking is because the D851 is for T-Mobile and as you know Netflix is part of the BingeOn deal where it doesn't use any data.
Click to expand...
Click to collapse
I've had the sane problem and I get a (0000) error. I've tried pretty much every marshmallow ROM from her and the international forum but none of them have Netflix working. And apparently the (0000) error isnt a true error code as a Google search returned back negative. I would love a fix to this
I know that is the only thing stopping me from using a marshmallow rom.
I got here from the candy6 thread. I'm currently running resurrection remix marshmallow and just tried Netflix. Logged right in thru smart lock and started a few vids no problem. Unfortunately for you guys its a ls990 build, but maybe someone could figure out what's got it working there?
Sent from my LG-ls990 using XDA Free mobile app
Yeah it seems now that the devs got word of it and have possible fixes in the works. I know Bliss and Revolution MM should have Updated builds tomorrow.
Awesome, hope it works across all roms soon. Good luck guys!
Sent from my LG-ls990 using XDA Free mobile app
Its fixed for the d851 on Resurrection Remix and Bliss 6.0.
I can confirm the Netflix app does NOT work on LG G3 D855, running CandySiX (Android 6.0.1).
Netflix is confirmed working on Bliss and Revolution MM.
I found it wasn't working on Candy 6. I flashed this zip and it worked.
https://www.androidfilehost.com/?fid=24269982086999220
Props to whoever made it
JAWheat411 said:
I found it wasn't working on Candy 6. I flashed this zip and it worked.
https://www.androidfilehost.com/?fid=24269982086999220
Props to whoever made it
Click to expand...
Click to collapse
Working on CrDroid as well. Big thanks to you and whoever made it [emoji2]
Sent from my LG-D855 using Tapatalk
Thanks to who ever hacked this... Now it works on cm13
Is this fix device specific? Wondering if it could be used on d850.
Edit: works on d850. Also seems to have fixed Google play movies and TV as well!
Sent from my LG-D850 using Tapatalk
wigginst said:
Is this fix device specific? Wondering if it could be used on d850.
Edit: works on d850. Also seems to have fixed Google play movies and TV as well!
Sent from my LG-D850 using Tapatalk
Click to expand...
Click to collapse
Works on lg g3 (vs985) as well. Thanks!
Had the same problem on my D855, fixed it by only going to System/Vendor/Lib and deleting the file Liboemcrypto.so and then rebooting.
Now it works like a charm.
Awesome! Working for me now. I changed my ROM (not for this Netflix issue though), but just so anyone reading this knows what I'm running.
Bliss Pop ROM version 6.
Android 6.0.1.
Netflix app version 4.1.0 build 5588.
First I deleted the file "liboemcrypto.so" from "system/vendor/lib" as suggested by rrfslow above. I didn't see any change in the app's behaviour. So I uninstalled it, re-installed it, and still nothing. Maybe I wasn't patient though, cos I decided to go the "flash ZIP file" route as soon as I didn't see any improvement. So I flashed it, noticed a new boot screen before the Bliss Pop one, tried Netflix, and tada! It's working! So happy! thanks to whoever did this!
I can confirm updating Netflix thru the Play Store after applying the fix does NOT break Netflix. Good times!
JAWheat411 said:
Netflix is confirmed working on Bliss and Revolution MM.
Click to expand...
Click to collapse
I can use it in Samsung Galaxy Note 4 N910C on Resurrection Remix and Bliss 6.0.

CM 12.1/13 - various builds

Hello guys, I'm going to share some CM builds I've found online and I'd like you to try them and discuss them. Thanks to collapseromer.
Builds are usually compatible both to US and Chinese devices: please say which version you're using when you post/report bugs since we'd like to confirm that.
Most recent I've found (old versions hidden):
BetaHydri (12/07/2016):
http://forum.xda-developers.com/leeco-le1-pro/development/cm12-1-rom-betahydri-letv-1-pro-t3416651
Thanks to our fellow @BetaHydri we have the best of both worlds: working location service (even for mobile and wifi, Smart Lock via location should work now!) and working videos. Nice job!
Collapseromer's 20160628 build:
http://rom.7to.cn/romdetail/1012717
https://mega.nz/#!H91Q0RCB Passcode: !R1XXlc3yt8gUORagS7B-4PVf9ZCFP7uueVTIY8AMY08
OK, things are getting serious: we've got Play Store and Google services working fine (location via mobile data and wifi not working), all kind of streaming videos play fine, framerate for GPU intensive games is unbelievable compared to LeTV's 12S stock ROM based Custom ROMs; no major bugs to note except Parrot's Free Flight 3 app not working.
Dolby Atmos/AudioFX can be fixed using http://forum.xda-developers.com/showpost.php?p=67579077&postcount=109
Collapseromer's 20160528 build:
http://rom.7to.cn/romdetail/1012091 --> Chinese thread
http://pan.baidu.com/s/1boNb5Ll --> download from China
https://mega.nz/#!QgoihJCQ!RpD2O1knJ5L6uAOGI7I6elv6spUNrPXD7whpqb6y2kE --> mirror
Google Play Store started FCing after like an hour since I installed. I've tried a few things to get it back (uninstall via Root Explorer and reinstall, clear cache and data, flash GApps again) but so far no luck; funny enough, it's auto-updating installed apps and installing apps when I do that via browser just fine. :/
EDIT: Now it works... I guess it's because of the modified build.prop I applied, which I'm attaching here..
Actually I kept getting Play Store working on and off and I couldn't understand what triggers that so I reverted to the ROM below.
Collapseromer's 20160512 build:
https://app.box.com/s/ua2ekx0g54iltp2nj9b8uo2fykciylwg Uploader got out of bandwith, use link below
https://mega.nz/#!J8wTRS7Q!HFnr-waFdMvbJM-69doDuvmC2CI3RPytI8ODXNaqMio
- This ROM gets everything working except Periscope and Facebook videos.
As an attachment you can find a flashable zip to restore volume switch function on any CM build! Thanks http://bbs.le.com/thread-1675368-1.html
Please note I always disable all the Chinese apps (for example using https://play.google.com/store/apps/details?id=com.keramidas.TitaniumBackup&hl=i) and install Stock/Aroma Open Gapps (http://opengapps.org/).
This is a guide to trim the ROM zip from variuos apk's, use wisely: http://bbs.elephone.hk/thread-2939-1-1.html
And this is an additional trim guide which was true for collapse-cm-12.1-20160512-UNOFFICIAL ROM, not confirmed on newer versions
Code:
[B]system\app folder[/B]
360mse-->chinese app
660007-->chinese app?
baiduinput-->Chinese keyboard, watch out as there are no other keyboards!
clear-->Perfectly Clear? (photo)
CollapseSettings-->??
cpuspy
Development-->??
Flash-->Adobe Flash?
sogousearch-->chinese sogou
wandoujia-->chinese baidu
[B]system\priv-app[/B]
audiofx-->not working
trebuchet-->only if you flash Gapps and use Google Launcher
Missing SIM possible solution (thanks 0rk0 from http://www.letv.re/topic/1020-letv-x800-lost-imei/?do=findComment&comment=9608)
Code:
1. With the card inserted and unacknowledged make a call by typing: * # * # 4636 # * # *
2. Appear a menu with several options: informaticion phone, battery information, usage statistics and wifi information. That we are interested in "phone information" we click on it.
3. We get a lot of things and options. We seek "Set preferred network type" and we click on the tab that appears below us which allows us to select different types of networks.
When you first enter this menu appeared selected the option "TD-SCDMA, LTE, CDMA, EVDO GSM / WCDMA," possibly this was the problem, it was the wrong choice. So it was.
4. Change the option to "LTE / GSM / CDMA auto (PRL)" and restart your phone (you simply have to select it and get out the normal phone menu
This is the official device support request CM thread, chime in! https://forum.cyanogenmod.org/topic/120767-letv-x500-x600-x800/
And head over here to review the ROM, I think that may stimulate collapseromer to build more, maybe even CM13! http://rom.7to.cn/romdetail/1012717
What's your mileage guys? Could you get some CM13 somewhere, maybe? Please share your files and experience, LeTV ROMs are just clueless and I really think CM is the only way out: how could you develop such a useless lockscreen and notification shade, LeTV?
Hmm... Great stuff. I also not very impressed by EUI... What about Sim card slots, mobile Internet and camera? Do all these things work on CM too? How about battery life? Is it improved or same or less?
Sent from my Le 1 Pro using Tapatalk
I'm using slot 2 only and data/calls/messages work fine; both cameras work, with 4k videos too; battery is more or less the same, I can go morning to evening just like Cuoco's. I really insist you should try, unless letv starts developing good things (but it seems like Android 6 ROM doesn't change much) I'll never look back; moreover, someone may port cm13 sooner or later.
Inviato dal mio X800+ utilizzando Tapatalk
How's the camera quality, compared to EUI?
Thanks for this share OP =D
Not at all, dude, I just want to spark some conversation and maybe development for this DOA device...
Camera is fine, you even get 4k video recording from main camera and 1080p from the front facing one. Even official EUI ROMs are not that good, with camera: videos always fail to autofocus and you have to keep pressing on screen to refocus, while pictures live preview is slow and generally not so good with low lighting.
Please H3G, deliver the HTC 10 and I'll get that in a heartbeat so I can stop going slightly mad with this device!
teorouge said:
Hello guys, I'm going to share some CM builds I've found online and I'd like you to try them and discuss them. Thanks to collapseromer.
Please note I always disable all the Chinese apps and install Open Gapps
Most recent I've found:
http://rom.7to.cn/romdetail/1012091 --> Chinese thread
http://pan.baidu.com/s/1boNb5Ll --> download from China
https://mega.nz/#!QgoihJCQ!RpD2O1knJ5L6uAOGI7I6elv6spUNrPXD7whpqb6y2kE --> mirror
This is a great ROMtoo bad Google Play Store started FCing after like an hour since I installed. I've tried a few things to get it back (uninstall via Root Explorer and reinstall, clear cache and data, flash GApps again) but so far no luck; funny enough, it's auto-updating installed apps and installing apps when I do that via browser just fine. :/.
EDIT: Now it works... I guess it's because of the modified build.prop I applied, which I'm attaching here.
https://app.box.com/shared/static/ua2ekx0g54iltp2nj9b8uo2fykciylwg.zip
This ROM gets everything working except Periscope videos.
What's your mileage guys? Could you get some CM13 somewhere, maybe? Please share your files and experience, LeTV ROMs are just clueless and I really think CM is the only way out: how could you develop such a useless lockscreen and notification shade, LeTV?
EDIT: this is the official device support request CM thread, chime in! https://forum.cyanogenmod.org/topic/120767-letv-x500-x600-x800/
And this is a hardware-similar device which got CM, maybe it helps someone. http://download.cyanogenmod.org/?type=snapshot&device=sambar
Click to expand...
Click to collapse
Hi,
do I understand correctly that this "collapse-cm-12.1-20160531-UNOFFICIAL-X800" version works on our LeTV 1 Pro X800 US/CE model?
BetaHydri said:
Hi,
do I understand correctly that this "collapse-cm-12.1-20160531-UNOFFICIAL-X800" version works on our LeTV 1 Pro X800 US/CE model?
Click to expand...
Click to collapse
Correct, any CM you'll find in this thread works both for CN and US versions, I'm using an US device myself.
teorouge said:
Correct, any CM you'll find in this thread works both for CN and US versions, I'm using an US device myself.
Click to expand...
Click to collapse
Ok thanks !
Then I will try it today, as I have some problems with my actual CUOCO 11S V4.3 which could not be OTA updated anymore for whatever reason.
Did't you installed OPENGAPPS arm64 version right after the ROM flash ?
Right, opengapps build, 64 bit, Android 5.1, flashed right after ROM (put two zips in queue, in case you're wondering). Let me know which build you're going to flash and how you like it.
teorouge said:
Right, opengapps build, 64 bit, Android 5.1, flashed right after ROM (put two zips in queue, in case you're wondering). Let me know which build you're going to flash and how you like it.
Click to expand...
Click to collapse
Get on this site and add comments guys, this way we may get collapseromer's builds more often and maybe even its CM13...
http://rom.7to.cn/romdetail/1012091
teorouge said:
Get on this site and add comments guys, this way we may get collapseromer's builds more often and maybe even its CM13...
http://rom.7to.cn/romdetail/1012091
Click to expand...
Click to collapse
I installed it ! But on boot I choosed german as language maybe not a good idea. Will try again with english at first boot-up.
I noticed following:
- I installed OpenGAPPS Stock Version for 5.1 / arm64
- Google Play Store is crashing
- AudioFX is crashing
- four to six useless chinese apps included into the ROM
- One settings extension is completely in chinese
Anyway if I'm able to remove the for me useless stuff and fix the crashing of the play sotre, then I will keep this ROM.
Which ROM build did you flash? I reverted to https://app.box.com/s/ua2ekx0g54iltp2nj9b8uo2fykciylwg for now, just because of Play Store issues (even though it actually worked since I could install apps via browser and apps were auto-updating I could open it only sporadically, most of the time it force closed).
- AudioFX crashes here too, I actually never tried that since all my audio needs are speaker and bluetooth;
- You can easily freeze/uninstall those Chinese apps: enable CM root access in standard developer settings, install Titanium Backup or similar from Play Store (or via apk from apkmirror.com) and get rid of them;
- That settings item in Chinese language is actually just a container for all those Chinese apps you want to kill, so don't bother. It will force close if you click on it, once you freeze/delete those apps.
- I always choose Italian as system language and everything is in Italian: except for those Chinese apps, of course, but they never survive for a long time.
teorouge said:
Which ROM build did you flash? I reverted to https://app.box.com/s/ua2ekx0g54iltp2nj9b8uo2fykciylwg for now, just because of Play Store issues (even though it actually worked since I could install apps via browser and apps were auto-updating I could open it only sporadically, most of the time it force closed).
- AudioFX crashes here too, I actually never tried that since all my audio needs are speaker and bluetooth;
- You can easily freeze/uninstall those Chinese apps: enable CM root access in standard developer settings, install Titanium Backup or similar from Play Store (or via apk from apkmirror.com) and get rid of them;
- That settings item in Chinese language is actually just a container for all those Chinese apps you want to kill, so don't bother. It will force close if you click on it, once you freeze/delete those apps.
- I always choose Italian as system language and everything is in Italian: except for those Chinese apps, of course, but they never survive for a long time.
Click to expand...
Click to collapse
I flashed this one that you posted at the beginning:
https://mega.nz/#!QgoihJCQ!RpD2O1knJ5L6uAOGI7I6elv6spUNrPXD7whpqb6y2kE
Should I try the one that you posted in the BOX account ? Isn't it the same ?
Nope, slightly older: try that.
teorouge said:
Nope, slightly older: try that.
Click to expand...
Click to collapse
can't download the one in the box account. The download don't start...
You're right, the uploader went out of bandwidth: I'm uploading to Mega myself, it should be ready in less than an hour. Of course I'll change the links too.
teorouge said:
Nope, slightly older: try that.
Click to expand...
Click to collapse
Is this one is from 07.06.2016 the same that you put on mega ?
http://rom.7to.cn/romdetail/1012091 --> The problem how to download it from there without the chinese downloader ?
[Android 5.1] [6.5.12] [music 1Pro-CM-12.1- rapid and smooth]
OF: collapseromer Android version: 5.1.x
UI Type: CyanogenMod a ROM Size: 425.00MB
Applicable models: music as the X800 + (Le 1 pro) Published: 2016-06-07
---------- Post added at 02:38 PM ---------- Previous post was at 02:29 PM ----------
teorouge said:
You're right, the uploader went out of bandwidth: I'm uploading to Mega myself, it should be ready in less than an hour. Of course I'll change the links too.
Click to expand...
Click to collapse
I noticed that I had already downloaded it during last week.
But see my last reply:
So this one is from 07.06.2016, is this the one that you put on mega ?
http://rom.7to.cn/romdetail/1012091 --> The problem how to download it from there without the chinese downloader ?
[Android 5.1] [6.5.12] [music 1Pro-CM-12.1- rapid and smooth]
OF: collapseromer Android version: 5.1.x
UI Type: CyanogenMod a ROM Size: 425.00MB
Applicable models: music as the X800 + (Le 1 pro) Published: 2016-06-07
Original filename of the file I'm uploading to Mega is collapse-cm-12.1-20160512-UNOFFICIAL. If you have that one just flash. Build date is 2016-05-12 (12/05/2016 in Europe), you can see it from the filename.
teorouge said:
Original filename of the file I'm uploading to Mega is collapse-cm-12.1-20160512-UNOFFICIAL. If you have that one just flash. Build date is 2016-05-12 (12/05/2016 in Europe), you can see it from the filename.
Click to expand...
Click to collapse
Yes exactly. I flashed it already Play Store works on this build from 12.05.2016. Cool !
I already deactivated all the chinese APPS via APPS Settings --> All Apps. It's important that you have to download first a new keyboard like google keyboard. As the chinese/english one will be also unavailable when deactivating all chinese app/services from settings.
Yeah, so far that build worked fine, only occasional non-playing Periscope/Facebook videos. Even installed Xposed Framework with a few modules.
Oh, are you using Trebuchet or Google launcher?

Moto G5 not compatible with Android Auto?

I can't find Android Auto on the playstore on my phone, and when I go to the playstore from my PC it tells me that "This app is incompatible with all of your devices."
Is it really incompatible, or maybe this is because Android Auto is not yet available in my country?
2014 said:
I can't find Android Auto on the playstore on my phone, and when I go to the playstore from my PC it tells me that "This app is incompatible with all of your devices."
Is it really incompatible, or maybe this is because Android Auto is not yet available in my country?
Click to expand...
Click to collapse
As far as I can tell the only requirements for the app itself is android lollipop and above so it probably is geo restricted
Since I don't have your device anymore I can't check
I have included the app in the attachment below though for you to install yourself
It is compatible, I am using it and installed it from play store. Maybe clear the Play store cache? AS pointed out you can also just install the apk (also from apkmirror)
Thanks. Are you using it with the G5 or the G5 Plus?
What is strange is that it is telling me that it is incompatible with my device, and not that it is not available in my country, as it happens with some other apps.
Is it is safe to install it with an .apk, and would I receive updates if I do it that way?
2014 said:
Thanks. Are you using it with the G5 or the G5 Plus?
What is strange is that it is telling me that it is incompatible with my device, and not that it is not available in my country, as it happens with some other apps.
Is it is safe to install it with an .apk, and would I receive updates if I do it that way?
Click to expand...
Click to collapse
The apk I posted was downloaded by myself from the playstore so totally safe
You would only get updates if It is available in your playstore & even then you may have to uninstall & reinstall depending on app signatures if different in different locations
TheFixItMan said:
The apk I posted was downloaded by myself from the playstore so totally safe
You would only get updates if It is available in your playstore & even then you may have to uninstall & reinstall depending on app signatures if different in different locations
Click to expand...
Click to collapse
Thanks. If I can get confirmation that it should work with the moto g5 (not the plus) then I will try it out.
Any reason why Google would have country restrictions on Android Auto? The cars are the same, the apps (maps, music etc) work fine, so why place restrictions on Android Auto? Apple doesn't seem to have any such restriction with Car Play (in my country at least)
2014 said:
Thanks. If I can get confirmation that it should work with the moto g5 (not the plus) then I will try it out.
Any reason why Google would have country restrictions on Android Auto? The cars are the same, the apps (maps, music etc) work fine, so why place restrictions on Android Auto? Apple doesn't seem to have any such restriction with Car Play (in my country at least)
Click to expand...
Click to collapse
Why do you need confirmation to try it? Just try it - it will either install or say app not installed
Like I said the only min requirements is lollipop so no reason why the app won't install
Some apps maybe geo restricted for licensing purposes - if Googling why the app isn't available in your country doesn't come up with anything the only thing you can do is contact the app developer
He may think you provided a virus.
Exanneon said:
He may think you provided a virus.
Click to expand...
Click to collapse
Lol by all means scan it - decompile it & check it
If you know my reputation around here you know I provide support
I used to be a recognised contributor but left xda for a while
Also I provided the official twrp for this device
So looking through my past posts/threads you will see the kind of support I provide
Of course, I mean you work on twrp for g5 and yet someone still manages to be suspicious
I am not suspicious I just want to know if it actually works! If this is not a country thing, maybe they marked this phone as incompatible for a good reason. I don't yet have a car with Android Auto so I can't fully test it now. Maybe it would run on the phone itself, but then fail to connect to the car (I've seen reports of this happening for several phones including different versions of the Moto G). Or maybe there is some other kind of bug that only shows up once connected to a car...
2014 said:
I am not suspicious I just want to know if it actually works! If this is not a country thing, maybe they marked this phone as incompatible for a good reason. I don't yet have a car with Android Auto so I can't fully test it now. Maybe it would run on the phone itself, but then fail to connect to the car (I've seen reports of this happening for several phones including different versions of the Moto G). Or maybe there is some other kind of bug that only shows up once connected to a car...
Click to expand...
Click to collapse
The only person that can answer your question would be the app developer
Would be quicker & easier to test yourself as the chance of someone with a moto g5 & the car you might have with android auto support would be highly unlikely
In these situations it's always better to just try yourself or contact the app developer for support
I installed the apk that TheFixItMan has provided and it works fine, on both the phone and a car I tried it with for a few minutes. Thanks!
As it was said previously I can't update Android auto from the play store now, so I assume at some point it might stop working properly. Should I just get a new apk every time I need an update?
2014 said:
I installed the apk that TheFixItMan has provided and it works fine, on both the phone and a car I tried it with for a few minutes. Thanks!
As it was said previously I can't update Android auto from the play store now, so I assume at some point it might stop working properly. Should I just get a new apk every time I need an update?
Click to expand...
Click to collapse
Yes just get the latest apk
As long as it's just the version that is on the playstore (unmodified) like I provided you can just update it without having to uninstall previous version
TheFixItMan said:
Yes just get the latest apk
As long as it's just the version that is on the playstore (unmodified) like I provided you can just update it without having to uninstall previous version
Click to expand...
Click to collapse
Thanks where can I find such unmodified apks of latest versions?
TheFixItMan said:
Yes just get the latest apk
As long as it's just the version that is on the playstore (unmodified) like I provided you can just update it without having to uninstall previous version
Click to expand...
Click to collapse
Thanks. Where can I find unmodified apks of latest versions?
2014 said:
Thanks. Where can I find unmodified apks of latest versions?
Click to expand...
Click to collapse
Google is your friend
Use an alternative app store like aptoide

Categories

Resources