At some point, the new email.apk started to require a cumbersome password (letters and numbers) in order to unlock the phone. It would be better if they only required it to view the email, but since I use the pattern unlock, I would like to get rid of it entirely. Before anyone jumps on me, I have gotten the okay of my IT people. They say it's not a policy they implemented, it's a function of the new email.apk.
I found this in the captivate forum, and I implemented that, but it seems not to be permanent. Does anyone know how to make the changes permanent?
FlaTLinE- said:
There is a way to get rid of this prompt but you will need a SQLDB editor like SQLite and Root explorer or something similar.
if you open up root explorer then go to DBDATA\DATABASES and then browse down to com.android.providers.settings then open settings.db
you will see a list of items, if you go under "system" then scroll 3/4 of the way down you will see the section for ITsecurity policy. [this is what the exchange services enforced on your phone.
if you change the section "devicelock_itpolicy_enabled" from a 1 to a 0 this will obviously disable this policy.
once the change is done you will need to restart your phone and you will notice upon the restart that it does not ask you for the password again.
problem with this is that its a remote policy however and the phone WILL be pushed this information again. [probably after only a day or two of use]
someone could probably write a MCR script to take care of this easily.
I've found the best way for me ot make the change is to copy the settings.db to another folder [like on my SD card] then make the change I need there.. and whenever there is a repush of the policy, I just overwrite the one settings.db with the other.
this is a temporary solution.. but it does get rid of the password policy.
another option maybe setting the timeout value listed below that.. some exchange policy will only check for the "password enabled" portion to be checked. but the default timeout maybe adjusted to something crazy..
default for my org is 40 minutes. [IE 2400 seconds] so adjusting it to 4000 minutes may just make me not worry about this value as much
Click to expand...
Click to collapse
Related
Hi everyone - been doing a search for a small app that records the outgoing call duration and is resettable but can't find one anywhere. Does anyone know of such an app that will run under WM5?
It's just to make life that bit easier as O2 expect you to call (& pay) their Customer Services to get an update on how many of your free minutes you've used at any point in the month. A bit Dark Ages if you ask me!!!
Any help much appreciated. :lol:
the answer seems to lie in the registry....
HKLM/Software/Microsoft/shell/cumulativecalltimers/line_0/
AllCurrent
AllCurrentNumCalls
AllPhoneLifeTime
AllPhoneLineTimeNumCalls
IncomingVoiceCurrent
IncomingVoiceCurrentNumCalls
IncomingVoicePhoneLifeTime
OutgoingDataCurrent
OutgoingDataCurrentNumCalls
Now all we need is some smart person to write us an app that shows us how many minutes of calls we've made (with an option to reset) and how many bytes of GPRS data we've bought....
OffBeatMammal said:
the answer seems to lie in the registry....
Now all we need is some smart person to write us an app that shows us how many minutes of calls we've made (with an option to reset) and how many bytes of GPRS data we've bought....
Click to expand...
Click to collapse
start -> settings -> system -> device information -> Call duration
Will give you outgoing and incoming call duration.
Have a look at MortScript if you want to make a "tool" to display/reset all the values from the registry.
I thing what you need is Phone Dashboard. Google it, download it and see what info it can give, its great
Regards
This (free) script displays the values from the registry and asks if you want to reset "current" counters.
I can't find the "OutgoingData" counters in my registry. So I can't help you with GPRS counters.
I haven't tested it much, but it seems to work on my K-jam, ROM version 2.16.9.1.
It does mess with the registry so I suggest making a backup first if you want to try it. You also need to install MortScript:
http://www.sto-helit.de/modules/edito/content.php?id=38
search for DKToday. It counts your outgoing minutes and sms and can be set to reset on a specific date. For me, my free minutes are calculated per the 11th of each month, so each 11th of the month my timer will be set to 0. The prog can be found in the forum, just do a search on it.
Show call and data timers (from registry)
a small mod from the great script above...
this one doesn't do a reset (as I didn't want to loose data) but does display the data counts from the registry as well.
don't know if it's specific to the i-mate K-JAM AKU2 ROM and only tested on my unit, but have fun!
Re: Show call and data timers (from registry)
OffBeatMammal said:
a small mod from the great script above...
this one doesn't do a reset (as I didn't want to loose data) but does display the data counts from the registry as well.
don't know if it's specific to the i-mate K-JAM AKU2 ROM and only tested on my unit, but have fun!
Click to expand...
Click to collapse
I want data counters too!
Are you using the same rom as me (I-Mate 2.16.9.1)? I still can't see the data counters in my registry. And I DO use gprs every day.
Have you installed something else that counts gprs trafffic and updates these registry values??
I would like an SMS counter too. I tried searching for it in the registry but couldnt find any.
Maybe I have to change to something else, like DKtoday or something, but i really do not like today plugins or programs that need to run continously.
very strange.
I've not installed any other third party apps to count GPRS data (was looking for a freebie!) or done anything out of the ordinary that I can remember since upgrading.
Do you have your machine set for ActiveSync / Direct Push? I use that as well as browsing the web. On the subject of trawling the web it appears that the CumulativeCallTimers is one of the reigstry keys which can be controlled by OEMs but as the phones are the same I'm surprised if there is any difference
ROM is 2.16.9.1 WWE (ExtROM 2.16.9.101)
What happens if you add the registry entries (BTW - what happens if you run my version of the script that looks up the entries - I've never used MortScript before so wasn't sure... I love Terry Pratchet as well!)
OffBeatMammal said:
very strange.
Do you have your machine set for ActiveSync / Direct Push?
[...]
(BTW - what happens if you run my version of the script that looks up the entries - I've never used MortScript before so wasn't sure... I love Terry Pratchet as well!)
Click to expand...
Click to collapse
I tried creating the registry keys, setting the values to 0. Browsed a bit via gprs but the values don't change...
Maybe its the push mail (that i don't use) that creates these values. Can you check if the values increase if you use internet explorer, or if it's only measuring the push-mail-data?
Your code looks good to me, I've just started using MortScript too, because i wanted an easy way to keep track of what i call "real" uptime, average uptime and total number of reboots.
Where does Terry Pratchet fit in?
the values increase with web browsing as well as the DirectPush mail (did a quick Google search and the numbers went up), only on GPRS not on WiFi (so although it says Data it's not getting confused)
The Terry Pratchet reference... Mort was a character (and the title) of one of his Discworld books. Sto-Helit is the name of a city on Discworld (where Mort, who becomes Deaths apprentice ends up as Duke). They are very funny books
I see. Thanks for testing it.
I dont have an exchange server that supports direct push, so i don't know how to get the counters "started" on my device.
Maybe I should read some of his books then - an ebook perhaps
I found a free pushmail exchange thing (mail2web.com) and set up an account, so now I have my push email set up on the phone too. But still no data counters. I've given up
how have you set this up? read the page, but it is not clear to me how it enables push email...
I didn't think the maIl2web solution was the new DirecgtPush email (as supported by the AKU2 ROM upgrade), more the 'old-school' SMS notification service.
The best (ie has a free 14 day trial and is good value) one I've found for small users without their own Exchange solution is 4SmartPhones (which is who I'm using - I push my normal mail to their hosted Exchange and it appears in my PC Outlook and on my phone by magic THey also have step-by-step instructions to make setup really easy
OffBeatMammal said:
The best (ie has a free 14 day trial and is good value) one I've found for small users without their own Exchange solution is 4SmartPhones (which is who I'm using - I push my normal mail to their hosted Exchange and it appears in my PC Outlook and on my phone by magic THey also have step-by-step instructions to make setup really easy
Click to expand...
Click to collapse
You are probably right, I will try 4smartphones as soon as their webpages start working...
"Firefox has detected that the server is redirecting the request for this address in a way that will never complete."
weird, they've been pretty well behaved in IE.
Try this link or just type in www-dot-4smartphones-dot-net and see if that behaves!
OffBeatMammal said:
weird, they've been pretty well behaved in IE.
Try this link or just type in www-dot-4smartphones-dot-net and see if that behaves!
Click to expand...
Click to collapse
Don't work. Not in IE, not in PIE, not in Firefox...
it's weird... it seems on the first visit to the link it writes a cookie and then redirects to the wrong place, second visit works (at least that's what seemed to happen when I just tried in PIE)
the raw link (to the homepage) should work fine as that's not doing any redirects that I can see
I found something called http://www.4smartphone.no and set up a test account there. Could this be the norwegianified version of "your" 4smartphone service?
They say its "Direct Push", and i can start/stop it using the "direct push" button in the comm manager. Does this mean it's "real" direct push?
This did not do anthing to my data counters though. still at 0...
So there must be something else that starts these counters...
Have you set up the gprs connection by using the imate "select your provider" thing, or have you set it up manually?
Hi All,
I set my 8125 up to synch with my work exchange server in order to keep my calendar and contacts up to date.
My work server enforces a device based password now frequently when I go to access the device I have to put in a password before it unlocks and I can access it's functions.
Anyone know how to disable the password requirement?
I am not talking about removing the password to connect to the exchange server, just the enforced password to access the device itself after it has been sitting idle for an hour or so.
I figure it has probably set registry values to control the password type, size and frequency it has to be entered as well as enabling/disabling it.
Anyone have any knowledge of how this is implemented on WM5 with push email?
http://www.zenyee.com/
Bypass push email password
Perect!
Thanks
Could someone post a more direct answer to this question? I can't find anything on zenyee to address this....
Thanks!
EDIT: Never mind - I found the "Zenyee.com Stay Unlock.zip" utility here: http://mobilitytoday.com/forum/showthread.php?t=13030&page=2. (attached in case it disappears again!)
StayUnlock
More info can be found on this at
http://mobilitytoday.com/forum/showthread.php?t=13030
Zenyee StayUnlock worked fine for me until I upgraded to an 8525. Now I am not sure if it is working or not. Once it informed me that the security policy was being applied but I have not seen it since and occasionally when I turn on the phone I have to enter a password. It happens every time if I power the phone all the way off and then on again.
I just modified the lock timeout to be 24 hours so that might help.
In order to access that setting you may have to modify a registry key to make the option availabe. I had to do this on my 8125 but the 8525 already had the key set. Details of that key change are in the same thread of the link above.
Working on 8925?
Can anyone get this thing to work on an 8925?
I installed the Cab Zenyee.comStayUnlock.cab
I see StayUnlock in the Startup Items Folder.
I see Zenyee.comStayUnlock in the "Remove Programs" window.
I have checked my registry and it is already set to 1.
I still get the prompt for password every 20 minutes.
Do I need to do anything besides install this cab (since my registry is already set properly)? I keep reading that people are "modifying the lock timeout". What does that mean and how do you do it? Heck, changing this to once every 24 hrs is MUCH better than every 20 minutes.
Robert
Nevermind. I just found out where the "password settings" was. (settings > personal tab > lock). I've set that to 24 hours. We'll see if Stay Unlock keeps that from prompting me every 24 hrs.
Robert
I installed the .cab file that I found on here and I was very pleased with the results
I then cooked it into my ROM and am still pleased
One thing that was slightly nagging me however was the notification you get when the policy is reapplied. For some reason our IT dept have configured the policy to refresh every hour, which I can obviously bypass with this excellent utility. Unfortunately every hour there is a notification and a (slightly) annoying bleep as the utility kicks in. Not that noticable but still a bit annoying.
Anyway I went direct to the site (http://www.zenyee.com/) of the developer and found a newer version (2.0) that operates in silent mode by default
Excellent..... Hope our IT dept don't find out
ADB100 said:
I installed the .cab file that I found on here and I was very pleased with the results
I then cooked it into my ROM and am still pleased
One thing that was slightly nagging me however was the notification you get when the policy is reapplied. For some reason our IT dept have configured the policy to refresh every hour, which I can obviously bypass with this excellent utility. Unfortunately every hour there is a notification and a (slightly) annoying bleep as the utility kicks in. Not that noticable but still a bit annoying.
Anyway I went direct to the site (http://www.zenyee.com/) of the developer and found a newer version (2.0) that operates in silent mode by default
Excellent..... Hope our IT dept don't find out
Click to expand...
Click to collapse
i personally would be more concerned about IT telling HR.
As an IT Admin i can say those policies are there as much to protect corporate info as to annoy end users.
Stay Unlocked
I've been using this little app for 2 years since my Kaiser days and I love it. Now they got a new version which doesn't prompt security at all!
deedee said:
i personally would be more concerned about IT telling HR.
As an IT Admin i can say those policies are there as much to protect corporate info as to annoy end users.
Click to expand...
Click to collapse
That's true and reasonable, but at the same time you have no chance to modify the applied settings temporarily, even when it causes more trouble than maintains security. Just an example: You use your PDA for car navigation. Chances that it will be stolen while you are driving are extremely low, but it is very dangerous to enter a PIN every 15-20 minutes during driving. For these occasional situations it is very useful to override default policy settings and set PIN activation interval to several hours instead of minutes.
Completely agree on this. I could have lived with the lock policy when the device stayed unlocked when plugged in, but keying a PIN while driving should not be done.
I had the same issue before with Blackberry Connect. Last friday I switched to ActiveSync push synchronization and stumbled into the WM lockscreen issue.
Zenyee's tool seems (just using it for some hours) to work on WM 6.5.x (23xxx build) Energy ROM.
Hello everyone,
i have a serious problem. Through my company exchange outlook account (OWA) i can send email that at the end will be delivered as sms. I have just to insert into "to" field the following "address": [sms:+44123456789]. Unfortunately i think there is a control on the email address format because it says it can not send sms through the email program (you can try from your diamond). How may I solve it? i found a possible solution, modify
[HKEY_LOCAL_MACHINE\System\Inbox\Settings]
"AllowSMStoSMTPConcatenation"=dword:00000001
"AllowSMStoSMTPAddress"=dword:00000001
but i cound't find a registry editor that saves the settings! i tried phm registry editor, resco registry and other desktop one. I can change the keys but they are not mantain the setting after the reboot. With the desktop registry i received an access denied when i try to save... in which am i wrong?? thanks
search google for "flushing registry ppc" or smth similar. certain parts of registry are locked from modification.
aiiro said:
search google for "flushing registry ppc" or smth similar. certain parts of registry are locked from modification.
Click to expand...
Click to collapse
I'd stick with PHMregedit myself....never had any problem with it.
Two more things to add to the above post...
1. Soft-reset or power-off/on your device before doing the change (so there's nothing else - like the SMS program - running). It may be that you're doing the change when the TMAIL.exe program is in memory and it overwrites your changes?
2. Make the registry change and (depending on your device type) hold the power on/off button until it asks you if you want to power off. Doing it this way tends to flush everything - registry included - properly before it shuts down.
Hope that helps,
Mark.
This is the second time I've had this issue so i thought i'd post it.
Basically what happened was my phone was in my pocket and it locked itself out. I had pattern lock enabled so i was getting "Too many pattern attempts. please login" No matter how i put my information in username (by itself), [email protected], [email protected] it wouldn't authenticate me. The first time it happened to me i posted the following thread:
http://forum.xda-developers.com/showthread.php?t=485903
No matter what i did i was not able to get in so i just reflashed the phone. After a reflash the authentication worked fine. At that time I was using one of JFs ROMS so i figured that may have been the issue. Recently the problem happened again. This time i was using one of Cyanogens ROMS. This time instead of flashing the phone i followed haykuro's thread to defeat pattern lock:
http://forum.xda-developers.com/showthread.php?t=485988
once i did those adb commands and rebooted the phone it asked to authenticate again but this time it worked! After it authenticates it will ask you for a new unlock pattern. And you're all set! hopefully it works for you. This is a really annoying problem and im surprised more people aren't having it.
Figured it out without hard reset!!! htc hero " too many pattern attempts"
I figured out a way to get past the screen lock "too many attempts" problem without doing a hard reset on my phone.
I called my Phone (from my Skype account so I could get to the notifications pull down. (couldn't get to home screen or setting from the call) But, I could pull down my notifications. I had a "new email" notification so I clicked on it so that my gmail would open. I then opened an email that had a URL link in it and I clicked on the link. This then opened my browser, which tried to open the link but, it couldn't because, I was still on my Skype call. This prompted the browser to give me an error message that had a Settings button. I clicked on the settings button and was able to turn on my wi-fi and connect to my home network ( I couldn't get to any other settings). At this point I pulled down my notifications again and clicked on the sign in failure notification and this time my phone was able to authenticate my gmail password, through the wi-fi connection.
FYI, I had to go to gmail and change my password as I'd forgotten it. If you don't remember your password you'll have to go through the gmail, I forgot my password/reset process.
If you have email notifications turned off, I think you can send a URL link through with a text message but, I've never done that. Maybe someone else can chime in on how to do that. It's probably pretty simple.
Lemme know if this works for you.
cjayl said:
I figured out a way to get past the screen lock "too many attempts" problem without doing a hard reset on my phone.
I called my Phone (from my Skype account so I could get to the notifications pull down. (couldn't get to home screen or setting from the call) But, I could pull down my notifications. I had a "new email" notification so I clicked on it so that my gmail would open. I then opened an email that had a URL link in it and I clicked on the link. This then opened my browser, which tried to open the link but, it couldn't because, I was still on my Skype call. This prompted the browser to give me an error message that had a Settings button. I clicked on the settings button and was able to turn on my wi-fi and connect to my home network ( I couldn't get to any other settings). At this point I pulled down my notifications again and clicked on the sign in failure notification and this time my phone was able to authenticate my gmail password, through the wi-fi connection.
FYI, I had to go to gmail and change my password as I'd forgotten it. If you don't remember your password you'll have to go through the gmail, I forgot my password/reset process.
If you have email notifications turned off, I think you can send a URL link through with a text message but, I've never done that. Maybe someone else can chime in on how to do that. It's probably pretty simple.
Lemme know if this works for you.
Click to expand...
Click to collapse
Sounds like one hell of a flaw in the security to me. I actually hope that this gets fixed sometime in the near future.
I had this problem on a HTC Hero I could not run sqlite3 ont he command line for permissions so the second thread did not work for me. But did not want to flash my phone, this is how I solved it.
Take out the battery, OFF button does not work.
Take out the SD card.
Plugin the USB cable to the phone and turn the phone back on.
Download the Android SDK
untar to a new directory
run
./tools/adb -d shell
To get a shell open, you do not need to be root.
You should get a $ prompt, indicating you are not root
Make a call from another phone to the blocked phone and answer the call.
Then run the following command.
$ am start -a android.settings.SETTINGS -n com.android.settings/com.android.settings.Settings
This will bring the Settings window to the front so you can then disable the screen lock, thus proving that the screen lock facility not a security feature.
Screen lock is still useful so you don't make unintentional phone calls.
easier method
You can also enter your username, and in the password field just enter the string "null"
Hi All,
I have been through the pinned thread about tweaks and what not but couldnt find what i was after so i am hoping someone can help.
I have set my emails up on my HD2 and when i did that it made me set a password to unlock my phone...which is fine, however i get a problem every now and then when i go to type my password in that no matter what i type its always wrong, even though its right!
So i though the best thing to do would be to see if there is a way to get it to lock still but with out the password, so i'm hoping there is a tweak or registry edit i can do to not make me set a password.
Any help would be greatly appreciated!
Many Thanks.
Dan
bump...any one got any ideas?
This lock is from a default exchange server security setting. I have the same problem and overruling this setting with a registry edit won't work because on reboot the security policy gets applied again...
For the problem with the wrong PIN. Put out the battery to restart. This fixes the PIN problem (had this problem 2 times since november...)
If anyone knows how to kill the pin entry without changing the exchange security settings I would be very happy ;D
Riddance said:
This lock is from a default exchange server security setting. I have the same problem and overruling this setting with a registry edit won't work because on reboot the security policy gets applied again...
For the problem with the wrong PIN. Put out the battery to restart. This fixes the PIN problem (had this problem 2 times since november...)
If anyone knows how to kill the pin entry without changing the exchange security settings I would be very happy ;D
Click to expand...
Click to collapse
thanks for your reply! that makes a bit of sense actually! although i am getting the wrong PIN issue once a day at least and it is very frustrating!
Any help on the force pin issue would be great!
Riddance said:
This lock is from a default exchange server security setting. I have the same problem and overruling this setting with a registry edit won't work because on reboot the security policy gets applied again...
For the problem with the wrong PIN. Put out the battery to restart. This fixes the PIN problem (had this problem 2 times since november...)
If anyone knows how to kill the pin entry without changing the exchange security settings I would be very happy ;D
Click to expand...
Click to collapse
This sounds a bit like the wifi-in-standby issue that I fixed with an application. Basically, it's a reg value that tells it not to turn off wifi when you go into standby, but it resets when you restart the phone. I made a simple app that sets the reg value and put it in the startup folder so it's always run when you restart the phone.
If you give me the reg value that stops it asking for a PIN then I'll write a similar app for that. It may not solve the problem, but it sounds like a plan.
I will look to find the value again. Was in the beginning of my usage... I will give you an update when i've found the value/values.
Riddance said:
I will look to find the value again. Was in the beginning of my usage... I will give you an update when i've found the value/values.
Click to expand...
Click to collapse
any luck on finding the value Riddance?