Help - Search - Members - Calendar
Full Version: Editing Walkman Patch For 'w' Series.
SE-NSE Forums > SE Firmware > Firmware Tutorials & Guides
Pages: 1, 2, 3
Lic
First I have to say how this patch was developed and who maked it.

A long long time ago user named MaaTrrIxx posted a topic on se-dev about "creating a patch to modificate the walkman 1.0 and the player of k790, k810, z610, etc" and then people saw it, helped him with it and Mike006 starts to make this patch for W200. In next few days jamesbond22 released version without .ini for w850, friden posted dev version with chaotic layout for w580.

And Then I saw jamesbond22's patch and started to porting it.
This days I was learning to porting patches so this patch was a great challenge for noob porter like me ^^.
I ported whole jamesbond22 patch but I can't find offsets for equalizer,shuffle and repeat icons. I asked Friden for them. I gave him offsets for progressbar and coverart (but I'm not sure which offsets I gave to him) and he gave me offsets for this icons.
I changed values, maked my own layout based on Paulo work from this post: [link]

So this is only my version of the patch.
I only ported it and changed values for better layout, but I'm not a creator of this patch!


-----------------------------------------------------------------------------------------------------------
1. Patches:
---------------------------------
W580:


CODE
;W580 SW-R8BE001
;Changed face of Walkman. Also changed are fonts.
;v.2
;PORTED WHOLE JAMESBOND22 PATCH
;(THX) TO FRIDEN FOR 6 OFFSETS WHICH I CANNOT PORT
;(p)(layout) Lic3ns3D
;BASED ON Walkman A200 NowPlaying by Paulo v1.0
;----------PROGRESSBAR-------------
44F33110: 1C 00;X1
44F33114: D3 F0;X2
44F33118: 6A FC;Y1
44F3311C: 74 FF;Y2
;------------COVERART--------------
44F33272: 9E 07;X1
44F33276: D9 9D;X2
44F3327A: 24 06;Y1
44F3327E: 5F 9C;Y2
;-----------COVERICON--------------
44F33A82: 24 2D;Y1
44F33A88: 9E 36;X1
;-----------TOTAL-TIME-------------
44F338BA: 41 EA;1ST CHAR Y1
44F338C0: 5C C5;1ST CHAR X1
44F338D6: 41 EA;2ND CHAR Y1
44F338DC: 67 CC;2ND CHAR X1
44F33922: 41 E6;SEPARATOR Y1
44F33924: 72 D2;SEPARATOR X1
44F338F2: 41 EA;3RD CHAR Y1
44F338F8: 75 D6;3RD CHAR X1
44F3390E: 41 EA;4TH CHAR Y1
44F33914: 80 DD;4TH CHAR X1
;----------CURRENT-TIME------------
44F33788: 41 EA;1ST CHAR Y1
44F3378E: 12 10;1ST CHAR X1
44F337A4: 41 EA;2ND CHAR Y1
44F337AA: 23 17;2ND CHAR X1
44F337C0: 41 EA;3RD CHAR Y1
44F337C6: 37 21;3RD CHAR X1
44F337DC: 41 EA;4TH CHAR Y1
44F337E2: 48 28;4TH CHAR X1
44F337F0: 41 DE;SEPARATOR Y1
44F337F2: 34 1D;SEPARATOR X1
;-------PLAYLIST-CURRENT-----------
44F335EC: 23 8B;1ST CHAR Y1
44F335F2: 26 AC;1ST CHAR X1
44F33608: 23 8B;2ND CHAR Y1
44F3360E: 37 B3;2ND CHAR X1
44F33624: 23 8B;3RD CHAR Y1
44F3362A: 48 BA;3RD CHAR X1
;-------PLAYLIST-TOTAL-----------
44F3368E: 23 90;1ST CHAR Y1
44F33694: 5C CA;1ST CHAR X1
44F336AA: 23 90;2ND CHAR Y1
44F336B0: 67 D1;2ND CHAR X1
44F336C6: 23 90;3RD CHAR Y1
44F336CC: 72 D8;3RD CHAR X1
;-------------ICONS----------------
44F333CE: 78 3C;REPEAT Y1
44F333D0: B9 BC;REPEAT X1
44F333B0: 78 4C;EQ Y1
44F333B6: CB BC;EQ X1
44F3340A: 78 5C;SHUF Y1
44F33410: A7 BC;SHUF X1
;---------PLAY-ICON-------------
44F330F0: 12 BB;X1
44F330F4: 26 FF;X2
44F330F8: 23 72;Y1
44F3310C: 23 72;Y2
;-----ICONS-TITLE/ALBUM/ARTIST-----
44F33428: 86 BA;ARTIST Y1
44F3342E: 12 02;ATRIST X1
44F334BC: 9D A4;TITLE Y1
44F334C2: 12 02;TITLE X1
44F33524: B8 CF;ALBUM Y1
44F3352A: 12 02;ALBUM X1
;-------TITLE/ALBUM/ARTIST---------
44F33464: 86 BC;ARTIST Y1
44F33470: 86 BC;ARTIST Y1
44F33476: 2A 1B;ARTIST X1
44F33500: 9D A4;TITLE Y1
44F334F4: 9D A4;TITLE Y1
44F33506: 2A 1B;TITLE X1
44F3355C: B8 CF;ALBUM Y1
44F33568: B8 CF;ALBUM Y1
44F3356E: 2A 1B;ALBUM X1
;---------UP/DOWN ICONS----------
44F339F6: 3C C8
44F33A0C: 44 0A
;-------------FONTS---------------
44F33438: 20 11;font Artist
44F334CC: 20 2C;font Title
44F33534: 20 11;font Album
44F33439: 7C 20
44F334CD: 7E 20
44F33535: 7D 20



