Introduction:
Needed:
1.Dyn_const.bin(of your phone)
2.Dyn_tags DYN TAGS
3.Constants of some phone W610 CONSTANTS
4.DCE elf..For editing dyn through phone
Click to view attachment
Going to work
After you downloaded all the neccesary things,you can move on adding
1.Open DCE.elf
2.Open dyn_tag.h file (simply with notepad)
3.Found the event you want to enter to your dyn ..
Example:
CODE
UI_MEDIAPLAYER_VIDEO_PLAYING_TIME_EVENT_TAG 0x000001DB
As you can see in DCE.elf,first thing to enter is position..
So we take this:
CODE
0x000001DB
And enter
CODE
1DB
As a position 4.Open w610_r6bc002.h file (constants)
Find the event :
CODE
#define UI_MEDIAPLAYER_VIDEO_PLAYING_TIME_EVENT 0x296B
And enter
CODE
296B
as an constant..5.Presss ok,when elf asks you ok??
And voila,you have added constants of events to your phone
I hope this tut is understandable for you ppl,if not,I will correct some mistakes..
Regards
PS. YOU can find constants here: Constants
Tnx to mousex who learnt me this
