webOS Nation Forums >  Homebrew >  webOS patches > [PATCH] Named Pages in App Launcher
[PATCH] Named Pages in App Launcher

  Reply
 
LinkBack Thread Tools Display Modes
Old 01/23/2010, 10:18 AM   #161 (permalink)
Member
 
rlanza1054's Avatar
 
Join Date: Jan 2005
Location: Astoria Queens, NYC
Posts: 1,823
Likes Received: 1
Thanks: 201
Thanked 154 Times in 118 Posts
Default

Quote:
Originally Posted by lmorchard View Post
That color patch won't work directly on top of v6. But, you can remove v6, make a similar modification to the patch itself (ie. add a color: style after opacity: in the #page-category styles in launcher.css), then re-apply the patch.
I had the color patch work correctly with version 6.

Maybe you can make the patch more easily changeable for us.

Maybe add a comment in the sections we need to change and offer suggestions in the comments on how to do it.

Rob
__________________
Robert L
Astoria Queens, N.Y.C
- Palm Pre (Sprint) - formally Palm Treo 650
Version 1.4.1.1
Sprint Configuration 2.3
Model: P100EWW
Hardware Version: A
Firmware: CC1.4(510)

rlanza1054 is offline   Reply With Quote
Old 01/23/2010, 10:20 AM   #162 (permalink)
Member
 
rlanza1054's Avatar
 
Join Date: Jan 2005
Location: Astoria Queens, NYC
Posts: 1,823
Likes Received: 1
Thanks: 201
Thanked 154 Times in 118 Posts
Default

I should point out that I'm back to version 5, I think we've express that that is a nicer look at this time.

Rob
__________________
Robert L
Astoria Queens, N.Y.C
- Palm Pre (Sprint) - formally Palm Treo 650
Version 1.4.1.1
Sprint Configuration 2.3
Model: P100EWW
Hardware Version: A
Firmware: CC1.4(510)

rlanza1054 is offline   Reply With Quote
Old 01/23/2010, 12:58 PM   #163 (permalink)
Member
 
Join Date: Oct 2003
Posts: 737
Likes Received: 1
Thanks: 164
Thanked 84 Times in 66 Posts
Default

Hi guys. I just posted over in Jason R's "Hide Quick Launch Bar" patch thread. I just noticed this morning that while Jason's patch works great alongside this one when swiping between launcher pages, it does not continue to work when jumping between pages using the titlebar drop down picker. I suppose that makes sense as I imagine l.m. is using some very differnt functionality to jump pages and Jason's original patch wouldn't have needed to account for that -- only for swiping. Not lmorchard's problem, but in case others here are using both I figured I'd mention it here too.
greenawayj is offline   Reply With Quote
Old 01/23/2010, 01:51 PM   #164 (permalink)
Member
 
lmorchard's Avatar
 
Join Date: Jul 2009
Location: livonia, mi
Posts: 146
Likes Received: 0
Thanks: 13
Thanked 146 Times in 25 Posts
Default

Quote:
Originally Posted by greenawayj View Post
Hi guys. I just posted over in Jason R's "Hide Quick Launch Bar" patch thread. I just noticed this morning that while Jason's patch works great alongside this one when swiping between launcher pages, it does not continue to work when jumping between pages using the titlebar drop down picker. I suppose that makes sense as I imagine l.m. is using some very differnt functionality to jump pages and Jason's original patch wouldn't have needed to account for that -- only for swiping. Not lmorchard's problem, but in case others here are using both I figured I'd mention it here too.
It looks like this is because I selectively hide and reveal the quick launch bar when showing the submenu and when showing the page rename dialog, just like Palm does with the App Info dialog. That's something Jason's patch modifies in the built-in Palm code, but not mine.

If you want to make sure the quick launch bar doesn't ever get revealed by my patch, you can customize the patch by changing every line that looks like this:

SystemManagerService.showQuickLaunch(true);

To look like this:

SystemManagerService.showQuickLaunch(false);

I think there are 2 instances in there to replace. I haven't actually tried this myself, but it should work because it's basically the same thing Jason's patch does.
__________________
l.m.orchard
{web,mad,computer} scientist
http://decafbad.com/

Last edited by lmorchard; 01/23/2010 at 01:57 PM.
lmorchard is offline   Reply With Quote
Thanked by greenawayj, mamouton
Old 01/23/2010, 02:14 PM   #165 (permalink)
Forum Leader
 