W850:
CODE
;W850 SW-R1KG001
;Changed face of Walkman. Also changed are fonts.
;v.2
;(c) jamesbond22
;Oryginal idea by MaaTrrIxx
;(layout) Lic3ns3D
;BASED ON Walkman A200 NowPlaying by Paulo v1.0
;----------PROGRESSBAR-------------
450591B0: 1C 00;X1
450591B4: D3 F0;X2
450591B8: 6A FC;Y1
450591BC: 74 FF;Y2
;------------COVERART--------------
45059312: 9E 07;X1
45059316: D9 9D;X2
4505931A: 24 06;Y1
4505931E: 5F 9C;Y2
;-----------COVERICON--------------
45059B38: 24 2D;Y1
45059B3E: 9E 36;X1
;-----------TOTAL-TIME-------------
45059972: 41 EA;1ST CHAR Y1
45059978: 5C C5;1ST CHAR X1
4505998E: 41 EA;2ND CHAR Y1
45059994: 67 CC;2ND CHAR X1
450599DA: 41 E6;SEPARATOR Y1
450599DC: 72 D2;SEPARATOR X1
450599AA: 41 EA;3RD CHAR Y1
450599B0: 75 D6;3RD CHAR X1
450599C6: 41 EA;4TH CHAR Y1
450599CC: 80 DD;4TH CHAR X1
;----------CURRENT-TIME------------
4505983E: 41 EA;1ST CHAR Y1
45059844: 12 10;1ST CHAR X1
4505985A: 41 EA;2ND CHAR Y1
45059860: 23 17;2ND CHAR X1
45059876: 41 EA;3RD CHAR Y1
4505987C: 37 21;3RD CHAR X1
45059892: 41 EA;4TH CHAR Y1
45059898: 48 28;4TH CHAR X1
450598A6: 41 DE;SEPARATOR Y1
450598A8: 34 1D;SEPARATOR X1
;-------PLAYLIST-CURRENT-----------
450596A2: 23 8B;1ST CHAR Y1
450596A8: 26 AC;1ST CHAR X1
450596BE: 23 8B;2ND CHAR Y1
450596C4: 37 B3;2ND CHAR X1
450596DA: 23 8B;3RD CHAR Y1
450596E0: 48 BA;3RD CHAR X1
;-------PLAYLIST-TOTAL-----------
45059744: 23 90;1ST CHAR Y1
4505974A: 5C CA;1ST CHAR X1
45059760: 23 90;2ND CHAR Y1
45059766: 67 D1;2ND CHAR X1
4505977C: 23 90;3RD CHAR Y1
45059782: 72 D8;3RD CHAR X1
;-------------ICONS----------------
45059484: 78 3C;REPEAT Y1
4505948A: B9 BC;REPEAT X1
45059454: 78 4C;EQ Y1
4505945A: CB BC;EQ X1
450594B0: 78 5C;SHUF Y1
450594B6: A7 BC;SHUF X1
;---------PLAY-ICON-------------
45059190: 12 BB;X1
45059194: 26 FF;X2
45059198: 23 72;Y1
450591AC: 23 72;Y2
;-----ICONS-TITLE/ALBUM/ARTIST-----
450594CE: 86 BA;ARTIST Y1
450594D4: 12 02;ATRIST X1
45059572: 9D A4;TITLE Y1
45059578: 12 02;TITLE X1
450595DA: B8 CF;ALBUM Y1
450595E0: 12 02;ALBUM X1
;-------TITLE/ALBUM/ARTIST---------
4505950A: 86 BC;ARTIST Y1
45059516: 86 BC;ARTIST Y1
4505951C: 2A 1B;ARTIST X1
450595B6: 9D A4;TITLE Y1
450595AA: 9D A4;TITLE Y1
450595BC: 2A 1B;TITLE X1
45059612: B8 CF;ALBUM Y1
4505961E: B8 CF;ALBUM Y1
45059624: 2A 1B;ALBUM X1
;---------UP/DOWN ICONS----------
45059AAE: 3C C8
45059AC4: 44 0A
;-------------FONTS---------------
450594de: 20 11;font Artist
45059582: 20 2C;font Title
450595ea: 20 11;font Album
450594df: 7C 20
45059583: 7E 20
450595eb: 7D 20


