[Xperia SP][INFO][REF] All the info you need before you begin

Search This thread

DooMLoRD

Inactive Recognized Developer
Jul 27, 2010
13,187
39,710
Pune
@MODS
request you to sticky this thread





hello friends,

let me begin by introducing myself, i am developer for Xperia devices (X10, ARC, PLAY, S, T, Z) and am the Lead Developer of Team UtterChaos, member of Team ICX and was associated with Team FreeXperia, ... i have some experience in development for Xperia devices, specifically in kernels, rooting & recoveries and i have various how-to, reference threads which are very helpful to new & advanced users alike across various device communities... i hope even this thread will be useful to everyone... if you would like to know what things i have worked on before feel free to check some of the links in my signature below...

so some of u must be new to the Sony Xperia family & even if u are not this should be useful... this thread should get u up to speed on what you need to know for this device...


i will try to cover some very basic things and try to touch upon some advanced topics...



i will be dividing this thread into various sections, and each section will point to an individual post...

following is the list of sections covered:






for those who are interested in development are free to contact me via p.m.... BUT PLEASE do not ask generic questions, post all generic queries at the forums/threads...


regards,

DooMLoRD
 
Last edited:

DooMLoRD

Inactive Recognized Developer
Jul 27, 2010
13,187
39,710
Pune
Basics

[ various bootmodes ]

newest Sony devices have three boot modes... these bootmodes can be reached when device is powered off...

  • Normal - just press power button and device starts booting
  • Flashmode - this mode is used to flash stock OFFICIAL firmware using flashtool, denoted by GREEN LED (this is similar to DOWNLOAD/ODIN mode of the Samsung devices)
  • Fastboot mode - this is a special mode, denoted by BLUE LED, used when we want to flash custom kernel, custom system images, for that we need to unlock bootloader, i will tell more details about this later...



[ various key combinations ]

this is most important part...

known key combinations so far:

while device is power OFF

Volume Up + USB cable connected to PC -> FASTBOOT MODE (BLUE LED will light up)

Volume Down + USB cable connected to PC -> FLASHMODE (GREEN LED will light up and quickly disappear)


while device is power ON

There is a special button under a small back cover
Xperia-SP-Manual1-640x500.png



Button Pressed and hold for 5 seconds -> resets the battery, its like removing the battery and putting it back in

Button Pressed and hold for >10 seconds -> will power off hard, device will power down [device will vibrate thrice]





[ understanding About Device ]


xperia_sp_about.png




What it all means for u:

Kernel version:
Sony has released this device with 3.4.0 kernel. When custom kernels are released (they will surely be soon) this string will change (as can be seen from the screenshot).


Model number:
The Xperia SP has model number as C530x and has three main variants....

the difference is in the radio frequencies each variant supports



Android version: http://en.wikipedia.org/wiki/Android_(operating_system)
Sony officially launched this phone with android version 4.1.2 (aka Jelly Bean).


Baseband version: [linked to firmware version]

(Crudely) this is a software interface which communicates with radio -> gsm/wcdma (2g/3g)/LTE, basically acts as a base for the main OS to ‘talk-to’ the hardware on the phone [I know this explanation isn’t precise even partly incorrect.. if someone can help me out I will update it]
This is similar to the "radio" image of the HTC devices.


Build number: [aka firmware version]

This is dependent on which firmware u flash on ur phone and is linked to the baseband version.
Btw some devs use this field to add their own ‘signature’ to the ROM so if u are using custom ROMs this field might be varying. Though the Baseband version for a particular firmware remains same.




what is firmware?

The firmware is a package containing all the official software for a particular build. It will contain system, kernel & baseband files. Generally the firmware is supplied (on forums) in form of FTF package (a container file ending with .ftf) which can be flashed via FlashTool.



what are the ways to update/repair firmware?

SEUS (Sony Ericsson Update Service) / PCC (PC Companion) / EMMA are all official ways to update to new or repair existing firmware on your device. SEUS/PCC are available to all users (consumers), EMMA is special and is only available to select individuals. This requires you to connect device to PC and then the software will check for updates and download them over the internet.

Updates can also be sent as FOTA (Firmware over-the-air)/OTA (over-the-air) updates where in you can download and install the updates without the need to connect to PC/any software.

