[GUIDE] Enable Guest Mode - Google Chromecast

I'm back!
Here to enable more stuff on your devices.
r3pwn said:
I apologize. This was kinda a rushed release and I didn't get to test it too well (at all, really). All I did was notice the key in the database, then I enabled it, saw it actually did something, then wrote this guide. Upon further investigation, it seems that the Chromecast itself needs an update (we may see this in the coming days/weeks). In the meantime, enjoy looking at the menu, knowing that the feature isn't too far away!
Click to expand...
Click to collapse
What is Guest Mode?
Guest mode is a new Chromecast feature that allows a device to cast to Chromecast without being on the same wifi network, but Google hasn't released it yet. That's why I'm here!
Sweet! How do I do it?
You must download "#Configurator for Root" from the Play Store and be sure your device, not your Chromecast is rooted.
After that, open #Configurator and type in these for the fields:
Code:
gms:cast:cast_nearby_device_scanner:is_enabled
true
Then hit the "Configure" button and continue to type:
Code:
com.google.android.apps.chromecast.app
Then hit the "Kill" button.
If you get no popup screen about Guest mode, be sure you have the latest Chromecast app downloaded. (Can be found at
GAppsEarly)
If it's still acting up, give me a few minutes to fix #Configurator.
I don't like root apps because they could steal my data:
Feel free to compile it yourself. The source is at: https://github.com/r3pwn/Configurator
Screenshot:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

I keep getting "Could not communicate with your Chromecast" error.

CamCroz99 said:
I keep getting "Could not communicate with your Chromecast" error.
Click to expand...
Click to collapse
Is that when you are trying to use guest mode?

r3pwn said:
Is that when you are trying to use guest mode?
Click to expand...
Click to collapse
When I try to enable it on the app. I click the guest mode checkbox, OK, turn it on and then it gives me the error.

CamCroz99 said:
When I try to enable it on the app. I click the guest mode checkbox, OK, turn it on and then it gives me the error.
Click to expand...
Click to collapse
I get home in a few hours. I'll test it then.

What could go wrong ?
Seeing as Guest Mode is unfinished software, I am wondering... what are the possible issues we could encounter by enabling it at this stage ?

berserkwarwolf said:
Seeing as Guest Mode is unfinished software, I am wondering... what are the possible issues we could encounter by enabling it at this stage ?
Click to expand...
Click to collapse
For the person two comments above you, it wasn't working (Enabling worked, but it gave an error about communicating with the CC)
I am wondering if a Chromecast upgrade is needed. I guess I'll see when I get home later.

Google just approved the 1.1 update, so no more need to download the apk from Google Drive.

Can i unistall configurator when i make changes? Thnks
Enviado desde mi Nexus 5 mediante Tapatalk

jordirpz said:
Can i unistall configurator when i make changes? Thnks
Enviado desde mi Nexus 5 mediante Tapatalk
Click to expand...
Click to collapse
Yes, but you would need to reverse the flags, because they would still be there.

Enabled this, got the guest mode pop-up, cannot see chromecast anymore. What's the reverse flag?

skyjedi said:
Enabled this, got the guest mode pop-up, cannot see chromecast anymore. What's the reverse flag?
Click to expand...
Click to collapse
Same thing, but change the true to false, but you'll need to change it back when the feature actually goes live.

can't communicate with chromecast it says when I try to enable guest mode.

theinspector said:
can't communicate with chromecast it says when I try to enable guest mode.
Click to expand...
Click to collapse
I have an idea as to the problem. I get home in about an hour so I can test and fix.

r3pwn said:
Same thing, but change the true to false, but you'll need to change it back when the feature actually goes live.
Click to expand...
Click to collapse
Did that, didn't work

skyjedi said:
Did that, didn't work
Click to expand...
Click to collapse
You'll need to kill the process, too, or reboot.

r3pwn said:
You'll need to kill the process, too, or reboot.
Click to expand...
Click to collapse
Did that, didn't work

skyjedi said:
Did that, didn't work
Click to expand...
Click to collapse
Type in the values then post a screenshot (post it inside of HIDE tags, please).

