Page 1 of 4 123 ... LastLast
Results 1 to 10 of 37
  1. #1
    Gold SeaMonkey's Avatar
    Join Date
    May 2008
    Device
    DEVIL's SE
    Posts
    1,509
    Thanks
    26
    Thanked 311 Times in 247 Posts

    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



    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.....
    Attached Files
    Last edited by SeaMonkey; 12-02-2008 at 04:05 PM.

  2. The Following 2 Users Say Thank You to SeaMonkey For This Useful Post:


  3. #2
    Gold SeaMonkey's Avatar
    Join Date
    May 2008
    Device
    DEVIL's SE
    Posts
    1,509
    Thanks
    26
    Thanked 311 Times in 247 Posts

    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


    With BcfgEdit.elf you can configure several Elfs

    ©Peti (r) myrzeug
    OPlogo v1.0


    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


    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
    Attached Files
    Last edited by SeaMonkey; 12-03-2008 at 10:14 AM.

  4. The Following User Says Thank You to SeaMonkey For This Useful Post:


  5. #3
    Gold SeaMonkey's Avatar
    Join Date
    May 2008
    Device
    DEVIL's SE
    Posts
    1,509
    Thanks
    26
    Thanked 311 Times in 247 Posts

    Re: ELFS:You want them - start here

    ©JokerXT
    IFMD v1.1.1


    This Elf shows you the free space on memory card and phone memory.

    ©Slaventino
    Desktop v1.2


    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


    -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


    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


    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);
    Attached Files
    Last edited by SeaMonkey; 12-03-2008 at 12:27 PM.

  6. The Following User Says Thank You to SeaMonkey For This Useful Post:


  7. #4
    Plus 100 uiuiy's Avatar
    Join Date
    Dec 2007
    Device
    -k810
    Posts
    258
    Thanks
    34
    Thanked 99 Times in 58 Posts

    Re: ELFS:You want them - start here

    BookManager 2.95 (bcfg)

    Name: BookManager
    Author: Hussein
    Version: 2.95
    Screenshots:



    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
    Attached Files
    Last edited by uiuiy; 12-04-2008 at 10:04 AM.

  8. The Following 3 Users Say Thank You to uiuiy For This Useful Post:


  9. #5
    Recently Initiate
    Join Date
    Aug 2008
    Device
    -
    Posts
    1
    Thanks
    4
    Thanked 0 Times in 0 Posts

    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.

  10. #6
    Gold SeaMonkey's Avatar
    Join Date
    May 2008
    Device
    DEVIL's SE
    Posts
    1,509
    Thanks
    26
    Thanked 311 Times in 247 Posts

    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.



    (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


    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
    Attached Files
    Last edited by SeaMonkey; 12-13-2008 at 01:24 PM.

  11. The Following 2 Users Say Thank You to SeaMonkey For This Useful Post:


  12. #7
    Gold SeaMonkey's Avatar
    Join Date
    May 2008
    Device
    DEVIL's SE
    Posts
    1,509
    Thanks
    26
    Thanked 311 Times in 247 Posts

    Re: ELFS:You want them - start here

    Here is rest of Elfs and example.ini for MiniGPS
    Attached Files

  13. The Following User Says Thank You to SeaMonkey For This Useful Post:


  14. #8
    Gold SeaMonkey's Avatar
    Join Date
    May 2008
    Device
    DEVIL's SE
    Posts
    1,509
    Thanks
    26
    Thanked 311 Times in 247 Posts

    Re: ELFS:You want them - start here

    ©myrzeug
    DaemonsAdmin.v1.0


    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


    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
    Attached Files
    Last edited by SeaMonkey; 12-13-2008 at 06:40 PM.

  15. The Following User Says Thank You to SeaMonkey For This Useful Post:


  16. #9
    Recently Initiate
    Join Date
    Jan 2009
    Device
    -
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation 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

  17. #10
    Gold SeaMonkey's Avatar
    Join Date
    May 2008
    Device
    DEVIL's SE
    Posts
    1,509
    Thanks
    26
    Thanked 311 Times in 247 Posts

    Re: ELFS:You want them - start here

    Did you edit both files(.cfg and .bcfg)?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •