webOS Nation Forums >  Homebrew >  webOS patches > i got the patch for messaging landscape =]
i got the patch for messaging landscape =]

  Reply
 
LinkBack Thread Tools Display Modes
Old 08/29/2009, 12:44 AM   #101 (permalink)
Member
 
gsx62391@yahoo.com's Avatar
 
Join Date: Jun 2008
Posts: 123
Likes Received: 0
Thanks: 39
Thanked 27 Times in 15 Posts
Default

Nice! Thanks to you and the rest of the pre genius's i am starting to love my pre more and more each day.
gsx62391@yahoo.com is offline   Reply With Quote
Old 08/29/2009, 12:45 AM   #102 (permalink)
Member
 
Join Date: Jun 2009
Location: Los Angeles
Posts: 56
Likes Received: 0
Thanks: 4
Thanked 2 Times in 2 Posts
Default

How do i get this patch to work using vi ?
Can I just copy and paste it ?




launchChatView: function(chatThreadId) {
//Need to jump to that stage if it exists
var stageController = Mojo.Controller.appController.getStageController("messaging"+chatThreadId);
if (stageController) {
stageController.activate();
return;
}

var params = {name: 'messaging' + chatThreadId,
lightweight: Mojo.Controller.appInfo.lwStages
};

var callback = function(controller) {
controller.pushScene('chatview',chatThreadId,{
focusWindow: true
});
};

Mojo.Controller.getAppController().createStageWithCallback(params, callback); //doesnt create ifit exists sooo
},
itakexrays is offline   Reply With Quote
Old 08/29/2009, 12:47 AM   #103 (permalink)
Member
 
fritos1406's Avatar
 
Join Date: Jul 2009
Posts: 1,307
Likes Received: 1
Thanks: 34
Thanked 462 Times in 187 Posts
Default

Quote:
Originally Posted by gsx62391@yahoo.com View Post
Nice! Thanks to you and the rest of the pre genius's i am starting to love my pre more and more each day.
im no genious im barely 17 lol

my how-to has now been changed to wget the file so no moe need to copy patch into ur pre, just copy and paste in my how to
__________________

Donate Via Paypal to Email Adress: silent2205@gmail.com
Email: fritos1406@aim.com
Twitter: @fritos1406
fritos1406 is offline   Reply With Quote
Old 08/29/2009, 12:48 AM   #104 (permalink)
Member
 
fritos1406's Avatar
 
Join Date: Jul 2009
Posts: 1,307
Likes Received: 1
Thanks: 34
Thanked 462 Times in 187 Posts
Default

Quote:
Originally Posted by itakexrays View Post
How do i get this patch to work using vi ?
Can I just copy and paste it ?




launchChatView: function(chatThreadId) {
//Need to jump to that stage if it exists
var stageController = Mojo.Controller.appController.getStageController("messaging"+chatThreadId);
if (stageController) {
stageController.activate();
return;
}

var params = {name: 'messaging' + chatThreadId,
lightweight: Mojo.Controller.appInfo.lwStages
};

var callback = function(controller) {
controller.pushScene('chatview',chatThreadId,{
focusWindow: true
});
};

Mojo.Controller.getAppController().createStageWithCallback(params, callback); //doesnt create ifit exists sooo
},
are u trying to manually do it????

edit: i have updated my how to for only copy and paste
__________________

Donate Via Paypal to Email Adress: silent2205@gmail.com
Email: fritos1406@aim.com
Twitter: @fritos1406
fritos1406 is offline   Reply With Quote
Old 08/29/2009, 12:49 AM   #105 (permalink)
Member
 
Join Date: Jun 2009
Location: Los Angeles
Posts: 56
Likes Received: 0
Thanks: 4
Thanked 2 Times in 2 Posts
Default

yes , unless there is a better way
itakexrays is offline   Reply With Quote
Old 08/29/2009, 12:52 AM   #106 (permalink)
Member
 
fritos1406's Avatar
 
Join Date: Jul 2009
Posts: 1,307
Likes Received: 1
Thanks: 34
Thanked 462 Times in 187 Posts
Default

Quote:
Originally Posted by itakexrays View Post
yes , unless there is a better way
just copy and paste my how-to
__________________

Donate Via Paypal to Email Adress: silent2205@gmail.com
Email: fritos1406@aim.com
Twitter: @fritos1406
fritos1406 is offline   Reply With Quote
Old 08/29/2009, 12:57 AM   #107 (permalink)
Member
 
Join Date: Jun 2009
Location: Los Angeles
Posts: 56
Likes Received: 0
Thanks: 4
Thanked 2 Times in 2 Posts
Default

Do you have a link to that ?
itakexrays is offline   Reply With Quote
Old 08/29/2009, 12:58 AM   #108 (permalink)
Member
 
fritos1406's Avatar
 
Join Date: Jul 2009
Posts: 1,307
Likes Received: 1
Thanks: 34
Thanked 462 Times in 187 Posts
Default

its in the 1st page
__________________

