HowTo read *.pwi files under linux ? - Windows Mobile Development and Hacking General

im switching this time from win32 to linux. most of my work and programs will run fine directly or indirectly under linux. i wonder, if there is a way to read *.pwi files from my WM5 device under linux. what for programm can do this for me ?

http://www.linux.com/articles/44230
"Once you've transferred your files from one platform to the other, you still have the problem of incompatible file formats. By default, Pocket Word uses its own file format. Its files have a .pwi extension. Even Microsoft Word users can't open .pwi files on their desktop.
The good news is that Pocket Word supports Microsoft Word file format (.doc) as well. You can open .doc files and save files as .doc instead of *.pwi using Pocket Word. This approach let me open my Pocket Word files using OOo Writer and also let me read OOo Writer files saved as .doc in Pocket Word.
After spending some quality time with OOo, I found that it has a file format transfer feature called XMerge, but it doesn't work out of the box. You need to have Java and Ant to compile this feature from source. XMerge can merge Pocket Word file format (.psw) to OpenOffice.org Writer file format (.sxw). I hope OOo will add this format transfer feature out of the box someday."

Thanks, i will try to convert them via Pocket Word...

Related

Question - Handling software install exe file on ppc

Hey guys,
If there's already a way to do this, please tell me; otherwise, this could be a suggestion for some genius to try his skills at.
A lot of developers don't provide .cab files to install their software directly to pocket pc. So when you're browsing the internet on your device and you find a program you want to try out, you have to download the .exe file to your pc and install it from there.
Now those .exe files usually do nothing more than putting some help files on your pc and copying the .cab to your pda. So the .cab file is contained somewhere within the .exe installer, possibly in some encoded form I guess, but it should be possible to extract it, right? That way you could install software on the go, regardless wether or not the developer offers a cab file to download.
I can only make this suggestion... actually programming it is not my cup of tea. The last time I did any programming I was 13 or something. It was the early nineties and I was trying to make my own OPL version of Mortal Kombat on a Psion Organiser II 64. Killer graphics, man. Unfortunately it never got beyond beta.
Good luck...
well most of the exe files you install to your pc using activesync are just selfextracting zip files and if you rename them to zip you can often open them and copy out the cab file you want
i dont think the market for an install script / program generator for pocketpc is big enough for people to spend too much time developing it
and they can be pretty complex if you look at wiseInstall master on pc which have a world of option and it's own programming langauge of sorts
Thanks, I'll try that out.
It's more or less as I thought: since every install program is its own decoder/unpacker/etc., the form in which they're encoded can be different for every type of installer, and it would be very hard to cater for all the types out there. Oh well... pity...
A lot of people use the Open Source installer:
ezsetup.exe
You will see this almost everywhere. Even MS use it, despite their scourge of Open Source. It takes a CAB file, adds an End User Licence, a ReadMe, and bundles together into a program which dumps it's output as a cab on the device, then installs the cab.
Since this is open source, you can see exactly how it works here:
http://www.spbsoftwarehouse.com/products/ezsetup/?en
I am sure it would be simple to write a version which just extracted the CAB file from an existing archive.
Ben

unable to open pocket word files they are NOT .doc extension

