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
|
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 }, |
08/29/2009, 12:47 AM
|
#103 (permalink) | |
|
Member
![]() Join Date: Jul 2009
Posts: 1,307
Likes Received: 1
Thanks: 34
Thanked 462 Times in 187 Posts
|
Quote:
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 |
|
08/29/2009, 12:48 AM
|
#104 (permalink) | |
|
Member
![]() Join Date: Jul 2009
Posts: 1,307
Likes Received: 1
Thanks: 34
Thanked 462 Times in 187 Posts
|
Quote:
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 |
|
08/29/2009, 12:52 AM
|
#106 (permalink) |
|
Member
![]() Join Date: Jul 2009
Posts: 1,307
Likes Received: 1
Thanks: 34
Thanked 462 Times in 187 Posts
|
just copy and paste my how-to
__________________
Donate Via Paypal to Email Adress: silent2205@gmail.com Email: fritos1406@aim.com Twitter: @fritos1406 |
08/29/2009, 12:58 AM
|
#108 (permalink) |
|
Member
![]() Join Date: Jul 2009
Posts: 1,307
Likes Received: 1
Thanks: 34
Thanked 462 Times in 187 Posts
|
its in the 1st page
__________________
Donate Via Paypal to Email Adress: silent2205@gmail.com Email: fritos1406@aim.com Twitter: @fritos1406 |
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
|
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.
|
08/29/2009, 01:47 AM
|
#111 (permalink) |
|
Member
![]() Join Date: Jun 2009
Location: Somewhere n da 404
Posts: 2,237
Likes Received: 0
Thanks: 247
Thanked 1,039 Times in 551 Posts
|
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? |
08/29/2009, 01:47 AM
|
#112 (permalink) | |
|
Member
![]() Join Date: Jul 2009
Posts: 1,307
Likes Received: 1
Thanks: 34
Thanked 462 Times in 187 Posts
|
Quote:
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 |
|
08/29/2009, 01:49 AM
|
#113 (permalink) |
|
Member
![]() Join Date: Jul 2009
Posts: 1,307
Likes Received: 1
Thanks: 34
Thanked 462 Times in 187 Posts
|
quilt pop /opt/src/patches/name-of-patch.patch
__________________
Donate Via Paypal to Email Adress: silent2205@gmail.com Email: fritos1406@aim.com Twitter: @fritos1406 |
08/29/2009, 01:51 AM
|
#114 (permalink) | |
|
Member
![]() Join Date: Jul 2009
Posts: 1,307
Likes Received: 1
Thanks: 34
Thanked 462 Times in 187 Posts
|
Quote:
__________________
Donate Via Paypal to Email Adress: silent2205@gmail.com Email: fritos1406@aim.com Twitter: @fritos1406 |
|
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
|
Quote:
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). |
|
08/29/2009, 01:56 AM
|
#116 (permalink) | |
|
Member
![]() Join Date: Jul 2009
Posts: 1,307
Likes Received: 1
Thanks: 34
Thanked 462 Times in 187 Posts
|
Quote:
__________________
Donate Via Paypal to Email Adress: silent2205@gmail.com Email: fritos1406@aim.com Twitter: @fritos1406 |
|
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
|
^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. |
08/29/2009, 02:08 AM
|
#118 (permalink) | |
|
Member
![]() Join Date: Jul 2009
Posts: 1,307
Likes Received: 1
Thanks: 34
Thanked 462 Times in 187 Posts
|
Quote:
__________________
Donate Via Paypal to Email Adress: silent2205@gmail.com Email: fritos1406@aim.com Twitter: @fritos1406 |
|
08/29/2009, 02:14 AM
|
#119 (permalink) | |
|
Member
![]() Join Date: Jun 2009
Location: Somewhere n da 404
Posts: 2,237
Likes Received: 0
Thanks: 247
Thanked 1,039 Times in 551 Posts
|
Quote:
![]() ![]() message forwarding doesnt change anything. Btw if its any consolation the custom sms tones patch doesnt work for me either. |
|
08/29/2009, 02:16 AM
|
#120 (permalink) | |
|
Member
![]() Join Date: Aug 2008
Posts: 167
Likes Received: 0
Thanks: 54
Thanked 3 Times in 3 Posts
|
Quote:
thanks!!!!! |
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|