FlashTool is an unofficial user-created tool, but the best way to flash official firmwares. Generally the firmware is supplied in form of FTF package (a container file ending with .ftf) which can be flashed via FlashTool. Thus FlashTool is the easiest way to do offline updates, just download the FTF file, it keep on PC and flash ur device when ever you want to.
 
Last edited:

DooMLoRD

Inactive Recognized Developer
Jul 27, 2010
13,187
39,710
Pune
FlashTool

Flashtool is one of the MOST IMPORTANT piece of software for ur phone, it is an unofficial, but the best way to flash official firmwares on both locked and unlocked bootloader devices. Generally the firmware is supplied in form of FTF package (a container file ending with .ftf) which can be flashed via FlashTool. Thus FlashTool is the easiest way to do offline updates, just download the FTF and keep on PC and flash ur device when ever you want to. One can also flash select partitions using FlashTool, say you want to flash baseband(radio) from newer/older firmware but want to keep the main system the same u can do that using newest FlashTool! FlashTool also supports fastboot modes! so if you are not very comfortable with command line then u can use the FastBoot Toolbox inbuilt into FlashTool to fastboot the kernels!

FlashTool can be used to flash both locked and unlocked bootloaders devices.

For all flashtool informations (download links, release notes, FAQ) go to the Flashtool Homepage


Flashtool specifically for 2013 Xperia devices released!


Flashtool is on github : FlashTool GitHub repo




[FLASHTOOL GUIDE] HOW TO for n00bies (excellent guide for new users, HIGHLY RECOMMENDED!! The info for Rooting, Recovery & Bootloader UNlock in that thread is for older Xperia devices...)

i will try n get more links for FlashTool and post it here




Sony also provides an official FlashTool but it can be used only with unlocked bootloader devices
 
Last edited:

DooMLoRD

Inactive Recognized Developer
Jul 27, 2010
13,187
39,710
Pune
Recovery

if you are not familiar with custom Android recoveries i suggest that u read this:
http://www.addictivetips.com/mobile...-and-how-to-use-it-on-android-complete-guide/




FOR UNLOCKED BOOTLOADERS:

Currently CWM Recovery is available for this device and come as a part of kernel (stock or custom kernel)


Recoveries on stock kernel:

[Recovery] CWM (UNLOCKED Bootloaders)




FOR LOCKED BOOTLOADERS:

[Recovery] CWM (LOCKED Bootloaders)


kindly post queries related to specific recovery at the corresponding thead
 
Last edited:

DooMLoRD

Inactive Recognized Developer
Jul 27, 2010
13,187
39,710
Pune
Flashing Custom Kernel

CUSTOM KERNELS ARE SPECIFIC TO ROMs...

you cant use stock kernel on CM ROM and you cant use CM kernel on stock ROM....


there are two ways to flash custom kernel

first download the kernel file... if it is a boot.img then use Method 1 (fastboot mode) or if its a update.zip file then use Method 2 (recovery)



Method 1 - fastboot mode

if you get kernel in boot.img format then do the following
  1. reboot device into fastboot mode
  2. then flash the kernel using following command:
    Code:
    fastboot flash boot kernel.elf
  3. then reboot from fastboot
    Code:
    fastboot reboot
  4. thats it now device should start booting that kernel


Method 2 - recovery

if you already have recovery working on your device then do the following
  1. save the update.zip on SDCARD
  2. reboot into recovery
  3. flash the update.zip which contains the kernel
  4. reboot into system
  5. thats it now device should start booting that kernel
 
Last edited:

DooMLoRD

Inactive Recognized Developer
Jul 27, 2010
13,187
39,710
Pune
Flashing Custom ROMs

Most custom ROMs are provided as update.zip. Its a technical term, basically its a special signed ZIP file which can be flashed via custom recovery.

  1. Download the ZIP file and save it on ur PC
  2. now connect ur device and save the ROMs ZIP file on the SDCARD
  3. disconnect the device (after copying is over)
  4. reboot into recovery
  5. go to install ZIP from sdcard menu and navigate to the folder where you saved the ZIP file
  6. now select it
  7. recovery will start flashing the ROM
  8. after flashing is over just reboot device and you will be on the custom ROM :)