I copied some files from my QTEK S110 onto a friends laptop and they copied accross OK although they did not have a .doc file exension (it was something else) and then when I tried to open them from the new location I could not even after associating that file extension with WORD.
Whats going on?
Also does anyone know how I can se the file extensions of all files and unhide hidden files in file explorer on my pocket pc.
thx
the file extension for pocket word is *.psw to use them on word on pc i think it has to be converted. In pocket word you can click on tools then Save Document As.. do that and under the drop down list of file type you can save it as .doc .rtf .psw .txt and another file type.
about the hidden files if you tap the screen and hold it in the explorer and a menu will come up and theres a selection there for view all files, it unhides some files but not all files. I use Profiexplorer which comes with profimail which is a indepth explorer. it shows all files aswell as file extensions and you can change file extensions and so on
Simply set the active sync option to convert the Pocket Word <-> Word files on transfer. I though this was on by default.
Of course if you don't copy via AS (e.g. via the SD card), it won't convert.
@ fone_fanatic
Thanks
@ mtbsoft
"Of course if you don't copy via AS (e.g. via the SD card), it won't convert."
Sorry I didnt understand the sentence above. What does AS stand for? AND Did you mean that if I have copied my *.psw file onto my main memory (Permanent Save) that "Simply set the active sync option to convert the Pocket Word <-> Word files on transfer" wont work
I havent tried Active Sync yet.
AS = Active Sync
This converts the format for you when copying from one to the other.
Duncan.Mc said:
"Of course if you don't copy via AS (e.g. via the SD card), it won't convert."
Sorry I didnt understand the sentence above. What does AS stand for? AND Did you mean that if I have copied my *.psw file onto my main memory (Permanent Save) that "Simply set the active sync option to convert the Pocket Word <-> Word files on transfer" wont work
I havent tried Active Sync yet.
Click to expand...
Click to collapse
If you haven't tried ActiveSync (AS) then you must be transferring the files via the SD card or perhaps BT or IR? This won't convert them - ActiveSync can convert the files on the fly as you transfer them between device and PC.
@ thebrit
Thanks
@ mtbsoft
Thanks yes I am using BT though I do not have an SD card they are saved into my RAM - The S110 has 128MB instead of the usual 64. Thanks for your help

installing adobe reader for XDA

I wanted to install an acrobat reader, I did a search for acrobat readers and came across the application on the adobe site. I downloaded the file adberdr20_ppc_enu.exe from the adobe site. However when I try to install the application, I get the message
'adberdr20_ppc_en
' is not a valid Pocket PC application
Can you guys please help
now i understand what the difference betweeen a .cab and .exe installation is.
correct me if i am wrong. i clicked on the .exe file while it was on my pc and my xda was connected to the pc using activesyns. and the reader installed itself.
i guess thre are some .exe files that the xda exec can install and some which have to be installed through activesync
.exe == executable file
but only on the platform it was compiled for
when you get programs for your device
it's most often as exe files you have to run on your pc
then it copy the cab file for your pda cpu normaly ARM
and run it so it unpack the pda exe files to the dir
the exe file is a selfextrating zip file normaly
and have cab files for arm, mips and other pda cpu's in it
Did you try the alternative one: PocketXpdf
http://pocketxpdf.sourceforge.net/
Cheers
is pocketxpdf better than acrobat reader?
thank U tweakradje for the program
its a free one BUT still having bugs and errors and under development
the Acrobat Reader is a famous and rigid program for viewing PDF files and I do strongly recommend to install it
Thank U all

[TUTORIAL]How to Copy PDF/Office Files to your WP7 Phone Directly from Computer

