Go Back   xda-developers > Windows Mobile Development and Hacking > Development and Hacking General


Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 17th July 2008, 11:57 PM
Mr_Gee Mr_Gee is offline
Senior Member
 
Join Date: Feb 2007
Posts: 222
Default [APP][Update 07-11-08] LockDown, keeping stuff private

Don't you hate it when you let someone play with your shiny new WM phone
they usually go right to your SMS inbox?

jonesj8 had the same irritation, so inspired by him I threw something together
Original thread :
http://forum.xda-developers.com/showthread.php?t=375057

I created a new thread to have a bit more overview, and also to get it under the attention of other users who might be interested
@mods
I can understand if you close this thread...

How does it work.
this version requires you to change all the .lnk files pointing to tmail.exe, or to the dll...maybe even other ones...
I say all lnk's but the most important are the ones the "friend" is going see/use.
I've included a shortcut creator in the attachment.

In FileList.ini specify the application to block,
in the included file it's \WIndows\tmail.exe
and i've used msg as argument.

so in the .lnk would point to lockdown.exe with the argument msg
if the passcode is correct the file will be opened.

it's not very quick (since it needs to be opened) but this should change in the next version.

the passcode can be changed in the settings.ini, default is 12345

Let me know what you think or if you have any ideas





Update Version 0.4
Well I finally got around to an update, which is attached below
The application has been rebuild from the ground up, I've used a Lock and Key method, e.g. the lnk uses key.exe which communicates with the server (the lock) this way the server only needs to read the filelist once which should save time.
<note>
because of this you will need to enter the items in the FileList.ini prior to starting the server, when the server is running it will create the used shortcuts for you
which you can then place.
if you add stuff while it is running the shortcuts wont be created...
pointers on making the FileList.ini is in the readme below.


New in this version
- installer (cab)
- app to date support
- redesigned layout
- support for arguments, opening the sms should work now, it does for me :-)
- locking of other files should work now too (thesed with a html file)
- automatically create the proper lnk files in sub folder

To do
- include support for different screen sizes
- way to customize the colors
- mask input with *
- skinning...?
In case someone is bored and wants to create the graphics, be my guest,
My creativity in that department is next to null :-)
Attached Files
File Type: cab LockDown.cab (153.9 KB, 2393 views)
File Type: txt Read Me.txt (448 Bytes, 945 views)

Last edited by Mr_Gee; 7th November 2008 at 12:21 AM.. Reason: added image
Reply With Quote
Sponsored Links

  #2  
Old 18th July 2008, 12:02 AM
oseven's Avatar
oseven oseven is offline
Senior Member
 
Join Date: Sep 2007
Location: London, United Kingdom
Posts: 333
Default

Sounds great. Any chance of a screenshot of the lock screen?
__________________
HTC Touch
White Housing

TodayLife Skins
SetVolume Skin
Your Device Screens
Diamond Calculator Skin

Fancy a Development Project? See Here

HOW TO Completely Disassemble the HTC Touch
Reply With Quote

  #3  
Old 18th July 2008, 12:22 AM
oseven's Avatar
oseven oseven is offline
Senior Member
 
Join Date: Sep 2007
Location: London, United Kingdom
Posts: 333
Default

Quote:
Originally Posted by Mr_Gee View Post
Thanks, trying it now
__________________
HTC Touch
White Housing

TodayLife Skins
SetVolume Skin
Your Device Screens
Diamond Calculator Skin

Fancy a Development Project? See Here

HOW TO Completely Disassemble the HTC Touch
Reply With Quote

  #4  
Old 18th July 2008, 01:36 AM
badaas's Avatar
badaas badaas is offline
Senior Member
 
Join Date: Feb 2008
Posts: 431
Default

works good, cant seem to get arguments passed to tmail.exe in settings.ini

ie.
msg=\Windows\tmail.exe -service "SMS"

just opens account picker, is on todo list? not bugging you, good app,


thx!
__________________

Android G1 - unlocked to O2
TC5-RC8 Rooted & Booted!
Reply With Quote

  #5  
