12/15/2011, 08:25 PM
|
#1 (permalink) |
|
Member
![]()
Posts: 74
|
Just yesterday I've got OTA update for my Pre 2 and now I'm on WebOS 2.2.4. Still not sure it's a bad or good luck
![]() What I just noticed is that call duration displayed during the call in phone app is now completely unreadable (in WebOS 2.1 it was showed as min:sec). Now it looks that way: ![]() I've checked it with my friend owning Palm 2 - he has now (after upgrade to 2.2.4) the same issue. So I can assume it's massive bug... I've read all WebOs Nation forums and found that the same issue been reported for 2.2.3 (or even earlier 2.2 versions). But I didn't find any solution. Does anybody know how to fix it? Any patch available? Or we have to live with that...?
__________________
Don't look for solution - look for EXIT! My Palm Pre 2 and TouchPad 32GB are waiting for useful updates and enhancements
|
12/16/2011, 05:51 AM
|
#4 (permalink) |
|
Member
![]()
Posts: 74
|
Thanks for the tip
I need to try changing settings in "Regional Settings". Right now it's set up as follow:Language: English (United States) Formats: Poland Phone numbers: other As I'm from Poland it's quite obvious to set formats for Poland. And till now it was not causing any issues. But let's give it a try with English Formats. EDIT: you are right: when Formats changed to USA call duration is shown properly... But than also other formats (date, currency...) are changed... Gosh! There no good solution for me ![]() But based on that exercise I can assume this is webOS 2.2.4 bug... and probably never be corrected - not for country/language like Poland...
__________________
Don't look for solution - look for EXIT! My Palm Pre 2 and TouchPad 32GB are waiting for useful updates and enhancements
Last edited by Pelcu; 12/16/2011 at 06:02 AM. Reason: Latest info added |
12/16/2011, 12:58 PM
|
#6 (permalink) |
|
webOS Enthusiast
![]() |
I found a fix,
EDIT: I came up with a rough patch. It might not even apply. The default local file for determining timezone, phone number syntax, and the such were translated wrong. Here is a sample of what it looks like for Poland. Code:
"minutesFormatFull": "XrQminutesFormatFull012", "minutesFormatLong": "z0tminutesFormatLong012", "minutesFormatMedium": "e8YminutesFormatMedium012", "minutesFormatShort": "hw8minutesFormatShort012", "monthsFormatFull": "zjmmonthsFormatFull012", "monthsFormatLong": "aRZmonthsFormatLong012", "monthsFormatMedium": "5aCmonthsFormatMedium012", "monthsFormatShort": "uPQmonthsFormatShort012", "secondsFormatFull": "PLbse篮dsFormatFull012", "secondsFormatLong": "rjOse篮dsFormatLong012", "secondsFormatMedium": "ePAse篮dsFormatMedium012", "secondsFormatShort": "pmWse篮dsFormatShort012", "separatorFull": "JOwse?aratorFull01", "separatorLong": "GvWse?aratorLong01", "separatorMedium": "y9kse?aratorMedium012", "separatorShort": "u4ose?aratorShort01", "shortTimeFormatMedium": "4AXshortTimeFormatMedium0123", Code:
"minutesFormatFull": "0#|1#1 minute|1>##{num} minutes",
"minutesFormatLong": "0#|1#1 min|1>##{num} min",
"minutesFormatMedium": "##{num}",
"minutesFormatShort": "##{num}",
"monthsFormatFull": "1#1 month|1>##{num} months",
"monthsFormatLong": "1#1 mon|1>##{num} mos",
"monthsFormatMedium": "##{num} mo",
"monthsFormatShort": "##{num}m",
"secondsFormatFull": "0#|1#1 second|1>##{num} seconds",
"secondsFormatLong": "0#|1#1 sec|1>##{num} sec",
"secondsFormatMedium": "##{num}",
"secondsFormatShort": "##{num}",
"separatorFull": ", ",
"separatorLong": " ",
"separatorMedium": " ",
"separatorShort": " ",
"shortTimeFormatMedium": "#{minutes}:#{seconds}",
Which country has the syntax most similar to Poland? Choices: -Germany -Canada -Great Britain -Spain -Mexico -France -Italy -Netherlands -China
__________________
![]() If I helped you or you have downloaded one of my files, then least you could do is click the "Thanks" button. Last edited by Abyssul; 12/16/2011 at 01:21 PM. |
12/16/2011, 05:13 PM
|
#8 (permalink) |
|
Member
|
so if someone could activate the SYM key again in enyo there will be lots of happy people:
[Patch request]enable SYM key in enyo on webOS <3.x great finding, these infos can help save the day for many |
01/02/2012, 09:06 AM
|
#11 (permalink) |
|
Member
![]()
Posts: 74
|
@Abyssul,
Thanks for your effort - really appreciate this! ![]() I just tried to apply your patch using Webos Quick Install but it won't install... message is: 1 out of 1 hunk FAILED -- saving rejects to file user/palm/frameworks/enyo/0.10/framework/build/g11n/base/resources/en_pl.json.rej I will try to apply your patch manually (with WebOS PDK). Answering your question about most similar syntax to Poland... If talking about only Date and Time it could be Great Britain, but also I believe that France or even Czech could fit
__________________
Don't look for solution - look for EXIT! My Palm Pre 2 and TouchPad 32GB are waiting for useful updates and enhancements
|
01/04/2012, 06:51 AM
|
#12 (permalink) |
|
Member
![]()
Posts: 74
|
And I did it! Patch from Abyssul unfortunately won't work but thanks to his effort I knew where to look for Data and Time syntax tables (user/palm/frameworks/enyo/0.10/framework/build/g11n/base/resources/).
So I grab en_pl.json table (with SDK Nova browser), replaced all the syntax with those taken from en_gb.json and put en_pl.json back into device. After restart I can switch Formats in Regional settings to "Poland" and everything works fine: I keep all other polish settings (currency, numbers and so on) and all time and date info are displayed correctly (as Great Britain...
__________________
Don't look for solution - look for EXIT! My Palm Pre 2 and TouchPad 32GB are waiting for useful updates and enhancements
|
![]() |
|
| Tags |
| call duration, call length, webos 2.2.4 |
| Thread Tools | |
| Display Modes | |
|
|



