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 10-21-2005, 18:31   #1 (permalink)
Freak Poster
 
Join Date: May 2005
Location: Somewhere in Poland
Age: 36
Posts: 266
Member: 143475
Status: Offline
Thanks Meter: 0
Request


Can You help me in connected these 2 patches:
One of them:
Code:
;*** RWNSM. Read New SMS in Mp3*** 

;Firmware : SL45v56 
;Author : Jewes[SPGC] 
;Release : March 16, 2004 

;This patch will change the left softkey to Read New SMS 
;when playing mp3 when we have new SMS.

0x3BA092: F0C8F0D9DADB34EF48413D0EE6F8C003 884088C088D088E088F0DAA400EF4840 
0x3BA0A2: E6F9E80288908880E01CE00DE00EDAE6 2D0FE0148840E00C88C0884088C088C0 
0x3BA0B2: 0EEE0804EA00C2A3E6F8EE03E6F9E802 E00DE00FE00EDAD9ACF606F00A000D02 
0x3BA0C2: 88908880E01CE00DE00EDAE60EEE0804 DAD9620A98F098E098D098C09840FADB 
0x3BA0D2: EA00C2A3 C8A3FFFF
And the second:
Code:
;*** Doing something else while playing MP3 (v02) ***
;
;Firmware : SL45v56
;Author : RizaPN
;Release Date : March 15, 2003
;
;Small improvement from the previous patch...
;
+0
3BA07A: EA2008A146F62000 2D4646F620002D5A 
3BA082: EA2036A146F62100 46F621002D6346F6
3BA08A: EA204EA1 13002D32
3BA0EE: DC49A9C8 08610D19
3BA0F2: C0C60861E0A7F6F6 D7403400F6F61E3E 
3BA0FA: 0EFE4B77F2F60CFE DADBDC42EA00C2A3
I would want to have menu by press left softkey, not in * , Can somebody help me in doing this idea?
  Reply With Quote
Old 10-21-2005, 20:55   #2 (permalink)
No Life Poster
 
Join Date: Oct 2003
Posts: 705
Member: 42457
Status: Offline
Thanks Meter: 1
Try this after you applied both patches:

3BA08A: 13 5C ;change * to left softkey (i pressume )
  Reply With Quote
Old 10-21-2005, 22:20   #3 (permalink)
Freak Poster
 