Donate Via Paypal to Email Adress: silent2205@gmail.com
Email: fritos1406@aim.com
Twitter: @fritos1406
fritos1406 is offline   Reply With Quote
Old 08/29/2009, 01:44 AM   #109 (permalink)
Member
 
Join Date: Jun 2009
Posts: 48
Likes Received: 0
Thanks: 3
Thanked 6 Times in 4 Posts
Default

Hey fritos I see to be having a little problem. I was typing out a message in landscape and made a booboo, so I tapped the area where the mistake was. The problem was, you can not tap an area to move the cursor around like you can when in portrait. Sometimes it kind of works, but this method is not usable in landscape right now.
pychozoundz is offline   Reply With Quote
Old 08/29/2009, 01:45 AM   #110 (permalink)
Member
 
Join Date: Jun 2009
Location: San Diego
Posts: 199
Likes Received: 0
Thanks: 46
Thanked 20 Times in 20 Posts
Default

Quote:
Originally Posted by alvin319 View Post
Quilt applied will show you what is active.

Quilt series will show what is both applied and waiting to be applied

Quilt pop -a will un-apply all patches
whats the command to unapply an specific patch ? instead of all them at the same time ?
__________________
jrdejavux is offline   Reply With Quote
Old 08/29/2009, 01:47 AM   #111 (permalink)
Member
 
2sslow's Avatar
 
Join Date: Jun 2009
Location: Somewhere n da 404
Posts: 2,237
Likes Received: 0
Thanks: 247
Thanked 1,039 Times in 551 Posts
Default

Quote:
Originally Posted by fritos1406 View Post
its in the 1st page
Hey fritos1406 this doesnt work for me apparently due to the additional lines I added to get the black background the lines #s are different and wont allow it to go into landscape in message mode, It does go to l/s in list view.

also I have text forwarding so Am I out of luck?

will having the additional lines affect your patch?
2sslow is offline   Reply With Quote
Old 08/29/2009, 01:47 AM   #112 (permalink)
Member
 
fritos1406's Avatar
 
Join Date: Jul 2009
Posts: 1,307
Likes Received: 1
Thanks: 34
Thanked 462 Times in 187 Posts
Default

Quote:
Originally Posted by pychozoundz View Post
Hey fritos I see to be having a little problem. I was typing out a message in landscape and made a booboo, so I tapped the area where the mistake was. The problem was, you can not tap an area to move the cursor around like you can when in portrait. Sometimes it kind of works, but this method is not usable in landscape right now.
yeah that seems to be true, i dont know the soulution to this, sorry
but once i do i will see to it that i fix it
__________________

Donate Via Paypal to Email Adress: silent2205@gmail.com
Email: fritos1406@aim.com
Twitter: @fritos1406
fritos1406 is offline   Reply With Quote
Old 08/29/2009, 01:49 AM   #113 (permalink)
Member
 
fritos1406's Avatar
 
Join Date: Jul 2009
Posts: 1,307
Likes Received: 1
Thanks: 34
Thanked 462 Times in 187 Posts
Default

Quote:
Originally Posted by jrdejavux View Post
whats the command to unapply an specific patch ? instead of all them at the same time ?
quilt pop /opt/src/patches/name-of-patch.patch
__________________

Donate Via Paypal to Email Adress: silent2205@gmail.com
Email: fritos1406@aim.com
Twitter: @fritos1406
fritos1406 is offline   Reply With Quote
Old 08/29/2009, 01:51 AM   #114 (permalink)
Member
 
fritos1406's Avatar
 
Join Date: Jul 2009
Posts: 1,307
Likes Received: 1
Thanks: 34
Thanked 462 Times in 187 Posts
Default

Quote:
Originally Posted by 2sslow View Post
Hey fritos1406 this doesnt work for me apparently due to the additional lines I added to get the black background the lines #s are different and wont allow it to go into landscape in message mode, It does go to l/s in list view.

also I have text forwarding so Am I out of luck?

will having the additional lines affect your patch?
that may just be ur problem, u can try removing the text forwarding the applying my patch then apply the forwarding after..let me know if that works
__________________

Donate Via Paypal to Email Adress: silent2205@gmail.com
Email: fritos1406@aim.com
Twitter: @fritos1406
fritos1406 is offline   Reply With Quote
Old 08/29/2009, 01:53 AM   #115 (permalink)
Member
 
Join Date: May 2009
Posts: 353
Likes Received: 0
Thanks: 7
Thanked 57 Times in 41 Posts
Default

Quote:
Originally Posted by fritos1406 View Post
that may just be ur problem, u can try removing the text forwarding the applying my patch then apply the forwarding after..let me know if that works
I have forwarding and orientation now, and it works fine. Here's my quilt output:

Applying patch /opt/src/patches/message-forwarding.patch
patching file usr/palm/applications/com.palm.app.messaging/app/controllers/chatview-assistant.js
patching file usr/palm/applications/com.palm.app.messaging/app/models/messaging-luna-service.js

