** SUCCESS** Import your old SMSes !! - MDA III, XDA III, PDA2k, 9090 General

Well.. its not quite as easy as that :wink:
I have a backup of my SMSes dating way back, about 500 in total, that i'd wanted to put on my XDA IIs. However there was no software out there that would convert plain text or database format text into SMSes. The closest thing that came to it was the Jeyo Mobile Companion, and all that does is backup your SMSes to an "SPD database format" and restore it again.
So I wrote a small application to convert my old SMSes to an SPD format file, and it worked!
I thought I should share this with you all. It's written in C# ASP.NET, basically cos its easy to edit / compile (you just need the XP web server with .NET framework).
It reads from my MSDE server, but you could make it an Access MDB file, or even a CSV file. It creates "inbox" and "sent items" files.
As I don't really want to have to support it , I thought someone else might want to turn this into a nice little app. So feel free to take the code and use it!
Apologies for the shoddy coding, I did it in a bit of a rush! NB I'm using Jeyo Mobile Companion v1.0.1

And while your at it, take a look at this program
http://pdafresh.freeweb.hu/Communications/SMS/app_smsBackup.htm

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?

WM6 Email Client on WM5

Hi!
I have a Dell Axim x50v (VGA device) running WM5 AKU 2.3, and would really want to have HTML support for email, since WM5 email client doesn't support it. I don't want to download any extra third-party application like Flexmail, but rather would like to know if there is some kind of a plugin for this native email client that allows HTML support.... I heard of WM6 and it's richer email client. Is there any way you can install WM6 email client on a windows mobile 5 device like mine? If not, is there any WM6 ROM that will work on my PDA? (Other things like viewing Internet Explorer Mobile in high resolution mode, or the new "calendar ribbon" would also be a worthy upgrade.)
.... There is a very slight chance that Dell will release an official WM6 upgrade considering how old my model is.... (it came out in 2004, being replaced by x51 models in late 2005).
Any help will be greatly appreciated.
For what I have read, you are basically out of luck.
You can't rip the email client out of WM6 since it seems to be very much incorporated within the OS. If you want to enjoy the WM6 email client you have to upgrade.
As far as if there is a WM6 I am not sure and since you have reached a HTC forum, well, have you tried a Dell site?
agovinoveritas said:
You can't rip the email client out of WM6 since it seems to be very much incorporated within the OS. If you want to enjoy the WM6 email client you have to upgrade.
Click to expand...
Click to collapse
Quoted for the truth.
Outlook (PIM) depends on Shell, Shell depends on Coredll, Coredll depends on kernel. Bummer.
Like I said, there is no chance that Dell will be releasing WM6 upgrade for its handhelds, so visiting "aximsite" wasn't very usefull for me right now.
When you guys mentioned that the WM6 email client is very much incorporated with the OS, does the same apply with the Internet Explorer Mobile that now supports high resolution, or the Microsoft "MarketPlace"?
Is there at least a third-party HTML support plugin for the native email client, or is Flexmail the only solution for viewing HTML-formatted emails? (I would really prefer a "free" third-party application.)
Xdenwarrior said:
(I would really prefer a "free" third-party application.)
Click to expand...
Click to collapse
Try Qmail IMHO the best email program and what is more important free
http://q3.snak.org/download/ take most up to date compilation from Nightly build section and don't be afraid about japanese page Qmail is in english! At the bottom of download page you'll find openssl extension for secure connections.
I can't properly download this "Qmail" program. If I want to download and install it through activesync by first of all extracting the zip file from the nightly build and then running the exe file, it eventually says "not a valid Win32 application" or something like that. In fact, i can't stand that official japanese website, cause i get that same message for anything i try to download from there.
Actually, i got a chance to see how Qmail works (looks pretty nice - it supports HTML, right?), but not necessary to use it. Instead of running it on a PC, i copied right away that zip file to my device, and installed Total Commander on my PPC. However, I had to extract each component for Qmail separately using the Total Commander. Really a disasterous download, if not even. It ended up opening the program, but never really saving it anywhere on my device. After a quick soft reset, there is no more trace of it.
So, SERIOUSLY, does anyone have an alternate cab or exe file of the latest nightly build for Qmail v3 that actually works, not links to that japanese website?
I think you don't get the idea of inslalling it it's not self installing program! unpack it on your desktop than move whole folder with all files (all dlls and q3u.exe) to some folder on your ppc, probably the best is storage card. You can copy files that way by opening activesync and than klicking on explore button there will be your ppc just like any other folder in normal desktop pc. Copy whole qmail folder to it and thats it, you can start qmail using totalcommander on ppc or later create some shortcut to program on today or in programs.
here is packed folder "Qmail" with all needed files unpack it on your desktop and copy unpacked folder with files to your ppc using activesync explore button! Sorry but I can't write it more simply This one works on my ppc as all other versions did!
http://przemek.nekla.pl/Qmail.rar
and one more thing here you can read somthing more about qmail and the power of this program! also how to set it up
http://www.pocketpcthoughts.com/forums/viewtopic.php?t=46747
http://www.azol.ru/texts/QMail3_eng_FAQ.htm
Nice!!! I finally got Qmail installed on my device. Seems like it can do a lot more than just let you view HTML-formatted email. So, how well does it compete with the native WM6 email client?
Ohh, you guys never answered me about WM6 Internet Explorer. I find that IE that comes with WM5 takes very long time to open pages, or at least - fairly slow. (Doesn't work very well in the morning when you are in a rush, and don't want to wait for your PC to start up, and whenever it's ready to connect to the internet). Many WM6 reviews say that the WM6 IE is quite faster, supports AJAX, and especially more stable. (Don't know how to explain it to you, but when scrolling too fast the web pages, especially in landscape mode, at one point all the graphics and program icons become as if shattered with black, grey, green, red, ... lines -the images corrupted, that requires soft reset.) Not sure if this is an error, or if WM6 fixes it. That's why I was thinking of overwriting my current IEMobile with the Internet Explorer that comes with WM6. Or is it hard-coded, as well as WM6 email client, into the OS?
One last question. (sorry, if I'm bothering you guys too much.) Everyone knows that IEMobile of any kind does not allow multiple tabs. And i really would have preffered some kind of a plug-in, not a separate web browser, that allows it. I tried PIEPlus, but it also adds way too many features that I don't even need (i need a browser plugin that handles it as simple as possible) that only wastes more memory, and i think, slows down the IE even more. Any idea???
Ok, I know I was asking above lots of things. So, to make it easier:
1)Does anyone know how i can speed up my internet explorer mobile?,
2)And how i can fix that occasional screen error that occurs while browsing the internet that messes up my whole PDA?
So, um, can somebody help me?
Hello! Is anyone out there?

