Difference between revisions of "Removing app install limit in App Catalog"

From WebOS Internals
Jump to navigation Jump to search
(New page: --~~~~ I've been attempting to modify the App Catalog app to remove the limit of apps to install. Have made some progress but still no luck in getting a successful installation. Here's w...)
 
Line 11: Line 11:
  
 
note lines 447, 451, 459, 460
 
note lines 447, 451, 459, 460
I've tried to force 447, 451 and 459 to 'true'. This allowed getting past the error message.
+
I've tried to force 447, 451 and 459 to 'true'. This allowed getting past the error message and actually perform the download but the install fails.
  
 
Lines 593 and 594
 
Lines 593 and 594
Line 24: Line 24:
 
Experimented with changing the size factor. Made some difference.
 
Experimented with changing the size factor. Made some difference.
  
I've been trying various changes with each of these areas and made some progress but getting invalid install in the end. Any other ideas?
+
I've been trying various changes with each of these areas and made some progress but getting invalid install in the end. Any other ideas?
  
  
 
xorg is online now Report Post  Edit/Delete Message
 
xorg is online now Report Post  Edit/Delete Message

Revision as of 22:26, 15 September 2009

--Xorg 16:22, 15 September 2009 (UTC)

I've been attempting to modify the App Catalog app to remove the limit of apps to install.

Have made some progress but still no luck in getting a successful installation. Here's what I've found so far...

In... /usr/palm/applications/com.palm.app.findapps/app/controllers

details-assistant.js:

note lines 447, 451, 459, 460 I've tried to force 447, 451 and 459 to 'true'. This allowed getting past the error message and actually perform the download but the install fails.

Lines 593 and 594 Have attempted to adjust the app counter by forcing to 1 or subtracting rather than adding.

In... /usr/palm/applications/com.palm.app.findapps/weave/services

applicationinstaller.js:

Line 52 Experimented with changing the size factor. Made some difference.

I've been trying various changes with each of these areas and made some progress but getting invalid install in the end. Any other ideas?


xorg is online now Report Post Edit/Delete Message