[APP][v2009.04.09.2] Illumineria - Xperia Illumination Pattern Modifier

brins0

Senior Member
May 1, 2006
438
8
0
Ashton-Under-Lyne
brins0.net
Brins0 have you lost hope in your software? Why are you not responding to us?
I've not lost hope, but when I get really disheartening posts like the following...

...
Man, the preview button doesn't even work, remove it.
...
And the loop button doesn't work sometimes, fix it.
...
Your patterns and events screen shot guide is useless and teaches us nothing
...
You need to atleast explain what the hell the index of time for start and end actually represent because it simple and yet it is tricky
...
It took me 5 hours to make a simple pattern, and now I have a problem in which it only loops once, and not forever.
...
...which you yourself have posted, do you think i'm going to ggo out of my way to do anything. Remember i'm doing this out of the goodness of my own heart, in my own spare time, whilst doing another job at university, and an MSc. I appologise for not being able to drop everything right now and read your rather insulting posts, but I have better things to be doing with my life.

Hope this answers your question :3

Joe
 

Daranus

Senior Member
Jul 13, 2009
103
6
0
Hey brins0..i totally agree with you guy, but maybe you can see it like:...when people are saying such things, they want it badly.

this little program is godlike, if someone can actually handle it. I would love to make these patterns by myself, so I am looking forward to every step you are going further!!
I would offer my help, but i dont think i can actually help with visual basic or so :D
 

poetryrocksalot

Senior Member
Dec 4, 2008
1,512
34
0
Anaheim
Well I'm sorry for my offensive language and talk.

I hope you do have a user guide for the Illumineria, it took my 10 hours non stop just to learn this thing and but it doesn't cycle.
 

Daranus

Senior Member
Jul 13, 2009
103
6
0
Hmmmm..I have played around a bit more after a hard reset of my phone and..duh.

It does not work at all..no flashes, no nothing.. =/...tried it on all qwerty events and the keypad event......any help?...^^"..

(brins0 maybe you could share your knowledge about the parts in the registry which seem responsible?)
 

l337h1um

Member
Nov 8, 2008
31
1
0
www.tehdave.net
Come on give the guy a break. Yeah the pattern editor is hard to understand and a little unstable but hey, he's giving it to us for free.

Attached are some double pulse patterns I made. The blue-green one doesn't work properly (it pulses blue-green then blue instead of blue-green twice).

Brins0, feel free to include these patterns in any future release :)
 

Attachments

Last edited:

killerskincanoe

Senior Member
Mar 4, 2009
1,201
88
0
WE STILL CARE about ILLUMINERIA!

Well I'm sorry for my offensive language and talk.

I hope you do have a user guide for the Illumineria, it took my 10 hours non stop just to learn this thing and but it doesn't cycle.

poetryrocksalot = rumpled4skin

some people just don't see the hard work and grueling hours you spent into figuring this out for us!

THX! i've played around with it for just a bit and am quite happy with the new keyboard pattern i made..
 

l337h1um

Member
Nov 8, 2008
31
1
0
www.tehdave.net
Brins0, there are some people who really appreciate your app, even if it is a little difficult to work with the pattern editor sometimes. I mean hey, SE didn't exactly help you out.
 
Last edited:

mobilemodman

Senior Member
Jan 13, 2009
60
0
0
Heya Brins0,, just wanted to say ur app is legendary :] ... keep up the good work mate!

also just wondering (i know it would take epic programming tho) if its possible to have an illumination that pulses with the ringtone?? ... kind of like a visualisation with the LEDS in a way?? ...

really appreciate youre work sir! ... thank you :)
 

Daranus

Senior Member
Jul 13, 2009
103
6
0
Hey guys, any help would be greatly appreciated..!!..i am using smabergs TouchX with winmo 6.1..and i have tried getting into the pattern editor for an event, then loading one and closing and restarting, i have tried double clicking one and just select a pattern, i have tried clicking this activate events thingy....but no flash at all...as i said, i have tried all qwerty events and the keypad event..(events which you should be able to test in a simple way)

any suggestions?? =/
 

Fire Bird

New member
Aug 13, 2008
2
0
0
For me it doesnt work too.. :( I change the pattern for an event but when I softreset I see no change.. My guess would be that on some ROMs it doesnt work..
I am using Valkyrie XPERIO v2.7..
 

WINE GLASS

Member
Feb 8, 2009
41
0
0
Looks like a cool app, unfortunately i can't get it to work with nrgz new 6.5 rom.
Thanks anyway for your hard work, i will prob be trying a few more roms and
if i can get this working i will buy you a pint.
 

cornbread0715

Senior Member
Jun 6, 2009
118
14
0
Honolulu
Illumination

sorry mate try reinstalling the software, theres no such bug, if dat doesnt help u may ve to hard reset as no one else faced this problem nd i ve been using this software 4 so long in diff roms nd its running smooth nd fine...

I am also having the same problem with my changes not being saved after I save them I have try to reinstall over 50 times atleast done hard resets and hard any ideal if this was fixed or what i am doing wrong please let me know:confused::confused:
 

-mattx-

Senior Member
Jul 29, 2009
57
4
0
Mars UAC Research Station
hey guys just made this blue animation file nd m using it as COMM_VOICE_CALLONGOING pattern in Illumineria, hope u like it // if anyone can make changes with it and make it better or can download some cool patterns of their own will be much appreciated
thanx
gitin

note: to make it running continuously while on call, install xperiatweek and disable screen turning off during calls...
Great great animation. The flashing lights run around the phone and change colour as well! I'm using it for unread sms notifi now. Can you post up some more of your illumineria patterns on this thread? Can someone else?

Thanks.
 

sp3dev

Senior Member
Jul 11, 2006
554
675
0
Kaluga/Moscow
Well, I think it's high time we started researching the leds; Here's my proxy dll for led manager, it writes all IOControl requests to \kovsled.bin file. Just install the certificate, copy dll to \windows and edit the registry:
hklm\drivers\n5ledmgr
change "Dll" to "PeripheralProxy.dll"

and here's the code I am using to control the leds. I have actually figured out the correct sequences for rainbow and vibra patterns, but further development would require some driver disassembly or patient tracing and log analyzing

Code:
#include "stdafx.h"
#include "Winbase.h"

int _tmain(int argc, _TCHAR* argv[])
{
	HANDLE hLed = NULL;
	DWORD klRet = 0;
	unsigned char rainbow[] = {17,0,7,0,100,30,141,1,0,0,141,1,0,0,141,1,0,0,0,0};
	//unsigned char vibe[] = {1,0,0,2,52,242,180,203,95,243,91,72,164,144,173,199,0,0,0,0};
	//unsigned char vibe_off[] = {0,0,0,2,52,242,180,203,95,243,91,72,164,144,173,199,0,0,0,0};

	hLed = CreateFile(L"LED1:", GENERIC_WRITE, FILE_SHARE_WRITE|FILE_SHARE_READ, NULL,
		OPEN_EXISTING, 0, NULL);
	if (!hLed) return 1;

	DeviceIoControl(hLed, 0x80020004L, rainbow, 20, NULL, 20, &klRet, NULL);
	CloseHandle(hLed);
	return 0;
}
 

Attachments

Our Apps
Get our official app!
The best way to access XDA on your phone
Nav Gestures
Add swipe gestures to any Android
One Handed Mode
Eases uses one hand with your phone