Difference between revisions of "Patch Launcher Add or Delete Pages"

From WebOS Internals
Jump to navigation Jump to search
(cutting down to size....)
(Add description of how to rearrange order of menu items in launcher menu)
 
(21 intermediate revisions by 7 users not shown)
Line 1: Line 1:
Add/Delete Pages in the Launcher
+
{{template:patch}}
 +
[[Image:Launcher_AddDeletePages.jpg|border|right|Add/Delete Pages]]
 +
==Introduction==
  
<h2 id="toc0"><span>This is a quick tutorial on how to add or delete pages in the Launcher.</span></h2>
+
Someone in the forum talked about being able to add and delete pages in the Launcher app and I thought I would look into it further. They stated that they were able to add new pages and delete existing pages. Upon further investigation, they were correct. There is existing code, commented out, that will allow you to create a new launcher page or delete the current launcher page. There is a variable for the max number of pages palm set to 10. This value can probably be increased, but I don't recommend it and seriously, who would need more that 10 pages anyway, right?
<hr />
 
<p>Someone in the forum talked about being able to add and delete pages in the Launcher app and I thought I would look into it further. They stated that they were able to add new pages and delete existing pages.</p>
 
<p>Upon further investigation, they were correct. There is existing code in a particular js file that has been commented out that will allow you to create a new page and delete the current page you are on in the Launcher. There is a variable that stores the max number of pages to 10. This value can probably be increased, but I don't recommend it and seriously, who would need more that 10 pages anyway, right?</p>
 
<p>After I uncommented these said lines and rebooted, I was able to perform these functions. So I tested the new page function.</p>
 
<p>The new page and delete page functions will appear in the launcher app menu.</p>
 
<p><strong>Creating/adding a page:</strong></p>
 
<p>This will create a new page and move whatever page you were on to the right. There is nothing special to this page besides the fact that you now have a new page. I was able to drag icons to it just like any other page. To test this new page out I added a contact to that page.</p>
 
<p><strong>Deleting/Removing a page:</strong></p>
 
  
<p>The code is already set up to automagically move any icons to the page to the left of the page you are deleting. What I mean is if the page you delete is in the middle of other pages it will toss whatever was on your current page to the page to the left of it.</p>
+
===Usage===
<p>When I deleted a page that was to the left of the apps page that had web app defaulted to it, it tossed the icons to that page because there is no page to the left of the one I just deleted.</p>
 
<p><strong>Creating/adding multiple pages:</strong></p>
 
<p>So I was on page 1 and created a new page. Then I moved over to the page where device info, backup, screen &amp; lock was at and created a new page there. It tossed the page to the right and made a new page.</p>
 
<hr />
 
<h1 id="toc1"><span>Uncomment the Following</span></h1>
 
<hr />
 
<p>/usr/lib/luna/system/luna-applauncher/app/controllers/launcher-assistant.js</p>
 
<p>Look for "appMenuModel" (line 27) a few lines below you will see a line that has "newpage" in it.<br />
 
  
On the line that remove the "/*" and on the line that has "deletepage" remove the "*/"</p>
+
*The new page and delete page functions will appear in the launcher menu.
<p>Next look further in the file (line 119) for "switch" again remove the "/* and "*/" that surrounds the cases for newpage and deletepage.</p>
+
**New Page
<p>reboot and now you'll have new page and delete page in the launcher app menu.</p>
+
***This will create a new page and move whatever page you were on to the right. There is nothing special to this page besides the fact that you now have a new page. You can drag icons to it just like any other page.
<p>Note that you can download a patch for this at <a href="http://gitorious.org/webos-internals/modifications/blobs/raw/master/applauncher/add-delete-pages-in-the-launcher.patch">http://gitorious.org/webos-internals/modifications/blobs/raw/master/applauncher/add-delete-pages-in-the-launcher.patch</a></p>
 
<img src="http://img195.imageshack.us/img195/7636/unknown20091306141631.png" alt="unknown20091306141631.png" class="image" />
 
<p>-PS I moved the location of the edit menu down…</p>
 
<p>-Enjoy</p>
 
<hr />
 
<p>The credit to this goes to someone in the forums, at the time this was written I wasn't able to find out who exactly was it who wrote about it first (purely I don't have the time to look.) Pyrognome tested and confirmed the new page and delete page functionality.</p>
 
  
</div>
+
**Delete Page
+
***This will delete the current launcher page. Any icons on the page will automatically move to the page to the left of the page being deleted. If there is no page to the left of the page being deleted icons are automatically moved to the default page of the Web Browser.
 
  
+
==Editing Process==
<div class="page-tags">
 
<span>
 
page tags:
 
<a href="/system:page-tags/tag/hidden-functionality#pages">hidden-functionality</a>
 
<a href="/system:page-tags/tag/launcher#pages">launcher</a>
 
<a href="/system:page-tags/tag/luna#pages">luna</a>
 
  
<a href="/system:page-tags/tag/tweak#pages">tweak</a>
+
<pre>
<a href="/system:page-tags/tag/ui#pages">ui</a>
+
/usr/lib/luna/system/luna-applauncher/app/controllers/launcher-assistant.js
<a href="/system:page-tags/tag/webos#pages">webos</a>
+
</pre>
</span>
+
*Uncomment the following
</div>
+
**Look for "appMenuModel" (line 29) a few lines below you will see a line that has "newpage" in it. On the line that remove the "/*" and on the line that has "deletepage" remove the "*/"
+
**Look further in the file (line 120) for "switch" again remove the "/* and "*/" that surrounds the cases for newpage and deletepage.
<!-- google_ad_section_end -->
+
*Perform a restart and the new page and delete page options will be in the launcher menu.
 
<!-- google_ad_section_start(weight=ignore) -->
 
  
+
Original discovery credit is unknown. Pyrognome tested and confirmed the new page and delete page functionality.
<div style="clear:both; height:1px; font-size:1px;"></div>
 
<div id="page-info">page_revision: 5, last_edited: <span class="odate">1245847491|%e %b %Y, %H:%M %Z (%O ago)</span></div>
 
<div id="page-options-bottom"  class="page-options-bottom">
 
<a href="javascript:;" id="edit-button">edit</a><a href="javascript:;" id="tags-button">tags</a>
 
<a href="javascript:;" id="history-button">history</a>
 
<a href="javascript:;" id="files-button">files</a> <a href="javascript:;" id="print-button">print</a> <a href="javascript:;" id="site-tools-button">site tools</a><a href="javascript:;" id="more-options-button">+&nbsp;options</a>
 
  
</div>
 
<div id="page-options-bottom-2" class="page-options-bottom" style="display:none">
 
<a href="javascript:;" id="edit-sections-button">edit sections</a>
 
<a href="javascript:;" id="edit-append-button">append</a>
 
<a href="javascript:;" id="edit-meta-button">edit meta</a>
 
<a href="javascript:;" id="watchers-button">who watches</a>
 
<a href="javascript:;" id="backlinks-button">backlinks</a>
 
<a href="javascript:;" id="view-source-button">view source</a>
 
<a href="javascript:;" id="parent-page-button">parent</a>
 
<a href="javascript:;" id="page-block-button">block</a>
 
<a href="javascript:;" id="rename-move-button">rename</a>
 
<a href="javascript:;" id="delete-button">delete</a>
 
  
</div>
+
'''Rearrange Order of Menu Items'''
<div id="page-options-area-bottom">
 
</div>
 
 
 
<div id="action-area" style="display: none"></div>
 
</div>
 
</div>
 
 
 
 
<div id="footer" style="display: block; visibility: visible;">
 
<div class="options" style="display: block; visibility: visible;">
 
<a href="http://www.wikidot.com/doc" id="wikidot-help-button">
 
