Все для Sony Ericsson, патчи, эльфы, моддинг, прошивка
  
Логин: Пароль: Запомнить: Привет гость! Зарегистрируйся или авторизируйся для получения доп. возможностей!
Разделы
PDA версия сайта
TrackIDentify
Новости
Статьи
Файлы
Патчи
Патчи A2
Патчи db2020
Эльфы
Исходники эльфов
Wiki
Форум
Опросы
Обратная связь
Развернуть/Свернуть
 
Развернуть/Свернуть

SE-lifestyle DeskBar : Эльфы : Форум : Для Sony Ericsson патчи эльфы моддинг прошивка
/  Список форумов
   /  Эльфы
/  SE-lifestyle DeskBar
На печать 
Правила 
Страница 50 из 55: « 1 ... 46 47 48 49 [50] 51 52 53 54 55 »

Peti


Elfmaker


Регистрация: 6.4.08
Сообщений: 128
Репутация: 248
Откуда: Hungary, Central Europe




 
  #491 [12.12.08, 20:44] SE-lifestyle DeskBar   

 
SE-lifestyle DeskBar
v1.0 First Release
v1.1 Bye Bugs
v1.2 Jumbo
v1.3 The long awaited one

(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: den_po, mryzeug, FreeMan8 and UltraShot for helping me some personally, Hussein for BookMan's source code, and all masterminds behind making elfpack.
To get language files, go to: http://www.se-lifestyle.com/wiki/elves:deskbar#language_files
If you can't find your own, please translate and send me the translation, so that I can add it to the list.
Regards, Peti.

(8) Changelog
New in v1.1
* fixed: memory leaking with time, now memory usage, free heap is like constant
* fixed: when name of item was changed to empty string, it losed items, no more
* fixed: vibration problem (rebooting), ! needs AudioControl_Init(); in lib !
* fixed: DB2010 drawing, now it should draw on those phones nicely (I couldn't test it though)
+ unicode to win1251 added from bookman, should support Russian encoding, I'm not sure, couldn't test
+ can run only one instance, if you start it again, it says "Deskbar already running!" and closes
+ jumping from one end or other can be disabled
+ when selecting image for bar items, you can see thumbnails
* fixed: in Config, when "Add" is selected, you could delete first item and phone rebooted, no more
* fixed: when bouncing was disabled in bcfg, it was still bouncing
~ changed java icon, it should support more phones now

New in v1.2
* fixed: enable/disable animation in bcfg didn't work
* fixed: config key must be pressed 3 times once again
+ text fading, when you select a different item, the text disappears and the new one starts fading in
+ bar hiding, on key (cam focus is the default) or when walkman starts or when you lock keys
+ not redrawing screen when hidden (low CPU usage)
+ BCFG event for BookManager
* fixed WSOD when you pressed C on "Add new item"
+ bar does not detect keys when input is shown, like when writing a phone number
+ new encoding method for bar item names, read more at http://www.se-lifestyle.com/wiki/elf_techniques:unicode_in_ini
+ new config menu, with more options
+ quit button in config menu (to shut down deskbar)
+ language support, internally, a piece of source code must be translated (english.h)
+ bar moves continuously if you press and holt keys (previous or next item)
+ ADDED SKINNING SUPPORT, skin can be selected from config menu
+ SKIN EDITOR in the elf itself (this is why this release is so big)
~ some settings of bcfg were migrated to skins as text color is skin dependent
+ overriding bar left and right borders' widths, basically this means you can draw items on the borders, making better skins
+ shadow under text, color can be defined in skin settings
+ outline on text

New in v1.3
* fixed: critical bug when you started BcfgEdit from cfg menu
+ hiding bar when input is shown (telephone number)
+ hide the bar on user inactivity, after some time
* fixed: bug with DB2010 phones' keylock
+ added up and down keys, intelligent controls
+ added new button type: Phone Control (currently has keylock, silent mode, reboot, shutdown)
+ added new button type: submenu! they even scroll the bar to position
+ added fast scrolling (scroll boost), handy when you jump from one end to the other
~ memory optimization, only necessary space is allocated for bar items
* fixed: real unicode configuration file, allows many languages, like Russian, Arabic, Greek etc.
+ language files, in unicode, so allows those languages, lng can be chosen from cfg menu
+ skin option: has selected image
* fixed: bar detects keys while it's getting shown
+ skin option: icon top
+ tips to get skins :P
* fixed: problems with triple config key, should be fine now
+ warning shown if you try to use disallowed keys, center key, for example
+ warning shown when bar.cfg is missing
+ warning shown when skin is not found
+ warning shown if language file not found
+ translator information in BookManager
~ different method for saving config files
~ changed the other java icon too

When updating, delete your old bcfg file, and when you update from v1.2 (or older), delete your cfg file too.

Regards, Peti.

Please comment in English
All screenshots and original topic: http://www.se-lifestyle.com/viewtopic.php?f=21&t=818
www.se-lifestyle.com

Перевод на русский:
http://supertrubka.org/newbb_plus/viewtopic.php?topic_id=3553&post_id=102354#102354

[ Edited by Peti в 6.2.09 16:10 ]



Прикрепленный к сообщению файл:

SE-lifestyle_DeskBar_v1.0.zip SE-lifestyle_DeskBar_v1.0.zip (38.83 kb; 947 hits) Скачать файл
DeskBar_style_Elegant.zip DeskBar_style_Elegant.zip (24.63 kb; 943 hits) Скачать файл
1_walkman_selected.png
SE-lifestyle_DeskBar_v1.1.zip SE-lifestyle_DeskBar_v1.1.zip (39.98 kb; 503 hits) Скачать файл
SE-lifestyle_DeskBar_v1.2.zip SE-lifestyle_DeskBar_v1.2.zip (213.18 kb; 1088 hits) Скачать файл
SE-lifestyle_DeskBar_v1.2_Hungarian.elf SE-lifestyle_DeskBar_v1.2_Hungarian.elf (51.19 kb; 224 hits) Скачать файл
13_1.2.jpg14_new_cfg_menu.jpg15_edit_skins.jpg
SE-lifestyle_DeskBar_v1.2_Swedish.elf SE-lifestyle_DeskBar_v1.2_Swedish.elf (51.09 kb; 103 hits) Скачать файл
SE-lifestyle_DeskBar_v1.2_Spanish.zip SE-lifestyle_DeskBar_v1.2_Spanish.zip (20.39 kb; 112 hits) Скачать файл
SE-lifestyle_DeskBar_v1.2_Polish.zip SE-lifestyle_DeskBar_v1.2_Polish.zip (20.39 kb; 144 hits) Скачать файл
SE-lifestyle_DeskBar_v1.3_Multi.zip SE-lifestyle_DeskBar_v1.3_Multi.zip (77.36 kb; 2641 hits) Скачать файл
Спасибо сказали: Zormax, evg16, zapret007, DestroyEarth, Double_A, michlantecuhtli, den_po, Grinvich11, Hobblyn, sergkyky222, nagmet, ShadowPlayer, Man1980, Tartes, Ворчун, demon_17, dragoblaztr, PUZ, Артур666, alb884, ap6y3_w610i, jamesbond22, Ну6иК, Frost-by, MoneyMasteR, wagnerbraz, SSyar, oslik23, Vitall, Up, Denukas, ArT92, beliy, MaaTrrIxx, SEVENI, MASter-UA, vvile, timos_06, Ax, d1gger17, qwert, Sotik2, UltraShot, spider, DenDi, Alex__E, Sborshik, Noodle, Dragon94, pahon, Oldbee, kord, CyberMaster, KoLjn, Spero, Artkor, burn_73, Rusty, KalaN, cobatab, Barclay, winn, android, Mojsa, oleg72sid, Alex_E, Oganyan-Arthur, metalist-tula, alexus, MahmudS, vodoo999, MiFa, Upfile, flips, degafe, veterok, toha257, lexa4311, Atreyu, distroer24, g00fy, Metaler, farid

DenDi


Опытный


Регистрация: 1.12.06
Сообщений: 208
Репутация: 39
Откуда: Kharkov.UA




 
  #492 [22.09.09, 00:01] Re: SE-lifestyle DeskBar   

 
проще поназывать все пробелами - меньше ресурсов уходить чем на прорисовку текста за краями экрана;)




SE K700i -> SE W610i -> Nokia 5530XM
Спасибо сказали: MahmudS

staromand


Пользователь


Регистрация: 9.4.09
Сообщений: 99
Репутация: 47
Откуда: Волгодонск




 
  #493 [22.09.09, 09:17] Re: SE-lifestyle DeskBar   

 
а разве он рисует за пределами экрана?




W800 SW-R1BD001
W610 SW-R6BC002

Asus P750 Windows Mobile 6.5

vodoo999


Пользователь


Регистрация: 16.2.09
Сообщений: 93
Репутация: 83
Откуда: Харьков UA




 
  #494 [22.09.09, 22:49] Re: SE-lifestyle DeskBar   

 
DenDi писал:
проще поназывать все пробелами - меньше ресурсов уходить чем на прорисовку текста за краями экрана;)

я попробывал пойти еще дальше - просто удалил названия пунктов. Только неудобно пункты редактировать.




"Valetudo est bonum optimum"

K800 => K810 R8BA024 CID 53

TpaxTeH6epr


Новичок


Регистрация: 7.10.08
Сообщений: 15
Репутация: 8
Откуда: Владимир




 
  #495 [05.10.09, 19:37] Re: SE-lifestyle DeskBar   

 
Приношу извинения, если такой вопрос уже был, все сообщения не осилил )
У меня эльф при запуске выдаёт сообщение, что не найден файл Phone/Other/ZBin/Config/DeskBar/bar.cfg , хотя он лежит в этой папке. Правда путь начинается не с "Phone", а с "tpa/user/", быть может дело в этом... Но тогда я не догоняю, где это можно отредактировать, ведь ни в .bcfg, ни в bar.cfg изменить путь нельзя...




Редкий обладатель w700, пытающийся сделать его чуть лучше.

astor


Пользователь


Регистрация: 16.11.07
Сообщений: 102
Репутация: 20
Откуда: Київ




 
  #496 [05.10.09, 21:23] Re: SE-lifestyle DeskBar   

 
TpaxTeH6epr, попробуй переименовать в
usb/Other/ZBin/Config/DeskBar/bar.cfg
или:
/usb/Other/ZBin/Config/DeskBar/bar.cfg
;-)





