E71.RU E71.RU
Добро пожаловать, Гость! [ ИнфоБлокОбновленияУчастникиПравилаПоискFAQ-ЧаВо ] Регистрация недоступна • Вход RSS
Четверг, 25.04.2024
Наш Каталог файлов содержит множество материалов. Например, java-приложения и игры, уже адаптированные под наши телефоны.
Модератор форума: Maggot  
Форум » Мобильный мир » English-speaking Forum » MySMSYS (My SMS System elf by BingK)
MySMSYS
sim_emromДата: Четверг, 25.09.2008, 13:30 | Сообщение # 1
Человек
Имя: Сергей
С нами с: 04.05.2007
Сообщений: 1756
Награды: 41
Модель телефона: Realme 8 Pro
Статус: Offline
All about MySMSYS © BingK :)

Remember: you always need to have up-to-date library to use MSS ;)


Сообщение отредактировано sim_emrom - Вторник, 24.03.2009, 22:16
 
BingKДата: Суббота, 11.10.2008, 05:57 | Сообщение # 76
Подполковник
Имя: BingK
С нами с: 03.08.2008
Сообщений: 100
Награды: 0
Модель телефона: S75/S68/SK65
Статус: Offline
to funMarkus
No such problem on my S7Cv47, when i press "OK", the successful-sent pop-up window closed immediately.

And do you have such a problem after sending a SMS successfully on Megadial ?

Make a patch to disable that pop-up window. :D


S7Csw47[MasterPack+ELFPack]
S68Csw51[MasterPack+ELFPack]
SK6Csw50[ELFPack]
DCA- 510/540/110/140
I am From China !


Сообщение отредактировано BingK - Суббота, 11.10.2008, 06:05
 
BingKДата: Суббота, 11.10.2008, 17:14 | Сообщение # 77
Подполковник
Имя: BingK
С нами с: 03.08.2008
Сообщений: 100
Награды: 0
Модель телефона: S75/S68/SK65
Статус: Offline
v1.8.3 2008.10.11
1.remove option "move to archive" when view a file in archive
2.a better way yo get the new sms
3.if the file is exist, auto rename

update 22:00
ELKA:http://e71.ru/_fr/13/MySMSYS_elka_en.elf
NSG:http://e71.ru/_fr/13/MySMSYS_nsg_lg3.elf

some "plugin" for this elf:http://e71.ru/_fr/13/Plugin.7z
open all sms list: Mss_All.elf (988 Bytes)
create new sms: Mss_CreateNew.elf (992 Bytes)
open archive: Mss_Archive.elf (992 Bytes)
open draft list: Mss_Draft.elf (988 Bytes)
open all incoming sms list: Mss_InAll.elf (984 Bytes)
open all new incoming sms list: Mss_InNew.elf (988 Bytes)
open all read incoming sms list Mss_InRead.elf (988 Bytes)
open main menu: Mss_Main.elf (988 Bytes)
open all sent sms list: Mss_Sent.elf (988 Bytes)
----------------------------------------------------------
swilib.h update:

Code

typedef struct
{
       void *unk_proc0; //0xA09D901D S7Cv47
       void *unk_proc1; //0xA09D9025 S7Cv47
       short index; //1,2,3 ...
       char unk[6];
       short unk1; //another index ?
       char cnt_all;
       char cnt_received; // =cnt0;
       short *data_id; //depend on cnt, for GetSmsPosIndex to get pos_index
       short unk2; //0, 0x700
       short unk3; //0
       char unk4; // 3
       char unk5; //0,3
       char type; // 0, in read, 1, in new, 3,sent
       char new_cnt_data; // ?      
}INDEX_ID_DATA;

typedef struct
{
       void *next;
       void *prev;
       INDEX_ID_DATA *index_id_data;
       //short unk0; //0xB2 pdu_size ?
       //short unk1; //0x4077 SMS_SIMIF_SM_CEPID ?
       //int unk2; //0x190 ?
       //void *unk3; //a list ?
}SMS_DATA_LIST;

typedef struct
{
       SMS_DATA_LIST *first;
       SMS_DATA_LIST *last;
       void *unk_proc; //0xA09DA18D //S7Cv47
}SMS_DATA_LLIST;

