Jump to content


* * * * * 2 votes

Newbie FAQ


  • Please log in to reply
220 replies to this topic

#1 OFFLINE   Corman

Corman
  • SE-NSE Awards '10
  • AROFGNEU!!!

  • 8,971 posts
  • Gender:Male
  • Mobile:HTC 8S
  • Tutorials Submitted:1

Posted 01 February 2010 - 08:06 PM

*
POPULAR

Would anyone be interested in teaming up with me for a new project? What I would like to do is to create an error database, with known fixes for it. I have been away for a while, but when I was still active (not that long ago), there were a lot of newbies always asking for the same things, e.g. the error on games entering, how to enable flash menus, etc.
I would like to make a database of these FAQ's and then gather all the fixes at once. Then an admin could make a module so that when you register and choose your phone, you can see the common errors or mods for it (I am assuming that most members sign up for help) . My hope is that this will greatly reduce the number of topics on the same subject.

So, 2 questions:
  • Good idea?
  • But more importantly, who wants to help me?
_____________________________

List of known/worked on entries:

Please make sure you know what DB and CID your phone model is before attempting any of these tutorials.

  • What DB is my phone? Solution: look it up in SE-NSE's model list
  • What CID is my phone?
    • DB2010 possible CID's: 29/36/49/50
    • DB2020 possible CID's: 49/51/52/53
    • DB3150 possible CID's: 49/52
    • DB3210 possible CID's: 49/52/53/80/81
    • DB3350 possible CID's: 53/80/81

Check your CID with XS++/A2Uploader

  • A2V1: DB3150 R1XXXXXX FW revision. A2V2: DB3150 R3XXXXXX FW revision. DB3200, DB3210 and DB3350 are also A200 phones.
- General:
  • Flashing - Solution: the commonly-used notion of flashing on this forum is similar to reinstalling an operating system on a pc. Flashing means uploading new firmware files on your phone, to (generally) make it more stable. Most software errors can also be fixed by flashing.
    There are a lot of programs available that allow you to flash your phone:

  • An automatic flashing program is :se:'s own Sony Ericsson Update Service (SEUS). This program will download and flash the correct files for you.
  • There are also manual flashing programs. These are often platform dependent and they require a manual input of files. These programs are more popular by modders as they give you more control over the flashing process. Examples of these are XS++, JDFlasher, SETool2Lite & A2Uploader.

  • Patching - Solution: patching is the process that allows you to enter pieces of raw code (in HEX format) in the firmware of your phone. Patches come in the .vkp file format, which is text-based. Patches replace existing data with modded data so the functionality of the phone can be altered/extended. Patches can do virtually anything on the phone, within limits of the hardware. Patches are phone and firmware (FW) dependant. Although patches are created for a specific phone and FW, they can also be used on other models/FW if they are ported. The code then needs to be altered so it matches the new firmware.

    Example of a patch:

    ;Phone Model - FW version
    ;Description of patch
    ;Creator/porter of patch
    +44140000 (base address in the firmware)
    0000 A4E6
    

(the first 2 bytes are the original values, the next 2 bytes are the values that will replace the original)