---------------------------------
2.Introduction.
---------------------------------

This is an example of progressbar section in this patch:

CODE
;----------PROGRESSBAR-------------
               44F33110: 1C 00;X1
               44F33114: D3 F0;X2
               44F33118: 6A FC;Y1
               44F3311C: 74 FF;Y2


and one offset mean:
CODE
44F33110: 1C 00;X1

44F33110 is an offset
1C is default firmware value
00 is your custom value


and everything after semicolon like ;X1 is my comment to easier find and offset and value you are looking for wink.gif

What is x1,x2,y1 and y2 I don't have to explain right? Ok I explain it for you.

X1 - Starting position of icon,label etc. in horizon
X2 - Ending position
of icon,label etc. in horizon
Y1 - Starting position of icon,label etc. in vertical
Y2 - Ending position
of icon,label etc. in vertical


Of course every value in patch is in Hex not in Dec!
It means you have to change every value from dec to hex and then enter it to the patch.

In example: 187 (DEC) = BB (Hex)
For easier conversion of values you can use MS Calculator with scientist/programmer mode or one of few online converters like [link]



---------------------------------
3.Finding values techniques:
---------------------------------

To easier find values you can use MS Paint (You move a cursor on place when you have start of icon/label etc. and in right bottom corner you have values of it in DEC):


Second method to find is Music_Gui_NowPlaying.xml from A2 phones smile.gif
Helpful will be Sony Ericsson Layout Generator 0.1 by Mr.Thunderbird

If you complete layout in generator or have custom one by someone else than you have to open it in Notepad, or Internet Explorer or different thing to see xml files smile.gif And then you have to find all elements in <!-- Portrait --> Section.
Example:


---------------------------------
4.The End.
---------------------------------

Now you know anything you need to edit this patch for your personal needs. You can also share it with us on Patches Topics wink.gif

I Attached my skin files and psd file for making new skins to my first layout if you liked it (;

Addons.zip is Two Gfx patch for numbers and up/down icons! They are only for w580 for now.






TommyHecker
NICE NICE NICE NICE. You are our god laugh.gif smile.gif NICE WORK GUYS

To Lic: What font do you using? Can you share it? smile.gif
Lic
QUOTE (TommyHecker @ 2009-01-23 16:51) *
NICE NICE NICE NICE. You are our god laugh.gif smile.gif NICE WORK GUYS

To Lic: What font do you using? Can you share it? smile.gif


It's original Sony Ericsson font?tongue.gif
Joeee
i never understand patches/hex values "/
Lic
QUOTE (Joeee @ 2009-01-23 17:09) *
i never understand patches/hex values "/


What you can't understand. If you want to make new layour you have only to replace second values for your one smile.gif
But you have to know how layout.xml and x1,x2,y1,y2 works wink.gif
elistheman
what about porting to w660?
Lic
QUOTE (elistheman @ 2009-01-23 17:13) *
what about porting to w660?


I saw in Desktop Wars that Ploiki made it wink.gif
TommyHecker
Lic you must have a one patch laugh.gif smaller fonts in time etc?

This is my screen


And can you upload battery and signal icons? smile.gif)
jock
It the original... Dont you even know what batt and signal is original? :/
elistheman
QUOTE (Lic3ns3D @ 2009-01-23 16:14) *
I saw in Desktop Wars that Ploiki made it wink.gif

