Android :: How To Get A Password App?
Nov 10, 2009I have Passwords Plus (for Palm OS)- looking for a Droid App for storing passwords, but can also import a csv file.
View 7 RepliesI have Passwords Plus (for Palm OS)- looking for a Droid App for storing passwords, but can also import a csv file.
View 7 RepliesI have had this same problem happen twice to me on 2 different phones on 2 different Verizon accounts!
The password screen locks and when it asks for the user name and password it states invalid user name / password!
Is this a known problem since when I called and talked to both Verizon and HTC the only thing they could tell me was to do a hard reset and they weren't aware of this problem?
I'm new to android but just used the guides at this forum to root my LG Optimus V. I was wondering if now that I have root there is a way to install a boot password similar to the one I have on my computer. Before it loads the operating system, the BIOS asks for a password. Is there any similar functionality for android?
Also, is this possible on other devices even if it is not on mine? It's one of my favorite laymen security measures.
evo password pattern only? or can i have a # password
View 1 Replies View RelatedDoes anyone recommend any of the password manager/keepers that are on the market? I have over 75 passwords that I need to keep with me at all times. Blackberry's Password Keeper worked great and was really secure.
View 13 Replies View RelatedI'm looking to download an app to put a password on certain programs? to stop others using them (Email, Internet, Photos) Not sure if it can be done but would appreciate it if anyone could help.
View 1 Replies View RelatedI would like to put a password on my voicemail but I do not know how to do it. Help please.
View 1 Replies View RelatedHow do I protect an app with a PIN / Password like mint.com does? This would need something like a session variable that resets when the user navigates away from app by pressing HOME or BACK. How do we accomplish this?
Being a linux user, I don't entirely understand why root access is completely unprotected. Type su and it elevates rights. Now I can understand why everyone is so touchy about rooting with new users. Is the reason for it that certain scripts or programs need to occasionally run as root? If not, is there a way to place a password on root access? I'm sort of thinking out loud here, so feel free to post your thoughts.
View 2 Replies View RelatedI want to store a file on my phone but I want to require a password to open the file. Any apps that will do that?
View 10 Replies View RelatedI have some pictures on my phone that I don't want others to see when they are browsing thru my gallery. Is there any apps out there that let me select a few photos and have those locked somewhere else and the only way to access them is via a password? I have astro is there anyway to do it with this? I don't have any other files or apps that I want password protected. I have a Droid Incredible.
View 7 Replies View RelatedIs there anything out there that can prevent an app from being launched without a password? Primarily I want to prevent gmail, google voice, and messaging from being launched without a password.
View 4 Replies View RelatedAny suggestions? Would like something that I can use both on my phone and on my computer that will sync together easily. I came across KeePass and SplashId. Anyone have any experience with either of these? Or any other option for that matter?
View 49 Replies View RelatedIs there an app which can protect my gps?
I want to set a password on my phone to protect the gps so you have to enter a password to either turn the gps on or off.
Just wanted to know if it was an app that you can save and protect ur passwords in, sorta like password keeper?
View 14 Replies View RelatedIf user clicks on remember password than how to remember user name and password on client ?
View 2 Replies View RelatedI was tryin to find any class to define a password field? How can we do that? Do we have a class for that or some method to edittext?
View 3 Replies View RelatedIn our exchange environment our users are required to change their passwords every six weeks. If they use Droids to get their email will they have to change the password in the account settings every time they change their password? Is there any way around this other than making their passwords never expire?
View 2 Replies View RelatedI recently(yesterday) set my blacklist password for Handscent SMS. Well I know without a doubt what the password is supposed to be but I can't get into the Blacklist becuase my password isn't matching. I'm worried that I may have accidentally clicked the wrong letter (twice) and the Auto-correct feature automatically set the password differently. (Why do they have auto-correct on passwords?
View 7 Replies View RelatedI am developing an application that will works with social networks and I need the password of the users. What is the best way to store these? I will store these on backend developed on Google Apps Engine, but some friends suggest to me to store on phone.
View 2 Replies View RelatedIf I want to store the username and password to be used inside an Android application, what is the best way to do it? Is it through the preferences screen (but what if the user misses this?), or pop up a dialog box and ask the user for the credentials? If so, I do have to maintain state for the application. How would I do this?
View 2 Replies View RelatedAs no one replied to my previous post I decided to change the thread a little bit ....
View 6 Replies View RelatedFirst, sorry for my "english". And then, is possible to lock the access to a file with a password? For example, if you have some documents, pictures, etc., in the phone memory and don't want to be opened by someone who takes your phone. I'm interesting to know if API give me the possibility to implement these feature.
I have upgraded my HTC Hero to 2.1, and I need to change my gmail password, but I don't want to reboot my device, and the other ways are not working. do anyone know a solution ?
View 4 Replies View RelatedI want to use default user login/pwd in my app. Do you know how can I have access to this data?
View 1 Replies View RelatedSometimes when I start slingplayer, I get this: If I exit using the back button and come back to the app, it will work fine and not ask for that password. Anyone know how do I fix it?
View 1 Replies View RelatedI used to love my Palm software, the memo pad /notepad application because I could password protect memos and then they wouldn't even be visible if someone else got my phone. Anyone know of a good notepad/memo app that has the same? Not one that needs internet connection to use, but one that can be easily synced to my computer?
View 1 Replies View RelatedI would like to require that a user type a password before being allowed to uninstall/remove my application. How can I implement this functionality?
View 4 Replies View RelatedI was out with a friend, he asked if he could use my droid to check something on Grisliest, he sent a link thru my g mail account. Then I noticed when loggin back on to g mail it was asking me for my password? I put it in and it kept saying WRONG password (it was not).Went on my pc at home and still could not get into my account. clicked help they asked for my address, I put it in, then a scene came on saying my account has been suspended due to a violation of there terms and policies, I wrote them 3 days ago, they have not gotten back to me, I got a support phone number, but a recording says google does not have tech support via phone. So now I can not log onto my g mail, android market, maps, all I can do now is make phone calls. what can I do.
View 1 Replies View RelatedI have the following scenario:
1. My app opens a web view, with a web page that requires a username & password.
2. The user writes his password, and on the Android popup to remember the password he chooses "remember".
3. Now the user wants to log in with a different password. But the web view always remembers his last password and doesn't even show him the login page.
How can I programmatically clear that saved password? Assuming that I know the host URL. I tried webView.clearCache(true), webView.clearFormData(). But it didn't work.