Copy-paste code like this in Notepad and save as all files with .vkp extension. Lines that start with ; won't be patched in the phone.


  • FS modding - Solution:

    • FS? The Filesystem or FS of a :se: phone is a partition on your phone that holds all configuration files and drivers needed for the phone to operate properly. For safety reasons, this partition is not accessible by default (you could do great harm if you delete vital files). A FS image can be flashed with flashing programs like XS++, SETool2Lite, JDFlasher and A2Uploader.
    • FS modding? The files in the FS can of course be altered, and files can be added. Popular FS modding is changing the drivers of the phone's hardware, enhancing its capabilities (e.g. sound and picture quality). Other popular things is adding flash menus, Walkman skins or editing the menu structure of the phone.
      • Acoustics: acoustics are sound drivers for the phone. Using modded acoustics, the phone can be made louder, or sound quality can be improved. Depending on the hardware platform of you phone, the acoustics have a different format (DB2010: .apf - DB2020: .zapf - DB3150 v1: .wbxml - DB3150 v2, DB3210, DB3350: .wbxml + .csv).
      • Camera drivers: camera drivers can improve image quality. The driver is dependent of the camera module in the phone (list of camera modules)
  • Unlocking - Solution: some operators lock their phones. This means the phone will only accept SIM-cards by the operator it is locked to. A popular example is AT&T locking their iPhones. Locking isn't merely an iPhone fenomenon: :se: phones can also be locked. Depending on your phone model, there are a lot of unlocking possibilities, some of which are free, others aren't.

    • DB2010: free patch unlock
    • DB2020:
      • CID52: free patch unlock
      • CID53: Any CID patch unlock (if you have a SIM-card from the operator the phone is locked to) / paid unlock
        Unlocking - Solution: patch unlock with Simox Autopatcher - ( Tutorial )
    • DB3150: Omnius (not free) / 4SE(not free)
    • DB3210:
      • CID52: Omnius (not free) / 4SE(not free)
      • CID53: Omnius (not free) / 4SE(not free)
  • Flash drivers - Solution: in order to let modding programs interact with your phone, they will need the correct drivers. These are called flash drivers, as opposed to 'phone mode' drivers and 'USB mass storage' drivers. Tutorial
- DB2010:
  • WSOD (White Screen Of Death) - screen blinking white - Solution: try to update your phone's firmware with SEUS. If the problem persists, flash both the Main and the Filesystem with XS++.
  • Camera key not working on W810 - Solution: hardware repair / camera shortcuts elf (download here) - needs elfpack!
  • Flash menu (W810, K750/W800) - Solution:
    • W810: Upload the .swf files to tpa/preset/system/desktop/flash/. The files must be 176x220 and FL1.1
    • K750/W800: You can not use flash menus. Use animated gif menus instead.
  • Patching 36/49/50 - Solution:
  • Flashing - Solution: Download FW matching your CID and EROM colour. You will need a .mbn and a .fbn file and at least customize.xml. This last file is available on the internet known as a custpack. You will need to put customize.xml in tpa/preset/custom/ with FAR Manager/XS++/SETool2lite after a succesful FS flash, because otherwise the phone will display a configuration error on start-up.
  • Changing acoustics - Solution: use .apf files, and upload to ifs/settings/acoustic/
  • Screen problems with flip phones (white screen/distorted display/...) - Solution: reflash, if it didn't solve, bring it to a :se: Service Center
  • REST files for SETool2Lite - Solution: make REST file for your FW with make_rest.exe
  • K750/W800 flashed to W810 errors - Solution: restore backed up GDFS / Use OTP patch / Bring it to a :se: Service Center
  • ElfPack - Solution: Install patchloader and library (see DB2010 patching for tutorials on patching)
  • Unlocking - Solution: patch unlock with Simox Autopatcher - need tutorial
- DB2012:
  • Patching - Solution: same as CID50 on DB2010: Any CID (Tutorial) - patching DB2012 is not a guaranteed success: it may take a few tries before the phone decides it wants to be patched.
  • Flashing
  • Flash menus
  • ElfPack