r3pwn said:
Type in the values then post a screenshot (post it inside of HIDE tags, please).
Click to expand...
Click to collapse

skyjedi said:
View attachment 2965791
Click to expand...
Click to collapse
Try doing that without the kill flag then add that after.

Related

Screenshot application

Finished writing up the Screenshot application this evening. You must have root to use this application:
If you want to know how I did it, just read from /dev/graphics/fb0
Screenshot application:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Choose how long to wait before taking a screenshot:
Once the screenshot is taken, you will get a toast on the bottom of your screen.
You can view the screenshot and save it to your SD card (from the menu):
Download it off the Market!
Koush said:
Before we had root, it was impossible to write a screenshot application because when trying to use the ACCESS_SURFACE_FLINGER permission, you would get denied. However, now that we have it, it obviously works.
The application needs to be compiled in the Android build environment to access some of the internal classes. I started with a modified version of monkey at first (similar to how I made the screen autorotate work). I'm working on stripping out the junk now.
Click to expand...
Click to collapse
You rock....Keep it up!
You know you can take screenshots with ddms (included in the sdk), right? I think it works even on a stock phone (although I'm not positive).
Granted, you have to have the phone plugged into your computer to take a screenshot with ddms, where your app would be able to take one anytime. So your approach would still be useful
JesusFreke said:
You know you can take screenshots with ddms (included in the sdk), right? I think it works even on a stock phone (although I'm not positive).
Granted, you have to have the phone plugged into your computer to take a screenshot with ddms, where your app would be able to take one anytime. So your approach would still be useful
Click to expand...
Click to collapse
Yeah, thats actually how I figured out how to take screenshots: I dug through the DDMS code till I ended up at the SurfaceFlinger IPC Server.
But as you said, it is not ideal.
Awww. I was expecting to see a preview inside a preview inside a preview.. etc.
JesusFreke said:
Awww. I was expecting to see a preview inside a preview inside a preview.. etc.
Click to expand...
Click to collapse
Hahha, that's actually what I had screenshotted at first, but then then I realized it looked really confusing.
Once Screenshot Application is ready it will be easy to make Application which can Record Screen activities in Video for Possibly making Video Tutorial of Softwares, OS etc.
Well done koush.
Finished the application tonight. Enjoy guys! Check the first post for instructions/download.
i keep gettn a message that says "broken pipe" ??????? any idea??
*NEVER MIND FIGURED IT OUT MYSELF..... HAD TO TAKE OFF MY PASSWORD*
GREAT APP !!!!! : )
usmc2k said:
i keep gettn a message that says "broken pipe" ??????? any idea??
*NEVER MIND FIGURED IT OUT MYSELF..... HAD TO TAKE OFF MY PASSWORD*
GREAT APP !!!!! : )
Click to expand...
Click to collapse
You should download Superuser off this forum. It will ask for permission whenever su is used, and also won't break applications that use su.
Koush said:
You should download Superuser off this forum. It will ask for permission whenever su is used, and also won't break applications that use su.
Click to expand...
Click to collapse
I have superuser..... but do i have to delete my supassword to use it or can i use both programs ? Couldnt figure out how to set tha password thats y i dont use it .....
Is it possible to make a version for users without root access?
stats555 said:
Is it possible to make a version for users without root access?
Click to expand...
Click to collapse
No, you need root access to read from /dev/graphics/fb0
When ever I try to take a screen shot it says:
Screenshot.raw file not found
Any ideas what's wrong?
koush thx for the great apps. i installed your superuser app and it works great and i installed your screenshot app which works great for people having a hard time with screenshot app to get it to work after you set in the time to take it you have to go to the screen you wont a pick of before the time is up or you will get a pick of the android with blue background koush can you if it is possible to make a app that can edit the apk files so images can be replaced in the phone i have had no luck resigning the apk. files using the signapk tool
koush, any chance you would release the source ?
Koush said:
No, you need root access to read from /dev/graphics/fb0
Click to expand...
Click to collapse
I figured it might not be but hey worth asking anyways
neerhaj said:
koush, any chance you would release the source ?
Click to expand...
Click to collapse
Sure. The C portion with the interesting bits is attached. It's pretty messy. I never bothered to clean it up after I got it working (lot of trial and error).
I've gotta optimize the pixel format conversion loop sometime. It's unnecessarily slow right now.
haitiankid4lyf said:
When ever I try to take a screen shot it says:
Screenshot.raw file not found
Any ideas what's wrong?
Click to expand...
Click to collapse
koush, i get the same error.
Lieu10ant said:
koush, i get the same error.
Click to expand...
Click to collapse
You have root, and no password protection on your su right? I would recommend installing Modified RC 30 v1.2 and Superuser.
Can you verify that the following file exists:
/system/bin/screenshot
Also, try running it. That is the native executable I wrote that scrapes the screen and writes screenshot.raw.

