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

MoonPhase 1.2 : Эльфы : Форум : Для Sony Ericsson патчи эльфы моддинг прошивка
/  Список форумов
   /  Эльфы
/  MoonPhase 1.2
На печать 
Правила 
Страница 3 из 10: « 1 2 [3] 4 5 6 7 ... 10 »

eddmund


Elfmaker


Регистрация: 19.1.08
Сообщений: 206
Репутация: 83
Откуда: Austria




 
  #21 [16.11.08, 04:48] MoonPhase 1.2   

 
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.2.
* Can be used together with DayDis 1.1 or higher to also display the percentage of the visible Moon.


What's new?

2010-07-10: v1.2

* Bugfix: on some phones, the screen may not have been updated when it has been waken up from sleep mode.
* The [SCREEN_WANDERING] option is enabled per default.
* Code to display the images is based on "ImageTest" 1.2.

Thanks:

UltraShot, diezil, wagnerbraz, mousex



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

MoonPhase_1.2.zip MoonPhase_1.2.zip (236.67 kb; 264 hits) Скачать файл


My Elves: [ MoonPhase 1.2 | DayDis 1.1 | ImageTest 1.2 ]
Phone: K770_R8BC004
Спасибо сказали: jonico, Hobblyn, jamesbond22, PUZ, kirpeace, MASter-UA, diezil, wagnerbraz, duhh, Sotik2, DestroyEarth, lisaus, Grinvich11, markross, d1gger17, wjunior, Тисл, Alex_E, Blend, plembo, sakula

jamesbond22


Свой в доску


Регистрация: 19.8.07
Сообщений: 1764
Репутация: 1322





 
  #22 [16.11.08, 22:53] Re: MoonPhase 0.2   

 
eddmund,
I add this:
#define PHONE_IN_STBY_EVENT 0x84C
Value 0x84C i get from file W880_R8BA024.h.
then i compiled file dyn_const.bin.

Now elf work!

Below attached newest file dyn_const.bin for W850 R1KG001.



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

DYN_CONST_W850.zip DYN_CONST_W850.zip (0.86 kb; 14 hits) Скачать файл


Sе XPeria X8 ROM 2.3.5 GingerDX v008

eddmund


Elfmaker


Регистрация: 19.1.08
Сообщений: 206
Репутация: 83
Откуда: Austria




 
  #23 [17.11.08, 00:01] Re: MoonPhase 0.2   

 
jamesbond22,

excellent solved!

In the next release of MoonPhase, I plan to check for the presence of the PHONE_IN_STBY_EVENT constant and quit the Elf with a message on absence.




My Elves: [ MoonPhase 1.2 | DayDis 1.1 | ImageTest 1.2 ]
Phone: K770_R8BC004

kirpeace


Patcher


Регистрация: 28.12.07
Сообщений: 89
Репутация: 114





 
  #24 [17.11.08, 02:57] Re: MoonPhase 0.2   

 
above value define PHONE_IN_STBY_EVENT 0x84C working for w610 too



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

DYN_CONST_w610.zip DYN_CONST_w610.zip (0.83 kb; 12 hits) Скачать файл

mousex


Новичок


Регистрация: 16.11.08
Сообщений: 6
Репутация: 0
Откуда: Germany




 
  #25 [17.11.08, 19:09] Re: MoonPhase 0.2   

 
0x84C is in fact STANDBY_IDLE_EVENT 0x84C, the DB2020 equal to PHONE_IN_STBY_EVENT. So, eddmund, you can simply use STANDBY_IDLE_EVENT on DB2020 phones and need no check and quit.



dimmss


Опытный


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




 
  #26 [17.11.08, 19:56] Re: MoonPhase 0.2   

 
Какой смысл от этого эльфа? :-?




К 750i р1ца021 Напичкано все что можно. (Пора менять)

mousex


Новичок


Регистрация: 16.11.08
Сообщений: 6
Репутация: 0
Откуда: Germany




 
  #27 [17.11.08, 20:52] Re: MoonPhase 0.2   

 
dimmss: MoonPhase displays an image of the current moon phase on the standby screen.



eddmund


Elfmaker


Регистрация: 19.1.08
Сообщений: 206
Репутация: 83
Откуда: Austria




 
  #28 [17.11.08, 23:17] Re: MoonPhase 0.5   

 
mousex пишет:
0x84C is in fact STANDBY_IDLE_EVENT 0x84C, the DB2020 equal to PHONE_IN_STBY_EVENT. So, eddmund, you can simply use STANDBY_IDLE_EVENT on DB2020 phones and need no check and quit.

