Android :: Can An End User Disable 2G Data / Or GSM Function?

Aug 9, 2009

Is there a way for end users to disable 2G data services (e.g. make the phone just a phone)?Or disable the GSM function as well (say, for a device used on a hiking trip as a GPS tracker, where there is no coverage)?
Is there enough control in the SDK to pursue writing an app with a control screen like: [x] Enable Voice (GSM) Enable 2G Data / Enable 3G Data (uses more battery than 2G) [ ] Enable Data When Roaming (may result in extra charges) [x] Enable WiFi [x] Enable WiFi even if device is sleeping [x] Enable Bluetooth [x] Enable GPS [ ] Airplane mode (disable all radios)

Android :: Can an end user disable 2G data / or GSM function?


Android :: Couldn't Use Function Of User Dictionary / Is It Program Issue?

Mar 11, 2009

I couldn't use the function of user dictionary. Is it not complete for android 1.5 or Is it my program issue?

View 2 Replies View Related

Android :: Which Function I Have To Call On Cancel Button In User Inferface (activity)?

Nov 10, 2010

I have various activitys on my app. I have a configuration Activity, and i want to put a cancel button, that, when user press this button, the configuration window get's closed and turn back into the previous activity.i search in google and i find something about calling cancel or dismiss functions, but i can't call them cause this is not a dialog, it's an activity

View 1 Replies View Related

HTC EVO 4G :: How Do I Disable Autocomplete Function?

Oct 2, 2010

How do I disable the autocomplete function as I type as it drives Me nuts in autofilling words that I do not want.

View 2 Replies View Related

HTC EVO 4G :: Way To Disable Lock Function

Jun 5, 2010

Is there anyway from disabling the lock function so I don't have to keep pressing the power button to unllock it? I see a setting for the screen timeout but that's it.

View 5 Replies View Related

HTC Droid Eris :: Always Enable Mobile Data Function Causes Data Leakage?

Aug 21, 2010

Can anyone help explain what this does? I did a small search around the internet, and it came up with just about nothing.My first question is: I turned mobile data off, and yet, during the night, I was charged for data, so something leaked.Personally, I thought if this was because of this particular function. But maybe it was something else.So, I turned it off, but around the forums for other androids people seem to think that syncing doesn't work as well with this disabled.Does anybody know what might have happened? And could this function have been the thing that caused the leak.The leak, was actually for only 50 KB or so, but because I'm on Page Plus, it caused me to go under the required balance to refill of $29.95 and caused my plan to lapse. It's important for me for this not to happen again. Can anyone give any tips?

View 2 Replies View Related

General :: ICS - Disable Function Reject Call With Message

Aug 1, 2012

I'm having trouble using this feature when I run or I walk down the street. I would like to disable it. Is there a way to mod the call screen to disable the function "reject call with message". I tried applications like Ultimate Caller ID or Big Caller ID but I am not satisfied with the result...

I want to keep the ICS screen ans just remove the function... I'm rooted and modify apk don't afraid me.

View 2 Replies View Related

Android :: How To Disable Keyguard And Display An Activity To User?

Nov 20, 2010

How can I disable the keyguard when a broadcast receiver is activated by screen_on, so that when it occurs the user sees an activity that I have started behind it?(The activity is running already)I have been trying the following code from a broadcast receiver triggered by screen off.It doesn't seem to be working though as it is. When I turn the screen on, I still have to manually unlock the keyguard on the phone to reveal the activity behind it.

View 1 Replies View Related

Jelly Bean :: How To Disable Auto Screen Locking Function When Close Cover

Nov 4, 2013

Is there a way to disable the auto screen locking function when I close my cover?

I bought a couple of cheap case covers from China and as far as I understand they might not have the right material which causes the IR to be reflected instead of being absorbed.

I don't mind it locking really, aside from maybe a bigger battery consumage, since I often hear it locking itself while in my pocket.

No, my main problem is, with some of the covers, if I flip the front cover side to the back so I can hold the phone easily, it locks.