[Q] ICS can't block ads

I flash Playground ICS or IceColdSandwich
i use adfree or adaway
but i can't block ads
adaway showed this msg
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
ps.i use Tiamat ICS Kernel
I think this proxy is automatically populated by your mobile carrier. See if you can delete this without causing any issues. Note that if you change these addresses SMS or any similar mobile features may not work as expected.
Just use Adfree, it edit the hosts file. Works very well on all my devices.
Bagbug said:
Just use Adfree, it edit the hosts file. Works very well on all my devices.
Click to expand...
Click to collapse
How to edit and edit what?
Can you teach me?
aerosmith said:
I think this proxy is automatically populated by your mobile carrier. See if you can delete this without causing any issues. Note that if you change these addresses SMS or any similar mobile features may not work as expected.
Click to expand...
Click to collapse
any features are working
aerosmith said:
I think this proxy is automatically populated by your mobile carrier. See if you can delete this without causing any issues. Note that if you change these addresses SMS or any similar mobile features may not work as expected.
Click to expand...
Click to collapse
Removing the proxy setting shouldn't have any negative effect. SMS/MMS are handled via separate fields in the APN setting
Bagbug said:
Just use Adfree, it edit the hosts file. Works very well on all my devices.
Click to expand...
Click to collapse
Adaway does the exact same thing.
waichan728 said:
I flash Playground ICS or IceColdSandwich
i use adfree or adaway
but i can't block ads
adaway showed this msg
ps.i use Tiamat ICS Kernel
Click to expand...
Click to collapse
Read what the message says and follow those instructions.
Attached is pictures of what you need to wipe out. May look slightly different on your phone, as mine is still on gingerbread, because i like the sense UI.
just in case clearing the proxy does break something, write down what is there before you wipe it.
Not sure about adaway, but i must say adfree is the best...
i seem to be using it for ages and never had an issue.
goto market download 'adfree' by i think tin can or something...
install it...
a pop up will come with 2 options, just choose boot normally.
it'll offer to download some new files, let it.
once its finished reboot your device & your phone will be ad free
compro01 said:
Removing the proxy setting shouldn't have any negative effect. SMS/MMS are handled via separate fields in the APN setting
Adaway does the exact same thing.
Read what the message says and follow those instructions.
Attached is pictures of what you need to wipe out. May look slightly different on your phone, as mine is still on gingerbread, because i like the sense UI.
just in case clearing the proxy does break something, write down what is there before you wipe it.
Click to expand...
Click to collapse
OK~ thanks!!!
I'm facing this problem as well, except I can't remove the proxy because it is required for my operator. What can I do?
Dexter_prog said:
I'm facing this problem as well, except I can't remove the proxy because it is required for my operator. What can I do?
Click to expand...
Click to collapse
You can't do nothing, we're stucked with adds...
that sucks. It's weird because adfree was working on GB but now neither adfree nor adway will work on ICS/JB :s
Dexter_prog said:
that sucks. It's weird because adfree was working on GB but now neither adfree nor adway will work on ICS/JB :s
Click to expand...
Click to collapse
A free works for me on both my N7 and IncS. With jellybean and ICS
Sent from my Nexus 7
did you set any extra options after the boot screen on adfree?
Dexter_prog said:
did you set any extra options after the boot screen on adfree?
Click to expand...
Click to collapse
No, just installed it
Sent from my Venomous ViperVIVO
I tried both AdFree and AdAway, no luck with both.
nlooooo said:
I tried both AdFree and AdAway, no luck with both.
Click to expand...
Click to collapse
what's the "use custom IP" for in adfree? What if we insert our proxies there, would that make any sense?
Dexter_prog said:
I'm facing this problem as well, except I can't remove the proxy because it is required for my operator. What can I do?
Click to expand...
Click to collapse
How do you know its required? Does your data stop functioning if you remove it?