- DB2020:
  • 'Operation failed' on entering games/applications - Solution: First try restarting the phone. If it doesn't work, reflash FS
  • EROM failure - Solution: CID52: 'repair/unlock' with SETool2Lite / CID53: paid fix by D-Ultimate Unlocker
  • Patching CID49/51/52 - Solution: SETool2Lite 1.11 with Quick Access patch (Tutorial)
  • Patching CID53 - Solution: Any CID (Tutorial)
  • Flashing CID49/51/52 - Solution: XS++ 3.1 (Download here - Tutorial)
  • Flashing CID 53 - Solution: XS++4.1 / JDFlasher
  • Hardware errors on W580: keyboard cracks/screen - Solution: manual fix (get parts from eBay or cnn) or :se: Service Centre
  • K-series flash menu - Solution: Only K770 and K850 support flash themes. Other K-series phones must be flashed with W-Series firmware to enable FlashLite support and patch fixes will also be necessary.(Crossflashing reference guide)
  • Quadband on K800 - Solution: GDFS editing (Tutorial) - Unsure if this works!
  • GDFS error after flashing K800 to K790 - Solution: a) if you have a GDFS back-up, restore it (restoring can be done on CID52 with XS++ or SETool2Lite, CID53 users have to use JDFlasher with these values - CID52 users can use JDFlasher too if desired). b) If you don't have a GDFS back-up, bring it to a :se: Service Centre
  • Duplicate games/applications - Solution: reflash FS / Boysie's method / method 3
  • Strange screen after flashing W580 (Example) - Solution: keep reflashing again and again till the problem goes away
  • Elfpack - Solution:
    • Normal elfloader:
      • Create ZBin folder in phone memory/other. Inside, create a folder called Config.
      • Create ZBin folder in memory card/other. Inside, create a folder called Daemons
      • Copy dyn_const.bin to phone memory/ZBin/config
      • Patch your phone with the elfloader and library.
      • Copy .elf files in the ZBin folder on the phone memory and press start to start the elf.
      • If you want .elf files to auto-run when you start the phone, copy them in memory card/other/Zbin/Daemons.
      • UPDATE: for v1.999 use the following tutorial: Elfpack installation
    • Tartes elfloader: Tutorial
- A200:

- General:
- DB3150
  • A2V1 phones restarting (W910, K660, K850, G502,...) - Solution: Sadly, these phones have got buggy firmware and :se: has decided not to fix it. To reduce the amount of restarts, flash to R1FA03x, but your phone will remain unstable
  • K850 touch keys not working - Solution: first try flashing, if they still don't work, manual hardware repair or :se: Service Centre
  • K850 does not start anymore and shows a blue ring on camera when trying to power up (Blue Ring Of Death - Brod) - Solution: Tutorial
- DB3210:
  • C510 screen flickering/duplicate screen - Solution: lock the phone and let the screen turn off
  • W705/W715/W995 screen flickering - Solution: most probably damaged flex cable
  • Changing font size for text input - Solution: Edit fontengine.xml(LINK)
- DB3350 (Aino & Yari)
  • 3G only without patching: LINK
  • Changing font on Cedar(or any other db3350): LINK
  • Animation sms in cedar: LINK


Useful stuff:
  • ShakeMe without holding the :walkman: key (W580/A2V1/A2V2) - Solution: W580 - A2V1- A2V2
  • Service Menu code - Solution: '>*<<*<*' (>=right, *=star button on keypad, <=left). Ignore any shortcuts while entering the code!
  • Model list
ADVANCED SECTION:

Problems in this section apply to problems for advanced users (those who already know how to patch/flash/etc.)

- A200
  • Media doesn't show songs any more - Solution: remove delete podcast folder patch. UPDATE -  use the fix version of this patch
  • Text labels show HEX info instead of text labels - Solution: use a .lng file for your FW version. E.g. if you are on R1GA026, don't use R1FA035 .lng files but use only R1GA026 .lng files. You can get these files out of an extracted FS.
  • Random reboots when using elfs - Solution: make sure you are running the latest version of the elf that is causing trouble, and that you have all necessary functions in your library


#2 OFFLINE   omokas

omokas
  • VIP
  • ̿ '̿'\̵͇̿̿\=(•̪●)=/̵͇̿̿/'̿̿ ̿

  • 1,090 posts
  • Gender:Male
  • Location:Greece
  • Mobile:iPhone 4
  • Twitter:omokas

Posted 01 February 2010 - 08:07 PM

Very nice idea corman, and it would reduce the spam on SE-NSE :D