i saw that too but he hasent relesed it yet and if he will it will be only for orange which i hate!
so please i have any kindness can you port it?
DrazakTA
tnx a lot for psd files man
Rajesh_Pandey
Na, they are not the default battery icons. Its the iPhone battery icon. I use it wink.gif
Joeee
are they the same offsets for w610?
Lic
QUOTE (TommyHecker @ 2009-01-23 17:16) *
Lic you must have a one patch laugh.gif smaller fonts in time etc?

This is my screen


And can you upload battery and signal icons? smile.gif)


Yep I uploaded it to the frist post in addon.zip, iphone battery is somewhere in w580 patches or gfx patches topic smile.gif

QUOTE (elistheman @ 2009-01-23 17:18) *
i saw that too but he hasent relesed it yet and if he will it will be only for orange which i hate!
so please i have any kindness can you port it?


Maybe, but for today I don't have time wink.gif

QUOTE (DrazakTA @ 2009-01-23 17:18) *
tnx a lot for psd files man


No problem wink.gif If you will make new skins then please share it with us wink.gif


QUOTE (Joeee @ 2009-01-23 17:20) *
are they the same offsets for w610?


Nope, this patch must be ported wink.gif
Joeee
ok, porting is out of the question.

no idea how :S
Lic
QUOTE (Joeee @ 2009-01-23 17:39) *
ok, porting is out of the question.

no idea how :S


I think that mojsa will do it wink.gif
Joeee
=D

W610 R6BC002
smile.gif
Dr.Uberveguad
Great job man !!!
BTW I can't get smaller fonts in current time
Lic
QUOTE (Dr.Uberveguad @ 2009-01-23 17:47) *
Great job man !!!
BTW I can't get smaller fonts in current time


Use gfx patches from addons.zip wink.gif
TommyHecker
Yes use this patches smile.gif I love tuning SE laugh.gif

This is my for now smile.gif
Dr.Uberveguad
SURE !! Why didnt I realise that before, you've replaced the gfx in the hexcode !!! I can use my own then!!!
Thanks
jamesbond22
Lic3ns3D
That is correct on patch for W850:
QUOTE
;-----------COVERICON--------------
45059B38: 24 2D;Y1
45059B3E: 9E 36;X1


smile.gif
Lic
QUOTE (jamesbond22 @ 2009-01-23 18:09) *
Lic3ns3D
That is correct on patch for W850:


smile.gif


Maybe I made mistake smile.gif

BTW. To the 1st post I added clear-cover-off-image patch.

TommyHecker
To Lic: I have i question. This isn't about this patch etc but i can't send you PM sad.gif In elf Advanced Softkeys. Do you customize it? Because in default you ulock phone pressing left softkey and than right softgey when is the phone close. Now i can't do this and i don't know how witch Soft Edif.elf can i customized this sad.gif Help
DanielCore
great work guys
your work is awesome
go ahead¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡
jamesbond22
For clear cover image can choose Position Y = FF.

Lic3ns3D, i very like your layout. thumbsup.gif

mojsa
Joe smile.gif

I'm porting to w610 r6ca smile.gif

Switch to that fw tongue.gif
kamot12
Great work, Lic3ns3D =)
edeboi
What about porting it to W880 R8BA024? laugh.gif
nemanja
QUOTE (edeboi @ 2009-01-23 23:28) *
What about porting it to W880 R8BA024? laugh.gif


I second this. smile.gif
I asked mojsa if he can port it to W880, and he said he will try, when he has time. happy.gif

I also asked kirpeace... So, we can expect the port. smile.gif
farid0809
hOw abOut w660?
can u make it fOr it? blink.gif
Dr.Uberveguad
QUOTE (Lic3ns3D @ 2009-01-23 13:36) *
First I have to say how this patch was developed and who maked it.

