del.icio.us favorites using Pocket IE - JASJAR, XDA Exec, MDA Pro General

I enjoy the freedom of being able to access my favorites (through del.icio.us) anywhere. This need was a increased when I got my Universal, unfortunately del.icio.us does not have a mobile optimized view, so I hacked together a couple of html pages to allow me to browse my tags and favorites in a simplified mobile view.
If you would like to give them a go, I have attached the two files in a zip. Unzip the file and drop the two html files somewhere (in the same directory) on your PDA. Mine are in /My Documents.
Open the file 'delicious.html' in PIE. The easiest way is to find the file using the File Explorer and open it. When you have loaded it why not bookmark it (or go wild and set it as your homepage).
These files are not Universal specific, but haven't tried them on any other PDA - should work on most Windows Mobile 5 devices though (perhaps even WM2003).
Have fun,
Martin
p.s. There is also a service called mobilicio.us for mobile access to del.icio.us, try it out, (I find this too WAP focused for my needs)

Update to support Google search and google mobile proxy
Just made a couple of updates. (The new files are in the attached zip).
1) I thought it would be handy to create a special page to start from - so I have put google's xhtml search on it as well as listing all items tagged as mobilefavorites from del.icio.us. If you want this, set your home page to DeliMobile.html (to get to the full tag list, just click on the page header)
2) Against each link I have put the option to view the page through Googles mobile rpoxy - giving you a more lighweight view of some pages. This means I didn't have to bookmark both a full and a mobile version of each link.
Hope you enjoy,
Martin

Related

Tutorial: How to create a shortcut to a specific midlet

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

Word Mobile "new file" open error

Hi y'all,
been tidying up my directories on the Xda mini (what a mess on the std install).
Since then I cannot open a new word document, comes back with "a problem with the document has been encountered and it cannot be opened"
I suspect I may have deleted a template file that Word uses when opening new doc's by mistake (maybe like the normal.dot in full blown word?)
Anyone know if this is the case, and if so what the file name would be?
Thanks
Paul.
You,ve probably deleted some templates in \my documents\templates on your device.
Find them all enclosed including a zoom fix for pocket excel - normal.xlt that gives excel 75% zoom if you use it as a template for your excel sheets.
next question....
Thanks Mark,
have downloaded the templates but Word is still not seeing them.
When I go "menu" - "options" the "defalt template" drop down is empty
Part of my original issue is the illogical structure of the directories on the device with what appears to be multiple instances of folders eg :\documents and setting\my documents as well as \my documents
Equally their are a number of "templates" folders around
Any suggestions on how I can alter where Word looks for the templates?
Paul.
The template that is like normal.dot is blank document.dot and if word is not seeing this you must of deleted something else. Are you sure you have placed the templates in the right place, so it should be on the device memory \my documents\templates\blank document.dot
If it is and still not working suggest you do a hard reset - but all is not lost if you don't want all the o2 extras that fill your device and slow it down once the hard reset is almost complete and the o2 stuff is just about to install do a quick soft reset and the extras wont be installed (be warned you have only 3 secs to do this)
Word Mobile templates
I cannot open this zip file which is suppose to contain template files for Word Mobile to work properly.
Attached Files
templates_434.zip (252.3 KB, 60 views)
I downloaded the zip and it opened just fine - what was the error you encountered? did you try unzip on pc and ppc.
If no joy - give me your email addy and i send them to you.
Word Mobile templates
I get an error from Winzip -- Cannot open file: It does not appear to be a valid archive. If you downloaded this file, try downloading it again." (I have, several times, and I tried opening the file instead of downloading it.)
Also, my issue is that WM6 Standard (smartphone) Word Mobile will not open Word files, but Excel Mobile and Power Point Mobile work fine.
I am running WM6 on a T-Mobile Dash.
The issue you discuss appears to be related to Pocket PCs, not Smartphones.
If you think they will help, please email the template files.
Ray
[email protected]

Folder structures - can't see files from word or excel