I will help you if you want ;)

C905 R1FA035 | BROWN | VKP&GFX Patched | 2GB M2
K660 R1FA035 | BROWN | VKP&GFX Patched | 1GB M2
Apple iPhone 4 | iOS 4.0.1 | Jailbroken | 16GB | Black
For usefull posts/topics please use the Posted Image button


#3 OFFLINE   Boysie

Boysie
  • Super Moderators
  • Mrs Miggins

  • 37,165 posts
  • Gender:Can't decide
  • Location:Between a rock and a hard place
  • Mobile:X10 (CM10.1 v10) - K800
  • Tutorials Submitted:One or two

Posted 01 February 2010 - 08:10 PM

I'm in. ;)

Personal messages that have no need to be private will not be answered. We have a forum for asking questions so please use it.


#4 OFFLINE   alstromalstrom

alstromalstrom
  • New Members
  • PipPipPip
  • Non-se-nse

  • 188 posts
  • Gender:Male
  • Location:Sweden
  • Mobile:Yari, W595

Posted 01 February 2010 - 08:10 PM

View PostCorman, on 01 February 2010 - 08:06 PM, said:

Would anyone be interested in teaming up with me for a new project? What I would like to do is to create an error database, with known fixes for it. I have been away for a while, but when I was still active (not that long ago :p), there were a lot of newbies always asking for the same things, e.g. the error on games entering, how to enable flash menus, etc.

I would like to make a database of these FAQ's and then gather all the fixes at once. Then an admin could make a module so that when you register and choose your phone, you can see the common errors or mods for it (I am assuming that most members sign up for help) . My hope is that this will greatly reduce the number of topics on the same subject.

So, 2 questions:
  • Good idea?
  • But more importantly, who wants to help me?
Great Idea!

But I dont know if I can help you, since Im kinda a newbie myself :)

#5 OFFLINE   Krazy D

Krazy D
  • VIP
  • Retired Moderator

  • 3,376 posts
  • Gender:Male
  • Tutorials Submitted:5

Posted 01 February 2010 - 08:10 PM

I'll help. If it gets approved.

#6 OFFLINE   lin

lin
  • Members
  • PipPipPipPip
  • Makes Se-nse

  • 378 posts
  • Gender:Female
  • Location:Sweden
  • Mobile:Xperia S

Posted 01 February 2010 - 08:19 PM

View PostCorman, on 01 February 2010 - 08:06 PM, said:

Would anyone be interested in teaming up with me for a new project? What I would like to do is to create an error database, with known fixes for it. I have been away for a while, but when I was still active (not that long ago :p), there were a lot of newbies always asking for the same things, e.g. the error on games entering, how to enable flash menus, etc.

I would like to make a database of these FAQ's and then gather all the fixes at once. Then an admin could make a module so that when you register and choose your phone, you can see the common errors or mods for it (I am assuming that most members sign up for help) . My hope is that this will greatly reduce the number of topics on the same subject.

So, 2 questions:
  • Good idea?
  • But more importantly, who wants to help me?

Good idea!! :good:
I can help out if its needed :)
Tempus Fugit................ Carpe Diem



#7 OFFLINE   Corman

Corman
  • SE-NSE Awards '10
  • AROFGNEU!!!

  • 8,971 posts
  • Gender:Male
  • Mobile:HTC 8S
  • Tutorials Submitted:1

Posted 01 February 2010 - 08:20 PM

View Postomokas, on 01 February 2010 - 08:07 PM, said:

Very nice idea corman, and it would reduce the spam on SE-NSE :D

I will help you if you want ;)


View PostBoysie, on 01 February 2010 - 08:10 PM, said:

I'm in. ;)


View Postalstromalstrom, on 01 February 2010 - 08:10 PM, said:

Great Idea!

But I dont know if I can help you, since Im kinda a newbie myself :)


View PostKrazyd007, on 01 February 2010 - 08:10 PM, said:

I'll help. If it gets approved.

Thanks for the interest guys. I'm sure we can use all the help we get.

@alstromalstrom:

Don't worry about being a newbie, you will see that you learn quick on this forum, and it's always good to have someone less technically knowledged who can alert us if we get too technical :). Plus, you seemto have experience with Aino, which is good.

I think it is best if we find members with different models, so we get a varied discussion :)

#8 OFFLINE   KkSCchaos

KkSCchaos
  • Admins
  • I am THE Master

  • 10,972 posts
  • Gender:Male
  • Location:In a field! (according to Google)
  • Mobile:Mako; Stock 4.2.2. Racheal; SlimBean V4.0
  • Twitter:@kkscchaos
  • Tutorials Submitted:2

Posted 01 February 2010 - 08:21 PM

1 its a good idea (and Im actually for it) but this is what the boffin group was created for.  Unfortunately that group has now been disbanded: http://forums.se-nse...roup-disbanded/

In the mean time theres also this thread: http://forums.se-nse...ickstart-guide/

#9 OFFLINE   Corman

Corman
  • SE-NSE Awards '10
  • AROFGNEU!!!

  • 8,971 posts
  • Gender:Male
  • Mobile:HTC 8S
  • Tutorials Submitted:1

Posted 01 February 2010 - 08:25 PM

View Postcchaos, on 01 February 2010 - 08:21 PM, said:

1 its a good idea (and Im actually for it) but this is what the boffin group was created for. Unfortunately that group has now been disbanded: http://forums.se-nse...roup-disbanded/

In the mean time theres also this thread: http://forums.se-nse...ickstart-guide/

Thanks for notifying me about the quickstart :). I want to take this a tad further though, as experience tells me a lot of newbies don't even read the tutorial section.

#10 OFFLINE   Boysie

Boysie
  • Super Moderators
  • Mrs Miggins

  • 37,165 posts
  • Gender:Can't decide
  • Location:Between a rock and a hard place
  • Mobile:X10 (CM10.1 v10) - K800
  • Tutorials Submitted:One or two

Posted 01 February 2010 - 08:28 PM

Bring back the Boffin group! :D

Personal messages that have no need to be private will not be answered. We have a forum for asking questions so please use it.


#11 OFFLINE   KkSCchaos

KkSCchaos
  • Admins
  • I am THE Master

  • 10,972 posts
  • Gender:Male
  • Location:In a field! (according to Google)
  • Mobile:Mako; Stock 4.2.2. Racheal; SlimBean V4.0
  • Twitter:@kkscchaos
  • Tutorials Submitted:2

Posted 01 February 2010 - 08:29 PM

View PostCorman, on 01 February 2010 - 08:25 PM, said:

Thanks for notifying me about the quickstart :). I want to take this a tad further though, as experience tells me a lot of newbies don't even read the tutorial section.
Actually, the newbies like posting in that section :lol:

#12 OFFLINE   Corman

Corman
  • SE-NSE Awards '10
  • AROFGNEU!!!

  • 8,971 posts
  • Gender:Male
  • Mobile:HTC 8S
  • Tutorials Submitted:1

Posted 01 February 2010 - 08:29 PM

View PostBoysie, on 01 February 2010 - 08:28 PM, said:

Bring back the Boffin group! :D

So this group can become one :p? I don't see the need for this formality but it would be funny :p

Edit: being away isn't good for me so it seems :p

Edited by Corman, 01 February 2010 - 08:30 PM.


#13 OFFLINE   Razvan_88

Razvan_88
  • VIP
  • SVP

  • 1,488 posts
  • Gender:Male
  • Location:Bucharest, Romania
  • Mobile:Ellen, Erika, Shiho and DHD (Desire HD)

Posted 01 February 2010 - 08:33 PM

You can count me in if you please and if my help is needed or required :)
Forum Romanesc pentru Modari Sony-Ericsson: Click me