[USB Driver] New Driver for Nexus 5 M Preview.

I found out that my old drivers from building nexus 5 and nexus 9 aosp/cm did not take for M preview this afternoon.
Pulled straight from the Android SDK Manager. Enjoy!
usb_driver_Nexus5_M_Preview.zip
Will the new driver still work backwards to lollipop too?
Sent from my Nexus 5 using Tapatalk
Ben36 said:
Will the new driver still work backwards to lollipop too?
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
I don't see why not, its just an updated version. I'm sure its backwards compatible.
lol you can use the same drivers..... this has not changed...
dcrin3 said:
I don't see why not, its just an updated version. I'm sure its backwards compatible.
Click to expand...
Click to collapse
thanks!
I've installed drivers before but I've forgotten exactly how it works. Can someone walk me through it, please?
EvilLordFluffy said:
I've installed drivers before but I've forgotten exactly how it works. Can someone walk me through it, please?
Click to expand...
Click to collapse
tutorial on android geeks worked for me
http://www.android.gs/download-and-install-google-nexus-5-usb-drivers-adb-fastboot/
XsMagical said:
lol you can use the same drivers..... this has not changed...
Click to expand...
Click to collapse
perhaps I was using the old naked drivers from 2010. New drivers are from 2014 and have more definition in them. Nonetheless, they are there for anyone needing them.
OLD
DriverVer = 12/06/2010,4.0.0000.00000
NEW
DriverVer = 08/28/2014,11.0.0000.00000
Doesn't work for me. Nexus 5, Windows 7 Ultimate.
I see a Android Composite ADB Interface, but I cannot access the phone via Windows Explorer.
maybe you can try to enable USB debugging at Developer option
Syfer_Fever said:
maybe you can try to enable USB debugging at Developer option
Click to expand...
Click to collapse
Doesn't work neither.
matze0611 said:
Doesn't work for me. Nexus 5, Windows 7 Ultimate.
I see a Android Composite ADB Interface, but I cannot access the phone via Windows Explorer.
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Test this and report back ?
hasdroid said:
Test this and report back
Click to expand...
Click to collapse
thank's , work fine
PTP vs MTP
matze0611 said:
Doesn't work for me. Nexus 5, Windows 7 Ultimate.
I see a Android Composite ADB Interface, but I cannot access the phone via Windows Explorer.
Click to expand...
Click to collapse
Turns out my problem, and maybe yours, was actually that the device started in PTP (Picture Transfer Protocol). After changing it to MTP (Media Transfer Protocol) in the settings, search for "Select USB Configuration", the device connected exactly like it always has.
hasdroid said:
Test this and report back
Click to expand...
Click to collapse
I will try as soon my phone is working again, I tried to root it with Supersu 2.46 from chainfire, but phone doesn't boot anymore
---------- Post added at 03:42 PM ---------- Previous post was at 03:32 PM ----------
EvilLordFluffy said:
Turns out my problem, and maybe yours, was actually that the device started in PTP (Picture Transfer Protocol). After changing it to MTP (Media Transfer Protocol) in the settings, search for "Select USB Configuration", the device connected exactly like it always has.
Click to expand...
Click to collapse
Thank you, it worked. I was searching for this option, I didn't know that it moved to the developer options. :good:
hasdroid said:
Test this and report back ?
Click to expand...
Click to collapse
Sorted it for me too! Thanks!
Sent from my Android M Nexus 5 yo!
Do you know what the option "MIDI" is for?
Old drivers still work, took me awhile to figure out how to get Android M to connect to my Lappy. Turns out there's a new setting in Developer Options where you get to select your file system type for the computer to read. Had to select MTP.
hasdroid said:
Test this and report back
Click to expand...
Click to collapse
WOOOW YOU ARE THE SAVER :good::good:
i see some more options when i clock on it , do you know whats for ?
papayayoghurt said:
Do you know what the option "MIDI" is for?
Click to expand...
Click to collapse
Maybe for midi sound devices?
Like a keyboard/guittar that you can plug to your phone via usb-type-c

