iPhone App for WM - LookAlike - 8525, TyTN, MDA Vario II, JasJam General

Thread Moved to : http://forum.xda-developers.com/showthread.php?p=1710253#post1710253
Please close this thread someone

I like it, good work. I like it especially it is a 3rd party software so that I can keep my Today screen. BTW, whats the diff of yours compared to the one at the other thread?
Anyway, although getting the aye-Phone interface is good for a start, I think it ought to be able to get some artist to make a better looking interface than aye-Phone.
BTW, as suggestion (for feature), I'm just wondering if you can make your app to respond to the D-Pad (the directional button), like those (say) SonyE phone and then display another graphics to show that the button is being selected.
Design case example:
All icons are black-white. Using your directional button, it goes from one icon to another. The selected icon will have colour (depending on design), and pushing the 'action' button will make it launch the app.
Final thing, whats the difference between yours and the one mentioned at the other thread?

hanmin said:
I like it, good work. I like it especially it is a 3rd party software so that I can keep my Today screen. BTW, whats the diff of yours compared to the one at the other thread?
Anyway, although getting the aye-Phone interface is good for a start, I think it ought to be able to get some artist to make a better looking interface than aye-Phone.
BTW, as suggestion (for feature), I'm just wondering if you can make your app to respond to the D-Pad (the directional button), like those (say) SonyE phone and then display another graphics to show that the button is being selected.
Design case example:
All icons are black-white. Using your directional button, it goes from one icon to another. The selected icon will have colour (depending on design), and pushing the 'action' button will make it launch the app.
Final thing, whats the difference between yours and the one mentioned at the other thread?
Click to expand...
Click to collapse
The Difference is that the other one was in 12/24 hour format, it has no exit button, its 1Meg in size, it has some memory leaks that people complained about. Im sure mine has issues as well so please test and let me know.
I can possible make it work on the dialpad with different icons when they have focus. I just wanne make sure it wont eat too much memory and become to slow. Im not good with graphics at all so any suggestions will be appreciated

I was thinking of a config module, for easier? configuration.
interested?

Inphyy said:
I was thinking of a config module, for easier? configuration.
interested?
Click to expand...
Click to collapse
Good Idea, Ill work on that unless you wanna make it? What do you mean by enabled, should it not show or should it be grayed out?

Grumps said:
Good Idea, Ill work on that unless you wanna make it? What do you mean by enabled, should it not show or should it be grayed out?
Click to expand...
Click to collapse
I can try make it(i hope). Kinda newbie at programing, but i think i can make it work.
should i make it a seperate app and just make it change the config files?
think that would be the easiest, maybe.

Inphyy said:
I can try make it(i hope). Kinda newbie at programing, but i think i can make it work.
should i make it a seperate app and just make it change the config files?
think that would be the easiest, maybe.
Click to expand...
Click to collapse
Yep write a new app if you want and access the config files it would be the easiest. Im also new at programming. What i know i taught myself so thats why its so difficult to do this. This app took my 8 hours to write and im sure someone else could have done it faster and better. Lemme know if you know how to get the Network operator name and Signal strength and battery level out of the registry. I know where they are stored but cant seem to read data from the registry

try this one: http://www.developerfusion.co.uk/show/4640/2/
dunno what you can make out of it, since im learning VB.NET atm and have no clue about C#
found something from a previous app i made for windows, here is some of the code i used, dunno how it's done in C# but im guessing it wouldnt be very different
Imports Microsoft.Win32
Dim RegKey As RegistryKey
Dim regSubKey As RegistryKey
RegKey = Registry.LocalMachine
regSubKey = RegKey.CreateSubKey("SOFTWARE\Example")
regSubKey.SetValue("ExampleDwordValue", "0")
i think i would have used
regSubKey.GetValue("ExampleValue")
in VB but you should just try to find it.
hope it helps you in some way.

Lightweight and fast is good. As what you're doing is basically possible with WA + WAD. BTW, as for the settings, you may want to have the (4 x 4) + (1 x 4) icon grid flexible, incase people want to have large icons (less stuff to launch?). An ayeFone alternatives design, take a look here
http://www.ubergizmo.com/15/archives/2007/04/deeda_piphone_up_next.html
More at the official page
http://www.deeda.com/

Grumps said:
Good Idea, Ill work on that unless you wanna make it? What do you mean by enabled, should it not show or should it be grayed out?
Click to expand...
Click to collapse
I was thinking of removing the whole icon if you dont want it
edit: removing as in hiding

