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 12-17-2005, 09:45   #31 (permalink)
Freak Poster
 
Join Date: Apr 2005
Age: 24
Posts: 237
Member: 137411
Status: Offline
Thanks Meter: 1

Here is the codes when the right arrow key is pressed in conversation, for changing volume level:
(codes from v5508)
D6000:2C60 loc_D62C60:
D6000:2C60 E6 FC 26 2C mov r12, #2C26h
D6000:2C64 E6 FD 58 03 mov r13, #358h
D6000:2C68 FA DC 7E 93 jmps 0DCh, sub_DC937E

Here is the codes when pressing side keys +/- to change volume level:
D5000:AD6E 46 FC 0D 00 cmp r12, #0Dh
D5000:AD72 EA 20 72 AE jmpa cc_Z, loc_D5AE72
D5000:AD76 46 FC 0E 00 cmp r12, #0Eh
D5000:AD7A EA 20 72 AE jmpa cc_Z, loc_D5AE72

D5000:AE86 DA D6 AC 2C calls 0D6h, sub_D62CAC ;
sub routine:
D6000:2CAC sub_D62CAC: ; CODE XREF: D5000:AE86P
D6000:2CAC ; D5000:C7CCP
D6000:2CAC E6 FC 36 2C mov r12, #2C36h ;D6000:2CB0 E6 FD 58 03 mov r13, #358h

Codes at address D6000:2C26:
00362c24h: 20 00 AC 2C D6 00 02 4F DD 00 00 00 04 06 02 00 ; .??.O?......
00362c34h: 03 00 01 00 00 00 02 00 B8 0B 00 00 FF 7F 00 00 ; ........?....
00362c44h: 00 00 00 00 00 00 6C 2C D6 00 74 2C 42 03 01 00 ; ......l,?t,B...
00362c54h: 2E 2C 58 03 00 0F A7 00 0F 00 14 00 ; .,X...?....

Here are codes where it is changing ringtone volume:

00373a7ch: 2B 01 AA 05 02 00 5E 03 FF 7F 00 00 [string F0 01 ]02 00
00373a8ch: 03 00 04 00 00 00 00 00 00 00 00 00 FF 7F 00 00
00373a9ch: 00 00 0E 3C D7 00 10 23 D7 00 44 2C 42 03 01 00
00373aach: 86 3A 5C 03 00 1A A7 00 0E 00 15 00

Hope it helps to adjust the ringer volume.
  Reply With Quote
Old 12-27-2005, 22:41   #32 (permalink)
Junior Member
 
Join Date: Oct 2004
Location: Lubartow, Poland
Age: 36
Posts: 12
Member: 86346
Status: Offline
Thanks Meter: 0
Yeah that's it! I posted about incrasing volume few times but now somebody did it! Big thanx to russian patchers! We waitnig now for poliphonic ringtones
  Reply With Quote
Old 12-29-2005, 03:25   #33 (permalink)
Freak Poster
 
Join Date: Apr 2005
Age: 24
Posts: 237
Member: 137411
Status: Offline
Thanks Meter: 1
Can anybody try to make the following into a workable patch of playing .vmo ringtone? Thanks in advance.

;#name SRT. Selectable_Ringtone_for_All
;--------------------------------------

org 0C7dc80h

#define addrBookFilter 0A4A456h
#define OnlyVIPFilter 0A4A466h
#define strcpy 0C78516h
#define strncpy 0C7859Eh
#define playVMOFile 0D536B2h

#define cfm_playRing 0A30F6Eh
#define cfm_exit 0A30FA8h

rt_start:
calls addrBookFilter
cmp r4, #0
jmpr cc_NZ, rt_answer
calls OnlyVIPFilter
cmp r4, #0
jmpr cc_NZ, rt_reject
jmps cfm_playRing

rt_answer:
mov r8, #18h
jmpr cc_UC, rt_msg2

rt_reject:
mov r8, #4019h