For example, the 2 I have on me, the leather one locks if I flip it over, the plastic one doesn't.

Really I'd like to disable the function alltogether, I prefer locking it myself together with the trusty 30s idle lock.

How do I disable auto locking when closing case cover.

View 1 Replies View Related

Android :: How To Disable User Interaction Arising From Long Press To EditText?

Jan 19, 2010

A long press on an EditText brings up a menu of options that the user can select. The only messages or options that I want users of my apps to get, I want to come from me via the app. How do you disable this so that nothing happens when you long press the EditText? What other situations like this should I be aware of?

View 2 Replies View Related

Sony Ericsson Xperia X10 :: What Is Function Of Data Traffic?

Jul 6, 2010

I read one thread, in that they mentioned that with the data traffic ON only we can able to receive SMS etc but with data traffic OFF i able to receive SMS etc.Then whats its exact purpose?

View 1 Replies View Related

Samsung Behold 2 :: Which Features Do NOT Function Without Data Plan?

Mar 18, 2010

What am I losing without the data plan?Will IM still work? Is there a text based email? If I use a proxy can I reroute the gmail and other program links to function by editing their urls to the proxy url?

View 7 Replies View Related

Android :: Application That Allows The User To Drill-down Into Data

Apr 22, 2010

I have an application that allows the user to "drill-down" into data. At each level of data the user can choose a Tableview item or a Listview item. This will result in a startActivity() call for display of new data.

I can get back to the top (Parent activity) by using the Back button, which can take a while. Is there a way to "POP" back to the Parent activity and dismiss all previously allocated activities, and not have to go back through all the activities previously created?

View 2 Replies View Related

Android : Regarding Storing Of Data From User In Database

Aug 19, 2010

I am working on some sample programs, where i have to take the value from the user and store it in the database. I have used DroidDraw to create the XML code for UI.For now, I have just started with a textbox. So, I have to take the value from this textbox and store it in a database. I am using SQlite browser to create tables. I read in some forums, that one way of doing this.

1. Copy the db file in the asset folder of the android project and use the AssetManager class. But i am not able to figure out how to use the asset manager class here. Or if I could get some simpler suggestions on how to store the value from user into the database, it would be great.

View 2 Replies View Related

Android : How To Add User Customized Data To Database?

May 9, 2010

I am trying to design a sqlite database that will store notes. Each of these notes will have common fields like title, due date, details, priority, and completed.

In addition though, I would like to add data for more specialized notes like price for shopping list items and author/publisher data for books.

I also want to have a few general purpose fields that users can fill with whatever text data they want. How can I design my database table in this case?

I could just have a field for each piece of data for every note, but that would waste a lot of fields and I'd like to have other options and suggestions.

View 4 Replies View Related

Android :: Securely Store User Data On Device?

Apr 9, 2010

I'm writing an application wherein users will sometimes make orders through it. I want to give users the option to save their billing info (name, address, etc.) so that it can be quickly restored later if they want to make another order. The user will enter a password to secure the data. Obviously I can't just put this as a file on the device, as anyone can root/find the data. Is there a built-in Android method for storing secure data that is locked with a password? If not, what is a good place to start for storing this data securely using Java?

View 2 Replies View Related

Android :: Which Data Will Be Deleted If User Uninstalls Application

Mar 18, 2010

If a user uninstalls an app from his phone, which data is explicitly deleted? I know that preferences are deleted. What about files on the sd card and about databases created by this app? If the data on the sd card is not deleted how can I avoid cluttering the users phone if I write larger amounts of data, like images on the sd card?

View 3 Replies View Related

Android :: Get Rid Of All User Data Of Application After Bigger Update

Apr 16, 2010

I completely revamped an app. Tested it for a while on my device and emulator. The app worked fine. However when I updated the app through the Android market, my users experienced crashes.Since there is no way to properly debug this procedure I asume the crash is caused by old data which is not being removed from the device (probably from the onsavedstate bundle?!).Is there a way to do a "clean/total" reinstall without having the user to do it manually?

View 1 Replies View Related