typedef struct
{
       SMS_DATA_LLIST in_msg;
       SMS_DATA_LLIST out_msg;
      short unk_0xFFFF;
      short unk_0_1;
      short cnt_msg_in_read;
      short cnt_in_new_sms_dat;
      short cnt_in_new_opwv; //? ems ?
      short cnt_sms_sent;
      short cnt_sms_draft;
      short unk_0_2;
      short cnt_freespace_data; // -0x28 == ?
      short cnt_in_data;
      short unk_0_3;
      short cnt_sent_data;
      short cnt_draft_data;
}SMS_DATA_ROOT;
Вложения: MySMSYS_elka_en.elf (55.7 Kb) · MySMSYS_nsg_lg3.elf (55.6 Kb) · Plugin.7z (0.9 Kb)


S7Csw47[MasterPack+ELFPack]
S68Csw51[MasterPack+ELFPack]
SK6Csw50[ELFPack]
DCA- 510/540/110/140
I am From China !


Сообщение отредактировано BingK - Суббота, 11.10.2008, 18:02
 
sim_emromДата: Воскресенье, 12.10.2008, 01:40 | Сообщение # 78
Человек
Имя: Сергей
С нами с: 04.05.2007
Сообщений: 1756
Награды: 41
Модель телефона: Realme 8 Pro
Статус: Offline
BingK, I thought about additional elfs too after our last conversation, but I supposed you wouldn't make them because of many functions used in both...

e.g. we need a Mss-reader.elf to associate with mss. But what will we do, if we want to reply to some sms? So: + AB-functions + Create New ... blah blah blah... Or to add IPC-commands to start MySMSYS... That's all is a big headache for programmer %)

Continuing my wish-list:
- in config: AB-filter of what to show first: name, family name or shown name //that's because I use shown name by default in AB :(
- GUI: header of sms-viewer with phone-number before :[symbols]
- GUI: header of creating sms window:
SMS [msg_parts]:[symbols] (it seems it was released in SMSman)
- GUI: icons for draft-sms as in browser (on my E71 now they look like sent)
- please, change default path to 4:\Zbin\MySMSYS (now it is: 0:\Zbin\MySMSYS) and disable autosave to file by default


I have some time in ARM_Debugger to push-n-pull my brain. I found only that (E71v45):

A0B57216 F3 B5 PUSH {R0,R1,R4-R7,LR}
It traces once in Browser after successful (with popup window and pressing OK!) moving from sms.dat to Archive (to native messagePart.db as I think).

l_A0B572C4: F0 B5 PUSH {R4-R7,LR}
When save sms to draft (tried mms - no, only works with sms)

that's all :(



2 funMarkus: I tried, everything is fine when send sms, i just press OK and it works. See your patches/demons pardon


Oh, these plugins work with IPC only... Understood. Is MssLinker plugin too?

I changed icon for Draft (to 5B2) and compliled Russian 1.83 for ELKA. See attachment.
Still not fine working of jumping in folder.

Вложения: E_MSS183RU.elf (44.2 Kb)


Сообщение отредактировано sim_emrom - Воскресенье, 12.10.2008, 02:54
 
evgenarkДата: Воскресенье, 12.10.2008, 07:08 | Сообщение # 79
Подполковник
Имя: Евгений
С нами с: 11.07.2007
Сообщений: 101
Награды: 5
Модель телефона: ЕШКИ
Статус: Offline
It is strange that no offers GUI of emenu_mod.elf, but from sMenu opens.
Google translate. Sorry. ;)


Лучше сто раз покрыться пОтом, чем один раз инеем..

Сообщение отредактировано evgenark - Воскресенье, 12.10.2008, 07:12
 
BingKДата: Воскресенье, 12.10.2008, 09:48 | Сообщение # 80
Подполковник
Имя: BingK
С нами с: 03.08.2008
Сообщений: 100
Награды: 0
Модель телефона: S75/S68/SK65
Статус: Offline
to sim_emrom
thanks, 0x5B2 is the correct icon for draft.
MssLinker working based on IPC too.

the problem is, the function DeleteSMS can't delete lots of sms in a fast speed, after delete one sms, the system needs some time to refresh the "SMS_DATA_ROOT *SmsDataRoot()" list and maybe some others.

