GSM Shop GSM Shop
GSM-Forum  

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.
Only registered members may post questions, contact other members or search our database of over 8 million posts.

Registration is fast, simple and absolutely free so please - Click to REGISTER!

If you have any problems with the registration process or your account login, please contact contact us .

Go Back   GSM-Forum > GSM & CDMA Phones / Tablets Software & Hardware Area > Various > Siemens-Benq > Siemens-Benq Flash Patching > x4x, x5x Flashpatching


Reply
 
LinkBack Thread Tools Display Modes
Old 02-26-2005, 15:28   #1 (permalink)
No Life Poster
 
Join Date: Mar 2004
Posts: 593
Member: 60520
Status: Offline
Thanks Meter: 0
SLIK: Binary programs discussion


Hello!

Because there are some new binaries for our lovely SL45i, I decided to have an own thread for that. We can discuss new possibilities, make ideas and suggestions and upload new binaries.

For the beginning: the commented source code of Thermometer.bin from sc0ty. Since he didn't want to do it himself, I disassembled and commented - also I removed some bugs because the temperature was too slow.
With the source you can edit the user defined values (look description) and have some fine tuning for temperature or other fonts etc.

For having an own background picture: this is a bit complicated. I have inserted enough space in assembler file. After creating .bin file you have to overwrite the space with the raw bitmap data (for example from portable bitmap format).

Other wishes? Post here!
Attached Files
File Type: rar Thermometer.rar (5.9 KB, 96 views)
  Reply With Quote
Old 02-27-2005, 00:01   #2 (permalink)
No Life Poster
 
Join Date: Mar 2002
Location: -[r0]-
Age: 53
Posts: 834
Member: 9891
Status: Offline
Thanks Meter: 2
About BMP Raw Data:

Just download the latest sfe (2.50) and you can "disasm" BMP file (monochrome format) from any position and any size.

This is an example how to use sfe to "disasm" BMP file :

1) sfe d test.bmp
2) sfe d test.bmp 16,8
3) sfe d test.bmp,8,10 16,8
4) sfe d test.bmp,8,10 16,8,pict1

1- Just disasm all data from test.bmp monochrome file
2- get the picture data at location 0,0 with size 16x8
3- get the picture data at location 8,10 with size 16x8
4- same with 3, but name it as pict1
  Reply With Quote
Old 02-27-2005, 00:16   #3 (permalink)
No Life Poster
 
Join Date: Mar 2004
Posts: 593
Member: 60520
Status: Offline
Thanks Meter: 0
Quote:
Originally Posted by rizapn
Just download the latest sfe
Haha, good joke.
Okay, where can I get it? Here in Yahoo Groups is only version 2.41 available. And here in GeoCities (where I have downloaded 2.42 a week ago) the link isn't working - no file available.

But that would really be a good option. For now I wrote a Perl script which gives me byte data (in c166 assembler) from a .pbm (portable bitmap) file. But your solution seems to be better.
  Reply With Quote
Old 02-27-2005, 02:19   #4 (permalink)
No Life Poster
 
Join Date: Mar 2002
Location: -[r0]-
Age: 53
Posts: 834
Member: 9891
Status: Offline
Thanks Meter: 2
Ups, sorry for that 'joke' I was thinking that I already upload it in both sites. I did use it to create asm data for each images in Sokomin game.

ps:
- I did upload v2.51 ... please try again.

rizapn
  Reply With Quote
Old 02-27-2005, 10:10   #5 (permalink)
Major Poster
 
Join Date: Oct 2004
Age: 45
Posts: 46
Member: 85188
Status: Offline
Thanks Meter: 0
What patch can I install to run binary?
  Reply With Quote
Old 02-27-2005, 11:19   #6 (permalink)
Major Poster
 
Join Date: Oct 2004
Age: 45
Posts: 46
Member: 85188
Status: Offline
Thanks Meter: 0
I find BFA1.0, thanx
  Reply With Quote
Old 02-27-2005, 14:46   #7 (permalink)
No Life Poster
 
Join Date: Mar 2004
Posts: 593
Member: 60520
Status: Offline
Thanks Meter: 0
@rizapn: Great job with the bitmap converter! It works perfect!