Android :: User Preference Data Location In Windows

Apr 15, 2010

I'm using Windows to develop android apps and want to know where user preference data is located. It says at /data/data/package/...., but where can I actually see the preference file? Via eclipse or command line tools?

View 1 Replies View Related

Android :: Force Deletion Of User Data On App Upgrade

Apr 13, 2010

I want to force the User Data to be deleted on Application upgrade (to delete internal database).How can I do that?

View 5 Replies View Related

Android : Application For Data Traffic Monitoring By User

Nov 10, 2010

Any applications that monitor the data traffic BY USER - i.e. WHAT generates the traffic and not HOW MUCH traffic has been generated.

View 4 Replies View Related

Android : Way For User To Browse Data In SQLite Database

Mar 27, 2010

Is there a way for an Android user to browse the SQLite databases on his/her phone and view the data in the databases?

I use the SoftTrace beta program a lot. It's great but has no way that I can find to download the data it tracks to a PC.

View 1 Replies View Related

General :: Auto Restrict Background Data And Disable Auto-sync When Mobile Data Enabled

Aug 24, 2013

I'm trying to limit my mobile data usage with out jumping through hoops.

I'm looking for a widget, that with one click of a button, it can restrict background data, disable auto-sync and enable mobile data, and when pressed again, enable WiFi, disable background restriction and enable auto-sync.

This function, no matter how trivial, would save time and effort.

Is there anything like this out there? Would something like this require root?

Galaxy Nexus

View 5 Replies View Related

Android :: How To Use Phone Internal Memory To Store User Data?

Mar 11, 2010

I want to access phone internal memory to store some data, similar to that of sdcard. but the problem is that the data written by one application is not accessed by other applications. because of uid mismatches.

View 2 Replies View Related

Android :: Validating EditText Content As User Enters Data

Aug 17, 2010

I have 2 EditText widgets ,one takes username and other takes password.When the user enters username in First EditText,the text should be validated (It should accept only characters no digits) when the focus is on the first EditText. How to achieve this. It needs to display error message using setError() method in EditText when the user enters wrong data.

View 1 Replies View Related

Android : Is Using Shared Preferences For Storing User Data Reliable?

Jun 20, 2010

Will the data still be there after the user restarts his / her phone or changes SIM / battery?

View 2 Replies View Related

Android :: How Can I Disable Data Connection?

Apr 10, 2009

It looks android starts data connection right after phone boots up and keeps the data connection until phone powers down.Is there any API to disable data connection or enable data connection?

View 3 Replies View Related

Android :: How To Disable Mobile Data?

Sep 4, 2010

I just got an EVO and it chews through the battery fairly quick. I downloaded JuiceDefender to manage my mobile data connection. That seems have worked out fairly well. However, the settings are just very restricted (even on the paid versions).As of right now I am trying to develop a much more customizable battery saving application. The main thing I am trying to do first be able to enable/disable the mobile data connection at will.The problem is I can't find any code snippets or articles on how to do this. The only thing I have found is the following. I don't know how accurate this is, but this was all I could piece together browsing developer.android.com.Looking at the phone info when JuiceDefender is running, I found that the GSRP network is getting turned on and off. This leaves me to believe it is possible to do it through code even though every page I find asking about this same issue says it cannot be done. The kicker is they all say to do it like APNDroid. Please someone give me some insight.

View 1 Replies View Related

Android :: Want To Get EditText Data / When User Clicks On Soft Keyboard Enter Key

Oct 15, 2010

I want to get EditText data when user clicks on the soft keyboard Enter key.

View 3 Replies View Related

Android :: API To Enable / Disable Mobile Data

May 20, 2010

I need to find a way to enable / disable mobile data (the thing you can manually enable / disable in Settings->Wireless->Mobile Network (android 2.1)But I can't find any API for that.For WIFI, there's a method setWifiEnabled(boolean) on the class WifiManager. But I can't find anything like that for the data network... no method for this on TelephonyManager or ConnectivityManager.Isn't it possible to programmatically enable / disable mobile data?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved