I know this isn't the place to be advertising my own stuff, but anyone who wants to test v7 of #MirrorEnabler (compatible with Lollipop), send me a PM and I'll send you a link.
R3pwn,I know this isn't the place to be advertising my own stuff, but anyone who wants to test v7 of #MirrorEnabler (compatible with Lollipop), send me a PM and I'll send you a link.
Never mind, I just did not enable the middle option and rebooted the Nexus 7 2012. It works now. ThanksR3pwn,
I installed your MirrorEnabler V7 (instead of using this code) and it does not seem to be working with my Nexus 7. Do all 3 options need to be enabled? Am I missing something else? Any help would be greatly appreciated!
Same here. The TV goes black and nothing happens. 1 second later my nexus shows a message telling me that "casting screen to Chromecast has ended" and my TV goes back to wallpaper. I've tried MirrorEnabler V7 app with no luck.followed the steps but when i cast i get - cast to chrome cast has ended after a few secs please help
It will, yes.Hi, I installed chromecast app yesterday
https://play.google.com/store/apps/details?id=com.google.android.apps.chromecast.app
version 1.9.7
Seems that is now supported
![]()
![]()
Just a warning message saying: your device is not optimized
Problem is that:
![]()
![]()
![]()
from settings/drop down quick-menu/whatever doesn't work.
This hack enable settings/drop down quick-menu/ access?
thanks
cd /sdcard/
cp /data/data/com.google.android.gsf/databases/gservices.db ./
su
sqlite3 gservices.db "insert into overrides (name, value) VALUES ('gms:cast:mirroring_enabled', 'true');"
sqlite3 gservices.db "insert into overrides (name, value) VALUES ('gms:cast:remote_display_enabled', 'true');"
sqlite3 gservices.db "select * from overrides;"
cp gservices.db /data/data/com.google.android.gsf/databases/gservices.db
am force-stop com.google.android.gsf
am force-stop com.google.android.gms
am force-stop com.google.android.apps.chromecast.app
exit