-
1 Attachment(s)
ELFS:You want them - start here
This thread is started for all new users and here you will find everything to start use Elfs.
This is only for posting Elfs
And big THANKS and my RESPECT to all Elfmakers and Patchmakers like:den_po, IronMaster, jokerXT, UltraShot, ploik, Hussein, KreN, sprut1, Slawwan,........ and manny,manny other.
But first few words about Elfs.
ELFS are standard unix binary executable files.Every Elf is distributed like independent file and they directly use phone processor and memory resources.
Well,now I will explain how to prepare folders in phone and memstick for using Elfs.You can do this directly with phone.
For K750/W700/W800:
In phone memory/Other/ create 2 folders - /ZBin/ and /Config/
In memstick/Other/ create folder - /Daemons/
For K770/K790/K800/K810/W550/W600/W660/W810/W830/W850/Z550:
In phone memory/Other/ create folder - /ZBin/ and in /ZBin/ create folder - /Config/
In memstick/Other/ create folder - /ZBin/ and in /ZBin/ create folder - /Daemons/
For W580:
In phone memory/Other/ create 2 folders - /ZBin/ and /Config/
In memstick/Other/ create 2 folders - /ZBin/ and /Daemons/
For W610:
In phone memory/Other/ create 2 folders - /ZBin/ and /Daemons/ and in /ZBin/ create folder - /Config/
Now you need file called DYN_CONST.bin for yours phone model.
That file put in folder /Config/ for all phone models and you can find this here ELFPack v1.0(db2010,db2020) - Top Sony Forums and you have also Elfpack_v1.0 there ( you need that too) for yours phone model.
You will need , also , another thing - Elfpack( it's 2 files - elfpack.vkp and .lib.vkp
If you use Elfpack_v1.0 you need 2 patches - YOUR PHONE MODEL.vkp (like W660_R8BB001_elfpack.vkp and W660_R8BB001.lib.vkp .
We have this files here ELFPack v1.0(db2010,db2020) - Top Sony Forums
Or you can use Elfpack_mod_v5 and you can find them here ElfPack mod v.5 - Top Sony Forums and you will find also instruction there.
and Thanks to @uiuiy for that.
Well,finnaly here we go with Elfs:
How to post ELF:
1. Name of Author(s)
2. Elf name with version number
3. Screenshots of the Elf
4. Few words about Elf (purpose,changes)
5. Attachment must have Elf and all needed files (like .ini,.cfg,.bin)
6. It's NOT ALLOWED to post several Elfs in one pack (every Elf must be for himself ),except if is needed for configuring specific Elf (like BcfgEdit.elf)
@sprut1
FileManager v.0.16
http://i37.tinypic.com/m73j1t.jpg http://i35.tinypic.com/axmz5s.jpg
This Elf can enter in whole file system of phone,you can copy files/folders,move ,browse information of file,open files as text ,work with phone registry.....
-
5 Attachment(s)
Re: ELFS:You want them - start here
©Hussein(svn)
ScreenShooter v1.3
All screenshots maded by one of version of this Elf.
You also need BcfgEdit.elf , so you can configure ScreenShooter
©KreN
BcfgEdit v1.0
http://i34.tinypic.com/357hjjl.jpg
With BcfgEdit.elf you can configure several Elfs
©Peti (r) myrzeug
OPlogo v1.0
http://i38.tinypic.com/6f2qfk.jpg
With this Elf you can change operator logo(he can change 3 lines from oplogo)
you can put - day full,month full name,temperature of the phone,battery state in percent,free bytes in heap,free kilobytes in heap.
©Deitro
Calc v2.0.1
http://i33.tinypic.com/k3x7pl.jpg http://i38.tinypic.com/fc5p1w.jpg
Advanced Calculator (his name tales everything)
©Iron Master
CreateTXTFile v1.1
Whit this Elf you can create text files where you want,but you need this functions in your library for proper work .
Code:
11F: void * DataBrowserDesc_Create(void);
121: void DataBrowserDesc_SetHeaderText(void * db , int StrID);
122: void DataBrowserDesc_SetFolders(void * db , int * FolderList);
123: void DataBrowserDesc_SetOKSoftKeyText(void * db , int StrID);
124: void DataBrowser_Create(void * db);
125: void DataBrowserDesc_Destroy(void * db);
2A8: FSX_isNameInvalid(wchar_t * name);
2A9: DataBrowserDesc_SetFoldersNumber(void * DataBrowserDesc,int state);
2AB: DataBrowserDesc_SetSelectAction(void * DataBrowserDesc,int state);
2AC: DataBrowserDesc_SetSelectActionOnFolders(void * DataBrowserDesc,int state);
2AD: DataBrowserDesc_SetBookID(void * DataBrowserDesc,int BookID);
2AF: DataBrowserDesc_SetOption(void * DataBrowserDesc,char * option);
2B0: DataBrowserDesc_SetOpenEmptyFolder(void * DataBrowserDesc,int state);
2B2: void FSX_RemoveIllegalSymbolsName(FILEITEM *);
2B3: FILEITEM * DataBrowser_ItemDesc_Create(void);
2B4: void DataBrowser_ItemDesc_Destroy(FILEITEM *);
2B7: void StringInput_SetCursorPosition(GUI *,u16 curs_pos,char unk);
and for owners "copying / moving files to any folder" patch they need this supplement.
Code:
; K790 SW-R8BF003
44E9BC80: 14D0 14E0 44E9BC80: 14D0 14E0
44E9BCA6: 01D0 01E0 44E9BCA6: 01D0 01E0
Code:
; K810 SW-R8BA024
44FD738C: 14D0 14E0 44FD738C: 14D0 14E0
44FD73B2: 01D0 01E0 44FD73B2: 01D0 01E0
Code:
; W580 SW-R8BE001
44EC1AD0: 14D0 14E0 44EC1AD0: 14D0 14E0
44EC1AF6: 01D0 01E0 44EC1AF6: 01D0 01E0
Code:
; W610 SW-R6BC002
44EC91F8: 14D0 14E0 44EC91F8: 14D0 14E0
44EC921E: 01D0 01E0 44EC921E: 01D0 01E0
Code:
; W660 SW-R8BB001
44FEB5C4: 14D0 14E0 44FEB5C4: 14D0 14E0
44FEB5EA: 01D0 01E0 44FEB5EA: 01D0 01E0
Code:
; W880 SW-R8BA024
44FE8FDC: 14D0 14E0 44FE8FDC: 14D0 14E0
44FE9002: 01D0 01E0 44FE9002: 01D0 01E0
-
5 Attachment(s)
Re: ELFS:You want them - start here
©JokerXT
IFMD v1.1.1
http://i37.tinypic.com/felzpe.jpg
This Elf shows you the free space on memory card and phone memory.
©Slaventino
Desktop v1.2
http://i37.tinypic.com/2v0nx1u.jpg http://i34.tinypic.com/2yjo9zp.jpg
This Elf give you oportunity This is screenshot 3 running Elfs
to access phone thrue 2-10 (OPlogo,Desktop and IFMD)
shorcuts on the desktop
(5 in the row)
© UltraShot
® IronMaster, Joker XT, 2007KrasH ® IronMaster, Joker XT, 2007KrasH
CoverArt in Standby v3.51
http://i36.tinypic.com/nly2wh.jpg
-showing the cover of this song + a different image for beauty.
-display ID3 v2.x, m4a, wma and other tags.
-support reading ID3 v1.0 tags for compatibility with older phones
-showing the correct (!) bitrate / Rate / Time song / regime
(!) For this version must have the following events in DYN_CONST:
Code:
UI_MEDIAPLAYER_STOP_PRESSED_EVENT
UI_MEDIAPLAYER_PLAY_PRESSED_EVENT
UI_MEDIAPLAYER_PAUSE_PRESSED_EVENT
UI_MEDIAPLAYER_CREATED_EVENT
UI_MEDIAPLAYER_DESTROYED_EVENT
UI_MEDIAPLAYER_AUDIO_PLAYING_TIME_EVENT
UI_MEDIAPLAYER_VIDEO_PLAYING_TIME_EVENT
If you do not show up on the screen, not moving bar / play time, check these constants
©eddmund
DayDis v1.0.6
http://i37.tinypic.com/oqlt1f.png http://i36.tinypic.com/6qh1yw.png
DayDis can display the current weekday, date, time, system temperature, battery capacity and moon age
together with any text, at one or more configurable position(s) of the standby screen.
Can be used together with MoonPhase 0.9.5 or higher to also display an image of the current moon phase.
©Hussein,®zoyd
SleepMode v1.28
http://i35.tinypic.com/2mococw.jpg http://i37.tinypic.com/30j4k7d.png
Change the default sleepmode clock to user customizable clock, day, date, personal message & icons.Displays radio station, music track, and album art on sleepmode and standby displays.Automatic wallpaper changer.Missed calls/messages reminder.
Also you will need .vkp patch for your phone model(you will find all patches in .rar)
and working track address:
Code:
W810 R4EA031 : 0x4C0656DC;
K810 R8BA024, W850 R1KG001, K800 R8BF003,W660i R8B001, W880: 0x20DC4BEC;
W800 R1BD001: 0x4C085FE0;
K790 R8BF003, W610 R6BC002, W580: 0x20DBE81C;
W700 R1CA021:0x4C07A8D0;
W200: 0x4C0520D0;
K750: 0x4C07A878;
W550: 0x4C060D50;
And you will need these functions in your library. Thanks Ploik & HierOS.
Code:
;K790 SW-R8BF003
06F0: 00000000 ED5CD244; 1BC: char REQUEST_DATEFORMAT_GET(const int *SYNC, char *DateFormat);
06F4: 00000000 815DD244; 1BD: char REQUEST_TIMEFORMAT_GET(const int *SYNC, char *TimeFormat);
;K810 SW-R8BA024
06F0: 00000000 91EEE544; 1BC: char REQUEST_DATEFORMAT_GET(const int *SYNC, char *DateFormat);
06F4: 00000000 25EFE544; 1BD: char REQUEST_TIMEFORMAT_GET(const int *SYNC, char *TimeFormat);
;W580 SW-R8BA024
06F0: 00000000 C591D444; 1BC: char REQUEST_DATEFORMAT_GET(const int *SYNC, char *DateFormat);
06F4: 00000000 5992D444; 1BD: char REQUEST_TIMEFORMAT_GET(const int *SYNC, char *TimeFormat);
;W610 SW-R6BC002
06F0: 00000000 312BD544; 1BC: char REQUEST_DATEFORMAT_GET(const int *SYNC, char *DateFormat);
06F4: 00000000 C52BD544; 1BD: char REQUEST_TIMEFORMAT_GET(const int *SYNC, char *TimeFormat);
;W660 SW-R8BB001
06F0: 00000000 692BE744; 1BC: char REQUEST_DATEFORMAT_GET(const int *SYNC, char *DateFormat);
06F4: 00000000 FD2BE744; 1BD: char REQUEST_TIMEFORMAT_GET(const int *SYNC, char *TimeFormat);
;K750 R1CA021
+451CFC00
06F0: FFFFFFFF C9910B45; 1BC: char REQUEST_DATEFORMAT_GET(const int *SYNC, char *DateFormat);
06F4: FFFFFFFF 69920B45; 1BD: char REQUEST_TIMEFORMAT_GET(const int *SYNC, char *TimeFormat);
;W810-R4EA031
06F0: FFFFFFFF BD555945; 1BC: char REQUEST_DATEFORMAT_GET(const int *SYNC, char *DateFormat);
06F4: FFFFFFFF 5D565945; 1BD: char REQUEST_TIMEFORMAT_GET(const int *SYNC, char *TimeFormat);
;W850 SW-R1KG001
06F0: 00000000 A11CE744; 1BC: char REQUEST_DATEFORMAT_GET(const int *SYNC, char *DateFormat);
06F4: 00000000 351DE744; 1BD: char REQUEST_TIMEFORMAT_GET(const int *SYNC, char *TimeFormat);
;K800 SW-R8BF003
06F0: 00000000 B164E544; 1BC: char REQUEST_DATEFORMAT_GET(const int *SYNC, char *DateFormat);
06F4: 00000000 4565E544; 1BD: char REQUEST_TIMEFORMAT_GET(const int *SYNC, char *TimeFormat);
-
2 Attachment(s)
Re: ELFS:You want them - start here
BookManager 2.95 (bcfg)
Name: BookManager
Author: Hussein
Version: 2.95
Screenshots:
http://dc94.4shared.com/img/74427685...ne.bmp?sizeM=3http://dc94.4shared.com/img/74427699...ne.bmp?sizeM=3http://dc94.4shared.com/img/74427718...ne.bmp?sizeM=3http://dc94.4shared.com/img/74427731...ne.bmp?sizeM=3http://dc94.4shared.com/img/74427742...ne.bmp?sizeM=3
Description:
Task Manager. In the first tab of running processes phone, launched in the second Elves
Features:
[1] Can show / close / switch processes / java-applications
[2] Can show / close / switch / pokazyvat_kopirayty elves.
[3] In the first tab on the number keys you can assign a quick launch for established processes.
[4] The second tab - the rapid launch of elves.
Installation:
[1] Kachaem BookManager_ver2.95.pkg and set with the help of ElfInstaller
[2] Either throw everything into folders in BookManager_v2.95.zip
Management:
# - Dismantle all.
Retention # (in the first tab) - all close.
C - kill processes / elfa
Joystick center - switched on
In the new version:
[+] Added new way to launch Java (for compatibility with 2010), the necessary functions 0h30A , 0h30V
[+] Added GotoPage at the very beginning (for compatibility with 2010) [*] Peredelan storage format label on Java
[+] Images Java in the selection of labels
download new elfpacks v.1 and new libes from here
-
Re: ELFS:You want them - start here
great post man
thanks all of you for all these wonderful elfs
but a little more info about elf will be more appreciated.
-
5 Attachment(s)
Re: ELFS:You want them - start here
©Peti
SE-lifestyle DeskBar
v1.0 First Release
(1) What is this for?
This elf displays a dock/bar on your screen in standby mode. It has some buttons, which you can select, and then start shortcuts, in the phone's menu, elves, java applications.
(2) There was something like this before...
It's true. The same idea was implemented before starting making this elf. Why did I start it then? Simple. The old implementation, `Standby Dock` had too many problems, I couldn't stand it, but liked its idea too much.
(3) Why should I use this then?
Of course it is your choice. But here I should tell some advantages.
(1) Internal shortcuts disabled, works fine with arrow keys (even if you have some shortcuts set in the phone's settings)
(2) It's not all bcfg and manual. Maybe that is the worst in `Standby Dock`.
(3) This has a great configuration mode with all you need to set it up:
-add buttons
-set shortcuts of menu (no typing needed, works as the phone's original shortcut setting)
-set elves (opens file manager for it)
-set java applications (opens a list of installed applications)
-reorder buttons (move up or down)
-remove buttons
(4) Has some skinning support, drawing the bar from PNG images.
(5) Bar is set to fit screen perfectly, if the first item is selected, it fits to the screens left border, if the last, to the right border.
(6) Has bouncing animation, not only scrolling.
(7) Has vibration, when moving between items and when selecting them.
(8) Can be on bottom, top, left, right of the screen, horizontal or vertical.
It's like this for now, others don't come to mind. Of course feature requests are welcome.
http://i37.tinypic.com/65mvyu.png http://i37.tinypic.com/2afy2he.png
http://i37.tinypic.com/2ypd7ki.png http://i35.tinypic.com/2mdlcvt.png
(4) Installation
This package contains:
-this readme file
-the ELF itself, put it anywhere, usually to Phone/Other/ZBin, but I think you will put it to Daemons. =)
-a folder called "DeskBar", this MUST be in Phone/Other/ZBin/Config (!!!) (so cfg file will be "Phone/Other/ZBin/Config/DeskBar/bar.cfg")
this folder contains the "skin elements", the look of the bar, these must be changed when new skin is installed (bg_top,bg_left,bg_middle,bg_middle_v,bg_bottom,bg _right,select,select_v png files)
When the folder is copied to its place, start the elf and enjoy, it will create its BCFG file (on Memory Stick).
(5) Setting up
There are two major parts of configuration for this elf: bar.cfg and SE-lifestyle_DeskBar.bcfg
You are lucky, you won't have to edit either of them manually.
(1) Editing CFG
The best of this elf: Press Star key ( * ) 3 times on the standby screen. A new window will pop up, and let you configure buttons. You can have maximum 20 buttons in this version.
Here you can add new items, edit (rename, set shortcut to elsewhere, set picture, move up/down), delete items. I don't think it is necessary to explain how.
(2) BCFG
The usual way, start BcfgEdit.elf and select SE-lifestyle_DeskBar.bcfg. Its elements are also easy to understand, so it's not necessary to explain them.
(6) You like it and want to do something great? Additionally know PhotoShop?
Then create skins for it. Of any size, the elf understands them. If you look closely, you'll see that bg_left and bg_right are the same, when creating a new skin, flip the images, that's the only way as of now.
(7) Notes
This is the first version, only a few people saw it before releasing. So then it may lack features I didn't think about and so. Tested and working perfectly on my K550@W610 (screen size is 176x220).
Thanks go to: UltraShot and mryzeug for helping me some personally, Hussein for BookMan's source code, and all masterminds behind making elfpack.
© Joker XT
Snow elf
http://i33.tinypic.com/2rmo4zt.jpg
Elf Snow will put you on the screen of snowflakes
Snow Pictures of snowflake put in a folder Snow
Snow create a folder in a folder Config on the phone ...
Snowflakes call snowflake_X, where X - number of snowflakes.
For example:
snowflake_1, snowflake_2 ... etc.)
There are configuration, it can indicate the intensity of the Snowflakes on the screen and the number of pictures of a snowflake and updating the screen
If the folder Snow is 2 pictures snowflake_1, snowflake_2, in the amount Snowflakes put the figure 2
© copini
tweaks by zoyd, Ploik, mousex, Joker XT, Stonos
MiniGPS 1.19/ BCFG 0.3.5
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 available.
Features:
* supports many phones (K750_R1CA021,K790_R8BF003,K800_R8BF003,K810_R8BA0 24,W580_R8BA024,W610_R6BC002,W
660_R8BB001,W700_R1CA021,W800_R1BD001,W810_R4EA031 ,W850_R1KG001,W880_R8BA024)
* Log folder is configurable in MiniGPS.ini
* Logs are saved in datestamped files (YYYY-MM-DD.txt) (Dateformat and extension [ini or txt] configurable in MiniGPS.ini)
* Log format is: HH:MM:SS - [LAC:CellID] Name, where Name is the same as displayed on the standby screen (so it's LAC:CID when no name is configured)
* No more crashes on exit (I hope)
* LAC_MODE option removed (always shows correct order now)
* Vibrate on Location chnage - Different vibrate options (see ini)
* Keylock support (and IGNORE_KEYLOCK option)
* Customizable update interval
* Option to always update screen (solves disappearing location issue)
* Automatic profile changing based on location name (see ini)
* Added win1251(cyrillic)->unicode encoding
* Multiline support, a ~ (tilde) will begin a new line
Build from 2008-10-23 10:40 GMT+02 by MouSeX
MiniGPS035.zip
Include latest BcfgEdit and example.ini file
Thanks to copini, mousex,Stonos, zoyd, Joker XT, Ploik and BigHercules
-
3 Attachment(s)
Re: ELFS:You want them - start here
Here is rest of Elfs and example.ini for MiniGPS
-
2 Attachment(s)
Re: ELFS:You want them - start here
©myrzeug
DaemonsAdmin.v1.0
http://i37.tinypic.com/x3hagk.png
DaemonsAdmin v1.0
*Turn on / off manually, the execution of one or more elves.
*Run the elves in startup with a custom order (time configurable between each elf in the .bcfg).
*Identify corrupt elves automatically when the phone reboots(they are disable to run and you can see a notification).
-----------------------------------------
DaemonsAdmin.v1.5
+Improved algorithm in detection of corrupt elves and in running elves =)
(You can take a very short time between each action without problems)
+Added option to display bug reports in .bcfg
+Added option to Run the elves directly in DaemonsAdmin's Menu
-----------------------------------------
Two forms of execution:
1. In Daemons Folder (When you start your phone):
Orderly execution of elves / Automatic identification of corrupt elves
2. As a shortcut of BookManager:
Manager ELFS:
(you MUST put DaemonsAdmin.elf as a shortcut of BM to see this)
Recomendations:
* Configure your phone model in the .bcfg.
©arban
AdvKeyLock v.1.0
Elf in the press of a key or a combination of 2 keys lock the keypad and immediately goes into sleep mode.
In v.1.0 added:
-Russian and English version
-Choosing where lochit (all or only stendbae, player and radio)
-The sound of silent (optional)
Code:
;K790 SW-R8BF003
;Remove the block/Unlock Keyboard (* + right software)
;(c) E1kolyan
4534E871: B5 47
4527C004: F0B5 7047
4534DA54: 30B5 7047
Code:
;K770 R8BA024
;Remove the block/Unlock Keyboard (* + right software)
;(c) E1kolyan
;(p) polza
454C7459: B5 47
453F3F84: F0B5 7047
454C663C: 30B5 7047
Code:
;K810 SW-R8BA024
;Remove the block/Unlock Keyboard (* + right software)
;(c) E1kolyan
4549D121: B5 47
453CA5C8: F0B5 7047
4549C304: 30B5 7047
Code:
;W610 R6BC002
;Remove the block/Unlock Keyboard (* + right software)
;(c) E1kolyan
;(p) WisniaPL
4538A209: B5 47
452B6E8C: F0B5 7047
45389400: 30B5 7047
Thanks @E1kolyan
There is a need for iventy / needed events UI_KEYLOCK_DEACTIVATE_EVENT, UI_KEYLOCK_ACTIVATE_EVENT, UI_SLEEPMODE_ACTIVATE_EVENT!
©eddmund
MoonPhase v1.1
http://i36.tinypic.com/vpdbfq.png http://i38.tinypic.com/295xs9w.png
MoonPhase displays an image of the current Moon phase on the standby screen.
Features:
* Coded to be lightweight and resources-friendly.
* No configuration required (but possible).
* The Moon can be displayed at any position of the standby screen area.
* The Moon can wander across the screen according to its current phase.
* Custom sets of Moon images can be used. 4 sets are shipped.
* Code to display the images is based on "ImageTest" 1.0.4.
* Can be used together with DayDis 1.1 or higher to also display the percentage
of the visible Moon.
What's new? 2008-12-05: v1.1
* The new Moon phases are calculated with an accuracy better than one minute.
* New option [SCREEN_WANDERING] to enable wandering of the Moon across the screen.
* The default Moon images directory has been changed to "50x50_black".
Thanks: eddmund,UltraShot, diezil, wagnerbraz, mousex
MoonPhase v1.1 Download
-
Re: ELFS:You want them - start here
I use sony ericssion w700i . 4 me this desktop SE-lifestyle DeskBar and did not work . whenever i start it my phone simply restars . what should i do
-
Re: ELFS:You want them - start here
Did you edit both files(.cfg and .bcfg)?
-
Re: ELFS:You want them - start here
is there a problem using elfs coz dis days my batt dried up quickly
-
Re: ELFS:You want them - start here
Simple Advanced MainMenu v2.
(c) myrzeug
SAMM v2:
Added SKIN Configuration!
Multiple Skins support
Some screens as exemples:
In default Skin (your Menu.ml is loaded, not working if a FlashMenu is set)
Default:http://i40.tinypic.com/1o0u3m.pngMultiple Skins: http://i40.tinypic.com/2w6icr8.png
(Default Style: 12 icons in all screen) (One in Screen, horizontal displacement)
Altec:http://i44.tinypic.com/n2oc5l.pngActive Horizontal:http://i42.tinypic.com/68zx8g.png
(One in Screen, vertical displacement)
Vertical:http://i44.tinypic.com/33cu0qp.png
Installation:
1. Put SAMM.v2.elf anywhere (Daemons folder)
2. Creat a folder SAMM in other phone memory (%DIR_OTHER|MEM_INTERNAL%/SAMM)
3. Place your skins folders in SAMM folder, containing the icons and the skin.cfg
4. Run SAMM.v2.elf
Skin.cfg Example
Code:
[NUM_ITEMS] 12
;Must be 3<=NUM_ITEMS<=12
[SKIN_STYLE]:1
;SKIN_STYLE:
;0 = All icons in screen, with default icons
;1 = All icons in screen, with custom icons
;2 = All icons in screen, with custom icons, small window
;3 = One icon in screen, with custom icons,
;4 = One icons in screen, with custom icons, small window
;Options in rigth softkey
[OPTION1]:Messaging
[OPTION2]:MenuItem_Bt_Activation
[OPTION3]:Settings_Brightness_Id
[Item1]:OperatorWebPage
[Item2]:InternetServices
[Item3]:Entertainment
[Item4]:Camera
[Item5]:Messaging
[Item6]:MediaPlayer
[Item7]:FileManager
[Item8]:Phonebook
[Item9]:FMRadio
[Item10]:Calls
[Item11]:Organizer
[Item12]:Settings
See the attached file for more details
SAMM.v2: download
SKINS-1: download
SKINS-2: download
-
Re: ELFS:You want them - start here
It's possible to a2 phone?
-
Re: ELFS:You want them - start here
For now - I don't think it's possible
-
3 Attachment(s)
Re: ELFS:You want them - start here
1. Landscapeview.elf
just try on W580.
to make a standby view from potrait to landscape.
2. Or try this elf. CallBlocker.elf for bloking anyone want to call you.
3. or fastkey.elf buatfor make a shortcut like bookman 2.97 but JUST ONLY SHORTCUT !!!
-
Re: ELFS:You want them - start here
O Deskbar Funciona no k310i@w200?
-
Re: ELFS:You want them - start here
Help please .i can't make my k550@w610 run elfs.bookmanager2.5 without icons not working .how to set it up to work.elfs dont start at all.H-E-L-P:mad:
-
Re: ELFS:You want them - start here
i need wallpaper changer elf.. i hort about it but i can`t get it anywhere ;//
i have w580i r8be001 so it will be god if wallpapers will changing on shake xD
-
Re: ELFS:You want them - start here
i need elfpack for my k310@w200....plis help me
-
Re: ELFS:You want them - start here
i need elf for k618i,help me please,i am very interisting and i want try
-
Re: ELFS:You want them - start here
these elfs doesnot work on my W580i R8BE001.
please help me.
-
Re: ELFS:You want them - start here
Hey! I have used the patch "Added 4 tab in File manager, which includes folders tpa, system, ifs.vkp" and a tab called "Elfs" now is availiable containing folders like "ZBin" "Autorun" "Config" and "Ini" ara in this tab! do i have to make new folders in the memory card or use them?
thanks!
btw nice patch for those who know how to use their phone.
Better do not use it if you do not know how to use it correctly!:D
-
Re: ELFS:You want them - start here
Quote:
Originally Posted by
SeaMonkey
hi
what is the name of your patch that change the Network picture, please ?
thank you.
-
Re: ELFS:You want them - start here
hey is desktop elf on page 1 for k810??
-
Re: ELFS:You want them - start here
-
Re: ELFS:You want them - start here
-
Re: ELFS:You want them - start here
-
Re: ELFS:You want them - start here
you haven't understood! read my post!
Hey! I have used the patch "Added 4 tab in File manager, which includes folders tpa, system, ifs.vkp" and a tab called "Elfs" now is availiable containing folders like "ZBin" "Autorun" "Config" and "Ini" ara in this tab! do i have to make new folders in the memory card or use them?
thanks!
btw nice patch for those who know how to use their phone.
Better do not use it if you do not know how to use it correctly!
-
Re: ELFS:You want them - start here
What is an elf pack? Is it like a GFX Patch?
-
Re: ELFS:You want them - start here
-
Re: ELFS:You want them - start here
Spot on! What an excellent set of mods. Cheers:D
-
Re: ELFS:You want them - start here
Quote:
Originally Posted by
SeaMonkey
©myrzeug DaemonsAdmin.v1.0 http://i37.tinypic.com/x3hagk.png DaemonsAdmin v1.0 *Turn on / off manually, the execution of one or more elves. *Run the elves in startup with a custom order (time configurable between each elf in the .bcfg). *Identify corrupt elves automatically when the phone reboots(they are disable to run and you can see a notification). ----------------------------------------- DaemonsAdmin.v1.5 +Improved algorithm in detection of corrupt elves and in running elves =) (You can take a very short time between each action without problems) +Added option to display bug reports in .bcfg +Added option to Run the elves directly in DaemonsAdmin's Menu ----------------------------------------- Two forms of execution: 1. In Daemons Folder (When you start your phone): Orderly execution of elves / Automatic identification of corrupt elves 2. As a shortcut of BookManager: Manager ELFS: (you MUST put DaemonsAdmin.elf as a shortcut of BM to see this) Recomendations: * Configure your phone model in the .bcfg.
©arban AdvKeyLock v.1.0 Elf in the press of a key or a combination of 2 keys lock the keypad and immediately goes into sleep mode. In v.1.0 added: -Russian and English version -Choosing where lochit (all or only stendbae, player and radio) -The sound of silent (optional)
Code:
;K790 SW-R8BF003 ;Remove the block/Unlock Keyboard (* + right software) ;(c) E1kolyan 4534E871: B5 47 4527C004: F0B5 7047 4534DA54: 30B5 7047
Code:
;K770 R8BA024 ;Remove the block/Unlock Keyboard (* + right software) ;(c) E1kolyan ;(p) polza 454C7459: B5 47 453F3F84: F0B5 7047 454C663C: 30B5 7047
Code:
;K810 SW-R8BA024 ;Remove the block/Unlock Keyboard (* + right software) ;(c) E1kolyan 4549D121: B5 47 453CA5C8: F0B5 7047 4549C304: 30B5 7047
Code:
;W610 R6BC002 ;Remove the block/Unlock Keyboard (* + right software) ;(c) E1kolyan ;(p) WisniaPL 4538A209: B5 47 452B6E8C: F0B5 7047 45389400: 30B5 7047
Thanks
@E1kolyan There is a need for iventy / needed events UI_KEYLOCK_DEACTIVATE_EVENT, UI_KEYLOCK_ACTIVATE_EVENT, UI_SLEEPMODE_ACTIVATE_EVENT! ©eddmund MoonPhase v1.1 http://i36.tinypic.com/vpdbfq.png http://i38.tinypic.com/295xs9w.png MoonPhase displays an image of the current Moon phase on the standby screen. Features: * Coded to be lightweight and resources-friendly. * No configuration required (but possible). * The Moon can be displayed at any position of the standby screen area. * The Moon can wander across the screen according to its current phase. * Custom sets of Moon images can be used. 4 sets are shipped. * Code to display the images is based on "ImageTest" 1.0.4. * Can be used together with DayDis 1.1 or higher to also display the percentage of the visible Moon. What's new? 2008-12-05: v1.1 * The new Moon phases are calculated with an accuracy better than one minute. * New option [SCREEN_WANDERING] to enable wandering of the Moon across the screen. * The default Moon images directory has been changed to "50x50_black". Thanks:
eddmund,UltraShot, diezil, wagnerbraz, mousex MoonPhase v1.1 Download
in my "DB2010_w550_r4cb020_cid49" i upload "DaemonsAdmin.elf" in [Daemons folder] at the start time it shows the following messeage "ERROR DAReg.sav no present" what is it? what is the solution of this error?
-
Re: ELFS:You want them - start here
i have analagclock v2.elf for my k800 but hands of clock are very thin and no set diameter
please help me thanks.
-
increase contrast & color of LCD for k800r8bf003
+i need a programe like elf or patch or driaver for increase contrast & color of LCD for k800r8bf003. thanks.
-
Re: increase contrast & color of LCD for k800r8bf003
Quote:
Originally Posted by
mojigol
+i need a programe like elf or patch or driaver for increase contrast & color of LCD for k800r8bf003. thanks.
No elf or patch for that. Use a modified display driver.
-
Re: increase contrast & color of LCD for k800r8bf003
Quote:
Originally Posted by
boysie
No elf or patch for that. Use a modified display driver.
is there modified display driver ? please help me to install it.
-
Re: ELFS:You want them - start here
can find elf loader for k750@w800.. please help.. when i use far manager to copy .vkp it shows mismatch