View Single Post
LABAUDIO's Avatar
Posts: 315 | Thanked: 71 times | Joined on Oct 2008 @ €@$T Montreal Quebec Canada
#60
Like you see in this

Default LED Patterns for Nokia N900

Code:
PatternError=0;5;0;r;9d8040007f007f0040ff7f007f000000;9d800000
PatternDeviceOn=254;0;0;rgb;9d804000422043207f100000;9d800000
PatternDeviceSoftOff=253;0;0;rg;9d804000423f433f7f100000;9d800000
PatternPowerOn=9;3;0;rgb;9d80400042ff02ffc000;9d800000
PatternPowerOff=10;3;0;rgb;9d80400001ff43ff7f007f00c000;9d800000
PatternCommunicationCall=30;1;0;b;9d80400002ff03ff02ff03ff71080000;9d800000
PatternCommunicationIM=30;1;0;b;9d80400002ff03ff02ff03ff71080000;9d800000
PatternCommunicationSMS=30;1;0;b;9d80400002ff03ff02ff03ff71080000;9d800000
PatternCommunicationEmail=30;1;0;b;9d80400002ff03ff02ff03ff71080000;9d800000
PatternCommonNotification=30;1;0;b;9d80400002ff03ff02ff03ff71080000;9d800000
PatternWebcamActive=20;1;0;r;9d80400004ffc0000000;9d800000
PatternBatteryCharging=50;4;0;rg;9d804000427f0d7f7f007f0042000000;9d800000
PatternBatteryFull=40;4;0;g;9d80407f0000;9d800000
i wanna point your attention in bold value up here

this value is a Priority

0-255, 0 is highest, 255 is lowest.

Since currently only a single pattern at a time can be displayed, this is used to assign importance to the LED patterns. Although only a single LED pattern can be displayed at any time, multiple patterns may be active, the pattern with the highest priority being displayed.

A common example of this is where the n900 is on charge, the battery is full (starting PatternBatteryFull with a priority of 40), and an SMS message is received (PatternCommunicationSMS with a priority of 30). On receipt of the SMS, the LED begins to display the flashing blue led of an SMS. Once that SMS has been dismissed, the green LED of the full battery notification is again displayed.

in ligth of that

i wanna change some priority value but some change dont work

here we go :

Code:
PatternDeviceOn=254;0;0;rgb;9d804000422043207f100000;9d800000

PatternCommunicationIM=30;1;0;b;9d80400002ff03ff02ff03ff71080000;9d800000
So like you see in this, the deviceOn pattern be lowest priority then Im pattern...

so when i was in chat, contact or in im windows, and my tablet go sleep(cause no activitiy), the deviceOn pattern dont be trigged like supposed......cause IM priority look disable the deviceOn one...weird...

so cause i want my DeviceOn pattern be lighted in priority in front of ImPattern or mail pattern... i change the priority value of DeviceOn pattern for 29...(29 its one less the Notifications pattherns priority(30)

Code:
PatternDeviceOn=29;0;0;rgb;9d804000422043207f100000;9d800000
PatternCommunicationIM=30;1;0;b;9d80400002ff03ff02ff03ff71080000;9d800000
like this iam surely suppose to trigger DeviceOn in front of NotificationsPatterns...
but nothing work there too...

i have a n810 and is the same default priority then n900...

iam curious to see if someone test it this issue for future purpose..and solutions maybe

tx
__________________
N900 Owner N95 + N810
Fremantle Tester
Diablo Dacker
French Noob

BorgTheme ¤ BorgSounds ¤ BorgStartUp ¤ BorgClock
 

The Following User Says Thank You to LABAUDIO For This Useful Post: