Hello, sorry for my bad english but i'm italian
I have created the program Pocket Program Manager.
This is a program for access to program stored in the online database www.programmersparadise.org/PPM
for download and install the program directly into the pocket pc.
The db is in upgrade, if you want partecipate post a program at this link
http://www.programmersparadise.org/PPM/program/EditProgram.aspx
Homepage:
http://www.programmersparadise.org/ProjectRepository/Project/ViewProject.aspx?id=2
sorry,for now is only in italian
Direct download
http://www.programmersparadise.org/PPM/program/DownloadProgram.aspx?id=27
Language
English,Italian
With this version is possible to create your own installer program named .ppz that you can install with simple click on ppz on your pocket pc.
This is a simple zip with a config file,here you can find a simple file for install an igo8 skin, open with zip program for wiew the config.
http://www.programmersparadise.org/ProjectRepository/Project/Download.aspx?id=39
I'm here for question
As I understand this is a kind of on-device software catalog, which allows installing software directly from device. The site currently lists 57 programs for download.
This project is something WM devices have been always missing.
Good luck in your project!
Yes,
this is the project.
If you know an application to add post it to the site.Now i'm working on download file from rapidshare
acquariusoft said:
Hello, sorry for my bad english but i'm italian
I have created the program Pocket Program Manager.
Click to expand...
Click to collapse
Thanks for sharing.
Ciao, Andrea
Does the Geko project know about this? This seems to be the exact thing they were developing...
Iceman692 said:
Does the Geko project know about this? This seems to be the exact thing they were developing...
Click to expand...
Click to collapse
i haven't seen this project.
Have you some link?
[22/11/2008 v. 1.3.0] Pocket Program manager
Upgade 1.3.0
release note:
- bug fix
- now is possible download files from rapidshare
Download from homepage, directly from pocket program manageer
Direct download
http://www.programmersparadise.org/ProjectRepository/Project/Download.aspx?id=40
Is your program skinable? It would nice to see a thumb friendly interface.
curious george said:
Is your program skinable? It would nice to see a thumb friendly interface.
Click to expand...
Click to collapse
Hi,
not for now if you have an idea for modify the interface i can insert into the program.
acquariusoft said:
Hi,
not for now if you have an idea for modify the interface i can insert into the program.
Click to expand...
Click to collapse
My recommendation would be to increase the vertical distance between each row. Maybe to a distance that allows 6 or 7 selections to be shown at a time. You could also increase the font size then for an easy read. I just hate having to pull out my stylus. It annoys me.
What do you think of adding a setting to allow it to work with a users windows skydrive account? Like I would put in my skydrive url and it would pull down a list from there that I could download from.
Just thoughts. Amazing go at this!!
curious george said:
My recommendation would be to increase the vertical distance between each row. Maybe to a distance that allows 6 or 7 selections to be shown at a time. You could also increase the font size then for an easy read. I just hate having to pull out my stylus. It annoys me.
What do you think of adding a setting to allow it to work with a users windows skydrive account? Like I would put in my skydrive url and it would pull down a list from there that I could download from.
Just thoughts. Amazing go at this!!
Click to expand...
Click to collapse
hi,
the idea of increase font and row is good. i do this in next release.
I use the application with my finger, you have a big finger
for adding the skydrive to the application,i haven't find documentation for access to if, if you have some you can send me?
For now the application work with online database, but i want add the possibility to create your own database.
All idea is welcomed
thanks for share
acquariusoft said:
hi,
the idea of increase font and row is good. i do this in next release.
I use the application with my finger, you have a big finger
for adding the skydrive to the application,i haven't find documentation for access to if, if you have some you can send me?
For now the application work with online database, but i want add the possibility to create your own database.
All idea is welcomed
Click to expand...
Click to collapse
Yeah I have fat thumbs, I am a freak!!
This is the info on Windows Sky Drive: http://www.windowslive.com/explore/...0B3ABB4-9E9F-4F5E-A45F-30D02666EB7D&WT.srch=1
After a little reading you will see that a user can set up a storage bin online. They can private password protect somefolder and share others. Each folder gets its own special url so it is easy to navigate to by link.
curious george said:
Yeah I have fat thumbs, I am a freak!!
This is the info on Windows Sky Drive: http://www.windowslive.com/explore/...0B3ABB4-9E9F-4F5E-A45F-30D02666EB7D&WT.srch=1
After a little reading you will see that a user can set up a storage bin online. They can private password protect somefolder and share others. Each folder gets its own special url so it is easy to navigate to by link.
Click to expand...
Click to collapse
mmm interesting
for now if you want you can edit the file default.ppm in the db folder. this is a text file and you can add row with the link of your application
the line for application is
P|id_application|id_category|name|version|download_cab|homepage|description|0=freeware 1=demo|money|tumbnail|0
Updated versione 1.3.1
Last update:
- Now the ppz files can create shortcut and ask for install dir
- Now is possible to install the program packed in zip files.
- Sorted list
- bug fix
- Option for size of font in the program list
please upgrade the program for use the last update in the database
Little update 1.3.2 for bugfix
Version 1.4.0
- Bugfix
- Now is passible to use varius db, created also from user
now anyone can create is db,upload it on rapidshare and share with comunity!!
suggestion
hello !
very good idea
can you make a filter on the program list with a categorie like "freeware" "shareware" etc ...
And will you translate your website in english.
Because my italian is very poor
thanks !
hello,
yes,the filter is very useful, i develop it in next release.
at the address www.programmersparadise.org/PPM you can find an english flag in upper right corner for translate the site in english.
6gex said:
hello !
very good idea
can you make a filter on the program list with a categorie like "freeware" "shareware" etc ...
And will you translate your website in english.
Because my italian is very poor
thanks !
Click to expand...
Click to collapse
just a suggestion i'm italian like you but if you wanna this cool tool get fans ... you have to switch main language to english.. also in the website.
Related
I asked a few days back if this was possible and ended up e-mailing back and forth with a guy at TAO and he showed me how to do it after we figured out that the wizards java manager could handle it.
This is what he told me (I'll explain it all afterwards):
-r"<suite>","<vendor>","<name>"
where:
<suite> is the name of the MIDlet suite and can be obtained from the
MIDlet-Name line in the jad file.
<vendor> is the name of the MIDlet vendor and can be obtained from the
MIDlet-Vendor line in the jad file.
<name> is the name of the MIDlet and can be obtained from the first
parameter to the relevant MIDlet-<n> line in the jad file.
the shortcut to the manager program is \windows\jmm.exe, so a specific link would be \windows\jmm.exe -r"<suite>","<vendor>","<name>"
To find all of the information you need, you need the .jar or .jad file on your computer.
1. Open the .jar(.jad) file with winrar or 7zip or other unzipping program
2. Open the META-INF folder
3. Open the MANIFEST.MF file with a document viewer, I used wordpad.
Here's what google local gave me: I've bolded what you need to know
Manifest-Version: 1.0
MicroEdition-Configuration: CLDC-1.0
MIDlet-Name: Google Local
Created-By: 1.5.0_04-b05 (Sun Microsystems Inc.)
Ant-Version: Apache Ant 1.6.2
MIDlet-Vendor: Google
MIDlet-1: Google Local, GoogleMapsIcon.png, com.google.googlenav.Googl
eNav
MIDlet-Version: 1.0.0
MicroEdition-Profile: MIDP-2.0
4. Create a shortcut to the java manager(\windows\jmm.exe) on your ppc and open it for editing. I used Total Commander for this.
5. Remember that the shortcut has to be in -r"<MIDlet-1>","<MIDlet-Vendor>","<MIDlet-name>", so here, the full path should be \Windows\jmm.exe -r"Google Local","Google","Google Local"
6. Now you can link that to a button or put it in a launcher. When activated, the link will open the manager first, then the midlet.
Opera mini is \Windows\jmm.exe -r"Opera Mini","Opera Software ASA","Opera Mini"
I dont know how to link icons, so if someone could help me with that, I'd appreciate it. Now, all the links have the MIDlet manager icon.
I'd also love to hear what other cool midlets people are using.
Excellent information! Now I can link to Google Local from my Today screen with Pocket Plus!
Brilliant! I was looking for this exact information . Checked around on the Tao site but didn't find any documentation.
Changing the icon is done by adding the following to the end of the shortcut:
?\Program Files\Opera\opera.exe,0
The number is the n'th icon in the .exe file find out which using a resource hack tool. But it's usually 0 or one of the first ones, so simply try it out a few times. The two midlets I have come with their own icon displayed in the manager, and I found this file as a PNG image inside the Application Data directory, under Tao and then ever deeper down you'll find it.
But using png as icon didn't work for me. I'm guessing it needs to be converted to ICO or even BMP. Haven't had time to try that out yet.
And for the last part of your post, these are the cool midlets I'm using
Opera Mini - http://opera.mini.com (You obviously know this one)
MidpSSH - http://xk72.com/midpssh (Excellent freeware SSH client)
works with newmenu by saman as well thanks for the tip.
btw any more cool midlets for ppcs? the only thing i have so far is opera :|
I noticed the shortcut only works if you've run the applet atleast once. Otherwise only Midlet Manager opens up. Not really a big deal though
Question?
Is there a way to do this with IBM's Java Midlet Manager. I tried the syntax listed here and it doesn't work. It opens up the midelet manager, then closes right away.
BTW, this thing is case sensitive. I tried GMail and it didn't work.
This is for Gmail. Copy paste and enjoy.
46#"\Windows\jmm.exe" -r"Gmail", "Google", "Gmail"
Tokay said:
Brilliant! I was looking for this exact information . Checked around on the Tao site but didn't find any documentation.
Changing the icon is done by adding the following to the end of the shortcut:
?\Program Files\Opera\opera.exe,0
Click to expand...
Click to collapse
It would seem that you need to have opera mobile installed for this to work though right?
KINetics said:
Is there a way to do this with IBM's Java Midlet Manager. I tried the syntax listed here and it doesn't work. It opens up the midelet manager, then closes right away.
Click to expand...
Click to collapse
Did you ever figure this out? I'd like to know how to get it to work.
Anyone managed to do this on esmertec's java manager because this does NOT work:
"\Windows\jeodek.exe" -r"Gmail", "Google", "Gmail"
Paladin27 said:
Excellent information! Now I can link to Google Local from my Today screen with Pocket Plus!
Click to expand...
Click to collapse
why didn't you just install the cab file then? you can find it if you type gmm.cab in google.
famewolf said:
Anyone managed to do this on esmertec's java manager because this does NOT work:
"\Windows\jeodek.exe" -r"Gmail", "Google", "Gmail"
Click to expand...
Click to collapse
The answer to your question is HERE
You have to thank the author of the article and the great Menneisyys for posting the link in this post
Bye
(Hopefully) final MIDlet Bible main feature & hack & standards compliance chart published!
It was yesterday that I’ve published a larger excerpt from my forthcoming MIDlet Bible (a full roundup & tutorial explaining what MIDlets are, why you would want to run them, what applications there are to do this etc.), focusing on mostly 3D games. I haven’t been lazy in the meantime: I’ve made some serious updates to the main feature & hack & standards compliance chart of the Bible. The reason I’m posting it as a preview is pretty simple: it will still take me some two or three days to completely finish and, finally, publish the MIDlet Bible. In the meantime, however, you can already check out the new chart. I’m absolutely sure you’ll find it useful if you’re into gaming or running probably the, after Opera Mobile, second best Web Browser for Windows Mobile, Opera Mini 4 beta 2. Or, alternatively, the really unique and useful Gmail MIDlet, which is far more usable than any other Windows Mobile mailer tool.
I’ve, as has already been stated, greatly enhanced the previous version published over a month ago. I’ve added discussions of ClearType / font smoothing, automatic network connection, proxies, text input fields / areas etc. and I’ve even published the source code (!) of some of my test MIDlets I’ve written specifically for these tests. (I’m a Java pro.)
The chart is HERE, should you want to check it out before I, finally, publish the MIDlet Bible.
Comments are REALLY welcome!
Try this:
60#"\Windows\jmm.exe" -r"Opera Mini","Opera Software ASA","Opera Mini"
my opera mini link works great using jbed and the permissions fix, BUT...
I want to know if it is possible to make a link to a page (favorite/speedial #1) within opera. I have some shortcuts for PIE (default browser) on my today screen and wondered if I could do the same with opera pages without opera being my default browser. I have seen some shortcut creators that look interesting, but I am not sure about what path this link would need.
Any ideas?
thanks
my opera mini link works great using jbed and the permissions fix, BUT...
Click to expand...
Click to collapse
I can't get my Opera link to work using jbed, where do you get the permissions fix... maybe that's my problem?
I'm using:
60#"\Windows\jbed.exe" -r"Opera Mini","Opera Software ASA","Opera Mini"
jbed permissions fix is at the bottom of this page...
http://pdaphonehome.com/forums/ppc-...ed-includes-info-new-java-midlet-manager.html
Does anyone have this working with the ne Opera Mini 4.1? Latest Jbed.
hey can someone turn this into english for me haha sorry. i wanna get opera 4.1 shortcut into launcher. im not good at this stuff unless there is a step by step for dummies
I downloaded the latest 4.1 and it works great... Because I downloaded the new version before I deleted the previous version, I had to change my shortcut to point to r1 not r0. The new version has permissions fix already added I believe.
Everything is working brilliantly
This is my first project for PocketPC. It's a simple Contacts replacement with search keypad.
PS: .NET CF 1.1 is required.
16/9/2006
- WM5.0 version added (category filter, contact update, contact delete bugs fixed)
11/9/2006 - 1.1.3.0
- Contacts list loads more faster on large amount of data
- Name filter and back button improved
3/9/2006
- Load Categories bug fixes
14/7/2006
- Added .NET 2.0 version
5/07/2006 - 1.1.2.0
- Added category filter
13/06/2006 - 1.0.1.6
- Some bug fixes
- Added Tools - Save Config
- Added Name [display] format
any screen shots of usage screens and config screens?
tested with which models?
tested with which os? wm5 or 2003se or?
Size of program after install?
It' tested only on O2 XDA mini, WM2003.
can you please upload it here. it says the file is corrupt if i download it. thanks
Here it is...
... moved into the first post
does this work with WM5?
Installed on Qtek 9100 WM 5. It works perfectly.
The only defects are:
When it is exited from the program loses the formulations of the English language and the dimension of the font.
Is not possible to set up the order of reading of the contacts 1°/2° or 2°/1° name.
dborello said:
Installed on Qtek 9100 WM 5. It works perfectly.
The only defects are:
When it is exited from the program loses the formulations of the English language and the dimension of the font.
Is not possible to set up the order of reading of the contacts 1°/2° or 2°/1° name.
Click to expand...
Click to collapse
About configuration(lang, font...): I dont know how program works on WM5. I'll try to correct it as soon as possible and i will add order of reading ( <FN MN LN> and <LN, FN> ).
thanks CDK. ill post it on my blog http://oldsap.blogspot.com
Great job - really. I love it. it works perfectly on my QTEK9100 as posted already. This is one tool which will replace the built in contacts.
Some more suggestions and hints:
- Program loading lasts very long - maybe it is decreasable??
- If i write a name the tool greps for all matches in the first and the last name. That is great. I love it. Is it possible to search also in the middle of the string. Example: Alex and i type lex
- Is it possible to grep not only first and last name but also the other fields which are defined in the Pocket Outlook Object model?
- Is it possible to have more search boxes or filter for the categories?
- Maybe it is possible to have a WM05 compile where for example a context menu pops up with all the selectable categories
- The russian/english problem posted already is also on my device
A lot of requests. Let me know if you find some useful.
Thanx anyway for this great app.
how do you install this? just copy all the files into a folder and run?
topcaser said:
Some more suggestions and hints:
- Program loading lasts very long - maybe it is decreasable??
- If i write a name the tool greps for all matches in the first and the last name. That is great. I love it. Is it possible to search also in the middle of the string. Example: Alex and i type lex
- Is it possible to grep not only first and last name but also the other fields which are defined in the Pocket Outlook Object model?
- Is it possible to have more search boxes or filter for the categories?
- Maybe it is possible to have a WM05 compile where for example a context menu pops up with all the selectable categories
- The russian/english problem posted already is also on my device
Click to expand...
Click to collapse
Ok. I give some explanation. This program is written for my request and with my collaboration. That's why i try to answer some questions and I will post, sometimes, new release.
1. This is .NET :-( Here is a "hide"-feature added to solve (temporary) this problem. I think F.T.D. post here the source code as soon as possible. May be someone rewrite this on native C.
2. May be. But this may be unusable with huge contacts lists...
3 & 4. Describe, please, what you want to see. Perhaps this will be added in the hext releases.
5. ... requires WM5 device... :-(
6. This is corrected and will be posted today (if we understand the problem correctly)
ikkoku said:
how do you install this? just copy all the files into a folder and run?
Click to expand...
Click to collapse
Yes.
topcaser said:
...
- Is it possible to have more search boxes or filter for the categories?
- Maybe it is possible to have a WM05 compile where for example a context menu pops up with all the selectable categories
...
Click to expand...
Click to collapse
I will be VERY appreciate if you show me how to get available categories in system (it might be as well in .NET)
good job
have sudjustion.. i think it's beter to put the keys in ordenary like on the keybord .. it will be faster to tape for users how know where is every key in the keybord
thanks
miky420 said:
good job
have sudjustion.. i think it's beter to put the keys in ordenary like on the keybord .. it will be faster to tape for users how know where is every key in the keybord
thanks
Click to expand...
Click to collapse
I think it will become customizable in the next releases.
For example:
- main file is a list: [picture name=text file (symbols code list)]
- every keyboards are: picture itself and text file with symbols code.
updated. see first post for details.
that's really gr8.... i like it......
is there a way this can work with .net cf2 because i have a .net cf2 loaded rom on my 8125 and when i try to run this it gives me an error
cybiker123 said:
is there a way this can work with .net cf2 because i have a .net cf2 loaded rom on my 8125 and when i try to run this it gives me an error
Click to expand...
Click to collapse
uploaded
so.. there´s anyway, or hack that allow us to change the spb mobile shell icons?
I'd like to do this as well cannot see how at the moment
SPB stuff is never as customizable as I want it to be. That's the problem with their products, IMHO. If it weren't for that, I would definitely be using Mobile Shell right now, but I want an application launcher of my own choosing, not their stupid one that is mostly about built in WM applications. If someone is able to hack Mobile Shell to customize it fully, I would be very gracious.
met3ora said:
SPB stuff is never as customizable as I want it to be. That's the problem with their products, IMHO. If it weren't for that, I would definitely be using Mobile Shell right now, but I want an application launcher of my own choosing, not their stupid one that is mostly about built in WM applications. If someone is able to hack Mobile Shell to customize it fully, I would be very gracious.
Click to expand...
Click to collapse
It actually allows you to map any programs that you want - you should try it.
The 'programs' is automatically based on recently used programs, or programs that you can pin in place. There is also a user menu where you can add/delete components as you want..
-mark
diomark said:
It actually allows you to map any programs that you want - you should try it.
The 'programs' is automatically based on recently used programs, or programs that you can pin in place. There is also a user menu where you can add/delete components as you want..
-mark
Click to expand...
Click to collapse
I agree... the program is fully customisable.... awesome.. just the icons that is VERY windowish.... sux!.. i mean Icon for Internet is the "e" of internet explorer... C´mon people.... IE... please please...
starfish_001 said:
I'd like to do this as well cannot see how at the moment
Click to expand...
Click to collapse
I second that motion.... +1
ogabriel said:
I agree... the program is fully customisable.... awesome.. just the icons that is VERY windowish.... sux!.. i mean Icon for Internet is the "e" of internet explorer... C´mon people.... IE... please please...
Click to expand...
Click to collapse
Yeah, I hate that. Makes no sense either, since you can customize icons in Pocket Plus.
Well, who knows how to change the "internet" to go to picsel browser instead of IE, and maybe remover organizer with something else from the second page?
I believe all the graphics and layouts are in the .dat files in the SPB Mobile directory. However these .dat files are password protected zip files.
Anyone know if I can remove the calender on the now screen and make my app/task list longer?
DVS_WiNdz said:
Anyone know if I can remove the calender on the now screen and make my app/task list longer?
Click to expand...
Click to collapse
how do you make task list show up? I have not been able to do that
thanks
DVS_WiNdz said:
Anyone know if I can remove the calender on the now screen and make my app/task list longer?
Click to expand...
Click to collapse
Just go to SPB Mobile Shell Setting -> Now tab -> Options (or something alike, I have russian version) and set calendar to No.
all dat files - zip it closed password (applies to SPB Plus) Password b0fm18zq
If even simpler: open file in PhotoShop, make a copy on a copy! -- draw with layers and so forth - with copies in the copy buffer - impose on the original - link sectors - remain with "SAVE" - SHELL and PLUS - very sensitive palette to change - if the file is simply to preserve the "SAVE AS ...." and the changing palette of color and depth.
sorry for bad English
for example View attachment qp_menu_btn.zip
unzip and replace it in mobile shell folder, then soft reset.
not difficult.. not impossible.
1. copy all of the graphics (png's)
2. make new ones and name them the same way (using Photoshop)
3. Stop the processes associated with SPB all of them and more. basicaly put it into "safemode for a ppc" kill all but the essential processes.
4. replace the old files with the new ones and reboot.
Note: the new files have to be identical in format (ex: PNG 24bit 96pxlX96pxl) not that it is the actual format.
Good luck.
S.V.I said:
not difficult.. not impossible.
1. copy all of the graphics (png's)
2. make new ones and name them the same way (using Photoshop)
3. Stop the processes associated with SPB all of them and more. basicaly put it into "safemode for a ppc" kill all but the essential processes.
4. replace the old files with the new ones and reboot.
Note: the new files have to be identical in format (ex: PNG 24bit 96pxlX96pxl) not that it is the actual format.
Good luck.
Click to expand...
Click to collapse
Thanx a LOT... will try that later tonight...
if someone make custom icons... please share-it....
DVS_WiNdz said:
Anyone know if I can remove the calender on the now screen and make my app/task list longer?
Click to expand...
Click to collapse
Try this.... Goto MS2.0 settings, Now screen tab (first one) click on configure, click on calender drop down tab, change setting to: None, One Week, Two Weeks, Three Weeks. Default is on auto.
I cant confirm this will work for you as I haven't tried it. (I just know the setting is there. Let us know if it works for you....
Hummm for some of us Graphically retarded people does this mean that people will be posting themes???
That would be pretty cool if you ask me. But I actually like the MS2.0. I have played and configed my ppc many many many many times now and I think I am at the point where I just want to use it.
Anyway, I do think it would be cool if people posted there own personal themes for MS2.0.
Regards,
SoBBie
Dark83 said:
all dat files - zip it closed password (applies to SPB Plus) Password b0fm18zq
If even simpler: open file in PhotoShop, make a copy on a copy! -- draw with layers and so forth - with copies in the copy buffer - impose on the original - link sectors - remain with "SAVE" - SHELL and PLUS - very sensitive palette to change - if the file is simply to preserve the "SAVE AS ...." and the changing palette of color and depth.
sorry for bad English
Click to expand...
Click to collapse
Thank you very much for the tips!
Dark83 said:
for example View attachment 74120
unzip and replace it in mobile shell folder, then soft reset.
Click to expand...
Click to collapse
Thanks this is very useful
hiii..... feel free too share all u got in one single forum
Handy Get v1.60
HandyGet For Pocket PC
Enjoy yourself,Download anywhere!
--------------------------------------------------------------------------------
- Overview
HandyGet is a Http/Ftp download manager in Pocket PC. It's easy to use and integrates itself into Pocket Internet Explorer.
It allows downloading from ftp/http servers and resuming downloads.
If you've ever waited forever for your files to download from a slow connection, or been cut
off mid-way through a download - or just can't keep track of your ever-growing downloads.
- Main features
- HandyGet is for you.
HandyGet can split downloaded files into sections, downloading each section
simultaneously, for an increase in downloading speed from 100% to 300%. This,
coupled with HandyGet's powerful and easy-to-use management features, helps
you take control of your downloads like never before.
- Multi jobs
HandyGet can split downloaded files into sections, downloading each section simultaneously, for an increase in downloading
speed from 100% to 300%
- Speed
The ability to split files into up to 4 parts, with each part downloading simultaneously. Up to 4 different simultaneous
download jobs. HandyGet just might be the fastest download software around!
- IE Monitor
Automate your HandyGet downloads with a Internet Explorer browser click.
- Proxy Support
Support for proxy servers(HTTP Get,HTTP Connect,Socks4,Socks5) for maximum downloading flexibility.
- FTP site explorer
HandyGet can browse a FTP site and download files in FTP site.The files have been downloaded will
be stored in the same folders tree with the FTP site.
- Customize
Download completed message,including screen notify,Vibrate and sound.
- Management
HandyGet is capable of creating unlimited numbers of categories for your files.Download
jobs can be placed in specifically-named categories for quick and easy access.The powerful
and easy-to-use management features in HandyGet help you take control of your downloads easily.
You can open the file downloaded by "Control" menu,and you can also open the file folder by
"Control" menu.
- Multi-Language
English
Chinese(Simplified)
Chinese(Traditional)
- FULL VERSION
- Requirements
Windows Pocket PC 2003 Second Edition
WIndows Mobile 5.0 For Pocket PC
Internet connection
touchpal keyoard
Dont forget to watch the video ( http://www.cootek.com/intro.aspx ) , its simply amazing .
Faster Input, Less Effort
Thumb-friendly big buttons
Up to 300 chars/min
Excellent word prediction
Mistyping correction new!
Innovative word association
In-place case switching
Input punctuations and digits without view switching new!
Multi-language Support new!
English, French, German, Spanish, Italian, Dutch (and more coming...)
Comprehensive dictionaries (40,000 English words, 140,000 French words...)
Dynamic language switching
Innovative word association
Accent letter prediction (e.g. press "a" for "á")
Highly Customizable
Dynamic resizable layout (enlarged/normal/reduced) new!
"My sentences" with parameters (e.g., "See you in X mins") new!
"My commands" (e.g., Undo, Select All+Copy, ...) new!
Customizable emotion symbols (e.g. :-o, ^_^) new!
Drag'n drop SPACE button
Optimized Resource new!
< 1M installation size
Install to Storage Card
http://www.cootek.com/download.aspx
Pocket mechanic and Pocket Hack
POCKET MECHANIC
Features of Pocket Mechanic include:
View detailed storage card information!
Scan disk - verify and repair logical file system errors!
Storage card format (Logical and Physical), FAT12/FAT16/FAT32 support!
Storage card defragment and fragmentation analysis!
Storage card benchmark - measures raw card read/write speed!
Storage card surface/bad sectors test!
System cleanup - powerful unused temporary and cache files delete. Secure delete feature to overwrite files containing sensible data before deleting to guarantee your privacy!
Storage folder name configuration - choose your own names for your storage card folders!
TCP/IP configuration - view details on all active TCP/IP adapters, refresh and renew IP addresses!
View, find and delete duplicated notification queue entries causing ActiveSync delays (NEW!)
Scan the registry and delete unused/junk registry keys, delete keys left by uninstalled applications, show detailed problem description on each key found (NEW!)
POCKET HACK
Features
Control the speed of your processor
Save your favorite speeds so they can be accessed quickly
Easily change the speed from the today screen
View which processes are running
Get a view of the processor load in real-time
Control the speed of your CPU
Pocket Hack Master allows you to change the default speed at which your Pocket PC's processor runs. Make the processor run faster to speed up the operation of your device, or turn it down to increase battery life (the faster a processor runs, the more battery power it uses).
When you first run Pocket Hack Master, you run a series of tests on the device to work out which speeds your processor will support. Once this has been done, pick which speeds are your favorites, and they will be available at the touch of a button to change at will.
Use the CPU load screen to find how much processor speed your favorite applications are using, to work out what processor speed you want to use as your favorite.
Use the process viewer to find out which programs are running in the background on your Pocket PC.
Pocket Hack Master runs in the background, so you can quickly change the speed of the processor from the today screen with just a tap!
WARNING: Overclocking (increasing your processor speeds) can make some devices unstable and can lead to loss of data on the device. Always backup your data before using an untested speed. Some devices overclock better than others and therefore support different highest speeds.
Samsung clock
Samsung clock
navjot2785 said:
Handy Get v1.60 & POCKET MECHANIC
Click to expand...
Click to collapse
navjot2785, please remove Handy Get and Pocket Mechanic attachments as they are license based software and no hacks/cracks are allowed on xda-dev forums. You give direct link to the original software website so that people can download the shareware version [like bryangopan].
Cricket
By this software u can easily knw about scores of any cricket match LIVE
Dialer Skin for P3400
Hi navjot, bryangopan
Any idea how to change the dialer skin for HTC Gene (P3400). Have read a lot of threads on changing dialer skins but they all seem to be for other devices. Desperataley searching for a nice (possibly blue coloured) dialer skin for my P3400. Any help would be highly appreciated.
Regards,
Md. Irfan
Dialer skin
irfan2288 said:
Hi navjot, bryangopan
Any idea how to change the dialer skin for HTC Gene (P3400). Have read a lot of threads on changing dialer skins but they all seem to be for other devices. Desperataley searching for a nice (possibly blue coloured) dialer skin for my P3400. Any help would be highly appreciated.
Regards,
Md. Irfan
Click to expand...
Click to collapse
dialer skin for wm5 ....enjoy
It supports Smart Dial?
Thanks Navjot for such a quick response.
However, before installing this cab, I want to confirm whether this skin supports Smart Dial feature. I am asking this because in many threads I read, it was mention that certain skins do not support Smart Dial or that one has to disable Smart Dial before installing that skin.
Once again thanks a lot for your support.
Regards,
Md. Irfan
N_OS
irfan2288 said:
Thanks Navjot for such a quick response.
However, before installing this cab, I want to confirm whether this skin supports Smart Dial feature. I am asking this because in many threads I read, it was mention that certain skins do not support Smart Dial or that one has to disable Smart Dial before installing that skin.
Once again thanks a lot for your support.
Regards,
Md. Irfan
Click to expand...
Click to collapse
No irfan this skin does not support smart dialing feature
HTC PLUS
htc plus 100% working on GENE
WM 6.1
Can anyone plz upload screenshots for new wm6.1 rom .(today screen ,settings,programs)all coners of htc....would be thank full
wm6 glossybar
no need of instalng wisbar advance ..nw u can get wm6 like bar with this app.
navjot2785 said:
Can anyone plz upload screenshots for new wm6.1 rom .(today screen ,settings,programs)all coners of htc....would be thank full
Click to expand...
Click to collapse
Please search the thread (http://forum.xda-developers.com/showthread.php?t=372229 ) carefully before you post buddy... screen shot of wm6.1 is there already in the post .. Any ways to " whome so ever needed "
I am attaching screens of my wm6.1 gene below
best video player ever
TCPMP , it works great
download here http://www.freewarepocketpc.net/ppc-download-tcpmp-v0-72rc1.html
The best thing i like is , i dont think there is any more codecs ever made in video .. this one right here plays any **** ....enjoy..!!1
..............
bryangopan said:
Please search the thread (http://forum.xda-developers.com/showthread.php?t=372229 ) carefully before you post buddy... screen shot of wm6.1 is there already in the post .. Any ways to " whome so ever needed "
I am attaching screens of my wm6.1 gene below
Click to expand...
Click to collapse
buddy am not intrested in today screens nd about screen ..I already knw that but I just wana knw differences in features ..like watz new in wm6.1 it is just a name wm5 changes to wm6.1 .. or is that features ..plzz let me knw wat r the updates in wm6.1 ..would be thank full for your help
@bryangopan: What theme is that dude? that black colour one you;re using..
Black
check this out http://forum.xda-developers.com/showthread.php?t=343175 try out this colour settings ..install UI tweaker and open syscolour changer nd import this setting 'DARK' ..nd saw the changes
navjot2785 said:
buddy am not intrested in today screens nd about screen ..I already knw that but I just wana knw differences in features ..like watz new in wm6.1 it is just a name wm5 changes to wm6.1 .. or is that features ..plzz let me knw wat r the updates in wm6.1 ..would be thank full for your help
Click to expand...
Click to collapse
The main difference is about messages , which they have added the smart messaging system , in which you open a sms from a particular person ( a new one ) .. You will see it in a single page titled conversation from (that particular person ) ;;;;;;; See attachement
windows live
finger scrolling ( which i installed )
domain enroll
adobe flash lite ( very useful for 3 d cube installation )
one note ( office package)
even the home screen is the one i installed
basically you have to customise the whole thing to your needs , The resouces are plenty in the forum .. Start searching .
Hay,
i'm trying to develop a program, in VB.NET. i call it wDiary stands for Workout Diary.
The purpose is to let the user choose 4 (or more) sports to save progess/daynotes of, and to view the txtfiles, like a dayly diary in a calendar.
i have comed to that part where i'm want to save a file in a spesific directory.
like save:
"Jogging - " + date".txt in %MyDocuments%\wDiary\Jogging\
print textbox1.text in line one and so on
like the this code
Code:
FileOpen(1, My.Application.Info.DirectoryPath & "\Jogging - "+date".txt", OpenMode.Output)
PrintLine(1, TextBox2.Text)
PrintLine(2, TextBox3.Text)
FileClose(1)
But thats a code i used for an Windows app. I want the same function for my Touch pro (WinCE 6.1) :/
Fraction
Reserved..
Just a quick one, and I understand English might not be your first language but a Dairy is where they bottle milk, and make other dairy produce like cheese and cream.
I think your app should have been called wDiary - as in a diary of events
I'm not taking the mick here, just offering a bit of help As for the file editing, what language are you doing it in? C++.net, C#.net, VB.net?
If it's vb.net you're using - this site has some decent basic file routines (checking if it exists, adding text, appending, closing etc)
Hope this helps
Doing a quick search, it points out to be VB.net indeed. Try stating which language you use next time.
The link in the above post should give you sufficient info.
FrederickUK said:
Just a quick one, and I understand English might not be your first language but a Dairy is where they bottle milk, and make other dairy produce like cheese and cream.
I think your app should have been called wDiary - as in a diary of events
I'm not taking the mick here, just offering a bit of help As for the file editing, what language are you doing it in? C++.net, C#.net, VB.net?
If it's vb.net you're using - this site has some decent basic file routines (checking if it exists, adding text, appending, closing etc)
Hope this helps
Click to expand...
Click to collapse
****, now i'm embarrassed. no, english is not my primar language. hehe.
Visual basic.net
EVILRipper said:
Doing a quick search, it points out to be VB.net indeed. Try stating which language you use next time.
The link in the above post should give you sufficient info.
Click to expand...
Click to collapse
i have edit the topic, and the first post. thanx, i forgot.
Fraction
You should be able to use the standard System.IO.StreamReader and System.IO.StreamWriter Functions. I can code this in c# if you can translate to VB.net.
Change of direction
Actually let me make another suggestion. Sometimes when writing a small app to collect data I use a very lazy yet very usefull feature of .net DataSets.
I databind the controls to the dataset by dropping the dataset on the form and assiging the bindings via autogenerated bindinsource component. All I do now to read and save are the following lines of code
Read:
Code:
dataSet1.ReadXml("mydb.xml");
Write
Code:
dataSet1.WriteXml("mydb.xl", XmlWriteMode.WriteSchema);
It might not be pretty but it does the trick. Also less code and no need for parsing XML
yes please
cornelha said:
You should be able to use the standard System.IO.StreamReader and System.IO.StreamWriter Functions. I can code this in c# if you can translate to VB.net.
Click to expand...
Click to collapse
Yes, please
I have one more thing, if sombody can help. the Design seems perfectly in Visual basic. put when i deploy it to the emulator it looks smal and rubbish. the buttons (png.files) gets streched in width and pressed in the height. so, how can i design in 480x640 (VGA) for my Touch pro :/
I've set my emulator settings to USA WM 6.1 Classic and it works fine when deployed to my touch pro. If your screen resolution is fairly high (I use 1280x1024) you could use USA WM 6.1 VGA but it filled my entire screen. You might have better luck if you use 1600x1280 or whatever (or run multi-monitor)
Hope this helps
FrederickUK said:
I've set my emulator settings to USA WM 6.1 Classic and it works fine when deployed to my touch pro. If your screen resolution is fairly high (I use 1280x1024) you could use USA WM 6.1 VGA but it filled my entire screen. You might have better luck if you use 1600x1280 or whatever (or run multi-monitor)
Hope this helps
Click to expand...
Click to collapse
i Also use 1280x1024, and i (usa?)VM 6.1 profesional.
and yes it it fills my hole screen ;P