Android : Can I Disable "HOME" Key In Activity?

Nov 2, 2009

I try to rewrite the method onKeyDown, like this. code...

it works for the other keys, but not for "HOME". How can I disable it?

Android : Can I disable "HOME" key in activity?


Android :: Disable Activity Slide-in Animation When Launching New Activity?

Feb 18, 2010

have an activity which launches another activity, via a button click. By default, on newer OS versions of android, the OS will animate the new activity sliding in from right to left.Is there a way to disable this animation? I just want the new activity to appear without any sort of animation.

View 5 Replies View Related

Motorola Droid :: Home Replacement - How To Stop / Disable Stock Home If Running?

Apr 16, 2010

When using a home replacment like Helix, Home++, etc. does the android home still run in the background and reduce performance? I had a lot of stuff on my stock home but just switched to Helix so how do i stop/disable stock home if it is running?

View 1 Replies View Related

Android :: Overriding The Home Key Long Press In A Category - HOME Activity

May 29, 2010

I just created my own "Home" to replace the stock android one or Sense.

All is working fine and I get all I want. My only problem is to replace to long press on home key ( that usually show the last 6 activities you launched) by my own launcher.

I successfully replace the long press on MENU button with this code:

CODE:..........

and this part part for the long press:

CODE:.............

But the problem is that I wasn't able to replace the KeyEvent.KEYCODE_MENU with KeyEvent.KEYCODE_HOME

Is that something locked in the code that avoid user to use a Home long press?

View 1 Replies View Related

Android :: Hide And Activity When Activity On Top Redirecting To Home Screen

Mar 3, 2010

example scenario is: from login screen - main screen - then when i clicked a hide button inside the mainscreen, the app will need to go in the home screen, and when im going to click the app again the main screen would be called and not the login screen

View 3 Replies View Related

Android :: How To Clear Activity From Second Activity Going Back To Home Screen?

Mar 3, 2010

example scenario is: from login screen - main screen - then when i clicked a hide button the app will go to home screen, and when im going to click the app again the main screen would be called.

View 2 Replies View Related

Android :: How To Disable Home Key

Oct 10, 2010

i want to lock screen,i want to disable the home key only use the back key,how to do?

View 2 Replies View Related

Android :: Disable HOME Key And Right Soft Key

Aug 22, 2009

I m making a test application and want to able all keys excluding the back button...... Using below code i am not able to disable HOME key and right soft key..... Please suggest what to do.

@Override public boolean onKeyDown(int keyCode, KeyEvent event) { if(keyCode == KeyEvent.KEYCODE_BACK){ return super.onKeyDown(keyCode, event); } else { return true; }

}

View 11 Replies View Related

Android :: Disable Home And End Call Key?

Jan 8, 2010

I am going to develop one application for android (As per client request). Which starts after booting of device. When device get booted then only this application will be there on screen. No key press will minimise that application. The solution i found on this site is able to block all keys instead of home and end call keys.

View 2 Replies View Related

Android :: Disable Home And Other Buttons To Persist App?

May 6, 2010

I am building an app which uses a WebView. This app runs at startup. Is there a way to maintain the app running(persists) even if the user presses the 'Home' or 'Back' button? In other words,pressing the 'Home', 'Back' or the other buttons shouldn't close the activity.

View 8 Replies View Related

Android :: Disable The Click Of Home Button?

Jan 29, 2010

I have an application, when it launches I have to disable all the buttons, I successeded in disabling end call and other i need to disable home buttom if I click it, It should not produce any action.

View 5 Replies View Related

Android :: Disable Home Button In Toddler App?

Nov 24, 2010

I've developed and app that is a slide show of pictures which each play a sound when you tap them. It's like a picture book for ages 2-4. The problem is, since android won't let you capture a home button press and essentially disable it, when parents give the phone to their child to play with unattended (brave parent), the child can inadvertenly exit the app and then make calls or otherwise tweak the phone. There are two other apps that currently have a psuedo fix for this issue. The apps are Toddler Lock and ToddlePhone. I've tried contacting the developers of these apps for some guidance but they haven't been willing to disclose anything, which if fine, but does anyone here have any suggestions?

It looks like both of those other apps are acting like a home screen replacement app. When you enable the "childproof mode" on those apps the user is prompted to chose and app for the action and the choices are "Launcher, LauncherPro, etc." plus the toddler app. You then have to make the toddler app the default and voila, the phone is "locked" and can only be "unlocked" using a key combination or touching the four corners of the screen, etc. when you "unlock" the phone. your normal home screen app default restored. You don't even have to make the toddler app the default the next time you enable the "childproof mode". I have read that these two apps have problems with Samsung phones and they can cause an an infinite crash-and-restart-loop that requires a factory reset to fix. Obviously this is not the ideal solution to the problem but it looks like the only one availiable at this point. Does anyone have any ideas on how to implement a "childproof mode"?

View 2 Replies View Related

Android :: Security Lock System - Disable Home Key?

Feb 24, 2010

I am doing a security Lock system for my project. I am interested to know how to disable the HOME key or handle it at framework layer, in order to prevent user to by pass the security lock by pressing Home. I know that I am not able to do it at android application layer, so thinking to get some tips in handling it in framework layer.

View 12 Replies View Related

Android :: Disable Activity Transitions?

Mar 4, 2010

Is it possible to disabled activity transitions altogether and still maintain compatible with 1.5 ?

View 2 Replies View Related

Android :: Can I Disable Webview On Click Activity

Jul 14, 2010

can i disable the webview onClick Activity(); I have a couple of webviews in a listactivity and i want to capture the listclick instead.

