HTML editing on the fly. - Windows Mobile Development and Hacking General

Good morning everyone,
I hope your all well.
I have been updating various bits and peices up on my web site recently, just adding a blog and some pics/files for download.
I am finding that I am using my PC to edit my web pages and then uploading from my PC or my PPC.
I have never even tried to create a .txt file on my PPC before - I have just used pocket word in the past if I needed to do any typing on the go which seems to only use the pocket word format.
Does anyone know of any good HTML editors or just plain text editors that you would reccomend for this platform?
I am using a HTC Advantage running WM6.
I really want to be able to open and edit .htm/.html on the go and then upload direct to my web site.
Total Commander seems to connect up to my site ok so I can upload. - Resco explorer seems to fail to authenticate correctly
Just need a good HTML editor.
Anyone help?
Many thanks all.

http://www.freewareppc.com/docs/notepad.shtml ?

ive tried a few including the only php editor and testor (which doesnt work very well but when it does only works for basic php commands anyway)
this is the current HTML editor im using although it does have a few issues and will error from time to time but still one of the more decent as it allows for previews inside the application.
its called pocket html available from here... http://www.isquaredsoftware.com/
works otherwise fine on the hermes (WM5)

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

pdf files better way?

I'm frustrated by the way pdf's are forced to completely redraw (or maybe reload) themselves when you scroll around within a page. It makes them a time consuming hassle. Is there any way to make it scroll smoothly? I'm using the clearvue pdf viewer that was loaded with the Cingular 812555.
u have mobipocket and others, but most of them arnt free...
http://www.mobipocket.com/en/eNews/default.asp
and im not sure if it solves ur problem, i just suggest alternatives to try...
Thanks trashman for the suggestion. I'm not worried about paying for the program if it does the trick (though of course I would rather find it for free). Does anybody out there know if mobipocket will help smooth out scrolling when viewing PDF's?
mgspeed said:
Thanks trashman for the suggestion. I'm not worried about paying for the program if it does the trick (though of course I would rather find it for free). Does anybody out there know if mobipocket will help smooth out scrolling when viewing PDF's?
Click to expand...
Click to collapse
It won't display PDF's, you'll need to convert them, which may result in problems unless your PDF source is fully text-based.
That is, don't even try to convert a, say, graphics-heavy tech book to the Mobi format.
dunno with heavy graphics but with normal graphics, pictures and so on i have no problem with it...and it scroll fast on text and relatively smooth on graphics...
but mene is correct, u cant read a pdf right away, it need to be "converted"...
Trashman said:
dunno with heavy graphics but with normal graphics, pictures and so on i have no problem with it...and it scroll fast on text and relatively smooth on graphics...
but mene is correct, u cant read a pdf right away, it need to be "converted"...
Click to expand...
Click to collapse
Yup, with a normal, say, literature book the Mobi format is much better than PDF.
I for one am a fairly heavy PDF user and have always gone back to the bloated Adobe Reader 2.0. Just found this Foxit Reader for Windows Mobile which is still beta but was quite impressive. No installation, just a small executable that I copied to my Program Files directory and changed the PDF default viewer in the registry. It has a stupid nag screen and an Evaluation banner at the top of the that I'm sure will disappear when it's actually released. Looks like it has promise.....
I tried 'em all on my 8125, and settled on Foxit Reader. It only cost me $9.99 for a licensed version, and it works as well as any. It is very fast, takes up very little room and redraws seamlessly. The only drawback to it is that it has no find function. But tables of contents and links within documents are both fully functional. It's the best pdf viewer I've used in all my years of using PDAs and Handhelds.
This is the URL to the beta download, but if you contact the company they are very good about communicating with you.
http://www.foxitsoftware.com/foxitreader/rd_ppc.php
You can contact Sales here: [email protected]
I did have some trouble in getting the licensed version to keep my registration key from one session to the next, and had to get about 4 different "new" versions from them before they finally got me the fully licensed executable, but they didn't give up and their replies were timely.
Overall I'm very happy with it. I even open 6+Mb manuals with it and it is very fast in doing so, and just as fast in navigating within those large documents.
G'luck
Okay. The I downloaded the Fox Reader evaluation. Is there anyway to make it the default reader once you get the licensed version?
By the way - it's much quicker to use than the clearvue reader.
RepliGo PDF Mobilizer looks quite nice as well. The viewer for pocketpc is free, but you'll need to convert your PDFs to a custom format with their software, which is shareware (but nothing a quick search with Google can't fix).
The converted files are about half the size of the original PDF without losing layout/features etc.
addicus said:
Okay. The I downloaded the Fox Reader evaluation. Is there anyway to make it the default reader once you get the licensed version?
By the way - it's much quicker to use than the clearvue reader.
Click to expand...
Click to collapse
Use a registry editor, navigatate to HKEY_CLASSES_ROOT. Look for pdffile. The Shell\Open\Command. Open the key and copy the text to the clipboard. (Mine says "\\Program Files\FoxitReader for WiM5.0.exe" %1" Close that and go down to Opendoc\Command and replace the text in the entry there.
Dr Puttingham said:
Use a registry editor, navigatate to HKEY_CLASSES_ROOT. Look for pdffile. The Shell\Open\Command. Open the key and copy the text to the clipboard. (Mine says "\\Program Files\FoxitReader for WiM5.0.exe" %1" Close that and go down to Opendoc\Command and replace the text in the entry there.
Click to expand...
Click to collapse
I just found this thread again. I dl'd total commander and this worked perfectly. Thanks Dr.!!!!!

Registry Editor

As we all know, a registry editor is pretty important when modding our devices. I personally hate doing registry edits on my wizard and it JUST SO HAPPENS that today while searching for a new registry editor (i lost my wizard in toronto a week ago and didnt have any software for it anymore!) i found one that works wonders and is based from a PC instead of the PPC. seems to work well for me. check it out! it is attached and it is freeware. it seems to work great with WM6 so i would say its safe to assume it will work with at the very least 5 also if not older versions of WM.
just thought id give back to the community since i have used this resource time and time again!
Total Commader and Task Manager, which come with many custom ROMs, already contained a full-featured registry editor with import/export functions, so why install another one?
this is not based from the PPC if you read my post. its much easier to navigate via your pc as i mentioned in my post.
Just use mymobiler. You can do EVERYTHING on your mobile from your desktop with that program. Then TotalCommander or another program can retain their value as multifunction programs capable of file management, text file editing, and registry editing.
Myrddin Wyllt said:
Just use mymobiler. You can do EVERYTHING on your mobile from your desktop with that program. Then TotalCommander or another program can retain their value as multifunction programs capable of file management, text file editing, and registry editing.
Click to expand...
Click to collapse
personally as a geek myself, if there is an app that removes the actual interaction of the PPC and moves it into a native windows app id much rather use that. the problem with this app is it still mimics the physical interaction of the PPC. something the registry editor i posted above isnt doing. its mimicking regedit in windows but accesses your PPC.
just to prove my point here are two pics of examples.

Ideas for the Web Developer, Suggestions?

Hey Guys,
I'm dropping my Kaiser and getting the TP2, should have it in a couple days. I'm just curious is anyone doing Web Dev form there phone. I find myself going out for meetings and discussing all kinds of ideas but never found an efficient was to make updates with raw XHTML editor and a good ftp program.
I forget what editor i was using, but the ftp in total commander never worked well for me for some reason.
Any ideas how I can go about FTP, and file editing to do web updates. I mainly work with xhtml/css/php.
Perhaps a simple photo program as well, doesn't have to have the great features of photoshop, but cropping and that kinda thing.
Any suggestions is appreciated,
thanks in advance.
I use Notepad Mobile. It's simply a plain text editor that's great for editing CSS, HTML, PHP, etc... Freeware.
http://www.shamasis.net/projects/notepad-mobile/
For FTP, I use Resco Explorer 2008 - it's commercial and pricey (at $30,) but the FTP add-in works very well for me. Better than others I've tried.
http://www.resco.net/pocketpc/explorer/default.asp
I don't know if this edits in place remotely as I haven't tried that - I simply download the file, edit, then re-upload.
(I have no advice on photo editing...)
Forgot to mention - on the text editor, it doesn't feature syntax highlighting, auto completion, grouping or anything like a good desktop editor would. It's just a plain ol' text editor, but it works very well for what it is.
If someone knows of a more powerful editor, I would be interested in that as well...
Until then, it certainly gets the job done.
Perfect,
Thanks for both of those, I'll try out Resco Explorer 2008 and see if I like it. Also I only reupload files as well, don't think they have a true editor yet where you can ftp in and save on the fly.
I looked all over for a good graphics editor and absolutely no luck. You can get image resizers and stuff, but im looking to create buttons and what not, a gradient tool with a cropping tool.
Im looking at this right now, may be useful handles psd's
http://pocketnow.com/software-1/editing-photoshop-files-on-windows-mobile

Explorer=)

I HAVE tested a nice tool . you can get in Windows store :
search for:
Pocket File Manager
it is a real file Manager.... some less fuctions are missing but it is very very nice.. and all they have told me it is impossible.... it is possible how you can see it
it works fine and great .... it can follow: send every file by Bluetooth... you can open every file it is legal docx, rar, zip txt . jpeg, mp3 , mp4 ... realy legal ... it opens what is on the device! !!! and you see a great file structure and you can use skydrive........ everyone who says it is impossible im think that they doesn't try whats possible ...
I have find somtehing interessting
http://forum.xda-developers.com/showthread.php?t=2290261
maybeee it should us help to get a Explorer to wp8
Have you looked at the description? It is limited in exactlly the same way as described around here all the time.
Limitation (Please read it!):
Windows phone has some limitations which prevent third party applications from accessing parts of files system. You cannot access video files, music files, Document folder. So, until Microsoft open it, please do not ask us to implement this feature. It is impossible right now.
Click to expand...
Click to collapse
It can access SkyDrive, FTP servers and it's own private storage. You CAN NOT access the phones Documents Folder and other Folders. You can launch an Office Document and edit it but it will then be saved to the Office Hub and the Explorer Application will still retain the old version prior to editing.
So while this does look like it works around it a file explorer in the way that people are demanding is still not possible.
StevieBallz said:
Have you looked at the description? It is limited in exactlly the same way as described around here all the time.
It can access SkyDrive, FTP servers and it's own private storage. You CAN NOT access the phones Documents Folder and other Folders. You can launch an Office Document and edit it but it will then be saved to the Office Hub and the Explorer Application will still retain the old version prior to editing.
So while this does look like it works around it a file explorer in the way that people are demanding is still not possible.
Click to expand...
Click to collapse
i have tested the tool ! and it works .... it reads out some lokal files and the complete Photo and Video library!! it is a tool for lokal the link in the link it is development of it that will be release in future
but that what im testing it works everything what im saying.. and it is a file Explorer for local and for skydrive!!!! as i tested some other tool too ... it is a pdf Reader... not the Microsoft one! another one ... it can be read out the pdf files of sdcard and on local phone ... .. so im think it is possible to do a great file Explorer but we have to try it..
http://www.1800pocketpc.com/file-explorer/
Oh boy
I wish it were trued, but it aint.
Second, what Stevie said.
presumption
im think we can use one trick ... srry im not a guy who can much develop
but the idea is maybee great?
if i can Open a file of the Folder of the pocket Explorer so maybee Folder Pocket Explorer\docs\Alice in wonderland.docx in word mobile 365 /15 opend it ... but the Office hub can't find the file if im opened...... but in the functionality it opend................ im think the "lock" isn't realy a lock....... im think it is something like a key in the Windows regestry of wp8 ...that disable the Show of other Folders... but every tool can be Access all the Folders that are on the phone...... if it was a real access lock it isn't be possible to open a docx file in word from a Folder outside it is registered in Office hub ... in the tool it is added the photo hub ...
im think a clever developer shouldbe can solve the Problem without to Bypass the "lock" of MS ... Note ... In Real Windows 8 it has security informations .... but if the locked for some users you can't see the files and you can't opend it.... but im think in wp 8 there isn't this the Problem ... the Problem is it disabled in the regestry to Show something that can be accsess all the Tools
No the developers can't bypass this, as far as I am aware. It isn't just the registry key (you may be right about that one), but the runtime itself does not allow these kind of things. I have been looking for way to break the file associations, and there seems to be none, other than jailbreaking and hacking into system settings.
Yep tested this one today on my new Lumia 520 and it even does not show the music folder -_- ... Stupid limitation from MS.

Categories

Resources