Follow Up
I got the signal strengt working as well as reading the operator name from the registry. The only help i need now is to get the battery level from somewhere withing the registry, ill update the zip files on th first post

sounds good with the provider and signal info, will test it right now.
the icons: since i just arrived home, i did not have any new icons yet. but for workaround reasons, i attached a zip-file with the original iphone-icons , and a zip-file with the alternative icons. i numbered them in the original-iphone-order and added an additional rss-icon (for the 16. field).
(i was not really shure why you choose these other icons in the release (where are they from?)), but the original icons worked just fine for me. the alternatives also.
a blurry picture with before-and-after (left->your release right-> the original icons) is also attached.

nicolas said:
sounds good with the provider and signal info, will test it right now.
the icons: since i just arrived home, i did not have any new icons yet. but for workaround reasons, i attached a zip-file with the original iphone-icons , and a zip-file with the alternative icons. i numbered them in the original-iphone-order and added an additional rss-icon (for the 16. field).
(i was not really shure why you choose these other icons in the release (where are they from?)), but the original icons worked just fine for me. the alternatives also.
a blurry picture with before-and-after (left->your release right-> the original icons) is also attached.
Click to expand...
Click to collapse
I was just messing around to see if the autosizing will work, the icons you have look good so ill use them. I still need an .ico file for the actual app. Any Ideas? O i attached a screen capture app you can try so you dont have to take funny pics hehe

Grumps said:
I was just messing around to see if the autosizing will work, the icons you have look good so ill use them. I still need an .ico file for the actual app. Any Ideas? O i attached a screen capture app you can try so you dont have to take funny pics hehe
Click to expand...
Click to collapse
roger that! and thanks for the screen-capture application.
i'll try to install it via parallels (a mac and a pocket pc is a disastreous combination )
one request: maybe you should use version-numbers by now. its hard to follow which iphone-zip-folder is the "up to date" one.

nicolas said:
roger that! and thanks for the screen-capture application.
i'll try to install it via parallels (a mac and a pocket pc is a disastreous combination )
one request: maybe you should use version-numbers by now. its hard to follow which iphone-zip-folder is the "up to date" one.
Click to expand...
Click to collapse
Ok ive changed it version 0.91

Grumps said:
I got the signal strengt working as well as reading the operator name from the registry. The only help i need now is to get the battery level from somewhere withing the registry, ill update the zip files on th first post
Click to expand...
Click to collapse
Tried using SNAPI?
Trying to remember but I think it was something like SystemState.GetValue(SystemProperty.PowerBatteryStrength).
Will test/check when I get home
*Edit* If you don't want to download the sn api then I think wm stores all state information in HKEY_LOCAL_MACHINE\System\State (battery strength, display orientation, num missed calls, num new sms's etc) */Edit*

Erg, sorry, just noticed the "Visual Studio 2003" part now. SNAPI requires 2005 afaik. Gonna have to grab it from manually from HKEY_LOCAL_MACHINE\System\Status\Battery

ok just tried the latest release. could it be that other file-extensions then *.exe are not recognized?
i.e.: .tr3 or .lnk (i tried to access a tomeraider file and a link to my contacts - but no luck)
furthermore, german pathnames including umlaute ÄÖÜßöäü doesnt work
attachment: was in need for a quick wikipedi /wikimedia icon

does this one have the slide lock?

Link to the other Lock-file

Related

VGA files here!!

