Official myLock thread - we don't like the lockscreen

This is a discussion on Official myLock thread - we don't like the lockscreen within the Android App Developers forums, part of the Droid Apps category; That never happened before. I programmed a new way of avoiding a bug where the lockscreen would come back during calls, and in the test ...

+ Reply to Thread
Page 3 of 21 FirstFirst 1 2 3 4 5 13 ... LastLast
Results 21 to 30 of 208

Thread: Official myLock thread - we don't like the lockscreen

  1. Senior Droid
    petjakob's Avatar
    Member #
    10189
    Join Date
    Nov 2009
    Posts
    137
    Phone
    DROID
    #21
    That never happened before. I programmed a new way of avoiding a bug where the lockscreen would come back during calls, and in the test environment it worked perfectly as well as when i tested making a call. however it just happened as i tried calling the phone and picking up the call. I think I know why actually. It's trying to call a command that tells it to stop listening for screen on event twice, both when the call starts ringing, and when the call is answered. so on that second time, android force closes it because I'm trying to "flush" something that doesn't even exist. Programming tends to get all kinds of messed up when you try to do something to something that doesn't actually exist.

    I can fix that very easily. Next update will have that fix and a couple more tweaks to stay awake mode.

    Foreground mode is really pretty irrelevant to your end functionality. It's cosmetic, because I run the lockscreen skip outside of any one "Screen", allowing it to persist and happen anytime it needs to. Foreground just gives you an icon in the notifications so you can pop into the settings to turn stay awake on or off anytime you would like, more efficiently. I like it, personally, some don't. That's why I added the toggle to get rid of the icon.
  2. Master Droid
    Nedaroth's Avatar
    Member #
    8951
    Join Date
    Nov 2009
    Location
    Long Beach, Ca
    Posts
    446
    Liked
    1 times
    Phone
    Droid
    #22
    Quote Originally Posted by petjakob View Post
    That never happened before. I programmed a new way of avoiding a bug where the lockscreen would come back during calls, and in the test environment it worked perfectly as well as when i tested making a call. however it just happened as i tried calling the phone and picking up the call. I think I know why actually. It's trying to call a command that tells it to stop listening for screen on event twice, both when the call starts ringing, and when the call is answered. so on that second time, android force closes it because I'm trying to "flush" something that doesn't even exist. Programming tends to get all kinds of messed up when you try to do something to something that doesn't actually exist.

    I can fix that very easily. Next update will have that fix and a couple more tweaks to stay awake mode.

    Foreground mode is really pretty irrelevant to your end functionality. It's cosmetic, because I run the lockscreen skip outside of any one "Screen", allowing it to persist and happen anytime it needs to. Foreground just gives you an icon in the notifications so you can pop into the settings to turn stay awake on or off anytime you would like, more efficiently. I like it, personally, some don't. That's why I added the toggle to get rid of the icon.
    Thanks for fast response, im still useing the app as it does not stop or hinder the call, great app oh i like the little green guy.
  3. Junior Droid
    Dom87SS's Avatar
    Member #
    23991
    Join Date
    Jan 2010
    Location
    McHenry, IL
    Posts
    21
    Phone
    Enter Current Phone Here
    #23
    i just got my droid last night on a trail to replace my blackberry. the button the slide lock was annoying. so a search yielded this app. i just loaded it, and works as it says it does. one less thing to dislike so far...and it hasnt even been 24 hours. thanks
  4. Senior Droid
    petjakob's Avatar
    Member #
    10189
    Join Date
    Nov 2009
    Posts
    137
    Phone
    DROID
    #24
    I've posted the version 2c minor update. please visit the blog for details and download. Hope no silly errors on my part this time around, tried to test a lot of minor cases for behavior consistency and it seems solid.
  5. Droid
    veggiedave's Avatar
    Member #
    11121
    Join Date
    Dec 2009
    Posts
    36
    Phone
    Motorola Droid
    #25
    Will try downloading again. One thing I noticed was that at some points when I hit the unlock button the backlight would come on. But it would just be a black screen for like 3-4 seconds. Anyone else get this?
  6. Droid
    Oohyeah's Avatar
    Member #
    16791
    Join Date
    Dec 2009
    Posts
    65
    Phone
    Enter Current Phone Here
    #26
    Finally got time to try this out. Used my phone browser to visit the page, downloaded the 2c apk file, tried to run it, but got this error message:

    "There is a problem parsing the package."

    I'm using a Milestone 2.0. Any ideas?
  7. Super Moderator
    Martin030908's Avatar
    Member #
    248
    Join Date
    Nov 2009
    Posts
    8,836
    Phone
    Droid Charge
    Premium Member
    #27
    Quote Originally Posted by petjakob View Post
    Sounds like you might have a critical service crash. this would happen on the emulator at times during testing, wherein restarting the service would not help because the actual OS was blocking the operation at that point. It does this for security when the lockscreen commands aren't resolved properly (such as in the case of a crash the command sequence can never finish so android views it as a security threat).

    reboot the device but make sure to check foreground mode first to ensure that it will restart safely at the boot foreground priority.
    Quote Originally Posted by Martin030908 View Post
    installed version 2b and my lock no longer bypasses the lock screen. tried uninstalling and reinstalling alpha 1 and alpha 2 seperately and none of the versions work! nothing has changed on my droid. no new apps. what did alpha2b change that caused this?
    Update: After my issue posted... I powered down the device and restarted... still didn't work, so I did a battery pull and alpha 1 worked again. I've since tried installing alpha 2 and 2b again. 2 works sometimes and 2b I find does not bypass the lock screen at all. I've stuck with alpha 1 because it works.
    Good news was, this time installing 2 and 2b didn't cause 1 not to work.
    I'm gonna give 2c a try. Keep you posted if anything comes up.
    Great work by the way! Such a simple app but I love it!
  8. Senior Droid
    petjakob's Avatar
    Member #
    10189
    Join Date
    Nov 2009
    Posts
    137
    Phone
    DROID
    #28
    Looks like that error apparently comes when you try to directly launch the apk from something like an attachment. I wonder if using the stock browser also causes it. I am always able to install in one click when I save these releases from the site in dolphin browser. Another solution would be to use a file explorer to launch it. I think androzip is an example of such.

    Martin, hope you find 2c to be working well. I've been running it with no issues and trying out all the different toggles at various times to show my coworkers.

    I'm next going to implement a new mode (not new but just make this a feature while at the same time putting out a standalone app that runs it without settings bloat) - lite mode, which is the alpha 1 method. the benefit is you will never get a flicker of the lockscreen, resulting in a slightly faster and smoother user experience. lite mode trades the home/search button shortcut initialization (the required security authentication that completes the lockscreen exit) for this cleaner feel. that means that in lite mode you can still use the home shortcut recent apps switcher, but it only gets initialized once you've pressed home once (completing the exit of the hidden lockscreen). so lite mode is obviously there for those of us who don't really need/use the app switcher. I literally keep all the apps I'm regularly using on my bottom 8 cells on the home and that works perfectly for me.

    from there, the plan is the complete app will go beta after i have shake interaction and the utilities widgets implemented. i might save the wakeup home with working widget display for the "full" release and not even try to place it in the beta, we'll see how much progress i can make on that idea.

    i really want to release on the market sometime soon. if every person that really benefits from using myLock every day donated just 1 dollar we could get on the market and make your updating experience so much smoother.
  9. Droid
    aamzalag's Avatar
    Member #
    1389
    Join Date
    Nov 2009
    Posts
    73
    Phone
    iPhone
    #29
    Hey petjakob, if you start a donation link or have one somewhere, ill start us off. this app has been unbelievably useful to me, and if donating a few bucks would get it working smoother, better, and updated faster illbe the first to donate. shoot me an email with a link or something, cuz i dont check the forum all too often. aamzalag@gmail.com
  10. Junior Droid
    Dom87SS's Avatar
    Member #
    23991
    Join Date
    Jan 2010
    Location
    McHenry, IL
    Posts
    21
    Phone
    Enter Current Phone Here
    #30
    lockup app stopped working this morning for some reason. it was working, then while messaging it stopped working. dont know whats up with it.