mamouton's Avatar
 
Join Date: Jan 2007
Location: Fort Worth, TX
Posts: 5,771
Likes Received: 5
Thanks: 796
Thanked 1,165 Times in 801 Posts
Talking

lmorchard that fixes the issue with the launcher, thanks! You have truly helped make this my Pre!!
__________________
My contributions to customizing the Palm Pre.

Browser Mega Mix|Email Mega Mix|Additional Sync Days|
Disable Various Phone Sounds|Priority Discard Buttons|

Sign up for SugarSync Get 500MB extra space
Sign up for Dropbox Get 250MB extra space
mamouton is offline   Reply With Quote
Old 01/23/2010, 04:21 PM   #166 (permalink)
Member
 
Join Date: Oct 2003
Posts: 737
Likes Received: 1
Thanks: 164
Thanked 84 Times in 66 Posts
Default

Thanks. I know mamouton already confirmed, but that worked perfectly. You rock. Maybe an idea to build this into your current patch(es) -- for one, those concerned with saving a few pixels up top in the header bar, can really get a lot back at the bottom by hiding the QL bar!!!

Thanks again.
greenawayj is offline   Reply With Quote
Old 01/23/2010, 06:08 PM   #167 (permalink)
Member
 
darkheart777's Avatar
 
Join Date: Aug 2009
Location: Columbus Ohio
Posts: 106
Likes Received: 0
Thanks: 0
Thanked 7 Times in 6 Posts
Default

Request...can someone integrate the smooth transition from page to page of the wrap pages patch into your patch so that when we scroll to a new page there isnt that animation? If you dont want to actually make a patch, I will donate some money to have that custom made for me if it includes a wrap.

Last edited by darkheart777; 01/23/2010 at 06:31 PM.
darkheart777 is offline   Reply With Quote
Old 01/23/2010, 06:23 PM   #168 (permalink)
Member
 
Alvintimothyjr's Avatar
 
Join Date: Aug 2009
Location: San Diego
Posts: 158
Likes Received: 0
Thanks: 10
Thanked 12 Times in 10 Posts
Default

+1
Alvintimothyjr is offline   Reply With Quote
Old 01/26/2010, 08:49 PM   #169 (permalink)
Member
 
darkheart777's Avatar
 
Join Date: Aug 2009
Location: Columbus Ohio
Posts: 106
Likes Received: 0
Thanks: 0
Thanked 7 Times in 6 Posts
Default

Quote:
Originally Posted by darkheart777 View Post
Request...can someone integrate the smooth transition from page to page of the wrap pages patch into your patch so that when we scroll to a new page there isnt that animation? If you dont want to actually make a patch, I will donate some money to have that custom made for me if it includes a wrap.
I am really hoping someone could pick this up and develop it for me. Wanna keep this up to date and I am sure a few others wouldnt mind this as well.
darkheart777 is offline   Reply With Quote
Old 01/26/2010, 08:52 PM   #170 (permalink)
Forum Leader
 
mamouton's Avatar
 
Join Date: Jan 2007
Location: Fort Worth, TX
Posts: 5,771
Likes Received: 5
Thanks: 796
Thanked 1,165 Times in 801 Posts
Default

Have you tried the original wrap page patch? It works well for me.
__________________
My contributions to customizing the Palm Pre.

Browser Mega Mix|Email Mega Mix|Additional Sync Days|
Disable Various Phone Sounds|Priority Discard Buttons|

Sign up for SugarSync Get 500MB extra space
Sign up for Dropbox Get 250MB extra space
mamouton is offline   Reply With Quote
Old 01/27/2010, 06:28 AM   #171 (permalink)
Member
 
darkheart777's Avatar
 
Join Date: Aug 2009
Location: Columbus Ohio
Posts: 106
Likes Received: 0
Thanks: 0
Thanked 7 Times in 6 Posts
Default

Quote:
Originally Posted by mamouton View Post
Have you tried the original wrap page patch? It works well for me.
yeah ya know...I thought about that...but one of the great things about the most recent wrap pages was that it got rid of the animation when you flipped to a know page. It was a clean transition. THATS what I want back....along with the wrap...

Thats why I am so interested in getting this worked in...


Thanks for the suggestion though...
darkheart777 is offline   Reply With Quote
Old 01/27/2010, 08:38 AM   #172 (permalink)
Member
 
