"OK Google" Not Working? - Verizon HTC One (M8)

Just had and fixed this issue. Solution:
Turn OFF any Apps enabled in Settings -> Accessibility.
Maybe save someone some Googling.

schneid said:
Just had and fixed this issue. Solution:
Turn OFF any Apps enabled in Settings -> Accessibility.
Maybe save someone some Googling.
Click to expand...
Click to collapse
Did app get update? Needs to be in system/app not data/app

andybones said:
Did app get update? Needs to be in system/app not data/app
Click to expand...
Click to collapse
No comprende.

schneid said:
No comprende.
Click to expand...
Click to collapse
Sorry about that, I read your post wrong.
Nice fix. :good:

Related

[Q] Stop updateing

Hello All,
How do I choose an app. to stop auto updating?
Thanks for the help
GUZZLR said:
Hello All,
How do I choose an app. to stop auto updating?
Thanks for the help
Click to expand...
Click to collapse
In Play Store, My Apps, click on the app in question, click menu, uncheck autoupdate box.
Yuma75 said:
In Play Store, My Apps, click on the app in question, click menu, uncheck autoupdate box.
Click to expand...
Click to collapse
This works well, thank you. I did notice that not all the apps. appear? Do only the apps installed internally appear, and the apps installed on the external drive do not appear?
Thanks for the help

QRemote apk

Can someone help me upload QRemote apk? my app crashed and won't start after an update.
I can't find it anywhere online. Please help.
Wipe data of the app from settings
donjamal said:
Wipe data of the app from settings
Click to expand...
Click to collapse
I tried wiping data, and also installing a older version from G2. Nothing seems to work?
Can someone pull the Apk from the G3?
piepie22 said:
Can someone help me upload QRemote apk? my app crashed and won't start after an update.
I can't find it anywhere online. Please help.
Click to expand...
Click to collapse
Here you go!
Move to /data/app and set permissions to rw-r-r-- and reboot.
Apex said:
Here you go!
Move to /data/app and set permissions to rw-r-r-- and reboot.
Click to expand...
Click to collapse
Thank you!!! Works Perfectly!!
can't install on official cm12
charlie.mitta said:
can't install on official cm12
Click to expand...
Click to collapse
does not work on AOSP rom
try this http://forum.xda-developers.com/lg-g3/themes-apps/app-quickremote-port-aosp-t2929146

Netflix fix?

Netflix doesn't load for me.. I've tried changing my build.prop to g920t but still not working. Fifa 15 is not connecting to their server either
Is there a flashable fix? Any ideas?
Anyone?
tlxxxsracer said:
Anyone?
Click to expand...
Click to collapse
Shouldn't it be 920K?
davebugyi said:
Shouldn't it be 920K?
Click to expand...
Click to collapse
why 920K? im on Tmobile..
tlxxxsracer said:
why 920K? im on Tmobile..
Click to expand...
Click to collapse
And does it work?
davebugyi said:
And does it work?
Click to expand...
Click to collapse
Awesome. That worked thanks
Doesnt work here I click on the video i wanna play and it just "loads" forever...
edit: nvm just needed to reinstall the app aswell. thanks!
spaxx24 said:
Doesnt work here I click on the video i wanna play and it just "loads" forever...
edit: nvm just needed to reinstall the app aswell. thanks!
Click to expand...
Click to collapse
Go in system/lib and delete "liboemcrypto.so", reboot your phone and it will work
Working great
RealGalaxyLink said:
Go in system/lib and delete "liboemcrypto.so", reboot your phone and it will work
Click to expand...
Click to collapse
Worked for me, some of the other methods I came across seemed to involve more risk. One step and you solved it
birmzboy said:
Worked for me, some of the other methods I came across seemed to involve more risk. One step and you solved it
Click to expand...
Click to collapse
You're welcome
RealGalaxyLink said:
Go in system/lib and delete "liboemcrypto.so", reboot your phone and it will work
Click to expand...
Click to collapse
Sorry how do you do that?
RealGalaxyLink said:
Go in system/lib and delete "liboemcrypto.so", reboot your phone and it will work
Click to expand...
Click to collapse
Thanks! It worked! And to think i had just accepted not being able to watch netflix on my S6, alls I needed to do was just delete one file... How was that stopping it from working in the first place?
Dtague said:
Sorry how do you do that?
Click to expand...
Click to collapse
And i think you need root access, because otherwise I don't think you can delete system files.
Thanks man, problem solved
Doesn't work for me...
RealGalaxyLink said:
Go in system/lib and delete "liboemcrypto.so", reboot your phone and it will work
Click to expand...
Click to collapse
This one doesn't work for me. It just results in sign on failure with Netflix. At least before I could sign on. Could you explain this fix/workaround at all?
Thanks,
PK.
Greaaat works fine
Tottaly ****ing worked, on my S7 G930F and S6 g920i.
God bless you soul *****!!
How to use adb to change build prop parameters?

[GUIDE] [4.1+] Enable Google Now Panel on Nova!