Issues saving WM6 Excel files. Please help!

I know that this is arguably in the wrong forum, but I've been posting my issue in the "General" forum for weeks without one response. Trying to get some exposure.
I'm just wondering if this is just my issue or if it's a common issue with WM5/WM6 and or the latest ActiveSync, 4.5. I'm having issues with syncing Excel files that used to sync just fine on WM2003. I have large spreadsheets that are about 325kb in size on the desktop. When I sync the file, it's the same size until I open it and try to make changes and save it. Then I get the following error:
"Unsupported content and formatting may be lost if you save this workbook..."
The only way I can save the spreadsheet is to rename it and create a new one with the same name. It then writes over the original file, taking up to 30 seconds to save. The file is then 969kbs in size (almost triple!). And every time I edit on the PC it goes back to 325kbs. Then when I edit on the PPC, it goes through this again, making the file almost a Meg again.
Is there any way to just sync the file with just one format? WM2003 doesn't have this problem at all. It syncs the file and it's still the same size on both the desktop and the PC, 325kbs. But not for WM5 or WM6. This is really annoying. Also, sometimes my date formats are changed from month-day-year to day-year-month, or something retarded like that. Really freakin annoying to say the least. You buy MS products and they're not even compatible. I feel like I have a Palm trying to sync Apple documents or something. It's really ridiculous! I'm hoping that one of you genius' can point me to a setting that I've overlooked to fix this. Or some kind of cab or hack to make Excel save documents in the same format as WM2003. Please help!
PS, I've tried to change the conversion settings in Active sync as well with no apparant effects.
As cuurent ppc office uses same format as pc why not copy and paste documents rather than synching - its what i do with any documents i want to have on my ppc.
meschle said:
As cuurent ppc office uses same format as pc why not copy and paste documents rather than synching - its what i do with any documents i want to have on my ppc.
Click to expand...
Click to collapse
I get the same error whether I use activesync or not. That's the problem - they're not the same format. When saving on the desktop it converts to XLS work book. When saving on the device it converts to a PXL file. Thery're different. As a matter of fact, I found out last night the WM2003 is converting the files the same way but it shows the storage size as if it were in the XLS form (says 352Kbs but desktop shows 950Kbs actual size until opened and saved on desktop) It's been doing this all along, so I guess the only difference is that now, I'm getting an warning before I save and rewrite the file and I have to rename it.
Strange thing is that no one seems to have this issue but me. I've only found like 2 or 3 posts on the internet with people having this issue with WM6. So, there's a way to bypass it - Just don't know how.
BTW, Thanx for replying to my post.
2003 saved as pxl - wm6 saves as xls or xlsx - what rom are you using?
meschle said:
2003 saved as pxl - wm6 saves as xls or xlsx - what rom are you using?
Click to expand...
Click to collapse
Yours. O2 Premium (not Premium Plus)
Well it saves as xls\xlsx then - theres no need for conversion of the files.
meschle said:
Well it saves as xls\xlsx then - theres no need for conversion of the files.
Click to expand...
Click to collapse
I tried to edit-save using WM5 storeage on the device and then edit-save on the desk top. Created the document on the device and it was saved as "Excel 2007 Workbook"(default). Save to storage card and then turned on WM5 storage and connected to the desktop. Went to the storage card, opened the same file and I got a brief message "file conversion in progress" before the file opened. I went to "save as" and the file type was the same "Excel 2007 Workbook". So, like you said, why is there a need for conversion if they're in the same format? Says there're the same but I don't think they really are. Desktop file size is always smaller than the device file size.
Appreciate your help, but I guess I'm just going to have to live with it.
PS and yes, it still asks me to rename the file if I try to edit it after coming from the desktop.

