Table of Contents

Elf development

Please also especially look at link collection. There is tons in stuff in forums (like archived se-developers).

RTFM: See elflib wiki on mobilefree with function descriptions.
#TODO: link to english translated mobilefree-wiki

The old-school way is to use iAR Embedded Workbench 4.0 for compiling elf and dyn.
Use elf2vkpex to convert elf for vkp patch creation.

se-developers.net archive

elf inter-communication

elf inter-communication

http://se-developers.net/viewtopic.php?f=29&t=544

RE: Communication between elfs?
Postby ultrashot on 15 Sep 2009 12:30
mousex,use way of communicating that i've used in ColorSlider patch+elf, AdvSoftkeys, WalkmanDisplay.
It means that you should make your own MyBOOK structure and use it in elf. There you should fill functions' addresses. So, look at my sources=)
Also SoftEdit communicates with AdvSoftkeys in ui.cpp module - it changes advsoftkeys' view
EventControl controls ColorSlider's options through book, too. EvtDesk gets EventControl's event list using this way.

RE: Communication between elfs?
Postby den_po on 16 Sep 2009 03:59
try SingleInstance.zip http://mobilefree.ru/newbb_plus/viewtopic.php?topic_id=2554&post_id=57116#57116
to use a second method (interprocess communications) uncomment one line in single.h:
//#define USE_1INST_PROCESS

RE: Communication between elfs?
Postby Peti on 25 Sep 2009 06:23
@den_po: I'm creating a new software platform, based on your example. My question is... is the low priority process we create (that always runs in the background) eating up battery? Will this method shorted our battery life?

RE: Communication between elfs?
Postby den_po on 25 Sep 2009 07:28
I'm still not sure =)

Compiling Elf with IAR

Porting constants for dyn_const

Elf Icons

Click to display ⇲

Click to hide ⇱


SE-lifestyle DeskBridge - SDK

Using Bcfg in your Elfs

Source Codes

See srcs in mobilefree forum threads and
See source code snippets in se-developers.net archive and
https://github.com/justdanpo/elfpack-se
https://archive.perk11.info/svn/
https://github.com/farid1991/patch-se?tab=readme-ov-file
https://github.com/farid1991/new-patch-se
https://github.com/Rescor/SE_ELFS (also mirrored by scanlab49406)
https://github.com/NKolyanich/elfs_se
https://github.com/davicdsalves/accuweather-widget
https://github.com/davicdsalves/anoying-alarm

archived

⚠️Info: Please look first if you can find what you need in a repository which is still maintained.
Following is only old stuff which I have archived from vanishing www around ~2015. It may have been mirrored or forked.

deskbridge_developers_guide.pdf

google code
https://code.google.com/archive/p/centrumse/
https://code.google.com/archive/p/seelf/
https://code.google.com/archive/p/blacklizard/

source-archive_blacklizard.zip
source-archive_centrumse.zip
source-archive_developer-se.zip
source-archive_fmse.zip
source-archive_se-patch.googlecode.zip
source-archive_seelf.zip

svn.boba.su_perk11_2016.zip
other_srcs.zip