Join Date: Dec 2003
Posts: 910
Likes Received: 0
Thanks: 28
Thanked 18 Times in 15 Posts
Default

Sorry if asked already -- would be nice if we could change the order of pages, maybe by dragging the page names is the list view.
__________________
Laissez Faire
prubin is offline   Reply With Quote
Old 01/28/2010, 03:03 AM   #173 (permalink)
Member
 
hmagoo's Avatar
 
Join Date: Jun 2009
Location: Palm Desert, CA
Posts: 249
Likes Received: 1
Thanks: 38
Thanked 47 Times in 22 Posts
Default

I'm up for no animations as well. At first use you miss the animations but I grew to actually enjoy not watching several pages animate by.
__________________

hmagoo is offline   Reply With Quote
Old 01/28/2010, 04:33 AM   #174 (permalink)
Member
 
Walhalla2k's Avatar
 
Join Date: Nov 2009
Location: Prague, CzechRepublic
Posts: 342
Likes Received: 2
Thanks: 139
Thanked 20 Times in 20 Posts
Default

two things.. I like your patch... I was using the V6...

but maybe it was already discussed here, but it cannot be used with the wrap pages. I love wrap pages :-)

and the second. I had to reinstall my device. and the place where the name of the page is - the bigger ballon - not the one from version 6 I was using persisted in my launcher. There was no name in it only three dots.

I was not able to remove it.. I tried to reinstall the patch and to remove it again. It didnt allow me to install it. I did a partial and also a full reset.. still there.. I deleted my backup. and full reset.. still there... I created a new palm profile and full reset.. still there.. now I´m trying to doctor it... But I have the greyed NEXT button and cant do a doctoring process.. starting to be worried...

EDIT: doctored after a few more resets.. the patch was no more there... but one thing I dont understand.. shouldnt doctoring and full reset be almost the same??? how is possilbe that after full reset the patch was still there.. and no.. it was not because my palm profile. I´m now logged in with my old one and the patch is also not there...

but atleast it is working!

Last edited by Walhalla2k; 01/28/2010 at 05:05 AM.
Walhalla2k is offline   Reply With Quote
Old 01/28/2010, 05:13 AM   #175 (permalink)
Member
 
Join Date: Jun 2009
Location: Utah
Posts: 158
Likes Received: 0
Thanks: 23
Thanked 9 Times in 8 Posts
Default

Quote:
Originally Posted by Walhalla2k View Post
and the second. I had to reinstall my device. and the place where the name of the page is - the bigger ballon - not the one from version 6 I was using persisted in my launcher. There was no name in it only three dots.

I was not able to remove it.. I tried to reinstall the patch and to remove it again. It didnt allow me to install it. I did a partial and also a full reset.. still there.. I deleted my backup. and full reset.. still there... I created a new palm profile and full reset.. still there.. now I´m trying to doctor it... But I have the greyed NEXT button and cant do a doctoring process.. starting to be worried...

EDIT: doctored after a few more resets.. the patch was no more there... but one thing I dont understand.. shouldnt doctoring and full reset be almost the same??? how is possilbe that after full reset the patch was still there.. and no.. it was not because my palm profile. I´m now logged in with my old one and the patch is also not there...

but atleast it is working!
I had the same problem. I got rid of the three dot balloon by running WebOS Repair Utility with override compatibility checked, but I can't reinstall the patch. I get the attached error. Even removed the two files the error says already exists, but didn't work. Are there specific files I could remove/replace short of doctoring my whole phone?

Edit: Disregard. I forgot my own troubleshooting from a month ago. I had installed the Wrap Pages patch when I thought it wasn't going to work. Then I had deleted the two files in the error message and it still didn't work. "BUT", I just removed the Wrap Pages patch and Named Pages installed perfectly again.
Attached Images
File Type: png named pages error.png (42.4 KB, 3 views) Email Attachment

Last edited by Ramer84015; 01/28/2010 at 10:45 AM. Reason: Update
Ramer84015 is offline   Reply With Quote
Old 01/29/2010, 09:04 AM   #176 (permalink)
Member
 
Join Date: Jun 2009
Posts: 17
Likes Received: 0
Thanks: 3
Thanked 1 Time in 1 Post
Default

