Android : Any Alternative To Screenmodewidget That Disables Lock Screen

Jan 9, 2010

Droid 2.0.1 screenmodewidget 'awake stay' not working (is supposed to disable lock screen)

mylock also has problems. Anyone (ON DROID!) found an app or widget that disables lock screen that works without problems?

Android : Any alternative to screenmodewidget that disables lock screen


Android :: Alternative To Lock Screen

Feb 22, 2010

I would really like an unlock screen that requires a code (much like the iphone one). I find that the unlock pattern is not as effective due to the fact that the screen smudges, allowing others to see what your pattern is.

View 3 Replies View Related

Android :: App That Disables Wifi When Lock Phone

Jul 29, 2010

I did some searching and couldn't find an app like this, figured I'd try here. Anyone know of a app that will disable your wifi when you lock your phone, and enable it when it's unlocked?

View 9 Replies View Related

HTC Hero :: Charger Disables The Touch Screen

May 31, 2010

when charging my Hero the touch screen will not work, when not charging it works fine, is this normal.

View 5 Replies View Related

HTC Desire :: App That Disables Unlock Screen After I Press Top Power Button?

Apr 19, 2010

is there an app that disables the unlock screen after i press the top power button? (i hate having to currently press the power button and then swipe down every time i want to use the device)

View 21 Replies View Related

HTC Droid Eris :: Disable Initial Swipe Lock Screen And Replace With Pattern Lock?

Nov 29, 2009

Is there anyway to disable the initial swipe lock screen and replace with the pattern lock? Seems silly to have a double lock.....the pattern seems much better to me.

View 13 Replies View Related

Samsung Vibrant :: Lock Screen Not Lock As Plug Charger

Nov 21, 2010

I have a samsung vibrant. Every time i plug it in its charger, the lock screen will not lock amd if m doing something, the sensitivity of the screen will be thrown of. It doesn't do that if i plug,it,in a computer usb, it doesn't,do that and charges normally. Is that a wide spread issue.

View 3 Replies View Related

Samsung Moment :: Way To Have Slider Lock Screen Come Up Before Pattern Lock

May 4, 2010

Is there a way to have the slider Lock screen come up before the pattern lock?
I would like to slide unlock then enter pattern.

I'm using 2.1 dd10 rooted

View 7 Replies View Related

General :: How To Lock Power Button In Screen Lock Mode

Oct 28, 2012

I am plan B and AVG security installed, both don't always work, I have pattern lock on the phone but even in pattern lock mode when i press and hold power button the phone gives me option to shutdown.

If someone steals my phone they will be able to shut it off without unlocking it since holding down power button still works. So is there a way to lock the power button from shutting off phone when the phone is in pattern unlock mode?

View 1 Replies View Related

Motorola Droid X :: Lock Screen Mod - Master Lock

Dec 1, 2010

For those of you who would like to spice up their lock screen, I have created an image of a master lock, that stretches as you slide across the screen!I have included a screen shot of this in action, as well as a link to the .9.png - which needs to be installed using NinjaMorph.I'm loving it, let me know what you think!MultiUpload Download Master Lock .9.PNG

View 45 Replies View Related

General :: Lock Widgets So That Changes Cannot Be Made To 4.2.2 Lock Screen?

Apr 30, 2013

Is it possible to lock widgets so that changes cannot be made to the 4.2.2 lock screen?

View 1 Replies View Related

Android :: Subclassed Drawable Disables AlphaAnimation

Dec 21, 2009

I have been applying a simultaneous rotate and alpha animation to an ImageView using AnimationSet. It was working fine when I set a Bitmap as the image with Image.setImageBitmap(my_bitmap).

