Location based wifi not working as expected

I would expect that location based wifi would either turn wifi off if not in a place with saved networks, or turn wifi on if arriving in a place with saved networks, but it does neither. I have tested this by turning wifi on when at home, then periodically checking status in places with no networks saved or open, and it's still on, and also by turning wifi off when away from home, then checking at home to see if it's turned on, and it isn't. So doesn't seem to be working either way. I have stamina mode active, and some people have said that location based wifi won't work with this.but most say works just fine, and would have expected Sony to say if different power saving options were incompatible. Always have location sensing GPS turned on. Often have mobile data off. Some have said that this is necessary for location based wifi to work, but others not, and to my way of thinking, location based wifi should turn wifi off whenever out of range of saved network, and add long as phone has some way of knowing where it is to wake up wifi, then it shouldn't matter which location modality it uses. Can anyone shed any light on this? Google's not being very helpful. Thanks

Hi and welcome to the community! Since you're new please be sure that you have checked out our Discussion guidelines.
You do need to have data turned on and as such you must also have Stamina mode turned off for this to work sorry.
What are your thoughts about this forum? Let us know by doing this short survey.
 - Official Sony Xperia Support Staff
If you're new to our forums make sure that you have read our Discussion guidelines.
If you want to get in touch with the local support team for your country please visit our contact page.