Hi all
You might be knowing about the Nova Google Companion App, which enabled Nova Launcher users on Android MM+ to use the Google Now Panel. Recently, it was made available to LL+ users too
Today, I will share a guide which enables users to use this (maybe useful) Google Now Panel on their Jellybean 4.1+ devices
Pre-requisites
Latest Nova Launcher
Nova Google Companion App here
A working brain
A tool for modifying .apk files(APK Editor Pro, APKTool, etc.)
Let's go-
Decompile Nova Google Companion App
Look for AndroidManifest.xml and open it
Look for something like this
Code:
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="26" />
Change android:minSdkVersion="21" to 16.It would now look like this
Code:
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="26" />
Save the file.
Recompile the APK and then install it
Open Nova Google Companion App and press OK
Go to Nova Settings>Google Now>Google Now Page and turn it on if not already
Go back to Nova home screen and you now have the Now Panel working on JellyBean
Known Bugs-
Tell me?
Credits-
TeslaCoil Software for Nova Launcher and Nova Google Companion App
Google for Google Now
@luk3yx for testing this on 4.2
Me for this guide
Anyone else? Please PM
Please press the thanks button :good: if I helped you
Reserved
Can you make the modified apk
i can't found <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="26" /> in Androidmanifest.xml
Guys i edited the apk.
Tell me if its working or not.:good:
Nikhilkumar038 said:
Reserved
Click to expand...
Click to collapse
You are awesome bro.:good:
You always comes with something unexpected.
schuylkillparanormal said:
Can you make the modified apk
Click to expand...
Click to collapse
I already made it. Just don't want to publish it here.
Delete
christboanerges said:
i can't found <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="26" /> in Androidmanifest.xml
Click to expand...
Click to collapse
Check again. It's in the 3rd line.
If you still can't, check out the apk attached by @@[email protected] :good:
Delete
Delete
Confirmed working on my Samsung TAB3 4.4.2. Thanks guys. Keep up the good work!
Sent from my XT1609 using Tapatalk
RealWelder said:
Confirmed working on my Samsung TAB3 4.4.2. Thanks guys. Keep up the good work!
Click to expand...
Click to collapse
Just press that :good: thanks button:laugh:
Nikhilkumar038 said:
Just press that :good: thanks button[emoji23]
Click to expand...
Click to collapse
Very odd... I actually did before I replied. Probably a Tapatalk bug, I'll click it again. Thanks, mate.
Sent from my XT1609 using Tapatalk
RealWelder said:
Very odd... I actually did before I replied. Probably a Tapatalk bug, I'll click it again. Thanks, mate.
Click to expand...
Click to collapse
Oh, I can see now.
@[email protected] said:
Guys i edited the apk.
Tell me if its working or not.:good:
Click to expand...
Click to collapse
It works
I'm quite sure there must be a reason why TeslaCoil has limited the app to work only in API 21+. If it was just as easy as lowering the API limits in the AndroidManifest they'd have done that already, so beware of bugs... Just saying
linuxct said:
I'm quite sure there must be a reason why TeslaCoil has limited the app to work only in API 21+. If it was just as easy as lowering the API limits in the AndroidManifest they'd have done that already, so beware of bugs... Just saying
Click to expand...
Click to collapse
Bugs, they are already mentioned in my post.
We can't check for updates through the app.
There can also be other reasons. Maybe TeslaCoil doesn't like the taste of KitKats
Nikhilkumar038 said:
Bugs, they are already mentioned in my post.
We can't check for updates through the app.
Click to expand...
Click to collapse
That's not a bug. That's because the application hasn't been signed with their key and a problem only those who modify the app will face. *It's not what I meant*.
Nikhilkumar038 said:
There can also be other reasons. Maybe TeslaCoil doesn't like the taste of KitKats
Click to expand...
Click to collapse
Sure, that must be it :laugh:
linuxct said:
That's not a bug. That's because the application hasn't been signed with their key and a problem only those who modify the app will face. *It's not what I meant*.
Sure, that must be it :laugh:
Click to expand...
Click to collapse
Oh, that's the thing. And I thought that was a bug:silly:
I haven't faced any other issues save that one.

What is this?

Anyone know what this is or how to turn it off?
supercharged5 said:
Anyone know what this is or how to turn it off?
Click to expand...
Click to collapse
What Launcher is that you're using?
Ramsport said:
What Launcher is that you're using?
Click to expand...
Click to collapse
The S8
supercharged5 said:
The S8
Click to expand...
Click to collapse
What do you mean by saying the S8?
I love the way the apps come out of the corner like that, is that part of the Launcher?
id love to know what that app is too
I believe it's es file explorer
Yeah. That is ES File Explorer. Go into settings and disable those short cuts. Done deal.
Thanks guys
supercharged5 said:
Anyone know what this is or how to turn it off?
Click to expand...
Click to collapse
This is ES FILE EXPLORER. I too had this but I closed it. You can see it somewhere in tools tab in es file explorer. There u can turn it off. Its something floating etcc...

Categories

Resources