This is as far as its got so far
ftp://ftp.xda-developers.com/Uploads/Universal/VGA so far.zip
Note to have your own windows boot screen replace with your own welcomehead.96.png
You use at own risk, nothing to do with me, but ive not had any troubles so far. This will create a security hole in your WM5 windows system.
thanks for the efforts carnivor, but i dont think the ftp is working, or basically i cant access it. tried the browser and an ftp client. cannot connect to the server, it times out.
http://wiki.xda-developers.com/index.php?pagename=BA_FTP_Site
access the ftp through there
Would love to give it a go, but just not quite brave enough - anyone post any screengrabs of some popular screens to see?
Thanks a bunch for creating the zip file, Carnivor. Makes things nice and easy
I managed to rip the MSN messenger dlls from my kjam. Here they are. Messenger now works fine in VGA mode.
rilot said:
I managed to rip the MSN messenger dlls from my kjam. Here they are. Messenger now works fine in VGA mode.
Click to expand...
Click to collapse
Those files were set with Read Only and System attributes and Activesync refused to copy those files to my Jasjar until I removed those attributes. After that they copied fine.
Thanks for the files
Brett
wicked, just popping them onto me JJ now, i was going to ask if someone could post them from another phone, the site was down, it was horrible i was awfully lost without it
What do the VGA Messenger dll's do exactly?
joebongo said:
What do the VGA Messenger dll's do exactly?
Click to expand...
Click to collapse
Allow MSN Messenger to work when in real VGA mode. Without them the app just hangs or fails to start up.
Ok, those dll's are purrrfect!!!!!
ive attached the latest vga stuff time date stamped
its got the msnm dl''s alldone in it.
also i dont really think the phone skin is going to be a major problem, i see on buzz's site they're skinning the phone app, i used a couple of the tweaks to change my qvga dialler background, so maybe the rest aint as hard as first thought. I say that in the tense that buzz prob speant hours of brain cells working it all out.
Ohh rilot, you are a deamon, msn this res is wicked!!! 22 contacts in landscape mode, godda be some kind of a record, i mean its actually useful now, better than the usual 2 is it? hehe
Can anyone post some screengrabs?
I'll try to get some screenshots up tonight.
V
here ya go, was before i started playing with the ozvga settings tho, looks better now
Carnivor, looks lovely: get the feeling that guy in the first pic just felt his trouser pocket distend and rip with the jasjar. Man, I'm afriad to pocket it and get a hernia. But it has such a nice solid feel to it, like a mini tombstone. They should advertise that as a feature! Engraved...
I've also noticed that I can feel the electric charge buzz when using it and holding the metalic top. I'd be careful of using it in the bath!
Carnivor: how do you find wisbar's skinning? Does it impact on speed? It's quite cool.
V
wisbar is good, the .12 is alot better, but you do still notice the improvement when you close it.
buzz, i was refering to buzz_lightyear, a guru on things wm based
Ok I'm a nOOb here, can someone tell me what to do with the .CAB file in the archive ?
Please
Carnivor, this is just awesome! Working well with WA2 AND WAD! Quite surprised was I!
Some issues I am having that u may already know how to solve, in which case I'd appreciate ur input:
- Fonts tough on eyes. What changes do u recommend over and above ozVGA settings?
- Some dialog boxes only show half the text b4 the yes/no buttons overwrite the bottom part. Any ideas?
- PIN pad is all overlapped; not a big deal
- BUT, phone pad is a bit of an issue; too small and I have to turn off quickdial. Any ideas on this?
- My SIP keyboard loses its skin. Can the skins on buzz's board be applied somehow?
- Calculator keys too small; do u know of a working calc app cos I truly need a calculator available at all times
- My oh-so-pretty WA2 and WAD hi-res themes need to take a trip back to low-res world else the buttons are too big! Darn!
I'm gonna try sticking to this mode. Hell, all the apps I've got working well on WM5/VGA work just as well under this mode, so why go back? and PIE is OH SO PRETTTTTTYYYY!!!!
PS: What do u use for screen shots on WM5? Would like to post a few of mine.
craigiecraigie4 said:
- Fonts tough on eyes. What changes do u recommend over and above ozVGA settings?
Click to expand...
Click to collapse
hmmm.... that's what i'm thinking - for the Today screen anyway. i wanna be able to read the stuff here with a glance, and the teeny fonts make that difficult. is there anything we can do about this?

WA3 beta New & Improved?....Ohh Yes indeed!!