Tips:

some CUSTOM roms require specific kernels (like CM10) in that case FIRST flash the corresponding kernel and then follow the instuctions posted above

sometimes the ROM requires cleaning /data & /cache partitions. you can wipe these before flashing the ROM! [WARNING YOU WILL LOSE UR DATA BY DOING THIS!]
 

prince9399

Member
May 31, 2010
9
0
Sim-Unlock?

I see no information about unlocking C5303. Is it possible to unlock O2 UK C5303 with any method mentioned above?
 
D

Deleted member 4529355

Guest
Ok.. so I rooted, unlocked bootloader and installed CWM for unlocked bootloader... but I still have my BE2 in settings! :D

It will stay in the settings,but without the DRM keys it no longer works for pictures, just video. Also you may not be able to share music likes with walkman, alsoyou cannot share your location via MMS
 

gSunShine

Member
Feb 28, 2012
10
3
Thanks!! Your post made the transition from Samsung to Xperia easy.. :good:

Not so easy compared to Physical buttons of Samsung phones..:cyclops:
 
  • Like
Reactions: shojeep

ekapriyo

Member
Mar 17, 2012
10
1
[Q] 2-way Call Recording

Thanks for so detailed informations. i have xperia arc s now, and hoping switch to xperia sp.
I use doomkernel v22 GB for my xperia arc s. it work nicely on my phone and 2-way call recording is my favorite fitur.
[Q] Would it be "2-way call recording" on Xperia SP Kernel?
Thanks in advance

NB: sorry for my bad English
 
  • Like
Reactions: shojeep
Sep 11, 2013
18
6
First started rooting my phones 18 months ago when I ran out of memory on my old Xperia Mini Pro and needed to delete all the bloatware.....now after a rooted LG 4x HD, Iv'e just got the new SP and again have it rooted, running on .257

Thanks for your guide and links, worked a treat :)
 
  • Like
Reactions: shojeep

panjgoori

Senior Member
Dec 22, 2011
264
36
anyone have firmware 12.0.A.2.245 generic for C5302 ? i want to back it up incase i ever needed it.

edit: without any modification.
 
Last edited:
  • Like
Reactions: shojeep
kinda lost

sry bout to ask this here, but im trying to install doomlord's kernel v2 on my xperia sp, but looks like dev-host isn't working at all, is there other way to get that kernel? i just bought my sp yesterday and today unlocked the bootloader and made the backup TA, but since i cant download the kernel i cant install cwm :c hope u guys give me any advice, i still dont have enough posts, thats why im posting here.

PD: sry bout my english, is my 2nd lang, im from Chile. Greetings.
 
  • Like
Reactions: shojeep

