[Q] Lock screen pin or password, credential storage, VPN - Verizon Samsung Galaxy S III

Hi,
I find it annoying having to use a pin or password to unlock my screen if I want/need to use my VPN on my phone.
Is there a way around this? If not, can anyone explain to me the reasoning behind the added security?
I'm running CM10.1, on a d2vzw
Thanks
Sent from my SCH-I535 using xda app-developers app

Do you mean when you want to start the app, or that your vpn shuts down when your screen goes black?
<Don't ask me how I sent this>

HeadlessPonch said:
Do you mean when you want to start the app, or that your vpn shuts down when your screen goes black?
<Don't ask me how I sent this>
Click to expand...
Click to collapse
I think he means that in order to add a VPN server (for the first time, at least), you must set some sort of lockscreen security. I am also trying to find a way to do this. I only need to connect occasionally, and I do not save my credentials, so I see no need for the added layer of security. I understand why it's there, but I'd like to be able to bypass it also.
My solution right now is to set up the VPN connection only when I need it and then delete the connection and remove lockscreen security when I'm done. Extremely clunky...

Related

[Q] disable pattern/pin/password lock from activation

hi, a friend of mine had a request to prevent the demo android phones placed at his shop from being locked by customers. how can i prevent the pattern/pin/password security locks from being activated, or how do i remove this feature from the demo phones?
thanks
Turn it off in settings???¿¿¿???
If you're talking about after it has been locked, reflash the software if it doesn't have a fastboot/bootloader/recovery reset.
Sent from my SPH-D700 using XDA Premium App
If they're connected to wifi then install "unlock with wifi " on them and hide the app?
Sent from my demonSPEED! Glacier using XDA App
he's been doing reflash every time a phone has been locked, and its getting on his nerves as this happens almost on a daily basis. is there a way to rip the security pattern/pin/password functionality from the android framework? or is there any apk that we can remove from /system/app that will disable this functionality?
overthinkingme said:
If they're connected to wifi then install "unlock with wifi " on them and hide the app?
Sent from my demonSPEED! Glacier using XDA App
Click to expand...
Click to collapse
i think wifi is out of the question as he doesn't want passerbys to use his wifi connection for hacking/illegal purposes.
You can just lock down the WiFi with WPA2 and it will most likely not get broken into.
Sent from my SGH-T959 using XDA App
Download one of the many app locks and just password protect settings and then turn the pattern lock off..
//edit- Inside of the app lock see if you can only password protect display settings.. so customers can at least play with the other settings
infernose said:
i think wifi is out of the question as he doesn't want passerbys to use his wifi connection for hacking/illegal purposes.
Click to expand...
Click to collapse
Unlock with wifi is an app that uses trigger(a known wifi location) to unlock the screen...
It's not a tethering app.
So, what is this in reference to?
I'd expect that he might have a wireless router in a cell phone store already. And would know to encrypt it.
Sent from my SPH-D700 using XDA Premium App

[Q] Lock WifI so it cannot be used

Is there a way to lock prevent the use of wifi and usb? I would like to deploy the tablet with data that i do not want users to be able to email or copy off the tablet. Is there some way to do this?
That is a tough request because aside from wi-fi and usb there is also bluetooth, microsd card and I'm sure a few other ways. So I guess to answer your question, No there is not a way. Basically in disabling all of these services you lose the entire purpose of a tablet...
A Kernel dev may be able to help you out here. They do a lot of work to get interfaces such as wifi working well on the gtab, but I imagine it would be a pretty simple task to disable them.
App lock on the market will disable almost any function including the settings so that you can lock people from getting where you don't want them. You can lock almost anything.
Sent from my Droid using XDA App
tenet420 said:
App lock on the market will disable almost any function including the settings so that you can lock people from getting where you don't want them. You can lock almost anything.
Sent from my Droid using XDA App
Click to expand...
Click to collapse
While the app does allow such functions, it does not allow locking the app (App Lock) itself. All one needs to do is uninstall the app & they will then have access to settings etc. etc.
Edit: I also found some bugs & loopholes. If running CM7, long pressing the back button kills the app, thereby leaving one vulnerable to access to the supposed "locked" apps.
+1 El tejano
It is Perfect AppLock and I couldn't find a way around it, even after killing it with a task manager. Not on CM7 so can't test that.
Sent from my Droid using XDA App
Why not just remove the bcm*.ko driver file from /system/lib/modules? Or simply rename it...that would prevent the WiFi driver from ever even loading.
Of course, this wouldn't help with USB or MicroSD, but since the original question was for WiFi, this certainly should do the trick...
tenet420 said:
+1 El tejano
It is Perfect AppLock and I couldn't find a way around it, even after killing it with a task manager. Not on CM7 so can't test that.
Sent from my Droid using XDA App
Click to expand...
Click to collapse
Thanks, just tried it on my phone & so far it looks like everything works. I'll play with it a bit longer to see if I can find any vulnerabilities.