For those who want to recompile SokoMin: the subroutine stopTimer02 wasn't defined in sl45.inc, it's 0D60260h.
  Reply With Quote
Old 02-27-2005, 14:57   #8 (permalink)
Insane Poster
 
Join Date: Nov 2004
Location: Poznan, Poland
Age: 37
Posts: 78
Member: 94448
Status: Offline
Thanks Meter: 0
You can download source code my thermometer on my new homepage - www.sc0ty.pro.tc
  Reply With Quote
Old 02-27-2005, 17:18   #9 (permalink)
No Life Poster
 
Join Date: Mar 2004
Posts: 593
Member: 60520
Status: Offline
Thanks Meter: 0
@sc0ty:
No need anymore. Have a look at my recommented source (first posting), I think you had an error with calculating temperature, it was much too low (You had sub r12, #0AC9h - but it's #0AAAh with some fine tuning, on my phone #0AB6h)
  Reply With Quote
Old 02-27-2005, 18:11   #10 (permalink)
Freak Poster
 
Join Date: Aug 2004
Location: KERKENA
Age: 45
Posts: 126
Member: 78571
Status: Offline
Thanks Meter: 0
i have problem with this bin files keyclick and MsgBox;phone shutdown
  Reply With Quote
Old 02-27-2005, 19:14   #11 (permalink)
Insane Poster
 
Join Date: Nov 2004
Location: Poznan, Poland
Age: 37
Posts: 78
Member: 94448
Status: Offline
Thanks Meter: 0
I set this value after several tests and at my phon more or less it agrees
  Reply With Quote
Old 02-27-2005, 20:52   #12 (permalink)
No Life Poster
 
Join Date: Mar 2004
Posts: 593
Member: 60520
Status: Offline
Thanks Meter: 0
@lazioroma:
Do you have applied BFA and FAM patches? I can upload .bin files here again if you want.

@sc0ty: ok, but for fine-tuning (because each mobile has different temp. sensor) you have now possibility in source code...
  Reply With Quote
Old 02-27-2005, 21:19   #13 (permalink)
Insane Poster
 
Join Date: Nov 2004
Location: Poznan, Poland
Age: 37
Posts: 78
Member: 94448
Status: Offline
Thanks Meter: 0
yeah, I know. I trying to add a posibility to calibrate sensor and save this setting to eeprom.
  Reply With Quote
Old 02-27-2005, 23:06   #14 (permalink)
Freak Poster
 
Join Date: Aug 2004
Location: KERKENA
Age: 45
Posts: 126
Member: 78571
Status: Offline
Thanks Meter: 0
BFA and FAM patches applied i have problem only with big bin files seize calender charge info.....ok
  Reply With Quote
Old 02-28-2005, 15:15   #15 (permalink)
No Life Poster
 
Join Date: Mar 2004
Posts: 593
Member: 60520
Status: Offline
Thanks Meter: 0
It's a problem with very small bin files. They have to be at least 0x60 bytes big. So here they are again with filled FF bytes.
Attached Files
File Type: rar binfiles.rar (169 Bytes, 95 views)
  Reply With Quote
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
SLIK: Entry point for profiles? -+8+- x4x, x5x Flashpatching 0 09-23-2009 16:16
discuss programming about qualcomm models hgbing GSM Programming & Reverse Engineering 0 10-21-2006 04:50
discuss programming about qualcomm models(3g) hgbing QUALCOMM Models (3G) 0 10-20-2006 15:26
SLIK: miniGPS and block 5169 -+8+- x4x, x5x Flashpatching 1 08-24-2006 05:18
does any one want to discuss about FAID calculating..please discuss here sidharthaharish Nokia Legacy Phones ( DCT-1 ,2 ,3 ,L ) 1 01-28-2002 14:55

 



All times are GMT +1. The time now is 20:22.



Powered by Searchlight © 2024 Axivo Inc.
vBulletin Optimisation provided by vB Optimise (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
- GSM Hosting Ltd. - 1999-2023 -
Page generated in 0.25799 seconds with 10 queries

SEO by vBSEO