MoonPhase 0.5 which I have just released, no longer needs the "DYN_CONST.bin" file to mess up with.

The DYN_CONST.bin currently uses two different constant names for the same value - STANDBY_IDLE_EVENT and PHONE_IN_STBY_EVENT. They are absolutely the same, but some have either one of them, others both defined. These "doubles" make no sense at all, but only add confusion.

MoonPhase 0.5 simply assigns the value 0x84C to the constant on DB2020 phones, otherwise 0x7B6.

Edit 2008-11-18:

I have now recognized that the constant for the Standby Mode event has nothing to do with the platform (DB2020 or not)! Another mystery that is flying around...

In MoonPhase 0.6, I now again read the value out of the "DYN_CONST.bin" file, but look at both possible constant names: In the current official ElfPack SVN, 20 models are supported. Most of them (15) have the STANDBY_IDLE_EVENT constant defined. The remaining 5 models have PHONE_IN_STBY_EVENT defined. So I first check if STANDBY_IDLE_EVENT is defined. If it isn't, I check if PHONE_IN_STBY_EVENT is defined and use that value instead. If that constant should also not be defined, MoonPhase tells you and quits.

In terms of code, it looks like:

Код: 
  event_in_standby_mode = STANDBY_IDLE_EVENT;
  if (event_in_standby_mode >= 0xFFFFFFFF) {
    event_in_standby_mode = PHONE_IN_STBY_EVENT;
  }
  if (! checkDynConstEvent(event_in_standby_mode, (wchar_t*)L"PHONE_IN_STBY_EVENT")) {
    FreeBook(myBook);
    return 1;
  }


[ Edited by eddmund в 19.11.08 13:49 ]




My Elves: [ MoonPhase 1.2 | DayDis 1.1 | ImageTest 1.2 ]
Phone: K770_R8BC004

kirpeace


Patcher


Регистрация: 28.12.07
Сообщений: 89
Репутация: 114





 
  #29 [18.11.08, 03:24] Re: MoonPhase 0.6   

 
50% means full moon?



eddmund


Elfmaker


Регистрация: 19.1.08
Сообщений: 206
Репутация: 83
Откуда: Austria




 
  #30 [18.11.08, 04:16] Re: MoonPhase 0.6   

 
kirpeace,

yes, 50% (180°) = full Moon in DayDis versions < 1.1 (new Moon -> full Moon -> new Moon = 0 -> 50 -> 100 %).

Starting with DayDis 1.1, the displayed percentage shows the visible illuminated Moon area (new Moon -> full Moon -> new Moon = 0 -> 100 -> 0 %).

[ Edited by eddmund в 4.12.08 17:48 ]



Прикрепленный к сообщению файл:
MoonPhase-0-25-50-75-100%.png


My Elves: [ MoonPhase 1.2 | DayDis 1.1 | ImageTest 1.2 ]
Phone: K770_R8BC004

zhero


Вникающий


Регистрация: 26.4.08
Сообщений: 27
Репутация: 179





 
  #31 [19.11.08, 23:54] Re: MoonPhase 0.8   

 
I have a problem with the elf really puts the image in SleepMode?? that the version 0.8 can be said that I could correct?? sorry for my english :-o

[ Редактировано zhero в 19.11.08 14:56 ]

[ Редактировано zhero в 19.11.08 14:59 ]




Sе Xperia X10 Mini Pro And HTC Desire Z -ROM CyanogenMod9 -
'Фу' сказали: DaRkMaN
Страница 3 из 10: « 1 2 [3] 4 5 6 7 ... 10 »


Похожие темы
 ТемаОтветыАвторПросмотрыОбновление
  ExtensionChanger v1.217jasiek2405604.06.13, 09:06
  FastKeys v2.3 FK Editor v1.2 2in1453Slawwan28275121.02.13, 03:55
  Elf Installer v1.24332Hussein28557231.01.13, 15:44
  LiveBalanceLite v. 1.21274ploik19931530.01.13, 14:40
  AdvancedSoftkeys v1.2689UltraShot35873305.05.12, 09:30
  Probably last / latest release of SEDev Patch Studio 1.2 - v0HX_unbanned334711.04.11, 12:00
  SEByte 1.25 - Программа для патчеров9avens1311516.05.09, 16:49
  El Feneri 1.2 (Torch Elf)25Mehmet Akif1855228.12.10, 11:10

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

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