Join Date: May 2005
Location: Somewhere in Poland
Age: 36
Posts: 266
Member: 143475
Status: Offline
Thanks Meter: 0
Ok, I`ll try it but patch ;*** RWNSM. Read New SMS in Mp3*** is uncorrect. When I use it, I have problems with Sim book in mp3 when I want to send sms. After uninstall all is ok.
  Reply With Quote
Old 10-22-2005, 11:16   #4 (permalink)
No Life Poster
 
Join Date: Oct 2003
Posts: 705
Member: 42457
Status: Offline
Thanks Meter: 1
This is normal. You can't access SIM card if you are using MP3-Player. There's a patch for this purposes but it's a bit buggy because if you use this the SIM location is always activated. This is one of the patches that should be released by someone somehow

Maybe chinese patch devleopers can solve this.

Can you report if the modification I made works?
  Reply With Quote
Old 10-22-2005, 13:33   #5 (permalink)
No Life Poster
 
Join Date: Oct 2003
Posts: 705
Member: 42457
Status: Offline
Thanks Meter: 1
@GoLL@b

I tested the patch posted above, left softkey doesn't work. It's clear why? Left Softkey in MP3 Player is used for MP3-Navigation Info. So this Info is requested before the call to MainMenu....

If someone can modify patch?
Code:
;*** RWNSM. Read New SMS in Mp3*** 
;Firmware : SL45v56 
;Author : Jewes[SPGC] 
;Release : March 16, 2004 
;This patch will change the left softkey to Read New SMS 
;when playing mp3 when we have new SMS.
0x3BA092: F0C8F0D9DADB34EF48413D0EE6F8C003 884088C088D088E088F0DAA400EF4840 
0x3BA0A2: E6F9E80288908880E01CE00DE00EDAE6 2D0FE0148840E00C88C0884088C088C0 
0x3BA0B2: 0EEE0804EA00C2A3E6F8EE03E6F9E802 E00DE00FE00EDAD9ACF606F00A000D02 
0x3BA0C2: 88908880E01CE00DE00EDAE60EEE0804 DAD9620A98F098E098D098C09840FADB 
0x3BA0D2: EA00C2A3 C8A3FFFF
  Reply With Quote
Old 10-22-2005, 15:14   #6 (permalink)
Freak Poster
 
Join Date: May 2005
Location: Somewhere in Poland
Age: 36
Posts: 266
Member: 143475
Status: Offline
Thanks Meter: 0
Hmm I find this patch:
It works in dictaphone and it exchanges Dictaphone-Navigation to enter to main menu...

We propably have to find e-point of this softkey in mp3...

Code:
;*** DSP. Doing Something else while Playing dictaphone ***

;Firmware : SL45v56
;Author : rizapn
;Created : July 10, 2004

;Zmienia klawisz Info na Menu podczas odsłuchiwania nagrań z dyktafonu.

0x11BC90: 2A01 A001 ; NIE WGRYWAJ CIĄGU A001 (odpowiadającego za "Menu")
                    ; jeśli masz wgranego patcha "Zmiana teksu Menu na 
                    ; wyświetlanie godziny w stanie oczekiwania"

0x352936: DAD460E9 DADBDC42
0x352DFC: DAD460E9 DADBDC42
  Reply With Quote
Old 10-24-2005, 22:11   #7 (permalink)
No Life Poster
 
Join Date: Oct 2003
Posts: 705
Member: 42457
Status: Offline
Thanks Meter: 1
Okay I got it

Apply patch from Jewes[SPGC] *** RWNSM. Read New SMS in Mp3*** first
remove all patches "Doing something else while playing MP3"
and apply this little addon

Code:
;*** Menü in MP3 on left Softkey ***
;
;Author: cyperghost
;Grettings to Jewes for the patch-building
;Firmware: SLIK 56
;apply patch from Jewes[SPGC] *** RWNSM. Read New SMS in Mp3*** first!

3BA0C2: DAD9620A DADBDC42

;Enjoy it GoLL@b
  Reply With Quote
Old 10-24-2005, 22:15   #8 (permalink)
No Life Poster
 
Join Date: Oct 2003
Posts: 705
Member: 42457
Status: Offline
Thanks Meter: 1
EDIT Upss:
Forgot Patch description - I'm getting old
We can access Main Menu during MP3 play if we press left softkey. If we got unread SMS we press also left softkey and can read it.
Thanks to all patch creaters

_____

@goll@b
can you post SMS Indikator in MP3 patch please? Not the huge patch you posted in annother thread only the relevant parts Thank you

Last edited by cyperghost; 10-24-2005 at 22:27.
  Reply With Quote
Old 10-25-2005, 17:54   #9 (permalink)
Freak Poster
 
Join Date: May 2005
Location: Somewhere in Poland
Age: 36
Posts: 266
Member: 143475
Status: Offline
Thanks Meter: 0
Very thanks my friend but this modyfication still use patch:
*** RWNSM. Read New SMS in Mp3***
Is`s uncorrect, when I was using it I have a lot of problems with Book on SIM while mp3 playing. When I deleted this patch my phone doesn`t turn off automatically when I want to enter to the book when mp3 playuing.

I need some e-point like in patch:
;*** DSP. Doing Something else while Playing dictaphone ***

I have one Idea. If it will be good, I share it

Regards and thank You one more time.
  Reply With Quote
Old 10-25-2005, 20:45   #10 (permalink)
No Life Poster
 
Join Date: Oct 2003
Posts: 705
Member: 42457
Status: Offline
Thanks Meter: 1
Make call to this patch:

;341E56: 4860EA30 FAC7C0D3
;
27D3C0: FFFFFFFFFFFFFFFF E6FC1300D7403400
27D3C8: FFFFFFFFFFFFFFFF 42FC1E3E3D02FAD4
27D3D0: FFFFFFFFFFFFFFFF CE1E48603D02FAD4
27D3D8: FFFFFFFFFFFF 5C1EFAD44627

This makes SIM use permanent.
  Reply With Quote
Old 10-26-2005, 16:47   #11 (permalink)
Freak Poster
 
Join Date: May 2005
Location: Somewhere in Poland
Age: 36
Posts: 266
Member: 143475
Status: Offline
Thanks Meter: 0
I have this patch and problem still exist (after apply modified RWNSM). Original patch must be uncorrect (without modyfication menu on left softkey it works the same ). I undo this patch and problem doesn`t exist. So we can`t use RWNSM. Propably me must know e-point.

ps. I try change numer of key in Doing Something else from 13 to 01 - * to left soft key but left softkey is still INFO option.
  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
UIQ APPS REQUEST (Post your request here) We'll update it regularly.. stealth_0206 Sony Ericsson Media, RingTones, Games 1397 09-19-2011 13:29
motorola e8 imei request still waitng...request credits back crossroads Gsmfather The Wholesale Unlocking Database 7 09-25-2009 05:36
IMEI request taking longer than waiting time, request credits back hmotwr Gsmfather The Wholesale Unlocking Database 6 09-13-2009 05:31
request request please i want this file G600JVGJ_SPT1.rar dvdaio UST Pro II 1 05-04-2009 23:41
UIQ GAMES REQUEST (Post Your request here) We'll update it regularly.. stealth_0206 Sony Ericsson Media, RingTones, Games 152 07-02-2008 15:18

 



All times are GMT +1. The time now is 14:18.



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

SEO by vBSEO