help </a>
 
  
|
+
This is a fantastic patch that makes the launcher much more useful (along with the 4x4 icon patches), but I kept hitting Delete Page because it was second on the list when I was trying to List Apps. Then, the page that I was currently on would be deleted and I would have to go back through and move all the icons to a new page - frustrating for me. Therefore, I simply rearranged the order of the menu items to what was more intuitive for me. This is a small change to this great patch, and does not add or subtract any functionality.
<a href="http://www.wikidot.com/legal:terms-of-service"  id="wikidot-tos-button">
 
terms of service </a>
 
|
 
<a href="http://www.wikidot.com/legal:privacy-policy"  id="wikidot-privacy-button">
 
privacy </a>
 
|
 
<a href="javascript:;" id="bug-report-button"
 
onclick="WIKIDOT.page.listeners.pageBugReport(event)">
 
report a bug </a>
 
  
|
+
<pre>
<a href="javascript:;" id="abuse-report-button"
+
Login via SSH
onclick="WIKIDOT.page.listeners.flagPageObjectionable(event)">
 
flag as objectionable </a>
 
</div>
 
Hosted by <a href="http://www.wikidot.com">Wikidot.com</a> &#8212;
 
professional wiki solutions
 
</div>
 
<div id="license-area" class="license-area">
 
  
Unless stated otherwise Content of this page is licensed under <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 License</a>
+
sudo -i
</div>
+
//enter password to become root
 
 
  
+
cd /
 
<div id="extrac-div-1"><span></span></div><div id="extrac-div-2"><span></span></div><div id="extrac-div-3"><span></span></div>
 
 
  <div id="footer-bar">
 
  <div>
 
    </div>
 
  <h2>Other remarkable sites from Wikidot</h2>
 
  
 
+
mount -o remount,rw /
      <div class="unit">
 
      <div class="inner">
 
        <a target="_blank" class="image" href="http://chi2.wikidot.com">
 
          <img class="thumbnail" alt="" src="http://www.wikidot.com/site_thumbnail.php?site=chi2"/>
 
        </a>
 
        <h3><a target="_blank" href="http://chi2.wikidot.com">CHI-JHUMC</a></h3>
 
        <div class="desc">         
 
         
 
        </div>
 
      </div>
 
  
    </div>
+
vi /usr/lib/luna/system/luna-applauncher/app/controllers/launcher-assistant.js
      <div class="unit">
+
//go to lines 26 and 27 and comment them out by adding '//' in front of them...to do this, hit 'i' to enter edit mode (you will see a capital i on the
      <div class="inner">
+
//bottom left-hand corner of the screen) and scroll over to the beginning of the lines and type '//'. Then, rearrange the five menu items to whatever
        <a target="_blank" class="image" href="http://felipemayworm.com">
+
//order you want...what I like best is below:
          <img class="thumbnail" alt="" src="http://www.wikidot.com/site_thumbnail.php?site=felipemayworm"/>
 
        </a>
 
        <h3><a target="_blank" href="http://felipemayworm.com">Felipe Mayworm</a></h3>
 
        <div class="desc">         
 
         
 
        </div>
 
  
      </div>
+
        items: [
    </div>
+
                        //{ label: $L('New page'), command: 'newpage' },
      <div class="unit">
+
                        //{ label: $L('Delete page'), command: 'deletepage' },
      <div class="inner">
+
                        Mojo.Menu.editItem,
        <a target="_blank" class="image" href="http://jaaga.wikidot.com">
+
                        { label: $L('List Apps...'), command: 'listapps' },
          <img class="thumbnail" alt="" src="http://www.wikidot.com/site_thumbnail.php?site=jaaga"/>
+
                        { label: $L('New page'), command: 'newpage' },
        </a>
+
                        { label: $L('Delete page'), command: 'deletepage' },
        <h3><a target="_blank" href="http://jaaga.wikidot.com">Jaaga</a></h3>
+
                        Mojo.Menu.helpItem
 +
                ]
  
        <div class="desc">         
+
//This puts Edit first, then List Apps, New Page, Delete Page, and Help last in the menu
         