hi folks, i finally got a way to copy office / PDF files directly from computer, these files will show up in Office Hub/ Adobe Reader's Document List
before you start, make sure you get TouchXplorer work on your phone.
1. you need to do some registry hacks to make the wp7 device visible in My Computer/ Explorer , here you can see the tutorial http://forum.xda-developers.com/showthread.php?t=915664.
OR: Modify these Registry Entries
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB\VID_045E&PID_04EC&MI_00\6&210a541a&0&0000\Device Parameters]
"EnableLegacySupport"=dword:00000001
"PortableDeviceNameSpaceExcludeFromShell"=dword:00000000
"ShowInShell"=dword:00000001
Once you're done , CLOSE ZUNE, you should see 2 wp7 devices in your computer, they're exactly the same. just choose one open it and you'll see folders like Album Video Music etc, these are your zune folders.
[TIP], if you open your device/storage and see nothing there, you have to delete one registry key and reconnect your phone.
the registry key is :
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB\VID_045E&PID_04EC&MI_00\6&210a541a&0&0000\
Device Parameters\DeviceSelectiveSuspended]
delete that key , and you'll see those Zune folders.
2. now we can copy files to the Phone and make them show up in Office Hub or Acrobat Reader.
first, pick one of the Zune Folders, never create one 'cause you'll never see it from the Phone. just use the existing folders , i recommend "Video" folder.
copy a file to the Video folder, eg. officetest.docx,
open your touchXplorer, goto "My Documents"\"Zune"\"Content"
you'll see folders like 0100 0200 0300 0400 0600, these are the music / pictures / video folders of zune, and all files inside are named using numbers.
now open "0400"(in my case, might be different on other phones, you have to find it yourself) and you'll see a folder named "02", open this "02" folder, what do you see?? yes,a "20.z"(the number varies) file, this is exactly the officetest.docx you just copied to phone.
rename the "20.z" files back to "officetest.docx" using TouchXplorer , double click the file ,it will open in office .
you can cut it, and paste to \My Documents of your phone, open Office Hub, you just have the "officetest.docx" there
even you renamed the "20.z" file and moved it to \My Document. you can still see the "officetest.docx" in the "Video" folder on your computer, you should delete the "officetest.docx" to save some space, it's safe, actually, when you rename the "20.z" file to "officetest.docx", the phone did a copy job , not just rename.
EASY Enough ???
3. well, you can do the same with .PDF files if you installed the Adobe Reader.
once you renamed this "xx.z" (xx is a number) back to eg. "mypdffile.pdf" using TouchXplorer, you may try to double tap the pdf file and open it. but to PDF files , it's NOT working, the adobe reader will say "invalid path"
I know exactly what's going on, office files are opened by office apps like word etc. they're WP7 Stock programs from M$ and got very high privileges, they can access any folders. but to poor Adobe Reader, it can only access its isolated storage.
so what we need to do is: find adobe reader's isolated storage folder and move the "mypdffile.pdf" there, you can then double tap the file and open it. and when you open Adobe Reader , you'll see the "mypdffile.pdf" right under the "Documents" list.
the Adobe Reader's IsolatedStorage folder is at
Code:
\Applications\Data\BC4F319A-9A9A-DF11A490-00237DE2..\Data\IsolatedStore
just put the pdf files here
-------------------------------------------
PS:
1. I'm chinese and my english sucks, sorry if you can't understand
2. the office program on WP7 and Adobe Reader 9.0 for WP7 really sucks
Nice Tutorial
Will check it out later.
Agree with you on 1 thing, Adobe of Windows Phone 7 sucks.
Office on the other hand is great.
please can you explain exactly what registry you must delete to see the folders thanks.....
tommyDC2006 said:
please can you explain exactly what registry you must delete to see the folders thanks.....
Click to expand...
Click to collapse
DeviceSelectiveSuspended.
I think it's easier to email yourself with your needed documents, and then downloading it with the phone from the email.
tommyDC2006 said:
please can you explain exactly what registry you must delete to see the folders thanks.....
Click to expand...
Click to collapse
it's "DeviceSelectiveSuspended", sorry for the delay
andrusca said:
DeviceSelectiveSuspended.
I think it's easier to email yourself with your needed documents, and then downloading it with the phone from the email.
Click to expand...
Click to collapse
to me , i have some huge documents , over 50MB each, i have to copy them this way 'cause no email service can attach such big file.
18MB
I sent myself an 18MB PDF file earlier today. Checked my email on my Windows Phone 7 Device. Clicked the file once (waited for it download). Then clicked the file again to open. Adobe Reader was blank for about 15 seconds then loaded it.
I used Windows Live Mail
Nice one, I will have a look to see if I can place mobi and prc files that are for e-book reading using amazon kindle in its own isolated storage area as well.
I am 99% confident that this will work just need to keep track of the new files and should only be needing a chang to .mobi or .prc for it show up in the kindle app (that is if you have tagged your books correctly)
whetstone said:
Nice one, I will have a look to see if I can place mobi and prc files that are for e-book reading using amazon kindle in its own isolated storage area as well.
I am 99% confident that this will work just need to keep track of the new files and should only be needing a chang to .mobi or .prc for it show up in the kindle app (that is if you have tagged your books correctly)
Click to expand...
Click to collapse
yes , this would work, just find your kindle program's isolated storage folder.
i suggest look into your \application\install folder to locate the kindle program, there're a lot of GUID Named folders. open one by one until you find the kindle program, remember this GUID, and find the same GUID folder under \application\data you'll reach kindle's isolated storage
heeeelp
dear
i do the above
and i found 2 new devices
but no think inside it
i cant find the register key you say for delete if i cant see file
i use windows vista
can u help me
dr.amer said:
dear
i do the above
and i found 2 new devices
but no think inside it
i cant find the register key you say for delete if i cant see file
i use windows vista
can u help me
Click to expand...
Click to collapse
Oh no what have you done?
What ROM are you using?
If it is XBmod/yukixda back to the future ROM, which came out 28 AUG why are you using instructions dated January?
I don't know what those registry hacks do.
If you know exactly what you did, tell us Exactly.
If not I think you will have to re-flash the ROM.
Good luck.
Still nothing is coming up in the folder. What do I do? and there is no folder in there starting with 6 they start with 7?
you can copy the files by using the sd reader,and then open it through the file manager...