Does anyone have a hack that would allow me to view and save data files at a lower folder than the first level?
I.e. my folder structure is \Personal\Financial\ but excel and word can only see files stored under \Personal\ and not the next folder down. I need to be able to access this second level from within the application.
Would be a great help to me.
If you haven't installed Mad Programmer's dialog changer, you're not using your pda properly.
http://www.pocketpcmag.com/forum/topic.asp?TOPIC_ID=17133
V
Thanks vijay555 but this is not in relation to installing apps.
There is a particular problem in WM2003 whereby if I store for example my pocket excel files in the folder:
\Financial\Spreadsheets\
I cannot access this folder from Pocket Excel but only from File Explorer. Pocket excel will only show the files existing in the folder "Financial" here. It means that when I create a new excel (or any other document) from within the application, I have to save it to the "financial" directory first, then manually move it to the next folder down.
Same applies to Pocket Word, Listpro etc files (any files in fact).
Paul
pauldcullen: although the link I gave is talking about installing cabs and stuff, Mad Programmer's dialog changer hooks into the OS and changes all of the rubbish OS dialogs (that only allow you to see My documents etc) and replaces them with the more advanced kind that let you navigate anywhere.
The link I gave is a useful one on installing the app itself, because Mad Programmer's website is generally Japanese. But hopefully, try installing the app and you should be able to navigate anywhere for saving files.
http://www.geocities.co.jp/SiliconValley-Cupertino/2039
Ensure you use the right version for your OS.
V
thanks a lot I'll give it a shot - any stability problems with it?
I've never had any and used it for > 1year on both Wm2003 and Wm5.
V
vijay I've installed it and it seems to work for SAVING new files into a sub-directory which in itself is great!
However, as soon as I OPEN pocket excel etc, I cannot see these files in the subfolders, only those in the parent folder - any ideas?
Thanks for your help!
Paul
Hmm, I just noticed that...
It seens mad programmer only hooked the saving, not opening dialogs.
Not the best option I know, but I never open files using word, I use gsfinder to locate them and open directly by double clicking.
Other then that, I don't think Word was "designed" to show the subfolders as you've got them configured. PITA I know.
V

How to Open PWI FIle on Windows XP