Similar Messages

  • Location based WiFi not working

    When I'm not at home I keep my xperia WiFi turned off. When I come home it doesn't turn automatically on even if I got my home WiFi registered on my phone! I always have to do that manually. Of course I have the option ON in "location based WiFi". Could somebody help me, please?

    You may need to perform a software repair using PC companion.The process will erase all internal memory.You might need to charge your device for about 1-2 hours before so the device has at least 60% battery.
    Make sure the device is not connected to computer or laptop and turned off (sometimes you have to press power button and volume up until the device vibrates 3 times or on some devices you have to press the small button near the SIM tray or on the back of the device).
    Open PC companion->support zone->phone/tablet software update->repair my phone/tablet blue highlighted.Follow the steps given,do not connect your phone until prompted to press volume down while plugging USB cable. If PC companion does not start the repair process, you might need to run it in compatibility mode with Windows 7 (in some cases XP).
    All we have to decide is what to do with the time that is given to us - J.R.R. Tolkien

  • Location based reminders not working in IOS8 on iphone 5s, please help?

    Location based reminders are not working when using Siri since upgrading to IOS8. Asking Siri to "remind me when I get home" also turns off reminders in Location Services. Please help

    I have the same issue with Siri turning off the location setting for reminders.  In fact my location based reminders do not work at all. IPhone 5s, ios 8.1, upgraded to 8.1.1 and that did not fix these issues.
    SEems like Apple does not test the location setting every other upgrade to iOS. They break it, then fix it then break it etc...

  • Location based printing not working

    Hello all,
    I've been searching for an answer but coming up with nothing so I figured I'd give it a shot and ask. After installing a fresh version of Leopard (with the latest updates) on a computer and then copying the user data back onto said computer, the location based printing doesn't work anymore. The printers used to switch automatically, now they do not. They switched when going from one office (city) to the next. (I believe it used the different subnet addresses to tell where it was at on our network.)
    Any ideas on how to "fix" it. All I see is that it's just supposed to work so there really isn't anything to fix.
    Thanks in advance,
    Eric

    Hello Eric,
    I am surprised to hear that you had this working. I use the Location function to switch between three different Ethernet connections (office, lab and training room) and I have never found that I can set a particular printer for the respective subnet.
    As you know, you set your default printer in System Preferences > Print & Fax. I thought that if this was set to 'Last Printer Used' it would remember which printer was last used for the respective Location, but it always shows the last printer used regardless of which Location I selected.
    FYI - I also have an alternate account which I use for home (also set as a Location for wireless connection). This is defaulted to a different printer compared to the work account, but is not influenced by the Location setting.
    I would be interested to hear if anyone else has had this working.
    PaHu

  • Location based reminder not working?

    I'm unable to create a reminder that is location based if the location is not in the address book. Is this normal?
    For example, I can't say: remind me to get xxx when arriving at walmart: I would expect it to ask which walmart and then specific or even specify which walmart from the beginning but Siri only says it does not understand. Can this not be done?

    Yeah, has to be in the address book. If you want to add places you don't really want address cards for you could put them in a separate group, then just ignore that group when viewing.

  • Location based reminders not working

    Why when I make a reminder does it not give me the option to Set by location?

    check that you have location services on in settings

  • Location based query not working Urgent!!!

    Hi
    I m using orcacle8.1.6 and i m not able to execute the foll query..
    select /*+ordered*/ c.customer_id,
    c.cust_first_name,
    c.cust_last_name,
    sdo_nn_distance (1) distance from warehouses w,
    customers c where w.warehouse_id = 2
    and sdo_nn (c.cust_geo_location, w.wh_geo_location, 'sdo_num_res=5', 1) = 'TRUE'
    order by distance;
    Its giving me error @ sdo_nn_distance as invalid column name...i think it might be problem with version..
    if its so...
    can somebody suggest me a query to fetch five customers closest to the warehouse whose warehouse ID is 2 in this case...
    Thanks in advance..

    As you've guessed, this is a version issue. You need to be running 9i to have access to sdo_nn_distance.
    You should be able to do this in 8.1.6:
    select /*+ordered*/ c.customer_id,
    c.cust_first_name,
    c.cust_last_name,
    sdo_geom.sdo_distance(cust_geo_location,a.diminfo, wh_geo_location,b.diminfo) distance
    from warehouses w, customers c,
    user_sdo_geom_metadata a, user_sdo_geom_metadata b
    where w.warehouse_id = 2
    and sdo_nn (c.cust_geo_location, w.wh_geo_location, 'sdo_num_res=5', 1) = 'TRUE'
    and a.table_name='CUSTOMERS'
    and a.column_name='CUST_GEO_LOCATION'
    and a.table_name='WAREHOUSES'
    and a.column_name='WH_GEO_LOCATION'
    order by distance;

  • Location based wifi error

    So I have a Lollipop updated D6633.  From what I understand Sony got rid of the Location based wifi support with the new Lollipop release.  However I keep on getting an error message every so often as attached, showing that location based wifi has stopped.  I also attach what I think is a logcat.  Anyone else expereinced this problem?
    https://www.dropbox.com/s/rfkdw5mmz50l02i/2015-05-12-16-00-49.txt?dl=0
    Solved!
    Go to Solution.

    @browngeek
    Is your GPS on? do you have any antivirus, taskillers, battery apps, ram apps, etc?
    http://talk.sonymobile.com/t5/Software-Updates/Android-5-0-Lollipop-FAQ/m-p/960803/highlight/true#M1...
    Where is Location based Wi-Fi?
    I our Android 5.0 Lollipop update the developers have worked hard on improving the power management, including Wi-Fi scanning. So there was no longer any reason for keeping Location based Wi-Fi since Android 5.0 has such improvements made to the Wi-Fi scanning.
    Re-installing lollipop should smooth things out
    PC Companion (PCC)
    Bridge (for Mac)
    Alternatives on How to backup Xperias
    http://talk.sonymobile.com/thread/36355
    "I'd rather be hated for who I am, than loved for who I am not." Kurt Cobain (1967-1994)

  • Location switching does not work on Vista

    Hi, my location switching does not work.  I have reinstalled my Access Connection several time but still does not work. I have several profiles and I need to switch manually depending on my location profile. My Access Connetion however seem to know the right profile (dot  next to the profile indicate it picked up the right wireless signal) but never connect to the profile
    Is there any Vista feature that is controlling the access as well? Do I need to disable? I remember the older version of Access Connection will ask to disaable some windows services when using Access connection.
    My Config is
    - R61
    - Intel(R) Wireless WiFi Link 4965AG. File Version 11.1.1.16
    - OS Vista 32 Business - with up to date patches
    - Access Connection 4.42 for Vista Build 7RCN38WW
    Thank you in advance for pointers

    Hi, my location switching does not work.  I have reinstalled my Access Connection several time but still does not work. I have several profiles and I need to switch manually depending on my location profile. My Access Connetion however seem to know the right profile (dot  next to the profile indicate it picked up the right wireless signal) but never connect to the profile
    Is there any Vista feature that is controlling the access as well? Do I need to disable? I remember the older version of Access Connection will ask to disaable some windows services when using Access connection.
    My Config is
    - R61
    - Intel(R) Wireless WiFi Link 4965AG. File Version 11.1.1.16
    - OS Vista 32 Business - with up to date patches
    - Access Connection 4.42 for Vista Build 7RCN38WW
    Thank you in advance for pointers

  • DB Adapter polling as singleton process is not working as expected

    Am using poller DB adapater to control the transaction per seconds to the downstream system and i want this poller process as singleton (One instance should be in running state at a time).
    As suggested in oracle documents , below is the parameters configured in composite.xml file.
    <service name="polling_Mange_Alert_Events"
      ui:wsdlLocation="polling_Mange_Alert_Events.wsdl">
    <interface.wsdl interface="http://xmlns.oracle.com/pcbpel/adapter/db/Application1/int_app_manageAlerts/polling_Mange_Alert_Events#wsdl.interface(polling_Mange_Alert_Events_ptt)"/>
      <binding.jca config="polling_Mange_Alert_Events_db.jca">
      <property name="singleton">true</property>
      </binding.jca>
      <property name="jca.retry.count" type="xs:int" many="false" override="may">2147483647</property>
      <property name="jca.retry.interval" type="xs:int" many="false"
      override="may">1</property>
      <property name="jca.retry.backoff" type="xs:int" many="false"
      override="may">2</property>
      <property name="jca.retry.maxInterval" type="xs:string" many="false"
      override="may">120</property>
      </service>
    Below is the JCA file parameters configured :
    <adapter-config name="polling_Mange_Alert_Events" adapter="Database Adapter" wsdlLocation="polling_Mange_Alert_Events.wsdl" xmlns="http://platform.integration.oracle/blocks/adapter/fw/metadata">
      <connection-factory location="eis/DB/vff-int-fus" UIConnectionName="PT_APPINFRA" adapterRef=""/>
      <endpoint-activation portType="polling_Mange_Alert_Events_ptt" operation="receive">
        <activation-spec className="oracle.tip.adapter.db.DBActivationSpec">
          <property name="DescriptorName" value="polling_Mange_Alert_Events.ManageAlertEvents"/>
          <property name="QueryName" value="polling_Mange_Alert_EventsSelect"/>
          <property name="MappingsMetaDataURL" value="polling_Mange_Alert_Events-or-mappings.xml"/>
          <property name="PollingStrategy" value="LogicalDeletePollingStrategy"/>
          <property name="MarkReadColumn" value="TRANSACTION_STATUS"/>
          <property name="MarkReadValue" value="Processing"/>
          <property name="PollingInterval" value="10"/>
          <property name="MaxRaiseSize" value="5"/>
          <property name="MaxTransactionSize" value="5"/>
          <property name="NumberOfThreads" value="1"/>
          <property name="ReturnSingleResultSet" value="false"/>
          <property name="MarkUnreadValue" value="Pending"/>
        </activation-spec>
      </endpoint-activation>
    </adapter-config>
    This poller process is running on clustered environment (2 soa nodes) and it is not working as expected as singleton process.
    Please advise to solve this issue ?

    Hi,
    1.Set Singleton property outside   <binding.jca> like this:
    <binding.jca config="polling_Mange_Alert_Events_db.jca"/>
      <property name="singleton">true</property>
      <property name="jca.retry.count" type="xs:int" many="false" override="may">2147483647</property>
      <property name="jca.retry.interval" type="xs:int" many="false"
    2.Also you can try setting these values in jca file:
    <property name="RowsPerPollingInterval" value="100"/>
    <property name="MaxTransactionSize" value="100"/>
    3. try to increase the polling interval time.
    Regards,
    Anshul

  • TCP Window sizing not working as expected for Windows server 2008 R2 SP1

    Hi ,
    TCP window size is not working as expected. It is varying . Aplied the hotfix suggested by Microsoft and set the multipliccation factor as 1.The window size is not getting auto tuned based on the client machine. The data transfer rate is getting degraded.
    Please help.
    Thanks,
    Pro1962

    Hi,
    I think window auto-tuning is enabled.
    You can disable it by running the following commend.
    netsh interface tcp set global autotuninglevel=disabled
    Hope this helps.

  • Since updating the recent OS on my iPad my location services do not work.  Maps "Cannot determine location"  and "Find Me" is running in circles.  How can I delete the update on my iPad???

    Since updating the recent OS on my iPad my location services do not work.  Maps "Cannot determine location"  and "Find Me" is running in circles.  How can I delete the update on my iPad???

    You can't delete the update and your problem probably is not in the Update.
    Check to see if Location Services is turned ON. (Settings > Privacy > Location Services)
    What model iPad Mini do you have? WiFi or WiFi + Cellular
    Have you recently changed WiFi routers?

  • Does location based services (LBS) work for international locations (outside the USA)?

    Does location based services (LBS) work for international locations (outside the USA)? For example does it work in Canada, European countries etc. Any help is appreciated.

    Yes, but possibly limited to coverage of Skyhook database..
    Applications that use location services also use the data from Skyhook...
    Skyhook is a service that records the MAC addresses of Cell Base stations/towers and wireless access points.
    Google Maps vehicles records the wireless AP data at the same time they get street view images.
    There was some controversy over this - but they effectively record the location and the MAC address of any AP they find as they drive round. This gets sent to a massive database at Skyhook and is used to either locate without GPS or enhance/aid the GPS information. It's also why the location is always the road outside!
    If your location/MAC relationship has not been mapped by Skyhook, Google or others - then the good news is that you can add it - although it can take a month or two at least - to work. The reason is that it depends which database is being used by Skyhook's clients..
    Add your Wireless Access Point (or Wireless Router) here: http://www.skyhookwireless.com/howitworks/submit_ap.php
    The main website for Skyhook is here: http://www.skyhookwireless.com
    Hope that helps...!

  • Xperia z3 location based WiFi

    How does location based WiFi works?
    I have added my preferred WiFi at my place. When I return to my place the WiFi doesn't get activate by itself.
    Solved!
    Go to Solution.

    boot on safe mode and try it again.
    http://talk.sonymobile.com/t5/FAQ/How-to-boot-your-phone-into-safe-mode/m-p/348008#U348008

  • IPhone 6 location services/gps not working

    Anyone else have an issue with iPhone 6 location services/gps not working? I have had it happen to me twice where it stopped working for good 7 or 8 hours and then all of sudden it starts working again. For example, directions don't work, every time I open Apple Maps it will say "Cannot determine location", then when I press the location icon on the bottom left, it will try to search again and have an approximate location but not exact, where as the iPad that I have right next to it is able to pin point the exact location. Sometimes the location circle is pulsing blue sometimes its gray. If I am driving and have tracking on it won't track, and so on.  I have tried to setup the phone as new without restoring the backup, when it stopped working with no luck, it still didn't work. I went and restore it back from backup and few hours later it started to work again. This has happened twice now since I got the phone last Friday.

    Check your "Privacy" settings on your iPhone see what apps are using your location.