[Q] Can't find downloaded email attachments

I've had the DAF WP7 rom for about a month now..works pretty great after doing some registry tweaks. Anyway, I've put together this ebook (.epub format) and emailed it to myself and downloaded the ebook attachment from my gmail, and I downloaded an ebook/epub reader (Freda) from the Marketplace to see if the format was correct--to test the epub on my HD2. But when I launched Freda, the only ebooks that are displayed in the Bookshelf are the ones that came with the app..
I looked around in Touchxplorer to see if I could find my epub so I could try to copy and paste it to the root folder to see if Freda would be able to then find and load them, but the only thing by way of an email attachment I was able to find was in this folder.. APPLICATION DATA/VOLATILE/EMAIL ATTACHMENTS .. but the attachments I had downloaded were displayed as .DAT files--I don't know what this means..data files?--anyway, they won't open and I doubt Freda could recognize them anyway, even if I were to copy and paste them in root folder..
Anybody have any idea how I can find the files I've downloaded from my email as attachments? I noticed the first day I flashed the rom that the Storage Card in Touchxplorer wasn't a folder but just a file (I think it's a .DAT file also), so I guess the 16GB card I have in the phone is pretty useless? That sucks, but I at least want to be able to download files (besides pictures, those work fine) and be able to access them.
Thanks!
trevor4 said:
I've had the DAF WP7 rom for about a month now..works pretty great after doing some registry tweaks. Anyway, I've put together this ebook (.epub format) and emailed it to myself and downloaded the ebook attachment from my gmail, and I downloaded an ebook/epub reader (Freda) from the Marketplace to see if the format was correct--to test the epub on my HD2. But when I launched Freda, the only ebooks that are displayed in the Bookshelf are the ones that came with the app..
I looked around in Touchxplorer to see if I could find my epub so I could try to copy and paste it to the root folder to see if Freda would be able to then find and load them, but the only thing by way of an email attachment I was able to find was in this folder.. APPLICATION DATA/VOLATILE/EMAIL ATTACHMENTS .. but the attachments I had downloaded were displayed as .DAT files--I don't know what this means..data files?--anyway, they won't open and I doubt Freda could recognize them anyway, even if I were to copy and paste them in root folder..
Anybody have any idea how I can find the files I've downloaded from my email as attachments? I noticed the first day I flashed the rom that the Storage Card in Touchxplorer wasn't a folder but just a file (I think it's a .DAT file also), so I guess the 16GB card I have in the phone is pretty useless? That sucks, but I at least want to be able to download files (besides pictures, those work fine) and be able to access them.
Thanks!
Click to expand...
Click to collapse
Generally the emailing of an attachment will only work if you can open the attachment in a WP7 application like Adobe or Excel. I have found that once downloaded and opened the file is visible and available from the application. For example, if you email a pdf file and open it, it is available when you open Acrobat, even after you delete the email.
For a file that cannot be directly run by a WP7 application, you are out of luck using email because it cannot be opened and there is no option to save it.
You might find some useful insights here:
http://www.wpcentral.com/sideloading-ebooks-now-possible-htc-windows-phones-homebrew
Freda
trevor4 said:
I've had the DAF WP7 rom for about a month now..works pretty great after doing some registry tweaks. Anyway, I've put together this ebook (.epub format) and emailed it to myself and downloaded the ebook attachment from my gmail, and I downloaded an ebook/epub reader (Freda) from the Marketplace to see if the format was correct--to test the epub on my HD2. But when I launched Freda, the only ebooks that are displayed in the Bookshelf are the ones that came with the app..
I looked around in Touchxplorer to see if I could find my epub so I could try to copy and paste it to the root folder to see if Freda would be able to then find and load them, but the only thing by way of an email attachment I was able to find was in this folder.. APPLICATION DATA/VOLATILE/EMAIL ATTACHMENTS .. but the attachments I had downloaded were displayed as .DAT files--I don't know what this means..data files?--anyway, they won't open and I doubt Freda could recognize them anyway, even if I were to copy and paste them in root folder..
Anybody have any idea how I can find the files I've downloaded from my email as attachments? I noticed the first day I flashed the rom that the Storage Card in Touchxplorer wasn't a folder but just a file (I think it's a .DAT file also), so I guess the 16GB card I have in the phone is pretty useless? That sucks, but I at least want to be able to download files (besides pictures, those work fine) and be able to access them.
Thanks!
Click to expand...
Click to collapse
Maybe send the .epub to Freda for publishing and download it from the catalogue.
Or find the source code for Freda (it's out there somewhere) and use that to modify either your file or the program???
I'm not sure TouchXplorer (in WP7) sees any SD Card in any other way than a .dat file.
According to all the posts and literature the SD Card and the internal memory in WP7 at least, are in practice one and the same.
>Settings>about, to see how much Available Storage you have. Anything resembling a figure near to your SD Capacity means the SD Card is working and being read as expected by WP7.
hinds said:
Generally the emailing of an attachment will only work if you can open the attachment in a WP7 application like Adobe or Excel. I have found that once downloaded and opened the file is visible and available from the application. For example, if you email a pdf file and open it, it is available when you open Acrobat, even after you delete the email.
For a file that cannot be directly run by a WP7 application, you are out of luck using email because it cannot be opened and there is no option to save it.
You might find some useful insights here:
removed link cause I'm not allowed to post links
Click to expand...
Click to collapse
I think that this might be the only way I can go.. I just want to load up my epub so I can preview the formatting and layout and make sure everything looks okay.
Thanks for the link!
stepthehen said:
Maybe send the .epub to Freda for publishing and download it from the catalogue.
Or find the source code for Freda (it's out there somewhere) and use that to modify either your file or the program???
I'm not sure TouchXplorer (in WP7) sees any SD Card in any other way than a .dat file.
According to all the posts and literature the SD Card and the internal memory in WP7 at least, are in practice one and the same.
>Settings>about, to see how much Available Storage you have. Anything resembling a figure near to your SD Capacity means the SD Card is working and being read as expected by WP7.
Click to expand...
Click to collapse
Not sure if I'd be able to modify the Freda source code, or even to what end.. I got this XAP (don't remember what it's called just now) and on the opening page it had a lot of info about my device and the amount of free storage was around 12 or 13 GB, so I think that the ROM is using my SD card.. ah well, these ROMs are pretty new and I'm sure the devs will really surprise us with the features they can implement.
Thanks for the info buddy..
could you just rename the file type from DAT to epub? that's what I do when I want to read mobi on kindle app
To get an EPUB onto your phone for reading with Freda, put the EPUB into a DropBox folder, an OPDS catalog (for instance by running Calibre on your PC), or onto a web-site. Freda can fetch EPUB files from any of those locations.

Categories

Resources