A long long time ago user named MaaTrrIxx posted a topic on se-dev about "creating a patch to modificate the walkman 1.0 and the player of k790, k810, z610, etc" and then people saw it, helped him with it and Mike006 starts to make this patch for W200. In next few days jamesbond22 released version without .ini for w850, friden posted dev version with chaotic layout for w580.

And Then I saw jamesbond22's patch and started to porting it.
This days I was learning to porting patches so this patch was a great challenge for noob porter like me ^^.
I ported whole jamesbond22 patch but I can't find offsets for equalizer,shuffle and repeat icons. I asked Friden for them. I gave him offsets for progressbar and coverart (but I'm not sure which offsets I gave to him) and he gave me offsets for this icons.
I changed values, maked my own layout based on Paulo work from this post: [link]

So this is only my version of the patch.
I only ported it and changed values for better layout, but I'm not a creator of this patch!



Why I cannot see the album covert art anymore ?
miguel8e
QUOTE (TommyHecker @ 2009-01-23 14:18) *
To Lic: I have i question. This isn't about this patch etc but i can't send you PM sad.gif In elf Advanced Softkeys. Do you customize it? Because in default you ulock phone pressing left softkey and than right softgey when is the phone close. Now i can't do this and i don't know how witch Soft Edif.elf can i customized this sad.gif Help


make a new book with softedit.elf, the name of book is ScreensaverBook, save and run again the advsoftkey.elf and you should unlock the phone without problems
hkr
so no font patch for w850i yet sad.gif
jamesbond22, can you port the one for w580i? smile.gif
hkr
here's an idea if you like it of course wink.gif

how about replacing the icon (the one that represents the function of the middle button) in the middle of the bottom with the icon that displays the status of playing smile.gif I posted a screenshot to show you what i have in mind.
disturbed.knight
Anyone please can port the "Numbers"patch for w850 R1kg001, thanks smile.gif
Lic
QUOTE (Dr.Uberveguad @ 2009-01-24 01:38) *
Why I cannot see the album covert art anymore ?


I dunno, As you can see on my phone and other people phones coverart is appearing.


QUOTE (hkr @ 2009-01-24 03:08) *
here's an idea if you like it of course wink.gif

how about replacing the icon (the one that represents the function of the middle button) in the middle of the bottom with the icon that displays the status of playing smile.gif I posted a screenshot to show you what i have in mind.


I will think about it wink.gif


QUOTE (disturbed.knight @ 2009-01-24 06:37) *
Anyone please can port the "Numbers"patch for w850 R1kg001, thanks smile.gif


Today I will post numbers.png because it's gfx patch wink.gif
jamesbond22
QUOTE (hkr @ 2009-01-24 02:45) *
so no font patch for w850i yet sad.gif


QUOTE (disturbed.knight @ 2009-01-24 06:37) *
Anyone please can port the "Numbers"patch for w850 R1kg001, thanks smile.gif

attached...


Lic3ns3D, maybe can you create files BrowseView_Background and PlayNow_Background like file PlayView_Background?
Dr.Uberveguad
QUOTE (Lic3ns3D @ 2009-01-24 04:50) *
I dunno, As you can see on my phone and other people phones coverart is appearing.

You saved as png or jpg ?
What are the image dimensions ?
And the name ?Album or Cover ?
disturbed.knight
QUOTE (jamesbond22 @ 2009-01-24 01:01) *
attached...


Lic3ns3D, maybe can you create files BrowseView_Background and PlayNow_Background like file PlayView_Background?


Thanks laugh.gif
najodleglejszy
Could some1 make 4 W810i R4EA031 too? smile.gif
depeha
I'm trying create own layout, but I'm getting this:

Artist/title/album are still missing... I tried anything, but without any result. blink.gif

here is part of patch:
CODE
;----------------------------X
;Artist segment
;icon artist
DF3428: 86 C3;y pos 17
DF342E: 12 04;x pos
;font artist
DF3438: 207C 1A20
;artist String pos
DF3470: 86 C3;y BD
DF3476: 2A 1C;x 1C
;---------------------------X
;Title Segment
;Icon title
DF34BC: 9D DA;y pos 1B
DF34C2: 12 04;x pos
;Font TitlE
DF34CC: 207E 1A20
;title string pos
DF3500: 9D DA;y
DF3506: 2A 1C;x
;----------------------------X
;Album segment
;iCon AlBum
DF3524: B8 F5;y pos
DF352A: 12 04;x pos
;Font AlBum
DF3534: 207D 1A20
;AlBum string
DF3568: B8 F5;y pos
DF356E: 2A 1C;x pos