:'( it is limited by the system.

to evgenark
try the plugin, Mss_Main.elf


S7Csw47[MasterPack+ELFPack]
S68Csw51[MasterPack+ELFPack]
SK6Csw50[ELFPack]
DCA- 510/540/110/140
I am From China !


Сообщение отредактировано BingK - Воскресенье, 12.10.2008, 10:07
 
g4m3rДата: Воскресенье, 12.10.2008, 10:03 | Сообщение # 81
Полковник
Имя: ИЛЬШАТ
С нами с: 21.08.2007
Сообщений: 246
Награды: 0
Модель телефона: E71v45
Статус: Offline
evgenark,
Quote (evgenark)
It is strange that no offers GUI of emenu_mod.elf, but from sMenu opens.

I have the same problem(((.

Will it be possible to use the sli indicator when receiving messages in next versions and add icon for iconbar as in a standard browser?
Will it be possible to add support to standart archive-messages?

p.s. this online translate=)



 
funMarkusДата: Воскресенье, 12.10.2008, 10:09 | Сообщение # 82
Лейтенант
Имя: funMarkus
С нами с: 24.05.2007
Сообщений: 57
Награды: 0
Модель телефона: el71
Статус: Offline
Ok, I'll check up. Maybe there is a problem because of some patches, dunno. Could you post the information about hot keys? Thanks a lot.
 
sim_emromДата: Вторник, 14.10.2008, 09:19 | Сообщение # 83
Человек
Имя: Сергей
С нами с: 04.05.2007
Сообщений: 1756
Награды: 41
Модель телефона: Realme 8 Pro
Статус: Offline
I can't move to Archive 19 mss-files of Sent category. MySMSYS said 19 files successfully moved, but they are still in main window and no one of them in Archive dontknow
BingK, would you add keys-jump support to main menu? As in everywhere in phone (1 - Create SMS, 2 - InNew, 3 - Inbox etc.)
 
BingKДата: Среда, 15.10.2008, 18:30 | Сообщение # 84
Подполковник
Имя: BingK
С нами с: 03.08.2008
Сообщений: 100
Награды: 0
Модель телефона: S75/S68/SK65
Статус: Offline
to funMarkus
hot keys:

in sms list,
key 7, delete cursor sms,
green button, reply sursor sms,
key 9, save cursor sms as file,
key *, show cursor sms number info,
key 8, export cursor sms as txt,
key 4, move cursor sms to archive

in view sms gui:
green button, reply,
left button, prev sms,
right button, next sms,
key *, show number info,

in edit/new sms gui:
green button, reply,

to sim_emrom
about the "move to archive" problem, try the new version, maybe there is some file in the same name.
---------------------------------------
version 1.8.4 is released.
1. "save as draft" --> "save", at edit draft.
2. fix 20 bytes of memory leak on view sms gui.
3. all the multi deleteing sms from sms.dat operator are disabled.


S7Csw47[MasterPack+ELFPack]
S68Csw51[MasterPack+ELFPack]
SK6Csw50[ELFPack]
DCA- 510/540/110/140
I am From China !


Сообщение отредактировано BingK - Среда, 15.10.2008, 18:48
 
funMarkusДата: Среда, 15.10.2008, 19:12 | Сообщение # 85
Лейтенант
Имя: funMarkus
С нами с: 24.05.2007
Сообщений: 57
Награды: 0
Модель телефона: el71
Статус: Offline
I fully agree with the idea of activating the sli when sms is received because the browser is deactivated and nothing makes a sense of a received message (when the sound/vibration is off) . I wonder if it is possible to make an option of sms-reminder. What do I mean exactly? I mean that we could choose a reminder as a sort of short vibration after a period of time if the message is still unread for some time. That would make us recall about a message if we did not have time to read sms by the time it was received! Thanks a lot! I enjoy using this unbelieveable elf. And I've discovered that the elf is unable to view sms-reports of the browser. It is pity. Is it possible to do anything with this?

"version 1.8.4 is released".
could you give us a link? I can't find it.

 
sim_emromДата: Среда, 15.10.2008, 23:24 | Сообщение # 86
Человек
Имя: Сергей
С нами с: 04.05.2007
Сообщений: 1756
Награды: 41
Модель телефона: Realme 8 Pro
Статус: Offline
funMarkus, I compiled English. Not tested. See attachment.
Quote (funMarkus)
I've discovered that the elf is unable to view sms-reports of the browser
Well, it's a long story. Nor query to report, nor getting that report... It isn't possible now.
Quote (funMarkus)
I mean that we could choose a reminder as a sort of short vibration after a period of time if the message is still unread for some time.
I don't know exactly, but I thought Blinker elf could do it.

Idea 'bout SLI is nice. But I'm still using Browser :)

Russian version will be later 'cause I have no time (it seems, BingK too. I didn't see you in any internet-space for 3 days ;) ).