Backing up 6.1

Is there a program finally that is able to backup WM 6.1? If so, where can we find it?
it depends what you want to backup
Other then tha basic pics, music, stuff like that.
What can we backup?
*Asking as a noob cause I'm sure there are people out there, that are not informed on what really can be backuped.*
Mikey1022 said:
Other then tha basic pics, music, stuff like that.
What can we backup?
*Asking as a noob cause I'm sure there are people out there, that are not informed on what really can be backuped.*
Click to expand...
Click to collapse
sprite backup works. now i havent tried a restore from the file it created, but i have sprite backup V6.1.0 build 2192 and creating the backup file works, so i assume the restore works too.
for example i backup the contact and the sms.... if you have wm 6.1 you can use sms pack to backup the sms... look it http://forum.xda-developers.com/showthread.php?t=378344
Sweet thanks and Sprite restore would, restore what?
i think all... look :
Sprite Backup 6.20
Award-winning Backup for Windows Mobile 5 or Windows Mobile 6 (Pocket PC and Smartphone)
If you have customized your device with productivity applications or if you don't want to lose your call history, SMS messages, pictures, ringtones and more, then make the smart choice for your smart device.
Cool, thanks.
BTW those are some nice lips in your pic. reading your name kills it though LMFAO
nooo... i like this nick....
take sprite backup here : http://rapidshare.com/files/99697656/Sprite_Backup_6.20.rar.html
I dont need a program to back up my stuff.
I use Outlook 2007 for contacts and Calendar.
I pics and music are all my storage card. (Desktop computer also)
SMS can use the program already on the phone. SMS Backup.
Like i said, this was/is for noobs
i think too that this is an unnecessary program
bratz said:
i think too that this is an unnecessary program
Click to expand...
Click to collapse
Then remove it.
We upgrade Roms for speed and more free space.
Extra programs only slows down the phones.
i havent update it, i found it for you but it isnt by me

What is the best backup solution for TP2?

I'm aware that the new stock TM Windows Mobile 6.5 upgrade has a program on it called Mobile Backup. On the ROM I'm using now I have PIM Backup. Specifically what I'm looking for is how to backup email settings without having to do it every time I flash the device. I'm also there are ways to create your own cabs, I assume XML; but I am far from having the expertise to do this from scratch myself. I get that most of these programs will save my contacts, messages themselves but it is the settings itself though I'm a reasonable guy if a program does it all I'm not going to complain; any ideas? Thanks in advance!

Categories

Resources