Yeah is there anyway to incorporate the new wrap pages patch with this patch, I tried the old wrap pages and it works ok but when you go back and forth it still seems to skip pages at times and then i'm left with being on the first page but at top it says i'm on the second page, so I would like to get the new wrap pages patch to work that doesnt have any animation as that was done smoothly. I know you said it was tuff because he used a whole new transition code, but it would be greatly appreciated as I love this name page and would like to have both!!!
yanks4life is offline   Reply With Quote
Old 02/01/2010, 01:46 PM   #177 (permalink)
Member
 
lmorchard's Avatar
 
Join Date: Jul 2009
Location: livonia, mi
Posts: 146
Likes Received: 0
Thanks: 13
Thanked 146 Times in 25 Posts
Default

Quote:
Originally Posted by Walhalla2k View Post
EDIT: doctored after a few more resets.. the patch was no more there... but one thing I dont understand.. shouldnt doctoring and full reset be almost the same??? how is possilbe that after full reset the patch was still there.. and no.. it was not because my palm profile. I´m now logged in with my old one and the patch is also not there...

but atleast it is working!
Having never reset, I'm not sure what that would do. But, I'm pretty sure it's not like running the webOS Doctor. I'd bet resetting just deletes your data but leaves the OS (and patches) alone, but the webOS Doctor should replace all files on the device with original unpatched sources.
__________________
l.m.orchard
{web,mad,computer} scientist
http://decafbad.com/
lmorchard is offline   Reply With Quote
Old 02/01/2010, 01:47 PM   #178 (permalink)
Member
 
lmorchard's Avatar
 
Join Date: Jul 2009
Location: livonia, mi
Posts: 146
Likes Received: 0
Thanks: 13
Thanked 146 Times in 25 Posts
Default

Quote:
Originally Posted by yanks4life View Post
Yeah is there anyway to incorporate the new wrap pages patch with this patch, I tried the old wrap pages and it works ok but when you go back and forth it still seems to skip pages at times and then i'm left with being on the first page but at top it says i'm on the second page, so I would like to get the new wrap pages patch to work that doesnt have any animation as that was done smoothly. I know you said it was tuff because he used a whole new transition code, but it would be greatly appreciated as I love this name page and would like to have both!!!
I'll probably never get around to combining the wrap pages patch with this one, mostly because I don't use it myself and also because things are getting busy for me. Anyone else is welcome to give it a shot, though.
__________________
l.m.orchard
{web,mad,computer} scientist
http://decafbad.com/
lmorchard is offline   Reply With Quote
Old 02/02/2010, 08:09 PM   #179 (permalink)
Member
 
Join Date: Feb 2010
Posts: 2
Likes Received: 0
Thanks: 0
Thanked 0 Times in 0 Posts
Default New to this.

Quote:
Originally Posted by lmorchard View Post
It looks like this is because I selectively hide and reveal the quick launch bar when showing the submenu and when showing the page rename dialog, just like Palm does with the App Info dialog. That's something Jason's patch modifies in the built-in Palm code, but not mine.

If you want to make sure the quick launch bar doesn't ever get revealed by my patch, you can customize the patch by changing every line that looks like this:

SystemManagerService.showQuickLaunch(true);

To look like this:

SystemManagerService.showQuickLaunch(false);



I think there are 2 instances in there to replace. I haven't actually tried this myself, but it should work because it's basically the same thing Jason's patch does.
Just need to know where I go or what I do to customize the patch? It seems straight forward to just change the command from 'true' to 'false' just need to know where to go. Thanks a lot.
arm2110 is offline   Reply With Quote
Old 02/02/2010, 08:10 PM   #180 (permalink)
Member
 
Join Date: Feb 2010
Posts: 2
Likes Received: 0
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by lmorchard View Post
It looks like this is because I selectively hide and reveal the quick launch bar when showing the submenu and when showing the page rename dialog, just like Palm does with the App Info dialog. That's something Jason's patch modifies in the built-in Palm code, but not mine.

If you want to make sure the quick launch bar doesn't ever get revealed by my patch, you can customize the patch by changing every line that looks like this:

SystemManagerService.showQuickLaunch(true);

To look like this:

SystemManagerService.showQuickLaunch(false);

I think there are 2 instances in there to replace. I haven't actually tried this myself, but it should work because it's basically the same thing Jason's patch does.
Where do you go to customize the patch? Thanks a lot.
arm2110 is offline   Reply With Quote
Reply

 

Tags
launcher, patches

Thread Tools
Display Modes



 


Content Relevant URLs by vBSEO 3.6.0