+
//hit ESC to exit edit mode, and then type ':wq' to save the file (launcher-assistant.js) that we just modified...
        </div>
 
      </div>
 
    </div>
 
      <div class="unit">
 
      <div class="inner">
 
        <a target="_blank" class="image" href="http://city.info-4.me">
 
          <img class="thumbnail" alt="" src="http://www.wikidot.com/site_thumbnail.php?site=site-1"/>
 
        </a>
 
  
        <h3><a target="_blank" href="http://city.info-4.me">City.Info-4.Me</a></h3>
+
mount -o remount,ro /
        <div class="desc">         
 
         
 
        </div>
 
      </div>
 
    </div>
 
  </div>
 
  
  </div>
+
stop LunaSysMgr && start LunaSysMgr
+
</pre>
</div>
 
  
<!-- These extra divs/spans may be used as catch-alls to add extra imagery. -->
+
All credit for this patch goes to original developer!
<div id="extra-div-1"><span></span></div><div id="extra-div-2"><span></span></div><div id="extra-div-3"><span></span></div>
 
<div id="extra-div-4"><span></span></div><div id="extra-div-5"><span></span></div><div id="extra-div-6"><span></span></div>
 
</div>
 
 
 
<div id="page-options-bottom-tips" style="display: none">
 
<div id="edit-button-hovertip">
 
Click here to edit contents of this page. </div>
 
</div>
 
  
<div id="page-options-bottom-2-tips"  style="display: none">
+
Enjoy! jmartino2011, 11-10-09
<div id="edit-sections-button-hovertip">
 
Click here to toggle editing of individual sections of the page (if possible).
 
Watch headings for an "edit" link when available. </div>
 
<div id="edit-append-button-hovertip">
 
Append content without editing the whole page source. </div>
 
<div id="history-button-hovertip">
 
Check out how this page has evolved in the past. </div>
 
  
<div id="discuss-button-hovertip">
+
==Patch Process==
If you want to discuss contents of this page - this is the easiest way to do it. </div>
 
<div id="files-button-hovertip">
 
View and manage file attachments for this page. </div>
 
<div id="site-tools-button-hovertip">
 
A few useful tools to manage this Site. </div>
 
<div id="backlinks-button-hovertip">
 
  
See pages that link to and include this page. </div>
+
The patch is also located in the webos-internals gitorious repository. Click [[Applying Patches]] for info on patching from it.  
<div id="rename-move-button-hovertip">
 
Change the name (also URL address, possibly the category) of the page. </div>
 
<div id="view-source-button-hovertip">
 
View wiki source for this page without editing. </div>
 
<div id="parent-page-button-hovertip">
 
View/set parent page (used for creating breadcrumbs and structured layout). </div>
 
  
<div id="abuse-report-button-hovertip">
+
I'm trying to make most of my modifications into patches --[[User:HattCzech|HattCzech]]
Notify administrators if there is objectionable content in this page. </div>
 
<div id="bug-report-button-hovertip">
 
Something does not work as expected? Find out what you can do. </div>
 
<div id="wikidot-help-button-hovertip">
 
General Wikidot.com documentation and help section. </div>
 
<div id="wikidot-tos-button-hovertip">
 
  
Wikidot.com Terms of Service - what you can, what you should not etc. </div>
+
*Run the following commands:
<div id="wikidot-privacy-button-hovertip">
 
Wikidot.com Privacy Policy.
 
</div>
 
</div>
 
 
<!-- google_ad_section_end -->
 
 
<div id="account-notifications-dummy" style="display:none"></div>
 
 
<div style="display:none" id="dummy-ondomready-block"></div>
 
 
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
 
  
<script type="text/javascript">
+
''In this example, I have the patch file located in my home directory under '''patches'''''
_uacct = "UA-9343099-1";
+
<source lang="bash">
 +
cd /
 +
sudo patch -p0 --backup-if-mismatch < ~/patches/adddelpages.patch
 +
</source>
  
urchinTracker();
+
*This is what you should see if it ran properly:
</script>
+
<source lang="text">
+
patching file /usr/lib/luna/system/luna-applauncher/app/controllers/launcher-assistant.js
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+
</source>
<script type="text/javascript">
 