gaps between artist-title, title-album and icon-text are same as default, so that's not problem blink.gif
Some idea how to fix it? rolleyes.gif
smariob
QUOTE (nemanja @ 2009-01-23 17:06) *
I second this. smile.gif
I asked mojsa if he can port it to W880, and he said he will try, when he has time. happy.gif


YEAH Push!! Nemanja,Nemanja!!! lol.gif lol.gif This is simply Gr8!!! XD
Dr.Uberveguad
QUOTE (depeha @ 2009-01-24 16:42) *
Artist/title/album are still missing... I tried anything, but without any result. blink.gif


I cant see the album cover in mine. I'm using the regular patch.
nemanja
QUOTE (smariob @ 2009-01-25 01:23) *
YEAH Push!! Nemanja,Nemanja!!! lol.gif lol.gif This is simply Gr8!!! XD


Of course this is simply great. But, there is one thing you need to know about me: I do not like to force people to do something. I just ask, and if he/she wants to do it, then great. tongue.gif happy.gif

So, no pushing on my side... cool.gif But I would be happy little monkey to see the W880 port of this AMAZING patch.
DrazakTA
QUOTE (najodleglejszy @ 2009-01-24 23:40) *
Could some1 make 4 W810i R4EA031 too? smile.gif

http://forums.se-nse.net/index.php?showtop...st&p=468432
Lic
QUOTE (depeha @ 2009-01-24 19:42) *
I'm trying create own layout, but I'm getting this:

Artist/title/album are still missing... I tried anything, but without any result. blink.gif

here is part of patch:
CODE
;----------------------------X
;Artist segment
;icon artist
DF3428: 86 C3;y pos 17
DF342E: 12 04;x pos
;font artist
DF3438: 207C 1A20
;artist String pos
DF3470: 86 C3;y BD
DF3476: 2A 1C;x 1C
;---------------------------X
;Title Segment
;Icon title
DF34BC: 9D DA;y pos 1B
DF34C2: 12 04;x pos
;Font TitlE
DF34CC: 207E 1A20
;title string pos
DF3500: 9D DA;y
DF3506: 2A 1C;x
;----------------------------X
;Album segment
;iCon AlBum
DF3524: B8 F5;y pos
DF352A: 12 04;x pos
;Font AlBum
DF3534: 207D 1A20
;AlBum string
DF3568: B8 F5;y pos
DF356E: 2A 1C;x pos

gaps between artist-title, title-album and icon-text are same as default, so that's not problem blink.gif
Some idea how to fix it? rolleyes.gif


Your Font lines have mistakes...
In example:
CODE
DF3534: 207D 1A20

My line of fonts (without 44140000 offset added) will look like this:
CODE
DF3534: 20 11


My whole offsets about fonts looks like this:
CODE
;-------------FONTS---------------
44F33438: 20 11;font Artist
44F334CC: 20 2C;font Title
44F33534: 20 11;font Album
44F33439: 7C 20
44F334CD: 7E 20
44F33535: 7D 20


They have only 2 characters in value not 4 wink.gif

wink.gif

Milansz08
QUOTE (Lic3ns3D @ 2009-01-25 08:32) *
Your Font lines have mistakes...
In example:
CODE
DF3534: 207D 1A20

My line of fonts (without 44140000 offset added) will look like this:
CODE
DF3534: 20 11


My whole offsets about fonts looks like this:
CODE
;-------------FONTS---------------
44F33438: 20 11;font Artist
44F334CC: 20 2C;font Title
44F33534: 20 11;font Album
44F33439: 7C 20
44F334CD: 7E 20
44F33535: 7D 20


They have only 2 characters in value not 4 wink.gif

wink.gif



Can you port to R6CA001 w580 firmware Orange ?
thanks....
Lic
QUOTE (Milansz08 @ 2009-01-25 09:25) *
Can you port to R6CA001 w580 firmware Orange ?
thanks....


I can wink.gif. But not today. Because I have a lot of work to do with webpages for customers...
darksnoopy
can i mod my w910 walkman like this?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.