If I try to open an html page in opera classic (or integrated nook browser or coolreader) all images and relative paths do not work!
I see a page without images and with broken links.
I have some book in html format, how do I see correctly?
I'm not sure what Opera "Classic" is.
Opera Mini uses HTML that has been "pre-chewed" by servers.
It can't work on local files.
Opera Mobile can view local files.
Renate NST said:
I'm not sure what Opera "Classic" is.
Opera Mini uses HTML that has been "pre-chewed" by servers.
It can't work on local files.
Opera Mobile can view local files.
Click to expand...
Click to collapse
I think opera classic is the same of opera mobile:
Menu --> Help --> About Opera:
Opera Mobile
Version 12.10 ...
For example i try to open the offline html version of this site http://www.ibiblio.org/kuphaldt/electricCircuits/ (this is the compressed archive http://www.ibiblio.org/kuphaldt/electricCircuits/liechtml.tar.gz )
The page opens but I do not see the pictures and the relative links are badly internal converted (file://localhost/DC/index.html instead of file://localhost/sdcard%2FMy%20Files%2FBooks%2Felettronica%2Fliechtml%2FDC%2Findex.html , i think %2F is slash and %20 is space)
You could try?
Works fine for me.
I un-targzipped it on my PC then transferred the files.
(Of course I use adbsync to copy things over, see signature.)
adbsync E:\Biblio "/sdcard/Biblio" /s /acsu /v
Note: file:///something.html = file://localhost/something.html = file://127.0.0.1/something.html
Maybe you unpacked it in one directory (flat)?
That's a cute little engineering book.
Note: file:///something.html = file://localhost/something.html = file://127.0.0.1/something.html
Click to expand...
Click to collapse
Yes, but the directory is wrong! There is totally missing "something"
file://localhost/someting/DC
Renate NST said:
Works fine for me.
...
Maybe you unpacked it in one directory (flat)?
Click to expand...
Click to collapse
I have extracted all the directories correctly (In fact, I have no problems on my PC to view pages)
Code:
[email protected]:~/Desktop/liechtml$ find . -type d
.
./Devel
./Exper
./Ref
./Digital
./Semi
./AC
./DC
Be warned I found 12.10 to be very unstable on my NST.
Related
If I put in an URL which ends .jpg rather than gives a webpage address, PIE asks me if I want to download the image and open it after downloading.
What I actually want to do is VIEW the image, without having to click "Yes" and then having to wait while it fires up the Picture Viewer.
Can I change this behaviour?
Can nobody help?
I tried exactly the same thing on an Orange E200 (very old Smartphone!) and it works perfectly - image displays straight away in the browser, no prompt for "download and open file".
I just want to be able to see the jpg directly in PIE, and refresh if I want. Easiest way of viewing my webcam!
timetex - don't know about the specific question, but why not just knock up a tiny bit of html just holding the jpg <img> and address. That way, you refresh the html page, not the jpg? This will also allow you to resize it to fit your screen etc as well.
V
Good suggestion, vijay, and if it was a computer generating the jpg, or I had control over it, that would be the first thing I'd look at.
However, its a camera. To be specific, an IP Network Camera I've got setup on my home network. It has its own built in webserver and makes use of an ActiveX plugin to "stream" video over http:// connection - so using my desktop PC, I just put the IP address of my router (or my domain name) into the browser, and the ActiveX / WebCam does the rest.
However, PIE will not accept the stream.
I've found a website detailing how to access specific data from the camera using either cgi commands or this function I'm using - the ability to view a single jpg image using a http://xxx.yyy.zzz/CamImg.jpg address.
As I said, this works fine on my Orange E200, but not in PIE on the MDA Pro. Annoying.
I guess I could get the camera to FTP the image to my hosted webspace and generate some HTML to view it there, but this just seems a silly way to do it, and rather wasteful of my bandwidth, as it would have to keep sending regular FTP just in case I wanted to view it (permanently overwriting the same filename every second or so) whereas if I connect directly to the camera, I automatically get the current image.
I could always stick a html file on my webspace and have THAT load the image.... hmm, I guess that could work?
"However, its a camera. To be specific, an IP Network Camera I've got setup on my home network. It has its own built in webserver and makes use of an ActiveX plugin to "stream" video over http:// connection - so using my desktop PC, I just put the IP address of my router (or my domain name) into the browser, and the ActiveX / WebCam does the rest.
However, PIE will not accept the stream."
This is something I really need !
Does anyone know if there are any chance to
display active X content ??
I'm not sure I understand
Surely the jpg must have an address that you're typing into PIE. In notepad on your PC (or pocket word etc if you're feeling adverturous) just knock together some html to display the image.
The html page will exist on your PDA, eg \storage\VJTestPage.html, and you just load that every time you want to see the updated jpg from your camera:
Paste this into notepad and change the urls for your jpg
Code:
<html><head>
[url="http://www.penny-arcade.com/images/2005/20051012l.jpg"][img]http://www.penny-arcade.com/images/2005/20051012l.jpg[/img][/url]
</head></html>
This assumes of course that the jpg's url is static, ie doesn't change.
v
vijay555 said:
I'm not sure I understand
Surely the jpg must have an address that you're typing into PIE. In notepad on your PC (or pocket word etc if you're feeling adverturous) just knock together some html to display the image.
The html page will exist on your PDA, eg \storage\VJTestPage.html, and you just load that every time you want to see the updated jpg from your camera:
Paste this into notepad and change the urls for your jpg
Code:
<html><head>
[url="http://www.penny-arcade.com/images/2005/20051012l.jpg"][img]http://www.penny-arcade.com/images/2005/20051012l.jpg[/img][/url]
</head></html>
This assumes of course that the jpg's url is static, ie doesn't change.
v
Click to expand...
Click to collapse
Ahhh of course... keep the text on the device!!
I don't think laterally enough, silly me!
timetex - does that solution work ok then?
V
vijay555 said:
timetex - does that solution work ok then?
V
Click to expand...
Click to collapse
Like an absolute charm...
Thats a nice workaround Vijay, to be sure.
But it fails to address the fundamental problem that is PIE's failure to view image files rather than download them.
Is there no way to alter a setting in PIE to VIEW jpgs rather than download them? The reason it's sooo irritating is that we don't want to keep all the images we want to view, eg browsing a forum thread with a frinds holiday photos in, you don't want to keep the photos, just see them!
Why can't it do this?
Do all the other pocket browers do this? I haven't tried Opera, and minimo is less use than a truckload of dead rats in a tampon factory!
Has anyone found a way round this?
you might try using the search button of the forum. It might help.
thaihugo said:
you might try using the search button of the forum. It might help.
Click to expand...
Click to collapse
How do you think I found this thread??
Do you mean there actually IS a way to get PIE to do this? (and if so - why does searching for "Images AND pie" not get to it?)
If you're going to take the effort to post an answer then it may as well be a useful one.
what about "jpg and pie" :wink:
http://forum.xda-developers.com/viewtopic.php?t=32322&highlight=jpg+pie
Riceburner said:
If you're going to take the effort to post an answer then it may as well be a useful one.
Click to expand...
Click to collapse
Where would be the pleasure of a magnifiscent RTFM or UTSB answer then
thaihugo said:
what about "jpg and pie" :wink:
http://forum.xda-developers.com/viewtopic.php?t=32322&highlight=jpg+pie
Click to expand...
Click to collapse
Thank You hugo.
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
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)
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..
Hi there,
I've extracted this build from Omnia rom posted here: http://forum.xda-developers.com/showthread.php?p=2623503
Cab updated
if you have "the specified module could not be found" at startup, re-download cab here, those now include ImmVibe.dll.
Install into main memory:
http://rapidshare.com/files/144273883/OBX-Opera_9.5.Build1957.WWE.cab.zip.html
Hardcoded intro Storage card:
http://rapidshare.com/files/144274089/OBX-Opera_9.5.Build1957.UC.SD.WWE.cab.zip.html
Hardcoded intro Carte de stockage (french language):
http://rapidshare.com/files/144274261/OBX-Opera_9.5.Build1957.UC.SD.FR.cab.zip.html
Enjoy ;o)
----------------- Install ---------------------------------------------------------------------
if you have previous opera, be sure to uninstall it, and delete every file and Reg as this build changed a lot compare to usual update, the default Opera9 folder is now expected to be in Application Data, where previous use to be in windows, the skin and other file changed also, and Opera seem to be very sensitive...it didn't worked for me at first try... so Clean your previous opera before install... ;o)
----------------- User Agent Modif -----------------------------------------------------------
Well this build have some default value coded to Samsung i900, but chance, we can override them via register:
[HKEY_LOCAL_MACHINE\Software\Opera\UA]
"UAMode"=dword:00000001 0: Mobile 1 : Desktop (control by the setting/advanced in opera)
"User Agent"="SAMSUNG-SGH-i900/1.0 Opera 9.5" ---> this is the user agent when identify as mobile
"UAD"="SAMSUNG-SGH-i900/1.0 (Windows NT 5.1; U; en)" ---> this is the user agent when identify as DESKTOP
When set to identify as Desktop, if Opera don't find "UAD" key, it will send "SAMSUNG-SGH-i900/1.0 (Windows NT 5.1; U; en)" as user agent so to change this, create the UAD key and set it to whatever string you want.
now, in OPERA, go to setting/advanced, and choice identify as desktop.
paste this into url (whitout http
javascript:alert(navigator.userAgent)
You should see the string value of the "UAD" key
here the .reg to identify as IE7 browser....
[HKEY_LOCAL_MACHINE\Software\Opera\UA]
"UAD"="Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 6.0)"
"User Agent"="HTC/1.0 Opera 9.5"
Thanks! Testing now....
not working for me, just flash over to new rom, so everything was clean, goes from the startup scrren it then goes to "the specified module could not be found"
Error message title is OperaL if that helps at all.
missing module...
It's seem like Opera use Vibetonz (vibration feedback)... can you try with ImmVibe.dll into you windows folder:
forgot to compress thee .dll
here ImmVibe.dll
it's linked to other vibe's dll, not sure we need them all, so try with ImmVibe.dll only
obalix said:
here ImmVibe.dll
it's linked to other vibe's dll, not sure we need them all, so try with ImmVibe.dll only
Click to expand...
Click to collapse
Loads now, and works on my touch! thanks. More opiton's in the settings menu, flash works, cool skin. Fast scrolling. Still playing with it. Are you going to update the cab's?
its working on my tytn too like the zooming option and seems to be faster...Well, my tytn is lagging less than it did with 1938 build...but the touch naviation seems to be less smooth..any words on that?
links dead?
thanks, it seems like this version has some more advance features and everything so this is a big thank you for me, i am testing flash on it now
Flash works with this build has well, works good, and no need for that nullkb, you are able to scroll just fine on youtube without anything poping up.
rapidshare links dead, reupload plz
Nice.
Thanks for sharing...
Rapidshare Link
AllTheWay said:
Nice.
Thanks for sharing...
Rapidshare Link
Click to expand...
Click to collapse
how about uploading to 4shared? less waiting time
Wow if you press and hold on the middle of the right side. A zooming option pops up like in the google andriod browser.
Ok I downloaded this version and it seems to be way faster taht the 1938 build, however I have 2 problems.
1. This browser still does nto recognize the HTC XT9 keyboard
2. I cannot stream videos...youtube doesnt work. when i click to watch a video the streaming media player opens on my touch but i get an error stating "failed to find network".
any ideas????
daitienshi said:
how about uploading to 4shared? less waiting time
Click to expand...
Click to collapse
OK there ya go.
http://www.4shared.com/file/62548637/d1373f95/OBX-Opera_95Build1957UCSDWWE.html
AllTheWay said:
OK there ya go.
http://www.4shared.com/file/62548637/d1373f95/OBX-Opera_95Build1957UCSDWWE.html
Click to expand...
Click to collapse
Thanks! I'll give it a try now
For your XT9 keyboard, i have no idear... i tried to keep the install as close as possible to the omnia setup. You may look at an older build which worked fine, check the opera.ini file, there is probably some key there you have to copy them into your current opera.ini file and file to the proper folder.
About streaming media player, it's not related to opera i think, i got same trouble, but it's a bug or something in streaming media player, if you use activesync to connect to the internet, it doesn't work, try when you are connected over wifi, it should be fine...
good luck
youtube isnt working..
no video shows up
the keyboard is not a big deal cause it will get ironed out in the future..as for using wifi lol i dont have that feature
youtube works perfect for me, and better then 1938 ever did.