webOS Nation Forums
> Homebrew
> webOS patches
>
[Patch] Device Menu Ultramix
1
2 3 4
Member:
cwgtex
at: 10:03 PM 02/02/2010
I decided to combine the device menu patches I use. This patch...
Adds: brightness control, data, gps, flashlight
Removes: battery level, airplane mode
Notes: The brightness slider range is from 5 to 100 percent. This means you don't need the "reduce minimum brightness" patch, and when you scroll down to the minimum (5), the keyboard is still lit up.
I wanted to experiment with making my own patch (using UnifiedDiffCreator, thanks Jason Robitaille). I give all credit for the original patches to the original creators. I mainly did this for my own use, but figured I would share.
Tested and working on webOS 1.4.5 (sprint).
Available via Preware.
This patch requires
http://forums.precentral.net/canuck-...r-service.html to function correctly.
Changelog:
2010-03-02: Put date back in
2010-03-02: Made compatible with 1.4
2010-09-09: Updated for 1.4.5, fixed airplane mode bug
Not to be rude, but isn't that the same as my Device Menu Megamix?
Member:
cwgtex
at: 10:47 PM 02/02/2010
Originally Posted by Jason Robitaille:
Not to be rude, but isn't that the same as my Device Menu Megamix?
Close, but not quite. I prefer just a data toggle, instead of the phone submenu with radio/data/roaming toggles. I can turn data on and off with 2 clicks; with devicemenumegamix it would take 3 clicks. Just my personal preference, and I submitted it to Preware to share with anyone else who feels the same way.
Sorry if I stepped on any toes. I really want to thank you for creating the Unified Diff Creator, and of course WOSQI and all your patches. You inspired me to learn more and more about my phone, and create my own patches. It's been fun using Notepad++ (which is awesome

) to look at device files and patch files and learn more about html, css, and javascript.
Originally Posted by cwgtex:
Close, but not quite. I prefer just a data toggle, instead of the phone submenu with radio/data/roaming toggles. I can turn data on and off with 2 clicks; with devicemenumegamix it would take 3 clicks. Just my personal preference, and I submitted it to Preware to share with anyone else who feels the same way.
Sorry if I stepped on any toes. I really want to thank you for creating the Unified Diff Creator, and of course WOSQI and all your patches. You inspired me to learn more and more about my phone, and create my own patches. It's been fun using Notepad++ (which is awesome
) to look at device files and patch files and learn more about html, css, and javascript.
no worries, no toes stepped on, the description just sounded familiar so I thought I'd ask
Member:
cwgtex
at: 11:14 PM 02/02/2010
Originally Posted by Jason Robitaille:
no worries, no toes stepped on, the description just sounded familiar so I thought I'd ask 
Hmm...yeah maybe I should have come up with a more creative (and less biased

) title. You already took the cool adjectives, like remix and megamix. Any ideas for a better title for my patch?
Member:
BoraWare
at: 12:23 AM 02/03/2010
Now all we need is "build your own menu" app/patch. Basically have toggles for all of the available options so you can pick and choose at will. I'd attempt to build one but unfortunately have a large queue of apps already on my plate
Developer:
egaudet
at: 11:10 AM 02/03/2010
Originally Posted by BoraWare:
Now all we need is "build your own menu" app/patch. Basically have toggles for all of the available options so you can pick and choose at will. I'd attempt to build one but unfortunately have a large queue of apps already on my plate 
Yep I agree, and have been hoping someone would explore this for a while. Instead of the 101 device menu patches of the future, maybe someone wants to take a crack at a device menu customization app.
For example, combine every single device menu option into the patch, add a portion so that when you tap the middle of the top bar it brings up option to launch the customization app. The customization app would allow a user to mark checkboxes of what he wanted to appear in the device menu which could simply show() and hide() the different elements.
Other possibilities include patching (or monkey patching) javascript routine to inject stuff into the DOM rather than patching the HTML in some cases etc...
Member:
blaidan
at: 11:21 AM 02/03/2010
If things like these can be combined would it be possible to combine all of the "Hide" patches into one mega-patch? I would love to have one patch that would give me the option to hide the NFL, Sprint TV, Nascar, Sprint, Amazon, etc.
Possible?
Homebrew Developer:
ClearWater
at: 11:41 AM 02/03/2010
I use the mega remix. Nice to have phone roaming, brightness, and data on/off.
Flashlight is actually really usefull too!
<<Thread Renamed>>
Member:
cwgtex
at: 01:45 AM 02/08/2010
Originally Posted by blaidan:
If things like these can be combined would it be possible to combine all of the "Hide" patches into one mega-patch? I would love to have one patch that would give me the option to hide the NFL, Sprint TV, Nascar, Sprint, Amazon, etc.
Possible?
Very possible. A patch file can change multiple files on the device (many of them do just that for a single change). You can just stack all the patches you want together.
However I still can't get hiding the Sprint icon right. At one point I deleted it but I got update notifications that reinstalled it.
Here, I attached a patch that when applied with WOSQI, will hide all four things you listed.
If anyone else wants something like this for just 2 or 3 things hidden, open up this .patch file with a text editor and delete the sections that apply to the things you want to keep i.e. delete the section for the nfl app if you only want to hide the other three.
I would love to see the same patch but without disabling the airplane mode...
so to add:
Brightness
LedTorch
GPS
DATA
and removes:
battery
Data
would it be possible? or maybe i should check how to do megamixes bymyself.... but still hoping for this one to be created :-)
Developer:
egaudet
at: 11:49 AM 02/08/2010
Originally Posted by cwgtex:
Very possible. A patch file can change multiple files on the device (many of them do just that for a single change). You can just stack all the patches you want together.
However I still can't get hiding the Sprint icon right. At one point I deleted it but I got update notifications that reinstalled it.
Here, I attached a patch that when applied with WOSQI, will hide all four things you listed.
If anyone else wants something like this for just 2 or 3 things hidden, open up this .patch file with a text editor and delete the sections that apply to the things you want to keep i.e. delete the section for the nfl app if you only want to hide the other three.
I'd much rather see patches that are not code-dependent be combined into bundles rather than another patch that is just 4 separate patches. We'll have to work out bundle submissions I guess.
Member:
BMIC50
at: 11:58 AM 02/08/2010
With the new Mode Switcher, I can see my need to grow dynamically. I love my flashlight and use that daily.
I wonder, would it be possible to have a configurator within that can dynamically download the necessary files of the specific items you would want in your top bar menu. For instance, if I wanted Flashlight, Airplane Mode, the ModeSwitcher compatibility thing, and Date, I could fire up Preware and go to a special section that allows me to customize that top bar menu. One question though: Is there a length limit? I keep seeing people remove items when they add others. Can one have a menu that includes all the options?
Member:
cwgtex
at: 01:28 PM 02/08/2010
Originally Posted by Walhalla2k:
I would love to see the same patch but without disabling the airplane mode...
so to add:
Brightness
LedTorch
GPS
DATA
and removes:
battery
Data
would it be possible? or maybe i should check how to do megamixes bymyself.... but still hoping for this one to be created :-)
Yes, very possible. When I get home I will send you the actual .patch file and tell you which lines to delete (so you see how it works) and then you will have your own custom device menu patch that you can apply with WOSQI.
Member:
cwgtex
at: 01:30 PM 02/08/2010
Originally Posted by BMIC50:
One question though: Is there a length limit? I keep seeing people remove items when they add others. Can one have a menu that includes all the options?
Yes, you could very well have a menu that includes everything, you will just have to scroll to see everything.
Member:
BMIC50
at: 01:39 PM 02/08/2010
Originally Posted by cwgtex:
Yes, you could very well have a menu that includes everything, you will just have to scroll to see everything.
Can you dictate the order in which things are shown?
Member:
cwgtex
at: 11:19 AM 02/09/2010
Originally Posted by BMIC50:
Can you dictate the order in which things are shown?
I tried to reorder items, but nothing changed. I'll work on this one...
Member:
cwgtex
at: 11:42 PM 02/09/2010
Originally Posted by cwgtex:
Yes, very possible. When I get home I will send you the actual .patch file and tell you which lines to delete (so you see how it works) and then you will have your own custom device menu patch that you can apply with WOSQI.
Here is the same patch except it leaves the airplane mode alone. Apply with WOSQI.
I would like to see a EURO Patch

ie for us GSM users
3G/2G AUTO
GPS
WIFI
BLUETOOTH
DATA
AIRPLANE
FLASHLIGHT
& BIGHTNESS if there is room.
NO BATTERY
NO DATE
1
2 3 4
webOS Nation Forums
> Homebrew
> webOS patches
>
[Patch] Device Menu Ultramix