[APP] WIFIunlocker

Here I'll present you my first Android app that I wanna show the public
It's called WIFIunlocker and can disable your PIN/password lockscreen security for choosen Wi-Fi profiles. When Wi-Fi disconnects lockscreen security will be enabled again.
So for example you can add your home network and then you don't have to enter your PIN/password whenever you are connected to this network.
When Wi-Fi disconnects your PIN/password is enabled again.
But this app can do more, it can disable Bluetooth when your phone connects to one of your saved networks and it can enable Bluetooth and/or disable Wi-Fi when losing connectivity to a network.
You can also add a Wi-Fi profile that only disables Bluetooth, this is great if you have for example a Wi-Fi network at work.
I use it to automatically enable Bluetooth when I'm leaving home and disable it when I'm at work. I have one profile for my home place that disables BT and lockscreen security and a second profile for the coporate Wi-Fi that only disables BT while keeping the lockscreen security enabled.
This app works using the "Device administrator" mode, this means it works only on Android 2.2 and higher.
Also if you want to uninstall it you first have to disable the device admin mode, this can be done in the Android settings or in the app settings. If you don't disable device admin mode the uninstall will fail!
UPDATE 08-15-2011: I uploaded a fixed version that will disable the PIN/password if something went wrong while decrypting the PIN/password. So the worst thing that can happen is that it won't lock your phone at all. Before it was possible that the encrypted string was set as password. If you experience that your phone doesn't lock properly when disabling wifi or connectivity to a trusted network was lost send me a PM.
Since I don't like apps that use many permissions without telling me why, I'll explain you the permissions my app needs to work.
android.permission.ACCESS_WIFI_STATE
android.permission.ACCESS_NETWORK_STATE
These 2 are for the broadcast receiver so my app knows when you enabled or disabled Wi-Fi, connected to a network or disconnected from a network.
android.permission.BLUETOOTH
android.permission.BLUETOOTH_ADMIN
These 2 are used to turn BT on/off.
android.permission.CHANGE_WIFI_STATE
This is to disable Wi-Fi if you enabled the option for it.
android.permission.READ_PHONE_STATE
This one is to get the IMEI to secure the password.
android.permission.WAKE_LOCK
Needed if you enable the "Use wake lock" option. Wi-Fi state changes are recognized alot faster with the option enabled but it will drain your battery a bit.
android.permission.WRITE_SETTINGS
This one is used to set the Wi-Fi sleep policy to never sleep while connected to a trusted network.
Since XDA is a great community I'll post the full version for free here but I don't want anybody to make a mirror, add it to a ROM or anything else. This should be the only place to get it for free!
Please donate if you like the app
Thanks to Ben74 and his app Unlock With Wifi. He gave me the idea to make this app because he didn't want to add Bluetooth profile support
If you have downloaded the app before 08-15-2011: Update to the latest version! If you don't want to update but uninstall the app disable device admin in the Android settings (Settings -> Location & security -> Select device administrators) and NOT in the app settings!
Nice bro thanks
Sent from my SGH-T839 using XDA App
So what this application does is just unlocking your phone in save places so you do not have to and when you leave it goes to protected state?
Very good. Any known issues?
Like the guy who can not uninstall it?
As i understand it is so good protested that he slashed the phone and it still asks for the password. It should also give some contact info where to return the phone or who to call if your phone was found.
mahatma said:
So what this application does is just unlocking your phone in save places so you do not have to and when you leave it goes to protected state?
Very good. Any known issues?
Click to expand...
Click to collapse
Exactly, it uses the android lock screen security feature for that. The app just sets the password to nothing while connected to a trusted Wi-Fi network. When the connection is lost it sets the password back to the one you have entered.
Known issue: It seems the first version had a problem sometimes to decrypt the saved password and has set the encrypted string as password. THIS CAN'T HAPPEN ANYMORE WITH THE UPDATED VERSION. If something goes wrong while decrypting it will set an empty password (the phone is not locked).
mahatma said:
Like the guy who can not uninstall it?
As i understand it is so good protested that he slashed the phone and it still asks for the password.
Click to expand...
Click to collapse
If you uninstall the app while not connected to a trusted network the app can't disable/change your password anymore. You can only disable/change the password in the Android Settings then(Settings-> Location & Security -> Change screen lock).
mahatma said:
It should also give some contact info where to return the phone or who to call if your phone was found.
Click to expand...
Click to collapse
I don't think this is something this app should do, you won't have such information when using the normal screen lock security too. Since the app just disables the screen lock security in trusted profiles I don't think this feature is something that this app has to have.
OK i installed the app and now i am i my home secured network and when i am waking the phone it asks me about the password not the pattern i had but i suspest it shuld not ask me for it at all if i am in the trusted network?
mahatma said:
OK i installed the app and now i am i my home secured network and when i am waking the phone it asks me about the password not the pattern i had but i suspest it shuld not ask me for it at all if i am in the trusted network?
Click to expand...
Click to collapse
This does not work for the unlock pattern only for PIN and password. You have to add your network to the trusted networks. Then you pick it from the list and choose what you want when the phone connects to this network.
Sent from my HTC Vision using Tapatalk
Cannot uninstall
Sent from my PG86100 using XDA Premium App
im not trying to be rude, but this app is exactly same as unlock with wifi....
Jbb3393 said:
Cannot uninstall
Sent from my PG86100 using XDA Premium App
Click to expand...
Click to collapse
You have to disable device admin mode to uninstall it. You can do this in the app settings or in the Android settings.
Sent from my HTC Vision using Tapatalk
zeke1988 said:
im not trying to be rude, but this app is exactly same as unlock with wifi....
Click to expand...
Click to collapse
No its not exactly the same, with my app you can add wifi profiles that only disable bluetooth. Unlock with wifi just provides the option to disable bt when you lose any wifi connection. I asked Ben74 to add such a feature but he didn't want to. His app has other options like enable/disable gps that I don't need so I didn't add them.
But maybe you should read the whole first post, I have explained it and have thanked Ben74 for the idea.
Sent from my HTC Vision using Tapatalk
Guess what
I attempted to uninstall the app
I switched off administrator mode
uninstalled the all successfully and when it went to lock screen it asks me now for the password?
I am trying to use password that i used during installation and what? Wrong Password
what can be done now?
I am dredding to attempt to uninstall it from my wifes phone.
Any help??
I have uploaded a new version which doesn't have the "unknown password" bug anymore for sure!
If you have downloaded the app before 08-15-2011: Update to the latest version! If you don't want to update but uninstall the app disable device admin in the Android settings (Settings -> Location & security -> Select device administrators) and NOT in the app settings!
I'm trying the app on my Tab right now, thanks for making it available.
If I disable the wifi on the Tab, should the lock/password screen appear the next time I take it out of standby? I just want to test that the app is working as it should.
i managed to switch off screen locking and properly unindtalled the wifilocker but now when i switch on screen lock with pin or password after it goes on it again does not recognise the password or PIN even the app is not installed
What have your app done to my phone??!!
I installed new version and it is the same problem sorry wrong password
i uninstalled it and before that i removed wifi unlocker from (Settings -> Location & security -> Select device administrators) and the same problem.
The question is WHAT this app done to our passwords? and why it can not be undone even by uninstalling the app and reflashing the phone?!!!
whenever you switch on any password or screen lock it does not recognise it when you trying to use it. It is something messed with password encryption algorithm.
I think that if we should to test the app for you and kill our devices there should be better support not once a day
the only difference between the old and new FIXED version that before once i managed to enter the phone i could change the screenlock and just switch it off. Now i can not as it asks about the password so it is even worst than it was.
Any update?
Any help
Any toughts?
Is that app just a prank to see how far will we go in bricking our handhealds?
Wow, I think this app needs to removed right away. It's in a state that it's able to brick devices. Flashing a different rom after wiping everything keeps the unknown password bug in there.
And **** **** piss, what a hassle to contact a mod. Did you notice my post by swearing? Devices became unusable because of this app. Nothing personal to the developer, but it needs more testing! And not to the public anymore.
UKseagull said:
I'm trying the app on my Tab right now, thanks for making it available.
If I disable the wifi on the Tab, should the lock/password screen appear the next time I take it out of standby? I just want to test that the app is working as it should.
Click to expand...
Click to collapse
When you have set up a password in the app it is applied immediately. You can add a WiFi network to the trusted profiles then. If you want to disable the password while connected to this WiFi network you have to pick it in the list and activate "Disable screen lock".

