Pointui » Home 2 Applets Showcase

[APPLET] [VGA/QVGA] myPhone Applet Beta 0.9

(142 posts)
  1. alf
    Member

    Hello,

    I want to introduce you my applet "myPhone", it´s a combination from showing date/time and having access to the "for me" most important functions as

    Prerequisites
    Windows Mobile Device with Home2 2.0.18b running on it
    Needs about 300kB free Memory Space

    Feature List (VGA and QVGA)
    Turn on/off WIFI
    Turn on/off Bluetooth
    Switch Ringer Volume from Muted to 5 different Levels
    Switch to Vibration Mode
    Switch Speaker Volume from Muted to 5 different Levels
    Activate/Deactivate Flight Mode
    Show Phone Signal Strength
    Lock phone
    Show Date and Time in 24h and 12h format
    Show WiFi Connection
    Show Current Operator Name
    Show Memory Usage
    Show Battery Status
    Show Battery Meter
    Configurable/Customizing
    Supports Terms.xml for Multilanguage Support
    S2U2 support for locking
    four definable F-Buttons for starting applications or calling predefined numbers


    Donations for buying a VGA device ;-)

    myPhone Applet Donations
    Thanks for your appreciation and encouragement! (Please do not donate less than ONE USD, otherwise it will all go to PayPal.)

    As I could only test this on my HTC Touch and VGA Emulator, I do not really know how it will look on other phones ;-)

    Hints:
    For the locking, keep on pushing the lock button, I use a OnClickHold Event
    As in Home2 this enables the standard locking function of your device (on my HTC touch this is the same function when I press the red hardware button 3 sec.)

    For quick lock the phone you can now also ClickHold the arrow button (no need to change to the 2nd panel ;-)

    For the FlightMode, keep on pushing the Phone Button, I also use a OnClickHold Event to prevent an accidental switch to the flight mode.

    For turning the phone in vibration mode press and hold the ringer volume button, click one again to switch back to the former volume.

    When you click on the time hour digits the Calender Application opens, when you click on the time minute digits, the Clock/Alarm Application opens.

    After changing settings, the screen is NOT updated automatically immediatly, either wait one minute or press the panel change button (arrow button) to see the changes.

    Change the terms.xml file for your language, the included terms.xml is english and a terms.german.xml file is also provided (rename this to terms.xml if you want the whole stuff in german)

    S2U2 Support:
    If you have S2U2 installed as locking application you should set the path to s2u2 in the file myphonesettings.txt
    Sample for editing the s2u2 path:
    s2u2path=\Programme\S2U2\s2u2.exe

    Note:
    If the file is not present the standard locking mechanism will be used
    If the path to s2u2 is wrong, no locking will happen!!!!!

    S2U2 is a great application which you can find here

    Possible Settings in the myphonesettings.txt file:

    AppHourOnClick (when tapping on the hour digits)
    AppMinuteOnClick (when tapping on the minute digits)
    AppF1 (when tapping on F1)
    AppF2 (when tapping on F2)
    AppF3 (when tapping on F3)
    AppF4 (when tapping on F4)

    Sample for F1 to start the calendar application:
    AppF1=\Windows\Calendar.exe
    Sample for F1 to call a phone number:
    AppF1=Call+1234567890
    note: Call must be typed exactly as shown (CALL or call will not work!!), blanks are automatically removed at dialing.

    Awaiting you feedback

    Greeting from Austria

    ALF

    Change History:

    Beta0.1:
    Initial Public Test Release

    Beta0.2:
    (+) added animations to the buttons
    (+) added Activated() and Deactivated() Methods to Class myPhoneApplet

    Beta0.3:
    (+) added Multi Button Panel Support
    (+) added Speaker Volume Control
    (+) added Phone Control with Flight Mode Switch and Signal Strength
    (d) debugged error when displaying the datestring

    Beta 0.4
    (+) added Bluetooth Mode Discoverable
    (d) fixed Image Offset Error (please reinstall the whole Applet Directory with all images)

    Beta 0.5
    (c) changed to improve speed
    (+) added configuration screen
    (+) added Terms.xml for multilanguage support
    (+) show Date and Time in 24h and 12h format
    (+) show WiFi Connection
    (+) show Current Operator Name

    Beta 0.6
    (+) added Battery Status
    (+) added Battery Meter
    (+) added PanelSwitchButton OnClickHold Event for quick locking the device
    (+) added Open Calender Application upon clicking on the hour digits
    (+) added Open Clock/Alarm Application upon clicking on the minute digits

    Beta 0.61
    (+) added support for S2U2 as locking application

    Beta 0.7
    (+) added support for switching to vibrate mode
    (+) added display of memory usage in the Info Bar
    (c) changed Panel view for support up to 12 buttons (animated)

    Beta 0.71
    (c) implemented workaround for some devices which have no reg key
    HKCU\ControlPanel\Sounds\RingTone0\SavedSound and therefore lost the RingSound File Setting when going in vibration mode and back again. The Filename is now also stored in myPhoneSettings.txt and got from there if HKCU\ControlPanel\Sounds\RingTone0\SavedSound is empty or not present.

    Beta 0.8
    (+) Four Function Buttons on second panel for starting applications or making phone calls of predefined numbers
    (c)s2u2 Path ist now stored in myphonesettings.txt (if empty then the phone locks with the standard device locking mechanism.
    (c) Usage of Device.AutoScaleValue for VGA devices for the planned VGA version

    Beta 0.9
    (+) Full VGA support (lot graphics work)
    (+) Release the PNG files for skinners ;-)

    Attachments

    1. MyPhone_Beta_0.9_VGA.zip (130.4 KB, 1,589 downloads) 1 year old
    2. MyPhone_Beta_0.9_QVGA.zip (73 KB, 4,076 downloads) 1 year old
    3. myPhone_VGA_PNG_Files.zip (182 KB, 347 downloads) 1 year old
    4. myPhone_QVGA_PNG_Files.zip (240.3 KB, 1,285 downloads) 1 year old
    5. capture4.gif (17.5 KB, 173 downloads) 1 year old
    6. capture3.gif (17.8 KB, 97 downloads) 1 year old
    7. capture2.gif (21.8 KB, 93 downloads) 1 year old
    8. capture1.gif (20 KB, 249 downloads) 1 year old
    Posted 1 year ago #
  2. Jotuns
    Member

    Hi

    This looks very nice. Only qvga at the mo.

    Marcus

    Posted 1 year ago #
  3. CyberKurt
    Member

    Yeah, nice. Looking forward to a VGA ver. ;)

    The lock doesn't seem to work? Everything else do ;)

    Posted 1 year ago #
  4. alf
    Member

    For the locking, keep on pushing the lock button, I use a OnClickHold Event

    ALF

    Posted 1 year ago #
  5. CyberKurt
    Member

    aaahhh.... ;) Working ;)

    Posted 1 year ago #
  6. alf
    Member

    Now I´ll try some animations (jumping buttons ;-)

    Posted 1 year ago #
  7. CyberKurt
    Member

    .... and VGA? ;)

    Posted 1 year ago #
  8. NeoSkYan
    Member

    nice applet ;)

    report "bug" and what's work

    work : turn on/off BT and WIFI
    don't work : lock phone
    work but not the right apps : the volume is the volume of the conversation but not the ringer phone ( like the "bip" in
    apps...)

    i wish my little contribution will help you to make your applet better ;)

    QVGA work's well on my HTC P3600

    edit1 : Sorry, the lock phone work perfectil

    edit2: I'm not drunk... but but now all applet work's correctly !so good job!

    Posted 1 year ago #
  9. alf
    Member

    thank you,

    But in the framework from Home2 it´s called Ringer Volume ;-(
    Checking.....

    Checked: on my HTC it´s the volume of the ringing!

    ALF

    Posted 1 year ago #
  10. Rumble
    Member

    i have inistalled this onto the Xperia X1 and it works, however it is really small in the top left hand corner. can this be adjusted?

    Posted 1 year ago #
  11. alf
    Member

    Could you provide me a screenshot?

    Posted 1 year ago #
  12. Savage
    Member

    I have installed this app. on my HTC Tytn II, everything works like it's supposed to. Nice little app. Thanks

    Posted 1 year ago #
  13. WildSioux
    Member

    This is a great applet. However, i dont have a need for another clock. I understand you may have placed the clock there to see when it is locked with your lock. The clock takes up valuable real estate. That is a good start on the lock. But i hate The WM lock.

    Another thing, im using a comm manager that shows the name of the wifi network, the bluetooth status and phone status.

    If you could do away with the clock. Make the lock show the home clock applet (like pointui 1.02 without WM style). Show the wifi name, status of phone and bluetooth. And add more to the phone volume (graphical representation, control) of both system sounds and phone volume. This would be awesome!

    Posted 1 year ago #
  14. alf
    Member

    I´m thinking about a mode where you can select what is there (either the clock or various informations about the WIFI, Bluetooth ... status). For my taste I need this features at most to switch on/off the various selections, having the date and time on one screen without having to change the applet

    Posted 1 year ago #
  15. Tita
    Member

    Works fine on My HP Ipaq 914c except for the lock.
    Does anyone knows how to lock the phone using Home2?

    Posted 1 year ago #
  16. alf
    Member

    Have you pressed the lock button several seconds, it´s different from the other buttons to avoid accidential locks.

    ALF

    Posted 1 year ago #
  17. fozboz
    Member

    sorry this might sound like a n00b question, but i would like to change the .cs file so that the lock button could work with another program, say like S2U2 or Pocketshield? Any help is much appreciated ^^

    P.S. Love the MyPhone App

    Posted 1 year ago #
  18. Tita
    Member

    Thnx Alf the lock works after 3 sec.
    just the unlock is the old fashion way from WM6, and this is not so finger friendly :-)

    But great applet!

    Posted 1 year ago #
  19. capthr
    Member

    Doesn't work at all on my Sprint Touch.

    On 3rd install it works.

    Posted 1 year ago #
  20. Rumble
    Member

    it doesn't work on my xperia as i need it in VGA (blush) and this is QVGA isn't it :-(

    will there be a VGA build?

    Posted 1 year ago #
  21. macyek
    Member

    locked my phone and couldn't unlock it so pressed softreset and now my phone is "bricked" :/ it has stopped at windows mobile "hello" screen

    the only solution - hard reset?

    Posted 1 year ago #
  22. Valdisb
    Member

    Really great applet! Tested all of the buttons and they work. No problem with the Lock either. Only problem I'm having is the Date does not display above the clock. My specs are:

    Cingular 8125 running WM5, QVGA display
    Pointui Home 2.0.16b

    A Very Big Thank You for your hard work!!!

    Posted 1 year ago #
  23. alf
    Member

    Hi,

    Regarding a VGA Build, I´ll try to generate a VGA version in the next days but I can´t test it because i do not own a VGA Mobile.

    ALF

    Posted 1 year ago #
  24. rwalsh3711
    Member

    Works great on my VZ Omnia. Great work!

    Posted 1 year ago #
  25. alf
    Member

    @Valdisb
    New version Beta 0.3 should solve the problem you had with not showing the date string.
    Thank you for your feedback.

    Posted 1 year ago #
  26. jax222
    Member

    whaaaat a greeaaat ideeeee ! so nice

    Posted 1 year ago #
  27. i have one problem.. see my screen

    Attachments

    1. Screen04.jpg (30 KB, 17 downloads) 1 year old
    Posted 1 year ago #
  28. yay! someone was reading my mind! :P

    Posted 1 year ago #
  29. alf
    Member

    @caballero600

    I had once this problem also when testing but after reloading Home2 and the Applet it was ok again but I´ll try to catch this issue although i assume it´s something weired.

    ALF

    Posted 1 year ago #
  30. Hi alf,

    Great job for a beta!

    >>> Added in the Applets Store

    Posted 1 year ago #

RSS feed for this topic

Reply »

You must log in to post.