Beiträge von zefrim

    Hallo zusammen


    Wenn man bei Amazon im Suchfeld folgendes eingibt:


    "medion stabantenne tmc"


    so erhält man jede Menge Angebote als Alternative einer Wurfantenne.


    Die dortigen Bewertungen reichen von gut bis schlecht.
    Mich würde mal interessieren, hat jemand eine solche Antenne und wie sind denn
    die Erfahrungen damit ?


    Das ewige Gefummel mit der Wurfantenne nervt mich allmählich



    Danke
    zefrim

    Hi Pitter


    geht leider nicht, da bekomme ich nach dem Hardreset einen Fehler


    irgend einargument finder er nicht


    "lua runtime Error (errno=2)
    .
    .
    .
    errror in Function "existsValue'.argument #3 is 'string'
    no object expected


    Gruß
    Zefrim

    HI
    meine k60navigation.lua
    sieht im moment so aus:
    -----------
    local shell = Shell:new();
    if shell:Execute( "file:///My Flash Disk/programme/Startmenu/menu.exe", "" ) == false then
    end
    shell:delete();
    ---------------



    jetzt weiß ich nicht genau wie ich den copy in dieser Zeile codieren müßte


    meine Morst script sieht im moment so aus- aber das funktioniert nicht.


    SetFileAttribute("\Windows\exclam.wav", "readonly", FALSE)


    copy ("\My Flash Disk\Programme\Silence\exclam.wav" , "Windows\exclam.wav")

    Hallo zusammen


    ich würde gerne , z.B. nach einem hardreset, die Systemklänge deaktivieren.
    (Ich hab WINce 5)
    Man kann das zwar über die Systemsteuerung bewerkstgelligen, aber ich möchte dies gerne per Automation machen.


    Kann man dies evtl. mit Mort-Scriupt machen und wenn ja -< wie.


    Vielen Dank erstmals


    zefrim

    Hallo zusammen


    ich hab mal neue 4 Buttons erstellt weil die , welche von Medion ausgeliefert werdenn, mir nicht so sehr gefallen.


    Ich hab die mal als RAR Datei angehängt - das ganze sieht dann so aus:


    buttons.rar


    Vielleicht könnte der eine oder andere sich daran beteiligen .. und im Laufe der zeit würden es dann mehrere werden ...


    das ganze kommt in den Ordner


    \My Flash Disk\Navigation\Skin480x272\PPSkin\480x272\GoPal_5.0\menu_buttons
    rein


    Gruß


    Zefrim

    HI Navitoni


    Ich hab mal ne Frage: auf den Bildern die Du reingestellt hast, kann man nirgend die Höhe erkennen . Ist da so gewollt ?
    Zefrim


    Ps.Glückwunsch zum neuen Skin - Vielleicht werde ich mir auch ein Gopal6 Gerät kaufen

    HI
    ich hab auch mal ne Frage zu P4440:


    wie kann mann den die Firmware rausfinden und wie kann man eine neue Firmware aufspielen.
    ich weiß eigentlich gar nicht was ich da für eine Version habe


    Danke
    zefrim

    Hi
    hier habe ich einige Commands welche mit execute gestartet werden können:


    * Alarm State: shows alarm bubble if alarm is on
    * Battery: This displays the battery % left as a digital number
    * Bluetooth State: shows green oval when BT is on
    * Calendar: Displays calender day/date
    * Calendar and Appointments: Displays calender day/date and a bubble with # of upcomming appointments
    * Clock: Displays time
    * Clock and Alarm State: Displays time and a bubble if alarm is on
    * Missed Calls: Displays a bubble with # of missed calls
    * Next Tasks: Displays a bubble with # of Tasks
    * Normal: This is used for all normal icons that don't have a state
    * Unread MMS: Displays a bubble with # of unread MMS (does not work if your mms and sms are counted together)
    * Unread Other E-mail: Displays a bubble with # of unread non-Active Sync/Outlook e-mails
    * Enread SMS: Displays a bubble with # of unread SMS (does not work if your mms and sms are counted together)
    * Unread SMS & MMS: Displays a bubble with # of unread MMS and SMS
    * Unread Snyc E-mails: Displays a bubble with # of unread Outlook/Active Sync E-mails
    * Unread Total E-mails: Displays bubble with # of all/any unread e-mails
    * WiFi State: shows green oval when WiFi is on


    Execute: This is the program that runs when the icon is pressed. WARNING Do not select any exe, lnk, mscr files with any of these characters !@#$%^&*()_+=-<>,./? This will crash iPhoneToday. If you need to use a file with one of these create a shortcut to that file and aim the icon at that shortcut.


    * We now how special executables just put the bold bart below and when you press the icon, it will do the following actions
    * --keyboard command to show/hide the keyboard.
    * --winkey command to display the start menu.--rotate to rotate the screen 90 degrees
    * --rotate:<angle> (e.g. --rotate:270) to rotate the screen by the given angle
    * --volume:<number> to set the system volume to <number> (0-100)
    * --volume:+<step>
    --volume:-<step> to increase or decrease the system volume by <step>
    * --reset or
    --restart to soft reset the device
    * --off or
    --standby or
    --suspend to suspend the device
    * --minimize to minimize the iPhoneToday's window (only for exe version)
    * --taskbar to show/hide the taskbar (only for exe version)
    * --goto:up to go one page up
    * --goto:down to go one down
    * --add to open the add icon dialog
    * --options to open the options dialog
    * --close or
    * --exit to exit iPT (Note this is Disabled for the dll version)
    * --goto:2 (or any other number) to jump to screen #2 (or any other number)
    * --goto:next to jump to the next screen
    * --gotoprevious to jump to the previous screen
    * --reload or
    * --relaunch Causes iPT to reload the icons (used more with Morts


    getestet habe ich noch nicht alle


    Gruß
    Zefrim