rt_msg2:
mov r12, #34C8h
mov r13, #0Eh
mov r14, r8
jmps cfm_exit

;rt_playVMO:
; cmp r8, #18h
; jmpr cc_Z, rt_exit
;
; mov r12, #3840h
; mov r13, #11h
; mov [-r0], r13
; mov [-r0], r12
; mov r14, #pof(rt_VMOFilename)
; mov r15, #31Fh
; calls strcpy
; ;mov r1, #10h
; ;mov [-r0], r1
; ;calls strncpy
; add r0, #2
; mov r14, #326Dh
; extp #0Ch, #2
; movb rl1, [r14+]
; movb rh1, [r14+]
; mov r12, [r0+]
; mov r13, [r0+]
; cmp r1, #0
; jmpr cc_Z, pv_001
; extp r13, #1
; mov [r12+#6h], r1
;pv_001:
; calls playVMOFile

;rt_cekaddrBook:
; extp #0Ch, #1
; mov r4, 326Ch
; subb rh4, #30h
; jmpr cc_NC, rtc_002
; movb rh4, #1
;rtc_002:
;
; cmpb rl4, #58h ; X
; jmpr cc_Z, rt_reject
; cmpb rl4, #41h ; A
; jmpr cc_Z, rt_answer
; mov r2, #pof(rt_DATA1) ; 0F5Ah
;rt_001:
; extp #31Fh, #2
; mov r1, [r2+]
; jmpr cc_Z, rtc_end
; cmpb rl4, rl1
; jmpr cc_NZ, rt_001
; addb rh4, rh1
; movbz r4, rh4
; jmpr cc_UC, rtc_save
;
;rtc_end:
; mov r4, #0FFh
;
;rtc_save:
; extp #35h, #1
; movb 37FFh, rl4
; jmps cfm_playRing

;rt_DATA1:
; db 'S',255,'C',4,'K',13,'T',22,'D',26,'P',32,'I',38,0 ,0

;rt_VMOFilename:
; db 'A:/vm/xx.vmo',0
  Reply With Quote
Old 01-03-2006, 21:55   #34 (permalink)
Junior Member
 
Join Date: Oct 2004
Location: Lubartow, Poland
Age: 36
Posts: 12
Member: 86346
Status: Offline
Thanks Meter: 0
Hi! People! Whats wrong with wou! now we can play vmo files very VERY loud, so what is wrong now? Patchmasters come back and try to do sth...
First RizaPN and ValeraVI, you were so close, and now? I'm still think that SL can play poliphonic!
best regards
Jakosek
Happy New Year 2006!
  Reply With Quote
Old 01-27-2006, 08:17   #35 (permalink)
Junior Member
 
Join Date: Dec 2005
Posts: 1
Member: 211596
Status: Offline
Thanks Meter: 0
is it patch released ? Can we play vmo as ringtones ?
  Reply With Quote
Old 03-12-2007, 16:13   #36 (permalink)
Junior Member
 
Join Date: Jan 2006
Posts: 3
Member: 225920
Status: Offline
Thanks Meter: 0
so, what I must do to by able to have .vmo ringtones ?
pls thx
  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
Can we increase the volume of the ear speaker by poking lil holes just like doing.... geoffois iPhone, iPad, iPod Hardware Repair 2 10-27-2009 15:55
How to Increase the Volume of Your 2.0.1 iPhone samadgsm iPhone 2 / iPhone 3G / iPhone 3GS 1 08-27-2008 12:13
how do i increase the volume on my V400 or V600 Trevelyan Motorola P2k 1 07-11-2006 22:58
software to increase the volume of radio of N3230 in headset shailya1985 Nokia Multimedia 1 11-22-2005 11:11
How to increase the volume of the conversation(speaker) in Alcatel OT 535 anoop BF, BG, TH, BHx Series 0 10-27-2004 08:27

 



All times are GMT +1. The time now is 10:57.



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.16613 seconds with 11 queries

SEO by vBSEO