_uff = false;
 
_uacct = "UA-68540-5";
 
_udn="wikidot.com";
 
urchinTracker();
 
</script>
 
  
<!-- Start Quantcast tag -->
+
These modifications will require LunaSysMgr to be restarted. A rescan will not work. After you've run the commands above, run one more command:
<script type="text/javascript">
+
<source lang="bash">
_qoptions={
+
pkill LunaSysMgr
qacct:"p-edL3gsnUjJzw-"
+
</source>
};
 
</script>
 
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
 
<noscript>
 
<img src="http://pixel.quantserve.com/pixel/p-edL3gsnUjJzw-.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/>
 
</noscript>
 
  
<!-- End Quantcast tag -->
 
  
 +
===Patch Source (adddelpages.patch)===
  
+
<source lang="diff">
  </body>
+
diff -ur /usr/lib/luna/system/luna-applauncher/app/controllers/launcher-assistant.js /usr/lib/luna/sysmod/luna-applauncher/app/controllers/launcher-assistant.js
 +
--- /usr/lib/luna/system/luna-applauncher/app/controllers/launcher-assistant.js 2009-07-18 00:21:37.000000000 -0500
 +
+++ /usr/lib/luna/sysmod/luna-applauncher/app/controllers/launcher-assistant.js 2009-07-24 11:03:32.000000000 -0500
 +
@@ -30,8 +30,8 @@
 +
visible: true,
 +
label: $L('Launcher'),
 +
        items: [
 +
- /*{ label: $L('New page'), command: 'newpage' },
 +
- { label: $L('Delete page'), command: 'deletepage' },*/
 +
+ { label: $L('New page'), command: 'newpage' },
 +
+ { label: $L('Delete page'), command: 'deletepage' },
 +
Mojo.Menu.editItem,
 +
{ label: $L('List Apps...'), command: 'listapps' },
 +
Mojo.Menu.helpItem
 +
@@ -124,7 +124,6 @@
 +
case 'listapps':
 +
ApplicationService.launch(this.deviceInfo.id, this.deviceInfo.params);
 +
break;
 +
- /*
 +
case 'newpage':
 +
if (this.pageDivs.length < 10) {
 +
this.insertPage(this.activePageIndex, true);
 +
@@ -138,7 +137,6 @@
 +
}
 +
}
 +
break;
 +
- */
 +
}
 +
}
 +
},
 +
</source>
  
</html>
+
== 1.2 Update ==
 +
In 1.2, you'll need to uncomment lines 26-27, 120-134.

Latest revision as of 20:58, 10 November 2009


Add/Delete Pages

Introduction

Someone in the forum talked about being able to add and delete pages in the Launcher app and I thought I would look into it further. They stated that they were able to add new pages and delete existing pages. Upon further investigation, they were correct. There is existing code, commented out, that will allow you to create a new launcher page or delete the current launcher page. There is a variable for the max number of pages palm set to 10. This value can probably be increased, but I don't recommend it and seriously, who would need more that 10 pages anyway, right?

Usage

  • The new page and delete page functions will appear in the launcher menu.
    • New Page
      • This will create a new page and move whatever page you were on to the right. There is nothing special to this page besides the fact that you now have a new page. You can drag icons to it just like any other page.
    • Delete Page
      • This will delete the current launcher page. Any icons on the page will automatically move to the page to the left of the page being deleted. If there is no page to the left of the page being deleted icons are automatically moved to the default page of the Web Browser.

Editing Process

/usr/lib/luna/system/luna-applauncher/app/controllers/launcher-assistant.js
  • Uncomment the following
    • Look for "appMenuModel" (line 29) a few lines below you will see a line that has "newpage" in it. On the line that remove the "/*" and on the line that has "deletepage" remove the "*/"
    • Look further in the file (line 120) for "switch" again remove the "/* and "*/" that surrounds the cases for newpage and deletepage.
  • Perform a restart and the new page and delete page options will be in the launcher menu.

