Android :: Application To Disable SMS Temporarily?

Apr 11, 2010

Any app that kills sms texting not just when driving (there's more than one for that) but that disables it period or has a toggle that works to stop texting all the time. Especially receiving texts.

Android :: Application to Disable SMS Temporarily?


Android :: API To Temporarily Disable Orientation Changes?

Jan 14, 2010

Users of my application will engage a feature that temporarily uses the accelerometer. I would like to disable support for orientation changes while this feature is active. Is there an API for this?

View 2 Replies View Related

Android :: Need To Temporarily Disable Orientation Changes In An Activity

Aug 31, 2010

My main activity has some code that makes some database changes that should not be interrupted. I'm doing the heavy lifting in another thread, and using a progress dialog which I set as non-cancellable. However, I noticed that if I rotate my phone it restarts the activity which is REALLY bad for the process that was running, and I get a Force Close.

What I want to do is programatically disable screen orientation changes until my process completes, at which time orientation changes are enabled.

View 3 Replies View Related

Android :: Can I Temporarily Disable Automatic Orientation Changes In My Activity

May 26, 2010

Can I temporarily disable automatic orientation changes in my Activity? I want to do this when my app does some background internet communication.

View 1 Replies View Related

General :: App To Temporarily Disable Radio?

Nov 27, 2012

Im looking for an app to temporarily disable all cellular functions of the phone. For example, when Im with my girlfriend, I want to play youtube streamed music via wifi but dont like to be disturbed with work calls. Of course, airplane mode is not for me ...

View 2 Replies View Related

HTC Incredible :: How To Disable Google Voice Temporarily?

Jun 2, 2010

I have Google Voice, which I recently discovered counts against my minutes when it sends me a transcript/recording of my voicemails (this is because VZ forwards calls to GV and charges for the time). I am leaving the country and the cost of calls overseas is $2/minute. I need to avoid charges for calls where people leave me voicemail messages, so I need to disable GV for the time I'm overseas. I can't figure out how to temporarily disable GV.

View 6 Replies View Related

HTC Incredible :: Disable Froyo Update Prompt Temporarily?

Sep 2, 2010

I'm getting the system update prompt every time I turn on my damn phone; I need to follow the guide that shows you how to keep root when going to 2.2:

Stock 2.1 to Fully Rooted Froyo 2.2

But I probably won't have time to do that until next weekend. In the meantime, is there a way to temporarily disable this update notice?

View 3 Replies View Related

Android :: How Do I Temporarily Disable / Bypass Android OnTouchEvent

Oct 2, 2010

To provide feedback from the user for game I'm writing.This event fires off some game control events that take some time to complete (because there is animation involved).The problem I'm having is during the animation if I keep touching the screen (AKA firing this event),Basically while the animation is running, I do not need this event, although it would be nice to queue it.What can I do to prevent the timeout and either queue the event, or temporarily disable it?

View 2 Replies View Related

Android :: How To Disable Any Application

Sep 14, 2010

I want to create api in android source code to dissable installed android application ( not uninstalled).Is there any pointer for this task? By using this api in system application user can select desired application to dissable and enable when it needed. For example I have installed paid weather application on android phone which is running background thread to get updated report from server over http.which i want to disable on roaming and again unable it when come back.but dont want to uninstall application from phone.

View 3 Replies View Related

Android :: Any Application To Disable Camera

Dec 30, 2008

Does anyone know of any apps that can disable the camera? My work does not allow camera phones.

View 8 Replies View Related

Android :: How To Disable / Hiding Application?

Mar 1, 2010

How to disable a application which already installed in the device ?. So that it wont display icon to the user & user cant invoke the app by "pm start -n <package>/.<Activity>" . Is their any way to do that ?.

View 5 Replies View Related

Android :: Store Password Temporarily In Memory

Jun 13, 2010

I'm looking for a way in an Android application to store a password within the memory as long as the application is running (cf. different activities). I was first thinking about the SharedPreferences, but then it's saved in the flash memory, which isn't that good for a password, I guess.

I'm unsure, what's the best way. What would you recommend me?

View 1 Replies View Related

Android :: How To Disable Standard Messaging Application?

Jun 21, 2010

I started using Handcent's SMS to manage my phone's messages and I really like it. But now I want to disable the standard messaging app that was included with my Evo because I get two notifications, I'd like to just get handcent's SMS. So how do I disable HTC's messaging app so that I can use Handcent's SMS only?

View 5 Replies View Related

Android :: HTC Hero - Any Way To Disable Preloaded SMS Application

Dec 21, 2009

I want to use Handscent SMS but my message app that came with the phone is still going to. Is there a way to disable one or the other so you don't have them both going?

View 3 Replies View Related

Android :: Disable Application From Running In Background?

Jul 19, 2010

Is there any way to disable my application from running on the background? I don't want my app to run in the background, i need to completely close it when the user a done

View 1 Replies View Related

Android :: Make Temporarily Non-rotatable Droid Activities?

Dec 3, 2009

Is it possible to make an Activity temporarily not rotatable (like, turning it on/off in code, not in the manifest)?

One of my old apps crashes if you rotate while it's doing an HTTP lookup as the views are no longer attached when it returns. One of these days I'll fix it proper, but in the mean time it'd be useful if I could just make the thing not-rotatable while it's doing the lookup.

View 1 Replies View Related

Android :: How To Disable Sorry Activity YYY - In Application XXXX - Is Not Responding

Mar 30, 2009

How can I disable 'Sorry! Activity YYY (in application XXXX) is not responding as I debugging my android inside eclipse?

View 3 Replies View Related

Android :: App To Temporarily Unlock Pattern Then Lock It Back Without Going Through Settings?

Nov 14, 2010

Is there an app that allows you to temporarily unlock your pattern then lock it back without going through settings? Because its gets real annoying to keep putting in my pattern when I'm home alone..

View 22 Replies View Related

Android :: Cliq XT - How To Disable Vibrate When Moving Application Icons?

Apr 1, 2010

I just purchased a Motorola Cliq XT and have a question about the desktop icon management. Specifically, I was wondering if there was a way to disable the vibrate when moving desktop icons to the trash, or around the desktop, or from the app list to the desktop, etc.

View 3 Replies View Related

Android : Application Use Of Haptics - When To Enable / Disable - Minimizing Confusion

Dec 11, 2009

Is there a general guideline for application developers about when to disable haptic responses? I know there are ways to enable/disable long-press haptics, but if an application was created to use haptic feedback for other events are there guidelines that application developers should follow? For example, if the user was to go into Settings->Sound & display -> Haptic and set that to OFF, should all applications refer to this setting as a rule of thumb?

From and end user point of view, I would like to have global control of haptic feedback especially if I find it to be annoying. I have seen several postings in the android forums looking for a "global override" to haptic responses. Ultimately, I think it is a question of should each application provide a menu to enable/disable haptic support, or should this be more of a global Setting for the device.

I personally feel applications should refer to the global setting, but would like to get feedback from other developers about this. Reference postings I was referring to: http://www.droidforums.net/forum/droid-general-discussions/6812-hapti... http://androidforums.com/samsung-moment/13633-how-do-you-disable-vibr.

View 2 Replies View Related

Android :: Missing Gen Folder When Clean The Eclipse Temporarily Destroys Project

Sep 29, 2010

I am experiencing an annoying problem with an Android project in Eclipse. All my other Android projects are okey (at the moment). Whenever I perform a clean (Menu:Project->Clean...) the project gives an error and I can't compile/run the app. The error is: Project 'Project Name' is missing required source folder: 'gen'

As soon as I edit some code the problem disappears until I perform a clean again. I can also right-click on the gen-folder and delete it. Eclipse will recreate the gen-folder and the problem disappears until I perform a clean. This is not a showstopper but it is really annoying since I sometimes have to do a clean before I run the app.

View 1 Replies View Related

HTC EVO 4G :: Turn An Email Account Off Temporarily?

Jul 6, 2010

I tried doing a search but couldn't find anything. Does anyone here know how to turn an email account off temporarily? I use my phone primarily for work so when I am at work I don't want to have to delete emails throughout the day. I only want to be able to turn if on when I am out of the office.

Anyone know how to do this?

View 4 Replies View Related

HTC Incredible : Verizon Temporarily Unavailable

Apr 19, 2010

Looks like they finally put up the banner on there website and signing in to your account is temporarily unavailable. ALSO, maybe this was there before but it states 4/16-4/19 Activation is FREE ONLY during that period.

View 35 Replies View Related

HTC EVO 4G :: Disable Or Uninstall The Message Application?

Jun 10, 2010

how to disable or uninstall the HTC message app that came with the phone. I'm using handcent but get message notification on both

View 12 Replies View Related

HTC Hero :: How To Disable Default SMS Application?

Mar 30, 2010

I got the hero with Android 1.5 and I want to change my default SMS application. My new application have a blacklist feature so I can ignore some messages. But when I receive a sms, both the default sms and my new sms application are giving a notification. is there a way to disable the default one?

View 2 Replies View Related

HTC EVO 4G :: Any Way To Disable Application Icons Labels?

Jul 2, 2010

Hello everyone. Is there a feature or a check box that I am missing that allows you to turn off the little text labels beneath the application icons on the home screen? I'm kind of doubtful, but a search did not return an answer. It would certainly clean up the home screen. Plus a lot of labels are "cut off" due to length and that is just annoying.

View 10 Replies View Related

HTC Hero :: How Do Disable Getting Notification For Stock Application?

Mar 17, 2010

I have the Hand cent SMS app and every time i get a text, i get 2 notifications..1 for stock app and 1 for Hand cent...how do i disable getting the notification for the stock app? i go to manage apps but i don't see an option in there..is there somewhere else that i don't know about?

View 6 Replies View Related

Motorola Droid X :: How To Disable Default SMS Application?

Aug 1, 2010

I have Handcent SMS installed, but when I receive a text I get two alerts. The first is a dark grey popup box with the text in it. Then I get the Handcent alert. I am assuming the first popup is the default SMS app. How can I disable this?

View 1 Replies View Related

Sprint HTC :: Disable Hero Text Application?

Dec 16, 2009

New to the hero and i have a question. i have installed sms text to replace the hero app and now whenever a text comes in i get notification for both apps. how do i disable the hero text application? i don't really want to unistall it, just disable it. I'm getting the same thing with the voicemail program.

View 3 Replies View Related

General :: Can't Disable (Application Updates Available) Notifications

Feb 27, 2013

Since I reset my phone a few weeks ago, I get "Application updates available" notifications every day at 8:50am.

I cannot switch them off. I have disabled notifications in Google Play -> Settings -> Notifications, yet I still get them every day at the same time.

I am running Android 2.3.5 on a HTC Desire S, with HTC Sense Version 3.0

View 4 Replies View Related







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