Pointui » Home 2 Applets Showcase

[Applet][VGA/QVGA] Profile Switcher

(72 posts)
  • Started 1 year ago by ibrythill
  • Latest reply from dempseyn
  1. Hi guys! I am making another applet. Simple profile & volume manager. It's only a beta but it works fine. VGA only a the moment.
    With this applet you get:
    - 6 profiles. Fully customizable in a xml file.
    <Profile_One>
    <Name>Loud</Name>
    <Ring>none</Ring>
    <SystemVol>100</SystemVol>
    <RingVol>100</RingVol>
    <Script>av0pw3r</Script>
    <Icon>Loud.jif</Icon>
    <IconSelected>Loud.Selected.jif</IconSelected>
    <BT>Off</BT>
    <Wifi>0</Wifi>
    </Profile_One>

    Where:
    - <Ring> can be none, *none*, *vibrate* or path to your ringtone.
    - <BT> can be On, Off or Discoverable.
    - <Wifi> 1 - on, 0 - off


    Stable
    :
    - Finally working timer (As good as possible. Updates only when device is active or/and immediately after the device wakes up)
    - More profiles.
    - Option to toggle on/off: Bluetooth and wifi.
    - QVGA version.
    - Menu option to save your current ringtone.(do it at first run to if you don't want to loose settings for your current ringtone)

    Beta 2:
    - Timer to set the time to change the profile not working properly!
    - Menu to select next profile( will change to that profile after selected time)
    - New icons for profiles
    - Option to change Profile icons in the xml file (sample base buttons attached)

    Beta 1:
    - System and ringer volume control. Vibrate and mute options.

    Todo:
    - QVGA!
    - More profiles with more options( waiting for your suggestions ).
    - Combine it with comm manager
    - Change the look;)
    - Profiles schedule
    - Switch profile automatically during meetings (to Vibrate)

    If you like what I do, you can buy me an energy drink:

    Attachments

    1. 2009_02_26_13_28_28_0003_111d.jpg (31.9 KB, 208 downloads) 1 year old
    2. Profiles_vga.zip (278.5 KB, 2,221 downloads) 1 year old
    3. Profiles_qvga.zip (133.4 KB, 4,158 downloads) 1 year old
    4. 2009_02_26_10_18_58_0002_111d.jpg (47.6 KB, 121 downloads) 1 year old
    5. button.zip (17.6 KB, 1,102 downloads) 1 year old
    6. 2009_02_23_21_52_41_0085_111g.jpg (30.8 KB, 106 downloads) 1 year old
    7. 2009_02_23_21_52_36_0084_111g.jpg (42.9 KB, 78 downloads) 1 year old
    8. 2009_02_23_21_52_32_0083_111g.jpg (43.8 KB, 95 downloads) 1 year old
    Posted 1 year ago #
  2. catchmeu
    Member

    One more thing to add to To-Do:
    - Switch profile automatically during meetings (to Vibrate)

    Posted 1 year ago #
  3. @catchmeu
    Good idea;) added

    Posted 1 year ago #
  4. sebcbien
    Member

    Here are other thing to add to To-Do:
    - Switch to profiles automatically during period of time or actions (in craddle/bluetooth headset/in car bluetooth)
    ex: switch phone and sound off between 01:00AM and 08:00 AM (night) during the week and between 02:00AM and 1:00PM during the WE ;o)
    ex: switch wifi on and ring loud during lunchtime 12:00AM and 01:00PM
    ex: switch sound to low when back home

    Posted 1 year ago #
  5. madhatter
    Member

    everything sounds great to me. I would only change the 1 2 3 and 4 to icons but that would be a little hard to match with everyone's custom profiles. can't wait to use it on qvga :)

    Posted 1 year ago #
  6. I never knew you could change it to vibrate, thanks for the help!

    Posted 1 year ago #
  7. Hi ibrythill,

    Your Profile switcher is a good idea, thanks!
    >>> Added in the Applets Store

    Posted 1 year ago #
  8. giantsf49er
    Member

    Is it possible to change the one, two three, four buttons to car, normal, meeting, other?

    Or is it possible to make it a part of the script to label each button to the users preference?

    I would have serious trouble remembering which profile I have defined under which number.

    Posted 1 year ago #
  9. catchmeu
    Member

    I am not suggesting copying whatever SPB has done, but taking a cue will be helpful..

    Attachments

    1. spbprofile.png (37 KB, 13 downloads) 1 year old
    Posted 1 year ago #
  10. @catchmeu
    your talking about copying the look of spb? That should be easy;)

    I'm trying to figure out how make schedule profile switcher. The timer and all other stops when the device isn't active and updates/starts when device is on.
    So if you want to change profile after 30 min and turn off the device, it will stop counting.
    The same with clock. It always updates when device is turn on. So if you want to change profile at 12.00 and turn on the device at 12.30 it will update and the profile will be changed then.

    Someone has any ideas how to make it work?;)

    Posted 1 year ago #
  11. the only idea i have is to set up an alarm at the "change_profile" time, so the device wakes up, changes profile, and then goes off to sleep. I don't know exactly how to do it, I just know that alarms can be set via Registry modification, "messing" with keys HKLM/Software/Microsoft/Clock/0, /1 and /2.

    By the way I was thinking to integrate a "Sound manager" in my DeviceManager applet... what about a "joint-venture" and work together in order to integrate your and mine applets and make one?
    Let me know...

    Posted 1 year ago #
  12. catchmeu
    Member

    Thanks guys! Teamwork indeed is the need of the hour :)

    Posted 1 year ago #
  13. @capt_harlock77
    Wakeing up the device is a good idea. Not necessary with Alarm but it seems that's the only way now. Only problem is to turn off the device after that.

    Teamwork indeed is needed;) What kind of cooperation are thinking off?

    Posted 1 year ago #
  14. DrAkcel
    Member

    Will you made it for QVGA?

    Posted 1 year ago #
  15. @DrAkcel
    yes when it's fully working:)

    Posted 1 year ago #
  16. Hi ibrythill,

    Would appreciate if we can get this for QVGA device. It will be real helpful. Thanks in advance.

    Posted 1 year ago #
  17. I second the QVGA request. This is the missing piece from the old HTC TouchFlo interface that I missed. A way of switching ring/vibrate profiles and a control for backlight brightness.

    Posted 1 year ago #
  18. catchmeu
    Member

    The G-profile in xda-developer may give some tips on handling the profile changes.. not sure if you can get hold of some pointers..

    Posted 1 year ago #
  19. @ ibrythill

    As you may know, I'm planning to add a "Sound manger" screen in my "DeviceManager" applet... Honestly, many (if not all) the features I'd like to add are already in *your** applet... so I thought we could merge the two applet and make a single one, or otherwise, if you're ok, I can copy some of your "code" and use it in my applet.

    Posted 1 year ago #
  20. @ capt_harlock77
    No problem, you can use my code! Just put my nick somewhere if you want;D

    Posted 1 year ago #
  21. I will surely put your name in the credits!
    You are free too, of course, to "copy" any function from my applet and implement it in yours.

    Posted 1 year ago #
  22. neoxfl
    Member

    I would really like qvga please!!!

    Posted 1 year ago #
  23. pietrucci
    Member

    Looks very nice, it's starting to get towards PocketZenPhone, but then in a modern way!

    Things I noticed and some suggestions:
    - Switching between profiles takes some time. You can see that when switching the volume from max to zero. It takes about 15 seconds or so before the Today icon switches. Not a real problem though.
    - I would like to have 5 profiles (Normal, Vibrate, Quiet, Car and Off).
    - I would like to switch met BT also (in my Car profile I want to switch BT on).

    I know you do this for free, so I don't expect you to make this all happen. I will investigate and try to make my own modifications...

    Keep up the good work, I really like this!

    Posted 1 year ago #
  24. @ pietrucci
    Well it's free but you can always buy me beer or coffee;)

    I will add 2 new profiles, car and custom, and ability to toggle wifi and bt. Give me some time:D

    btw. what do you want in car profile?

    Posted 1 year ago #
  25. pietrucci
    Member

    My car profile is the same as my Loud profile, only BT on.

    Thnx

    Posted 1 year ago #
  26. jalnospam
    Member

    QVGA.....please....dont make us wait...LOL

    Posted 1 year ago #
  27. Applet updated! QVGA added! I don't have qvga device so it needs testing!

    Posted 1 year ago #
  28. smee71
    Member

    Hi Thanks for the QVGA version.

    This is how it's looking on my HTC Touch

    Attachments

    1. Screen01.jpg (25.9 KB, 8 downloads) 1 year old
    Posted 1 year ago #
  29. Thanks smee71!
    Try this Profiles.cs

    Attachments

    1. Profiles.cs.txt (50.4 KB, 52 downloads) 1 year old
    Posted 1 year ago #
  30. smee71
    Member

    Thanks for the update. The name "Profile Switcher" is now not being overlapped by the icons, but the currently selected profile name is now behind the volume button.

    Attachments

    1. Screen02.jpg (26 KB, 5 downloads) 1 year old
    Posted 1 year ago #

RSS feed for this topic

Reply »

You must log in to post.