[Q] VPN & Disabling Lock Screen Security

Hi all,
I've setup a VPN connection on my GNP but the tablet insists that I have to have a Lock Screen with either a PIN or Password security.
I don't have any lock screen on the tablet & I'd prefer to keep it that way, so has anyone managed to get round this so I can just use my VPN without having to faff around with a lock screen every time I use the GNP?
Thanks
El Nacho said:
Hi all,
I've setup a VPN connection on my GNP but the tablet insists that I have to have a Lock Screen with either a PIN or Password security.
I don't have any lock screen on the tablet & I'd prefer to keep it that way, so has anyone managed to get round this so I can just use my VPN without having to faff around with a lock screen every time I use the GNP?
Thanks
Click to expand...
Click to collapse
Hello,
Having the same problem here , which if i can find a proper solution, found one to update a record value using SQLlite but did not try it,
Some said it is working others are not, did you find any solution ?
okloub said:
Hello,
Having the same problem here , which if i can find a proper solution, found one to update a record value using SQLlite but did not try it,
Some said it is working others are not, did you find any solution ?
Click to expand...
Click to collapse
Hi okloub, unfortunately I've had no luck with this too and have just gotten used to the PIN security. If you're willing to try the SQLite method, then you're a braver man than me

FingerPrint Scanner question