Maybe you are looking for

  • Please help - how do I import music from my ipod into a new itunes library?

    Hello I would very much appreciate it if someone could tell me how to get the music from my old ipod mini into the new itunes library on my new laptop. The mini was previously sync'd with my old PC which died so my files are only present on the ipod.

  • Widows Search not working with Data Deduplication?

    Hi, I noticed that many files were missing when searching for them on my Server 2012 Fileserver. After some troubleshooting I noticed that the ones missing, had a Size on Disk of 4KB and the "SparseFile" and "ReparsePoint" (PL) Flags set. So it looks

  • My solution to the connection problem

    First I will tell the solution and then I will state my thoughts about the source of the problem. SOLUTION: This is not a standard solution but it worked for me: as many, I bought an 60 GB ipod video for xmas and as many I came home to forget about c

  • DVD Importing Error

    Hi, I'm using Adobe Premier Elements 4 and am trying to import a DVD that I have filmed myself and am getting Error Unsupported format or damaged file/One of the necessary components may not have been installl... There are no updates to install, and

  • Wrt54gs- need help please

    I have replaced my wrk54 router with a used wrt54gs router. I got it from a someone who had no need for it since going to FOIS- I did not get the set up CD :~( Q is there someway of setting it up with out the cd? can the set up program be downloaded