12/07/2009, 09:43 PM
|
#22 (permalink) |
|
Legend
![]()
Posts: 3,881
|
emailed ya back
__________________
If you've liked my software, please consider to towards future development.Developer of many apps such as: WebOS Quick Install, WebOS Theme Builder, Ipk Packager, Unified Diff Creator, Internalz Pro, ComicShelf HD, LED Torch, over 70 patches and more. @JayCanuck @CanuckCoding Facebook |
01/26/2010, 12:40 PM
|
#24 (permalink) |
|
Homebrew Developer
![]() |
I'm pretty new to patching.
I was trying to get some simple patches work on my german pre. I recieved the original file using QI and saved the modified file. Then I used your tool to create the patch. so far so good. When I try to apply the patch I always get a Hunk failed error. what did I wrong? I attached the patch and the error-message. michote |
02/04/2010, 03:16 PM
|
#25 (permalink) | |
|
Member
![]()
Posts: 4
|
Quote:
Here's my patch: Code:
----------------------------------------------------------
Name: Show Top-Bar Time While Locked
Version: 1.3.5.1-1
Author: csmann19
Description: Shows the time in the top bar while the screen is locked and a call is incoming. Useful in knowing to answer or not when you are expecting a call at a certain time. Only works after installing the "Date as Carrier String" patch.
--- .orig/usr/lib/luna/system/luna-systemui/app/controllers/bar-assistant.js
+++ /usr/lib/luna/system/luna-systemui/app/controllers/bar-assistant.js
@@ -343,7 +343,7 @@
if (payload.locked != null) {
if (payload.locked) {
$('date').hide();
- $('clock').hide();
+ $('clock').show();
this.deviceLocked = true;
}
----------------------------------------------------------
![]() -Chris Last edited by pogeypre; 02/04/2010 at 05:01 PM. |
|
02/23/2010, 05:29 AM
|
#26 (permalink) |
|
Member
![]() ![]()
Posts: 472
|
Great tool, thanks a lot. I'd like to add something to the wishlist, if I may.
The file open windows have no window name in Win XP. So my macro that generates the input for dif, cannot see that those windows are indeed open. Because there is a great difference in timing to open those windows, the macro has to wait a very long time to be sure the window is open. In other words, the macro is a kind of command line and needs to know whether the file open window is indeed open for input. Sorry for the long explanation. |
05/20/2010, 01:07 PM
|
#32 (permalink) |
|
Member
![]() |
So i am working on creating my first patch. It is used to make changes to the dialpad.css and call-log.css in conjunction with my ZomPre Theme. I have the original files from a webos dr extraction, the edited files and the location of the files. I get the patch created and when I go to install it with webos quick install i get this error:
An Error occured when attempting to run /tmp/scriptFile.sh patch: util.c:427 :savebuf: assertion 's && size' failed aborted i get 3 lines of the same error... any idea what i did wrong??
__________________
"When there is no more room in hell, the dead will walk the earth" PM me your questions, If I cant find an answer, I'll show you who can. |
05/20/2010, 09:18 PM
|
#33 (permalink) |
|
Member
![]() |
@mrloserpunk after looking at your patch I think the problem lies with this statement. Do you have this font on your Pre font-family: bloody;
__________________
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 |
05/20/2010, 09:21 PM
|
#34 (permalink) | |
|
Member
![]() |
Quote:
I think i just responded in 3 different places... sorry!
__________________
"When there is no more room in hell, the dead will walk the earth" PM me your questions, If I cant find an answer, I'll show you who can. |
|
05/20/2010, 09:37 PM
|
#35 (permalink) |
|
Member
![]() |
email me the files so I can see something if you don't mind.
__________________
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 |
05/20/2010, 10:54 PM
|
#36 (permalink) |
|
Member
![]() |
@mrloserpunk Remove the \ No new line statement from the very last line of your patch and your problem is solved.
__________________
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 |
05/20/2010, 11:02 PM
|
#37 (permalink) |
|
Member
![]() |
Done! ISSUE FIXED!! Thanks a million man. Although it is a shame it takes 2 patches to get the dial pad and call log distributed as part of a theme
![]() ![]()
__________________
"When there is no more room in hell, the dead will walk the earth" PM me your questions, If I cant find an answer, I'll show you who can. |
05/20/2010, 11:03 PM
|
#38 (permalink) |
|
Member
![]() |
You can combine them into one once you get the patches created. Copy and paste the entire file of one patch into the bottom of the other patch and save.
__________________
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 |
05/20/2010, 11:18 PM
|
#39 (permalink) | |
|
Member
![]() |
Quote:
Fantastic and thank you! Now for preware....
__________________
"When there is no more room in hell, the dead will walk the earth" PM me your questions, If I cant find an answer, I'll show you who can. |
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|