I have created on Note Containing some diagram in NOTES Application in Windows MObile 6.1
The file saved is of extension .pwi.
I want to open the file and copy the contents from it on to my Laptop.
Please Help..
Ashu
Just open it with Word..
Wouldn't life be easier...
It would be so nice if it were that simple... I have Word 2007. Do I have to install any plugin?
Thanks
when you open it with MS word,the system will warn you to download a new patch,then go on,IE will open the page of MS automatic, ok, guy, download the file ,you can open the File Format pwi
my ENGLISH is so poor,but i belive you konw what i mean....
didn't work right
I tried both openign this in office word 2007 in which I was promted to pick and encoder either ms-dos or windows 9default or other and non of those did anythign but show the .pwi as code not a drawing and office word 2007 did not ask for me to download said patch do you know were I can get the patch manually
I also tried opeing it with IE with no results please help
.Pwi
.Pwi In 2002
.docx In 2002
Allowing Microsoft office 2002 to open a document that is 2007 docx.
also pwi documents, & .Txt
*this convertor available from microsoft will hopefully allow you to open
.docx
.Pwi
.Txt
.and a few more i cant be asked to list...
in microsoft office 2002
Available from
http://www.microsoft.com/downloads/...70-3ae9-4aee-8f43-c6bb74cd1466&displayLang=en
**I personally use Office 2002, and it works fine, should also work seemlessley with office 2007
Casper the friendly ghost the friendlyiest ghost in town
If for any reason it doesnt work please feel free to contact me directly, as i have mine working absolutely fine and am now going to try and make 2007 do the same thing... I actually only do this so i can scribble up how to's and resolve compatability issues so if you have a problem Please bug me, if my one works so can yours!
*excuse the title but life behind a machiene gets a lil boring!
Can't open PWI files with Word 2007
I've got the same (or a similar) problem to others in this discussion. I've got lots of Note (PWI) files created on my XDA using Windows Mobile 2005. I want to open these with Word (or any other desktop application). I've only got Word 2007 running on Vista, which doesn't recognise these files. OneNote 2007 doesn't recognise them either. I can't believe it's a good idea to try to install a converter that was written for Word 2002 into Word 2007, as suggested here. I don't feel like taking this risk unless someone has actually done it and can say it works...
Surely there _must_ be a way of accessing these files on a Vista/Office 2007 PC?
Thanks - Rowan
how to open psi file in XP or Vista
Hey, try to use My Mobiler to open your .psi directly from your computer,
highlight the content of your whole file by selecting all,
copy n paste the text onto a new notepad.
There you are.
Above all, you need to download My Mobiler and install it. It's a freeware n has been around for quite sometime.
For details can refer to
http://www.pocketpcfreeware.com/en/index.php?soft=1866
or google for it.
Thanks for this idea. I've downloaded this package and it does work, as you say. But it's a very roundabout and tedious way of opening a PWI file that I have on my desktop PC. I've got to:
1. Connect my mobile up to my PC.
2. Copy the file from my PC to my mobile.
3. Open up the virtual window on my mobile using MyMobiler.
4. Open the document on my mobile, via the virtual window.
5. Select and copy the text.
6. Paste it into a document on my PC.
Why on earth can't there just be an import filter into Word 2007, or a notepad-like application that can open PWI files as text? Why, for that matter, can't I open them in OneNote 2007? Are Microsoft trying to punish me for moving to Office 2007 or something?
I know other people need to import "ink", but I hardly ever use this, so I'm just interested in text.
Thanks - Rowan
This is simple:
1. Open Word (2007)
2. look for the file pwi to open
3. open it!
If you do this just by clicking the file it won't work. Why? Because some knucklehead in Microsoft didn't think things through.
mikexmyers said:
This is simple:
1. Open Word (2007)
2. look for the file pwi to open
3. open it!
If you do this just by clicking the file it won't work. Why? Because some knucklehead in Microsoft didn't think things through.
Click to expand...
Click to collapse
THAT DOES NOT WORK!
Not opening in word by clicking it is simple and easy to fix. It's called file association.
But Word 2007 does not recognise the pwi file format. I've recently installed both office and the converters (which do say that they are for 2007 BTW).
(edit) OK - after that I got it to work.
You HAVE to have activesync installed on the machine you are trying to open it on.
It didn't work - I installed activesync - it still didn't work.
I connected the PDA - and copied over a pwi file to the PC. I could then double-click the file, and word did recognise the file format then.
g.turner said:
THAT DOES NOT WORK!
Not opening in word by clicking it is simple and easy to fix. It's called file association.
But Word 2007 does not recognise the pwi file format. I've recently installed both office and the converters (which do say that they are for 2007 BTW).
(edit) OK - after that I got it to work.
You HAVE to have activesync installed on the machine you are trying to open it on.
It didn't work - I installed activesync - it still didn't work.
I connected the PDA - and copied over a pwi file to the PC. I could then double-click the file, and word did recognise the file format then.
Click to expand...
Click to collapse
What can you do if you no longer own the PDA that made the .pwi files? I need a way to read these files...
mikexmyers said:
This is simple:
1. Open Word (2007)
2. look for the file pwi to open
3. open it!
If you do this just by clicking the file it won't work. Why? Because some knucklehead in Microsoft didn't think things through.
Click to expand...
Click to collapse
It does open but, if you are like me and use it for a mixture of diagrams and handwritten text (all 'ink') don't expect it to display as it does on your device.
Much better to open and simply take a screenshot(s) to import.
The Homer at MS ought to be required to use this for a month so he/she understands the p**s-poor conversion and how irritating it is
my note file from htc hd2 is all grabled(unreadable charachters. microsoft word open but asks to select encoding that makes document readable.. there's TONS and none of them can i read my notes? any help please. i'd like to be able to save my notes from phone to desktop and read them!
Thank you
It seems to work in OpenOffice.org Writer. I can open a .pwi file in Writer and then save it with same name and format. When I open the file on my phone it looks like the text is in another font but that's no big problem.
To sync the file via Windows Mobile Device Center (ActiveSync) I have to close OpenOffice completely.
I've searched internet during whole day for how to restore my notes from my X1 which is sold! Installed OpenOffice, Microsoft Office 2007 - nothing helped!
Nothing except one guy's little program from 4PDA.ru. This guy's name is Mike Sinkovsky, his post is here
I think he won't mind if I post his program here(sources can be obtained from the link above). Attached.
P.S.: If you have lot of pwi files, maybe the my bat-file will help you which contais this line: "PWORD.EXE %1 > %1.html". As you see you must run it and give your pwi file as a parameter to it, and it will make readable HTML file from it.
P.P.S.: Mike Sinkovsky, thank you again!
Could you explain how you're using this pword app? When I open it, I see a command screen flash up for a second then disappear. I don't see any way to use it.
Thanks!
1. Create a shortcut on desktop.
2. Open shortcut properties.
3. To the string which is specified in "Target" add name of your pwi file (assuming that it's situated in the same folder) + " > 1.html" (should look like "C:\pword.exe mynote.pwi > 1.html")
4. Press ok
5. Run the shortcut.
6. Check the newly created 1.html file in the same folder you have pword.exe
the program works like a charm, thanks! You saved me a lot of tedious copy&paste time..

Internet Tab - Links and Browser App

In HTC TP2, there used to be a file internetPortal-en-us.xml that can be modified to control the browser app and the links on the Internet Tab.
Is there any such file for TMo HD2 as well? I couldn't find internetPortal-en-us.xml and also looked at /windows/27c65cbd_manila, but it does not match the links that I presently have in my internet tab.
Thanks
the internet tab favourite links are held in
hklm\software\htc\manila\internetpush\enabled then numbered keys, 000 being the top left quicklink.
to change the search engine used when you use the search box, (and indeed change the format of the results)
HKCU/software/HTC/manila
and if there isn't already an enry for 'internet.searchurl' then create one, as a string value, and in there goes your preffered search engine.
You must also include a '&q=%s' onto the address, otherwise it will not pass your query from the search tab.
Mine looks like this
http://google.co.uk/search?hl=en-GB&output=html&q=%s
which forces google.co.uk, with html output (instead of mobile).
Thanks a ton!!

Categories

Resources