yeah, multiple changes don't seem to work. I thought it wasn't working at all, but I gave it another go one by one. Nice job =D
This would be awesome =)You should make a program that flashes the lights with the same BPS as the music you are listening to![]()
New Error Log: 7-4-09 9:07:47
NullReferenceException
bij Brins0net_Illumineria.EventEditWindow.acceptButton_Click(Object sender, EventArgs e)
bij System.Windows.Forms.MenuItem.OnClick(EventArgs e)
bij System.Windows.Forms.Menu.ProcessMnuProc(Control ctlThis, WM wm, Int32 wParam, Int32 lParam)
bij System.Windows.Forms.Form.WnProc(WM wm, Int32 wParam, Int32 lParam)
bij System.Windows.Forms.Control._InternalWnProc(WM wm, Int32 wParam, Int32 lParam)
bij Microsoft.AGL.Forms.EVL.EnterModalDialog(IntPtr hwnModal)
bij System.Windows.Forms.Form.ShowDialog()
bij Brins0net_Illumineria.EventListWindow.event_List_ItemActivate(Object sender, EventArgs e)
bij System.Windows.Forms.ListView.OnItemActivate(EventArgs e)
bij System.Windows.Forms.ListView.HandleItemActivate(Int32 iItem)
bij System.Windows.Forms.ListView.WnProc(WM wm, Int32 wParam, Int32 lParam)
bij System.Windows.Forms.Control._InternalWnProc(WM wm, Int32 wParam, Int32 lParam)
bij Microsoft.AGL.Forms.EVL.EnterMainLoop(IntPtr hwnMain)
bij System.Windows.Forms.Application.Run(Form fm)
bij Brins0net_Illumineria.Program.Main()
New Error Log: 7-4-09 9:13:53
NullReferenceException
bij Brins0net_Illumineria.EventEditWindow.acceptButton_Click(Object sender, EventArgs e)
bij System.Windows.Forms.MenuItem.OnClick(EventArgs e)
bij System.Windows.Forms.Menu.ProcessMnuProc(Control ctlThis, WM wm, Int32 wParam, Int32 lParam)
bij System.Windows.Forms.Form.WnProc(WM wm, Int32 wParam, Int32 lParam)
bij System.Windows.Forms.Control._InternalWnProc(WM wm, Int32 wParam, Int32 lParam)
bij Microsoft.AGL.Forms.EVL.EnterModalDialog(IntPtr hwnModal)
bij System.Windows.Forms.Form.ShowDialog()
bij Brins0net_Illumineria.EventListWindow.event_List_ItemActivate(Object sender, EventArgs e)
bij System.Windows.Forms.ListView.OnItemActivate(EventArgs e)
bij System.Windows.Forms.ListView.HandleItemActivate(Int32 iItem)
bij System.Windows.Forms.ListView.WnProc(WM wm, Int32 wParam, Int32 lParam)
bij System.Windows.Forms.Control._InternalWnProc(WM wm, Int32 wParam, Int32 lParam)
bij Microsoft.AGL.Forms.EVL.EnterMainLoop(IntPtr hwnMain)
bij System.Windows.Forms.Application.Run(Form fm)
bij Brins0net_Illumineria.Program.Main()
The highlight colour is specific to the theme you currently have set. I will most likely invert the colour scheme for the next version, as i've grown tired of it already, lol...So far, I have one big suggestion. Change the highlight color in the menu. Its nearly impossible for me to tell what i currently have selected. Gray on darker gray isnt very visible lol.
...
Also, can you add an option to test the patterns?
...
EDIT3: Standby and QWERTY_ON doesnt seem to do anything.
A NullReferenceException usually means that the registry entry it is trying to set does not exist. I'd suggest looking through the registry manually to check they do actually exist. I have not tested it with 6.5, there may be changes. Do you at least get a list of events to modify?Usine itjes 6.5 latest build I cannot set an illumination. I get nullexception and a message to send an email with the log created in the Program Directory.
I was looking forward to my little disco too![]()
I hadn't noticed this error, but i've managed to reproduce it on my device, so i'll look into it later on. I think I have spotted the problem, and it seems like a simple oversight on my side, not setting a variable when the edit window is created. If you try and set the same event again, be sure to make sure you ahve tapped on the event and that it has changed in the bottom. Should be quite a simple fix, so i'll do that first.Ive noticed that I get that error when i try to assign an event to a LED sequence that was already assigned to something else by the program.
So lets say I already have OWERTY Close set to blue flash and I had Qwerty open set to red pulse. I then go in and try to swap them. I get that error when I change the second event. Order of changing doesnt matter.
Could you tell me what you were trying to do at the time, that log only means so much from what it'll provide.Hmm, not much avail
I've had a close look at this, and I think you may very well be on to something there...Here is my attempt to decode the LED sequence. Colors, banks and stepping of sequence are proven. Now go ahead and create something wonderful and share with us!
/Redferne
00,00, 1E,3C, 3C,00, 55,35, 6E,00, B4,00, B5,00, B6,00, B7,00, B8,00,
00,00, 1E,24, 3C,00, 55,48, 6E,00, B4,00, B5,00, B6,00, B7,00, B8,00,
00,00, 1E,00, 3C,00, 55,35, 6E,00, B4,00, B5,00, B6,00, B7,00, B8,00,
0A, 02, 02, 0D, 0D, 00, 00, 01, 01, 00,
00,00, 0C,00, 19,00, 32,00, 4B,00 ,4C,00, 4D,00, 4E,00, 4F,00, 54,00,
FC,
08
Eeeeeee, the rom master himself :3. Your light roms are awesome!Wow, thanks! This is the only option I'm missing since XperiaTweak is not working on newer roms![]()
My findings suggests that the color coding are set by combining the RGB leds.I've had a close look at this, and I think you may very well be on to something there...
I've applied your theory to the charging pattern, a more complex one...
...This starts with the 0A you suggested, then has a single LED lit (the one by the USB port) for to frames, then the other 3 afterwards. however, i'm not quite sure how the colour is decided with your system, as the LEDs light up in the same fashion, so there should be similarities between frames 1-2 and 3-4. Both frames end in 00 so I think we can assume that the "00,xx" is the brightness (where xx is a hex number between FF and 00 most likely).Code:00,00, 1E,3C, 3C,00, 55,35, 6E,00, B4,00, B5,00, B6,00, B7,00, B8,00, 00,00, 1E,24, 3C,00, 55,48, 6E,00, B4,00, B5,00, B6,00, B7,00, B8,00, 00,00, 1E,00, 3C,00, 55,35, 6E,00, B4,00, B5,00, B6,00, B7,00, B8,00, 0A, 02, 02, 0D, 0D, 00, 00, 01, 01, 00, 00,00, 0C,00, 19,00, 32,00, 4B,00 ,4C,00, 4D,00, 4E,00, 4F,00, 54,00, FC, 08
I'll keep looking at it and may experiment later on. We really need for someone to find a way to invoke patterns really, would make testing much simpler, as I could write a simple testing application...
Thanks very much for your input, you've given me alot to think about...
00,00, 1E,RR, 3C,RR, 55,RR, 6E,RR, B4,RR, B5,RR, B6,RR, B7,RR, B8,00,
00,00, 1E,GG, 3C,GG, 55,GG, 6E,GG, B4,GG, B5,GG, B6,GG, B7,GG, B8,00,
00,00, 1E,BB, 3C,BB, 55,BB, 6E,BB, B4,BB, B5,BB, B6,BB, B7,BB, B8,00,
0A, 02, 02, 0D, 0D, 00, 00, 01, 01, 00,
00,00, 0C,00, 19,00, 32,00, 4B,00 ,4C,00, 4D,00, 4E,00, 4F,00, 54,00,
FC,
08
00,00, 1E,RR, 3C,RR, 55,RR, 6E,RR, B4,RR, B5,RR, B6,RR, B7,RR, B8,00,
00,00, 1E,GG, 3C,GG, 55,GG, 6E,GG, B4,GG, B5,GG, B6,GG, B7,GG, B8,00,
00,00, 1E,BB, 3C,BB, 55,BB, 6E,BB, B4,BB, B5,BB, B6,BB, B7,BB, B8,00,
0A, 02, 02, 0D, 0D, 00, 00, 01, 01, 00,
00,00, 0C,00, 19,00, 32,00, 4B,00 ,4C,00, 4D,00, 4E,00, 4F,00, 54,00,
FC,
08
00,00, 01,30, 02,00, 5D,00, 5E,00, 5F,00, 60,00, 61,00, 62,00, 63,00,
00,00, 01,30, 02,00, 5D,00, 5E,00, 5F,00, 60,00, 61,00, 62,00, 63,00,
00,00, 01,30, 02,00, 5D,00, 5E,00, 5F,00, 60,00, 61,00, 62,00, 63,00,
0A, 0F, 00, 00, 00, 00, 00, 00, 00, 00,
00,00, 19,00, 32,00, 4B,00, 64,00, 7D,00, 7E,00, 7F,00, 80,00, AF,00,
FC,
04
I'm using a 6.5 rom from the kitchen, and it works fine you'll be glad to know...I'll try this out when i get back my phoneHope it will work for itje's wm6.5 rom..
Good luck on making it better!![]()