IPB

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
Quick Tutorial | Editing Custom Packs
steadyontherem8
post 2008-05-30 09:30
Post #1


You'll Never Walk Alone
Group Icon

Group: VIP
Posts: 3,158
Joined: 2007-12-28
From: London
Member No.: 96,332
Mobile: Sony Ericsson K800i R8BF003
Tutorials Submitted: 2



This guide will take you through how to edit custom packs.

All you need for this is your preset hex editor, I use notepad, you could use wordpad etc, XS++ 3.1 and of course, a custom pack!

For XS++ 3.1, go here

For many custom packs go to Iprotebe or SE Users or in the downloads section.

You may also request custom packs from me, but not any from http://www.topsony.com as I don't have download access lol.gif

Just in case you didn't know, custom packs are finalization files for the file system and they must match your file system. For example I have K810_R8BA024_FS_EUROPE_2_RED52 which means I need a custom pack for EUROPE_2, one like HB1-06_Gen_CDA102568_11_R8A_GENERIC_EUROPE_2 or HB1-06_Gen_CDA102568_11_R5A_GENERIC_EUROPE_2. HB1 will be explained later.

If you do not flash a custom pack, the phone will give you a configuration error, which will say contact your network provider.

TIP: To flash a custom pack, you can either use the files_to_upload trick by putting the contents of your custom pack inside, use own_custpack in the same way or you can use FSX in XS++ just like I do. To do this, click start FSX and navigate to tpa\preset\custom. Extract your custom pack and drag and drop all the files from your Explorer window into this directory. The files will be overwrited automatically.

Below is a typical custom pack.

CODE
<?xml version="1.0" encoding="utf-8"?>
<customization xmlns:scs="http://scs.sonyericsson.net/xsd/CDAGInput.xsd">
  <info>
    <pcr-created>2007-05-10T08:17:45</pcr-created>
    <created-by>Daniel Allansson</created-by>
    <pcr-id>283</pcr-id>
    <pcr-revision>126</pcr-revision>
    <cda-number>CDA102511/2</cda-number>
    <cda-revision>R6A</cda-revision>
    <model>K810i</model>
    <country>England</country>
    <operator>Sony Ericsson</operator>
    <language-variant-name>EUROPE_2</language-variant-name>
    <allowed-language>en</allowed-language>
    <allowed-language>fr</allowed-language>
    <allowed-language>de</allowed-language>
    <allowed-language>tr</allowed-language>
    <allowed-language>st</allowed-language>
    <allowed-language>zu</allowed-language>
  </info>
  <clock>
    <date>2008-03-30</date>
  </clock>
  <wap>
    <bookmark name="Sony Ericsson">http://wap.sonyericsson.com</bookmark>
    <bookmark name="Google Search">http://wap.sonyericsson.com/download/download.do?cmd=bm&appl=searchengine</bookmark>
  </wap>
  <mmi>
    <profile id="0">
    </profile>
    <settings>
    </settings>
  </mmi>
  <use-old-cust>false</use-old-cust>
</customization>



QUOTE
<pcr-created>2007-05-10T08:17:45</pcr-created>
<created-by>Daniel Allansson</created-by>
<pcr-id>283</pcr-id>
<pcr-revision>126</pcr-revision>


These do NOT need to be modified.

QUOTE
<cda-number>CDA102511/2</cda-number>
<cda-revision>R6A</cda-revision>


These are often what people need to modify, in the case of changing their CDA. To change your CDA, all you will need to do is to look at your log from XS++:

QUOTE
21:58:00| XS++ v3.1 (Darwin) Ready !
21:58:00| Executed on Microsoft Windows XP
21:58:04|
21:58:04| Attempting to open the interface...
21:58:04|
21:58:04| TURN OFF PHONE!
21:58:04| Hold 'C' button on phone and connect phone NOW.
21:58:04| You have 30 seconds...
21:58:04|
21:58:11| Baseband ID: 9900
21:58:11| Protocol Version: 3.1
21:58:11| Warning: IMEI name does not match GDFS name (IMEI:K800 GDFS:K810)
21:58:12| ...using IMEI name
21:58:12|
21:58:12| Profiling SEMC phone...
21:58:12| Platform: DB2020
21:58:12| OTP CID: 51
21:58:12| EROM CID: 52
21:58:12| EROM Color: Red
21:58:12| IMEI: 35908701xxxxxx
21:58:12| Phone ID: K800
21:58:12| Region: EUROPE_2
21:58:12| CDA: CDA102568/11 R6A
21:58:12| Firmware Version: R8BA024
21:58:12| EROM: R3A022
21:58:12| Ready for operation!


... and take note of the bold areas. Then you change the CDA number field to:

QUOTE
<cda-number>CDA102568/11</cda-number>


If need be you will also need to change the CDA revision by inputing the code in italics into this:

QUOTE
<cda-revision>R6A</cda-revision>


QUOTE
<model>K810i</model>
<country>England</country>
<operator>Sony Ericsson</operator>


These may be modified to your liking, don't worry if the phone model is HB1 for DB2020 phones, as this type of custom pack is used for all DB2020 phones. For DB2010 phones, there is also 'model_' that works the same way.

QUOTE
<language-variant-name>EUROPE_2</language-variant-name>
<allowed-language>en</allowed-language>
<allowed-language>fr</allowed-language>
<allowed-language>de</allowed-language>
<allowed-language>tr</allowed-language>
<allowed-language>st</allowed-language>
<allowed-language>zu</allowed-language>


These decide which languages are enabled on your phone. The language variant name is what the file system is called and the allowed languages must match up to the file system that you are using. There are some modifications that can allow you to add extra languages to your phone. The codes 'en', 'fr' etc are the country codes. See http://www.topsony.com/forum/cmps_index.ph...e=info_lenguaje for more information on languages.

QUOTE
<clock>
<date>2008-03-30</date>
</clock>
<wap>
<bookmark name="Sony Ericsson">http://wap.sonyericsson.com</bookmark>
<bookmark name="Google Search">http://wap.sonyericsson.com/download/download.do?cmd=bm&appl=searchengine</bookmark>
</wap>


The date is what the date displayed will be when you switch the phone on. This can be edited.

The WAP field contains the preset bookmarks that will be uploaded. You may add custom websites but edit it in the same way as the preset ones (with the same type of codes)

For example:

QUOTE
<bookmark name=" O2">http://wap.o2.co.uk</bookmark>


QUOTE
<use-old-cust>false</use-old-cust>


The above can be changed if you need to restore an old custom pack.

This concludes the tutorial. If you have any other questions, do not hesitate to PM me smile.gif

Additional links:

Tripov Language Pack: for K810 R8BA024 with tutorial for ALL supported phones

Tripov Language Pack- just for K800 R8BF003 with no tutorial

The SE-NSE Quickstart guide by WizaJ- for anyone who has just started modding

Credits go to http://forums.se-nse.net/index.php?showuser=45889 WizaJ and everyone else who has helped me (most of the forum lol.gif).

EDIT: There is a new and easier way to edit custom packs called CustGen which gives you dedicated spaces for each field. It can be found here

This post has been edited by steadyontherem8: 2008-08-27 11:16


--------------------
RIP The One.
http://forums.se-nse.net/index.php?showtopic=35214 (Obviously topic was deleted)
Go to the top of the page
 
+Quote Post
Snowiffic
post 2008-05-30 09:34
Post #2


Feel your SE-NSEs!
Group Icon

Group: Super Moderators
Posts: 6,164
Joined: 2007-06-03
From: El' Denmark'O!
Member No.: 45,889
Mobile: Idou (iDoYou)
Tutorials Submitted: -1



Great work! thumbsup.gif
Moved.


--------------------

Don't forget to visit our homepage and visit us on Facebook!
Dell Studio XPS 16 - T9600 (2,4Ghz), 4GB RAM, 15,6" FullRGB-LED @ 1920x1080, ATI Mobility Radeon HD 4670 (1GB VRAM) +
Samsung SyncMaster P2450H - 24" (1920x1080), 2ms
Go to the top of the page
 
+Quote Post
Nick14
post 2008-05-30 11:55
Post #3


Bless You ??
Group Icon

Group: VIP
Posts: 3,196
Joined: 2007-12-01
From: Approx. 1.12 cm from Boysie
Member No.: 88,614
Mobile: Not a Sony ericsson
Tutorials Submitted: 1



is it possible to port a k800 custpack to w800


--------------------
QUOTE
Don't eat me. I have a wife and kids. Eat them

Need too report something PM[Mod]
Lynott ,cchaos,jock
Go to the top of the page
 
+Quote Post
blunden
post 2008-05-30 12:25
Post #4


No Se-nse
**

Group: Members
Posts: 91
Joined: 2008-05-24
From: Sweden
Member No.: 144,659
Mobile: K800i @ K810i R8BA024 Xenon XMB Swedish menu + theme



Is there any reason one would want to change the revision of their CDA? Does it make any difference?
Go to the top of the page
 
+Quote Post
steadyontherem8
post 2008-05-30 17:48
Post #5


You'll Never Walk Alone
Group Icon

Group: VIP
Posts: 3,158
Joined: 2007-12-28
From: London
Member No.: 96,332
Mobile: Sony Ericsson K800i R8BF003
Tutorials Submitted: 2



QUOTE
is it possible to port a k800 custpack to w800


I don't think so because all the rest of the files in the custompack would be different.

QUOTE
Is there any reason one would want to change the revision of their CDA? Does it make any difference?


Not really tongue.gif.


--------------------
RIP The One.
http://forums.se-nse.net/index.php?showtopic=35214 (Obviously topic was deleted)
Go to the top of the page
 
+Quote Post
Nick14
post 2008-05-31 06:39
Post #6


Bless You ??
Group Icon

Group: VIP
Posts: 3,196
Joined: 2007-12-01
From: Approx. 1.12 cm from Boysie
Member No.: 88,614
Mobile: Not a Sony ericsson
Tutorials Submitted: 1



but is there any way to get the k800 james bond pack to w800


--------------------
QUOTE
Don't eat me. I have a wife and kids. Eat them

Need too report something PM[Mod]
Lynott ,cchaos,jock
Go to the top of the page
 
+Quote Post
blunden
post 2008-05-31 11:43
Post #7


No Se-nse
**

Group: Members
Posts: 91
Joined: 2008-05-24
From: Sweden
Member No.: 144,659
Mobile: K800i @ K810i R8BA024 Xenon XMB Swedish menu + theme



QUOTE (steadyontherem8 @ 2008-05-30 18:40) *
Not really tongue.gif.
I'm just curious why there even is a revision of the CDA? Does it ever get "updated" normally?
Go to the top of the page
 
+Quote Post
steadyontherem8
post 2008-05-31 20:55
Post #8


You'll Never Walk Alone
Group Icon

Group: VIP
Posts: 3,158
Joined: 2007-12-28
From: London
Member No.: 96,332
Mobile: Sony Ericsson K800i R8BF003
Tutorials Submitted: 2



No, except I think sometimes when changing custom packs.


--------------------
RIP The One.
http://forums.se-nse.net/index.php?showtopic=35214 (Obviously topic was deleted)
Go to the top of the page
 
+Quote Post
WizaJ
post 2008-06-01 15:17
Post #9


I asked for a custom title, and this is all I got!
Group Icon

Group: VIP
Posts: 1,563
Joined: 2008-02-24
From: 7964.3km from Lynott.
Member No.: 115,400
Mobile: K850i - Stock | W580i - Modded
Tutorials Submitted: 4



Great guide smile.gif
And I've been mentioned laugh.gif


--------------------
ACEEL Elfpack Repository | CPP | Advertise Your Link Here (1$)
It's been long, but I'm back on my moddin' BS.
Go to the top of the page
 
+Quote Post
steadyontherem8
post 2008-06-01 20:12
Post #10


You'll Never Walk Alone
Group Icon

Group: VIP
Posts: 3,158
Joined: 2007-12-28
From: London
Member No.: 96,332
Mobile: Sony Ericsson K800i R8BF003
Tutorials Submitted: 2



QUOTE (nick14 @ 2008-05-31 07:31) *
but is there any way to get the k800 james bond pack to w800


Maybe, but I haven't ever seen a james bond custom file before, seen people request them. Maybe if we could find one then investigate?


--------------------
RIP The One.
http://forums.se-nse.net/index.php?showtopic=35214 (Obviously topic was deleted)
Go to the top of the page
 
+Quote Post
Lion2k8
post 2008-06-07 11:50
Post #11


Padawan
*

Group: Members
Posts: 17
Joined: 2008-06-05
Member No.: 148,298



Hi i need a custom pack for s500 r8ba024 europe 2 but i cant find one.
I want to flash my s500 to a w580 but i need a "backup" of all s500 flash files.
Can i use this pack "HB1-06_Gen_CDA102568_11_R8A_GENERIC_EUROPE_2" for w580 with my s500?
Go to the top of the page
 
+Quote Post
steadyontherem8
post 2008-06-07 15:01
Post #12


You'll Never Walk Alone
Group Icon

Group: VIP
Posts: 3,158
Joined: 2007-12-28
From: London
Member No.: 96,332
Mobile: Sony Ericsson K800i R8BF003
Tutorials Submitted: 2



Yes you can. HB1 works on all DB2020 phones.


--------------------
RIP The One.
http://forums.se-nse.net/index.php?showtopic=35214 (Obviously topic was deleted)
Go to the top of the page
 
+Quote Post
Lion2k8
post 2008-06-07 15:04
Post #13


Padawan
*

Group: Members
Posts: 17
Joined: 2008-06-05
Member No.: 148,298



Ah ok Thanks! smile.gif
Go to the top of the page
 
+Quote Post
Ly
post 2008-06-24 18:05
Post #14


Se-xy
Group Icon

Group: Moderators
Posts: 5,786
Joined: 2007-06-08
From: London
Member No.: 46,945
Mobile: W995 Brown | iPhone2G



I was looking everywhere for that.
W880i files are quite hard to find.


--------------------
Go to the top of the page
 
+Quote Post
anmol_kakkar
post 2008-08-14 19:23
Post #15


Makes Se-nse
****

Group: Members
Posts: 258
Joined: 2008-01-04
From: India
Member No.: 98,579
Mobile: Yari (R1BA049), W595 (R3EG004),W350i (R11CA002), W760i (R3EA037)



please could you provide me the customization pack for my W580i
Platform: DB2020
OTP CID: 51
EROM CID: 52
EROM Color: Red
IMEI: xxxxxxxxxxx
Phone ID: W580
Region: S_ASIA_LEVAN
CDA: CDA102774/66 R4A
Firmware Version: R6BC002
EROM: R3A022

please.
Thank you in advance
Go to the top of the page
 
+Quote Post
steadyontherem8
post 2008-08-17 08:59
Post #16


You'll Never Walk Alone
Group Icon

Group: VIP
Posts: 3,158
Joined: 2007-12-28
From: London
Member No.: 96,332
Mobile: Sony Ericsson K800i R8BF003
Tutorials Submitted: 2



http://forums.se-nse.net/index.php?autocom...amp;showfile=13


--------------------
RIP The One.
http://forums.se-nse.net/index.php?showtopic=35214 (Obviously topic was deleted)
Go to the top of the page
 
+Quote Post
Ly
post 2008-08-18 20:23
Post #17


Se-xy
Group Icon

Group: Moderators
Posts: 5,786
Joined: 2007-06-08
From: London
Member No.: 46,945
Mobile: W995 Brown | iPhone2G



Nice wink.gif


--------------------
Go to the top of the page
 
+Quote Post
Snowiffic
post 2008-08-18 20:25
Post #18


Feel your SE-NSEs!
Group Icon

Group: Super Moderators
Posts: 6,164
Joined: 2007-06-03
From: El' Denmark'O!
Member No.: 45,889
Mobile: Idou (iDoYou)
Tutorials Submitted: -1



I know it's pretty useless now tongue.gif but hey, it's a beginning smile.gif


--------------------

Don't forget to visit our homepage and visit us on Facebook!
Dell Studio XPS 16 - T9600 (2,4Ghz), 4GB RAM, 15,6" FullRGB-LED @ 1920x1080, ATI Mobility Radeon HD 4670 (1GB VRAM) +
Samsung SyncMaster P2450H - 24" (1920x1080), 2ms
Go to the top of the page
 
+Quote Post
balu4386
post 2008-08-27 05:13
Post #19


n00b


Group: Members
Posts: 10
Joined: 2008-03-26
Member No.: 125,703



what is [size="7"][/size]custom pack[color="#FFFF00"][/color] newhere.gif
Go to the top of the page
 
+Quote Post
steadyontherem8
post 2008-08-27 11:17
Post #20


You'll Never Walk Alone
Group Icon

Group: VIP
Posts: 3,158
Joined: 2007-12-28
From: London
Member No.: 96,332
Mobile: Sony Ericsson K800i R8BF003
Tutorials Submitted: 2



Where does it say that?


--------------------
RIP The One.
http://forums.se-nse.net/index.php?showtopic=35214 (Obviously topic was deleted)
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: