webOS Nation Forums
> Homebrew
> webOS patches
>
[Patch] 4x4 icons (no arrows) with extras
1
2 3 4 5 6
...
Last
Member:
cwgtex
at: 11:06 PM 02/02/2010
This is my app launcher patch. I tinkered with the spacing and size to get it just how I like it, which is 4x4 with NO ARROWS AT THE BOTTOM (for real this time). I also added in the 'add/delete pages' patch and 'gesture tap for info/delete' patch, since they touch the same files. Created using Jason Robitaille's UnifiedDiffCreator.
Tested and working on webos 1.4.1.1 (sprint).
Changelog:
2010-02-12: Fixed the "no arrows" feature. Fixed word wrap.
2010-03-28: Submitted update for better compatibility with other patches.
2010-04-05: Submitted update to fix error.
Member:
lopezpm
at: 11:48 PM 02/02/2010
Since I have the other two patches already installed do I need to uninstall them before I install this one. Anyway we can get the 4x4 patch by itself?
Member:
2sslow
at: 12:10 AM 02/03/2010
Originally Posted by lopezpm:
Since I have the other two patches already installed do I need to uninstall them before I install this one. Anyway we can get the 4x4 patch by itself?
Really?
YES! you cannot have two patches that do the same thing!
BTW cwgtex will chime in im sure but it doesnt look from the patch that the 4x4 can be extracted but Im sure he could make one for you.
Member:
Vij
at: 12:44 AM 02/03/2010
>>> NO the avatar is not me,Im not a model, and yes Im married. Thanks for asking Though. <<<
LOL!
The 4x4 layout looks really good. Also did you drop the font down a point from the V3 patch? The text wrapping seems better.
Member:
lopezpm
at: 12:58 AM 02/03/2010
Originally Posted by 2sslow:
Really?
YES! you cannot have two patches that do the same thing!
take it easy, no need for exclamation points. I'm not sure of how combined patches work, so I wasn't sure if it would just ignore what I already have installed and not try to install them or if it would over write them.
Member:
2sslow
at: 01:18 AM 02/03/2010
Originally Posted by lopezpm:
take it easy, no need for exclamation points. I'm not sure of how combined patches work, so I wasn't sure if it would just ignore what I already have installed and not try to install them or if it would over write them.
youve been here longer than I and have over 500 posts! you should know this by now.lol Combined patches are patches are patches are patches, No way to have the same patch (similar=same) installed twice. ie. you cant have 2 battery as icon or battery and icon or any combination of the 2. Only 1 will work, it doesnt matter if its combined it still has to alter a stock string. since it cant alter a modified string it will fail on install if it sees a modified string.
Hope this helps!!!!!!!!!!!!!!!!!!!!!!!
sorry about the exclamation points, didnt mean to offend
Member:
cwgtex
at: 01:57 AM 02/03/2010
Originally Posted by lopezpm:
Since I have the other two patches already installed do I need to uninstall them before I install this one. Anyway we can get the 4x4 patch by itself?
Yes, I would uninstall the other two first, then install this one. I would rather have 1 patch to do all three than 3 separate patches, since the patches affect a common file.
All three patches affect this file:
/usr/lib/luna/system/luna-applauncher/app/controllers/launcher-assistant.
js
And the 4x4 also affects this file:
/usr/lib/luna/system/luna-applauncher/stylesheets/launcher.css
Originally Posted by 2sslow:
BTW cwgtex will chime in im sure but it doesnt look from the patch that the 4x4 can be extracted but Im sure he could make one for you.
I don't know why anyone would mind the two "extras"

They are out of the way but add very useful functionality in an unobtrusive way. Heck if you didn't know about the extras many wouldn't even notice they were there. But yes I can make the 4x4 by itself. Give me a little time to look back at my scratch files so I can take out the relevant parts.
Originally Posted by Vij:
The 4x4 layout looks really good. Also did you drop the font down a point from the V3 patch? The text wrapping seems better.
I didn't draw anything
from the V3 patch; I actually made this layout from scratch (with assistance) quite some time ago:
http://forums.precentral.net/web-os-...-per-page.html
Member:
cwgtex
at: 02:10 AM 02/03/2010
It was quite fun opening up these patch files and figuring out how they work, and then combining them. For looking at code, I highly recommend Notepad++.
This is what I did to make my own patch.
1. Acquire the original patch files.
2. Open them and find out what file they affect on the device.
3. "Receive" those files from a freshly doctored device using WOSQI.
4. Manually make the changes that the patch file describes and save as new file.
5. Use Jason Robitaille's UnifiedDiffCreator to create a new patch file by comparing the orginal file to the manually edited file.
6. If the you are making a patch to affect multiple files, just do it separately, then copy and paste the contents of your patch file together into one file. Take out all but one set of the name, author, version, description lines.
.:: NOTEPAD++ ::.
http://forums.precentral.net/canuck-...f-creator.html
Member:
cwgtex
at: 02:26 AM 02/03/2010
Member:
stu5797
at: 04:09 PM 02/04/2010
What do the arrows mean on the screen? ( i hate them)
Is your 4x4 like version 3?
Member:
lopezpm
at: 04:33 PM 02/04/2010
Originally Posted by 2sslow:
youve been here longer than I and have over 500 posts! you should know this by now.lol Combined patches are patches are patches are patches, No way to have the same patch (similar=same) installed twice. ie. you cant have 2 battery as icon or battery and icon or any combination of the 2. Only 1 will work, it doesnt matter if its combined it still has to alter a stock string. since it cant alter a modified string it will fail on install if it sees a modified string.
Hope this helps!!!!!!!!!!!!!!!!!!!!!!!
sorry about the exclamation points, didnt mean to offend 
Your right, just wasn't thinking.
cwgtex, very nice patch. Looks great.
Member:
cwgtex
at: 05:06 AM 02/05/2010
Originally Posted by stu5797:
What do the arrows mean on the screen? ( i hate them)
Is your 4x4 like version 3?
The arrow appears if there are more icons on a page than will fit, so it indicates you can scroll. The problem with most of the other 4x4 patches is that you can have exactly 16 icons on a page but the arrow comes up anyways. With my patch they will not come up (most of the time) with 16 icons per page. The exception I notice is if there is a luna restart with a notification present, it shortens the screen and will cause the arrows.
You can compare this to other patches yourself, I made this one from scratch so I don't know what is smaller or larger. I know that with my layout the text is readable and it looks good to me.
Member:
cwgtex
at: 05:07 AM 02/05/2010
Originally Posted by lopezpm:
cwgtex, very nice patch. Looks great.
Thank you.
Member:
tennenho
at: 07:36 AM 02/05/2010
I really like the idea of this, but can't seem to get it to display properly. Word wrap isn't working and there's text overlap.
Member:
cwgtex
at: 01:16 AM 02/08/2010
Originally Posted by tennenho:
I really like the idea of this, but can't seem to get it to display properly. Word wrap isn't working and there's text overlap.
I didn't change anything concerning word wrap. Anything I had with text overlapping, I just rearranged my icons to accommodate.
Member:
cwgtex
at: 01:27 AM 02/08/2010
Patch now available in Preware
Member:
dl1ely
at: 05:42 AM 02/08/2010
Unfortunately, that patch won't install on my german GSM Pre with _english_ language. I uninstalled my previous 4x4 Patch, und had the other two incorporated patches not installed before at all. On install, i get 2 rejected chunks in launcher.css.
Are there any known conflicts with other patches? Anyone interested to sort this out?
Greeting,
Stefan
Uninstalled v. 3 and still cannot install this version. I love the idea...I intentionally only have 4x4 on v. 3 because I hate to scroll. lol wish i can install this though...
Member:
cwgtex
at: 01:49 PM 02/08/2010
As far as compatibility, it works on a freshly doctored Sprint Pre.
Short_round, let me ask you this, do you have the patches for "add/del pages" or "gesture tap for info/delete" installed? My patch includes these changes, so you would need to uninstall the individual patches for these things.
Member:
cwgtex
at: 01:54 PM 02/08/2010
Originally Posted by dl1ely:
Unfortunately, that patch won't install on my german GSM Pre with _english_ language. I uninstalled my previous 4x4 Patch, und had the other two incorporated patches not installed before at all. On install, i get 2 rejected chunks in launcher.css.
Stefan,
Could you send me these two files from your device?
/usr/lib/luna/system/luna-applauncher/app/controllers/launcher-assistant.
js
/usr/lib/luna/system/luna-applauncher/stylesheets/launcher.css
I can compare them to the ones from my Sprint Pre (USA) and try and see why the patch isn't working for you.
1
2 3 4 5 6
...
Last
webOS Nation Forums
> Homebrew
> webOS patches
>
[Patch] 4x4 icons (no arrows) with extras