Direkt zum Hauptbereich

Mixed Settings, in combination of Skype for windows and Skype for windowsmobile

Buggy skype

----- Ursprüngliche Nachricht -----
Von: Skype English Support <en_support@skype.net>
Gesendet: Montag, 17. August 2009 09:41
An: <honeypot@gmx.at>
Betreff: Re: Mixed Settings, in combination of Skype for windows and Skype for windows mobile

Hello,

Thank you for contacting Skype Support.

We are truly sorry to hear that you are having problems with the Skype
on your device.

This error is known by our development team and will be resolved in a
future release of Skype.

Stay tuned on http://www.skype.com/intl/en/download/skype/windowsmobile/
for updates and to get the latest Skype version.

We apologize for the inconvenience.

Best regards,

Kaarel

Skype Customer Support

Visit www.skype.com for latest news, updates and tips.

Original Message Follows:
------------------------
Name:
Skype Name:
E-mail: dumbyou@apple.com
Subtopic: Mobile devices (Pocket PCs, Skype phones, etc.)
Subject: Mixed Settings, in combination of Skype for windows and
Skype for windowsmobile
Message:

-----------------------------------------------------------------------
Hi,
everytime i get online with my skype for windows mobile my settings are
mixed up so next time i get online with my pc (skype windows) the
privacy settings are reseted. Then everyone can send me messages and
send me spam.
-----------------------------------------------------------------------

Skype Version: windows 4.1.0.136
Language: en
Browser: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1;
Trident/4.0; Tablet PC 1.7; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET
CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; FDM)
IP address: 84.219.42.123
Orders:

Kommentare

Beliebte Posts aus diesem Blog

favourite geek&poke comics

http://geekandpoke.typepad.com/.a/6a00d8341d3df553ef013485e5e37b970c-pi http://geekandpoke.typepad.com/.a/6a00d8341d3df553ef013486458e35970c-pi http://geekandpoke.typepad.com/.a/6a00d8341d3df553ef0133f32a0f25970b-pi http://geekandpoke.typepad.com/.a/6a00d8341d3df553ef0133f3716c17970b-pi http://geekandpoke.typepad.com/.a/6a00d8341d3df553ef013486997ef7970c-pi http://geekandpoke.typepad.com/.a/6a00d8341d3df553ef013487146609970c-pi http://geekandpoke.typepad.com/.a/6a00d8341d3df553ef0133f4227ee4970b-pi

ffmpeg wrapper for .net and java

Ok. I built a custom ffmpeg wrapper but it was just a dirty hack. it was not encapsulated clean.... it worked but it was just tooo ugly to develop some extension... wrapping looked something like this: THIS DOES NOT WORK it is refactored to death:    class MencoderSharp     {         public static bool mencoder(System.Uri infovdrpath, string ratio, System.Uri destinationpath, BackgroundWorker worker, bool deleteConverted,string audioparameter, string videoparamter, bool testRun, DoWorkEventArgs e)         {             int returncode = 0;             foreach (string sourcepath in Directory.GetFiles(infovdrpath.ToString().Substring(0, infovdrpath.ToString().Length - 9), "0*.vdr"))             {                 Process p = new Process();                 //p.StartInfo.WorkingDirectory = @"C:\whatever";                 p.StartInfo.FileName = @"mencoder.exe";                 // http://msdn.microsoft.com/de-de/library/system.diagnostics.processstar...
Kodi keeps crashing when it is started without connected displays. Sometimes I want to startup my kodi setup for some other reasen and start using kodi later.... then kodi was already closed with some crash log file... :( This script works arround by waiting to start kodi until some hdmi port is connected (modify the grep query to adapt to some other port name). #!/bin/bash # Some programs have issues when run without connected display. E.g. Kodi likes to crash when started without any display connected on my system. # This script starts after some hdmi port is connected. # Depends on xrandr. WARNINGTIMEOUTINSECONDS=840 TIMEOUTINSECONDS=900 POLLINGDURATIONINSECONDS=5 LOGFILE= " $HOME /waitTillHdmiConnected.log" #set start conditions SECONDS=0 triggerTimeoutActions (){      echo   ...