TpaxTeH6epr


Новичок


Регистрация: 7.10.08
Сообщений: 15
Репутация: 8
Откуда: Владимир




 
  #497 [07.10.09, 01:03] Re: SE-lifestyle DeskBar   

 
TpaxTeH6epr, попробуй переименовать в
usb/Other/ZBin/Config/DeskBar/bar.cfg
или:
/usb/Other/ZBin/Config/DeskBar/bar.cfg
;-)

Так в это-то и вопрос, где можно переписать этот путь, если ни в .bcfg , ни в bar.cfg этого не сделать? Или ты имеешь в виду, что нужно переиминовать сами папки /tpa/user/Other... в /usb/Other... ? Так это же по идее приведёт к тому, что телефон не сможет обратиться ко всем файлам, лежажим в /tpa... и, следовательно, переиминовывать их нельзя...


[ Редактировано TpaxTeH6epr в 7.10.09 01:03 ]




Редкий обладатель w700, пытающийся сделать его чуть лучше.

ENSAIER


Expert


Регистрация: 7.1.09
Сообщений: 574
Репутация: 498
Откуда: kr\dp\UA




 
  #498 [07.10.09, 06:58] Re: SE-lifestyle DeskBar   

 
TpaxTeH6epr, хех) правильно подметил, наверно человек имел в виду переместить =) попробуй, должно сработать) у меня тут лежит /usb/Other/ZBin/Config/DeskBar/



XenonPower


Вникающий


Регистрация: 21.12.07
Сообщений: 46
Репутация: 52
Откуда: Ярославль




 
  #499 [15.10.09, 20:09] Re: SE-lifestyle DeskBar   

 
ENSAIER писал:
у меня тут лежит /usb/Other/ZBin/Config/DeskBar/

На db2010 нету папки usb/. а путь походу в эльфе прописан как usb/other.

[ Редактировано XenonPower в 15.10.09 20:41 ]




SЕ W700i (R1CA021) + vkp + elf's
Ginza MS 100 WM5
LG Optimus One

SE W580

BlackSerh


Бывалый


Регистрация: 5.2.09
Сообщений: 464
Репутация: 359
Откуда: Харьков




 
  #500 [15.10.09, 20:23] Re: SE-lifestyle DeskBar   

 
XenonPower, судя по пути- нет, у него дб2020




k790i R8BF003
Уже надоело вырубать всплывающую рекламу!!!

Truee


Новичок


Регистрация: 15.8.09
Сообщений: 12
Репутация: 7





 
  #501 [15.10.09, 20:34] Re: SE-lifestyle DeskBar   

 
Отлично всё работает...но проблема в том,что когда допустим входишь в калькулятор, потом телефон переходит в режим ожидания,следовательно отключение экрана,а потом когда начинаешь заного работать, всё ужасно тормозить начинает и решение одно, выйти на ГЭ потом зайти в меню и выйти снова на ГЭ и тогда всё прекратится,можно ли это всё как нибудь решить?
Или это я один такой уникальный?)


Страница 50 из 55: « 1 ... 46 47 48 49 [50] 51 52 53 54 55 »


Похожие темы
 ТемаОтветыАвторПросмотрыОбновление
  Скины для Deskbar74LitEFlieN8355704.05.13, 19:56
  DeskBar v3.33385mc_kibel23383527.09.12, 23:23
  SE-lifestyle Flash Menu Picker11Peti1471007.05.09, 23:20

  • Поиск
  • Права
Вы не можете начинать темы.
Вы не можете редактировать свои сообщения.
Вы не можете создавать опросы.
Вы не можете вкладывать файлы в сообщения.
Вы не можете отвечать на сообщения.
Вы не можете удалять свои сообщения.
Вы не можете голосовать.

Главная Новости Статьи Файлы Патчи Форум Опросы PDA
- Генерация страницы: 0.21 секунд | 12 Запросов | HTML: 57.67 КБ -