Elfs, No questions, no comments, only elfs. |
![]() ![]() |
Elfs, No questions, no comments, only elfs. |
2008-04-25 22:14
Post
#1
|
|
![]() Se-nse-ible Group: Moderators Posts: 725 Joined: 2006-09-30 From: Sweden Member No.: 6,208 Mobile: w810i |
This topic is dedicated to elfs only!
All questions, comments and spam posts will be moved to the elfpack topic. Rules for posting:
Elf index: Acoustic Menu Changer v1.2 BookManager 2.5 / 2.6 Copyright © 2007-2008 Hussein Respect IronMaster,KreN This elf is like a task manager for your phone. You activate it by pressing the start key (configurable), and then select the book ("task") you want to open. In this way you can then switch between tasks. For example you can have a text file open in the background, and at the same time write a message. You can then switch between the text and the message with BookManager. It can also be used to access the standby screen at times when you shouldn't be able to, like when you transfer files over BT. The BookManager is also used as an "elf manager" as you can turn of most elfs with it. The elfs are controlled in the elf tab of the BookManager, where you can see the names of the currently running elfs, and the name of their authors. To close an elf you simply select it and press 'C'. To close the BookManager, press and hold the back key. To minimize all books and go to the desktop, press "#" shortly. To close all books and return to the desktop, press and hold "#". You can also assign other shortcuts to the numeric keys via the ini file. The shortcuts can be set to long/short presses, and is different in the book and elf tab. In the book tab you can set phone applications, and in the elf tab other elves. The ini file is also used to configure other settings, and set custom names to the books. ![]() bookman.ini sample (note that the rename section is not in the following code, so don't copy-paste. Use attached ini instead) CODE ;BookManager v2.5 configuration file ; ;ini file location: ;$DIR_INI$/bookman/bookman.ini ;Shortcuts ;S: Short press L: Long press E: Elf tab 0-9: key ;All available book tab shortcuts can be seen in hot_key_functions.txt or menu.ml ;Elf shortcuts is: .../Zbin[shortcut] [S_KEY0]: MenuItem_Bt_Activation [L_KEY1]: MenuItem_Bt_Activation [ES_KEY0]: /HeapMonitor.elf [EL_KEY1]: /HelloWorld/HelloWorld.elf ;What key and key mode used to open the BookManager [START_KEY]: 0x1F; [KEY_MODE]: 0x03; ;If the BookManager should auto-close at user inactivity (ie. if you leave your phone with the bookmanager running) [UIEE]: 0x01; ;If elfs with GUI should be seen in the book tab [EIBL]: 0x01; ;If the BookManager should be able to open when the keys are locked [IGNORE_KEYLOCK]: 0x00; ;2.6 Updates ;Name books as session, they are belong, or display name of books [NBAS]: 0x00; ;move StandbyBook on the top after shortcut run ;(If 0x01, swi 0x28E void Shortcut_Run(u16 * shortcut_name) is required!) [SOT]: 0x00; ;The tab icons ;00: Inactive book tab. 01:Active book tab ;02: Inactive elf tab. 03:Active elf tab ;the icons should be placed in $DIR_INI$/bookman/ [ICON00]: 1.png [ICON01]: 3.gif [ICON02]: 4.gif [ICON03]: package[1].gif BookManager 2.6 Requires these two functions to work properly: CODE 288: void ListMenu_SetNoItemText(GUI_LIST *, int str); Check your lib for availability.28E: void Shortcut_Run(u16 * shortcut_name);
BookManager_2.5.rar ( 10.39K )
Number of downloads: 993
BookManager_2.6.rar ( 10.68K )
Number of downloads: 2266ScreenShooter v1.2 © Hussein (svn) As the name says, this elf is used to make screenshots. Configurable snap key and save folder. CODE ;ScreenShooter v1.2 configuration file ; ;ini file location: ;$DIR_INI$/sshoot.ini [START_KEY]: 0x20; [KEY_MODE]: 0x03; [PATH]: /tpa/user/other/SnapShots
ScreenShooter_1.2.rar ( 2.24K )
Number of downloads: 1106Camera Shortcuts v1.2 © nkls An elf that gives you the ability to assign different key shortcuts to the camera functions. CODE ;Camera Shortcuts v1.2 configuration file ; ;ini file location: ;$DIR_INI$/CameraShortcuts.ini ;Switch between video / picture [CAPT_MODE]: KEY_DIGITAL_2 ;SmartFocus ;Press short to activate focus, press again to deactivate focus. ;If you hold it down long, it will act as [CAM_FOCUS]. [SMART_FOCUS]: DIGITAL_0 ;SmartShot ;Short press: Press once to focus, press again to shot. ;(Use either [SMART_FOCUS] or [CAM_FOCUS] to unfocus.) ;Long: Focus at press, shot at release [SMART_SHOT]: DIGITAL_8 ;FastShot ;Short press: Acts as focus+shot, eg. it will take a picture as soon as you press it. ;Long: Focus at press, shot at release ;The focus time can be set with the [FOCUS_TIME] parameter. [FAST_SHOT]: DIGITAL_5 [FOCUS_TIME]: 3000 ;'Normal' keys [CAM_FOCUS]: NO_KEY [CAM_CAPTURE]: NO_KEY [BR_MINUS]: NO_KEY [BR_PLUS]: NO_KEY [MENU]: DIGITAL_3 [MACRO_MODE]: DIGITAL_6 [NIGHT_MODE]: DIGITAL_9 [LIGHT]: STAR [ZOOM_IN]: UP [ZOOM_OUT]: DOWN For the key names, you can use either KEY_NAME, or just NAME. More information on setting the shortcuts in the attached ini file sample.
CameraShortcuts_1.2.rar ( 4.71K )
Number of downloads: 593KeyLogger v3.1 © nkls A keylogger for SE phones. Logs all pressed keys to the log folder specified in the ini file. The file / folder structure will be like this: CODE $[LOG_FOLDER]$/YYYY-MM-DD/HH.MM.SS.txt The log will be kept in the memory until one of the three dump methods are called, or when the elf is turned off: 1. By pressing the "new file key" 2. After a specified time 3. After a specified number of logged keys All methods can be configured in keylogger.ini. Extended mode: If the extended mode is enabled, the output to the file will be more detailed. See the attached "Log sample.txt" for more info on the differences. [GROUP_NUMERIC]: 0x01 makes the elf group numeric keys like this: CODE 00:00:00 | Numeric: where numbers with a "_" after is a long key press.00:00:10 | 123456_23_12_ (The group mode can only be used if the extended mode is disabled.) You can also select whether the elf should be detectable in BookManager with the [SHOW_IN_BM] parameter. CODE ;KeyLogger v3.1 configuration file ; ;ini file location: ;$DIR_INI$/keylogger.ini ;[TERMINATE_KEY]: 0xFF ;No key [TERMINATE_KEY]: KEY_POWER [TERMINATE_KEY_MODE]: SHORT_PRESS [NEW_FILE_KEY]: KEY_STAR [NEW_FILE_KEY_MODE]: LONG_PRESS [LOG_FOLDER]: /usb/other/keylog/ [MAX_TIME]: 30000 [MAX_CLICKS]: 200 [EXT_LOG_MODE]: 0x00 [SHOW_IN_BM]: 0x01 [GROUP_KEYPAD]: 0x01 [IGNORE_KEYLOCK]: 0x01 Key modes: SHORT_PRESS SHORT_RELEASE LONG_PRESS LONG_RELEASE Keys: See keys.txt in attachment
KeyLogger_3.1.rar ( 5.51K )
Number of downloads: 437If you want to discuss or ask questions about these elfs, please do it in the elfpack topic. This post has been edited by nkls: 2008-05-16 14:57 |
|
|
|
2008-04-26 09:15
Post
#2
|
|
![]() Se-nse-ual ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 805 Joined: 2007-09-28 From: Croatia, Zagreb Member No.: 71,374 Mobile: w580->R8be001 & w595 r3ea037 LT |
Day Dis v0.9.8
by Eddmund Allows to put date, time... anywhere u want, here are locations where do u wanna put ![]() This image is for 240x320 phones, and it shows locations where do u can put date, time, .... Here is ini, u can configure it how do u want CODE ; Configuration file for DayDis v0.9.8 ; (ini/roal/daydis.ini) ; Short form without comments. ; To use this file, it must be renamed to "daydis.ini"! ; Default values are commented out [PHONE]: K810_R8BA024 ; !!!!!!!!!!!! [SCREEN_POSITION]: 0x09; [STR_START]: "" [STR_END]: "" [WEEKDAY_DISPLAY]: 0x00; [DATE_DISPLAY]: 0x00; [YEAR_FORMAT]: 0x00; [MONTH_FORMAT]: 0xFF; [DAY_FORMAT]: 0x01; [SEP_DATE]: ". " [TIME_DISPLAY]: 0x01; [HM_FORMAT]: 0x01; [SEC_FORMAT]: 0x02; [SEP_TIME]: ":" [DEBUG]: 0x00; Here is full guide, just reed careful CODE ; Configuration file for DayDis v0.9.8 ; (ini/roal/daydis.ini) ; Phone model and firmware version, in the form "MODEL_FIRMWARE". A ; corresponding language ID file, with ".bin" added to the selected [PHONE] ; string must reside in the LNG sub directory! ; !!!!!!!!!!!! CHOOSE YOUR PHONE !!!!!!!!!!!! ;[PHONE]: K750_R1CA021 ;[PHONE]: K770_R8BA024 ;[PHONE]: K800_R8BF003 ;[PHONE]: K810_R8BA024 ;[PHONE]: W300_R4EA031 ;[PHONE]: W580_R8BA024 ;[PHONE]: W660_R8BB001 ;[PHONE]: W700_R1CA021 ;[PHONE]: W800_R1BD001 ;[PHONE]: W810_R4EA031 ;[PHONE]: W850_R1KG001 ; !!!!!!!!!!!! ; The position of the standby screen to display the specified output. ; Must be a number from 0x01 to 0x09 (1-9) as shown in "[SCREEN_POSITION].png". ; If commented out, defaults to "0x06" (at the right bottom - place of date). ; (Screen sizes: S=Small / M=Medium / L=Large) ;[SCREEN_POSITION]: 0x01; On the first operator line ;[SCREEN_POSITION]: 0x02; On the second operator line ;[SCREEN_POSITION]: 0x03; On the third operator line if the second is used, too ;[SCREEN_POSITION]: 0x04; Within a big message box ;[SCREEN_POSITION]: 0x05; At the left bottom (place of time on S/M screens); ;[SCREEN_POSITION]: 0x06; At the right bottom (place of date) (default) ; 0x07 and higher: only available on L screens ;[SCREEN_POSITION]: 0x07; One line above the left bottom ;[SCREEN_POSITION]: 0x08; One line above the right bottom (place of small clock) ;[SCREEN_POSITION]: 0x09; In place of the big clock ; A string displayed at the item's start. Can be up to 100 bytes long. ; The first and last character will be stripped, so you can use spaces. ; Defaults to "" (no start string at all). ;[STR_START]: "" ;[STR_START]: " [" ;[STR_START]: > "< ;[STR_START]: " " ; Will be displayed as Smiley Icons: ;[STR_START]: " :-) :-];-) :-l :-o |-l :-* [:] :-( :-[ " ; A string displayed at the item's end. Same format as [STR_START]. ; Defaults to "" (no end string at all). ;[STR_END]: "" ;[STR_END]: "] " ;[STR_END]: >" < ; The weekday display style: ;[WEEKDAY_DISPLAY]: 0x02; Short name (default) ;[WEEKDAY_DISPLAY]: 0x01; Full name ;[WEEKDAY_DISPLAY]: 0x00; No weekday display at all ; The date display style: ;[DATE_DISPLAY]: 0x01; Day Month Year (default) ;[DATE_DISPLAY]: 0x02; Year Month Day ;[DATE_DISPLAY]: 0x00; No date display at all ; 0xF0 and higher: pre-defined system styles: ;[DATE_DISPLAY]: 0xF0; "01-Mar-08" ;[DATE_DISPLAY]: 0xF1; "01-03-08" ;[DATE_DISPLAY]: 0xF2; "03/01/08" ;[DATE_DISPLAY]: 0xF3; "080301" ;[DATE_DISPLAY]: 0xF5; "01/03/08" ;[DATE_DISPLAY]: 0xF6; "01.03.08" ;[DATE_DISPLAY]: 0xF7; "08-03-01" ;[DATE_DISPLAY]: 0xF8; Chinese style (?) ;[DATE_DISPLAY]: 0xF9; "08/03/01" ; The following settings only have effect if [DATE_DISPLAY] is set to 0x01 or 0x02. ; The year format: ;[YEAR_FORMAT]: 0x00; No year display at all (default) ;[YEAR_FORMAT]: 0x02; 2 digits ("08") ;[YEAR_FORMAT]: 0x04; 4 digits ("2008") ; The month format: ;[MONTH_FORMAT]: 0xFF; Text from system's language file ("Mar") (default) ;[MONTH_FORMAT]: 0x02; Always with 2 digits ("03") ;[MONTH_FORMAT]: 0x01; With 1 digit if possible ("3") ; The day format: ;[DAY_FORMAT]: 0x01; With 1 digit if possible ("1") (default) ;[DAY_FORMAT]: 0x02; Always with 2 digits ("01") ; The string used to separate the date items. Same format as [STR_START], ; but limited to 10 bytes. Defaults to ". " ;[SEP_DATE]: ". " ;[SEP_DATE]: "." ;[SEP_DATE]: "-" ;[SEP_DATE]: " " ;[SEP_DATE]: "" ; The time display style: ;[TIME_DISPLAY]: 0x00; No time display at all (default) ;[TIME_DISPLAY]: 0x01; Hours Minutes Seconds ; 0xF0 and higher: pre-defined system styles: ;[TIME_DISPLAY]: 0xF0; "9:00 AM", "9:00 PM" ;[TIME_DISPLAY]: 0xF1; "09:00", "21:00" ; The following settings only have effect if [TIME_DISPLAY] is set to 0x01. ; The format of hours and minutes: ;[HM_FORMAT]: 0x01; With 1 digit for hours if possible ("9 00") (default) ;[HM_FORMAT]: 0x02; Always with 2 digits ("09 00") ;[HM_FORMAT]: 0x00; No display of hours and minutes at all ; The seconds format: ;[SEC_FORMAT]: 0x02; Always with 2 digits ("00") (default) ;[SEC_FORMAT]: 0x01; With 1 digit if possible ("0") ;[SEC_FORMAT]: 0x00; No display of seconds at all ; The string used to separate the time items. Same format as [SEP_DATE]. ; Defaults to ":" ;[SEP_TIME]: ":" ;[SEP_TIME]: " : " ; ------------------------------------------------------------------------------ ; Debug mode. Only turn on for debug purposes. ;[DEBUG]: 0x00; Off (default) ;[DEBUG]: 0x01; Level 1: Shows Debug Info ;[DEBUG]: 0x02; Level 2: Performs a screen position "slide show" test ;[DEBUG]: 0x03; Level 3: Shows all screen positions at once (as shown in "[SCREEN_POSITION].png") ini, and elf are included in the rar. location of ini: other/ini/roal/daydis.ini ---------- elf: other/ZBin sreenshot
This post has been edited by DomagojX: 2008-04-27 18:09
Reason for edit: Added author, version and changed [ code ] to [ codebox ]
Attached File(s)
|
|
|
|
2008-04-26 09:19
Post
#3
|
|
![]() Sensoid? Group: Super Moderators Posts: 4,712 Joined: 2007-03-10 From: The Netherlands Member No.: 25,830 Mobile: HTC HERO, HTC Magic, W910, W580, W300 Tutorials Submitted: 7 |
Soundslide elf 1.6.2
by Piku234 Allows slidephones to use sounds when sliding open and/or closing the phone. Custom sounds can be used, replace the open.mp3 and close.mp3 in the slide folder .ini file: CODE ;SoundSlide v1.6.2 by ©piku234 ;Put soundslide.ini to tpa/user/other/ini, ;soundslide.elf in ZBin folder on memory card or phone memory, ;Own melody you can put in folder which you choose from [PATH] ;Respect: Ploik and Jasiek [SOUND]: 0x01; //0x00-off, 0x01-only in standby, 0x02-anywhere [VIBRA]: 0x02; //0x00-off, 0x01-only in standby, 0x02-anywhere [VIBRA_SILENT]: 0x00; //0x00-off, 0x01-don't work vibra in silent mode [PATH]: /card/other/slide/ //place whrere are files sounds [OPEN_DIR]: open.mp3 //sound to open slider [CLOSE_DIR]: close.mp3 //sound to close slider [VOLUME]: 0x03; //max:8 Discussion on this specific elf is here miniGPS 1.15 This is not a real GPS. This elf shows values from you network towers which can be used to locate your mobile phone in the network. You can assign names to these values which the elf will show instead of the numbers. The ID will mostly also change if you don't move because your phone connects to different towers if there is more than one avaible. Features:
![]() "Thuis" Means Home in Dutch (Operator logo will not be removed, I did that myself .ini file: CODE ; MiniGPS Elf example configuration ; ; Remove this sign ; from the beginning of lines you want to use. ; Insert semicolons before lines you don't want to use, or simply remove those lines. ; Options marked as default will be used even if the option is not entered, example: ; if you don't enter a [LOG_EXT] the .txt extension will be used. ; Choose your phone (not optional!): ;[PHONE]: 0x00; W810_R4EA031 ;[PHONE]: 0x01; K790_R8BF003 ;[PHONE]: 0x02; W700_R1CA021 ;[PHONE]: 0x03; K750_R1CA021 ;[PHONE]: 0x04; W800_R1BD001 ;[PHONE]: 0x05; W610_RBC002 ;[PHONE]: 0x06; K810_R8BA024 ;[PHONE]: 0x07; K800_R8BF003 ;[PHONE]: 0x08; W850_R1KG001 ;[PHONE]: 0x09; W880_R8BA024 [PHONE]: 0x0A; W580_R8BA024 ;[PHONE]: 0x0B; W660_R8BB001 ;[CUSTOM_CID]: Enter CID address if have different than default phones above ; Choose location of logfile, if this option is left out nothing will be logged: ;[LOG_FOLDER]: /tpa/user/other/ini/MiniGPS [LOG_FOLDER]: /usb/other/MiniGPS ; Choose logfile date format: [DATE_FORMAT]: 0x00; YYYY-MM-DD (default) ;[DATE_FORMAT]: 0x01; DD-MM-YYYY ; Choose logfile extension: [LOG_EXT]: 0x00; .txt (default) ;[LOG_EXT]: 0x01; .ini ; Choose a log mode: [LOG_MODE]: 0x00; Log every change in LAC:CID (default) ;[LOG_MODE]: 0x01; Only log changes in displayed location (known and unknown) ;[LOG_MODE]: 0x02; Only log known locations ;[LOG_MODE]: 0x03; Only log unknown locations ; Choose a vibration notification for when LAC:CID changes: [VIBRATE]: 0x00; Don't vibrate (default) ;[VIBRATE]: 0x01; Vibrate three times (70 ms) ;[VIBRATE]: 0x02; Vibrate once for 250 ms ;[VIBRATE]: 0x03; Vibrate once for 500 ms ; Choose position for current location: ;[LOCATION]: 0x07; On the first operator line [LOCATION]: 0x06; On the second operator line (default) ;[LOCATION]: 0x00; On the third operator line if the second is used, too ;[LOCATION]: 0x09; Within a big message box ;[LOCATION]: 0x0D; At the right bottom (place of date) ;[LOCATION]: 0x0B; small-screen phones: left bottom (place of time)large-screen phones: in place of big clock ;[LOCATION]: 0x0C; One line above the right bottom (only on large-screen phones - default place of small clock) ;[LOCATION]: 0x0F; At the left bottom of large-screen phones ;[LOCATION]: 0x0E; One line above the left bottom (only on large-screen phones) ; Choose a key and keymode to show / hide current location: [SHOW]: 0x2A; Camera focus (key codes depend on phone) [KEY_MODE]: 0x00; Short press (default) [IGNORE_KEYLOCK]: 0x00; Key will work only work when keys are unlocked (default) ;[IGNORE_KEYLOCK]: 0x01; Key will work even when keylock is active ; Choose a key to toggle (with long press) between displaying location name / LAC:CID (not affected by above settings): [SHOWCELLID]: 0x04; Back key on some phones, C key on others ; Choose update options (interval in seconds, hexadecimal): [UPDATE_INTERVAL]: 0x02; Look for new LAC:CID every 2 seconds (default) [ALWAYS_UPDATE]: 0x00; Only update the displayed location when it has changed (default) ;[ALWAYS_UPDATE]: 0x01; Update the displayed location even when nothing has changed (fixes disappearing location) ; Choose a character encoding for location names [CHAR_ENCODING]: 0x00; No special encoding (default) ;[CHAR_ENCODING]: 0x01; Windows-1251 encoding ; Location names (use tilde (~) for newline): ; Put the LAC:CID combination where the Xs are and change "Somewhere" to the name of the corresponding location [XXXX:XXXX]: Somewhere ; Location profiles: ; You have to start the option with "P_" and use the same location name as displayed when you're there ; Profile numbers are in the same order as in the phones menu, starting with 0: ; 0x00 = Normal ; 0x01 = Meeting ; 0x02 = In car ; 0x03 = Outdoors ; 0x04 = Handsfree ; 0x05 = Home ; 0x06 = Office [P_DEFAULT]: 0x00; Switch to profile Normal when you're at any unconfigured location (optional) [P_Home]: 0x05; Switch to profile Home when you get to location "Home" ; Location vibration: ; Same idea as profiles, but use "V_". ; Vibrations options are the ase as with [VIBRATE]: ; 0x01 = Vibrate three times (70 ms) ; 0x02 = Vibrate once for 250 ms ; 0x03 = Vibrate once for 500 ms [V_Home]: 0x01; Vibrate three times when you get to location "Home" ; Location sound ; Same idea as profiles, but use "S_". ; You can only enter filenames, files should be in [SOUND_FOLDER]. [SOUND_FOLDER]: /usb/music [S_Home]: home.mp3 Plays /usb/music/home.mp3 when you get to location "Home" ;Language Encoding ;name of win2unicode file in ini directory ;Availible files are cyrillic.bin, latin1.bin, greek.bin, turkish.bin, eastern_european.bin, arabic.bin [WIN2UNICODE_FILE]: latin1.bin ;Timeout in MINUTES before a change in location will initiate an action, default=0x0A; [NEW_ACTION_TIMEOUT]: 0x0A; This is the original topic for questions about the miniGPS elf. This is the WIKI page for very detailed explanation DOWNLOAD version 1.15 *Updated 22-06-2008* This post has been edited by Photographer: 2008-06-22 08:36
Attached File(s)
-------------------- My work: Bright future FL 2.x Released October 22nd | Flash Lite 2.x Vista Sidebar | Vista transformation DB2020 | |
|
|
|
2008-04-26 11:32
Post
#4
|
|
|
Makes Se-nse ![]() ![]() ![]() ![]() Group: Members Posts: 320 Joined: 2007-03-30 From: Heaven Member No.: 30,855 Mobile: K750i@W800i & K550i@W610i |
FileManager v0.16
by sprut1 ![]() Can enter in whole file system phone implementation 2 - x windows, copying files / folders, moving files, removing files, browse information on file, opening any file as text, work with the registry, support language. Read more here. CODE ; Configuration file for FileManager v0.14.1 ; Full path on W800: ; '/tpa/user/other/Config/filemanager/filemanager.cfg' ; Name of language file within "lang" directory containing localized text: [NAME_LNG]: en.txt ; Name of help file within "help" directory containing localized help text: [NAME_HELP]: help_en.txt ; Name of keycode configuration file within "keycode" directory: ; Choose "db2010.cfg" for DB2010 phones and "db2020.cfg" for DB2020 phones [NAME_KEYKODE]: db2010.cfg [NAME_HELP]: default.hlp; [NAME_LNG]: default.lng; [NAME_LNG_MENU]: default.lngm; Enjoy This post has been edited by DjBrilliant: 2008-04-27 18:39
Reason for edit: Removed PhoneInfo and BatteryChanger on request of Jasiek.
Attached File(s)
|
|
|
|
2008-04-26 13:34
Post
#5
|
|
![]() SVP Group: VIP Posts: 1,066 Joined: 2007-12-14 Member No.: 92,437 Mobile: C905 R1FA035, K850 R1FA035, K790 R8BF003 , W810 R4EA031 |
Here's Ideal Clock collection, different versions are present in the zip file. You can use the one you desire. Colour of font changes automatically according to the theme colour
Displays clock in Status bar. This post has been edited by witchking: 2008-04-29 07:27
Attached File(s)
Ideal_clock_collection.zip ( 7.37K )
Number of downloads: 1497
scr18_44_54.bmp ( 113.49K )
Number of downloads: 3081-------------------- Hasaan Rafique - Sony Ericsson & Windows Expert
My patches for K790, Here - for K850, Here My Cybershot StartupScreen - K850i vs Sony DSC-T300 Cybershot Xperience Supermode Camdriver for K850i, C905i, W995i My WBXML Acoustics |
|
|
|
2008-04-26 23:32
Post
#6
|
|
|
SVP Group: VIP Posts: 1,314 Joined: 2006-12-17 Member No.: 9,068 Mobile: K550i with w610 main |
Restarter
© PSIX Press on/off short twice to restart phone. This post has been edited by kirpeace: 2008-05-14 13:33
Reason for edit: Video mode elf removed on Jasiek's request.
Attached File(s)
-------------------- |
|
|
|
2008-04-26 23:53
Post
#7
|
|
![]() SVP Group: VIP Posts: 1,407 Joined: 2007-01-06 Member No.: 10,223 |
Shutdown 1.1.8
© zoyd -Choose keys for shutdown and restart -Set shutdown and restart for specific times of day -Includes flashlight function CODE More info in shutdown.ini - you need to know keycodes for your phone. [KEY_CHOICE_RESTART]: 0x03; // key for restart [KEY_CHOICE_SHUTDOWN]: 0x1A; // key for shutdown [RESTART_ACTIVE]: 0x01; // activate restart key [SHUTDOWN_ACTIVE]: 0x01; // activate shutdown key [KBD_MODE_RESTART]: 0x01; // key mode restart [KBD_MODE_SHUTDOWN]: 0x01; // key mode shutdown [SILENT]: 0x01; // silent=1=no messages [LAMP_ACTIVE]: 0x01; // enable flashlight [KEY_CHOICE_LAMP]: 0x1F; // key for flashlight [KBD_MODE_LAMP]: 0x01; // key mode flashlight [MAX_LAMP_LEVEL]: 0x40; // Max lamp level, w810(0x64), others?, try lower number if problems [USE_VOL_KEYS]: 0x01; // set to 0x01 to adjust flashlight with vol+/- button [EXIT_ACTIVE]: 0x00; // set this to 0x01 if no bookmanager for Auto-kill function [SEQ_START_KEY]: 0x04; // start sequence key for toggles and lamp level [DISABLE_SEQ_KEYS]: 0x01; // disable mode toggles and lamp level settings [CUSTOM_MSG]: :-] Restarting zoyd's moby :-] ;Do not exceed 128 characters // Auto functions 0x00 to disable [AUTO_RST_HOUR]: 0x00; // hour to restart 0-23 in hex [AUTO_RST_MIN]: 0x00; // minute to restart 0-59 in hex [AUTO_SHD_HOUR]: 0x00; // hour to shutdown 0-23 in hex [AUTO_SHD_MIN]: 0x00; // minute to shutdown 0-59 in hex © zoyd - Respect Hussein Customize your sleepmode display clock, day/date, battery stats, custom message and icons -uses your phones language -reads minigps.ini to display your location -supports several codepages to display location and custom message with your language characters -v1.12: Now displays radio station RDS and ID3 track info on sleepmode screen and standby screen ![]() ![]() More capabilities and info can be found in the sleepmode.ini and this thread. Read first post of thread to see if your firmware/library needs additional patches. CODE ;NOTE: You must edit this file to fit your phone. ;************************************************ ;ICONS currently in use FOR W810,w800,k750 ;You enter the name of the icon from your firmware or ;the correct hex codes ;00 - MISSED_VOICE_CALL ;01 - MISSED_SMS ;03 - MISSED_MMS ;15 - music player ;16 - FM radio ;17 - battery charging ;18 - KEYLOCKED ;19 - MUTE ;W810 icons [ICON00]: CALLS_MISSED_STATUS_ICN [ICON01]: MSG_UI_TEXT_MESSAGE_STATUS_BAR_ICN [ICON03]: MSG_UI_MULTIMEDIA_MESSAGE_STATUS_BAR_ICN [ICON15]: MEDIAPLAYER_RUNNING_ICN [ICON16]: FM_RADIO_STATUSBAR_RADIO_ICN [ICON17]: C_UI_BATTERY_CHARGING_ICN [ICON18]: KEYLOCK_ICN [ICON19]: SILENT_MODE_ICN ;ICONS currently in use for large format phones ;00 - KEYLOCKED ;01 - SOUNDOFF ;02 - MISSED_VOICE_CALL ;03 - MISSED_SMS ;04 - MISSED_EMAIL ;05 - MISSED_MMS ;06 - Calendar event Reminder ;07 - Task Event Reminder ;15 - music player ;16 - FM radio ;17 - battery charging ;[ICON00]: KEYLOCK_ICN ;[ICON01]: SILENT_MODE_ICN ;[ICON02]: CALLS_MISSED_ICN ;[ICON03]: MSG_UI_MESSAGE_STATUS_BAR_ICN ;[ICON04]: MSG_UI_EMAIL_MESSAGE_STATUS_BAR_ICN ;[ICON05]: MMS_NEW_MESSAGE_ICN ;[ICON06]: CALE_APPOINTMENT_ICN ;[ICON07]: CALE_RN_TASK_STATUS_ICN ;[ICON15]: MEDIAPLAYER_RUNNING_ICN ;[ICON16]: FM_RADIO_STATUSBAR_RADIO_ICN ;[ICON17]: C_UI_BATTERY_CHARGING_ICN ;Custom icons-hex code of icon to be placed anywhere on screen, even as background ;Set this to an unused icon and use sysgfx (or other method) to replace it with your custom picture ;You can define multiple backgrounds 0-6 to switch automatically according to custom_mode ;Specify either hex code of internal image or folder and name of external image [IMAGE_FOLDER]: /card/other/ ;[CUSTOM00.ICON]: 0xE5B0; [CUSTOM00.ICON]: bk1.png ;[CUSTOM00.ICON]: 0xE5B1; ;[CUSTOM01.ICON]: ;[CUSTOM02.ICON]: ;[CUSTOM03.ICON]: ;[CUSTOM04.ICON]: ;[CUSTOM05.ICON]: ;[CUSTOM06.ICON]: ;[CUSTOM_MODE]: 0x03; 0=static icon00, 1=sequence by time, 2=random by time, 3=sequence by Day of week(Sunday=icon00, Mon=icon01, etc) ;[CUSTOM_TIME]: 0x10; Time period before background changes in minutes ;Fonts for all phones ;Choose FONT - valid range 0x00->0x23 ;Not all fonts are available on all phones! ;If font not available(not in DYN_CONST.bin) ;elf will default to FONT_E_20R ;Set font to FF to turn off that display [FONT00]: 0x0E; Clock [FONT01]: 0x06; Date [FONT02]: 0x06; Day of week [FONT03]: 0x0A; Custom Message [FONT04]: 0x06; Battery/Heap Status [FONT05]: 0x06; MiniGPS location [FONT06]: 0x02; Radio/Mplayer [FONT07]: 0x04; Radio/Mplayer on Standby ;[FONT01]: 0x25; Date ;[FONT02]: 0x24; Day of week ;----------------------------------------------------; ;optional manual fontcodes for large format phones ;Use any of these to override [FONTXX] ;[FONTCODE00]: 0x55; ;[FONTCODE01]: 0x0C; ;[FONTCODE02]: 0x0C; ;[FONTCODE03]: 0x15; ;[FONTCODE04]: 0x15; ;[FONTCODE05]: 0x15; ;[FONTCODE06]: 0x15; ;[FONTCODE07]: 0x15; ;----------------------------------------------------; ;------Choose from this table------------------------; ;0x00=FONT_D_7R; 0x10=FONT_E_18R; 0x20=FONT_E_40R; ;0x01=FONT_E_14R; 0x11=FONT_E_18B; 0x21=FONT_E_60R; ;0x02=FONT_E_14B; 0x12=FONT_E_18I; 0x22=FONT_E_75R; ;0x03=FONT_E_14I; 0x13=FONT_E_18BI;0x23=FONT_E_100R; ;0x04=FONT_E_14BI; 0x14=FONT_E_22R; 0x24=FONT_ICON_16BIT_V2; ;0x05=FONT_E_16R; 0x15=FONT_E_22B; 0x25=FONT_ICON_2BIT_V2_2NDLCD; ;0x06=FONT_E_16B; 0x16=FONT_E_22I; 0x26=FONT_D_18B; ;0x07=FONT_E_16I; 0x17=FONT_E_22BI;0xFF=No display ;0x08=FONT_E_16BI; 0x18=FONT_E_24R; ;0x09=FONT_E_20R; 0x19=FONT_E_24B; ;0x0A=FONT_E_20B; 0x1A=FONT_E_25R; ;0x0B=FONT_E_20I; 0x1B=FONT_E_25B; ;0x0C=FONT_E_20BI; 0x1C=FONT_E_25I; ;0x0D=FONT_D_24B; 0x1D=FONT_E_25BI; ;0x0E=FONT_D_29B; 0x1E=FONT_E_30R; ;0x0F=FONT_E_8R; 0x1F=FONT_E_36R; ;Window positions ; TOP = offset of text from top of screen ; X-Postition of text, left justify and set X to move text to the right ;Can be used for clock/day/date/message ;example for 176x220 phones [WIN00.TOP]: 0x48; Clock ;[WIN00.X]: 0x00; [WIN01.TOP]: 0xA0; Date ;[WIN01.X]: 0x00; [WIN02.TOP]: 0xA0; Dayof Week ;[WIN02.TOP]: 0x28; Dayof Week ;[WIN02.X]: 0x00; [WIN03.TOP]: 0x01; Icons ;[WIN03.X]: 0x00; [WIN04.TOP]: 0x6F; Custom Message ;[WIN04.X]: 0x00; [WIN05.TOP]: 0xBF; Battery/Heap status [WIN06.TOP]: 0x88; MiniGPS location ;[WIN06.X]: 0x00; [WIN07.TOP]: 0x16; Radio/Mplayer [WIN08.TOP]: 0x00; Custom Icon Position [WIN08.X]: 0x00; ;[WIN09.TOP]: 0x78; Icon Row 2 [WIN09.TOP]: 0x00; Icon Row 2 ;[WIN09.X]: 0x00; ;custom message must be <= 20 characters ;[CUSTOM_MSG]: :-]_-=zoyd=-_:-] [CUSTOM_MSG]: _-=zoyd=-_™ ;example for 240x320 phones ;[WIN00.TOP]: 0x87; Clock ;[WIN00.X]: 0x00; ;[WIN01.TOP]: 0xDE; Date ;[WIN01.X]: 0x00; ;[WIN02.TOP]: 0xFA; Day of week ;[WIN02.X]: 0x00; ;[WIN03.TOP]: 0x01; Icons ;[WIN03.X]: 0x00; ;[WIN04.TOP]: 0x5C; Custom Message ;[WIN04.X]: 0x00; ;[WIN05.TOP]: 0x15; Battery/Heap status ;[WIN06.TOP]: 0x3B; MiniGPS location ;[WIN06.X]: 0x00; ;[WIN07.TOP]: 0x60; Radio/Mplayer ;[WIN08.TOP]: 0x00; Custom Icon Position ;[WIN08.X]: 0x00; ;[WIN09.TOP]: 0x78; Icon Row 2 ;[WIN09.X]: 0x00; [WIN10.TOP]: 0x5C; Album Art top edge stby screen [WIN10.X]: 0x30; Album Art left edge stby screen [WIN11.TOP]: 0x5C; Album Art top edge sleepmode screen [WIN11.X]: 0x30;Album Art top edge sleepmode screen ;COLOR default Black 0xFF000000 ;;;;;;;;;;;;;;;;;;;;;;;TTRRGGBB ;1st two bytes(TT) set translucency and then next 6 bytes are RedGreenBlue ;00-CLOCK ;01-DATE ;02-DAY OF WEEK ;03-MISSED ICONS (color doesn't affect 16-bit icons) ;04-MESSAGE ;05-STATUS (temp, battery, heap) ;06-background ;07-outline ;08-miniGPS ;09-Radio/Mplayer ;10-Radio/Mplayer in stdby ;SET COLOR=0x01 TO USE THEME COLOR ;Set any color 1st byte to 00 (i.e. 0x00XXXXXX) to make transparent [COLOR00]: 0xFF016B8B; Clock ;[COLOR00]: 0xFFfffB8B; Clock [COLOR01]: 0xCC000000; Date [COLOR02]: 0xCC000000; Day of week [COLOR03]: 0xFF000000; Icons if using B/W [COLOR04]: 0xFF006633; Custom Message [COLOR05]: 0xFF000000; Battery/Heap status [COLOR06]: 0xFFA011FF; Screen Background [COLOR07]: 0xFFFF9933; Screen Outline [COLOR08]: 0xFF000000; MiniGPS [COLOR09]: 0xFFFF6600; Radio/Mplayer [COLOR10]: 0xFFFFFF00; Radio/Mpayer in standby [RANDOM]: 0x00; 0x00=Your colors,0x01=Random every session,0x02=Random every vol+/- push, Random every second ;Horizontal location of windows [TIME_JUSTIFY]: 0x02; // 0=LEFT,1=RIGHT,2=CENTER [DAY_JUSTIFY]: 0x00; [DATE_JUSTIFY]: 0x01; [ICON_JUSTIFY]: 0x02; Icon row 1 (missed events) [ICON_JUSTIFY_2]: 0x02; Icon row 2 (status) [MSG_JUSTIFY]: 0x02; [GPS_JUSTIFY]: 0x02; [DOW_MODE]: 0x01; 00=short day of week names, 01=normal [HEAP_FMT]: 0x01; 00=KB, 01=MB [SECONDS]: 0x01; 01=display seconds [AM_PM]: 0x00; 00=24 hour clock, 01=12 hour clock [SHOW_CURRENT]: 0x01; shows current in mA, always on when charging [BACKLIGHT_TIMEOUT]: 0x14; timeout in seconds [BACKLIGHT_LEVEL]: 0x01; Try levels from 1 to 10 [REFRESH_TIME]: 0x100; lower numbers scroll faster, recommended 160-400 msec(0xA0 to 0x1D0) [CONT_REFRESH]: 0x00; No longer needed, set to 0 [TOTAL_BLACK]: 0x01; set to 0x01 for total black on db2020 phones ;Known addresses of track name W810,W880:0x4C0656DC, K810,K800,W850:0x20DC4BEC ;W800: 0x4C085FE0, W200: 0x4C0520D0, K750: 0x4C07A878 [TRACK_ADDRESS]: 0x4C0656DC; your phone's address of track file.mp3 [TRACK_ON_STBY]: 0x01; Display track/station on standby screen [STBY_OFFSET]: 0x74; where offset = distance from bottom of screen [W800]: 0x00; set to 0x01 for W800,K750, W700 phones [SCROLL]: 0x03; 00=no scroll, 01=scroll player only, 02=scroll radio only, 03=scroll both [SHOW_FREQ]: 0x01; 01=Show frequency next to radio station names [WAKE_ON_NEWTRACK]: 0x01; phone will show sleepmode clock on track change ;ID3 info display set-up ;Enter fields you want and in the order you want ;Example [FIELD_ORDER1]: TLA title + album + artist TA=Title+Artist ;Use FIELD_ORDER2 for second line [FIELD_ORDER1]: AT [FIELD_ORDER2]: L [LINE_OFFSET]: 0x11; pixels offset between 1st, 2nd and 3rd ID3 lines [CUSTOM_SEPARATOR]: :-] [DISPLAY_ART]: 0x03; 0-none,1-stby screen,2-sleepmode screen,3-both [ID3_EXTRA]: 0x01; display year/genre/comment on line 3 [WIN2UNICODE_FILE]: latin.bin ;[STBY_FILL]: test.png [STBY_FILL]: 0x60000080; [STBY_HIGHLIGHT]: 0x01; fill highlights text only [HIGHLIGHT_WIDTH]: 0x0F; highlight thickness, depends on font size and line offset ;--------------------------------------------- [HANDS_FREE]: 0x36; keycode for handsfree button [KEY_DELAY]: 0x708; delay in ms between handsfree keypresses [EFFECTS_KEY]: 0x20; [EFFECTS_KEY_MODE]: 0x01; 0=short, 1=long [EFFECTS_1]: 0x01; strobe [EFFECTS_2]: 0x01; lamp [EFFECTS_3]: 0x01; vibra [EFFECTS_4]: 0x01; random color fill in stby [EFFECTS_VOLUME]: 0x01; ;Do Not delete batlogger 0.2 © zoyd Log battery stats, more info in this thread. CODE [LOG_FOLDER]: /card/MSSEMC/Media files/other/logs [LOG_INTERVAL]: 0x01; interval in seconds This post has been edited by zoyd: 2008-05-29 02:40
Attached File(s)
shutdown_1.1.8.zip ( 5.38K )
Number of downloads: 343
batlogger_0.2.zip ( 2.12K )
Number of downloads: 317
SleepMode1.21.zip ( 36.12K )
Number of downloads: 754 |
|
|
|
2008-04-27 17:12
Post
#8
|
|
![]() Non-se-nse ![]() ![]() ![]() Group: Members Posts: 248 Joined: 2006-12-22 From: Poland Member No.: 9,335 Mobile: W750i [R1BD001] |
LogoChanger v0.7.0
© jasiek + some changes in code + some changes in config file "logo.ini" + added date format option + "logo.ini" you should put in "/tpa/user/other/ini/jasiek/logo.ini" (for w800) logo.ini CODE [Logo1Text]: Jasiek1 [Logo2Text]: Jasiek2 ; 0x01-on 0x00-off [Logo1Show]: 0x00; [Logo2Show]: 0x00; ; 0x01-logo1 on 0x02-logo2 on 0x00-off [LogoTemp]: 0x00; [LogoHeap]: 0x02; [LogoBatt]: 0x00; [LogoDate]: 0x00; ; DateFormat value from 1 to 7 (it's the same formats as in phone options) [DateFormat]: 6 [LogoDays]: 0x00; [SUN]: Sunday [MON]: Monday [TUE]: Tuesday [WED]: Wednesday [THU]: Thursday [FRI]: Friday [SAT]: Saturday [DontEditThis]: 0x01; If you turn on several option on one logo, this you will not see anything. Many thanks for source: Hussein, vetaxa-manchyk, GPcH, nkls, den_po DOWNLOAD: CLICK HERE ![]() CODE . PhoneInfo v0.6.7 © jasiek + changes in code + works with BM 2.5 + "phoneinfo.ini" you should put in "/tpa/user/other/ini/jasiek/phoneinfo.ini" (for w800) + [Time] it's time in seconds between showing phone info + Phone info is displayed by [Time] seconds + You can only once display Phone info, then you have to wait [Time] seconds + Phone info is automatically closed after [Time] seconds + fixed msgbox bug - deleted missed reminder value phoneinfo.ini CODE [Time]: 5 [W810_K800_OTHERS]: 0x00; If your phone restart if you press 'ok' then turn on [W810_K800_OTHERS] option in config file: [W810_K800_OTHERS]: 0x01; Thanks goes for: Joker_XT, Hussein, nkls and for all developers ;-) DOWNLOAD: CLICK HERE ![]() CODE . Disable Shutdown v1.4 © jasiek + works correctly with db2020 phones If you turn on this elf you will not be able to switch off the phone. If you want to switch off the phone you have to take out the battery. If you want to have the telephone always turned on, then this elf is for you. He is not very useful, but I placed him here. Development of this elf has been stopped ! DOWNLOAD: CLICK HERE CODE . MissedEventsReminder v0.7 © jasiek If you have a missed events elf play sound (reminder.mp3) and 3 times flash the lamp. It's execute every 60 second until you don't read missed events. + "missed.ini" you should put in "/tpa/user/other/ini/jasiek/missed.ini" (for w800) + reminder volume is taken from active profile + vibrate option is taken from active profile + maybe work on K750i - [FlashTimes] became reduced to max 5 value missed.ini CODE [AudioPath]: /card/MP3/MissedEventsReminder/ [FileName]: /reminder.mp3 [ReminderInterval]: 30 [PlaySound]: 0x01; [Vibrate]: 0x01; [FlashLamp]: 0x01; [FlashTimes]: 10 DOWNLOAD: CLICK HERE CODE . Battery Changer v0.5.1 © jasiek By this elf you can chose your OWN picture for battery. SysGFX patch is REQUIRED ! Examples of icons was added, but you should edit this icons for suitable battery state. Signal icons from GhostDrifter Thanks ! © McLaud http://mobilefree.ru/modules/messages/cach..._1208110246.zip Put "battery.ini" in "/tpa/user/other/ini/jasiek/battery.ini" (for w800) battery.ini CODE [BATT00]: 0xE5BD; [BATT10]: 0xE5BE; [BATT20]: 0xE5BF; [BATT30]: 0xE5C0; [BATT40]: 0xE5C1; [BATT50]: 0xE5C2; [BATT60]: 0xE5C3; [BATT70]: 0xE5C4; [BATT80]: 0xE5C5; [BATT90]: 0xE5C6; [BATT100]: 0xE5C7; DEVELOPMENT STOPPED. DOWNLOAD: CLICK HERE ![]() CODE . TellTheDate v0.2 © jasiek Elf works only in standby mode. If you short press volume up, elf tell you actual date. If you want close elf, short press power. File names are in Polish, but they are put in suitable order. You have to record your own sounds and name them suitably. If you record all sounds, please add them to this topic. I will not make the English or Russian version. In DAY folder are 31 names of the days. In MON folder are 12 names of the months. In YEAR folder are 2 names of the years. DOWNLOAD: CLICK HERE Structure of the directory: CODE /card/MP3/TellTheDate/ /card/MP3/TellTheDate/DAY/ pierwszy.mp3 drugi.mp3 trzeci.mp3 czwarty.mp3 piaty.mp3 szosty.mp3 siodmy.mp3 osmy.mp3 dziewiaty.mp3 dziesiaty.mp3 jedenasty.mp3 dwunasty.mp3 trzynasty.mp3 czternasty.mp3 pietnasty.mp3 szesnasty.mp3 siedemnasty.mp3 osiemnasty.mp3 dziewietnasty.mp3 dwudziesty.mp3 dwudziestypierwszy.mp3 dwudziestydrugi.mp3 dwudziestytrzeci.mp3 dwudziestyczwarty.mp3 dwudziestypiaty.mp3 dwudziestyszosty.mp3 dwudziestysiodmy.mp3 dwudziestyosmy.mp3 dwudziestydziewiaty.mp3 trzydziesty.mp3 trzydziestypierwszy.mp3 /card/MP3/TellTheDate/MON/ styczen.mp3 luty.mp3 marzec.mp3 kwiecien.mp3 maj.mp3 czerwiec.mp3 lipiec.mp3 sierpien.mp3 wrzesien.mp3 pazdziernik.mp3 listopad.mp3 grudzien.mp3 /card/MP3/TellTheDate/YEAR/ 2008.mp3 2009.mp3 I hope you understand the instruction :-) CODE . Vibra at start of conversation v1.0 © jasiek Elf works the same as patch. Vibrate short 3 times at start of conversation. Works with db2010 and db2020 phones. DOWNLOAD CLICK HERE CODE . Video Mode v1.1 © jasiek Elf switching VideoPlayer mode between normal and fullscreen mode. Short press "*" key to switch video to fullscreen mode. Short press "*" key again to switch to normal screen. - added ini file with configuration key Put "video.ini" in /tpa/user/other/ini/jasiek/ DOWNLOAD: CLICK HERE CODE .
This post has been edited by jasiek: 2008-06-07 20:44 -------------------- |
|
|
|
2008-04-28 17:16
Post
#9
|
|
![]() Se-nse-ible ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 607 Joined: 2007-06-30 From: Sri Lanka Member No.: 51,303 Mobile: w810i |
Acoustic Menu Changer v1.1
©aruna1
CODE [SELECT_KEY]: 0x22;Camera focus key [MODE]: 0x00;short press [ACO_SOURCE1]: usb/other/a/acoustic [ACO_SOURCE2]: usb/other/a/acoustic2 [ACO_SOURCE3]: [MENU_SOURCE1]:usb/other/a/menu1 [MENU_SOURCE2]: [MENU_SOURCE3]: [ACO_NAMES]: 1.Blackice,2.Toshara,3.Mega [MENU_NAMES]: 1.vista [ACO_COUNT]: 2 [MENU_COUNT]:1 [ACO_DEST]: IFS/settings/acoustic [MENU_DEST]:tpa/preset/system/menu How to use? short press Camera focus key ([SELECT_KEY])
lets say we short press Camera focus key one time to get acoustic mode.
When you entering names in [ACO_NAMES] or [MENU_NAMES] field in ini file seperate names using "," (comma) (comma will work as new line) and also dont forget to enter number your names (example 1.Blackice,2.Toshara,3.Mega...etc)
AcousticMenu_Changer_v1.1.zip ( 5.36K )
Number of downloads: 281Acoustic Menu Changer v1.2 ©aruna1 *Restart bug fixed *Supports Bookmanager
AcousticMenu_Changer_v1.2.zip ( 4.18K )
Number of downloads: 700================================================================ ================================================================ Camera Drive Changer v1.1 ©aruna1
CODE [SELECT_KEY]: 0x1F; [MODE]: 0x01; [SOURCE1]: /usb/other/camera/Sarmad_5.7 [SOURCE2]: /usb/other/camera/Sarmad_5.8 [SOURCE3]: /usb/other/camera/Sarmad_6 [NAMES]: 1.SAMRAD 5.7,2.SAMRAD 5.8,3.SAMRAD 6 [COUNT]: 3 ;Number of drivers using.You can use minimum 1 driver and maximum 10 drivers [FILE]: camdriver0.dat ;Don't change unless your are using different file name [DEST]: /IFS/settings/camera ;Don't change unless your are using different drive path How to use? *Same as Acoustic Menu Changer
Camera_Drive_Changer_v1.1.zip ( 4.02K )
Number of downloads: 186Camera Drive Changer v1.2 ©aruna1 *Use this version if your phone restarts with v1.1 *No BM support *Turn off elf by pressing on/off key
CameraDriveChanger1.2.zip ( 3.12K )
Number of downloads: 127Camera Drive Changer v1.3 ©aruna1 * Bookmanager Trouble fixed. * Now shoudn't restart * Supports Bookmanager Thanks to Den_Po
CameraDriveChanger1.3.zip ( 3.5K )
Number of downloads: 542This post has been edited by nkls: 2008-05-06 18:04 -------------------- |
|
|
|
2008-05-07 20:43
Post
#10
|
|
![]() n00b Group: Members Posts: 6 Joined: 2008-05-06 From: C:/Earth/Russia/Yaroslavl Member No.: 138,897 Mobile: All tuned W610 R6BC002+last full DYN_CONST.bin for W610. |
RegFile
©Hussein The Elf registers in standard filemanager new types of the files. in file "Config"(in memories of the telephone) create the folder "Extension". in it include ext.ini and all PNG for icons of the new types of the files in ext.ini CODE ;K750 021 [EP_DATA]: 0x4C04B1D4; [RUN_PAGE_EXIT]: 0x450E0DC5; [DB_EXT_C1]: 0x258; [DB_CMD_SETSAVEDICON]: 0x34; [DB_CMD_SETSMALLICON]: 0x35; [DB_CMD_SETBIGICON]: 0x36; ;K790 003 [EP_DATA]: 0x202FBFA4; [RUN_PAGE_EXIT]: 0x44E8D2C5; [DB_EXT_C1]: 0x2EC; [DB_CMD_SETSAVEDICON]: 0x3A; [DB_CMD_SETSMALLICON]: 0x3B; [DB_CMD_SETBIGICON]: 0x3C; ;K800 003 [EP_DATA]: 0x202E8DE4; [RUN_PAGE_EXIT]: 0x44FBFBF5; [DB_EXT_C1]: 0x2EC; [DB_CMD_SETSAVEDICON]: 0x3A; [DB_CMD_SETSMALLICON]: 0x3B; [DB_CMD_SETBIGICON]: 0x3C; ;K810 024 [EP_DATA]: 0x202F0D18; [RUN_PAGE_EXIT]: 0x44FC87C9; [DB_EXT_C1]: 0x0x2EC; [DB_CMD_SETSAVEDICON]: 0x3A; [DB_CMD_SETSMALLICON]: 0x3B; [DB_CMD_SETBIGICON]: 0x3C; ;W300 031 [EP_DATA]: 0x4C02B21C; [RUN_PAGE_EXIT]: 0x45545851; [DB_EXT_C1]: 0x290; [DB_CMD_SETSAVEDICON]: 0x35; [DB_CMD_SETSMALLICON]: 0x36; [DB_CMD_SETBIGICON]: 0x37; ;W610 002 [EP_DATA]: 0x202FC5FC; [RUN_PAGE_EXIT]: 0x44EBA56D; [DB_EXT_C1]: 0x2EC; [DB_CMD_SETSAVEDICON]: 0x3A; [DB_CMD_SETSMALLICON]: 0x3B; [DB_CMD_SETBIGICON]: 0x3C; ;W660 001 [EP_DATA]: 0x202EF138; [RUN_PAGE_EXIT]: 0x44FDCA9D; [DB_EXT_C1]: 0x2EC; [DB_CMD_SETSAVEDICON]: 0x3A; [DB_CMD_SETSMALLICON]: 0x3B; [DB_CMD_SETBIGICON]: 0x3C; ;W700 021 [EP_DATA]: 0x4C04B1DC; [RUN_PAGE_EXIT]: 0x450F5C3D; [DB_EXT_C1]: 0x258; [DB_CMD_SETSAVEDICON]: 0x34; - not certain [DB_CMD_SETSMALLICON]: 0x35; [DB_CMD_SETBIGICON]: 0x36; - not certain ;W800 001 [EP_DATA]: 0x4C04B098; [RUN_PAGE_EXIT]: 0x450EEFF1; [DB_EXT_C1]: 0x290; [DB_CMD_SETSAVEDICON]: 0x34; - not certain [DB_CMD_SETSMALLICON]: 0x35; [DB_CMD_SETBIGICON]: 0x36; - not certain ;W810 031 [EP_DATA]: 0x4C02C7C4; [RUN_PAGE_EXIT]: 0x455BD3B9; [DB_EXT_C1]: 0x290; [DB_CMD_SETSAVEDICON]: 0x35; - not certain [DB_CMD_SETSMALLICON]: 0x36; [DB_CMD_SETBIGICON]: 0x37; - not certain ;W850 001 [EP_DATA]: 0x202E7E4C; [RUN_PAGE_EXIT]: 0x44FDA6B5; [DB_EXT_C1]: 0x2EC; [DB_CMD_SETSAVEDICON]: 0x3A; [DB_CMD_SETSMALLICON]: 0x3B; [DB_CMD_SETBIGICON]: 0x3C; ;Z550 009 [EP_DATA]: 0x4C02D580; [RUN_PAGE_EXIT]: 0x4555E499; [DB_EXT_C1]: 0x290; [DB_CMD_SETSAVEDICON]: 0x34; - not certain [DB_CMD_SETSMALLICON]: 0x35; [DB_CMD_SETBIGICON]: 0x36; - not certain and strictly assotiations [EXTNN]: extension of file, name of big icons, name of small icons, elf which open this file EXTNN - NN serial number. gap number must not be. elf,which open this type of file must location in ZBin(on phone or on card - not it is important). CODE [EXT00]: ini, ini_big_icon.png,ini_small_icon.png,/STE.elf [EXT01]: blablabla, icon1.png, icon2.png,/Super_Puper.elf example ini for k750: CODE [EP_DATA]: 0x4C04B1D4; [RUN_PAGE_EXIT]: 0x450E0DC5; [DB_EXT_C1]: 0x258; [DB_CMD_SETSAVEDICON]: 0x34; [DB_CMD_SETSMALLICON]: 0x35; [DB_CMD_SETBIGICON]: 0x36; [EXT00]: ini, ini_big_icon.png,ini_small_icon.png,/STE.elf [EXT01]: blablabla, icon1.png, icon2.png,/Super_Puper.elf STE.elf - Simple text editor. original download elf This post has been edited by nkls: 2008-06-22 18:34
Attached File(s)
-------------------- |
|
|
|
2008-05-14 12:46
Post
#11
|
|
![]() Se-nse-ible ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 559 Joined: 2008-01-18 From: Russia, Cherepovets Member No.: 102,783 Mobile: X1 Dynamics ROM v1.0 |
EventControl v1.6
-line's format in Config: 1 variant: dayHH-MM-SS: action: parameter days: mon,tue,wed,thu,fri,sat,sun you can set in Working days or holidays: wrk - work days hld - holidays if hours,minutes or seconds contain 1 character, SKIP 0 before this! example: 13-04-03: indication: 0 //UNCORRECT! 13-4-3: indication: 0 //CORRECT! example: wrk20-49-1: setlamplevel: 100 In this example lamplevel will be changed in every work day in 20-49-01 2 variant: DATE:HH-MM-SS: action: parameter example: 3-4:15-44-1: elf: /tpa/user/other/Flash7.6.elf it says that elf must be launched only in 3 of april 3 variant: HH-MM-SS: action: parameter It will be runned every day Example: 20-49-3: vibra: 1 Vibra will be activated every day 4 variant (only in MGPS.ini): [coordinates:mgps]: action: parameter example: [0DB0:4328]: execute: script2.evc I recommend you to use scripts -actions: message: text Show messsage with this text setlamplevel: lamplevel (from 0 to 100) turn on the flashlight example: setlamplevel: 100 <for db2020 use setlamplevel: 1 or 0> vibra: 1 Vibration vibraoff: 1 Turn off the vibration setprofile: number of profile, starting with 0 Set Active Profile elf: path to elf Launch an elf example: elf: /tpa/user/other/Flash7.7.elf closeelf: Elf's book name Close elf (only with bookman's support) example: closeelf: FlashLight7.7 playfile: path to mp3 Play mp3 file example: playfile: /tpa/user/audio/test.mp3 play_off: 1 Stop current mp3. It uses stop.mp3 from Config/EventControl/ indication: brightness level Set current brightness level example: indication: 50 restart: 1 Restart phone shutdown: 1 Turn off the phone ////////////////////////////////// Version 1.2: mute: Profile's number, starting from 0 Set silence mode (you can use 9 for current profile...) example: mute: 0 unmute: Profile's number, starting from 0 Set unsilence mode (you can use 9 for current profile...) example: unmute: 5 ////////////////////////////////// Version 1.5: go-music: 1 или 0 1 - turn on music 0 - turn off music change: file's name Change current Event's file (it is useful with mini-gps function) example: change: EventsInSchool.ini execute: script's name Execute script script's example: 1): setlamplevel: 100 2): message: text ... exit: 1 Close EventControl update: 1 Update config closebook: book's name Close book start: function name (like in bookman) Start phone's function promessage: text PROmessage uses setmessagestyle: 1 или 2 and setmessagetime: 6000 operator: text Show text under operator's logo operator-clear: 1 Clear text under operator's logo status: text Show text in Standby Screen status-clear: 1 Clear text in Standby MiniGPS support - file mgps.ini you should write there coordinates like in MGPS patch you shoud write in EventControl.ini your path to config and MODEL-FIRMWARE of phone ////////////////////////////////////////////////////// Version 1.6: All known bugs are corrected playfilev: path to file PlayFile with selected volume level setvolume: volume level set volume level for PlayFileV © Slaventino и UltraShot Big thanks to 2007KrasH Original idea by: PSIX This post has been edited by UltraShot: 2008-05-14 15:59
Attached File(s)
-------------------- W580 R8BE001 + W800 R1BD001
|
|
|
|
2008-05-26 16:34
Post
#12
|
|
|
Makes Se-nse ![]() ![]() ![]() ![]() Group: Members Posts: 320 Joined: 2007-03-30 From: Heaven Member No.: 30,855 Mobile: K750i@W800i & K550i@W610i |
Calc v2.0.1
© Deitro ![]() Original topic here. QUOTE New version of the calculator to increase the number of functions. Allows you to perform basic arithmetic actions, as well as to calculate the degree (including Fractional indicator), logarithms (natural and with any reason), faktorial, square root, save a memory cell in (to clear memory, you need to retain in memory 0) Allows you to perform trigonometric functions: (арк) sine, (арк) cosine, (арк) tangent, (арк) kotangens, (арк) secant, (арк) cosecant. By pressing the button repayment calculator rolled, it can deploy double-clicking *. Elf is compatible with Bookman 'box, but alternatively it can be turned off triple by pressing #. * - The point when entering the fractional numbers; # - sign "= (for a total of some operations) Left softkey - cleaning the screen; right softkey - switching between blocs functions; "C" - removing the last entered digit; joystick - a choice operation. Enjoy
Attached File(s)
|
|
|
|
2008-05-26 21:06
Post
#13
|
|
|
n00b Group: Members Posts: 4 Joined: 2008-04-16 Member No.: 132,852 |
Lighting player menu edition
© yr4ik fi3 + Can work as player and in radio and video viewing + Fixed bugs + Add smooth flashing lamp for 2010 and 2020 (Only phones with support for changes in brightness) Ubral potderzhku BookMan What's new: Pluses -Now the menu -The menu is called when you click the camera or player when playing a melody -You can change the frequency vibro and flashing when pressing the # player - You can transfer control with buttons on the menu. When you click on the item "Without menu" Buttons QUOTE Smooth flashing display (Included in the long hitting 9) The flashing lamp (included in the long pressing #) Vibro (Included in the long pressing 0) Changes in frequency (Brief pressing #) Changing the frequency vibro (Brief pressing 0) Works with 2020 Disadvantages -In elf-Bookman is displayed only when running menu -Do not switch off the flashing vibro etc. when leaving the player. Thank you very much for helping Sprut as well as UltraShot Slawwan and to all who participated original theme
LP_fix3.zip ( 6.3K )
Number of downloads: 328The translated version into English Lighting player menu edition fix3 This post has been edited by nkls: 2008-05-28 20:29
Reason for edit: Merged posts
Attached File(s)
|
|
|
|
2008-05-30 17:53
Post
#14
|
|
![]() Se-nse-ible Group: Moderators Posts: 725 Joined: 2006-09-30 From: Sweden Member No.: 6,208 Mobile: w810i |
UnZip
© Joker XT (Siemens © Rst7) Makes it possible to extract zip files in the file manager. Use together with RegFile: CODE [EXT00]: zip, zip.png,zip.png,/UnZip.elf Needs lib update: CODE 828F: int mkdir(u16 * fpatch); Check your current lib for availability.
UnZip.rar ( 1.38K )
Number of downloads: 479CallsRecorder v.0.0.9 © HELLdozER This elf can make calls being recorded automatically, or you can enable a shortcut key to start the recording. To switch between the two modes, you can press the "about" key in bookmanager. At startup the mode selected in the ini file will be used. CODE ; CallsRecorder configuration file ; Location of file: ini/crec/crec.ini ; Record key code (See key_codes.txt) [KEY_NAME]: 0x22; ; Record key mode (See key_codes.txt) [KEY_MODE]: 0x00; ; 0x00 - Record automatically, 0x01 - Record by pressing the buttons [START_MODE]: 0x00; ;Time the recording book should be shown. (hex & milliseconds, eg. 0x3E8 = 1 second) [TIME_DELAY]: 0x7D0;
CallsRecorder_v.0.0.9.rar ( 2.98K )
Number of downloads: 524Desktop v1 © Slaventino ![]() Add icons to your desktop, that can link to different functions in your phone. 2 - 10 icons can be used, 5 per row. The icons should be located as this: Unselected icons: ../Config/Desktop/1.png (1.png - 10.png) Selected icons: ../Config/Desktop/1s.png (1s.png - 10s.png) Works only with 176x220 screen resolution. To work, all d-pad shortcuts must be disabled: Main Menu > Options (General) > Shortcuts > [for each button] Options > Off cfg file should be placed in: ../Config/Desktop/Desktop.cfg CODE ;Number of icons on the desktop (2 - 10) [HowManyIcons]: 10 ;Link function ; see attached file for available links [Link1]: FileManager [Link2]: Camera [Link3]: SoundRecorder [Link4]: MediaPlayer [Link5]: MenuItem_SetRecurrentAlarm [Link6]: Games [Link7]: Applications [Link8]: Msg_WriteNew [Link9]: Menu_FlashLight [Link10]: MenuItem_Bt_Activation
Desktop_v1.rar ( 77.01K )
Number of downloads: 860This post has been edited by nkls: 2008-06-16 20:21 -------------------- |
|
|
|
2008-06-19 13:52
Post
#15
|
|
![]() I asked for a custom title, and this is all I got! Group: VIP Posts: 1,563 Joined: 2008-02-24 From: 7964.3km from Lynott. Member No.: 115,400 Mobile: K850i - Stock | W580i - Modded Tutorials Submitted: 4 |
Kill Smile 0.4
© axJeSSter Google Translate QUOTE Mini-game "Ubej smilies" Rules of the Game: after the start of the game there will be three smilies, one of them "evil", which have killed and pressing buttons 1, 2 and 3. Depending on the correctness of clicking on the second-line operator will be appearing text "Excellent!" or "Bad". Records there is no (nor is true, but not saved to a file), but in the next version will try to do (can be :-)). Office: 1,2,3,4,5,6 - kill smilies 8 - to begin to start anew * - Help 0 - output For the convenience of the game need to put a few patches, namely: Patch, a retractable emergency calls Patch, a retractable window buttons on zalochke (etc.) Also, before the game, zalochite keyboard. Tests only on the w810, but uses only elf simple functions, so there should be no problems. PS: If anyone knows how to circumvent this method write to me:) Patches are looking at the forum:) Code: v0_3 -- Increased to six the number of smilies. v0_4 -- Fixed text tags -- Until a few minor corrections
Attached File(s)
-------------------- ACEEL Elfpack Repository | CPP | Advertise Your Link Here (1$)
It's been long, but I'm back on my moddin' BS. |
|
|
|
2008-07-10 19:39
Post
#16
|
|
|
n00b Group: Members Posts: 5 Joined: 2008-07-08 From: Cracow, Poland Member No.: 158,040 Mobile: k750i r1ca021 |
AllInOne v0.7.1
© bmk Multi purpose elf, still in development. As for now it has:
This elf was (and still is) developed on k750i r1ca021 and tested only on this phone. You need an elfpack of course, as well as updated lib. Elf doesn't need any 'ini' file. 0.7.1 - 11.07.2008 - modified run elves checking - changed 'not supported' text
AllInOne_v0.7.1.zip ( 4.6K )
Number of downloads: 596This post has been edited by bmk: 2008-07-11 16:13 |
|
|
|
2008-07-18 13:56
Post
#17
|
|
![]() Non-se-nse ![]() ![]() ![]() Group: Members Posts: 105 Joined: 2008-04-08 From: United Kingdom Member No.: 130,214 Mobile: Sony Ericsson W850i + w910i-finally free mods available....Hell yeah |
Desktop elf v1.1 & IFMD elf v1.1.1
© Slaventino © Joker XT See the icons below the logo?? this is the desktop elf and the small thing above the alarm time is the IFMD elf. It shows you the space on memory card and phone memory. ![]() Cover Art v2.58 © UltraShot This elf has the ability to show the track and album art in standby. ![]() please see attachment and upload files in your phone as per the folders in the attachment... ENjoy!!! This post has been edited by darkminded: 2008-07-18 14:15
Attached File(s)
-------------------- ....................................::Sony Ericsson w910i + w850i::................................. ![]() |
|
|
|
2008-07-20 14:33
Post
#18
|
|
![]() Se-nse-ible ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 506 Joined: 2008-01-07 From: Austria Member No.: 99,697 Mobile: W800_R1BD001 |
FileReg "All-in-one pack"
v2008-05-07 by Hussein "All-in-one pack" packed by Eddmund 2008-07-28, including ELF Openers "Viewing File" (VF.eop) and "Simple Text Editor" (STE.eop) registered to files with the extension "cfg" and "ini". This package contains all files required for the phone models K600, W800 and W810 in the proper directory structure. English ReadMe included. Originally published at: http://mobilefree.ru/newbb_plus/viewtopic.php?topic_id=2977 Screenshots:
FileReg___ViewingFile.png ( 42.89K )
Number of downloads: 1087Download:
FileReg_v2008_05_07_All_in_one_pack.zip ( 27.91K )
Number of downloads: 765This post has been edited by eddmund: 2008-07-28 14:13 -------------------- |
|
|
|
2008-08-27 16:15
Post
#19
|
|
![]() Angus Group: VIP Posts: 1,642 Joined: 2006-12-27 From: Thessaloniki, Greece Member No.: 9,634 Mobile: T630/K800 Tutorials Submitted: 1 |
REMAlert
QUOTE According to scientists, we enter the REM (Rapid Eye Movement) stage every 90 minutes while we are asleep, and each REM stage lasts from 10 to 45 minutes, in which 80% of our dreams occur. This elf plays a sound every 90 mins (where you are probably in the REM stage), which will try to make you aware that you are dreaming. This can be really useful if you are practicing Dream Recalling and/or Lucid Dreaming. For more information about the REM stage look here: http://en.wikipedia.org/wiki/REM_sleep http://en.wikibooks.org/wiki/Lucid_Dreamin...#About_dreaming http://en.wikibooks.org/wiki/Lucid_Dreaming/Dream_Recall Please visit the REMAlert topic for a download link: http://forums.se-nse.net/index.php?showtopic=27915 -------------------- |
|
|
|
2008-11-10 17:31
Post
#20
|
|
![]() Non-se-nse ![]() ![]() ![]() Group: Members Posts: 169 Joined: 2008-01-26 From: Hungary Member No.: 105,156 Mobile: K550i@W610i Media Center Edition |
OPlogo v1.0
by Peti @ SE-lifestyle.com An elf to replace LogoChanger! It supports all three operator logos plus the notes area! Also it has BCFG configuration system and it supports variables in text masks. Variables are: - $t -> Temperature of the phone - $b -> Battery state in percent - $h -> Free bytes in heap - $H -> Free kilobytes in heap Date and time: - $t1 -> Hour - $t2 -> Minute - $t3 -> Second - $d1 -> Year - $d2 -> Month - $D2 -> Month with letters (like jan, nov, dec, etc.) - $d3 -> Day - $D3 -> Day with letters (like Monday) Note: all texts are received from the phone, no localization needed. The elf will create it's bcfg automatically. Original topic: http://se-lifestyle.com/viewtopic.php?f=21&t=627 SE-NSE topic: http://forums.se-nse.net/index.php?showtopic=35766 -------------------- |
|
|
|
![]() ![]() |