View 3 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

Sprint HTC Hero : Disable Sense UI For Phone To Run Android OS Default Home?

May 29, 2010

So I'm running android 2.1 on my Sprint Hero, but I want to disable the Sense UI so I can run the Android OS default home (just to check it out). Most of the things I've read online say to do the following...

1)settings
2)applications
3)manage applications
4)HTC Sense
5) Clear default

The only problem is, there is no default to clear. I can't even click on it and force close does not work.

View 10 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

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

Android :: Disable The Wipe Effect When Starting A New Activity?

Jul 6, 2010

In my application, how do I disable the transition animation that shows the new activity layout enter from the right and the old one exit to left? Versions 2.0 -> 2.2 if relevant.

View 2 Replies View Related

Android :: Disable Keypad Or Whole Keyboard Support On Activity?

Nov 2, 2010

I have a layout with lots of different imagebuttons on it. Application is developed in full-touch, so there should be no response to keyboard or keypad on all activities except one, where user can input his name.
Is there a way to achieve that?

I've checked on debug, keypress and keypad press result in onKeyDown event. I've set it to return 'false' for all keys. But, for some reason, android keeps selecting my imagebuttons when keypad is pressed. And pressing Enter key result in View.onClick event.

How to totally disable all keyboard input for activity? I use Motorola Milestone for tests - a slider with a keyboard.

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 : Programmically Disable All Menu Item In My Activity?

Dec 16, 2009

In android, I create my menu item like this?

public boolean onCreateOptionsMenu(Menu menu) {

menu.add(0, 0, 0, "Menu1");
menu.add(0, 1, 0, "Menu2");
return true;}
How can I set all the menu item disabled programmically (in another part of the code in my activity, not in onCreateOptionsMenu() method itself)?

View 2 Replies View Related

HTC EVO 4G :: How To Disable Text Messages To Pop Up On Home Screen?

Jun 18, 2010

Is there anyway you can disable the settings for the text message popping up on home screen.

View 3 Replies View Related

Android :: Passing Integer From Android Home Screen Widget To An Activity Opened By The Android Home Screen

Jun 12, 2010

How can we pass Android Home Screen Widget info ( putExtra maybe ) to an Activity.. What particular method callback will handle this one?

View 1 Replies View Related

HTC EVO 4G :: Gaming And The Home Button - Always Accidentally Tripping - Disable?

Jul 18, 2010

I'm a gamer, and I love my new evo for everything else so far.. I'm confident I will love it for gaming once the 30fps cap is lifted (please please please please plEASE!) and I fix this one problem. Whenever I'm playing a game with a "virtual controller", i.e. phone sideways with d pad on left and buttons on right side of screen, I inevitably find myself tripping the "home" key within minutes of starting any game that requires a controller. This of course kicks me to my home page, and with most games any progress is lost. I can't imagine that no one else is having this problem, as it even happens with texting from time to time, but I can't seem to find anyone else with the same problem.

This is reallllly irritating as in any game with oft-pressed controls on the lower right side of the screen, i'm pretty much guaranteed to kick myself out to my home screen within 3 minutes of starting a game. What's the best way to address this? Is there a way to temporarily disable the home button? change controls to a hold?

View 1 Replies View Related

Motorola Droid :: Disable Accelerometer Home Screen

Mar 5, 2010

It seems no matter what I put my settings to, the home screen always has to change orientation when I rotate my phone sideways. This is quite an annoyance. I just want the home screen to be in portrait at all times (unless I open my keyboard). I'm currently on Smoked Glas 5.0.1.

View 9 Replies View Related

HTC Desire :: Disable Orange Home Screen Selector?

Jun 13, 2010

Unfortunately it is an Orange branded phone and has all of their additional guff installed on the phone. I would like to run the desire without the sense UI and instead just run the plain android UI for a while, my problem is that when I disable Sense I am just left with the Orange home screen selector! Does anyone know how I turn that off and run the basic android? or am I stuck with these skins?

View 3 Replies View Related

HTC Droid Eris :: Disable Home & Back Buttons?

Feb 18, 2010

Is there any way to disable the 4 buttons at the bottom of the screen? I forget if there's a term for them but the Home, Menu, Back & Search buttons? It's almost impossible to play some games because I inevitably hit them for a split second and I lose all my progress.

View 6 Replies View Related

General :: Automatically Disable Screen Lock At Home Or Work

Oct 21, 2013

Is there a simple setting that will automatically disable my screen lock when I'm at home or at work? If not a setting, is there an app you recommend?

Long version: I'm fairly new to "devices". I got my first, a wifi-only Samsung tablet about 6 months ago and use it sporadically, mostly when traveling, but also it's become my semi-permanent music player at home. I got my first smart phone, a MotoX about 2 weeks ago. Love the MotoX and feel it's exceptionally well designed, easy to configure, and useful, but I have nothing to compare it to other than my wife's IPhone 5.

I have done a web search for this information. I have also searched and scanned around these forums, but didn't find anything I felt comfortable with in terms of how fussy or current the set up steps are or how current the app recommendations are. The two apps I've come across are, IIRC, called "Delayed Lock (trial or paid)" and "Unlock with WiFi".

My question is - today, mid-October 2013 - how do you recommend disabling screen lock while at certain locations. I imagine I'll be using it strictly at work or at home, both of which have wifi I connect to automatically. I might want to disable screen lock while driving, but so far have found my MotoX's Assist driving mode to work very well. I might get a Bluetooth device and at that point would probably want to disable the screen lock while that bluetooth device was connected.

View 8 Replies View Related







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