Moving Date vertically

  • Thread starter Thread starter trustkill
  • Start date Start date
T

trustkill

Guest
With 18E6C2: 31 F8 I moved the Date to the top of the screen.

But there is "something" (not the profile Logo!) --> What can it be, and how to eleminate it ?

(See attached picture)

Its long time ago since I had the idea for this, you can see it here
http://forum.gsmhosting.com/vbb/showthread.php?t=110989
http://forum.gsmhosting.com/vbb/showthread.php?t=139802
 
It caused by fillRect function (when it prepare to draw the center icons). Check the fillRect function called from address 0xDB38D4. Try to skip that ... I did not test, but it should be fillRect function somewhere in that area ...

rizapn
 
Got it:

0x3B38D4: DAC0D0E5 CC00CC00 ; remove clearRect in indicator line

(thanks rc-flitzer)

Here you can look at it, not perfect only a study:

http://trustkill.gsm-modding-board.de/oben.bmp
 
OK, I found another: During Netsearch is in the upper left corner the same "problem", I removed it with

3B36DA: DAC0D0E5 CC00CC00
 
Back
Top