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 03-12-2005, 00:46   #166 (permalink)
No Life Poster
 
lalo.lerry's Avatar
 
Join Date: Jan 2004
Location: Italy
Age: 49
Posts: 1,018
Member: 50673
Status: Offline
Thanks Meter: 2

@Trek:
S45iv04 isn't a buggy version at all.. we all are using it since 3 years!
Maybe it's a buggy version for your phone, IMHO bugs arises between eeproms and fw.
Please make the last try:

Make a back up of FuBu
Make a back up of eeproms
Update phone with winsup v04i
Load into phone your eeproms backup
Apply patch necessary for have fw version i into S45

Enjoy it!

If any problem arises go back to your previuosly situation with FuBu backup.
  Reply With Quote
Old 03-25-2005, 00:32   #167 (permalink)
Freak Poster
 
misko903's Avatar
 
Join Date: Oct 2004
Location: Slovakia
Age: 41
Posts: 219
Member: 89407
Status: Offline
Thanks Meter: 0
@Trek:
if you are patching a phone without patch for disabling CRC (you may make one with Smelter, or download from patches thread), your phone make a long low beep and crashes. so try to disable CRC

@Lalo:
Whats the matter with you? we are waiting for your new patches as for a meal

Happy easter!
some easter eggs:
() () ()
  Reply With Quote
Old 03-27-2005, 14:33   #168 (permalink)
Freak Poster
 
Join Date: Jun 2004
Location: Russia, Zelenograd
Age: 35
Posts: 336
Member: 70080
Status: Offline
Thanks Meter: 2
@RizaPN

Can you say about this function?
fillRectwStyle 0d6a216h
; mov [-r0], #style1
; mov [-r0], #style2
; mov r12, #X
; mov r13, #Y
; mov r14, #width
; mov r15, #height
  Reply With Quote
Old 03-27-2005, 17:04   #169 (permalink)
Freak Poster
 
Join Date: Jun 2004
Location: Russia, Zelenograd
Age: 35
Posts: 336
Member: 70080
Status: Offline
Thanks Meter: 2
@rizapn

Can you say format of SID?
  Reply With Quote
Old 03-27-2005, 23:48   #170 (permalink)
No Life Poster
 
Join Date: Mar 2002
Location: -[r0]-
Age: 53
Posts: 834
Member: 9891
Status: Offline
Thanks Meter: 2
SID (String ID) in the Extended String ID patch?
Code:
somewhere:
	mov r4, #pof(extStrTable)
	mov r5, #pag(extStrTable)
	calls setExtSIDTable ; 0e47ec0h
continue:
	...
	rets

str_0e27:
	db 'This is your own string for ID 0E27',0
str_0e28:
	db 'And this for 0E28',0
str_0e29:
	db 'Same for this (0E29)',0

extStrTable:
	dw pof(str_0e27), pag(str_0e27)
	dw pof(str_0e28), pag(str_0e28)
	dw pof(str_0e29), pag(str_0e29)
;continue this table for all strings you need
  Reply With Quote
Old 03-27-2005, 23:58   #171 (permalink)
Freak Poster
 
Join Date: Jun 2004
Location: Russia, Zelenograd
Age: 35
Posts: 336
Member: 70080
Status: Offline
Thanks Meter: 2
tnx!
but as about unicode?
  Reply With Quote
Old 03-28-2005, 00:46   #172 (permalink)
No Life Poster
 
Join Date: Mar 2002
Location: -[r0]-
Age: 53
Posts: 834
Member: 9891
Status: Offline
Thanks Meter: 2
For character other than Latin support, you can put 9Bh (example for Russian characters) in the beginning of your string ...
  Reply With Quote
Old 03-28-2005, 09:29   #173 (permalink)
Freak Poster
 
Join Date: Jun 2004
Location: Russia, Zelenograd
Age: 35
Posts: 336
Member: 70080
Status: Offline
Thanks Meter: 2
tnx, it like siemens language editor, I understood
  Reply With Quote
Old 03-30-2005, 21:54   #174 (permalink)
Freak Poster
 
Join Date: May 2003
Location: Russia, Ekaterinburg
Age: 44
Posts: 184
Member: 29316
Status: Offline
Thanks Meter: 0
2RizaPN: I found crack for Keil, whith this crack keil debug all 16Mb address range of C166 CPU if you need this crack write me to e-mail [email protected]

another question about runDelay funk, if i run my prog trought this function and not run stop timer funk at the and in my programm, my programm whill runing every delay (in example every 30 minut's) or i need to start timer again for run my programm ?

Last edited by DeadManS; 03-30-2005 at 23:08.
  Reply With Quote
Old 03-30-2005, 23:52   #175 (permalink)
No Life Poster
 
Join Date: Mar 2002
Location: -[r0]-
Age: 53
Posts: 834
Member: 9891
Status: Offline
Thanks Meter: 2
@DeadManS:
*) Thank's about Keil stuff ...
*) No, your program will not running every delay. It will stop if we exit from the main caller...
  Reply With Quote
Old 03-31-2005, 15:46   #176 (permalink)
Freak Poster
 
Join Date: May 2003
Location: Russia, Ekaterinburg
Age: 44
Posts: 184
Member: 29316
Status: Offline
Thanks Meter: 0
Quote:
No, your program will not running every delay. It will stop if we exit from the main caller...
if i whant run my program always in 30 minute's i need call runDelay at the and of my program always ?
  Reply With Quote
Old 03-31-2005, 20:42   #177 (permalink)
Insane Poster
 
Join Date: Nov 2004
Location: Poznan, Poland
Age: 37
Posts: 78
Member: 94448
Status: Offline
Thanks Meter: 0
@DeadManS:
Your program will running every 30 minute's, but it will stop if you close the main caller (long red button, proc. doBack0A, etc.)
  Reply With Quote
Old 03-31-2005, 23:46   #178 (permalink)
No Life Poster
 
Join Date: Mar 2002
Location: -[r0]-
Age: 53
Posts: 834
Member: 9891
Status: Offline
Thanks Meter: 2
@DeadManS:
- Or, you can call your program from any known firmware background process, such as doMainScreen() which is used by us to modify the screen display, do hourly beep, etc-etc ...
  Reply With Quote
Old 04-01-2005, 12:32   #179 (permalink)
Insane Poster
 
Join Date: Nov 2004
Location: Poznan, Poland
Age: 37
Posts: 78
Member: 94448
Status: Offline
Thanks Meter: 0
Hi everybody!
I have a question: how can i random some value?
  Reply With Quote
Old 04-01-2005, 12:43   #180 (permalink)
Freak Poster
 
Join Date: Jun 2004
Location: Russia, Zelenograd
Age: 35
Posts: 336
Member: 70080
Status: Offline
Thanks Meter: 2
typedef int huge p_rand(void);
p_rand* const far rand = (p_rand*)0xc7876e;
  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
BB5 - Technical Discussion adihack Nokia Base Band 5 ( BB-5 ) 220 10-14-2011 05:31
x65 patching technical discussion Acidmrp x6x and x7x Flashpatching 42 10-10-2009 07:06
Iphone 3G Technical Discussion and SP Unlocking theory GraveSlayer iPhone 2 / iPhone 3G / iPhone 3GS 8 11-15-2008 06:04
Technical discussion sharp705sh celluniversal Sharp 0 05-17-2007 17:26
Technical discussion BB5 unlocking twisterfan Nokia Base Band 5 ( BB-5 ) 0 05-16-2007 19:36

 



All times are GMT +1. The time now is 17:39.



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.19891 seconds with 10 queries

SEO by vBSEO