I then extended the Drawable class with my own drawing routine. In my custom drawable I do some porter-duff compositing on the bitmap i was using earlier. I set the image with Image.setImageDrawable( new MyCustomDrawable( my_bitmap ) Now my animation rotates but no longer performs the alpha transition!

One of the things I have tried is returning different values from getOpacity() in my Drawable. None of PixelFormat.TRANSLUCENT, PixelFormat.TRANSPARENT, PixelFormat.OPAQUE, or PixelFormat.UNKNOWN work.

View 2 Replies View Related

HTC EVO 4G :: Froyo - Android 2.2 - Update Disables USB Tethering

Aug 3, 2010

Just FYI my co-worker has upgraded his Evo to run Froyo today. The update takes quite a while to execute so be patient, but one thing I noticed was that the USB tethering no longer works. On my phone (still running 2.1) I can plug in the USB cable, enable the 4G radio, and then go to Menu -> Settings -> Wireless & networks and click on the "Internet sharing" option. Once I do this, my computer automatically picks up the new USB device and can use it for internet access (it shows up as "usb0" in my ifconfig on Ubuntu 10.04). Note that this USB tethering ONLY works when the phone has a connection to the 4G network, otherwise tapping the "Internet sharing" option will produce an error 67 message.

I tested on my co-worker's phone after he upgraded to 2.2 and found that:

1) The "Internet sharing" option has been renamed to "USB tethering"
2) Tapping the "USB tethering" option will immediately disconnect your phone from the 4G network. Consequently, this means that you cannot tether.

Anyone else notice this issue after moving to Froyo? I have downloaded the update but I haven't applied it yet (for this and other horror stories I have heard). If you do lose the ability to perform USB tethering after the upgrade, have you been successful with tethering the Evo to a Linux machine? I have tried these two tutorials and been unsuccessful:

Linux + GNU = Humans Enabled: How to Tether your Android to Ubuntu(or Fedora) GNU+Linux for Internet Connectivity

James Titcumb Blog Archive Tethering your HTC Magic Android Phone in Ubuntu 9.04 (Jaunty Jackalope)

View 23 Replies View Related

Android :: App That Disables Letter Pop Up In Stock Keyboard

Feb 28, 2010

i cannot stand those letters popping up. distracting on dro

View 2 Replies View Related

HTC Desire :: Phone Lock But Not Screen Lock?

Oct 28, 2010

Is there a way to have a phone lock on the Desire, in the way it is used on "normal" phones? What I mean is that I need a phone lock for security reasons - however it is a pain to use it every time I turn the screen on. Is there a way to have it work only when you turn the phone on? Right now if yu don't have a phone/screen lock security set if someone steals your phone they take out the sim card and use the phone normally ... if you do have it, then you must use the password every time you want to use the phone (I hate it). I know the best thing is to have a secured access but I was just wandering if it was possible to do seomething different?

View 9 Replies View Related

Android :: OnLongClickListener On ChildView Disables OnTouchListener On ParentView

Sep 15, 2010

I have an AbsoluteLayout which has an OnTouchListener. Inside this layout there is a much smaller LinearLayout positioned dynamically. The OnTouchListener works as expected.

Now the problem comes when I add a LongClickListener to my LinearLayout. That disables my OnTouchListener if the touch hits the LinearLayout but it is still triggered, if the LinearLayout was not hit by the touch.

My listeners:

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

How can I delegate the touch on the LinearLayout where the OnLongClickListener is registered, to the parent?

View 2 Replies View Related

General :: Alternative To Android Screen Cast PC To Android USB Control

Jun 21, 2012

However, Android screen cast is a cross-phone program.Android screen cast is a java program that allows you to connect to your Android phone through an USB connection. I think you need ADB and root access for this.

I am searching for something like this that also supports German charakters like umlaute.

View 1 Replies View Related

Android :: Froyo 2.2 Disables RequestWindowFeature - Window.FEATURE NO TITLE

May 26, 2010

Just trying to get a confirmation, has anyone else found that since updating to 2.2 the following line has no effect: requestWindowFeature(Window.FEATURE_NO_TITLE);. Is there a new permission required?

View 4 Replies View Related

Android :: How To Remove LOCK Screen / Appear After The Emulator Boot Up To Main Screen?

May 14, 2010

LOCK screen aprears at the main screen, after boot the emulator boot up. I want to disable the locking at main screen, So that while next time i boot up my emulator not LOCK screen apears. Can any body suggest me best solution for this?

View 2 Replies View Related

Android :: How Can Programmatically Draw Text On Key Guard Screen / Lock Screen?

Oct 31, 2010

Is there a way to draw on or modify the key guard wallpaper programmatically?It looks simple enough for the home wallpaper, you can use WallpaperManager. But how about for the lock screen wallpaper?

View 1 Replies View Related

