Email attachments and tilt 2keyboard remap - Touch Pro2, Tilt 2 Android Development

Two things.
1. I ran the tilt keyboard fix cab and nothing changed. What am I doing wrong
2. When I go to open an email attachment like .png .pdf .doc it says it can't be opened
Is this normal and if not how can I fix it. I can't believe that android lacks this functionality
Apart from these quirks I am very impressed. As soon as sound and power management get fixed I will move to using android full time

Well, I can answer one of your questions. If the Tilt2 Keyboard fix you're talking about is the one I'm thinking of, it's for Windows Mobile, not for Android. To enable proper keymapping for the Tilt2 with Android, you must use the rootfs.img made by AdamWill, found here.

or just download the tilt2 specific build here
http://forum.xda-developers.com/showthread.php?t=627997

Related

Help request - setting registry (owner info etc) from a cab

Hiya, I've been playing about with the extended rom and have the system in great shape, apart from some registry settings, such as the owner info and device name. It would be kinda handy to have these setup automatically but I am totally unable to do it... I'm presuming it's because there is something else that has to be done other than simply set the keys.
I'm using PHM reg ed to export keys as well as simply creating them manually and am using WinCE Cab Manager to make the cabs. I'm on the original O2 Exec rom (well, most of it )
When I run the cab (automatically from a hard reset or manually), I can see the values in the registry but they never appear on the today screen. I've tried a variety of power cycling, soft resetting etc but the today screen is never updated - it always says "Tap here to set owner info". If I do that, the registry keys are cleared out...
If anyone can shed some light on this I'd be grateful - for a small problem it's taking up a lot of time! :?
Cheers!
I've not gone down the .CAB route, but just import these and other settings from a .reg file and have never had this problem.
When I have to install from scratch, the first install is Resco's Explorer (which contains a Registry Editor), then execute the .reg file.
Almost sounds as if the registry changes are not being saved. Is it only these particular settings or are other changes not registered?
Well, I have created loads of CAB files in WinCE CAB Manager to set up my phone, tomtom, etc.
I Used the same method as you. The only difference being that I reset (automatically) after I install them. Could this be it?
Ahh, which WinCE CAB Manager version you running? You need the new beta 1.2 version to be able to create WM5 compatible CAB Files. Can this have something to do with it?
moghisi101 said:
... The only difference being that I reset (automatically) after I install them. Could this be it?
Click to expand...
Click to collapse
Probably the cause. I know I've read and experienced that I must allow the device to flush after changes before I reset it. I usually turn it off, then wait a minute or two before I soft-reset.
Ahh, which WinCE CAB Manager version you running? You need the new beta 1.2 version to be able to create WM5 compatible CAB Files. Can this have something to do with it?
Click to expand...
Click to collapse
As yet I'm not using CABs/Cab-Manager. Couldn't find one when I looked - except at ridiculous money, which I wasn't prepared to waste - so I'm just using the .reg-files manually
Guys, many thanks for the replies!
I'm using my 15 free goes (and hibernating ) on version 1.1 of WCM at the mo, it's too expensive to buy as I would only use it for this as far as I can see - I'll head off and look for the beta next.
I have tried power cycling, pausing while off and resetting as well as soft-resetting from software, but not doing it automatically 'cos I don't know how!
@moghisi101: Out of curiousity, how are you automatically performing a soft-reset and thanks for the heads-up about beta 1.2!
I have written an Autorun.exe file, much like the one in the extended rom. It does not however read a config.txt file. It runs the CAB files (with my apps and settings in) and then resets.
I don't remember where I put the code, so I can't compile one for you. It only needs a slight change from the Autorun sample Microsoft Supply.
At the moment I can set up pretty much everything on the phone. Button Lock, GPRS Settings (including GPRS Auto Attach, etc), Owner Info, Default Volume, Today Screen Plugins (order and enabled/disabled), Date/Time, Screen Config, Infrared off by default.....the list goes on. When I Hard Reboot, It skips the welcome screen (all the time settings etc) and I've got it to ask me which Operator Settings to Install (eg Vodafone, o2, Orange, Tmobile Splash Screens and GPRS connections).
It's much better than the default Qtek, i-mate, and (definately) o2 ROMs...
Just a thought!
Are you annotating your .reg files with semi-colon at the start of a line?
With the PC, I've always annotated my .reg import-files, so that I could remember why I'd done something later on, but found that *no* lines after those annotation would be imported on the Exec (Universal). Don't know if this is specifically a WM5 issue or not. If you put the annotations at the end of the .reg file, all the preceeding key/value content lines *are* imported.
@astage: Interesting about the annotations, that must have caused some pain before you figured it out! I don't have annotations in my reg files as I'm not really using reg files I'm building keys in WinCE Cab Manager by both importing reg exports and typing them in manually.
Unfortunately, the beta version is only available to registered users, so I'll have to abandon that one for now.
@moghisi101: It sounds like you're sorted! That's basically what I had in mind myself, except that I was thinking smaller
Thanks for the thought about compiling an exe, I was thinking I may have to ask a mate to make something like that so if you do find the code and feel like posting one, I'm sure the community would thank you!
I've been looking for something that would just install cabs etc then reboot but not found one yet on the web... I'm a UI designer and so am wary about going down the visual studio path for fear I may start to favour all-grey interfaces :twisted: .
Which autorun sample are you referring to though? I guess I may have to get my hands dirty after all!
No, I don't annotate them, so I haven't come accross this. But, if you save some Keys using a Reg Editor and then use Import in WinCE Cab Manager...ahhh, I think i may know the problem!
1. Don't put Comments in Reg Files
2. Don't use import in WinCE CAB Manager! If the reg key has data above a certain length it will split it to next line using a ";", but WinCE Cab Manager assumes this is the end of the data. So, your Owner Info could be being entered in incorrectly as a result. You have to copy-paste the reg key into a new dword, etc into WinCE Cab Manager. i.e. DONT IMPORT
I hope that vaguely made sense
Yup! Clear as a bell, thanks! I'll try that in a mo, just rebooting. Import is *sooo* tempting though, so simple... Curse my weakness for the easy path!
Hi. Here is Microsoft's Autorun Code (I have that)
You have to make slight changes to allow for reboot at end. It's fully annotated if you dont understand what it means. BTW, you dont need Visual Studio. Infact it's probably the worst root. Use Microsoft's eMbedded Visual C++ 4.0 to compile this for Windows CE, Mobile 2003SE, (or Mobile 5?). It's Microsoft but it's FREE!?
Sweet! Two terms you don't hear very often in the same context are Microsoft and free! Nice one, thanks! I'm downloading Microsoft's eMbedded Visual C++ 4.0 as I type.
You actually solved the problem already though, in a way, pointing out that WCM truncates "strings". I opened an exported key in Textpad and tidied it up (removing the end of line "\" and the "\n\t") then saved it and imported the file into WinCE Cab Manager, made my cab, installed it and soft rebooted from SPB PocketPlus without going back to the Today screen. It worked!
I'm a big fan of Textpad and will use that to make a macro to tidy up exported reg keys so I can import them easily (another triumph for the easy path!).
You, Sir, are a DUDE!
Edit: 16.4 kbps from MS... :roll: For anyone else who decides to go down this path, the killer bit is to make sure your key values don't get truncated! Open the .reg in a text editor and make sure any really long values, like binaries, are all on one nice long line! It doesn't seem to make any difference if you soft-reset from an app or use the stylus btw.
Shame the baby kept us up all last night! I've *got* to get some sleep or I'll end up doing god knows what to my device by accident!
Thanks for the help moghisi101!
Hehe, Gee Thanks. And btw, Textpad r0x!
If you want to do that autorun thing.....familiarize yourself with the whole 2577 method (search it and you'll understand). If you don't want crappy o2 Customisations, etc on your device then you are better off just editing the extended rom, edit the config.txt, add your configuration CABs, and then every time you hard reset all your customisations will appear! NO programming involved. If you then add "welcome.not" file to SD Card, the Welcome screen at hard reset wont appear (if you code this in your autorun file it will work on ALL devices, not just a few including HTC). BUT only do this if your CAB files contain stylus screen settings, and time settings. However, as this is not viable in all situations the 2577 method can be much better. Especially when selling a piece of software, etc (automatic installation and configuration), as I do.
I might email you, later on, a video of what happens when I hard reset my device to give you an idea of what you can do (at the least) and hopefully you can go on to improve on that.
Thought I will give you a kick start. Here are some Regedits I could make for you. Took me a short while, but there are loads more for inbuilt apps (e.g Messagig, etc) but I coudn't remember where the reg values where.
Please note, I couldn't find any of the WM5 ones...completely forgotten them. But these should give you and idea as to where they are. Also, look here in the Wiki
http://wiki.xda-developers.com/index.php?pagename=BA_Hacks_WM5
http://wiki.xda-developers.com/index.php?pagename=BA_Hacks
Some of the ones I have given are from here, but many more I found myself
Hope it helps you (become a millionaire - don't forget me )
You can see the solution here: http://forum.xda-developers.com/viewtopic.php?t=34525
Thanks to Bayondthetech for the CAB file.
Hehe. I feel like a n00b now (which I am really). I hadn't seen that. But I think mine does a couple of extra things that he didn't post....?
Bye
Wow! Holy Cr*p! Thanks for all those reg files! :bows:
I'd looked at BTT's post before and was hoping to use his cabs as a guide. Unfortunately, they aren't currently available (from what I've read, he generated so much traffic with his downloads that his host yanked his connection and he's in the process of moving sites).
Thanks to moghisi101 and a few other posters on this forum, I don't need them any more!
@moghisi101: I had already edited my extendedRom's config file to load and run cabs I store on the SD card (to keep the extRom below 10mb) and realised last night that that already does the auto reset for me, so life gets another bit easier These reg files rock though! Shame you're not running tomom5 yourself, I'll have to sort those out myself!
The next thing to try is to export the BT settings for my paired devices - I'm hoping it will be possible to restore those automatically too.
Attached is the TextPad macro (although it is too simple to call it that really!) that I'm using to tidy up the reg keys for import into WinCE Cab Manager, hope it helps someone!
Post that video!
Hey
Actually, I have TomTom 5....up until 5.10 I edited TomTom's Cab itself but I just haven't had a chance with 5.21 (need to use CabWiz now, not WinCE Cab Manager - no full WM5 support lol).
The TomTom 3 Today settings is same for TomTom 5 if you want to change order/hide/unhide. Most of the other settings are in a .cfg file on SD card for Home Address, etc. Only a couple other settings use Registry...
Anyway....glad to be of some service
moghisi101 said:
... (need to use CabWiz now, not WinCE Cab Manager - no full WM5 support lol). ...
Click to expand...
Click to collapse
Had a brief conversation this afternoon with a friend who uses Microsoft's CabWiz to produce .cab files for bespoke software.
He mentioned that (with CabWiz) if you use the .cab to apply registry entries, then the .cab must also install something, a text file or similar. I can't recall if he said it would otherwise not create the .cab correctly, or that the reg entries may not be applied correctly.
Not yet tried it myself - will have to wait until after the bloody Tax Return is finished!
Strange, It works fine for me? Was his the newer CabWiz that you can use with WM5, like mine?

2 questions regarding WM5 Smartphone...

I have added the Blackjack to my collection, which currently includes the i-Mate JasJam (best device I've owned), the QTEK 8500, HTC Excalibur, many Blackberries (hate all of them) and now the Blackjack. I absolutely love this device and am trying to make it better, so here are my questions...
1. Has anybody figured out a way to delete emails with a single button press like the backspace/del key on a Blackberry?
2. Is there a way to set up a shortcut directly into Outlook email without first going into the messaging menu?
Thanks! Hope you had a great holiday!
-CJ
Mark all read and Delete all cab
Here is a Microsoft's developers cab that does exactly that. I have had it installed on my HTC brander S620 from day 1 and it is a wonderful addittion.
You will find that once installing there are two new menu items in the right soft menu - MARK ALL AS READ and DELETE ALL
I found this one day on the web (sorry - can't remember where) when I was first making the switch from full windows mobile to smartphone. I was thrilled to find it so I downloaded immediatly and loved it.
Enjoy
PLEASE NOTE -- This is a CAB file attached not a zip. I was in a hurry and when it would not let me put up a cab I just renamed the extention. Make sure you download the file and then rename the file extention to .cab. Then drop on phone and install.
Thanks JMD0116! I'll give it a try.

Noob needs help

Hello everyone I just bought a new Tmobile Dash and I have been trying to personalize it as much as I can but there are some things I cant seem to figure out.
1. When I play a video in full screen I have to watch it sideways. Its not horizontal.
2. I want to take "No upcoming appointments." off of my homescreen. I don't seem to have a "Today" tab under Settings to adjust the homescreen like I read somewhere.
3. And I can't seem to put pictures with contacts for when they call.
4. I was also wondering what kind of ROM I should install because I just bought a not so big 2GB memory card but I would like to make my Dash faster.
Any help would be greatly appreciated. Thanks in advance.
I have Windows Mobile(R) 6 Standard
Already got the answer to question 3. Any help with the others?...
No help I see...
gabe2555 said:
Hello everyone I just bought a new Tmobile Dash and I have been trying to personalize it as much as I can but there are some things I cant seem to figure out.
1. When I play a video in full screen I have to watch it sideways. Its not horizontal.
2. I want to take "No upcoming appointments." off of my homescreen. I don't seem to have a "Today" tab under Settings to adjust the homescreen like I read somewhere.
3. And I can't seem to put pictures with contacts for when they call.
4. I was also wondering what kind of ROM I should install because I just bought a not so big 2GB memory card but I would like to make my Dash faster.
Any help would be greatly appreciated. Thanks in advance.
I have Windows Mobile(R) 6 Standard
Click to expand...
Click to collapse
1) There's a registry hack which will fix this problem. First you need to download a registry editor. This program will allow you to alter or "tweak" various codes embedded in your ROM (operating system). Believe me--it's not as difficult as it sounds. You'll need to Google the phrases, "T-Mobile Dash+registry hacks+sideways video" (or something similar) and also "Registry editor+T-Mobile Dash". A page should eventually come up explaining how to do it.
2) I have no earthly clue how to do this. Once again...www.google.com is very helpful.
3) N/A
4) If you want your Dash faster, there are several other ROMs which run quicker than the T-Mobile Windows Mobile 6.0. I'd recommend the HTC 1.33 ROM or one of the MANY 6.1 upgrades by Kavana or rickwyatt. A user by the name of Mikey1022 has all of them in his signature.
To answer your #2... I have never seen or found a way to do this. It seems to be a limitation of the OS. Before I upgraded to one of the WM6.1 ROMs I found here, I was using Facade (www.sbsh.net). It is not freeware, but it is a really solid program and there is an active user community with extensive skins available. It also has integration with PocketWeather.
Using Facade, you can customize what is displayed for appointments on the home screen. You can display multiple days, tasks, static launchers, etc. I don't know if Facade is compatible with the WM 6.1 ROMs. I chose to go the 6.1 route because I think my Dash is MUCH faster with 6.1 than it was with 6.0.
Facade will slow the device down a little bit... all home screen programs seem to do so... but it never bothered me. Even so, WM 6.1 is a lot better overall.
I hope that helps.
the "my appointments" ( for WM5 & 6) not WM 6.1. is part of the .xml code in the particular homescreen you have loaded. The homescreen files are located in the /application data/home folder if you locate the homescreen file you have loaded. drag & drop it onto your PC and then open it with notepad. then if your good enough to read quasi-html code then you should be able to locate the one for the my appoinments. all you have to do is delete everything from "plugin" to "/plugin" , then replace the file back in the directory you got the file from then reload your homepage
I did that but it wouldn't save as a xml file, but a text file so it didn't work
gabe2555 said:
I did that but it wouldn't save as a xml file, but a text file so it didn't work
Click to expand...
Click to collapse
when you go to save the file ( assuming you're using notepad) make sure you type the file plus .xml at the end of it then for file type under it select all files in the dropdown. That'll ensure it saves as XML
gabe2555 said:
Hello everyone I just bought a new Tmobile Dash and I have been trying to personalize it as much as I can but there are some things I cant seem to figure out.
1. When I play a video in full screen I have to watch it sideways. Its not horizontal.
2. I want to take "No upcoming appointments." off of my homescreen. I don't seem to have a "Today" tab under Settings to adjust the homescreen like I read somewhere.
3. And I can't seem to put pictures with contacts for when they call.
4. I was also wondering what kind of ROM I should install because I just bought a not so big 2GB memory card but I would like to make my Dash faster.
Any help would be greatly appreciated. Thanks in advance.
I have Windows Mobile(R) 6 Standard
Click to expand...
Click to collapse
1. Use TCPMP instead, it handles more Video and Audio formats and is a much better program, and its free TCPMP
2. As already suggested use Facade. It really is the best for customizing your homescreen if you do not know how to edit xml files.
3. Contacts have to be stored on the phone in order to use Pictures.
Tons of Customizations can be found by visiting my Mods Page (signature), such as watching YouTube and other streaming media on your Dash, Freeware, reg hacks, tips and tricks (yeah yeah, shameless self promotion here).
Ok so I have installed so many different things like pocketnester, different homescreens, different backgrouds and the TCPMP but everytime I download something it says it might not work properly because it was made for an older version of windows mobile...
gabe2555 said:
Ok so I have installed so many different things like pocketnester, different homescreens, different backgrouds and the TCPMP but everytime I download something it says it might not work properly because it was made for an older version of windows mobile...
Click to expand...
Click to collapse
Yeah they will do that but the majority of the time they will work.

Anyone running Opera Mini?

Hi I was thinking of switching from Omnia to TP2 and use Opera Mini all the time due to its speed. Had anyone tested it on the TP2, wondering if the different screen res makes it differcult to read due to size or should it be better.
I just installed it in JBlend. The legibility is OK, although the default font size is a little small. The main problem is that opening or closing the keyboard requires you to restart JBlend, which is a royal pain in the neck as I often want to switch between landscape and portrait mode when I'm browsing.
This problem seems to exist with all JBlend apps.
Install JBed, works like a champ. Will thoroughly recommend it. Much better than JBlend.
On Jbed what is the font size like?
Are there no problems with keyboard as described with jblend?
I just installed the latest JBed and OperaMini now loads fine. The font is pretty small, but readable (by me, at least).
Does anyone know how to create a direct menu shortcut to a specific JBed application (e.g. OperaMini, GoogleMail, etc)? (i.e. without having to launch Jbed then select the app you want to launch). I'd also like to assign a different icon to each application, so that I can tell them apart purely from the icon.
Sorry for the obvious question: JBed? JBlend?
Are these some sort of Java runtimes that one must install on a WinMo device?
There's no Java ME edition in WinMO 6.1 by default?
I don't get why you wouldn't just use opera mobile which comes with it
Because until Opera Mobile 9.7 with Turbo ships, mini opera is several times faster with proper settings.
For the past 3 years I've used almost nothing but Opera Mini myself, instead of the full fledged browsers available (I have bought Opera Mobile as well and a Webkit browser).
It's just so much faster due to Turbo caching and fits my needs.
I suspect many others are in the same boat.
Good site for Java MIDlet info
vasra said:
Sorry for the obvious question: JBed? JBlend?
Are these some sort of Java runtimes that one must install on a WinMo device?
There's no Java ME edition in WinMO 6.1 by default?
Click to expand...
Click to collapse
Some pretty comprehensive info here, regarding WM MIDlets etc.
http://www.smartphonemag.com/cms/blogs/3/2266
http://www.smartphonemag.com/cms/blogs/3/2267
Regards
BO$$
Direct shortcuts to MIDlets
itm said:
I just installed the latest JBed and OperaMini now loads fine. The font is pretty small, but readable (by me, at least).
Does anyone know how to create a direct menu shortcut to a specific JBed application (e.g. OperaMini, GoogleMail, etc)? (i.e. without having to launch Jbed then select the app you want to launch). I'd also like to assign a different icon to each application, so that I can tell them apart purely from the icon.
Click to expand...
Click to collapse
Check out this chart
http://www.winmobiletech.com/092007MidletBible/CompatibilityAndMain.html
and scroll down to "Direct, system-level links (shortcuts) to midlets". Should give you the answer/links you need.
Also please read my previous post, if you need more info around Java MIDlets.
Regards
BO$$
Thanks for the link.
So....following the instructions for jbed...I created a text file on the PC containing only the following line:
"\windows\jbed.exe -run s0_"
(with the quotes included). I copied this file to the TP2 and renamed it "OperaMini.lnk". When I run the renamed file it doesn't know how to handle it - I get the "Open with..." dialog.
Can anyone advise what I'm doing wrong??
itm,
I believe what you need to do, is create the shortcut file on your TP2 using a file explorer other than the stock WM one (at least on my Uni, it is not capable of creating shortcuts). I think you can either use the inbuilt function of the file explorer (i.e. paste shortcut or something like that) or create a file and change the file extension to .lnk (as you have done) Once the new shortcut file is created, you need to access the "properties" box of that file and in the box where it says something like "go to" or "link" you will need to paste "\windows\jbed.exe -run s0_" (with the quotes). You then save the change and should hopefully be ready to roll...
Appologies for the vague explanation, but left my Uni at home today, so can't physically go through the process on an actual WM device atm.
If you're still stuck after reading this, PM me and I'll try and walk you through once I'm home.
Regards
BO$$

Microsoft Reader

Hello,
Is anyone else using Microsoft Reader? I can't get it installed properly. The installation and activation run through OK but the progrm does not appear in the "All programs" list. If I go to the Microsoft Reader directoy and click on MsReader.exe it runs fine, activated and everything....? Is there a way to create a "shorcut" for a file to point at from the "Programs" tab?
Grateful for any help.
Cheers/McHan
How strange
To manually make a shortcut: browse in file explorer to the msreader.exe file, long press, choose "copy", browse to my device\windows\start menu\ programs, long press or right soft button, choose "paste shortcut". If desired change name (long press on item)
Brilliant, worked like a charm. Could not get it to work in File Manager, but in Total Commander... Many thanks!/McHan
Hello, I've installed the latest version of the Microsoft Reader and the instalation was successful. But I have a different question. How do you page in it? There are no key arrrows, touch interface doesn't work and the areas on the display which function for paging (beside the page number) are too small to touch them comfortably. So far I've found following ways to use it, but I'm satisfied with neither:
- use stylus to touch the paging areas
- open the keyboard and use the arrow keys
- install the AEButtons application to remap the volume keys (in this case the the whole system became unstable and furthermore I was not able to read holding the device in the right hand
Thanks for any help
Hi,
I am a fan of ebooks and have used many ebook reader program on many pda devices. Just as you did, I also installed MS Reader and have some observations:
1. Ufortunately Ms Reader is basically designed for d-pad pda's. That is to say, it is impossible at this stage, for this version to change the page via touch or slide movement on the screen.
2. Other than that, MS reader installs a font called "wingdings" for itself, which conflicts with Advanced Config and HD Tweak. That's the reason you see awkward characters in these programs. With my TYTN II, I could delete or rename the name of this font and continue using both programs. However, it impossible to delete or rename this font even via Total Commander in Touch Pro 2. Because this file is accepted as a Rom file by the operationg system. Therefore I had to uninstall MS Reader.
3. I use MobiPocket for many ebooks; it has many good options; though I should say it needs upgrade too. Please look at this thread: http://www.mobipocket.com/forum/viewtopic.php?t=16032
4. I use a different program for lit files; but I can't remember it's name now since I broke the LCD of my screen and trying to repair it nowadays You can see it here: http://forum.xda-developers.com/showthread.php?t=534883
5. Microsoft should develop a new MS Reader version or we should find a way to use cleartype in Adobe Acrobat somehow.
Regards,
jahr said:
Hello, I've installed the latest version of the Microsoft Reader and the instalation was successful. But I have a different question. How do you page in it? There are no key arrrows, touch interface doesn't work and the areas on the display which function for paging (beside the page number) are too small to touch them comfortably. So far I've found following ways to use it, but I'm satisfied with neither:
- use stylus to touch the paging areas
- open the keyboard and use the arrow keys
- install the AEButtons application to remap the volume keys (in this case the the whole system became unstable and furthermore I was not able to read holding the device in the right hand
Thanks for any help
Click to expand...
Click to collapse
Yes, pretty much the ebook readers need a massive update.
One thread I found on the Microsoft Reader support site had one "semi-official" person saying they were working on a version for WinMob 6.1, but that was last year, and no further updates.
I found another thread that said that Microsoft had stopped support for Microsoft Reader.
So no idea what happens. I'm hoping hen WinMob 6.5 launches, there will be a proper touch-friendly ebook reader in the store, that can handle .lit files as well =)
eReader
eReader (fictionwise/barnesandnoble) is pretty sweet for commercial titles. And for non-commercial titles, manybooks.net brings gutenburg to the eReader format (as well as many others) without you having to do any conversion yourself.
I haven't used the winmo version yet (which allows you to purchase/dl books directly btw), but the old Palm version uses the dpad And the touchscreen for page turning, so I imagine it would use the touchscreen for the better supported winmo version as well.
If I had a library of .lit books myself, I'd consider converting it to something more universal.
Microsoft Reader now for WM 6.1
A couple of weeks ago Microsoft quietly introduced a new version of Microsoft Reader that finally works fully on WM 6.1. Long overdue.
Does this mean that they still see Reader as a viable product, and that it could be developed further in a growing and ever-evolving ebook marketplace?
http://www.microsoft.com/reader/downloads/ppc.aspx
lmoritz said:
A couple of weeks ago Microsoft quietly introduced a new version of Microsoft Reader that finally works fully on WM 6.1. Long overdue.
Does this mean that they still see Reader as a viable product, and that it could be developed further in a growing and ever-evolving ebook marketplace?
http://www.microsoft.com/reader/downloads/ppc.aspx
Click to expand...
Click to collapse
Thanks for the news; however MS Reader still sucks; I have set up and used the program for trial with many of my .lit files; but I came across some annoying features:
1. The program installs a font called wingdings.ttf for its viewing purposes; the problem is this font interferes with many programs including Advanced Config and Manila 2.5! In the previous version it was possible to rename and disable this file in Total Commander; however it seems as a ROM file now and it's possible to get rid of this nonsense font.
2. It's still very hard to turn page in devices like Rhodium, where you do not have the D-pad.
3. The funny thing is, there was an common bug preventing the opening of .lit files inside File Explorer; we could get rid of it with a small registry trick. You can see this bug here: http://forum.soft32.com/pda/open-reader-files-WM5-file-explorer-ftopict66047.html
The funny thing is that silly bug is still there LOL after all these years. I think Steve Ballmer needed to fire some more crew
Therefore I have uninstalled the program again.
Regards,

Categories

Resources