Flash SMS Directly form phone - help

  • Thread starter Thread starter cyperghost
  • Start date Start date
C

cyperghost

Guest
Code:
;*** 75. Flash SMS Directly from the Phone ***

;Firmware : SL45v56
;Author : RizaPN
;Release : October 17, 2003

;It will give a capability to send a Flash SMS directly
;through the phone, from the "normal" SMS send method.
;We just need to add a blank space in the beginning of message
;to send it as a Flash SMS ...

0x39B3F6: F2FF02FE DAC700DC

0x27DC00: FFFFFFFFFFFFFFFF 88C0DC69D4C82C00
0x27DC08: FFFFFFFFFFFFFFFF A8CCF42C2F003D0B
0x27DC10: FFFFFFFFFFFFFFFF DC49F42C3D0067F2
0x27DC18: FFFFFFFFFFFFFFFF 5F003D05E7F2F000
0x27DC20: FFFFFFFFFFFFFFFF DC49E42C2F0098C0
0x27DC28: FFFFFFFFFFFFFFFF F2FF02FEDB00FFFF
Can somebody help me? I just disassembled the patch but didn't found the charcater for activating the FlashSMS. Space should be 20hex bur I found it nowhere. There are some registers read out and some values added to this registers but I don't know how this works.

@admins sorry for posting here I can't post in Flashpachtes area
 
No sorry didn't see it..

1010 0000 is normal SMS
1010 1111 is Flash SMS

Where are those values added? What does the "space" 20hex character do?
 
Yesterday I had a look at source code, but also didn't see any hint for 0x20 character.
@trustkill: How do you know it's called "getSMSTempBuffAddr()"? Do you have Riza's source code of this patch?
 
Back
Top