Top Liked Posts

  • There are no posts matching your filters.
  • 87
    @MODS
    request you to sticky this thread





    hello friends,

    let me begin by introducing myself, i am developer for Xperia devices (X10, ARC, PLAY, S, T, Z) and am the Lead Developer of Team UtterChaos, member of Team ICX and was associated with Team FreeXperia, ... i have some experience in development for Xperia devices, specifically in kernels, rooting & recoveries and i have various how-to, reference threads which are very helpful to new & advanced users alike across various device communities... i hope even this thread will be useful to everyone... if you would like to know what things i have worked on before feel free to check some of the links in my signature below...

    so some of u must be new to the Sony Xperia family & even if u are not this should be useful... this thread should get u up to speed on what you need to know for this device...


    i will try to cover some very basic things and try to touch upon some advanced topics...



    i will be dividing this thread into various sections, and each section will point to an individual post...

    following is the list of sections covered:






    for those who are interested in development are free to contact me via p.m.... BUT PLEASE do not ask generic questions, post all generic queries at the forums/threads...


    regards,

    DooMLoRD
    32
    Basics

    [ various bootmodes ]

    newest Sony devices have three boot modes... these bootmodes can be reached when device is powered off...

    • Normal - just press power button and device starts booting
    • Flashmode - this mode is used to flash stock OFFICIAL firmware using flashtool, denoted by GREEN LED (this is similar to DOWNLOAD/ODIN mode of the Samsung devices)
    • Fastboot mode - this is a special mode, denoted by BLUE LED, used when we want to flash custom kernel, custom system images, for that we need to unlock bootloader, i will tell more details about this later...



    [ various key combinations ]

    this is most important part...

    known key combinations so far:

    while device is power OFF

    Volume Up + USB cable connected to PC -> FASTBOOT MODE (BLUE LED will light up)

    Volume Down + USB cable connected to PC -> FLASHMODE (GREEN LED will light up and quickly disappear)


    while device is power ON

    There is a special button under a small back cover
    Xperia-SP-Manual1-640x500.png



    Button Pressed and hold for 5 seconds -> resets the battery, its like removing the battery and putting it back in

    Button Pressed and hold for >10 seconds -> will power off hard, device will power down [device will vibrate thrice]





    [ understanding About Device ]


    xperia_sp_about.png




    What it all means for u:

    Kernel version:
    Sony has released this device with 3.4.0 kernel. When custom kernels are released (they will surely be soon) this string will change (as can be seen from the screenshot).


    Model number:
    The Xperia SP has model number as C530x and has three main variants....

    the difference is in the radio frequencies each variant supports



    Android version: http://en.wikipedia.org/wiki/Android_(operating_system)
    Sony officially launched this phone with android version 4.1.2 (aka Jelly Bean).


    Baseband version: [linked to firmware version]

    (Crudely) this is a software interface which communicates with radio -> gsm/wcdma (2g/3g)/LTE, basically acts as a base for the main OS to ‘talk-to’ the hardware on the phone [I know this explanation isn’t precise even partly incorrect.. if someone can help me out I will update it]
    This is similar to the "radio" image of the HTC devices.


    Build number: [aka firmware version]

    This is dependent on which firmware u flash on ur phone and is linked to the baseband version.
    Btw some devs use this field to add their own ‘signature’ to the ROM so if u are using custom ROMs this field might be varying. Though the Baseband version for a particular firmware remains same.




    what is firmware?

    The firmware is a package containing all the official software for a particular build. It will contain system, kernel & baseband files. Generally the firmware is supplied (on forums) in form of FTF package (a container file ending with .ftf) which can be flashed via FlashTool.



    what are the ways to update/repair firmware?

    SEUS (Sony Ericsson Update Service) / PCC (PC Companion) / EMMA are all official ways to update to new or repair existing firmware on your device. SEUS/PCC are available to all users (consumers), EMMA is special and is only available to select individuals. This requires you to connect device to PC and then the software will check for updates and download them over the internet.

    Updates can also be sent as FOTA (Firmware over-the-air)/OTA (over-the-air) updates where in you can download and install the updates without the need to connect to PC/any software.

    FlashTool is an unofficial user-created tool, but the best way to flash official firmwares. Generally the firmware is supplied in form of FTF package (a container file ending with .ftf) which can be flashed via FlashTool. Thus FlashTool is the easiest way to do offline updates, just download the FTF file, it keep on PC and flash ur device when ever you want to.
    28
    FlashTool

    Flashtool is one of the MOST IMPORTANT piece of software for ur phone, it is an unofficial, but the best way to flash official firmwares on both locked and unlocked bootloader devices. Generally the firmware is supplied in form of FTF package (a container file ending with .ftf) which can be flashed via FlashTool. Thus FlashTool is the easiest way to do offline updates, just download the FTF and keep on PC and flash ur device when ever you want to. One can also flash select partitions using FlashTool, say you want to flash baseband(radio) from newer/older firmware but want to keep the main system the same u can do that using newest FlashTool! FlashTool also supports fastboot modes! so if you are not very comfortable with command line then u can use the FastBoot Toolbox inbuilt into FlashTool to fastboot the kernels!

    FlashTool can be used to flash both locked and unlocked bootloaders devices.

    For all flashtool informations (download links, release notes, FAQ) go to the Flashtool Homepage


    Flashtool specifically for 2013 Xperia devices released!


    Flashtool is on github : FlashTool GitHub repo




    [FLASHTOOL GUIDE] HOW TO for n00bies (excellent guide for new users, HIGHLY RECOMMENDED!! The info for Rooting, Recovery & Bootloader UNlock in that thread is for older Xperia devices...)

    i will try n get more links for FlashTool and post it here




    Sony also provides an official FlashTool but it can be used only with unlocked bootloader devices