Moto Hell - The Motorola Modding Community

Motorola Phone Models => Software (Phone) => Topic started by: c_ro87 on January 11, 2009, 08:40:46 pm



Title: [Z6] MPKG zLight
Post by: c_ro87 on January 11, 2009, 08:40:46 pm
a new app, is for set some properties like:
ScreenSaverTimeout
DiaplyTimeout
BacklightTimeout
KeypadBacklightTimeout

*************************
Original: E2Light for E2
by Carlos Aguilar aka KidscrackerThanks to Keaglez
*************************
Port to Z6: c_ro87

This app doing the same thing that E2Light, i take the source of this app, delette a lot of thing, suck as multilingual support because use pstreams and don't work in z6... rewrite the code and this is the result

(http://i42.tinypic.com/2ez1ztc.png)

(http://i41.tinypic.com/15yiw5u.png)

DOWNLOAD (http://www.4shared.com/file/80184788/351c824c/zLighttar.html)

SOURCE CODE (https://ezx.darktech.org/browser/trunk/projects/zLight)


Title: Re: [Z6] MPKG zLight
Post by: ilove3d on February 05, 2009, 12:31:45 am
maybe multilingual is very useful, hope you consider that.


Title: Re: [Z6] MPKG zLight
Post by: kidscracker on February 06, 2009, 03:49:03 pm
I've made a lot of change in the E2light, now it has more functions ((BT control, Volumtable - Equalizer, etc) you'll find a beta that i release some time ago here: http://development.motoevolution.net/es/viewtopic.php?f=7&t=11 it's in spanish hope you'll understand some of it. I the new version the multiligual support is completly compatible with the Z6/V8 so will be ported without problem. Sorry for the delay in the release of the last version in a few days i'll do it.


Title: Re: [Z6] MPKG zLight
Post by: kidscracker on February 07, 2009, 07:49:27 pm
Well just in case you're interested in the multilanguage support, here is the class that is compatible with the Z6, it use the native ZConfig, in any case you'll justneed to replace the old one with the files in the zip and compile.


Title: Re: [Z6] MPKG zLight
Post by: c_ro87 on February 08, 2009, 05:50:07 pm
but you don't post the source code


Title: Re: [Z6] MPKG zLight
Post by: kidscracker on February 10, 2009, 11:34:21 am
Althought you don't believe it that is the source code. the reason why it's so small is because insteand of creating my own class that manage de Config Files i use the class that is used internally by al the E2 App, the ZConfig Class, that class do the same than my ConfigFile Class, i just modify the LanguageConfig Class to use it, it's justa a kind of wrapper :D


Title: Re: [Z6] MPKG zLight
Post by: c_ro87 on February 11, 2009, 02:05:06 pm
i am talking about the whole app source code...

and yes zconfig is a great class for doing this things, i use this too in a lot of apps is great