Original discovery credit is unknown. Pyrognome tested and confirmed the new page and delete page functionality.


Rearrange Order of Menu Items

This is a fantastic patch that makes the launcher much more useful (along with the 4x4 icon patches), but I kept hitting Delete Page because it was second on the list when I was trying to List Apps. Then, the page that I was currently on would be deleted and I would have to go back through and move all the icons to a new page - frustrating for me. Therefore, I simply rearranged the order of the menu items to what was more intuitive for me. This is a small change to this great patch, and does not add or subtract any functionality.

Login via SSH

sudo -i
//enter password to become root

cd /

mount -o remount,rw /

vi /usr/lib/luna/system/luna-applauncher/app/controllers/launcher-assistant.js
//go to lines 26 and 27 and comment them out by adding '//' in front of them...to do this, hit 'i' to enter edit mode (you will see a capital i on the
//bottom left-hand corner of the screen) and scroll over to the beginning of the lines and type '//'. Then, rearrange the five menu items to whatever
//order you want...what I like best is below:

         items: [
                        //{ label: $L('New page'), command: 'newpage' },
                        //{ label: $L('Delete page'), command: 'deletepage' },
                        Mojo.Menu.editItem,
                        { label: $L('List Apps...'), command: 'listapps' },
                        { label: $L('New page'), command: 'newpage' },
                        { label: $L('Delete page'), command: 'deletepage' },
                        Mojo.Menu.helpItem
                ]

//This puts Edit first, then List Apps, New Page, Delete Page, and Help last in the menu
//hit ESC to exit edit mode, and then type ':wq' to save the file (launcher-assistant.js) that we just modified...

mount -o remount,ro /

stop LunaSysMgr && start LunaSysMgr

All credit for this patch goes to original developer!

Enjoy! jmartino2011, 11-10-09

Patch Process

The patch is also located in the webos-internals gitorious repository. Click Applying Patches for info on patching from it.

I'm trying to make most of my modifications into patches --HattCzech

  • Run the following commands:

In this example, I have the patch file located in my home directory under patches <source lang="bash"> cd / sudo patch -p0 --backup-if-mismatch < ~/patches/adddelpages.patch </source>

  • This is what you should see if it ran properly:

<source lang="text"> patching file /usr/lib/luna/system/luna-applauncher/app/controllers/launcher-assistant.js </source>

These modifications will require LunaSysMgr to be restarted. A rescan will not work. After you've run the commands above, run one more command: <source lang="bash"> pkill LunaSysMgr </source>


Patch Source (adddelpages.patch)

<source lang="diff"> diff -ur /usr/lib/luna/system/luna-applauncher/app/controllers/launcher-assistant.js /usr/lib/luna/sysmod/luna-applauncher/app/controllers/launcher-assistant.js --- /usr/lib/luna/system/luna-applauncher/app/controllers/launcher-assistant.js 2009-07-18 00:21:37.000000000 -0500 +++ /usr/lib/luna/sysmod/luna-applauncher/app/controllers/launcher-assistant.js 2009-07-24 11:03:32.000000000 -0500 @@ -30,8 +30,8 @@

		visible: true,
		label: $L('Launcher'),
        items: [

- /*{ label: $L('New page'), command: 'newpage' }, - { label: $L('Delete page'), command: 'deletepage' },*/ + { label: $L('New page'), command: 'newpage' }, + { label: $L('Delete page'), command: 'deletepage' },

			Mojo.Menu.editItem,
			{ label: $L('List Apps...'), command: 'listapps' },
			Mojo.Menu.helpItem

@@ -124,7 +124,6 @@

				case 'listapps':
					ApplicationService.launch(this.deviceInfo.id, this.deviceInfo.params);
					break;

- /*

				case 'newpage':
					if (this.pageDivs.length < 10) {
						this.insertPage(this.activePageIndex, true);

@@ -138,7 +137,6 @@

						}
					}
					break;

- */

			}
		}
	},

</source>

1.2 Update

In 1.2, you'll need to uncomment lines 26-27, 120-134.