Applying patch /opt/src/patches/message-orientation.patch
patching file usr/palm/applications/com.palm.app.messaging/app/controllers/compose-assistant.js
Hunk #1 succeeded at 386 (offset -5 lines).
patching file usr/palm/applications/com.palm.app.messaging/app/controllers/listview-assistant.js
patching file usr/palm/applications/com.palm.app.messaging/stylesheets/messaging.css
Hunk #2 succeeded at 823 (offset -7 lines).
pullbangdead is offline   Reply With Quote
Old 08/29/2009, 01:56 AM   #116 (permalink)
Member
 
fritos1406's Avatar
 
Join Date: Jul 2009
Posts: 1,307
Likes Received: 1
Thanks: 34
Thanked 462 Times in 187 Posts
Default

Quote:
Originally Posted by pullbangdead View Post
I have forwarding and orientation now, and it works fine. Here's my quilt output:

Applying patch /opt/src/patches/message-forwarding.patch
patching file usr/palm/applications/com.palm.app.messaging/app/controllers/chatview-assistant.js
patching file usr/palm/applications/com.palm.app.messaging/app/models/messaging-luna-service.js

Applying patch /opt/src/patches/message-orientation.patch
patching file usr/palm/applications/com.palm.app.messaging/app/controllers/compose-assistant.js
Hunk #1 succeeded at 386 (offset -5 lines).
patching file usr/palm/applications/com.palm.app.messaging/app/controllers/listview-assistant.js
patching file usr/palm/applications/com.palm.app.messaging/stylesheets/messaging.css
Hunk #2 succeeded at 823 (offset -7 lines).
good to know u got it applied
__________________

Donate Via Paypal to Email Adress: silent2205@gmail.com
Email: fritos1406@aim.com
Twitter: @fritos1406
fritos1406 is offline   Reply With Quote
Old 08/29/2009, 02:02 AM   #117 (permalink)
Member
 
Join Date: May 2009
Posts: 353
Likes Received: 0
Thanks: 7
Thanked 57 Times in 41 Posts
Default

^Yep, just wanted to let the other person know that the 2 patches can co-exist.


Off-topic:
I am still trouble-shooting the download in browser patch, I'm getting something identical to what a person posted on the last page of that thread, http://forums.precentral.net/web-os-...ml#post1853328, and can't quite get it to work right. Somehow everything isn't getting removed properly before the new patch gets applied, but I'll get there eventually.

Nice work on all this stuff, keep up the excellent work.
pullbangdead is offline   Reply With Quote
Old 08/29/2009, 02:08 AM   #118 (permalink)
Member
 
fritos1406's Avatar
 
Join Date: Jul 2009
Posts: 1,307
Likes Received: 1
Thanks: 34
Thanked 462 Times in 187 Posts
Default

Quote:
Originally Posted by pullbangdead View Post
^Yep, just wanted to let the other person know that the 2 patches can co-exist.


Off-topic:
I am still trouble-shooting the download in browser patch, I'm getting something identical to what a person posted on the last page of that thread, http://forums.precentral.net/web-os-...ml#post1853328, and can't quite get it to work right. Somehow everything isn't getting removed properly before the new patch gets applied, but I'll get there eventually.

Nice work on all this stuff, keep up the excellent work.
write to me in the other thread and i will help u get that patch applied
__________________

Donate Via Paypal to Email Adress: silent2205@gmail.com
Email: fritos1406@aim.com
Twitter: @fritos1406
fritos1406 is offline   Reply With Quote
Old 08/29/2009, 02:14 AM   #119 (permalink)
Member
 
2sslow's Avatar
 
Join Date: Jun 2009
Location: Somewhere n da 404
Posts: 2,237
Likes Received: 0
Thanks: 247
Thanked 1,039 Times in 551 Posts
Default

Quote:
Originally Posted by fritos1406 View Post
that may just be ur problem, u can try removing the text forwarding the applying my patch then apply the forwarding after..let me know if that works
Negative! I added a few lines of code to get this.







message forwarding doesnt change anything.

Btw if its any consolation the custom sms tones patch doesnt work for me either.
2sslow is offline   Reply With Quote
Old 08/29/2009, 02:16 AM   #120 (permalink)
Member
 
andyckr's Avatar
 
Join Date: Aug 2008
Posts: 167
Likes Received: 0
Thanks: 54
Thanked 3 Times in 3 Posts
Default

Quote:
Originally Posted by fritos1406 View Post
okay now that i finally got it done, let me know if it worked out fine
if u find some bugs please let me know.

as to install heres the how-to: GET PATCH FROM ATTACHMENT BELOW

MUST BE IN [root@castle:/] TO WORK


Copy and paste these commands
Code:
cd /
wget http://filebin.ca/sxrbkp/message-orientation.patch
quilt import message-orientation.patch
quilt push -a -f
stop LunaSysMgr && start LunaSysMgr
u might have to put your pre into writable with: mount -o remount,rw /
all done...please thank


This was the best i could do with it !

What Needs To Be Fixed
  • Tap an area to move the cursor around like you can when in portrait
worked 100%!
thanks!!!!!
andyckr is offline   Reply With Quote
Reply

 

Thread Tools
Display Modes



 


Content Relevant URLs by vBSEO 3.6.0