#14 OFFLINE   Corman

Corman
  • SE-NSE Awards '10
  • AROFGNEU!!!

  • 8,971 posts
  • Gender:Male
  • Mobile:HTC 8S
  • Tutorials Submitted:1

Posted 01 February 2010 - 08:35 PM

View Postrazvan_06, on 01 February 2010 - 08:33 PM, said:

You can count me in if you please and if my help is needed or required :)

All help is appreciated :)

#15 OFFLINE   omokas

omokas
  • VIP
  • ̿ '̿'\̵͇̿̿\=(•̪●)=/̵͇̿̿/'̿̿ ̿

  • 1,090 posts
  • Gender:Male
  • Location:Greece
  • Mobile:iPhone 4
  • Twitter:omokas

Posted 01 February 2010 - 08:36 PM

Corman we should make groups or limits to how many people will join because we will end up with 200 members want to help :p

C905 R1FA035 | BROWN | VKP&GFX Patched | 2GB M2
K660 R1FA035 | BROWN | VKP&GFX Patched | 1GB M2
Apple iPhone 4 | iOS 4.0.1 | Jailbroken | 16GB | Black
For usefull posts/topics please use the Posted Image button


#16 OFFLINE   Corman

Corman
  • SE-NSE Awards '10
  • AROFGNEU!!!

  • 8,971 posts
  • Gender:Male
  • Mobile:HTC 8S
  • Tutorials Submitted:1

Posted 01 February 2010 - 08:38 PM

Good idea :)

We would need people with expertise in A200, DB2020, DB2010, smartphones and Satio

#17 OFFLINE   Razvan_88

Razvan_88
  • VIP
  • SVP

  • 1,488 posts
  • Gender:Male
  • Location:Bucharest, Romania
  • Mobile:Ellen, Erika, Shiho and DHD (Desire HD)

Posted 01 February 2010 - 08:39 PM

Or split the ones who offered to help in different groups with certain tasks in order to avoid duplicate feedback.


You have already done that...If this helps...I'm good with flashing A200 phones/debranding..using Aerix...same with DB2020, DB2010 except patching and gfx modding (not my thing :D) and newer A2 Phones like w715. I can give info..materials and advices :)

Edited by razvan_06, 01 February 2010 - 08:41 PM.

Forum Romanesc pentru Modari Sony-Ericsson: Click me


#18 OFFLINE   Corman

Corman
  • SE-NSE Awards '10
  • AROFGNEU!!!

  • 8,971 posts
  • Gender:Male
  • Mobile:HTC 8S
  • Tutorials Submitted:1

Posted 01 February 2010 - 08:41 PM

Well, that's the purpose: some people could work on DB2020, some on A200, ...

#19 OFFLINE   KkSCchaos

KkSCchaos
  • Admins
  • I am THE Master

  • 10,972 posts
  • Gender:Male
  • Location:In a field! (according to Google)
  • Mobile:Mako; Stock 4.2.2. Racheal; SlimBean V4.0
  • Twitter:@kkscchaos
  • Tutorials Submitted:2

Posted 01 February 2010 - 08:41 PM

View Postomokas, on 01 February 2010 - 08:36 PM, said:

Corman we should make groups or limits to how many people will join because we will end up with 200 members want to help :p
With all due respect, would that actually be a bad thing? ;)

#20 OFFLINE   Razvan_88

Razvan_88
  • VIP
  • SVP

  • 1,488 posts
  • Gender:Male
  • Location:Bucharest, Romania
  • Mobile:Ellen, Erika, Shiho and DHD (Desire HD)

Posted 01 February 2010 - 08:45 PM

Not necessarily a bad thing but after a certain point people would send the same feedback all over again...it's like it would be to crowded


All the way trough..corman is our Project Manager and he decides :D

Edited by razvan_06, 01 February 2010 - 08:46 PM.

Forum Romanesc pentru Modari Sony-Ericsson: Click me



0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users