Old 18th July 2008, 03:58 AM
theme freak's Avatar
theme freak theme freak is offline
Senior Member
 
Join Date: Nov 2007
Posts: 376
Default

great will it run on VGA? make it as simple as you can so when we are in hurry the soft won't load so long
__________________
Posting people's themes is fine as long as you refer to the creators
Reply With Quote

  #6  
Old 18th July 2008, 06:00 AM
evojulz's Avatar
evojulz evojulz is offline
Senior Member
 
Join Date: Mar 2007
Posts: 139
Default

This looks nice and configurable.

Are we able to make it request the pin for any application listed in FileList? First try didn't work, I want to restrict more than just the inbox
__________________
HTC T7373 Rhodium | ROM: WM6.1 Stock | 8Gb MicroSDHC Class 6
HTC P3600 Trinity White | ROM: WM6.5 Team CV93+Oggi w/i SPBMS3 | Radio: 1.56.70.11 | 8Gb MicroSDHC Class 4


Not many posts? Heavy user of this
Reply With Quote

  #7  
Old 18th July 2008, 06:12 AM
evojulz's Avatar
evojulz evojulz is offline
Senior Member
 
Join Date: Mar 2007
Posts: 139
Default

sorry, double post
__________________
HTC T7373 Rhodium | ROM: WM6.1 Stock | 8Gb MicroSDHC Class 6
HTC P3600 Trinity White | ROM: WM6.5 Team CV93+Oggi w/i SPBMS3 | Radio: 1.56.70.11 | 8Gb MicroSDHC Class 4


Not many posts? Heavy user of this
Reply With Quote

  #8  
Old 18th July 2008, 10:00 AM
Mr_Gee Mr_Gee is offline
Senior Member
 
Join Date: Feb 2007
Posts: 222
Default

Quote:
Originally Posted by badaas View Post
works good, cant seem to get arguments passed to tmail.exe in settings.ini

ie.
msg=\Windows\tmail.exe -service "SMS"
just opens account picker, is on todo list? not bugging you, good app,
thx!
Correct that isn't working... also i'm not sure if it will be in there,
the reason is I wanted to change the app so it looks at the window name,
this would close all message related windows, and there is no need to change the .lnk files

Quote:
Originally Posted by theme freak View Post
great will it run on VGA? make it as simple as you can so when we are in hurry the soft won't load so long
Not yet, but is planned for future versions, I'll add it to the todo list.

Quote:
Originally Posted by evojulz View Post
This looks nice and configurable.
Are we able to make it request the pin for any application listed in FileList? First try didn't work, I want to restrict more than just the inbox
Currently any application can be restricted by providing a ID + location, e.g
xyz=\Program Files\TCPMP\player.exe
changing the link to tcpmp would have lockdown popup first

What application would you like to restrict?

Last edited by Mr_Gee; 18th July 2008 at 10:04 AM..
Reply With Quote

  #9  
Old 19th July 2008, 11:44 AM
badaas's Avatar
badaas badaas is offline
Senior Member
 
Join Date: Feb 2008
Posts: 431
Default

Quote:
Originally Posted by Mr_Gee View Post
Correct that isn't working... also i'm not sure if it will be in there,
the reason is I wanted to change the app so it looks at the window name,
this would close all message related windows, and there is no need to change the .lnk files
hmmm, not sure i know what you mean. But basically, as it is now, I can't go direct to the inbox of sms using your lockdown? \o?


thanks
__________________

Android G1 - unlocked to O2
TC5-RC8 Rooted & Booted!
Reply With Quote

  #10  
Old 19th July 2008, 12:51 PM
Mr_Gee Mr_Gee is offline
Senior Member
 
Join Date: Feb 2007
Posts: 222
Default

Quote:
Originally Posted by badaas View Post
hmmm, not sure i know what you mean. But basically, as it is now, I can't go direct to the inbox of sms using your lockdown? \o?


thanks
Basically, no
but as a workaround you could try making an lnk to tmail.exe with the -service etc. in there, next change the FileList.ini pointing to that new lnk...

not sure if it will work though
Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 12:21 AM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.