Вложения: E_MSS184_EN.elf (43.9 Kb)
 
BingKДата: Четверг, 16.10.2008, 16:30 | Сообщение # 87
Подполковник
Имя: BingK
С нами с: 03.08.2008
Сообщений: 100
Награды: 0
Модель телефона: S75/S68/SK65
Статус: Offline
to funMarkus
the sources: http://sieelf.googlecode.com/svn/SieELF/MySMSYS

if you have apply the Browser Killer, blinker.elf couldn't get the count of new sms.
and a better way to get the count of new sms is: SmsDataRoot()->cnt_in_new_sms_dat;

---------------------------------------------
v1.8.5 is released.
1.read message-report support.
2.auto delete message-report after read it as default.
3.would you add keys-jump support to main menu (thanks to sim_emrom)
4.fix a OptionMenuWithUserItems bug on edit gui.


S7Csw47[MasterPack+ELFPack]
S68Csw51[MasterPack+ELFPack]
SK6Csw50[ELFPack]
DCA- 510/540/110/140
I am From China !
 
sim_emromДата: Пятница, 17.10.2008, 00:59 | Сообщение # 88
Человек
Имя: Сергей
С нами с: 04.05.2007
Сообщений: 1756
Награды: 41
Модель телефона: Realme 8 Pro
Статус: Offline
I'm sorry but I can't get sms-report anyway... I tried with Browser killer and without it, sending from Browser and elfs... What's the matter? :(
How does MySMSYS read report? By content? (I have patched report message in langpack) :( :(
Quote (BingK)
thanks to sim_emrom
not to me, that was just my wish shy

Please, try to fix jumpimg-in-folder. I think it really works when I first press down once or twice and then only left-right %)

Added Russian version for ELKA here. Translation differs from old, I'm still trying to find best equivalence.
English version is also here, but not striped and not ru-default-configured.

Вложения: E_MSS185_RU.elf (45.1 Kb) · E_MSS185_EN.elf (56.5 Kb)
 
BingKДата: Пятница, 17.10.2008, 07:57 | Сообщение # 89
Подполковник
Имя: BingK
С нами с: 03.08.2008
Сообщений: 100
Награды: 0
Модель телефона: S75/S68/SK65
Статус: Offline
to sim_emrom
only read sms-report correctly. read it from sms.dat.
and we can't notify the sms-report.
if you have applied Browser-Killer, sms-report would be saved to sms.dat.


S7Csw47[MasterPack+ELFPack]
S68Csw51[MasterPack+ELFPack]
SK6Csw50[ELFPack]
DCA- 510/540/110/140
I am From China !


Сообщение отредактировано BingK - Пятница, 17.10.2008, 08:16
 
BingKДата: Вторник, 21.10.2008, 09:54 | Сообщение # 90
Подполковник
Имя: BingK
С нами с: 03.08.2008
Сообщений: 100
Награды: 0
Модель телефона: S75/S68/SK65
Статус: Offline
the new 1.9 version is released:
1.text font config by your self
2.menu changed
to draft, the first item of option menu was changed to send, press green button in the sms list to edit
3.use new delete function, function 0x2AC was replaced.
4.call the native address to select and save number
use new function 0x2B3-0x2B9

function discusion: http://forum.siemens-club.org/viewtopic.php?TopicID=57264&page=23


S7Csw47[MasterPack+ELFPack]
S68Csw51[MasterPack+ELFPack]
SK6Csw50[ELFPack]
DCA- 510/540/110/140
I am From China !
 
huteuszДата: Вторник, 21.10.2008, 10:10 | Сообщение # 91
Генерал-лейтенант
Имя: Mateusz
С нами с: 18.01.2008
Сообщений: 490
Награды: 3
Модель телефона: e71v45 / cxt70v56
Статус: Offline
I have problems with saving anything into txt...
there is an "File Operate Error"


:( siemens is dead
 
sim_emromДата: Вторник, 21.10.2008, 13:13 | Сообщение # 92
Человек
Имя: Сергей
С нами с: 04.05.2007
Сообщений: 1756
Награды: 41
Модель телефона: Realme 8 Pro
Статус: Offline
MySMSYS 1.9 by BingK
What's so important new...
in 1.86:
- templates for new sms: put txt-files (ANSI-coded) in MySMSYS\Text\Template folder
in 1.9:
- as BingK said, new functions (see first message of topic) to work directly with Native Address Book. You can add number even from sim-card now.
- deleting sms without conflict to Browser (incompatible with old MSS-versions new function 2AC)

I've got pikoff firstly from bsp_timer in elf, but I'm not sure it was because of elf itself, I tried again then and everything gonna fine.

My wishes:
- use default firmware-icon for new sms in config instead of new.png
- support for SLI-indicator for new sms on ELKA (small green light indicator, do you remember it on e71? el71 has it too)
- add not only numbers data (but e-mails as well) from AddressBook in TEXT of new message, not as in NUMBER-input in elf
- reading number-owner names from AB and show them with numbers in SMS-view
- return Move all sms to mss back ;) I think it must be fine with new version of DeleteSMS
- nice message-header instead of ":37"
- maybe... selecting sms by checking to make some mass operations (kinda "Delete selected", "Move to Archive") with them
- sort sms by date-time, I see they are not sorted now at all :(
- show sms.dat free space in entry of Others or maybe Statistics like:

Code
% sms in sms.dat
in: %
out: %
draft: %
% mss-files
in: %
out: %
draft: %

Post 2 variants of new.png file (QIP 16x16 and SieX85 26x26)

Good luck! shy

Вложения: MSS19_ELKA_EN.elf (47.1 Kb) · MSS19_ELKA_RU.elf (47.2 Kb) · MSS19_NSG_RU.elf (47.1 Kb) · 9617118.png (0.6 Kb) · 4115657.png (0.4 Kb)
 
MaggotДата: Вторник, 21.10.2008, 15:50 | Сообщение # 93
Генерал-майор
Имя: Maggot
С нами с: 25.01.2008
Сообщений: 305
Награды: 1
Модель телефона: E71v45
Статус: Offline
maybe you could add a function to send a sms to a setted time. e.g if somebody has birthday you can set the send time to 0:00 and go sleep. :)

Gefunden auf einem neuseeländischen FTP-Server zu einer Zeit, als die meisten von euch noch nicht mal wussten, dass man Komputer mit K schreibt.
 
BingKДата: Вторник, 21.10.2008, 17:23 | Сообщение # 94
Подполковник
Имя: BingK
С нами с: 03.08.2008
Сообщений: 100
Награды: 0
Модель телефона: S75/S68/SK65
Статус: Offline
to funMarkus your problem maybe caused by MultiSimPatch

S7Csw47[MasterPack+ELFPack]
S68Csw51[MasterPack+ELFPack]
SK6Csw50[ELFPack]
DCA- 510/540/110/140
I am From China !
 
funMarkusДата: Среда, 22.10.2008, 00:08 | Сообщение # 95
Лейтенант
Имя: funMarkus
С нами с: 24.05.2007
Сообщений: 57
Награды: 0
Модель телефона: el71
Статус: Offline
I haven't that patch installed on my EL71 but I will try to find the solution of this problem and let you know if I have some results. Nice elf, nice job, now it is time to develep some extra options in order to make the elf more flexible, comfortable and independent!
 
BingKДата: Четверг, 23.10.2008, 18:38 | Сообщение # 96
Подполковник
Имя: BingK
С нами с: 03.08.2008
Сообщений: 100
Награды: 0
Модель телефона: S75/S68/SK65
Статус: Offline
v1.9.1
use default firmware-icon for new sms in config instead of new.png //OK ^_^
+Statistics
+do not read the ems id it is not full reveived.

--------------------------------

to sim_emrom

Quote
- sort sms by date-time, I see they are not sorted now at all

really? it works well on my S7Cv47.
Quote
- support for SLI-indicator for new sms on ELKA (small green light indicator, do you remember it on e71? el71 has it too)

that maybe blinker's work.
Quote
- return Move all sms to mss back I think it must be fine with new version of DeleteSMS

i have tried that, still impossible.
Quote
- nice message-header instead of ":37"

change "const char LGP_CHAR_COUNT[]="";" in language.c.
Quote
- add not only numbers data (but e-mails as well) from AddressBook in TEXT of new message, not as in NUMBER-input in elf

i will try that.


S7Csw47[MasterPack+ELFPack]
S68Csw51[MasterPack+ELFPack]
SK6Csw50[ELFPack]
DCA- 510/540/110/140
I am From China !


Сообщение отредактировано BingK - Четверг, 23.10.2008, 18:38
 
SimaFishДата: Четверг, 23.10.2008, 23:23 | Сообщение # 97
Сержант
Имя: Андрей
С нами с: 23.10.2008
Сообщений: 20
Награды: 0
Модель телефона: A31v5, CXV70v50, S75v52
Статус: Offline
Where is the link of the latest version + graph?

CXV70v50 + patches, A31v5, A55->C55v24, А70v32
S75v52 + ElfPack v2.3, MPv14 + patches, HHB-700, 1Gb RS-MMC
ASUS M50Sa 2.5Ghz, 4Gb RAM, 1Gb VRAM, 500Gb, Blu-Ray
 
BingKДата: Пятница, 24.10.2008, 07:53 | Сообщение # 98
Подполковник
Имя: BingK
С нами с: 03.08.2008
Сообщений: 100
Награды: 0
Модель телефона: S75/S68/SK65
Статус: Offline
to SimaFish
sources: http://sieelf.googlecode.com/svn/SieELF/MySMSYS

no graphic, we use the icon from firmware as default.

a function of S75v52 need to fix:
0954: 0xA097F42E ; 255: void MenuSetUserPointer(void *gui,void *user_pointer)


S7Csw47[MasterPack+ELFPack]
S68Csw51[MasterPack+ELFPack]
SK6Csw50[ELFPack]
DCA- 510/540/110/140
I am From China !


Сообщение отредактировано BingK - Пятница, 24.10.2008, 07:55
 
SimaFishДата: Пятница, 24.10.2008, 08:20 | Сообщение # 99
Сержант
Имя: Андрей
С нами с: 23.10.2008
Сообщений: 20
Награды: 0
Модель телефона: A31v5, CXV70v50, S75v52
Статус: Offline
Thanks, but what kind of fix should i do with MenuSetUserPointer function??

The phone fall at "Undefined_Instruction! adress:0xA097F438".


CXV70v50 + patches, A31v5, A55->C55v24, А70v32
S75v52 + ElfPack v2.3, MPv14 + patches, HHB-700, 1Gb RS-MMC
ASUS M50Sa 2.5Ghz, 4Gb RAM, 1Gb VRAM, 500Gb, Blu-Ray


Сообщение отредактировано SimaFish - Пятница, 24.10.2008, 08:21
 
BingKДата: Пятница, 24.10.2008, 09:43 | Сообщение # 100
Подполковник
Имя: BingK
С нами с: 03.08.2008
Сообщений: 100
Награды: 0
Модель телефона: S75/S68/SK65
Статус: Offline
it should be:
0954: 0xA097F42F ; 255: void MenuSetUserPointer(void *gui,void *user_pointer)


S7Csw47[MasterPack+ELFPack]
S68Csw51[MasterPack+ELFPack]
SK6Csw50[ELFPack]
DCA- 510/540/110/140
I am From China !
 
Форум » Мобильный мир » English-speaking Forum » MySMSYS (My SMS System elf by BingK)
Поиск:
Использование материалов сайта возможно только при согласовании с администрацией