Related
Doe someone know how I can make a shortcut with icon on my main screen
that is linked to a web-adress ?
winny said:
Doe someone know how I can make a shortcut with icon on my main screen
that is linked to a web-adress ?
Click to expand...
Click to collapse
Use a Today launcher (iLauncher etc) that is also able to pass parameters to IE.
I've also elaborated on the (possible) parametrization capabilities of Today launchers in my Today Launcher Bible at, say, http://www.pocketpcthoughts.com/forums/viewtopic.php?p=366634. Then, you will only need to pass the given URL as a parameter to iexplorer
If it doesn't suport it, just create a link file to iexplorer with a parameter and insert it in the launcher
Excellent post at pocketpcthoughts !
Thank you very much.
Guys, I can't think of any reason why anyone would ever need it, but I understand that some launchers can't use command line parameters (can't imagine so in this day and age, but who knows). Anyway, for these limited occassions, VJBrisk could be used to get around this.
V
Hi Everbody,
I am Shailesh Ashar and this is the first time I am getting my hands dirty with Windows Mobile development.
So here is a little app that I developed : Group SMS Solution.
As the name suggest it is basically a program to send smses to a group of people at the same time.
Foll. are the features:
1. Category Wise Contact Pickup
2. Individual Contact Pickup made easy
3. works with WM5 and WM6.
4. Seems to be moderately paced as it is written using managed code but does the job well.
5. It is free.
PREREQUISITES:
.NET Compact framework 2
download here :
http://www.microsoft.com/downloads/...6b-356b-4a2c-857c-e62f50ae9a55&displaylang=en
DISCLAIMER:
This program is written using managed code so it technically cannot harm your windows mobile device but anyways do not blame me for anything.
[size=+1]
To Download go to http://shaileshashar.110mb.com/groupsms.php
Feel free to link to the download page but please do not link directly to the cab files. I want some traffic on my website.
[/size]
--------------------------------------------------------------------
Fixed a small bug while loading categories , as pointed out by SayMobile
Hi shailesh, great work..let me test and come back
Feedback
Pls do give me Feedback, suggestions etc as this is my First app & it will really Keep me ticking.
Very well done shailesh now it will help me send group message.
Thanks
'I love walking in the rains so that no one can see me crying ...'
Geez how depressing... cheer up, have a beer and a night out with the boys.
I confirm working on Athena,Universal and Wizard..shd work on all the devices..it is really a good app
hdubli said:
I confirm working on Athena,Universal and Wizard..shd work on all the devices..it is really a good app
Click to expand...
Click to collapse
Thanx hdubli for testing this on various devices and also for appreciating my work, u have made my day.
esseff said:
'I love walking in the rains so that no one can see me crying ...'
Geez how depressing... cheer up, have a beer and a night out with the boys.
Click to expand...
Click to collapse
Hey I am not a depressed soul although the quote is very thought provoking. Checkout the Superman logo as my avatar.
thnaks first
it is working with my imate jasjam although i installed net framework 2
the message appear:ERROR
"this application requires a newer version of Microsoft NET Compact Framework than the version installed on the device."!!!!!!!!!!!!!!!!!!:confused:
Nice app - well done. Works just fine on my artemis, cheers
Hi Shailesh,
This is certainly a very nice and extremely useful app for WM devices.
I've tested it briefly on my WM5 Herald and it works great. I do have a few minor bug reports and feature suggestions for your next version:
1. When contacts belong to multiple custom groups, it lists the same group twice with a space before the group name. So if some contacts are in the group called Ping and others are in the group called Pong and yet others are in both groups, it will list "Ping", "Pong" and " Ping" and " Pong"
2. Could you possibly add a context menu for the text editor where you do Cut/Copy/Paste rather than the Paste from Clipboard button?
3. In the final screen, if you press Back, it takes you right back to the first text entry screen rather than just one screen back.
Will test and give you any further inputs soon.
Thank you for the excellent app that you've given to the community for free!
SayMobile said:
Hi Shailesh,
This is certainly a very nice and extremely useful app for WM devices.
I've tested it briefly on my WM5 Herald and it works great. I do have a few minor bug reports and feature suggestions for your next version:
1. When contacts belong to multiple custom groups, it lists the same group twice with a space before the group name. So if some contacts are in the group called Ping and others are in the group called Pong and yet others are in both groups, it will list "Ping", "Pong" and " Ping" and " Pong"
2. Could you possibly add a context menu for the text editor where you do Cut/Copy/Paste rather than the Paste from Clipboard button?
3. In the final screen, if you press Back, it takes you right back to the first text entry screen rather than just one screen back.
Will test and give you any further inputs soon.
Thank you for the excellent app that you've given to the community for free!
Click to expand...
Click to collapse
Hey thanks for pointing out the bug SayMobile,
#1. I have fixed the bug as pointed out
#2. I thought the framework would automatically provide the Cut/Copy/Paste feature but it did not, anyways the button is doing the needful.
#3. It have purposely kept it that way
Please download the new cab from the first page.
myRIGHT said:
thnaks first
it is working with my imate jasjam although i installed net framework 2
the message appear:ERROR
"this application requires a newer version of Microsoft NET Compact Framework than the version installed on the device."!!!!!!!!!!!!!!!!!!:confused:
Click to expand...
Click to collapse
Please restart your device after installing NET Compact Framework 2.
If it still does not work then re-install GroupSMS.
shaileshashar said:
Hey thanks for pointing out the bug SayMobile,
#1. I have fixed the bug as pointed out
#2. I thought the framework would automatically provide the Cut/Copy/Paste feature but it did not, anyways the button is doing the needful.
#3. It have purposely kept it that way
Please download the new cab from the first page.
Click to expand...
Click to collapse
Hi.
#2: This is really easy to implement, i can help you if you want..
what are you programming in?
Inphyy said:
Hi.
#2: This is really easy to implement, i can help you if you want..
what are you programming in?
Click to expand...
Click to collapse
I am programming using C# pls tell me what to do.
shaileshashar said:
I am programming using C# pls tell me what to do.
Click to expand...
Click to collapse
Just had to download the app first
lets see, drag a ContextMenu on to your form in designer, then select your textbox, or whatever, and set ContextMenu to ContextMenu1 in teh properties-window.
Then click your contextmenu and add Menu-options to it.
it is probably located on top of your left softkey
tell me if you need more help
Inphyy said:
Just had to download the app first
lets see, drag a ContextMenu on to your form in designer, then select your textbox, or whatever, and set ContextMenu to ContextMenu1 in teh properties-window.
Then click your contextmenu and add Menu-options to it.
it is probably located on top of your left softkey
tell me if you need more help
Click to expand...
Click to collapse
Thanx Mate will implement it.
error
doesnt open is my xdaIIs
gives the error
file or assembly name
'micrsoft.WindowsMobile>pocketOutlook, Version =1.0.0.0,Cultyure+neutral,
PublicKeyToken+31BF3856AD364E35', or one of its dependencies, was not found,
meehaa said:
doesnt open is my xdaIIs
gives the error
file or assembly name
'micrsoft.WindowsMobile>pocketOutlook, Version =1.0.0.0,Cultyure+neutral,
PublicKeyToken+31BF3856AD364E35', or one of its dependencies, was not found,
Click to expand...
Click to collapse
pls check whether u have .net compact framework 2 installed.
yes
yes its installed, I tried re-installing .Net, but no solution
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.
I'm starting this thread where i will post all that small TF3D mods i wrote that do not require separate discussion.
1. Now, here's the first one:
Working analog clock icon
Installation is very simple (for ones, who modded Manila before ): copy files to windows dir, then replace icon reference nodes you like in manila.xml (Actual file name: 26948339_manila)
Code:
<ComponentReference Name="icon_normal" Mode9Path="HTC\AnalogClockIcon.mode9" Component="AnalogClockIconTray" />
<ComponentReference Name="icon_selected" Mode9Path="HTC\AnalogClockIcon.mode9" Component="AnalogClockIconOn" />
<ComponentReference Name="icon_preview" Mode9Path="HTC\AnalogClockIcon.mode9" Component="AnalogClockIconPreview" />
2. Also, i'm getting numerous requests for my iPhone iconset, so i'm posting it here too.
3. iDiamond Project (Apple iPhone interface mimic) (sorry for the video quality of 2 first videos - shot it with my old Qtek S110)
Step 1: Main Menu concept
http://www.youtube.com/watch?v=41yGPql8DAQ
Step 2: CoverFLO concept
http://www.youtube.com/watch?v=IOPXualKtms
Step 3: CoverFLO progress 1
http://www.youtube.com/watch?v=9hjqaMqcAbM
Step 4: Main Menu customization
http://www.youtube.com/watch?v=d-iPOalE6Po
Step 5: Home Screen and more
http://www.youtube.com/watch?v=-VWsOUt41X4
I was supposed to finish my paid work by this time, but it turns out to be about a month of work ahead, thus i don't know when i resume my work on iDiamond, so i'm posting an unlocked version of beta here, coz holding you off the software doesn't serve it's primary goal (motivate me to continue project) anymore.
READ BEFORE DOWNLOADING!
This mod is distributed AS IS, i.e. developer will take no responsibility for possible data loss, device damage, user suicides and/or any other type of inconvinience that may happen caused by using the software.
You are NOT allowed to redistribute the software or hotlink the installation package, you're only allowed to post a link to this thread. (if you want to post a .cab, PM it to me instead)
Enjoy!
Man, just a quick question:
If i want to add new tabs, i need to disable another to place the new tab, right?
I can't have more than usual tabs and history call AND this clock now, or your calendar, at the same time...
Cheers!
(Sorry me, im spanishs )
That's NOT a separate tab, just an "active" icon that you can assign to any tab
If i want to add new tabs, i need to disable another to place the new tab, right?
Click to expand...
Click to collapse
Not, you're not right. You can add as many tabs as you like
Tab Tab Tab
Hey D-MAN (aka tab man ) !
Another tab is like a another chocolate bar.
When you begin, you always want more !
Let's crunch it !
Very good work. Thanks.
MonteCristoffOn said:
Another tab is like a another chocolate bar.
Click to expand...
Click to collapse
D-MAN666 said:
That's NOT a separate tab
Click to expand...
Click to collapse
---------------------------------------------------------------
Also, guys, please post testing results - need to know if it works for others
This is fab, any chance of doing a working calender tab icon like the iPhone iCal icon?
D-MAN666 said:
That's NOT a separate tab, just an "active" icon that you can assign to any tab
Not, you're not right. You can add as many tabs as you like
Click to expand...
Click to collapse
Critical Exception at 0x022265865c no way man xD
I just recently installed your calendar, and the history calls dissapeared.
Installed by CAB and manually, no way to have more than 1 personalized tab, almost 4 me (spanish coocked rom 1.93 & original 1.93)
Driskol said:
Critical Exception at 0x022265865c no way man xD
Click to expand...
Click to collapse
Clock Icon?
Driskol said:
I just recently installed your calendar, and the history calls dissapeared.
Installed by CAB and manually, no way to have more than 1 personalized tab, almost 4 me (spanish coocked rom 1.93 & original 1.93)
Click to expand...
Click to collapse
Because you do not RTFM
Hi,
I copied the 4 Manila Files to \Windows and add the 3 lines in the manila.xml but no Clock Tab ??? With or without Soft Reset...
Is there something I missed ?
Thanks
EDIT : OK I found and it's GREAT, D-MAN your're the One
Awesome! Loving having all these tweaks.
Thanks
added "Active Calendar Icon" to Calendar thread:
http://forum.xda-developers.com/showthread.php?t=423647
D-MAN666 I know that you said not to ask for impossible cause you still are learning touchflo 3D but maybe it will be possible to make a tab for coreplayer. There is already something similar in SPB mobile shell so the coreplayer could be used instead of WMP or something else (maybe corecodec could help you if you contact hem). Probably its too much but I'm sure that many would admire you for doing this. Maybe it would be possible to use the music tab as a starting point for this.
Cheers and good luck on learning touchflo 3D so in the future you could do everything with it
D-MAN666 said:
Clock Icon?
Click to expand...
Click to collapse
Quick joke lol
D-MAN666 said:
Because you do not RTFM
Click to expand...
Click to collapse
Where is the ****ing manual? xD
Driskol said:
Quick joke lol
Where is the ****ing manual? xD
Click to expand...
Click to collapse
In the calendar thread. Order values in xml must be sequential and unique. When you install one .cab on another .cab, it just erases other tab's entry, and coz cab can only replace not patch files, you'll have to do that manually.
D-MAN666 said:
In the calendar thread. Order values in xml must be sequential and unique. When you install one .cab on another .cab, it just erases other tab's entry, and coz cab can only replace not patch files, you'll have to do that manually.
Click to expand...
Click to collapse
Jumm, thnx dude, im really idiot
I want to understand the process to make new tabs, maybe u one day post a manual for make new tabs
I want to delete those useless tabs like music, contacts, wheather, config, internet and home and replace it for others better finished like your tabs.
TF3D is too beauty but slow. Need some perfomances to be better
Thnx
Driskol said:
I want to delete those useless tabs
Click to expand...
Click to collapse
Just remove or comment (if you don't know how - google "XML" ) their references in xml and tada!
D-MAN666 said:
Just remove or comment (if you don't know how - google "XML" ) their references in xml and tada!
Click to expand...
Click to collapse
Yes, i know how to remove, but i need those tabs. I just want to perfomr all tabs, make it more usefull and less laggy, slow, etc..
D-MAN666 said:
added "Active Calendar Icon" to Calendar thread:
http://forum.xda-developers.com/showthread.php?t=423647
Click to expand...
Click to collapse
D-MAN666 thanks for the calender and the clock tweak they're excellent. I have got a bit of a problem though, see screenshot.. it say's "ids_calender" at the top and the menu button and also "i....." instead of the days?? Have i done something wrong or is this a bug? also is it possible to change the colour of the font? i'd like a white version if possible
Do you think it's possible to do an active Programs page, that would show you any running programs similar to a message counter? it's easy to forget what programs you've got running and the reminder on the programs page could be quite useful
P.S thanks a lot for your contribution to Manila editor i'm using it all the time at the moment and it's brilliant (are there any updates planned any time soon?)
skilty said:
D-MAN666 thanks for the calender and the clock tweak they're excellent. I have got a bit of a problem though, see screenshot.. it say's "ids_calender" at the top and the menu button and also "i....." instead of the days?? Have i done something wrong or is this a bug?
Click to expand...
Click to collapse
Yeah, looks like locale file is missing...
skilty said:
Do you think it's possible to do an active Programs page, that would show you any running programs similar to a message counter?
Click to expand...
Click to collapse
Unfortunately, no...
Landscape Manila menu
Hi D-Man,
Firstly I would like to say a huge thank you for the splendid add-ons you have developed for TF3D. The Calendar specifically has become invaluable for many of us here at T-Mobile.
Seeing as you are our resident Manila XML expert...
For fear of cross-posting, please can I draw your attention to the following posts for the interest, advise and assistance of you and any followers of your work:
Landscape Manila menu
http://forum.xda-developers.com/showthread.php?p=2656240#post2656240
Manila version - TF3D Music "Library" tree-view. (Post 1/2)
http://forum.xda-developers.com/showthread.php?p=2650937#post2650937
Please lend your opinion either here on on the respective threads if you or Sushilange have any knowledge on either of the two concerns detailed within the above (and the few subsequent) posts.
Your time and help is very much appreciated.
Best regards,
Adam R. Hirshfield
T-Mobile UK Ltd.
Core Networks
First of all, sorry if this is in the wrong section, but it kinda didn't feel like posting in the Q&A section cos if answered, this is valuable piece of information and secondly, nobody knowledgeable doesn't really read the Q&A section. So I'm just hoping that maybe it doesn't get move to Q&A and even when it does, someone with knowledge has already read it
Anyway, here's the puzzle which I have searched for and didn't find anything on. We have the marvelous Iconsfot Phonex. Then we have the various skins. But we don't have the elements positioning guide. Let me explain. We have a skin like the first attached image, which is WQVGA. And then we have a skin like the second attached image, which is clearly a QVGA skin. You can see that the call/dial button is still in line with other number buttons.
Now, what mystifies me is that whatever skin I use with my QVGA phone, I do get the changed graphics, but somehow get the call/dial button on the right side like on the third attached image. Therefore I presume that WQVGA has the layout like first attached image by default and QVGA has the layout like the third attached image by default.
And my question to all the wise men is - what must I do to get the result with my QVGA phone like the second attached image? Because as You have already guessed, this isn't an option anywhere in the program options nor is it a registry key. Please help.
OK, seems it's "self question, self answer" this time, cos I've found a solution to my mystery plus couple of other things.
First, to get a WQVGA layout on QVGA, one would have to extract the *.ist theme file with the official theme editor (from Iconsoft home page) and:
a) delete all the buttons images from ..\phonepad\buttons\
b) copy all the buttons images to ..\phonepad\buttons\ from ..\phonepad\buttons_w\
c) resize all the new images to approximate height of 40px (exact size is trial and error depending on the theme)
Secondly, there is a "language.txt" file in the root of the extracted theme. Using ENG trial version of 1.4.5 of Phonex and installing a RUS theme the whole interface is of course RUS but this also changes the options language (and therefore the whole program) to RUS. Which is weird. And I suppose it also works the other way around.
Anyway, thought it would be helpful to someone.
i have a problem concerning phonex so please help me to resolve my problem!
when i execute a number(*100# to know my credit on my country) phonex don't do anything, in addition in integrates to the default windows mobile phone log!
So please is there any solution to resolve my problem?
thank you
I am no Phonex expert, You should turn to the official support with this. Although I suspect You or some program has disabled the USSDhandler.exe or similar service depending on the version of WM. You should check if the function works with WM standard dialer.
the function works perfectly with WM standard dialer but not with phonex dialer!
where can i find the executable program of the WM standard dialer ?
This is the last time I will answer You, because You are off topic. Use a file explorer to find the executable like search for ussd or smth. Regarding PhoneEx You have to turn to the official support of the product.
Mods please close the thread.