|
![]() |
|
Welcome to the GSM-Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| Register | FAQ | Donate | Forum Rules | ★. iPhone Unlock .★ | -= JTAG BOOM =- | .: Nokia Unlock :. | Search | Today's Posts | Mark Forums Read |
| Siemens-Benq Flash Patching All about Flash patching/patches and Flash Modifications we can get it from here |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| No Life Poster ![]() ![]() ![]() ![]() ![]() Join Date: Oct 2003
Posts: 705
Member: 42457 Status: Offline Thanks: 0
Thanked 1 Time in 1 Post
| Full Screen Animation on SMS sending? Is it possible to make a full screen animation of SMS sending? Not only a flying letter and two mobiles? I tried but I failed cause I wasn't able to took pictures in the right position. Hope someone can provide the space for those huge pictures or we can overwrite the old Minessweeper,Traffic and Labyrinth pic.... They were long time keept untouched |
| | #2 (permalink) |
| No Life Poster ![]() ![]() ![]() ![]() ![]() Join Date: Mar 2002 Location: -[r0]- Age: 42
Posts: 835
Member: 9891 Status: Offline Thanks: 0
Thanked 2 Times in 2 Posts
| 1/ Yes, it is possible (check my Incoming Call Image patch). The idea is same right? 2/ It is also possible to add more image index. I did it in that ICI patch also (use new index and free area, not overwriting any existing images). ==> But after that, you can only change the image (in that new index) using the latest ffmod ... rizapn |
| | #3 (permalink) |
| No Life Poster ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jan 2004 Location: Italy Age: 38
Posts: 1,018
Member: 50673 Status: Offline Thanks: 0
Thanked 2 Times in 2 Posts
| Not only your ffmod, also SPC2 can menage those picture changes... the problem anyway is that you can't choose in which free fw area will be written new picture datas, usally is the first free area found in fw. |
| | #4 (permalink) |
| No Life Poster ![]() ![]() ![]() ![]() ![]() Join Date: Mar 2002 Location: -[r0]- Age: 42
Posts: 835
Member: 9891 Status: Offline Thanks: 0
Thanked 2 Times in 2 Posts
| @lalo: 1/ Sorry, I made a mistake: it was not ICI patch which add new picture table, but SOL3. The ICI has "only" the same idea with full-animated-SMS-images ... 2/ I did try the latest SPC2 (just a minutes ago), and still, when I open my modified SL45v56 FUBU, it says : "Pics found: 720" (it should be 793). If you apply SOL3 patch, then your SL45v56 FUBU should have more images (793). It create "additional" picture table ... 3/ If SPC2 already has that capability, and I dunno, then sorry ... my mistake ![]() 4/ If you want to add more picture table for SME45iv04, then please modify this value in your FUBU (it is applicable for all firmware, I'm sure. What we need is only the location of max_image_index in the firmware to be modified) ;modify max_image_index, from 0332 -> 0732 0x04AEA1: 03 07 ;tell ffmod v1.1 to check "extended" picture table 0x0DF8C0: FFFFFFFF 1AFFEEFF ;"extended" picture_table (continue as you need) 0x0DFA60: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 010101000000AD03010101000000AD03 0x0DFA70: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 652F010000004F02652F010080024F02 ;then, after that we will get more picture which are free to use by our patch. rizapn Last edited by rizapn; 06-23-2004 at 04:01. |
| | #5 (permalink) |
| Freak Poster ![]() ![]() ![]() ![]() Join Date: Jan 2004 Location: Rusha inc. Age: 40
Posts: 106
Member: 48199 Status: Offline Thanks: 2
Thanked 0 Times in 0 Posts
| 1. In SPC2 you can change small picture (for ex. 16x12) to big picture (for ex. fullscreen). So, it`s no problem - no need to increase picture table. 2. If you want fullscreen SMS sending animation, you must change the size of each picture of flying letter AND change coordinates of this animation to 0,0 (top right corner). I`ve trying to make fullscreen animation in main menu. I change pics 362-444 (in SPC2) to fullscreen size and make this patch: 509BEA: DAC1EC22 DAE0F0CF ;procedure to draw 1-st animation picture 509A62: DAC1EC22 DAE0F0CF ;procedure to draw all another animation pictures ; the next part checks drawing picture number and if it`s 362-444 change coordinates to 0,0 40CFF0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 46FE6A018D0546FEC901ED02E00CE00D 40D000: FFFFFFFF FAC1EC22 One bug: when going to next or previous menu item you can see text of old menu for one second. I can`t solve this problem becouse create_menu subroutine is very difficult for me... But now I can offer remake the patch of mr. RizaPN ***Graficla Main Menu*** to increase number of items from 12 to 82(maybe more) if use pics 362-444. |
| | #6 (permalink) | |
| No Life Poster ![]() ![]() ![]() ![]() ![]() Join Date: May 2003 Location: GERMANY Age: 38
Posts: 980
Member: 27745 Status: Offline Thanks: 0
Thanked 0 Times in 0 Posts
| Quote:
| |
| | #7 (permalink) | ||
| No Life Poster ![]() ![]() ![]() ![]() ![]() Join Date: Oct 2003
Posts: 705
Member: 42457 Status: Offline Thanks: 0
Thanked 1 Time in 1 Post
| Quote:
) as you said riza, I was inspired by the ICIQuote:
That's the problem I see. So it would be much better if we can create "blank" pictures with a constant image size. (Sorry for that ugly explanation) For me personally it's no problem to use ffmod to change pictures, SPC2 is a bit more comfartable but with a little compare of the original Fubu and the patched one it's no problem to create VKPs | ||
| | #8 (permalink) | |
| No Life Poster ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jan 2004 Location: Italy Age: 38
Posts: 1,018
Member: 50673 Status: Offline Thanks: 0
Thanked 2 Times in 2 Posts
| Quote:
SPC2 doesn't permit to extend PIT and add more pictures, but permit to change draw and dimensions of the used (or unused-really a lot-) ones. If new picture datas a too big to fit the existing place in pictures area, they are relocated in the free fw area found. It semply change also in PIT dimensions and address of old picture to the new one. The problem is anyway that you can't choose were you want them to be relocated, and often the are stored in patching area, surely free at that moment but maybe not in the future (if someone nmakes a new patch). So you can use SPC to make new fullscreen SMS animation pictures. Thank's anyway for your ffMod patch, i'll try as soon as possible. Bye Lalo | |
| | #9 (permalink) | |
| No Life Poster ![]() ![]() ![]() ![]() ![]() Join Date: Oct 2003
Posts: 705
Member: 42457 Status: Offline Thanks: 0
Thanked 1 Time in 1 Post
| Quote:
| |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| thread | Thread Starter | Forum | Replies | Last Post |
| voice SMS send voice sms messages from mobiles | aapkae | Nokia Multimedia | 1 | 04-12-2009 09:00 |
| Full-screen web browsing on F480? | sfgadv02 | QUALCOMM Models (3G) | 0 | 12-19-2008 22:14 |
| is there any auto sms sending application which can send sms daily..... | roopam005 | Nokia Multimedia | 4 | 08-31-2008 20:26 |
| 5100 does not switch on after sending sms | RAgwan | Nokia Digital Core Technology 4 ( DCT-4 ) | 1 | 04-15-2004 06:12 |
| Full screen picture viewing on 6610? how? | p@r@d0x | Nokia Digital Core Technology 4 ( DCT-4 ) | 4 | 09-04-2003 12:20 |