Check emails with SKSchema - Touch Diamond, MDA Compact IV Themes and Apps

Hi,
I tried to start the message application on the diamond as described in the tutorial:
#r(\Windows\tmail.exe) #p(-Service "t-online.de" -Sync)
But there must be something wrong with the arguments.
Without arguments tmail is starting.

Related

Notification Errors

Every time I turn my T-Mobile MDA on I get Notification Errors for executables I have deleted or moved (SmartsKey). I've searched through the windows directory but can not find a reference to the two files. Does anyone know how to stop the MDA from trying to run these deleted/moved files? I've done a search and the only thread I found the person ended up hard reseting to stop it.
Use check notificationa and find the smartkey notification and delete it. This has happened because you did not follow the instructions with smartkey on how to remove it. You could reinstall it and remove it as per instructions - i think its in the pdf that came with the installation.
Dude,
Thanks for that program!!! Now my MDA is exactly the way I want it. BTW with the Custom 2.24 ROM this this rocks.
I just got 2 notification error on my 8125 after a softreset. One was on the omapclock.lnk and one on pocketmusic. Also I have about 200 events listed when I run the check notifications. Are there usually so many or should I delete them? Please inform me on this.
Redneck

Unread SMS without title and sender

Hey guys,
today i received my P4350, i backed up my sms from my XDA-Neo with PPCimBackup and restored them onto the P4350...
But now i´ve got an unread mail in my sms folder, without any sender, message text or anything else. the receive time is always the actual time and i cant delete or move it.
has anyone of you an idea how to fix that?
I dont want to hardreset the device.
Greets Mäffjus
Additonal Info: It is running WM6 (by default).
Phantom SMS? Try to connect your device to desktop thru Jeyo Mobile Companion (trial version available at www.jeyo.com) and delete that SMS. Soft Reset.
its not working, ist shows now sms in inbox...i`m not sure why....
Maybe an error in the inbox database? can i edit the file via Hex or windows (XP) editor?
Further, do you know how i can disable the terrible sound when i sent an sms and the windows pops up? i found no entry in the registry.
hey, no further ideas?
easy as pie
just delete your sms/email inbox. It's the: " cemail.vol " In the mobile root directory. It'll be protected so you'll have to use a trick to get rid of it. Credit goes to Arkhipenko over at mobilitysite.com but here's a quick cut/paste of the solution.
"Hi,
I have recently discovered that my cemail.vol file went crazy: the outlook folders became misaligned.
Without much details of WHAT happened, I needed to delete cemail.vol.
It is not a simple thing since the file is constantly locked by some process (no idea which - I tried killing most of them via MemMaid to no success).
Anyway, to cut the long story short, one way to do it is to use...
Mortscript (what else!)
Create a simple script:
Delete "\cemail.vol"
Place a shortcut to this script to a \Windows\Startup folder and reset: you will have a brand new cemail.vol file when everything boots up (at least I did).
Don't forget to delete the shortcut, or you'll have a brand new cemail.vol every time you boot. "

Diamong TF3D Config "Error Message" Help!

Everytime I upload the Diamond TF3D Config, It installs good but when ever i open up the program i get an error message,
" An unexpected error has occured in Daimond TF3D Config.exe. Select Quit and then restart the program, or select Details for more information".
I follow the instructions by restarting my device but i keep getting the same message, and when i click on details it shows me
Error
Diamond TF3D Config.exe
NullReferenceException
at f.m()
at Diamond_TF3D_Config.frmMain.v()
at
System.Windows.Forms.Form.OnLoad()
at
System.Windows.Forms.Form._SetVisible
Notify()
at
System.Windows.Forms.Control.set_Visible()
at
System.Windows.Forms.Application.Run()
at a.a()
I Dont Understand this message at all, and ive also been told to update the framework on my device which i did to 3.5, but still no look.
So can someone please help me in fixing this problem!?
Thank You
Delete the tweaks.xml file in the program folder. This has been covered quite a bit , dont forget about the Search button.
thanks a million.
will this work on htc tilt 1 by att
doesn't work for me. i deleted the Tweaks.xml file in the tft3d at program files

Self deleting executable

Hello all,
I am trying to write an application in Visual Basic.NET 2008 for the Windows Mobile 5.0 platform. One of the features of the application is that it needs to have a "panic" button. The idea is that a user can run the application and press the panic button. The application should then terminate immediately and remove itself (the physical executable). A sort of self destructing program
The problem is that an executable cannot be deleted if it is running because the file is locked. It can only be deleted after the program has terminated, but after the program has terminated it is not possible to fire a delete command anymore.
I have done some investigation on the web and I found this article: http://www.catch22.net/tuts/selfdel
The article explains the problem and it also provides a few solutions. Unfortunately I am not familiar with writing C++ or assembler (too stupid ) ) so I have not been able to use "the ultimate self deleting executable code".
Is there anybody here that can help me a bit to get this working ? Any help is appreciated
There are two ways:
1. Use something else to delete you app.
2. Figure out the ASM root.
By your own admission, 2 isn't viable, so that leaves us with 1.
I can think of 2 ways to do it, a seperate App to delete yours, all the other app does is way 2 seconds and run, and keep running and retrying until the File is Deleted. Your app then calls it and quits.
The other way is to do the above process but use MortScript to delete and wait instead of an app. There's loads of Mort examples on xda.
Dave

[Q] RAPICONFIG (0x80042008) error

Hi guys,
I'm trying to provision a HTC Touch 2 with RAPI. After I run this:
Code:
rapiconfig /p config.xml
I get this:
Code:
Config failed (0x80042008): A fatal transaction failure has occurred. The device may be in an unknown state.
I'm clueless in what I can do to fix this, since the .xml holds the security policy settings for the device...
Ultimately, I need to install a few cabs through a script, with no UI during install. Which i'm running with rapistart by the way.
Some help would be greatly appreciated!
I don't know about this Rapi Neo, but you can use Dotfred's Taskmanager to import a xml.
Edit; no UI ok, so no way you can install Dotfred LoL, sorry.
Thanks Laurentius, I'll still have a look at that.
I'll explain my scenario a bit more.
I have to run a script which installs a few cabs (so no cab security etc) and then modify the start menu, so users are only able to run forementioned apps and a few standard things like contacts, sms, that sort of thing. Settings should be blocked or removed, so they won't be able to change any settings made before running the script.
The first problem arises with getting rid of the security. RAPIconfig usually was able to send a provisioning xml to the device (on wm6.1) and change the security policy keys in the registry. This time, i'm running it on a wm6.5 device. So i'm doing something wrong there.
And last but not least: I used to be able to run CeRun.exe in the script on wm6.1 (does almost the same as RAPIstart.exe, but is able to do multiple cab installs at the same time, without showing the installation on the device) and i'm wondering why it doesn't work in 6.5 anymore.
I guess no one ever used RAPI tools?

Categories

Resources