http://www.lakeridgesoftware.com/forum/showthread.php?t=11258
I'm going to hold of on this until it comes out of beta.. I've spent far too long getting the U1000 tweaked and working perfectly with the right combination of settings and software.
That thread has already achieved 12 pages of replies to the launch, so I figure its going through some teething issues already.
Cheers for the update though - a lot of those new features look extremely tempting!
WA3 beta kicks ass..
I am pleased to say, so far, WA3 beta is a vast leap forward from WA2 in terms of features and functionality. I'm loving it, but there seems to be no option for using anything but the default theme at this moment (correct me if I'm wrong peeps).
I'm loving the option to have shortcuts in the TrayApps.
WA3 is brill even in beta...
I'm very pleased to report that despite the many problems reported on the Lakeridge forums about this beta on various devices, it works perfectly on my Ameo.
I love the feature set on this new version and will definately be investing in this once the official release has made it out the door.
I forgot to take a screen shot of it without soft keys enabled (giving one even more screen real estate - if that's what you like).
But here are a few pics that I did take...and Yes you can use your old favourite WA2 Themes or WA3 Themes if you have any.
Final Word: No problems encountered as yet. Brill. I highly recommend checking this out, as it is way better than WA2.
Note: Be sure to completely uninstall WA2 first and save your Themes folder to somewhere else first (you will be able to install these from wherever you drop them later through WA3 i.e. Start/Settings/Personal/Theme Manager).
Drop us a line if you get stuck.
whats the memory utilization like???
ade0282 said:
whats the memory utilization like???
Click to expand...
Click to collapse
Haven't noticed a drop in memory usage. It seems snappier than before. Reports from the Lakeridge website are that the memory usage is considerably lower than WA2.
I've also got this up and running with no probs at all on my wife's Universal (T-Mobile MDA Pro) with no ill effects to speak of.
I did delve a bit deeper into memory usage over here: http://www.4winmobile.com/viewtopic.php?p=62542#62542
Wow, that's impressive news. I might totally back up my U1000 tonight and take a leap of faith. But I'm still skeptical. Really looking forward to official release though!
Now that I think about it, I guess I should anyway - as to provide feedback on any bugs!
mackaby007 said:
Haven't noticed a drop in memory usage. It seems snappier than before. Reports from the Lakeridge website are that the memory usage is considerably lower than WA2.
I've also got this up and running with no probs at all on my wife's Universal (T-Mobile MDA Pro) with no ill effects to speak of.
I did delve a bit deeper into memory usage over here: http://www.4winmobile.com/viewtopic.php?p=62542#62542
Click to expand...
Click to collapse
Hi Mackaby007,
Beautiful pictures you have there. I have been trying this out for a while, but wonder where does your skin come from? It's FANTASTIC looking.
Also, when you press the PROCESS button in the battry pop up, do you get to see the running processes? Mine has nothing there.
Have you tried adding in more applications than one could be accomodated in just one line in the system tray? What happens if you try to have ALL launcheable applications there and run out of space? With applications like SPB pocket plus, you siimply add more tabs. But how about this one? You know what I'm thinking? If it allows all to be launched there, I might just dump my SPB pocket plus and use this to replace it as well as Magic Button.
I much prefer to keep all my applications alive when I press close button. There is really no reason to shut them down, because so doing means than when you need it again, you got to reload from scratch. Imaging reloading Opera Mobile..... It takes forever. So, the way I use me device to to keep ALL frequently used applications alive regardless of whether I press the close button with or without holding it down (I do not want to accidentially close it by holding down too long). If I really want to close it down, currently magic button let me do it be pressing and holding down on the running icon on task bar. I find that with WA3, the process of making an application stay alive when close button is pressed is far too tedious. You need to go to setting>Task>executable, and select the excecutable individually (WA3 works very slowly here unfortunately). Also, choosing to keep it alive still does not prevent me from accidentally closing it when close button is pressed too long. In this regards, I feel that Magic Button's design is far better.
Do you know of a way to suppress the task title all together? My view is that the icon of running task should just be "lighted up" to show it is the current application. Also, we know what application it is anyway by looking at what is staring at you. Why waste the precious real estate on task title?
I like the new ROTATE screen icon, and the ability to show date and time occupyping only one icon space. This is something where magic button should incorporate.
Oh, initially I though that the phone icon will let you click and directly let you use the phone but this is not so. Do yo know of a way to put a real phone task icon on the task bar, so that clicking that icon on the TB will give you access to phone application immediately? The trouble i have is that when phone application is launched, WA5 does not seem to show it on the TB (unlike magic button). I like magic button more in this regard.
Are you using QVGA when you took those screen shots? How does it look in VGA? Would the system tray buttons are far too small? Do you think that if we use VGA and WA3 we could get away from having to use another application such as SPB pocket plus?
One last thing, I could be wrong about this. But I got a distinct feeling that my response time is slower using this rather than Magic Button.
That's a long post, but I'm very interested in your view in the above.
I still cant figure out how to use WAD .. lol... argh! Im st0opit.
Anyone wanna help me out with it? lol.
EagleSteve Q&A....
eaglesteve said:
That's a long post, but I'm very interested in your view in the above.
Click to expand...
Click to collapse
Hi eaglesteve.
Thanks for the compliment. I do like nice screens and preferably unclutterred. Anyway....the WA2 skin can be purchased through Nacashco Designs here: http://www.nascasho.com/Skins-Sub-InD_05.html
and the background image I found trolling around on the deviant art website under; 3 Dimensional. (see attachment)
Q & A (I'll do my best)
Q1. Also, when you press the PROCESS button in the battry pop up, do you get to see the running processes? Mine has nothing there.
A.1 Yes I see all the running processes and am able to stop any one of them.
Q2. Have you tried adding in more applications than one could be accomodated in just one line in the system tray?
A2. Yes, but it won't display any more than 15 icons from my experience. No point in addind any more as you cannot scroll through them (in the hope that you will see the other shortcuts you added previously). That's a good point to take up with Chris at Lakeridge, as he mat be willing to incorporate this into WA3 as it's still in beta.
Q3. Do you know of a way to suppress the task title all together? My view is that the icon of running task should just be "lighted up" to show it is the current application.
A3. Yes mine is currently set up this way too. I only want to see an icon of running apps.** I think under the 'Buttons' menu you have to go to 'Assignments' and ensure that 'Title' is NOT checked.
Q4. Do yo know of a way to put a real phone task icon on the task bar?
A4. I've added the phone app to the System tray (no need for keyboard anymore ). It's called 'Phone.lnk', but should be a visible icon when you go to choose it.
Q5. Are you using QVGA when you took those screen shots? How does it look in VGA? Would the system tray buttons are far too small? Do you think that if we use VGA and WA3 we could get away from having to use another application such as SPB pocket plus?
A5. I suppose you would call it QVGA (default mode). I tried TrueVGA and whilst it looks great, I don't like that I can hardly see anything. Got good eyesight at the mo and don't want to start straining. 2nd half of your question...Yes I think it's definitely possible, as you'd theoretically fit many more icons in the Tray applet/System Tray. Good thinking Batman! I might have to reconsider TrueVGA just for that!
Q6. But I got a distinct feeling that my response time is slower using this rather than Magic Button.
A6. I've used Magic button in the past and was very pleased with it, but stopped using it once I found that you can close apps properly through WA2. Unlike yourself, I like things properly shut down unless I'm going back to it soon, hence the nice running tasks icons.
Ok that should be about it. I hope I answered most if not all of your questions.
mackaby007 that's a great scren. So let me get this right , i buy the theme and get the backround and then i import it to wa3?
Also how do you replace / remove the default tray icons that come with t-mobile, i used the tray display program but that just removes all tray items. I just want to add the programs that i use
Would SPB diary work with this theme? as i have mine on today screen.
thanks
bashi007 said:
mackaby007 that's a great scren. So let me get this right , i buy the theme and get the backround and then i import it to wa3?
Also how do you replace / remove the default tray icons that come with t-mobile, i used the tray display program but that just removes all tray items. I just want to add the programs that i use
Would SPB diary work with this theme? as i have mine on today screen.
thanks
Click to expand...
Click to collapse
Hi bashi007. Yes to the first 3 questions. I can't comment on Spb Diary as I've never used it, but I can't see why it should pose a problem.
If you have an Ameo from T-Mobile;
........regarding the system tray...there is a thread already on it...let me go see................
.....aha here it is:http://forum.xda-developers.com/showthread.php?t=307086
Go to.....Hkey_Local_Machine\SOFTWARE\HTC\TrayApplet with a reg editor and delete all the little folders that contain the links for the existing shortcuts (free up some space). Be sure to have the system tray visible again first though, so you can see the changes you have made. If you don't see it, uninstall the Tray applet switching application and reboot.
If you own an X7500/Advantage read this thread: http://forum.xda-developers.com/showthread.php?t=308250 Once you've gotten rid of all your system appointed icons, follow on to the skinning app.
Now try WA3 system tray.
Let us know if you run into probs.
Thanks mackaby007 for your reply, i have a slight problem in that i delete the folders in the tray applet, but it still leaves the icon in the tray.
bashi007 said:
Thanks mackaby007 for your reply, i have a slight problem in that i delete the folders in the tray applet, but it still leaves the icon in the tray.
Click to expand...
Click to collapse
hi bashi007 what variant of the AThena do you have? If you have the Advantage, you'll have to delete the folders in the HTC Homeplug folder instead or aswell. Then soft reset your device and they should no longer be visible in the system tray.
Thanks for the help, i have Ameo, after soft resetting all seems to work. Great!
i presume i buy the VGA theme from Nacashco Designs.
bashi007 said:
Thanks for the help, i have Ameo, after soft resetting all seems to work. Great!
i presume i buy the VGA theme from Nacashco Designs.
Click to expand...
Click to collapse
Yes. Check your PM added more info for you.
WA3 Public Beta 2 is out...
Hot off the press..go get it people. Apparently even more stable than the first release!
Just about to install. Will report back later.
bashi007 said:
Thanks for the help, i have Ameo, after soft resetting all seems to work. Great!
i presume i buy the VGA theme from Nacashco Designs.
Click to expand...
Click to collapse
Hi,
What is this "VGA theme from Nacashco Designs" ?
olegzz said:
Hi,
What is this "VGA theme from Nacashco Designs" ?
Click to expand...
Click to collapse
Hi olegzz.
I can see by your joining date that you are new to this forum, so I will be patient with.
It is generally good practice to read through a thread before asking questions that may have already been asked and or answered.
In this instance no one has asked, but there are only 2 pages to this thread and one glance at the first page would have fully revealed what you asked.
to answer your question nonetheless, it is merely a skin made for Wisbar Advance 2 and is one of hundreds of interchangeable skins. Some of us just happen to like this one.
If you know about these things already I apoligise for my tone. If however you don't, then this might be of real interest to you as it completely changes the look and feel of your WM device.
The screenshots on page 1 of this thread are just 1 example of this. Best to head on over to Lakeridge software (website) to get a clearer picture.
Good luck.
mackaby007 said:
Hi olegzz.
I can see by your joining date that you are new to this forum, so I will be patient with.
It is generally good practice to read through a thread before asking questions that may have already been asked and or answered.
In this instance no one has asked, but there are only 2 pages to this thread and one glance at the first page would have fully revealed what you asked.
to answer your question nonetheless, it is merely a skin made for Wisbar Advance 2 and is one of hundreds of interchangeable skins. Some of us just happen to like this one.
If you know about these things already I apoligise for my tone. If however you don't, then this might be of real interest to you as it completely changes the look and feel of your WM device.
The screenshots on page 1 of this thread are just 1 example of this. Best to head on over to Lakeridge software (website) to get a clearer picture.
Good luck.
Click to expand...
Click to collapse
My, that was way more polite than my response would have been!

[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
Sounds great. Any chance of a screenshot of the lock screen?
Mr_Gee said:
Click to expand...
Click to collapse
Thanks, trying it now
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!
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
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
sorry, double post
badaas said:
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!
Click to expand...
Click to collapse
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
theme freak said:
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
Click to expand...
Click to collapse
Not yet, but is planned for future versions, I'll add it to the todo list.
evojulz said:
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
Click to expand...
Click to collapse
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?
Mr_Gee said:
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
Click to expand...
Click to collapse
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
badaas said:
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
Click to expand...
Click to collapse
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
Mr_Gee said:
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
Click to expand...
Click to collapse
bLEhg! lol, ok, will look into that (scratches head )
some novelty things to add: skins, mask input with '*', maybe use symbols instead of numbers, 'jumble' keypad/symbols random for added security (if using symbols )
thanks for infos and keep up the good work
badaas said:
bLEhg! lol, ok, will look into that (scratches head )
some novelty things to add: skins, mask input with '*', maybe use symbols instead of numbers, 'jumble' keypad/symbols random for added security (if using symbols )
thanks for infos and keep up the good work
Click to expand...
Click to collapse
Let me know if it worked, I'll look into the symbols
Skinning was already on my list great minds ....
input mask is also a good one
Any chance you can re-scale the images to fit a 240x240 screen res?
Can test it you want.
Cheers, Mike.
Mike1002 said:
Any chance you can re-scale the images to fit a 240x240 screen res?
Can test it you want.
Cheers, Mike.
Click to expand...
Click to collapse
I'll give it a shot
@ the rest
there are 4 basic resolutions right?
320 X 240
320 X 320
240 X 240
640 X 480
the rest is pretty exotic (Omni & X1)
is this possible on htm files?
Hi Mr_Gee, thanks for sharing
I have an couple of offline files I would also like to lockdown. Is it possible to lockdown those htm files as well? tia.
adomila said:
Hi Mr_Gee, thanks for sharing
I have an couple of offline files I would also like to lockdown. Is it possible to lockdown those htm files as well? tia.
Click to expand...
Click to collapse
probably...
have you tried entering them in the FileList.ini file?
currently not working on html files
Mr_Gee said:
probably...
have you tried entering them in the FileList.ini file?
Click to expand...
Click to collapse
now, that you mention it yes, i have tried it and it does not work, if it is the specific html file. the lockdown screen would still appear but nothing happens after entering the code. maybe it will work, if the iexplore.exe itself is lockdown but this will lock down every/all html files. would it be a big change to code it, just for specific html files? i'm also thinking on specific text files just like the said html files. i keep notes on pure text files like tax account number, passwords, pincodes, etc in a text or word file. maybe this is pushing too far. maybe in the next version/release? hehehe thank you for sharing and more power...
Sorry I was on holidays
I've tested with PIE.exe and i plan this for the next version.
Please note though that this tool is only for making sure "friends" don't read your personal stuff very easy, but passwords/pin codes might be a bit too high risk..
I think this should be further developed! It really should come standard on winmob... hey Gee, if you need a cab builder or photoshop, I'd be happy to help! Let's make this idea the next ROM must-have!
I wanna use this program because every time someone wants to see my phone, they get to snooping into my personal info. However, I'm afriad if I start changing things manually, I'll screw my phone up.

[APP][18-06-09] AnX1 Actionscreen v1.2 (Manila, Forest and Shadowsong)

* Discontinued *
New thread at: http://forum.xda-developers.com/showthread.php?p=3976864
Thanks alot for this, I wasn't keen on the other 1 but this is perfect! Good work!
it looks nice
I like your choice of items a bit more
Thanks!
well done
really usefull
Cheers! Good to see you people like it.
If there's anything you'd like to see improved, post it and I'll consider the good ideas.
edit: opps. i just realised i was posting this here should have been in the original thread...ohh well. mods feel free to delete this
----------------------------------------------------
i like it a lot as it is but there are a number of things you might want to consider:
1-i think an extra raw of apps can be added while keeping the the finger friendliness.
2- make it startable as an executable or soft key from tf3d hoome or button
3- option for discovravle mode blutooth
4- make it easy to change default apps
ohh btw, why is it relatively big 1.6mb for an app starter. can it be redused? mabe change the color depth or something
It's mostly the skin. The original application uses a sucky compression. There's no way I can reduce it and to me, 1.6mb is squat.
"Shutdown" gives an error (it didn't with smaberg's):
"Couldn't find PowerOFFLNK.lnk or PowerOFFEXE.exe"
Also "Calculator" gives the waiting icon and then nothing - I probably either have to edit the shortcut to windows default calculator or find HTC calculator from somewhere... Any ideas where to get the one that works with this setup?
Is the editing of application paths the same as with smaberg's? BIOTOUCH etc?
I actually like this one more then smabergs one, but it still isn`t perfect. Would it be possible to create a setup tool which would allow you to edit all the buttons?
I can`t imagine it being too hard since it`s just a few reg changes you would have to make?
//edit: I would love to make it myself but I guess it would take ages (at least, maybe longer) before I would be done.
However, if anyone knows the command you have to pass to the text client to automatically start the message for a certain person I would be more then pleased .
Draqula said:
"Shutdown" gives an error (it didn't with smaberg's):
"Couldn't find PowerOFFLNK.lnk or PowerOFFEXE.exe"
Also "Calculator" gives the waiting icon and then nothing - I probably either have to edit the shortcut to windows default calculator or find HTC calculator from somewhere... Any ideas where to get the one that works with this setup?
Is the editing of application paths the same as with smaberg's? BIOTOUCH etc?
Click to expand...
Click to collapse
I'll fix it in 1.1.
And yes, the calculator points to HTCCalculator. As this is based on smaberg's app, the paths are edited the same way.
You can download the HTCcalculator from this forum.
dekeijzer said:
I actually like this one more then smabergs one, but it still isn`t perfect. Would it be possible to create a setup tool which would allow you to edit all the buttons?
I can`t imagine it being too hard since it`s just a few reg changes you would have to make?
//edit: I would love to make it myself but I guess it would take ages (at least, maybe longer) before I would be done.
However, if anyone knows the command you have to pass to the text client to automatically start the message for a certain person I would be more then pleased .
Click to expand...
Click to collapse
Creating that setup tool would take me longer than it would take you (and everyone else) to find out how to edit it.
Also, you'd only be able to edit the execute paths, not the icons (skin).
And I don't know the parameter for a certain person (even if it's possible).
*** EDIT ***
Updated to 1.1.
Angelusz said:
Creating that setup tool would take me longer than it would take you (and everyone else) to find out how to edit it.
Click to expand...
Click to collapse
True. That`s why I`m editing it right now.
I want to make a cab of it cause I reinstall allot!
But I have a little problem creating a new cab.
I used a cab extractor to get all the files out, but what did you use to create the cab itself?
I used several tools but they all fail to install..
Thanks in advance for the help, I really appreciate it.
//edit: I managed to create a cab, actionscreens rock
Great. Thanks for 1.1.
I found the HTC Calculator and now everything not only looks great but also works
I actually managed to create a cab. Furthermore, I was able to make a shortcut for a sms contact (well technically it`s a number, but it stands for a contact)
The shortcut should be to tmail.exe and its parameters are:
Code:
-service """sms""" -to """the number"""
dekeijzer said:
I actually managed to create a cab. Furthermore, I was able to make a shortcut for a sms contact (well technically it`s a number, but it stands for a contact)
The shortcut should be to tmail.exe and its parameters are:
Code:
-service """sms""" -to """the number"""
Click to expand...
Click to collapse
Hehe, nice one. Making cabs isn't hard, just use WINCE cab mgr.
great app and good things added to smabergs port
but i think with this u can do so much more.
beginning with the skin. the shadowsong skin doesnt fit on any x1 and the manila skin is boring for me.
i really like to give a contribution to this app in form of a new skin/design
but i dont know how to do it. can u pack all the image files in 1 rar and upload it here so i can modify them?
thnx in advance
(oh and sry for bad english...)
just a word of advice to all who use this app.. I have american x1a and used phone (babied) it was pwerfect, until i tried to take battery cover off and inadvetantly put a finger on the power button while leveraging it off. my power btton sunk in and jammed, staying with no way of extracting. cost me 185 to repair via sony, they formatted my phone and were less than helpful... DONT ABUSE UR POWER BUTTON! IT MAY JAM!
killerskincanoe said:
just a word of advice to all who use this app.. I have american x1a and used phone (babied) it was pwerfect, until i tried to take battery cover off and inadvetantly put a finger on the power button while leveraging it off. my power btton sunk in and jammed, staying with no way of extracting. cost me 185 to repair via sony, they formatted my phone and were less than helpful... DONT ABUSE UR POWER BUTTON! IT MAY JAM!
Click to expand...
Click to collapse
I vote +1 for "funniest post in the X1 forum". xD
Oh, and Kid_DC, the shadowsong skin fits perfectly with my TF3D shadowsong theme
I know what you mean though. I've already improved the black skin a bit.
The skin files are installed to your \windows\AnX1\Actionscreen folder, they're .brn files. You can find a converter brm <-> bmp here on xda.
and why do u use brm, when u first have to convert them?
are they smaller?

Manilla Sound settings shortcut?

Hi guys,
I tried searching, but to no avail...
I'm looking for a way to acces the manilla sound settings directly from the programs-tab. Could someone point me in the right direction?
Thanks!
Don't think you can access sub tabs directly - at least I have not found a way. Thats why I wrote 3 simple small apps that set the sound for you. they each have their own icon and just run it from where ever you want. It will load, set the sound, and exit.
Eric
ebernazz2 said:
Don't think you can access sub tabs directly - at least I have not found a way. Thats why I wrote 3 simple small apps that set the sound for you. they each have their own icon and just run it from where ever you want. It will load, set the sound, and exit.
Eric
Click to expand...
Click to collapse
Thanks! That ought to do the trick for now!
And something else: The sub-tab for Comm manager IS directly accessable, I wonder if there is a way to have the same for "Sound"...
Youre right. BUt I thought that was because someone wrote a "clone" version of that page and it has been used in a lot of the mods peoiple do. Which may be worth doing if I have some spare time. I could write a manila looking screen to change the sound settings. hmmmmm..
ebernazz2 said:
Youre right. BUt I thought that was because someone wrote a "clone" version of that page and it has been used in a lot of the mods peoiple do. Which may be worth doing if I have some spare time. I could write a manila looking screen to change the sound settings. hmmmmm..
Click to expand...
Click to collapse
Well, then... let me be the first to offer myself as a beta-tester ;-)
Take your time; no hurry!
When I get out of work tonight I will write it and post it here.
Eric
Well This week has been real hectic. But I want you to try my first version.
I had the system and ringer volume working but unfortunatly the manila SDK I used from micyprima (Thanks!) has problems adding new controls unless you render them from scratch. Therefor if you go longer than you screen is they won't scroll like the panel items will. I may try and create some new panel items with slider controls if I have time.
Anyway the basic funtions you want should work.
Let me know.
Eric
ebernazz2 said:
Well This week has been real hectic. But I want you to try my first version.
I had the system and ringer volume working but unfortunatly the manila SDK I used from micyprima (Thanks!) has problems adding new controls unless you render them from scratch. Therefor if you go longer than you screen is they won't scroll like the panel items will. I may try and create some new panel items with slider controls if I have time.
Anyway the basic funtions you want should work.
Let me know.
Eric
Click to expand...
Click to collapse
Working fine so far! You da man!
Thanks!

Categories

Resources