I would like to know if the fingerprint scanner everytime you restart/boot up the phone you have to unlocked with secondary security in this case draw a pattern to unlock and then fingerprint scanner will unlocked the device after.
Sent from my LG-D851 using XDA-Developers Legacy app
AtrixHDMan said:
I would like to know if the fingerprint scanner everytime you restart/boot up the phone you have to unlocked with secondary security in this case draw a pattern to unlock and then fingerprint scanner will unlocked the device after.
Sent from my LG-D851 using XDA-Developers Legacy app
Click to expand...
Click to collapse
Right. After restart you have to use the original pin or pattern and then after that fingerprint will unlock your device.
Charkatak said:
Right. After restart you have to use the original pin or pattern and then after that fingerprint will unlock your device.
Click to expand...
Click to collapse
That's crazy they made it like that.I thought it was a bug.Now I got to find out why I can only stay connected to Wi-Fi if I create a static ip.
Sent from my LG-D851 using XDA-Developers Legacy app
AtrixHDMan said:
That's crazy they made it like that.I thought it was a bug.Now I got to find out why I can only stay connected to Wi-Fi if I create a static ip.
Sent from my LG-D851 using XDA-Developers Legacy app
Click to expand...
Click to collapse
That's really weird.
Did you use any kind of setting modification app? Are you rooted?
It's possible you borked something up that isn't an easy thing to undo with a toggle switch. I've done that, where I change a setting using an app, then delete the app, then can't undo the changed setting.
It would probably undo it if you flashed a stock ROM and started over. I have no idea if that's viable or not. If adjusting your settings after a reflash is a 6 hour process I understand that's a last ditch measure.
Skipjacks said:
That's really weird.
Did you use any kind of setting modification app? Are you rooted?
It's possible you borked something up that isn't an easy thing to undo with a toggle switch. I've done that, where I change a setting using an app, then delete the app, then can't undo the changed setting.
It would probably undo it if you flashed a stock ROM and started over. I have no idea if that's viable or not. If adjusting your settings after a reflash is a 6 hour process I understand that's a last ditch measure.
Click to expand...
Click to collapse
I'm not understanding what your saying.I just got this phone new and I'm not rooted yet.I have to set a static ip to connect to Wi-Fi at the house and yes I reset router several times.Keeps getting disconnected.Also have to use pattern to unlock every boot up or restart to unlock device and then you can use fingerprint scanner to unlock.
Sent from my LG-D851 using XDA-Developers Legacy app
I'd try doing a reset. I can't imagine what would require the static IP.
Skipjacks said:
I'd try doing a reset. I can't imagine what would require the static IP.
Click to expand...
Click to collapse
Tried that several times.Every time it gets to the part to connect to router have to reset router and then it will connect but if I turn off phone and turn in phone or reboot phone want connect again without resetting router again.Set up static ip and it connects everytime.
Sent from my LG-H830 using XDA-Developers Legacy app

Categories

Resources