The power button on my N1 has been giving me fits, and given the number of people I've read about with "dead" power buttons, I think mine is going out so I'm trying to preserve it as long as possible.
I enabled trackball wake (using CM6) which takes care of 1/2 the equation, but I need a good lockscreen app (just something to make the phone go to sleep). I found one in the market called Lock Screen Enabler, but it's not a "true" lockscreen app and it's very buggy, causing all sorts of problems for me.
I've been a web developer for 8 years and recently got into Android development (which I hope to be doing full-time soon), so I thought I'd just code a quick app for personal use in 5 minutes.
The problem, however, is that the DEVICE_POWER permission is needed in order to call goToSleep() and from what I've read so far from other online posts, this permission is only granted to native system applications.
Since my phone is rooted, I even tried granting my application SU privileges, but that doesnt seem to work either.
So, my question boils down to how do I grant my application DEVICE_POWER permission? I figure if anyone out there knows the answer, it's going to be someone on XDA as this place is full of geniuses. Thanks in advance!!
UPDATE: I've attached the finished app. Made this for personal use but if anyone wants to use it they are welcome to. My only gripe about it right now is the "screen flicker" that happens when you launch it because it's trying to launch an app that immediately locks the screen and finishes itself. If I can figure out how to get the app to launch in a smaller window maybe I can minimize the size to reduce the screen flicker. But for now, this works and I can set it to launch when I click the clock on Fancy Widget, so I'm happy. Thanks again to everyone who offered answers to my questions. Just another reason why I love the Android development community!!
-teleknEsis
Search for Lock screen widget. I have the same problem and I use it. It immediately locks your phone once pressed
nDrg said:
Search for Lock screen widget. I have the same problem and I use it. It immediately locks your phone once pressed
Click to expand...
Click to collapse
Awesome, thx! Still would like to know how they got that prompt to show that basically made the application an Administrator app. Seems like the missing piece I need to complete my own
teleknEsis said:
Awesome, thx! Still would like to know how they got that prompt to show that basically made the application an Administrator app. Seems like the missing piece I need to complete my own
Click to expand...
Click to collapse
It seems that you'll need to add the application as a device administrator. There seems to be some decent information half way down this page under Device policy manager: Link.
I'd be interested in using this application as I can't change the icon of my previously mentioned widget.
Edit: More information here as well: Link.
nDrg said:
It seems that you'll need to add the application as a device administrator. There seems to be some decent information half way down this page under Device policy manager: Link.
I'd be interested in using this application as I can't change the icon of my previously mentioned widget.
Edit: More information here as well: Link.
Click to expand...
Click to collapse
I will probably still go ahead and create one. I like how with FancyWidget you can set it so clicking the clock will launch an app. Unfortunately it doesn't work with widgets, so I need an extra icon on my home screen just to lock it. If you have an icon you'd like me to use, feel free to share and I'll put it in
And thx for the info!!
I would be happy with any icon to be honest, I just don't like the lock screen widget one Good luck bud
teleknEsis said:
..If you have an icon you'd like me to use, feel free to share and I'll put it in
And thx for the info!!
Click to expand...
Click to collapse
Yeah, put my themed one in from LockScreenWidget (smoked)
http://forum.xda-developers.com/showthread.php?t=731625
rori~ said:
Yeah, put my themed one in from LockScreenWidget (smoked)
http://forum.xda-developers.com/showthread.php?t=731625
Click to expand...
Click to collapse
Alright, I got it working, but there's one problem. It can't be uninstalled because it's currently a device admin. Same goes for that Lock Screen Widget I installed earlier.
Looking into a way to be able to uninstall, if one even exists....
You disabled: device administrator ?
Looking into a way to be able to uninstall, if one even exists....
Click to expand...
Click to collapse
Try using "root explorer" to find the files and just delete them.
teleknEsis said:
Alright, I got it working, but there's one problem. It can't be uninstalled because it's currently a device admin. Same goes for that Lock Screen Widget I installed earlier.
Looking into a way to be able to uninstall, if one even exists....
Click to expand...
Click to collapse
You need to go to Security & Location - Device Administrators and disable both there.
Hollow.Droid said:
You need to go to Security & Location - Device Administrators and disable both there.
Click to expand...
Click to collapse
Good call. Thx. However, I also came up with a work-around for ppl who are just as lazy as myself. There are 2 icons in the launcher. The first will lock the screen (once you enable the app as a device admin). The second will disable the app as a device admin, allowing you to uninstall at your will.
I really intended for this app to be for personal use, but if anyone wants it I'll put it up here for you to download. If you'd rather I remove the second launcher icon and just let you to disable it through Security settings, I will also do this (as really, I don't plan on uninstalling any time soon so this is fine for myself).
Thanks to everyone who helped out!!!
teleknEsis said:
Good call. Thx. However, I also came up with a work-around for ppl who are just as lazy as myself. There are 2 icons in the launcher. The first will lock the screen (once you enable the app as a device admin). The second will disable the app as a device admin, allowing you to uninstall at your will.
I really intended for this app to be for personal use, but if anyone wants it I'll put it up here for you to download. If you'd rather I remove the second launcher icon and just let you to disable it through Security settings, I will also do this (as really, I don't plan on uninstalling any time soon so this is fine for myself).
Thanks to everyone who helped out!!!
Click to expand...
Click to collapse
Yeah I'd appreciate the single launcher version please if possible
Hollow.Droid said:
Yeah I'd appreciate the single launcher version please if possible
Click to expand...
Click to collapse
OK - I'll update and upload when I get into work
Application is in the OP. Have at it
Great, works perfect on MIUI 0.9.30
Does the job perfectly! I especially like how it runs as an app so I can change the icon
You're a lifesaver, or should I say power button saver
Thanks so much.
I tried to develop something similar before but got stuck. Saved me some time!
Thanks for creating such useful app for my N1. My power bt is fine, but I would like to preserve it to powering up/down the phone.
BTW, I also downloaded Lock Screen Widget to test it out. Is it possible that you can make your app to shut off the screen smoother, like LSW? I like it you set it up as an app, which is super useful for me set up as a gesture swipe on my LauncherPro dock icons.
Thanks again and keep up your good work!
Thanks again, your app is really great. But could you add a option to map it to the search button (long press) please?
Thank you!
Related
Here's something for you devs. How bout an app that can hide apps that are in the app drawer. (the tool bar at the bottom). Because right now if someone was to want to hold my phone they could get right into my email, pics, astro, bank account, market, anything! You know what I mean? if we had an app that puts those icons inside of it then that would be a good start. You could call it Drawer Mod or something like that.
Sure they could get to them from the application set up option, but thats not so easy to figure out. First someone could work on that, then they can work on a password lock feature for it or something. I'd pass my phone around more freely if I had a little more privacy than just the pattern lock. (that can be bypassed if you know how anyway). Is it a good idea?
No. Either don't hand your phone out or use pattern lock. If I could use your phone I would dial long distance out of spite.
I been looking for something like this but for a different reason Its cramped lol, I just want to be able to organize the apps in folders or something my games clutter everything. May add password protect to certain folders
breaultm said:
No. Either don't hand your phone out or use pattern lock. If I could use your phone I would dial long distance out of spite.
Click to expand...
Click to collapse
Wow you're just awesome!!! Yeah you can sooo borrow my phone and call all the long distance you want. If you gotta call then call. lol I didn't think generosity could be misguided into hate like that. Go back to your cave hermit! What's your problem?
Now back on topic with civilized people.
ahddm said:
I been looking for something like this but for a different reason Its cramped lol, I just want to be able to organize the apps in folders or something my games clutter everything. May add password protect to certain folders
Click to expand...
Click to collapse
Folders would be good.. it gets a bit cluttered in there.
Hmm actually displaying folders might be difficult but as for hiding apps I think the easiest way would be to effectively move them to a hidden folder on the phone... using shell commands someone could accomplish this... consider these shell commands
Hide an app
Code:
mv /data/app/APPNAME.apk /hidden/
Run an app
Code:
mv /hidden/APPNAME.apk /data/app/
*figure out some command to run the apk*
*figure out how to wait for app to die*
mv /data/app/APPNAME.apk /hidden/
Make the icon of the app be a folder and the interface copied directly from the app drawer and it might actually act like a folder
Nice! So it's feasable. Now all we need is for someone to apply the info above into an easy to use app, or I learn how to be a pro with terminal commands. lol
yeah i really need that app. in my rokr e6 there was a menu where you could pick different user setups Games:Office:and Custom you could put watever you wanted inthem
http://www.engadget.com/2009/02/18/texas-instruments-and-wind-river-do-up-android-right/
Second video, at about :45 seconds in. They show a tabbed app drawer. Wish they would release it as a market app.
Dharkaron said:
http://www.engadget.com/2009/02/18/texas-instruments-and-wind-river-do-up-android-right/
Second video, at about :45 seconds in. They show a tabbed app drawer. Wish they would release it as a market app.
Click to expand...
Click to collapse
That is a nice find! Now there's a visual. Would really make the phone less cluttered and more like a desktop. I wonder if its coming to the phone version of android. Anyone up for making a set up based on that?
Based on the appearance of alternate home apps, some with multiple app drawers, Id say someone will do this eventually.
yea i dont know if its just me.. but i wish that there was more editing and revamping of the normal apps.... like browser/messaging/dialpad/contacts the default. I would like to download replacements for them... not steel/acontacts/chompsms (not saying they arent good cause I use the last two) But with Ahome replacing my home screen.. its not replacing it.. its on top of it. I think everything would work alot better if we just focus on editing the normal features instead of having like 20 differnt versions of contacts browsers and all that.
I hope im understood I sometimes have an issue typing my complicating thoughts.
Me too! This is an app or mod that i have been waiting for. I've been using Advanced launcher with my dounut roms. But now with eclair, it wont run. Im not so much worried about adding folder to the app drawer, but more into hiding useless icons to clean things up a little bit. Do i really need 6 different icon pack icons? when they come up as needed anyways. whats the point in icons for apps that are primarily widgets? PLEASE! SOMEBODY! create an app or a mod that allows me to do this. I would pay for it!!!!
jayb222 said:
Here's something for you devs. How bout an app that can hide apps that are in the app drawer. (the tool bar at the bottom). Because right now if someone was to want to hold my phone they could get right into my email, pics, astro, bank account, market, anything! You know what I mean? if we had an app that puts those icons inside of it then that would be a good start. You could call it Drawer Mod or something like that.
Sure they could get to them from the application set up option, but thats not so easy to figure out. First someone could work on that, then they can work on a password lock feature for it or something. I'd pass my phone around more freely if I had a little more privacy than just the pattern lock. (that can be bypassed if you know how anyway). Is it a good idea?
Click to expand...
Click to collapse
in case i loose my phone i bought App Protector:
http://www.androlib.com/android.application.com-carrotapp-protectpronew-Attn.aspx
You can define apps which are password or lock pattern protected. This app has to be excluded from a task killer of course. I also protected market, root explorer and terminal.
There is another free app (ad supported) which does the same but only with a password. no lock patter (the lock pattern was the reason i bought app protector).
http://www.androlib.com/android.application.com-cc-applock-CtBE.aspx
I'm pretty sure about 6-8 months ago there was an alternative launcher on these forums that had app hiding as a feature. I think it was discontinued quite a while ago, but yeah not only is it possible, but someone's already done it.
Obama's>god said:
I'm pretty sure about 6-8 months ago there was an alternative launcher on these forums that had app hiding as a feature. I think it was discontinued quite a while ago, but yeah not only is it possible, but someone's already done it.
Click to expand...
Click to collapse
more like 2 months ago...
nonsense cupcake rom has it for example.
called advanced launcher. but as stated above, its cupcake and donut only...
go ask anderwebs.
also wrong section
domenukk said:
more like 2 months ago...
nonsense cupcake rom has it for example.
called advanced launcher. but as stated above, its cupcake and donut only...
go ask anderwebs.
also wrong section
Click to expand...
Click to collapse
Don't go ask AndersWeb, he's already on record about implementing it (in summary, "no", though offering a patch might convince him otherwise.)
And yeah, Advanced Launcher is much more than two months old. At least since August 2009 (when I showed up), probably earlier.
Vault
theres an app called "Vault" that hides the applications in your app drawer
you need root to use it though.
i use it to hide the sms app
then use handcent....so i can blacklist certain senders ......obviously i also have certain adult 3g apps hidden as well
advanced launcher is the only thing i can think of, too. works pretty well on donut roms, i just wish someone would port that functionality into a 2.1 rom.
the ADW/almostnexus launcher that most devs are throwing into their builds now has some of the same functions as advanced launcher (drag n drop uninstall, compressed columns/rows) but no app hiding, which is a real bummer.
this was done almost a year ago
Download panda home app has had an option to hide the apps in your app drawer for almost a year. also to make customer slide out drawers in your homescreen. if i remember, long tap on the home screen then go into the drawer option, it works remarkable well actually.
VIDEO HERE
NEW COOL VIDEO HERE. Click this link.
Hi there, i just want to have feedback on my TaskOS app.
This application show to the users all the apps he opened and never closed. ( leave applications with HOME key and it will appear. Leave with back key and won't appear.)
The user can scroll between all these apps and launch one by clicking on it or kill it by dragging to the top ( like Palm PRE)
That's a beta, but all the mains features are there.
What do you think of it.
PS: i am looking for ROM developpers that would be able to launch it by long click on the "home" button or trackball/other.
Features
* customizable icon size
* wave effect ( i think i'll remove it)
* confirm killing app or not
* notification to launch easily ( looking for people who know ho to integrate this with long press on home button - trackball)
* more to come...
Will come
* theming the bar
* ignore apps by moving icon to the bottom
Screenshots:
Looks nice but why doesn't it show as many apps as say taskiller?
I'm using a Nexus One btw
For what version of Android is this? Can I run this on my 1.5 device with Sense?
iVisionX01 said:
Looks nice but why doesn't it show as many apps as say taskiller?
I'm using a Nexus One btw
Click to expand...
Click to collapse
I said it here: this application only kills ACTIVE app's. I don't want to kill other apps.
Read informations here: http://geekfor.me/faq/you-shouldnt-be-using-a-task-killer-with-android/
leave (quit) applications with HOME key and it will appear. Leave with back key and won't appear.
Click to expand...
Click to collapse
tbaker077 said:
For what version of Android is this? Can I run this on my 1.5 device with Sense?
Click to expand...
Click to collapse
This version is Android 2.1 on my hero. But yes of course, you can use it on a 1,5 device with sense!
nice thought, i like it!
I'm running 1.6 stock and unfortunately it doesn't show up when
i leave any app with home-key, but i find the idea of holding
home-key pressed in order to show up really nice!
...and yeah, i stopped using *press-here-to-kill-all-tasks*
I kinda like it
some suggestions:
- gestures (like from down to up to open it)
- Lock the slide up feature while scrolling
- Maybe previews of apps (would require lots of mem somehow)?
- click anywhere other than the switcher to close the switcher
- don't display apps twice
BTW: what about making an app launcher like the wave launcher from webOS? shouldnt be too hard and very useful
I like the idea of a Pre app launcher, but I want to say something related to memory may bog things down a little bit.
the_fish said:
- gestures (like from down to up to open it)
Click to expand...
Click to collapse
Drag up to kill
Drag to the bottom of the screen to ignore
Click to pen!
the_fish said:
- Lock the slide up feature while scrolling
Click to expand...
Click to collapse
Not so easy, but that's in my mind.
the_fish said:
- Maybe previews of apps (would require lots of mem somehow)?
Click to expand...
Click to collapse
I don t think it's possible whith SDK
the_fish said:
- click anywhere other than the switcher to close the switcher
Click to expand...
Click to collapse
Why not....
the_fish said:
- don't display apps twice
Click to expand...
Click to collapse
Done in last update!
profete162 said:
Drag up to kill
Drag to the bottom of the screen to ignore
Click to pen!
Not so easy, but that's in my mind.
I don t think it's possible whith SDK
Why not....
Done in last update!
Click to expand...
Click to collapse
alright. Nevermind the thumbnails by gestures i mean like a system one so you drag up from the bottom of the screen to open taskOS but i guess that isn't possible unfortunately... maybe use a longpress menu to open it? would be great if a different solution was possible to open the switcher up
see news here : http://forum.xda-developers.com/showthread.php?p=5404622#post5404622 to launch with Home key, but i guess i won't have answers.
I think Google should allow users to make custom shortcuts by clicking on buttons!
Ignore function does not work on some screen sizes!!!!
I'll have a look thursday! Be patient
Could you possible add a memory counter at like the corner somewhere to show how much free ram we have? Also, any way to make this look/work a bit more like the WebOS cards if possible?
As for resolution I notice you have a Hero, so I take it you made the res for Hero(my Eris has the same res as the Hero)?
profete162 said:
I said it here: this application only kills ACTIVE app's. I don't want to kill other apps.
Click to expand...
Click to collapse
This isn't entirely true.
Some apps need to be force killed.
Android takes care of this only when the situation is really dire.
Why waste the valuable RAM?
Let's say you use App "X" once a day, but it's a resource (memory + cpu) hungry app, like Maps and derivatives.
Now, this is an app which will figure in the active list, but some of them like remaining in the background. Have 5 of those, and your system will work at a crawl.
Now try killing that app. You can really feel the difference, especially if you're using 7201A based handsets (that's 528Mhz).
Take a look at com.eolwral.osmonitor.
IMO, the best task manager around. And it's free (as well as ad-free).
why not mail the author and share some ideas?
You do have a innovative approach to task management (ui-wise).
i don't know if anyone has the same problems, but since last update i keep getting force closes when trying to kill an app!
edit: dis- and reenabling kill popup fixed the problem. weird.
the_fish said:
i don't know if anyone has the same problems, but since last update i keep getting force closes when trying to kill an app!
edit: dis- and reenabling kill popup fixed the problem. weird.
Click to expand...
Click to collapse
Thank for the feedback!
You are the only one people that I heard having this problem... Really strange but i am glad that Taskos work again!
Next time, send me the logcat so i will be able to correct the bug!
Yeah, it would be nice if we could use TaskOS by holding home... The normal Android switcher is so useless.
very nice app ... will be essential if you find a way to use as task switcher (longpress home)
could you maybe add the option to hide statusbar icon?
also kinetic scrolling would be very welcome
Inertia in scrolling: seem to be so hard to implement.... You will have to wait.
Long press home: Developpers don't have access to this! I will investigate with Custom ROM developers. Imagine all apps can acces home button and you press it!
Ability to remove statusbar icon: will be done in next update.
I think that I left a bug in previous update. Nobody told me and i just corrected this evening. Sorry for the inconveniance!
Short presentation video: http://www.youtube.com/watch?v=I9GUlAf5y8k
So does this software now have the ability to load via the home button?
All credit goes to Droid-Eye here for this one http://forum.xda-developers.com/showpost.php?p=40021984&postcount=6 !!:good:
Anyone who was hoping to be able to use the new launcher (such as myself) will be happy to know that you can! It appears that the option is there in the 4.2 OTA update, it is just hidden from the settings menu. I assume that Asus are probably still working on it and will release it in a future update.
The only modification I made to Droid-Eye's method was to simply use a setting shortcut widget rather than an entire launcher option such as ADW.
I used 'Secure Settings' from Google Play, which is free. Please bear in mind you also need an Ipack for an icon for your shortcut. Luckily Secure Settings has a handy link to download free ones from Google Play when you are setting up your shortcut.
I hope it helps anyone desperte to try out the new launcher style. It seems many people hate the new launcher, and I'll admit that I did myself the first time I saw it. However, it has grown on me and I'm going to give it a run to see if I like it over the old style. I can always change back...for the moment anyway.
Note: There is no need to be rooted or unlocked to do this. You can always change back to previous launcher by setting up another shortcut widget in the new style launcher. Your tablet will need to restart to make the change, that is normal.
Screenshots.
As Droid-Eye correctly pointed out, the home soft button doesn't line up with the app draw button. I haven't found any other bugs yet.
Sent from my ASUS Transformer Pad TF700T using Tapatalk HD
Gudders said:
Screenshots.
As Droid-Eye correctly pointed out, the home soft button doesn't line up with the app draw button. I haven't found any other bugs yet.
Sent from my ASUS Transformer Pad TF700T using Tapatalk HD
Click to expand...
Click to collapse
The instructions worked well for me. So far I keep looking for the buttons in the wrong place. But overall the tablet seems snappier with this launcher. I also do like that the notifications shows across the top so you can see a lot more of the text.
Sent from my ASUS Transformer Pad TF700T using Tapatalk HD
Good looking out
I didn't even think about giving this its own thread. Hopefully, more people will consider trying the new layout now instead of just sticking with the status quo. I know not everyone will prefer them but it's always better to have the choice (I mean, this is Android after all).
Thanks for the credit.
Droid-Eye said:
I didn't even think about giving this its own thread. Hopefully, more people will consider trying the new layout now instead of just sticking with the status quo. I know not everyone will prefer them but it's always better to have the choice (I mean, this is Android after all).
Thanks for the credit.
Click to expand...
Click to collapse
+1, how the hell that you found this out is beyond my imagination! good job bro!
Thanks for the tip, but gmd gesture control seems to have stopped working for me after enabling stock 4.2 launcher.
Sent from my Galaxy Nexus using Tapatalk 2
buhohitr said:
+1, how the hell that you found this out is beyond my imagination! good job bro!
Click to expand...
Click to collapse
Thanks, man. I've been playing around in the activities shortcuts since I first got my brand new (at the time) Moto Droid with 2.0.1(to give you a time frame). I've found all kinds of cool stuff that way and it's nice finding solutions that don't require root once in a while. I highly recommend combing through the system activities if only just to see if there's anything hiding, waiting for a later update. This is how I found Face Unlock before they were ready to give it to us, too (though it took some interesting hoop jumping to get it to actually work). Also how I found the stock android dialer so I could try it wwith different SIP clients (still a work in progress).
Anyway, dig through the activities. Guaranteed you'll find something to play with in there.
---------- Post added at 08:07 PM ---------- Previous post was at 07:53 PM ----------
t3ej4y said:
Thanks for the tip, but gmd gesture control seems to have stopped working for me after enabling stock 4.2 launcher.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
Maybe check the tf300 threads (since they're the only other ones with this ability) and see if anyone's found a workaround for it. If it's happening for them too and there isn't a fix, I'm sure GMD will want to know about it so it can be fixed before the rest of the tf700 and tf201 communities run into it. Either way, keep the shortcut handy and you can always toggle back whenever they update the app.
Gudders said:
All credit goes to Droid-Eye here for this one http://forum.xda-developers.com/showpost.php?p=40021984&postcount=6 !!:good:
Anyone who was hoping to be able to use the new launcher (such as myself) will be happy to know that you can! It appears that the option is there in the 4.2 OTA update, it is just hidden from the settings menu. I assume that Asus are probably still working on it and will release it in a future update.
The only modification I made to Droid-Eye's method was to simply use a setting shortcut widget rather than an entire launcher option such as ADW.
I used 'Secure Settings' from Google Play, which is free. Please bear in mind you also need an Ipack for an icon for your shortcut. Luckily Secure Settings has a handy link to download free ones from Google Play when you are setting up your shortcut.
I hope it helps anyone desperte to try out the new launcher style. It seems many people hate the new launcher, and I'll admit that I did myself the first time I saw it. However, it has grown on me and I'm going to give it a run to see if I like it over the old style. I can always change back...for the moment anyway.
Note: There is no need to be rooted or unlocked to do this. You can always change back to previous launcher by setting up another shortcut widget in the new style launcher. Your tablet will need to restart to make the change, that is normal.
Click to expand...
Click to collapse
What setting shortcut did you use? I'm trying to use the Settings and am having difficulty in choosing the right option underneath it.
animejay said:
What setting shortcut did you use? I'm trying to use the Settings and am having difficulty in choosing the right option underneath it.
Click to expand...
Click to collapse
Not sure if you're using my method or Gudder's but here's a photo step-by-step of how I do it.
Droid-Eye said:
Not sure if you're using my method or Gudder's but here's a photo step-by-step of how I do it.
Click to expand...
Click to collapse
Thanks so much. I was having a hard time seeing the setting.
animejay said:
Thanks so much. I was having a hard time seeing the setting.
Click to expand...
Click to collapse
No problem. Enjoy.
Hi,thx for sharing this...unfortunatelly cannot find this shortcut option in Secure Settings or its not valid anymore in free version(adw luncher need to be installed as well?)...Could you please share step by step what need to be clicked filled etc thanks
zbig0 said:
Hi,thx for sharing this...unfortunatelly cannot find this shortcut option in Secure Settings or its not valid anymore in free version(adw luncher need to be installed as well?)...Could you please share step by step what need to be clicked filled etc thanks
Click to expand...
Click to collapse
The setting is there, just the Secure Settings tool is less than intuitive. Keep looking around at the tool. I had to look at the sample picture in the second post several times before I figured out what it was showing. I'll post instructions later in the evening when I have time if no one else does.
Sent from my ASUS Transformer Pad TF700T using Tapatalk HD
After you have selected to create a widget using secure settings, pick an app, wait, and select settings. Next, you can click the .settings textfield. That will bring up a long list where you have to pick the .settings#launcherSwitchSettingsActivity. (Almost at the end of the list) Save.
Give the shortcut an appropriate name, pick an icon, and save the shortcut.
Just install Nova launcher.
mistraller said:
After you have selected to create a widget using secure settings, pick an app, wait, and select settings. Next, you can click the .settings textfield. That will bring up a long list where you have to pick the .settings#launcherSwitchSettingsActivity. (Almost at the end of the list) Save.
Give the shortcut an appropriate name, pick an icon, and save the shortcut.
Click to expand...
Click to collapse
Load an icon pack first...or you will have to do it again when you get to the pick an icon step.
Sent from my ASUS Transformer Pad TF700T using Tapatalk HD
mistraller said:
After you have selected to create a widget using secure settings, pick an app, wait, and select settings. Next, you can click the .settings textfield. That will bring up a long list where you have to pick the .settings#launcherSwitchSettingsActivity. (Almost at the end of the list) Save.
Give the shortcut an appropriate name, pick an icon, and save the shortcut.
Click to expand...
Click to collapse
Lol I dont see any create shortcut? Ive installed first secure settings from google play(blak icon with shield) have only
Info ,options ,helper ,compat apps and ofc preferences.
What am I doing wrong?
zbig0 said:
Lol I dont see any create shortcut? Ive installed first secure settings from google play(blak icon with shield) have only
Info ,options ,helper ,compat apps and ofc preferences.
What am I doing wrong?
Click to expand...
Click to collapse
Back of of Secure Settings and go to your Home screen. Go into the app drawer and tap the Widgets tab. Find the Secure Settings widget and long-press to add to your Home screen. Then, follow the rest of the directions.
Okay folks, hot off the presses. The visual walkthrough of Gudder's suggested Secure Settings method. Enjoy.
Droid-Eye said:
Okay folks, hot off the presses. The visual walkthrough of Gudder's suggested Secure Settings method. Enjoy.
Click to expand...
Click to collapse
Very nice! Thanks.
Hi everybody.
Today I present here a Samsung s3 like lockscreen replacement which will actually replace your default lockscreen and you'll never need to launch that app after a reboot to activate it (I know its too annoying :-\ )
HERE I WANT TO MENTION THAT I HAVEN'T CREATED THIS APP. I'M ONLY SHARING IT HERE
This, let me tell u, is the BEST lockscreen out there to get you rid of that default one. Also this doesn't consume your ram as go locker and others do so you won't sacrifice performance for beauty. What else could you want !!!!
Here's how to go about it :-
1. Download the apk file from the attachments.
2. Install the apk as a system app (IF U DONT KNOW HOW TO then first install it as user app and then use titanium backurp to convert it to a system app )
3. After the installation long touch on ur desktop.
4. Choose the following - Shortcuts>Activities>Touch the name "unlock screen">Choose the second activity.
5. Touch the icon that just appeared and first enable the lockscreen.
6. Now choose the Set sceen lock option and choose swipe.
7. Now u can change wallpapers and shortcuts to be shown on the lockscreen as u wish.
Although there aren't many features here but this lockscreen is permanent and will not affect performance at all.
Congrats !!!! You've just set up your phone's lockscreen to be completely like Samsung GS3.
Whenever you want to disable the lockscreen or uninstall the app all u need to for is disable the screen from the settings of the app and then uninstall.
If u have any queries, post them here and I'll answer u as soon as possible.
I have also attached some screenshots for u to see if you're unable to understand anything. Also if you like the app then post it here and rate the thread well. (I can't force you to thank me but if you liked the app then why not )
ENJOY THE BEAUTY.........
DON'T FORGET TO HIT THE THANKS BUTTON IF THIS HELPED YOU
I've installed it as system app but when I long-press my desktop there is no "Activities" option under "shortcuts". :crying:
Edit: I've managed to get it working by downloading a shortcut creator app from the playstore. It's nice but I stick to my default lockscreen because of two things:
1. The app still shows under my running applications consuming around 2-6mb of RAM acceptable but;
2. It does not have notifications for unread sms and missed calls?
Thanks still.
17viper17 said:
I've installed it as system app but when I long-press my desktop there is no "Activities" option under "shortcuts". :crying:
Edit: I've managed to get it working by downloading a shortcut creator app from the playstore. It's nice but I stick to my default lockscreen because of two things:
1. The app still shows under my running applications consuming around 2-6mb of RAM acceptable but;
2. It does not have notifications for unread sms and missed calls?
Thanks still.
Click to expand...
Click to collapse
Thanks for trying the app. The problem is that I didn't write the code so I can't really help that shortcut issue. Anyway I'm trying to find a workaround so maybe this'll be fixed soon.
17viper17 said:
I've installed it as system app but when I long-press my desktop there is no "Activities" option under "shortcuts". :crying:
Edit: I've managed to get it working by downloading a shortcut creator app from the playstore. It's nice but I stick to my default lockscreen because of two things:
1. The app still shows under my running applications consuming around 2-6mb of RAM acceptable but;
2. It does not have notifications for unread sms and missed calls?
Thanks still.
Click to expand...
Click to collapse
Hi, I just tried giving a missed call to my phone and found that it does show a notification which is a semi-transparent round icon at the centre of the screen. Also u can add a shortcut to the call log app for direct access to missed calls and a message icon for messages.
Hi can you help me again? I uninstalled this app without deactivating it as device administrator, it went well except for a few expected forced closes which was easily resolved by rebooting my device. A few days after I wanted to give this app another shot, installed it as system app but when I try to create a shortcut I only have one activity to choose from that is "settings". It still activates as my locker but I wanted it to be a device administrator again. By not being a device admin my default locker shows up for while during boot-up until the app loads and takes over the lock. When it as installed as a device admin it was instant upon boot. Hope you can help solve my problem which is primarily why doesn't it show up among the device administrator choices anymore?
17viper17 said:
Hi can you help me again? I uninstalled this app without deactivating it as device administrator, it went well except for a few expected forced closes which was easily resolved by rebooting my device. A few days after I wanted to give this app another shot, installed it as system app but when I try to create a shortcut I only have one activity to choose from that is "settings". It still activates as my locker but I wanted it to be a device administrator again. By not being a device admin my default locker shows up for while during boot-up until the app loads and takes over the lock. When it as installed as a device admin it was instant upon boot. Hope you can help solve my problem which is primarily why doesn't it show up among the device administrator choices anymore?
Click to expand...
Click to collapse
Hello. This app (being installed as a system app) doesnt need to be a system administrator. Also you can't install an app that has the status of system administrator without disabling it. Therefore I assume that you've missed something in the description. As or the problem of the other locker app taking over, the simplest solution would be to uninstall that app. Post again here if this didn't solve the issue.
Hello, thanks for the reply. After days of having this app as my default lockscreen, my "complaints" are probably not worth it (especially the device administrator thingy ^^). It's working flawlessly, default lock is not showing up anymore. So it stays as my default lockscreen. And by the way there is a missed SMS notification after all. Again thank you! :good:
17viper17 said:
Hello, thanks for the reply. After days of having this app as my default lockscreen, my "complaints" are probably not worth it (especially the device administrator thingy ^^). It's working flawlessly, default lock is not showing up anymore. So it stays as my default lockscreen. And by the way there is a missed SMS notification after all. Again thank you! :good:
Click to expand...
Click to collapse
Glad that I could be of help. Hope you have a nice experience with this locker. As for those "complaints", well they were just some doubts that anybody would've got
Enjoy .....
I present to you AppLockZilla: AppLocker with the highest number of security features
AppLock Zilla is a free app protector or smart app locker for android Smartphones that secures messages (WhatsApp, Twitter, SMS, Facebook, Skype, Gmail etc.) Photos, Videos well as all your private apps. AppLock Zilla locks all your apps and secures your privacy with various types of password lock types.
AppLock Zilla comes with two completely unique features such as Tap Lock Rhythm Lock
Tap Lock enables you to secure your phone by entering specific area based taps to form a pattern.
Rhythm Lock enables you to secure your phone by forming a rhythmic touch pattern which is virtually impossible to be entered by someone else than you.
AppLock Zilla Lock Types:
1. Rhythm Lock
2. Tap Lock
3. Calculator Lock
4. Time Pin
5. Gesture Lock
6. Pattern Lock
7. Numeric (Password) Lock
AppLock Zilla has been optimized to conserve battery life and is completely AdFree. You can control access of all your private photo and video folders from intruders by hiding them using AppLock Zilla.
AppLock Zilla Features:
• App Groups
• Individual Locks
• Time and Location Profiles
• Toggle Protection
• Remote Protection
• Third Eye
• Media Vault
• Themes
Exclusively for XDA users, i am also giving away 50 promocodes for the first 50 users becuase i have always admired the work done here.
Just PM me for a personalized promocode and i will reply soon.
So download AppLockZilla from the Google Play Store today!
Hi looks interesting , I will give it a try. Cheers
Link to play;
https://play.google.com/store/apps/details?id=anantapps.applockzilla
Hi
Thank you for posting the Google Play Store Link :good:
Loving the app so far. So many features! Out of interest, how secure is the actual app? How easily is it to get passed it when it has admin rights and can't be uninstalled?
No support for android L? not locking any app
I help you
Hi!!!
This is an amazing app!!
1st: I want a promocode to get the full app
2nd: I want to help you to translate into Spanish (my native language) (obiously for free).
I will be waiting...
Thank you!!!
Great app.
1. I would suggest for Relock Policy to add the option: Lock when screen is off
2. a transparent theme would be nice showing once own wallpaper behind the lock screen
3. Third eye takes pictures but does not send them to the email address
4. Android System is locked. i.e. I try to open a YouTube link but have no default app, so first I have to unlock Android System in order to choose an app to open the link. Can't find a way to switch that off, it's a bit annoying
5. Could you add a dark theme for the app
6. Also I would use color to show that an app is selected to be locked. I have showed your app to several people and most agreed it's not always clear whether the lock is inactive (grey) or active (black).
PS still waiting for Promo Code
Hi, i will test it and try get it working for Android L, thanks for pointing it out!
mrYogii said:
No support for android L? not locking any app
Click to expand...
Click to collapse
Thanks for your feedback on my app, it will help me constantly improve my app and try getting it into the big leagues, i will PM your promocode!
GerManiac said:
Great app.
1. I would suggest for Relock Policy to add the option: Lock when screen is off
2. a transparent theme would be nice showing once own wallpaper behind the lock screen
3. Third eye takes pictures but does not send them to the email address
4. Android System is locked. i.e. I try to open a YouTube link but have no default app, so first I have to unlock Android System in order to choose an app to open the link. Can't find a way to switch that off, it's a bit annoying
5. Could you add a dark theme for the app
6. Also I would use color to show that an app is selected to be locked. I have showed your app to several people and most agreed it's not always clear whether the lock is inactive (grey) or active (black).
PS still waiting for Promo Code
Click to expand...
Click to collapse
Hi, thanks for liking my app. After enabling the advanced protection, the app is virtually impossible to get through. Although a user has reported a bug which needs to be fixed to increase the security (which is in progress), i feel it is safe to say that AppLockZilla is quite strong on security.
Evolution101 said:
Loving the app so far. So many features! Out of interest, how secure is the actual app? How easily is it to get passed it when it has admin rights and can't be uninstalled?
Click to expand...
Click to collapse
husain.parvez said:
Hi, thanks for liking my app. After enabling the advanced protection, the app is virtually impossible to get through. Although a user has reported a bug which needs to be fixed to increase the security (which is in progress), i feel it is safe to say that AppLockZilla is quite strong on security.
Click to expand...
Click to collapse
Hi. I will go straight to the point. This app needs a lot of work. I don't mean any bad publicity or any mean comment or anything like that. But from what I have seen in my experience with my phone, it is easy to go around the app and get to the locked app. I have "long press back to kill" enabled in my developer options. When I launch a presumed locked app, I just have to long press my back button and it kills the lock of your AppLockZilla and the locked app launches like there was nothing to lock at all.
My previous app lock didn't have this security breach so I quickly went back to it.
You have to fix it very quickly enough because now that some people know it, things can happen. Sorry.
Brilliant. One question, is there a way to disable to lock on "Android System"? Every time I need to select an app to complete an action I have to input my code
Evolution101 said:
Brilliant. One question, is there a way to disable to lock on "Android System"? Every time I need to select an app to complete an action I have to input my code
Click to expand...
Click to collapse
Yeah you're right. This is annoying sometimes and even more when you have a long password like me....?
Than kyou for pointing out the bug, you dont need to apologize. How will i improve the app if you dont find issues with it ?
It would be helpful though if you could tell me what app locker you have been using so that i could test it and do the same with AppLockZilla. Thanks!
theking1st said:
Hi. I will go straight to the point. This app needs a lot of work. I don't mean any bad publicity or any mean comment or anything like that. But from what I have seen in my experience with my phone, it is easy to go around the app and get to the locked app. I have "long press back to kill" enabled in my developer options. When I launch a presumed locked app, I just have to long press my back button and it kills the lock of your AppLockZilla and the locked app launches like there was nothing to lock at all.
My previous app lock didn't have this security breach so I quickly went back to it.
You have to fix it very quickly enough because now that some people know it, things can happen. Sorry.
Click to expand...
Click to collapse
Another problem I have found, is that the it keeps the phone awake alot. BetterBatteryStats shows it has caused 98% of the wakeup alarms. So had to uninstall for now because that was using alot of battery. Its a shame because I really like the app, will use again when its fixed
Trully inovative features! I'm gonna take this for a spin! Thanks!
husain.parvez said:
Than kyou for pointing out the bug, you dont need to apologize. How will i improve the app if you dont find issues with it ?
It would be helpful though if you could tell me what app locker you have been using so that i could test it and do the same with AppLockZilla. Thanks!
Click to expand...
Click to collapse
Alright. Cool! It is a good app BTW. I really liked the knock code like feature that it has l like the LG G3 (Tap lock). It was this feature I was using when I found the bug.
The app lock app I'm using right now is called Droid Protector by @1tek. It is really simplistic, but when I tried your app I liked it and its features until I found the bug. So I went back to the previous one.
Hope I helped!
husain.parvez said:
Thanks for your feedback on my app, it will help me constantly improve my app and try getting it into the big leagues, i will PM your promocode!
Click to expand...
Click to collapse
Thanks, waiting for the promo code to test also the pro stuff.
I am surprised to hear that! i will look into it immediately. Iplan to assess every single issue that my app has and update it regularly. So stay tuned for the issue fix and thanks for informing about it.
Evolution101 said:
Another problem I have found, is that the it keeps the phone awake alot. BetterBatteryStats shows it has caused 98% of the wakeup alarms. So had to uninstall for now because that was using alot of battery. Its a shame because I really like the app, will use again when its fixed
Click to expand...
Click to collapse
I really like the media vault, two things to that.
1st is it possible to have/make "folders" or "categories" in the vault? So that I can sort them?
2nd I was not sure at first how to select a picture or video, even though (after reading the FAQ - which is great that's included in the app) it's obvious that long pressing would work. I was looking for little check fields in the pics and vids. Long pressing is better, maybe you can make a pop-up or write it on the background of the vault. "Long press file/picture/video to select"
I also think that a file vault would be a great idea.