Sponsors

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Similar Threads

  1. The Official Thread for No Sound after HeadPhone Use
    By Xerozix in forum Tech Issues, Bug Reports & Suggestions
    Replies: 178
    Last Post: Yesterday, 02:34 AM
  2. Droid Not Vibrating On Incoming SMS **Official Thread**
    By pattont in forum Tech Issues, Bug Reports & Suggestions
    Replies: 19
    Last Post: 01-20-2010, 07:02 PM
  3. DroidForums Official Podcast - Starter thread
    By Big Lou in forum Droid General Discussions
    Replies: 6
    Last Post: 12-16-2009, 12:07 AM
  4. Official Droid Unboxing/Pictures Thread
    By JohnDroid in forum Motorola Droid
    Replies: 8
    Last Post: 11-06-2009, 09:06 AM

Search tags for this page

android 3.1 disable lockscreen
,
android app mylock
,
android don't lock screen
,

android mylock

,
android mylock phone tools
,
change the way to pickup a call on android
,
my lock app
,
my lock phone tools
,
mykeylockfor
,

mylock

,

mylock android

,
mylock android app
,

mylock app

,

mylock droid

,

mylock for android

,

mylock phone tools

,
mylock phone utility for incredible 2 overlay problem
,
mylock+app conflict
,
mylockandroid
,

mylockforandroid

Click on a term to search our site for related topics.