how do i disable this firmware update nag window in Settings?

hi guys,
first of all, i am rooted. and i have googled for so many solutions to completely remove "Software Update" from the settings
NOTE: I have disabled to get updates automatically before this pops up. it came after a few days. :S
i have tried:
- removing otacerts.zip
- removing the fota agent apk
- disabling software update via package disabler
yet i still see this nag window?
any solution from you guys would be great!
appreciate it
right now im considering to re-wipe it and then before it receives an OTA, i will delete the otacerts as well as remove the fota agent first.
here is a screenshot:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
leongzxc said:
hi guys,
first of all, i am rooted. and i have googled for so many solutions to completely remove "Software Update" from the settings
NOTE: I have disabled to get updates automatically before this pops up. it came after a few days. :S
i have tried:
- removing otacerts.zip
- removing the fota agent apk
- disabling software update via package disabler
yet i still see this nag window?
any solution from you guys would be great!
appreciate it
right now im considering to re-wipe it and then before it receives an OTA, i will delete the otacerts as well as remove the fota agent first.
here is a screenshot:
View attachment 3767592
Click to expand...
Click to collapse
Did you disable com.samsung.sdm ? That should stop that.
MrMike2182 said:
Did you disable com.samsung.sdm ? That should stop that.
Click to expand...
Click to collapse
hello! thanks for the response.
may i know where can i find this com.samsung.sdm?
under priv-app or app in /system/ ?
thanks
as from what i see inside both folders, they just have file names. no longer showing com.android.xxx or com.samsung.xx
unlike other android OEMS.
leongzxc said:
hello! thanks for the response.
may i know where can i find this com.samsung.sdm?
under priv-app or app in /system/ ?
thanks
as from what i see inside both folders, they just have file names. no longer showing com.android.xxx or com.samsung.xx
unlike other android OEMS.
Click to expand...
Click to collapse
Use Package disabler that you were using earlier. It's in there as System Update com.samsung.sdm
MrMike2182 said:
Use Package disabler that you were using earlier. It's in there as System Update com.samsung.sdm
Click to expand...
Click to collapse
i only have "Software Update" and it says com.sec.android.soagent.
weird. :S
leongzxc said:
i only have "Software Update" and it says com.sec.android.soagent.
weird. :S
Click to expand...
Click to collapse
In the top right corner the 3 little dots, tap it and then select "show system"... Now try looking for it.
MrMike2182 said:
In the top right corner the 3 little dots, tap it and then select "show system"... Now try looking for it.
Click to expand...
Click to collapse
done that, still does not have com.samsung.sdm or system update
this is pretty weird.
though i have disabled the FOTA update.
just a little annoying to see a nag window there. :silly:
leongzxc said:
done that, still does not have com.samsung.sdm or system update
this is pretty weird.
though i have disabled the FOTA update.
just a little annoying to see a nag window there. :silly:
Click to expand...
Click to collapse
Yeah I know that's annoying as hell, lol. So you actually don't see this at all?
MrMike2182 said:
Yeah I know that's annoying as hell, lol. So you actually don't see this at all?
Click to expand...
Click to collapse
Yes i do not.
Although i have removed FotaAgent.apk from priv-app
Mine is the N9208 duos
Could this be a variant problem?
leongzxc said:
Yes i do not.
Although i have removed FotaAgent.apk from priv-app
Mine is the N9208 duos
Could this be a variant problem?
Click to expand...
Click to collapse
Everything is possible really.. What you should do is download a terminal emulator from the Play Store and find out what the processes name is that way you can disable it yourself while in the terminal.
MrMike2182 said:
Everything is possible really.. What you should do is download a terminal emulator from the Play Store and find out what the processes name is that way you can disable it yourself while in the terminal.
Click to expand...
Click to collapse
Not really good with linux knowledge but will definitely google around
Thanks again for your replies. At least it gives me a rough idea of this problem
leongzxc said:
Not really good with linux knowledge but will definitely google around
Thanks again for your replies. At least it gives me a rough idea of this problem
Click to expand...
Click to collapse
It's one way to learn how to use your phone's system better. Nothing beats knowing Linux/Unix language! It's also fun to learn about but only if you actually want to!
Have you deleted the actual downloaded update file from /cache? (I believe that's where it's located)
_MetalHead_ said:
Have you deleted the actual downloaded update file from /cache? (I believe that's where it's located)
Click to expand...
Click to collapse
hi.
problem is i cant find com.samsung.sdm anywhere in my phone.
but i have disabled fota, spdclient
soagent.apk (this was software update) in my phone instead. so i disabled this.

