Tag Info

Hot answers tagged

7

After probing the firewall logs, it appears that the grey/blue icon is triggered depending on whether or not your device has access to Google Play. In our case, I had to open tcp-udp port 5228 (as per http://support.google.com/googleplay/bin/answer.py?hl=en&answer=2651367) and after turning wifi off and back on again, the icon became blue. I can't ...


5

This isn't built-in functionality, but it's something you could achieve with a trigger/event app such as Tasker. This kind of app runs in the background, and lets you configure certain actions to take (such as turning off the ringer) when certain events occur (such as seeing a particular Wi-Fi network). Tasker's not the only such app, but it's very complete ...


4

There is no such setting on Android phones, but you can use the Emulator for this. Install the Android SDK from developer.android.com and launch it. On the DDMS view undet the Emulator control tab, you'll find the following options: After you have created an emulator and ran it, you can set these values according to your preferences and test how different ...


4

Assuming you've got Android 4.0 or higher, you can do the following: Go to Settings→Data Usage Activate the limit by marking the checkbox, and moving the red and orange bars for "Deactivation" and "Warning" (hint: you can set them imaginary high to not have any effect -- but they must be enabled) Now scroll the list below the graph and tap the apps ...


3

As best as I can tell on GrepCode, functionality relating to walled gardens (captive portals) was added to WifiWatchdogStateMachine.java in 4.0.1. I can't find it listed in the Android API reference to confirm exactly when it was added, but that would seem to match with your Nexus 10 having the feature but not your HTC Desire.


2

What do you mean by having a "a bar" on the SIM card? I don't fully understand your situation but I'll try to give you an answer you can work with. I've checked out Giffgaff and apparently this is a pre-paid network in the UK. Let's forget about Internet for a second. Can you make calls with the Giffgaff SIM card in the phone? If you can, then you know your ...


2

Tasker is an app that can be used to automate changing settings on your device, based on various events like when you leave range of a wifi AP, or when you enter a geographic area. You can have a look through the Tasker tag here for some idea of the jobs it can be used for, and how to configure it.


1

On newer versions of Android, WiFi settings are backed up along with your Google account (If you've enabled it in Settings -> Backup & reset -> Back up my data), and restored when you link your Google account back to your wiped or new device. Note that in my personal experience, the Google backup feature is a bit flaky, sometimes it works, ...


1

The Llama - Location Profiles application should help too. This application uses phone masts around you to determine your location and switch profiles. Llama uses phone masts to determine your location, so that you can change your ringer, vibrate and ringtones depending on where you are as well as the time of day. Llama provides you with sound ...


1

Some other people have had a similar problem: http://androidforums.com/samsung-galaxy-s3/615395-wifi-keeps-auto-connecting.html It is possible that your phone connected to it because it is an open network, which means that no password is required to connect. You can disable this feature by going to: Settings --> Wireless & Network settings --> Wifi ...


1

If you have root on your phone, you can use Wifi Tether for Root Users. I have a Droid4 with Jellybean and got it working after installing the latest version. For my Droid4, the following settings worked: Device-Profile: Generic ICS/JB (wlan1) Setup-Method: Netd-Ndc (master)


1

#!/system/bin/sh sqlite3 /data/data/com.android.providers.settings/databases/settings.db "UPDATE secure SET name='mobile_data',value='0' WHERE name='mobile_data'" You can add this as init.d script, if your ROM supports init.d. Or else you can patch boot.img with autobootimage patcher from xda. The above script is for mobile data: for Wi-Fi, change ...



Only top voted, non community-wiki answers of a minimum length are eligible