Author |
Change Operator Name on W910 |
StevenC Joined: Aug 23, 2008 Posts: > 500 From: NY PM |
I want to personalise the operator name on my W910 R1FA035 using the A2 runtime patch. I've found a patch which is supposed to do that but I don't understand how to modify the code as they didn't supply any code for alphabets.
Here is the patch:
;W910 SW-R1FA035
;Change operator logo
;replace everything after 61005F007300 (including 7400) to change it to your own name
;; After installing the patch you must update the network [Menu / Settings / Link / cellular network / select Network (do not choose, just press the red button)
; (c) Sic
; (p) Va_st
+10000000
15de396: 74F00BF9021CF0690121 0148804701E0D1F31712
217f3d0: 00000000000000000000000000000000 F06901210FB504A000210522014B9847
217f3e0: 00000000000000000000000000000000 02900FBD0D246511560061005F007300
217f3f0: 0000 7400
I want to make my operator appear as 'Telstra'.
Can you help me sort this out?
|
|
StevenC Joined: Aug 23, 2008 Posts: > 500 From: NY PM |
Anybody knows how it's done?? Please?
[ This Message was edited by: StevenC on 2009-04-27 18:30 ] |
Boysie Joined: Jan 17, 2008 Posts: > 500 From: Southampton, England PM |
See here for ASCII Hex codes...
http://www.ascii.cl/
As for the patch, here you go...
;W910 SW-R1FA035
; change operator label to "Telstra"
; After installing the patch you must update the network [Menu / Settings / Link / cellular network / select Network
;(do not choose, just press the red button)
; © Sic
; (p) Photographer
; (e) Boysie99
+10000000
15de396: 74F00BF9021CF0690121 0148804701E0D1F31712
217f3d0: 00000000000000000000000000000000 F06901210FB504A000210A22014B9847
217f3e0: 00000000000000000000000000000000 02900FBD0D246511540065006c007300
217f3f0: 0000000000 7400720061

[ This Message was edited by: Boysie99 on 2009-04-28 07:02 ] |
StevenC Joined: Aug 23, 2008 Posts: > 500 From: NY PM |
Thanks a lot Boysie. It will try it soon.
Edit:
It does work. Thanks again.
[ This Message was edited by: StevenC on 2009-04-28 20:27 ] |
StevenC Joined: Aug 23, 2008 Posts: > 500 From: NY PM |
Now I need you to shine a light on this.
In the original patch, it said "replace everything after 61005F007300 (including 7400) to change it to your own name".
But I noticed that in the patch you made for me, you modified all of it including the 61005F007300
Can you just explain this please?
---Edit---
Oh ok, I got it.
54 00 65 00 6c 00 73 00
T ---- e ---- l ---- s
74 00 72 00 61
t ---- r ---- a
[ This Message was edited by: StevenC on 2009-04-29 13:21 ] |
|