Auto Wi-Fi ON option not found on sony xperia xz1

Anyone able to enable the new Oreo auto wifi On option? It seems this option is not on the native software of the xz1 compact like it is on other devices.
Does this work?
Tried that. Unfortunately did not work
Drmondoman said:
Tried that. Unfortunately did not work
Click to expand...
Click to collapse
Really?
It worked just fine for me:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
--
U guys have instructions on what u used on how u did it.?? I would really appreciate it
So I think the issue is the adb command window won't recognize my phone. I get an error no devices emulators found when I type the adb shell command. Download loaded the software multiple times. Phone set to debug etc. Not sure what I am missing....
Drmondoman said:
So I think the issue is the adb command window won't recognize my phone. I get an error no devices emulators found when I type the adb shell command. Download loaded the software multiple times. Phone set to debug etc. Not sure what I am missing....
Click to expand...
Click to collapse
Maybe you're missing drivers?
So I downloaded the Xperia driver. Unzipped. Do I need to do anything else to the driver software? Sorry a newbie here.
Drmondoman said:
So I downloaded the Xperia driver. Unzipped. Do I need to do anything else to the driver software? Sorry a newbie here.
Click to expand...
Click to collapse
When you plug in the phone to the computer, there's probably an unknown device in Device Manager. Right click on it and choose update drivers, then select the folder you unzipped the drivers to and let Windows install it.
OK did that. It won't let me install the xz1 driver that I downloaded. Keeps telling me current driver (mtp USB) is the most current and up to date driver. Try to work around it but it keeps preventing me from installing the new driver. And if I delete the driver and unplug replug in phone it automatically installs that previous driver.
Well, I'm out of ideas, sorry I couldn't be of help.
Well I appreciate all the suggestions. I'll keep playing around. Not that important of a feature to go to all this trouble. Thanks again!
Works for me (Windows 10 Fall Creators Update on pc, xz1 compact v47.1.A.2.374)
just wondering, this option only turns on the wifi? not off?
Drmondoman said:
Well I appreciate all the suggestions. I'll keep playing around. Not that important of a feature to go to all this trouble. Thanks again!
Click to expand...
Click to collapse
Just in case....did you enable USB debugging?
Yeah usb debugging good. Pretty sure it's all bc my laptop is not letting the phone be recognized by the command prompt. I'm gonna try it on the wife's laptop tonight. See if that works...
Have you tried IFTTT or tasker? You can setup to get the location and turn wifi on or off based on that
skyleth said:
Have you tried IFTTT or tasker? You can setup to get the location and turn wifi on or off based on that
Click to expand...
Click to collapse
You can also use the app "WiFi Automatic" from j4velin: works wery well. Actually i'm using this app to auto disable wifi if not connect for more than 5 minuts, leaving the auto reenable to android 8 built-in option, but you can define on or more zone (by GSM cell) for auto re-enable
Inviato dal mio SM-T700 utilizzando Tapatalk

Categories

Resources