Android :: How To Listen For Touch Events From Lock Screen And Home Screen

Jul 24, 2009

I want to listen for the touch events from Lock Screen and Home Screen, is there any way i can tap those to my applications.

View 4 Replies View Related

Android :: Good Lock Screen / Incoming Call Screen Replacement?

Jul 29, 2010

I have an HTC Evo that hangs up on everyone that calls me.I keep the phone in my pocket and, in trying to pull it out to answer a call, my leg slides the bar.I could keep the phone in my pocket upside down and then I would answer every call but that isn't much of an alternative.I am looking for something that overrides the Sense's lockscreen/answer screen.I tried both GoTo and WidgetLocker.Both are great programs but neither addresses the incoming call issue.

View 7 Replies View Related

General :: Car Bluetooth Disables Navigation Voice

Jun 9, 2013

I drive a VW Jetta with bluetooth, which has easily paired with my last two phones (Bionic and S4, respectively). While Google map's turn-by-turn map navigation works fine with my phone's bluetooth on, in so far as I can see directions on the map, the navigation voice is disabled. Only when my phone's bluetooth is off do I hear a voice. I'm not sure if this is a function of my phone or my car.

View 1 Replies View Related

HTC Droid Eris :: Otterbox Case Disables Proximity Sensor

Mar 14, 2010

I got an Otterbox (IMPACT) case for my wife's Droid Eris. I have verified that when the case is on, the proximity sensor does not operate at all. Take case off, works fine. Case is on correctly (there's not a whole lot of ways to have it on wrong). Pressing it harder onto my head (which one shouldn't have to do) or holding it farther away don't help, either. Does the other Otterbox case do this?

View 11 Replies View Related

HTC EVO 4G :: Screen Cant Be Touched Untill Press Top Button And It Goes Back To Screen Lock

Sep 11, 2010

it just flips out goes up and down and the screen cant be touched untill i press the top button and it goes back to the screen lock, i have it rooted and running 2.2 im not all up on what this does should i just reset to og settings?

View 1 Replies View Related

Motorola Droid :: Make Screen Lock During Phone Calls / Change Call Screen Altogether?

Jan 18, 2010

I am going crazy here... I've had this thing since it launched and everything is great except I keep hitting buttons with my face during calls! I mute, sometimes end calls, start 3 way calls etc and I have no idea how to prevent it. Is there any way I can make the screen lock during phone calls or change the call screen altogether?

View 12 Replies View Related

HTC Droid Eris : Alarm Starts Unexpectedly - Lock Screen Turned Into The Snooze/stop Screen

Aug 6, 2010

This morning my alarm started unexpectedly at 6am. The lock screen turned into the snooze/stop screen. Dragging down didn't stop it it.. It came on every ten minutes for the next hour. My alarms were set to 9:45am and 8:30pm as usual. Even turning the phone off and on didn't stop the beeping. It was my 9:45am ringtone even. (The two are set differently)

Anyone else see anything like this? I'm on OTA 2.1

View 4 Replies View Related

2.1 Update :: Lack Of Screen Lock Whilst In Call Screen?

Dec 2, 2010

With the old 1.6 software on my X10, the lack of an automatic screen lock when in an active call was mildly annoying, as not all areas of the screen were active. However, with the new 2.1, just about anywhere on the screen becomes active (especially when juggling two simultaneous calls). What are the chances that we'll see a 'lock screen' function for phone calls? Those of us who actually use the phone for phone calls whilst holding it would surely appreciate it. Other android devices have had this for years.

View 3 Replies View Related

Motorola Droid X :: Lock Screen Not Focusing On Unlock Screen

Jul 29, 2010

I'm having an issue with my phone. Most of the time my lock screen is focused on screen 4 (I use 5 screens) instead of on whatever screen I go to when unlocked. Does anybody else have this problem? I'm using Launcherpro if that makes a difference.

View 2 Replies View Related

Motorola Droid X :: How To Turn Off Lock Screen (not Slide Screen)?

Nov 15, 2010

My nephew was playing with my phone and evidently set a password on the phone to wake it up. He told me the password and I can use it to wake the phone up just fine but I use the slide screen, but now there is both password unlock and the slide screens. I cant figure how to remove the password one

View 10 Replies View Related







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