[Xperia ZL][INFO][REF] All the info you need before you begin - Sony Xperia ZL

@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:
Basics
FlashTool
Bootloader Unlocking & Relocking
Rooting
Recovery
Flashing Custom Kernel
Flashing Custom ROMs
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

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)
while device is power ON
There is a special button under a small back cover
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Button Pressed and hold for 5 seconds -> resets the battery, its like removing the battery and putting it back in [device will vibrate once]
Button Pressed and hold for >10 seconds -> will power off hard, device will power down [device will vibrate thrice]
[ understanding About Phone ]
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.
Model number:
The Xperia ZL has model number as C650x and has 3 models C6502, C6503 & C6506. They differ in the spectrum of frequencies supported for 3G/WCDMA http://www.gsmarena.com/sony_xperia_zl-5203.php
C6502 - HSPA+
C6503 - LTE
C6506 - LTE
Details: (thanks to Spectre51 for compiling the following details!)
Code:
[B]C6502 [/B]
HSPA+ only, full T-Mobile/AT&T support
UMTS HSPA+ 850 (Band V), 900 (Band VIII), 1700 (Band IV), 1900 (Band II), 2100 (Band I)
GSM GPRS/EDGE 850, 900, 1800, 1900
[B]C6503[/B]
2g/EDGE only on T-Mobile, limited AT&T 3g support (due to no 1900 HSPA+ band), international LTE
UMTS HSPA+ 850 (Band V), 900 (Band VIII), 2100 (Band I) GSM GPRS/EDGE 850, 900, 1800, 1900
LTE Band I, Band III, Band V, Band VII, Band VIII and Band XX
[B]C6506[/B]
Full T-Mobile and AT&T LTE support
UMTS HSPA+ 850 (Band V), 900 (Band VIII), 1700 (Band IV), 1900 (Band II), 2100 (Band I)
GSM GPRS/EDGE 850, 900, 1800, 1900
LTE Band I, Band II, Band IV, Band V and Band XVII
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.

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 Xperia Z/ZL 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

Bootloader Unlocking & Relocking
[Tutorial] Xperia Z & ZL Bootloader Unlocking
Latest FlashTool 0.9.10.2beta4 onwards can correctly unlock (official way) and relock device... i recommend using the latest FlashTool version to unlock & relock device...
all question regarding bootloader unlocking, relocking should be posted in relevant threads

Rooting
[ROOT] Xperia ZL for LOCKED & UNLOCKED bootloaders! [Exploit by: goroh_kun & huhka_com]
[ROOT] Xperia ZL for unlocked bootloaders ONLY!

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 LOCKED BOOTLOADERS:
The recovery for locked bootloaders becomes a part of the ROM...
[Recovery] CWM (LOCKED Bootloaders)
FOR UNLOCKED BOOTLOADERS:
Currently Recovery available for this device comes as a part of kernel (stock or custom kernel)
Recoveries on stock kernel:
[Recovery] CWM (UNLOCKED Bootloaders)
kindly post queries related to specific recovery at the corresponding thead

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....
CUSTOM KERNELS CAN BE FLASHED ONLY ON DEVICES WITH UNLOCKED BOOTLOADERS
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
reboot device into fastboot mode
then flash the kernel using following command:
Code:
fastboot flash boot boot.img
then reboot from fastboot
Code:
fastboot reboot
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
save the update.zip on SDCARD
reboot into recovery
flash the update.zip which contains the kernel
reboot into system
thats it now device should start booting that kernel

Flashing Custom ROMs
if u get custom ROM in update.zip format then do the following:
first download the ROM file and save it on SDCARD
reboot into recovery
flash the update.zip which contains the ROM
reboot into system
thats it now device should start booting that ROM
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.
Download the ZIP file and save it on ur PC
now connect ur device and save the ROMs ZIP file on the SDCARD
disconnect the device (after copying is over)
reboot into recovery
go to install ZIP from sdcard menu and navigate to the folder where you saved the ZIP file
now select it
recovery will start flashing the ROM
after flashing is over just reboot device and you will be on the custom ROM
Tips:
some CUSTOM roms require specific kernels (like CM9) 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!]

AW: [Xperia ZL][INFO][REF] All the info you need before you begin
Hey Doomlord!
Thank you for that awesome guide!
I'm coming from LG O2x, on that device kernel often is included in ROMs, if you want to flash another one it can easily be flashed via cwm.
Why isn't kernel included in sony-roms?

Wish this guide was written when I got my ZL; would have made life MUCH easier
Can you put up a guide about how to get fastboot and adb working? Pretty please!!
I tried installing Android SDK, Flastools etc, but still my computer shows Fastboot as an unrecognized device when I connect my ZL to it in fastboot mode

@doomlord..would u make custom kernel for zl in future?

sturmtruppler said:
Hey Doomlord!
Thank you for that awesome guide!
I'm coming from LG O2x, on that device kernel often is included in ROMs, if you want to flash another one it can easily be flashed via cwm.
Why isn't kernel included in sony-roms?
Click to expand...
Click to collapse
Yes Sony ROMS include kernels... But the problem is that Sony devices dont have a separate partition for recovery...
anirudh412 said:
Wish this guide was written when I got my ZL; would have made life MUCH easier
Can you put up a guide about how to get fastboot and adb working? Pretty please!!
I tried installing Android SDK, Flastools etc, but still my computer shows Fastboot as an unrecognized device when I connect my ZL to it in fastboot mode
Click to expand...
Click to collapse
hmmm... May be I will...
jianlinooi said:
@doomlord..would u make custom kernel for zl in future?
Click to expand...
Click to collapse
Not sure... Let's see...
Sent from my C6603 using xda app-developers app

AW: [Xperia ZL][INFO][REF] All the info you need before you begin
jianlinooi said:
@doomlord..would u make custom kernel for zl in future?
Click to expand...
Click to collapse
ya, would really appreciate it! :thumbup:

Request for a sticky
@ Mods... I see that this thread has a lot of useful info regarding the ZL. So, please make this thread a sticky as requested by OP. Thanks!
@ Doomlord.. Thanks for the detailed guides.

I'm a little n00bish but (offcourse) I understand the first posts... But how can I root it?
I can root the ZL without unlocking the bootloader if I'm right? At the first weeks I don't want to use custom roms.
I want to use the tweaks on the Xperia Z, like the black notificationbars or the changing of the dpi of the buttons...
Will that work with the same provided files on the ZL? I prefer the ZL, and I want to use those tweaks but I don't know for sure if it's gonna work?

does ZL ship with stock android browser? I want to use flash.

Gitaroo said:
does ZL ship with stock android browser? I want to use flash.
Click to expand...
Click to collapse
no mine order 6506

Gitaroo said:
does ZL ship with stock android browser? I want to use flash.
Click to expand...
Click to collapse
No it does not. There's an APK in the apps & themes forum, but it doesn't work until the kernel source is out.

Thanks DooMLoRD!
Happy to say im bootloader unlocked and rooted!!
This thread made everything a piece of cake!!
Thanks a TON!
I won this phone a couple weeks ago and it just got delivered today.
Im looking forward to a good future with this nice piece of tech!
Thanks again!

The location of the secondary camera is not bad?

Related

[S]Index of ROMs, Kernels, Recoveries & Guides [JULY 26th]

GUIDES, TUTORIALS, ETC.​Some Guides will be added here.
Guide for different ROM's with no root/TWRP inbuilt , and if You flashed the ROM but forgot to flash gapps/root.
This step is on PC.. Download this boot_carbon_3-11-14.img. This is required as the Kernel(boot.img) from some Lollipop ROM's don't have inbuilt recovery.
Download the the root binaries from here.
Gapps can be found here.
On PC, Extract the boot.img from the ROM.zip of the version You are using.
Copy the SuperSU.zip, and gapps.zip, if You want to flash gapps, to Your phone.
On PC, copy the downloaded boot_carbon_3-11-14.img and boot.img (from ROM.zip) to "C:\Flashtool\x10flasher_lib" or wherever You installed the flashtool. We need to copy this to there since we need to use 'adb.exe' and 'fastboot.exe' from here.
Open command prompt on the same path as above.
Switch off Your phone. Then connect the cable to PC but not to phone. Press volume up button on Your phone and while pressing it, connect the cable to phone. Blue LED will lit up. If there is no blue LED, do this step again.
Then use these commands in command prompt to flash the boot_carbon_3-11-14.img to the phone:
Code:
fastboot flash boot boot_carbon_3-11-14.img
The boot_carbon_3-11-14.img is used to just get the TWRP to the phone to flash the root and/or gapps. Keep the CMD open and the phone connected to PC.
Now Your phone won't boot normally if You try to do that. What You need to do is as soon as the device powers up, try entering recovery by pressing volume up button when the LED turn blue. Since we flashed the boot_carbon_3-11-14.img, it will boot into recovery.
Then flash the SuperSU.zip and gapps.zip .
Now, while keeping phone connected to PC, select Reboot to bootloader from TWRP menu.
When blue LED is lit on the phone, on command prompt on PC runthis commands:
Code:
fastboot flash boot boot.img
fastboot reboot
This is done so as to restore the kernel of the ROM and so that You can boot into the ROM.
Now You have successfully rooted and flashed gapps.
To get TWRP, a guide is mentioned below.
Flashing a TWRP
Unlocked bootloader and root is must.
An android app is needed to perform the procedure. You can find the app here.
Install it on the phone.
Also, here is the page of the twrp.
What You need to do is, download the twrp from here.
Rename it to fotakernel.img and copy it to Your internal storage.
Then run the following commands on the terminal emulator app:
Code:
su
dd if=/sdcard/fotakernel.img of=/dev/block/mmcblk0p11
TWRP installed!
Flash KitKat/Lollipop ROM's for Xperia S with explaination.
Guide to Installing lolipop rom from stock or 4.xx and Updating rom from 5.xxx to 5.xxx next version, new beta etc
[TUTORIAL] Increase data partition -- Needed for Lollipop ROM's, as they have ART which requires bigger data partition.
This needs to be done if You are using Lollipop ROM's. The data partition eventually runs out of storage after You install 15 or so apps (gapps included) and update them.
[TUTORIAL] Migrate filesystem to F2FS -- To increase the read write speed, in short to make Your phone go speedy!
This can be done to change the file system of partitions(system, data, cache, internal storage). This helps to increase the speed of operations on mobile.
[Tutorial] Backup You TA Partition To Keep Your DRM Keys before unlocking bootloader -- Should be done before You unlock the bootloader for first time.
The above procedure is done to retain DRM keys. DRM keys are used for the Bravia Engine and Sound Enhancements by Sony.The DRM keys are unique to each device, hence You cannot restore other's DRM keys to Your device. If this is done, then the phone gets bricked. Also, these needs to be backed up before You unlock the bootloader for first time. If it is unlocked before taking backup, then they are lost.
[Tutorial] Xperia S/P/U/Sola Bootloader Unlocking & Relocking -- Needed to flash Kitkat/Lollipop ROM's. (Casically any above JB 4.1, the final official firmware version.)
This needs to be done as the Kitkat/Lollipop ROM's requires a different kernel which is build for them and they are different than the one's used in stock firmware's, and kernels can be flashed only if Your bootloader is unlocked.
Guide for recovering phone if You have locked bootloader, and have formated the system but forgot to copy ROM first.
Download the flashtool from here.
Download the FTF file from here.
here.
Now install flashtool.
I'm assuming You have Windows 7 and have installed Flashtool to C drive. If You have Windows 8/8.1, go here.
Go to "C:\Flashtool\drivers" and run the "Flashtool-drivers.exe" file. Then Select the first two , Fastboot drivers and flashmode drivers and all the drivers with Xperia S or Xperia SL written in them.
Copy the downloaded FTF file to the "C:\Flashtool\firmwares" folder. This is recommended as Flashtool will recognise it automatically, or else You can select it later too.
Now open flashtool. FlashTool.exe if You have 32 bit OS or FlashTool64.exe if You have 64 bit OS.
Select the Lighting Symbol button, the one with "Flash Device" name.
Select Flashmode and press Ok.
Now if You had copied the FTF file in step 5, it will show it in the list. if not, then select the 3 dots button and select the folder where You have downloaded the FTF.
Then select the FTF from the list. You can de select the DATA under Wipe if You want to keep Your apps and it's data. If You select it to wipe, then it will wipe all Your apps and data like app data, messages, calendars entries, Call records, notes etc, but it will not delete Your Music, photos, video i.e. the stuff in internal memory.
Then press flash. It will ask You to connect Your phone in flashmode. Now disconnect cable from phone and PC and switch off Your phone. Connect the cable to PC. While holding down the volume down button on the phone, connect the cable to phone.
If You have installed the drivers succesfully earlier, then Your phone will get detected and the process will start on the flashtool.
After sometime, the device will be flashed with stock firmware! Then dissconnect the phone and power it up.
If You get error like "Error while flashing loader.sin", then don't worry. Keeping the phone connected, start the flashing process again. Don't disconnect the phone at all.
FIRMWARES & ROOT Compilation (Every ICS & GB)
by Yakandu
Flashtool specifically for Xperia S
by Androxyde
[GUIDE FOR NOOBS] How to update Xperia S to Android 4.0 ICS: STEP by STEP
by gtrab
[Guide]Rooting Xperia S ICS and GB (Locked Bootloaders)
by Sharaz22
[HELP THREAD][XPERIA S]Ask any question. NOOB friendly
by KidCarter93
[How To] Deodex ICS Strictly for Xperia S
by iamsuperuser
[ICS] Update Discussions - SI Numbers List - Issues/Bugs/Observations
by iridaki
[Tutorial] Preserve root access after ICS updates (Locked bootloaders)
by imTigger
Reserved for OP @[COLOR="White"]Mirhawk[/COLOR]
[S]Index of ROMs, Kernels, Recoveries & Guides
List of Xperia S ROMs, kernels, recoveries, guides etc.
If you are using this guide, please leave a comment so I know if i should keep updating this!
ROMS​
5.0/5.1 Lollipop​
Pure AOSP Lollipop by billchen1977
nAOSProm for Xperia S by mickybart
[CM 12.0/12.1] uCyan for Xperia S by mickybart
[5.1][UberTC][MAY14]SimpleAOSP-L For Xperia S by ipromeh
4.4 Kitkat​
OPEN SEMC CM11 by RaymanFX
PA 4.5 by deedwar
Carbon ROM by abcdjdj
[ROM] Cyanogen(Mod) 11 | XperiaOverlay™(opensource) by Achotjan
Z2 style by sai moon sharing
PAC man by zeetherocker
Omni romby djoliver
Pure AOSPby billchen1977
modifided AOSP by Apology11
Dirty Unicorns by zeetherocker
4.3 Jelly Bean​
OPEN SEMC CM 10.2 by RaymanFX
OMNI 4.3.1 ALPHA 1 by Great_Geek
AOSP 4.3.1 ALPHA 1 by leatma
PAC 4.3.1 ALPHA 1 by witti96
4.2 Jelly Bean​
AOSP
[10/07]OpenSEMC RC1 by RaymanFX
----------
[06/07]SlimBean Build .7 by kufikugel
----------
[01/07]JB AOSP 4.2.2 beta 2 by LeTama
----------[proprietary Nexus 4 Adreno drivers][EAP-SIM]
[22/05]Eos 4.0 by teameos
----------
[10/03]JB AOSP 4.2.2 beta 1 by LeTama
----------
CyanogenMod:
[10/07]EXR by JimRonr
[22/07]BeanStalk Build 1.275 by ny-hardcore
----------
[09/07]JellyBeer 4.32 by [vertigo]
----------[LB][Custom DPI][DPI app groups]
[10/05] ChameleonOS Unofficial 0.7 by ny-hardcore
----------
[28/02]Umlimited Xperia Project v1.6 by phil1405
----------
AOKP:
AOKP Unofficial Android 4.2.2 by ny-hardcore
----------
Multiple:
[14/07]PAC.4.2.2 pure/themed by shingers5 and [vertigo]
----------(formerly called Official P.A.C)
[18/05]PAC 4.2.2 V20.0 Beta by shingers5
----------[UB][CM10+AOKP+PA 2.5X]
4.1 Jelly Bean​
Sony:
[23/07]JellySlim211_FullPower by jfxperias
----------[6.2.B.0.211]
[21/07]Trinity Vengeance RaptorXL V2.7! by TrinityHaxxorX
----------[6.2.B.0.211][SL]
[09/07]Xperian Rom V1 Beta 4 by abo hani
----------[6.2.B.0.200][Other Launcher][New Themes][Xperia Z, Galaxy S4, Nexus 4 apps]
[18/06]Trinity Vengeance RaptorXT v2.2 by TrinityHaxxorX
----------[6.2.B.0.200]
[15/06]Stock Deodexed Zipaligned Root by Yakandu
----------[6.2.B.0.211]
[10/06]eXistenZ V2 by niaboc79
----------[6.2.B.0.200][SL]
[09/06]Xperia Nexus V3 by abcdjdj
----------[6.2.B.0.200][SL]
[09/06]X-TremE JB ROM V.7 by SHTXTremE
----------[6.2.B.0.197?][SL][Galaxy S4 mod]
[04/06]Yakandu StockSlim v2 by Yakandu
----------[6.2.B.0.200]
[25/05]Sony JellyBean Firmware: 6.2.B.0.200 by Bin4ry[/SIZE]
----------
[27/04]Sony JellyBean Firmware: 6.2.B.0.197by DooMLoRD
----------[6.2.B.0.197]
[30/04]TuRdZzROM v2.0.1 by xL3thalTuRdZz
----------[6.2.B.0.197]
CyanogenMod:
[??/??]FreeXperia Project CM10 by FXP
----------
[08/04]Unlimited Xperia Project v2.2 by phil1405
----------
[01/04]Pure CyanogenMod+ R2.1 by pongnamu
----------[SL]
[21/03]JellyBeer 4.1.0 by [vertigo]
----------
[10/02]Avatar ROM by bippi79
----------
[27/01]UNOFFICIAL CM10 BUILD by hei1125
----------[UB][Nova Tweak Pack]
[20/01]XperiaPremiuM v1 by thunderising
----------
AOKP:
[08/03]KangXperiaProject Milestone 1 - R3 by championswimmer
----------
MIUI
[26/07]iHackers v1.3 [3/7/26[] by iHackers
----------[UB][undervolting][transparent apps][1700 MIUI style icons]
[24/07]MIUI V5 [3.7.19] by ghetto_thug
----------
[02/06]MIUI V5 [3.6.21] by iHackers
----------
[26/04]Unofficial MIUIv5 3.4.24 by Jaapp
----------[SL]
[19/01]Unofficial MIUI V4.1 by Jaapp
----------
Multiple:
[08/03]PARANOID ANDROID ?.?? by ganeshbiyer
[05/03]P.A.C. 19.3.2 by phil1405
----------
[11/01]Paranoid Android 2.57 by Felimenta97
----------
[11/01]Xperia'd Paranoid 2.57 by Felimenta97
----------
4.0 Ice Cream Sandwich​
Sony:
[29/04]STOCK ROM 6.1.A.2.55 PreRooted by abcdjdj
----------
[14/04]XS B-Room v7 alt by elroysde
----------
[22/03]Xperia Nexus V2 by abcdjdj
----------[SL][LB]
[11/03]TurboROM 3 by jeremymolina
----------
[27/02]XZXperience 2 by niaboc79
----------[LB]Xperia Z JB apps and style][Various Navbar]
[26/02]Singha Xperia V.1c by ParotZ
----------
[26/02]TuRdZzROM v1.3.0 by xL3thalTuRdZz
----------
[05/02]KA25 Xperia SSpeed by krabappel2548
----------
[31/01]Semc Debrand Engine by Achotjan
----------
[14/01]XTXperience 9 by niaboc79
----------
[13/01]Sum of All Mods by galaxyer
----------
[29/12][email protected] by pcarvalho
----------
[04/12][email protected] Rom v9 by [email protected]
----------
[20/11] XcreaM-4.2 by seburton
----------
CyanogenMod:
FreeXperia Project CM9 by FXP
----------
MIUI:
[13/02]LT26i MIUI 43.2.8 V4.0 by xeshan88
----------
KERNELS​Sony JB:
[23/06]Trinity Ultimate Kernel V1.6B
----------[TWRP]
CM10/AOKP etc
[23/02]Nova Kernel v1.6
----------[CWM?]
Sony ICS:
[14/03]Stock+ 5.4.1OC
----------[TWRP 2.4.1][1674MHz]
[13/03]ForzaferrarileoV3.1
----------[CWM][30-1900MHz]
[04/01]KA Xperia SSpeed kernel v8
----------[][1.7GHz]
[03/01]RaymanFX' ELiTE - V2
----------
[15/09]XSX Kernel V6
----------[1.89GHz]
[08/12]Advanced Stock ICS Kernel by Arakmar
Sony GB:
[03/06]DooMKernel 04a
----------[DOOMrecovery]
[04/05]Advanced Stock Kernel
----------[DOOMrecovery]
???
[26/02]OpenSEMC Kernel
----------[TWRP2.4]
MODS​Navigation Bar / On Screen Buttons for Stock based ICS ROMS by brunojcm
RECOVERIES​
CWM recovery for Xperia S
by tommyrumbler
{Recovery} FreeXperia - Xperia S [12.04.2012]
by Bin4ry
[RECOVERY][Xperia S] DooMRecovery
by DooMLoRD
OTHER:​
[TOOL]Official flash tool for unlocked Xperia devices (beta)
by KalleD
Xperia S Gets AOSP Support
Post Pictures Taken By Your Sony Xperia S
Xperia S Battery Life Discussion
Dual Boot Xperia S
by letama
Xperia S games
[APP][ICS] Walkman (sony music player)
by DooMLoRD
Please be sure to let me know if I've missed anything out. Thanks.
Thanks to @nisu4717 for allowing Me to maintain it further.
XTXperience ROM added to OP.
thanks there for the post, which roms, for xperia s are compatible with locked bootlader? if any?
jie.lin8 said:
thanks there for the post, which roms, for xperia s are compatible with locked bootlader? if any?
Click to expand...
Click to collapse
I've updated the list to show whether they're locked bootloader or not
Very useful thread, thanks
Very Usefull Post !
Just one addition: MIUI is compatible with Locked Bootloader, just needs edition/replace on updater-script file.
I'm currently using it and updating every week.
nrdl said:
Very Usefull Post !
Just one addition: MIUI is compatible with Locked Bootloader, just needs edition/replace on updater-script file.
I'm currently using it and updating every week.
Click to expand...
Click to collapse
Thanks for that info. Should I just put the highlighted bit into the OP? Is that all that's needed?
"My badboy megazord whip's got more features than iOS5"
KidCarter93 said:
Thanks for that info. Should I just put the highlighted bit into the OP? Is that all that's needed?
"
Click to expand...
Click to collapse
Yes, that is all you need to do, I've updated to version 20.10.26 a few seconds ago.
For someone who is affraid to edit the file, I attach it on this post.
The process goes like this:
1. Unpack Rom zip file to a directorie on Desktop, lets call it MIUI
You should now have 2 or 3 directories inside MIUI folder, but allways META-INF and System folder (some roms also have Data folder)
2. Unpack my updater-script_for Locked BL.zip file and put updater-script inside
META-INF\com\google\android\
(replace updater-script inside that folder)
3. Go back to MIUI folder, select the 2 or 3 folders (META-INF, Sytem and Data folder)
Click right button and Send it do Compressed Folder, give what name you want.
4. Send it do phone storage, go into CWM and process as any other Custom Rom flashing.
PS: This procedure does not make any rom compatible with locked bootloaders, so allways check in respective posts about this possibilitie.
XCream, DualCore and MIUI are compatible with this, confirmed by me. If a rom file is referred for locked and unlocked BL, then you don't need to make this process.
nrdl said:
Yes, that is all you need to do, I've updated to version 20.10.26 a few seconds ago.
Click to expand...
Click to collapse
I've just updated the OP
Add the PAC ROM, AOKP ICS and PARANOID ANDROID.
"What really matters in this world, anyway?"
@KidCarter93: i´m using the XTXperience Rom on my Xperia with locked Bootloader. So it`s compatible with it...
does anyone know, if the AOSP-JB-Roms are compatible with locked Bootloaders?
especially this ones: CyanogenMod 10; ParanoidAndroid 2.5.2
Read first posts on threads for that roms.
Sent from my LT26i using xda app-developers app
I have read it, but tor example the xtxperience Rom works on both,... So i asked if someone with locked bootloader had tested it...
Gesendet von meinem LT26i mit Tapatalk 2
No, they require custom kernel, which can only be flashed with unlocked boot loader.
"What really matters in this world, anyway?"
guys, I have just created a topic in Q&A to choose which Rom to install in locked bootloader
I´m looking for a good one, but dont know which is better. If you have tried them please give me a hand
http://forum.xda-developers.com/showthread.php?t=1980782
You should add locked bootloader recoveries.
Thanks for this post!! :good::good::good:
Very useful to everyone and to all the newbie like me
Just a noob question...
how will you know that you have successfully unlocked your bootloader???
Thread Update
Threads Updated
*Added version of each thread and date of last update (if applicable)
Added to post #1
*NOVA kernel [DEC/07/2012]
*Unofficial PA 2.55.1 [DEC/06/2012]
*P.A.C ROM [NOV/28/2012]
*Official flash tool for unlocked xperia's
*HybridRom_v2
*CWM for Xperia S
*[ROM][email protected][6.1.A.2.55]
*stock kernel 6.1.A.2.55 + cwm+root
Wow this is awesome, please keep thud thread updated
Sent from my Xperia S using xda premium

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

@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:
Basics
FlashTool
Bootloader Unlocking & Relocking
Rooting
Recovery
Flashing Custom Kernel
Flashing Custom ROMs
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
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)
while device is power ON
Volume Up + POWER (for 10 seconds) -> resets the battery, its like removing the battery and putting it back in [device will vibrate once]
Volume Up + POWER (for additional 5 seconds, total 15 seconds) -> will power off hard, device will power down [device will vibrate thrice]
hard power off
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
[ understanding About Phone ]
(check out attachment if the above pic is not visible)
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.
Model number:
The Xperia Z1 has model number as C69xx and has few models. They differ in the spectrum of frequencies supported for 3G/WCDMA http://www.gsmarena.com/sony_xperia_z1-5596.php
C6902/L39h - HSDPA
C6903 - LTE
C6906
C6943
Android version: http://en.wikipedia.org/wiki/Android_(operating_system)
Sony officially launched this phone with android version 4.2.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.
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
As a co-developer of Flashtool I have already added support for the Z1!
we will soon be releasing a official version specifically for Xperia Z1!
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
Bootloader Unlocking & Relocking
[Tutorial] Xperia Z Bootloader Unlocking/Relocking
Latest FlashTool 0.9.10.2beta4 onwards can correctly unlock (official way) and relock device... i recommend using the latest FlashTool version to unlock & relock device...
all question regarding bootloader unlocking, relocking should be posted in relevant thread
Rooting
Root guide with 360 root/Vroot
Recovery
this space will be updated once recoveries are posted
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
reboot device into fastboot mode
then flash the kernel using following command:
Code:
fastboot flash boot boot.img
then reboot from fastboot
Code:
fastboot reboot
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
save the update.zip on SDCARD
reboot into recovery
flash the update.zip which contains the kernel
reboot into system
thats it now device should start booting that kernel
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.
Download the ZIP file and save it on ur PC
now connect ur device and save the ROMs ZIP file on the SDCARD
disconnect the device (after copying is over)
reboot into recovery
go to install ZIP from sdcard menu and navigate to the folder where you saved the ZIP file
now select it
recovery will start flashing the ROM
after flashing is over just reboot device and you will be on the custom ROM
Tips:
some CUSTOM roms require specific kernels (like CM9) 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!]
Hey mare, I don't know if you have seen it but I already made a thread like this here
Sent from my C6603 using xda app-developers app
krabappel2548 said:
Hey mare, I don't know if you have seen it but I already made a thread like this here
Sent from my C6603 using xda app-developers app
Click to expand...
Click to collapse
i am pretty sure the content in this thread would be worth the while
Thanks for that, I'm comming from gs4 and this helps much
Sent from my GT-I9500 using xda app-developers app
DooMLoRD said:
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.
Click to expand...
Click to collapse
Baseband Device manages all the functions which require an antenna. The baseband processor has its own RAM and firmware in NOR flash, separate from the main CPU core resources. The baseband is a resource to the OS. The Wi-Fi and Bluetooth are managed by the main CPU, although the baseband stores their MAC addresses in its NVRAM. This firmware is called baseband version. It is basically a separate RTOS (Real Time Operating System). Xperia Z1 uses qualcomm processor hence it uses OS called A.M.S.S. and the kernel is called REX
The system is made of 69 concurrent tasks
Contains Tasks for
1) Hardware management (USB, USIM, DSPs, GPS. . . )
2) Protocol stacks at each layer (GSM L1, L2, RR, MM. . . )
Initiation Algorithm
Rex Core Tasks
SLEEP: Idle task.
DPC: Routes APCs across tasks.
MAIN: Launches all system tasks, then handles timer events.
DOG: Watchdog. Constantly checks that tasks are alive.
DS: Data Services task. Unied data gathering task for all protocol layers.
CM: Call Manager task.
PS: Packet-switched Services. Network stacks at upper layers (TCP/IP, PPP. . . )
DIAG: Provides the diagnostic interface
jos_031 said:
Baseband Device manages all the functions which require an antenna. The baseband processor has its own RAM and firmware in NOR flash, separate from the main CPU core resources. The baseband is a resource to the OS. The Wi-Fi and Bluetooth are managed by the main CPU, although the baseband stores their MAC addresses in its NVRAM. This firmware is called baseband version. It is basically a separate RTOS (Real Time Operating System). Xperia Z1 uses qualcomm processor hence it uses OS called A.M.S.S. and the kernel is called REX
The system is made of 69 concurrent tasks
Contains Tasks for
1) Hardware management (USB, USIM, DSPs, GPS. . . )
2) Protocol stacks at each layer (GSM L1, L2, RR, MM. . . )
Initiation Algorithm
Rex Core Tasks
SLEEP: Idle task.
DPC: Routes APCs across tasks.
MAIN: Launches all system tasks, then handles timer events.
DOG: Watchdog. Constantly checks that tasks are alive.
DS: Data Services task. Unied data gathering task for all protocol layers.
CM: Call Manager task.
PS: Packet-switched Services. Network stacks at upper layers (TCP/IP, PPP. . . )
DIAG: Provides the diagnostic interface
Click to expand...
Click to collapse
dude this is ment to be for basic understanding
the explanation u gave, half of it went over my head
Thanks. This is a pretty nice guide. Btw I noticed an error, I know it's not a big deal but just to inform you, sony officially launched this phone not with "4.1.2" but 4.2.2. Please edit the first post.
Sent from my Xperia Neo V using xda premium
Thanks !
Very useful !
[comment retracted]
dw1llow said:
This thread/developer seems slow; and doesn't even understand that guy's diagram and technical explanations....
Rooting guide already available @ http://forum.xda-developers.com/showthread.php?t=2439328 Maybe should make that thread sticky rather than this one.
Click to expand...
Click to collapse
Doomlord is a good developer, he is a legend. has seen his work from xperia X10 days, krabappel2548 is also a good developer. seeing 2 great developers.
shubh_007 said:
Thanks. This is a pretty nice guide. Btw I noticed an error, I know it's not a big deal but just to inform you, sony officially launched this phone not with "4.1.2" but 4.2.2. Please edit the first post.
Sent from my Xperia Neo V using xda premium
Click to expand...
Click to collapse
thanks.. fixed...
dw1llow said:
This thread/developer seems slow; and doesn't even understand that guy's diagram and technical explanations....
Rooting guide already available @ http://forum.xda-developers.com/showthread.php?t=2439328 Maybe should make that thread sticky rather than this one.
Click to expand...
Click to collapse
yes i am bit slow as i have my MBA studies going on and 4 other devices (check sig) in active development, each having a bunch of threads and working on rooting toolkits, recoveries, kernels and now starting off with ROM related work takes a good amount of my time...
unfortunately i do not have an extensive technical knowledge to understand the complete diagram posted by him..
Root guides will keep changing if the exploit gets patched, trust me i know that... i have been creating rooting guides/building my own rooting toolkits and working on own exploits for quite some time now, right from the Xperia X10 days (2011)...
anyways updating link to that guide...
Please no hate on this thread or any other, this thread's sole purpose is to help. No rooting method is permanent, atleast on Xperia. And Doomlord? Guys you should know him first, he's been sharing his knowledge extensively. Let's just focus on development shall we?
Thanks for this.
I have never ever owned a Xperia device. Will be getting the monster Z1 this week...so excited...

[FAQ - All You Need] GT-S7560M Galaxy Ace II x / Ace2x

Welcome to the Samsung Galaxy Ace II x / GT-S7560M Unofficial FAQ!
-The Galaxy TREND GT-S7560 is also supported-
==>THIS IS AN OUTDATED PHONE AND THE LINKS/FILES BELOW MAY OR MAY NOT BE THERE ANYMORE<==
!!SEE POST #2 BELOW FOR LINKS
Frequently Asked Questions:
1- "Flash with CUSTOM RECOVERY (TWRP/CWM)" : If you still have the stock recovery, download and use Daver18qc's Root Kit Below to install a custom recovery from the CUSTOM RECOVERIES header in post #2.
2- "Flash with ODIN" : ODIN is inside Daver18qc's Root Kit *With Detailed Instructions* below.
3- "Push with ADB" : You need to download and install Android's Development Kit and then refer to the small tutorial below !
4- If you've got problems with ODIN or ADB, make sure that you have USB Debugging Enabled under Settings > Developer Options.
--Make sure you have only 1 device showing in ODIN (Only 1 little square filled at the top-left)
--Also make sure Kies.exe is not running on the computer!
5- There are custom ROMs, such as CyanogenMOD 10 and 11, OmniROM 4.4, and more. There is no Lollipop ROM just yet, though it is slowly being worked on. A lot of work is needed to update our device code for Lollipop. You can find links to different custom ROMs for our device in post #2.
6- There is NO free method to UNLOCK SIM yet.
7- If you want to flash any deodexed rom with a custom recovery, you must first flash the complete corresponding ROM from SamMobile. That means deodexed Guatemala need to be flashed over Guatemala, not over Panama or Canada. Same goes for deodexed Australia.
8- If you get a Yellow warning triangle on boot after flashing something, use TriangleAway to remove it and reset the flash counter to 0. (On the page, use the provided TriangleAway apk file available for download at the bottom of the first post)
9- Flashing a ROM from Guatemala or Australia will not change your service provider, you will stay with Bell/Koodo/Rogers even if these companies don't exist in Guatemala.
10- Sometimes when flashing ROMS, your carrier will show as "Bell" even though you are on Virgin / Solo, this is normal as these are 2 sub-companies of Bell.
11- When you flash ANYTHING with a custom recovery, be sure to Wipe Cache and Wipe Dalvik Cache (advanced menu) before rebooting.
12- For ANY kind of flashing from a Windows computer, you will need the Samsung USB Drivers first and foremost, before doing anything else. If you're on Linux/Ubuntu, install Heimdall and search for tutorials for how to use it on XDA or Google.
13- If you have the Galaxy Trend GT-S7560 and CWM freezes while flashing a custom rom, then re-cook the rom inside the Kitchen with these tweaks:
Code:
For galaxy trend s7560
When building rom in kitchen, select Interactive Mode(1). after zipaling;
1. edit META-INF/com/google/android/updater-script in working folder and change " format("ext4", "EMMC", "/dev/block/mmcblk0p16"); " to " format("ext4", "EMMC", "/dev/block/mmcblk0p16", "0", "/system"); "
2. extract cm11 for ace 2x and replace META-INF/com/google/android/update-binary from cm11 to your rom
======================================END OF FAQ=============================================
Short Tutorials :
Buttons combinations (phone must be shutdown before !)
Download Mode : VOLUME DOWN+HOME+POWER
Recovery Mode : VOLUME DOWN+VOLUME UP+HOME+POWER
How to "Push with ADB" :
Install the Android Development Kit
Goto "platform tools" folder
Open a command prompt
Connect your phone with USB cable and USB Debugging enabled (developer settings)
Type in the command prompt:
-adb remount
-adb push "yourfilename" "/your/destination"
-adb reboot
example: "adb push SystemUI.apk /system/app/"
How to flash with ODIN :
-If your ROM is zipped, unzip it to a folder until you got a ".TAR.MD5" file
-Load up ODIN
-Shutdown your Phone
-Boot your Phone in Download Mode
-Plug in your USB cable, Odin should recognize the Phone and fill up a small square at the top left.
-Make sure only "F.Reset Time", "Auto Reboot" and "PDA" are check-marked in ODIN
-Load up your ".TAR.MD5" in the PDA section of ODIN
-Flash, wait for ODIN to tell you (Succeeded : 1, Failed : 0)
-Done.
How to flash CM11 (CyanogenMod11) by Alex150892 :
1.Install Australia MH3 stock rom with Odin
2.Download Root Kit and follow instructions inside (follow it carefully from beginning to the end)
3.Open cwm recovery and Wipe data/cache,and also wipe dalvik cache
4.Install CyanogenMod 11
5.Install 4.4 Gapps
6.(optional) Install ba2x kernel for CyanogenMod 11
7.Reboot and enjoy...
Note that first boot will take a while,so leave it for ~10mins
Links:
------CUSTOM ROMS-------
Note: None of the custom ROMs are bug-free. Some of them are more stable and bug-free than others though. Some common bugs among all the ROMs are lack of full camera resolution (the rear camera only captures images at 3MP instead of the 5MP in Stock ROM) and lack of bluetooth (our chipset doesn't support the newer bluetooth method used in Android 4.2+).
CyanogenMOD 10.2/11 by SeannyM UNSUPPORTED
CyanogenMOD 10.1 (Android 4.2.2) by jonypx09 UNSUPPORTED
CyanogenMOD 10.2 (Android 4.3.1) by Codename13 UNSUPPORTED
Beanstalk 4.4.275 (Android 4.4.2) by jonypx09UNSUPPORTED
CyanogenMOD 11 (Android 4.4.4) by jonypx09
OmniROM 4.4.4 (Android 4.4.4) by Codename13
------STOCK ROMS-------
(These are compatible with ALL countries and should be flashed if you want the latest version of ICS on your phone, regardless of where you live or who your phone service provider is.)
Stock firmwares from Sammobile
[URL="http://www.sammobile.com/forum/register.php"]You Must register on SamMobile by clicking here first! (FREE)[/URL]
Modified stock firmware "Stock II X Plus" by Codename13. It is deodexed, rooted, has init.d functionality, has ADB support, doesn't overwrite your custom recovery with the stock one, and other misc. changes, plus it shouldn't trigger the triangle flash counter.
If you install a stock ROM/firmware over a custom ROM and you get a bootloop, meaning you probably forgot to wipe data, and you're unable to boot to recovery, flash this package (by Codename13) with Odin to wipe your data partition, which should allow you to boot into the stock ROM.
------CUSTOM KERNELS-------
Sadman2's kernels for ICS 4.0.4 with GPU Overclock !
-Flash with CUSTOM RECOVERY, Wipe Cache and Dalvik Cache, Reboot.
V1: http://www36.zippyshare.com/v/15770700/file.html : OC CPU 1.2GHZ
V2: http://www43.zippyshare.com/v/33249511/file.html : OC CPU 1.3GHZ
V3: https://drive.google.com/file/d/0BzqKRicqg1wVdl9kQnI4NUk1ZTA/edit?usp=sharing : OC CPU 1.2GHZ GPU 275MHZ
V4: http://www11.zippyshare.com/v/61114227/file.html : OC CPU 1.3GHZ GPU 325MHZ
BA2X (Better Ace 2 X) 2.0 for Stock ROM by Codename13 UNSUPPORTED
SeannyM's Overclocked/Modded Kernels For Stock ROM(Flash with CUSTOM RECOVERY) UNSUPPORTED (I think)
[/B]-A vast range of frequencies to choose from, you can start with 1094mhz and if your phone is stable and doesn't reboot on it's own you can then go up a couple more until you get to a point where your phone won't boot, then you need to go back down in frequencies.
Most people seem to hit a wall around 1248mhz.
-To take full advantage of this Kernel, you should install No-Frills CPU Control
--Set the maximum frequency to the maximum possible
--Set the minimum to 240 or 320
--Set the governor to SmartAssV2
--Set the I/O sheculer to VR
------CUSTOM RECOVERIES-------
List of custom recoveries (thread maintained by Codename13)
http://forum.xda-developers.com/showthread.php?t=2682888
------OTHER-------
Possible fix to CM10.2 WiFi problems suggested by Anas Karbila
-Install that app from the market and use it to correct the problem.
https://play.google.com/store/apps/details?id=co.in.zextr.wcf
Possible fix to ICS 4.0.4 with WiFi problems on Sadman2's Kernels :
-Use a root file explorer to overwrite the original files in /system/lib/modules with those from the link below.
http://forum.xda-developers.com/attachment.php?attachmentid=2630852&d=1394823897
Daver18qc's GT-S7560M Root Kit (With Detailed Instructions!) v.3
Daver18qc's List of Apps that are Safe To Delete (Once Rooted!):Guatemela 'MG2 or Stock ROM
===========================================================================================
That one might be bugged, try the "Stock Guatemala MG2" + "Deodexed Guatemala" below if you have problems!
Daver18qc's Deodexed/Rooted Australia MH3 ROM (Latest 24sept2013) (Flash With CUSTOM RECOVERY Over Australia 'MH3 ROM, Wipe Cache/Dalvik)
===========================================================================================
Daver18qc's Deodexed/Rooted Guatemala MG2 ROM (Flash With CUSTOM RECOVERY Over Stock Guatemala MG2, Wipe Cache/Dalvik) *Confirmed Working*
Thanks to Viper520 for ViPER4Android
Daver18qc's Pack of Modded SystemUI ("Push" with ADB)
-(Download the one with the notifications toggles you want, the others buttons are removed!)
Codename13's ModPack UNSUPPORTED (Flash with CWM) for Deodexed ROMS ONLY!
Codename13's Panama Stock ROM (Flash with CUSTOM RECOVERY)
Codename13's Insecure Stock Kernel (Flash with ODIN in PDA Section)
OstrichX's CyanogenMOD 10.1 Work In Progress Page
Mods made by other people that works on GT-S7560M:
Cbass15's Black Theme AOSP SMS App!
(Delete /system/app/SecMMS.apk, Copy this file to /system/app/ and DON'T RENAME IT, then REBOOT!)
Screenshot of the CBASS15's AOSP Messaging
Dsixda's KITCHEN
You can deodex and customize almost any ROM made for this phone using this version of the Kitchen.
You will need a computer running Linux, either on the hard drive or in a virtual machine inside Windows.
You will need extensive knowledge of the Linux commands as everything is inside a terminal (a kind of MS-DOS command prompt)
If you don't know what Linux is, don't bother, this is out of your reach and nobody will teach you here.
Learn it somewhere else and come back here when you know where you're going with this.
DOWNLOAD 0.223 KITCHEN
DOWNLOAD EDIFY_DEFS FILE
-(The EDIFY_DEFS file is necessary to make a working ROM, you will softbrick your phone if you don't put this file inside your edify-defs folder in the kitchen folder.)
MANY THANKS TO : SeannyM, jonypx09, Codename13, OstrichX and all the others who made this possible!
POST YOUR QUESTIONS IN THE MAIN THREAD HERE PLEASE!
daver18qc said:
FAQ:
6- There is NO free method to UNLOCK SIM yet.
Click to expand...
Click to collapse
till there is some way to unlock the GT-S7560m (hopefully soon)
may i suggest http://forum.xda-developers.com/showpost.php?p=44776737&postcount=1916
unlockclient co
self contained software (means no 24 hour wait for email) takes seconds to do
i searched and search for hours yesterday.. found that one post above
and pretty much nothing else.. the huge 240 page 7560m thread has people asking every second page.. no joke
more info needs to be given about this. and maybe some research on how to do it for free.. but in the mean time:
i took a chance and got it.. and was not disappointed at all (works just like youtube vid)
btw im just a frustrated end user, not affiliated with any company
I would like to download this: Daver18qc's Deodexed/Rooted Australia ROM (Latest 24sept2013) but the DropBox download link isn't working...
Links are dead
Hi...
links for stock versions are not working...
wanted to download the guatemala stock to flash other rom later, but the link is dead...
any one has a backup by any chance?
im currently on the canadian rom i guess... already got root and CWM
thanks1
mertonv said:
Hi...
links for stock versions are not working...
wanted to download the guatemala stock to flash other rom later, but the link is dead...
any one has a backup by any chance?
im currently on the canadian rom i guess... already got root and CWM
thanks1
Click to expand...
Click to collapse
samsung-updates.com has most of the Ace II X firmwares on alternate mirrors such as RapidGator and ul.to.
Links are dead
Codename13 said:
samsung-updates.com has most of the Ace II X firmwares on alternate mirrors such as RapidGator and ul.to.
Click to expand...
Click to collapse
Hi!
Thanks for pointing out where...
samsung-updates .com/device/?id=GT-S7560M
Im assuming this is the one im looking for
Galaxy Ace IIx GT-S7560M PGU S7560MUBAMG2
Unfortunately, the links on that site seem broken too... unless its me and i cant get them to work...
looking with the code "S7560MUBAMG2" i found a version PBS, CPA and TCP (panama, panama and mexico), all three have the same build date and change list numbers (05.07.2013 and 1230914)...
im downloading PBS version, its a 532mb file, is that right?... no wonder the device sucks that much... that image is bigger than the stock for my the TF300t... this **** is bloated
is this the same image as guatemala?
Can't seem to find the PGU anywhere... all links are to hotfile (which seems dead) or broken
thanks anyway...
i wanted to test the slimbean rom but guess i'll have to wait a while then...
the device is slow, but rather have a slow phone than a bricked one for not following the procedure right
this device
Flash with CWM
daver18qc said:
Frequently Asked Questions:
1- "Flash with CWM" : If you still have the stock recovery, download and use Daver18qc's Root Kit Below to install CWM.
Click to expand...
Click to collapse
Well, couldn't the actual answer tell you exactly what you do once you've installed CWM...
I seem to have installed it — the Root Kit install finished successfully and there's one entry in Apps for "Superuser" that wasn't there before — but I can't actually do anything with it. How do you "Flash with CWM"?
---------- Post added at 11:16 PM ---------- Previous post was at 11:08 PM ----------
mertonv said:
Hi!
Thanks for pointing out where...
samsung-updates .com/device/?id=GT-S7560M
Im assuming this is the one im looking for
Galaxy Ace IIx GT-S7560M PGU S7560MUBAMG2
Unfortunately, the links on that site seem broken too... unless its me and i cant get them to work...
…
Can't seem to find the PGU anywhere... all links are to hotfile (which seems dead) or broken
thanks anyway...
Click to expand...
Click to collapse
AIUI, you don't need to use MG2. Try the third link (XSA) which will give you three options to download the MH3 firmware for Australia. That has three working download links.
IwasLegend said:
Well, couldn't the actual answer tell you exactly what you do once you've installed CWM...
I seem to have installed it — the Root Kit install finished successfully and there's one entry in Apps for "Superuser" that wasn't there before — but I can't actually do anything with it. How do you "Flash with CWM"?
Click to expand...
Click to collapse
You did it, since flashing with CWM puts the SUPERUSER program inside the phone. So if you have that, then you have indeed flashed with CWM, because it is the only way to flash the root package!
The instructions in the root kit apply to any other update/package that you want to flash with CWM.
IwasLegend said:
AIUI, you don't need to use MG2. Try the third link (XSA) which will give you three options to download the MH3 firmware for Australia. That has three working download links.
Click to expand...
Click to collapse
@mertonv:
Use Australia MH3 instead. SAMMOBILE got their hosting server shut down so the links for stock firmware are invalid, but they are supposed to get fixed soon, i hope.
EDIT: The Australia Stock ROM link works at the moment, maybe you didn't LOG IN / REGISTER on SAMMOBILE before trying to download and that's why you don't see anything, but at this time, it works !
Bluetooth and Camera still broken/buggy?
Can anyone confirm that there isn't a custom ROM (10.2 or 11) where there are issues with Bluetooth and the camera? I know the FAQ says there are issues but that was in October.
Service
Since flashing CM 10.2, I haven't been able to get service and if somehow I manage I only get it temporarily. Can someone explain as to why?
Downloading Australia MH3
When I go to download file, it takes me to http://terafile.co/5d8b16638748 and the problem is the download link isn't working for me. I do the captcha and everything but when it does to download it just doesn't want to download.
CasMz said:
When I go to download file, it takes me to http://terafile.co/5d8b16638748 and the problem is the download link isn't working for me. I do the captcha and everything but when it does to download it just doesn't want to download.
Click to expand...
Click to collapse
you have to keep refreshing(F5) until it goes to the download.
Does anyone try Triangle Away? is it complete safe?
miki89 said:
Does anyone try Triangle Away? is it complete safe?
Click to expand...
Click to collapse
It's been tested and it's safe, aside from the extremely slim risk of bricking your device while using Triangle Away (but I've never heard of anybody doing this). Chainfire hosts a free version here on XDA, although being free, it doesn't include every feature. But it works well enough.
there is any application or rom that Turn the hardware buttons light up when I have Missed calls or message?
ACE 2
thanks
thmls said:
there is any application or rom that Turn the hardware buttons light up when I have Missed calls or message?
ACE 2
thanks
Click to expand...
Click to collapse
If you are indeed using an Ace 2, we can't help you. This thread is one of the few for the Galacy Ace II X, a completely different device, other than similiar sounding names.
Speaking of BLN, I remember having recently seen an app that mimicks it very well. I'll message you if I remember what it was called.
For the BA2X 2.0, I'm working on implementing BLN in the kernel along with some other things. Our devices don't have the same kernel, but I could possibly create a universal BLN diff for others. I'm trying to diff a BLN module source for the Galaxy R and Captivate, so hopefully I can get it working.
Codename13 said:
If you are indeed using an Ace 2, we can't help you. This thread is one of the few for the Galacy Ace II X, a completely different device, other than similiar sounding names.
Speaking of BLN, I remember having recently seen an app that mimicks it very well. I'll message you if I remember what it was called.
For the BA2X 2.0, I'm working on implementing BLN in the kernel along with some other things. Our devices don't have the same kernel, but I could possibly create a universal BLN diff for others. I'm trying to diff a BLN module source for the Galaxy R and Captivate, so hopefully I can get it working.
Click to expand...
Click to collapse
So is the Kitkat update still being worked on or not? You say its being worked on in the first post but later say he's stopped. Also, are the bugs listed in black from flashing to Jelly Bean?
And lastly, can I use the Ace 2 GT-I8160 method of getting Kitkat for my ace 2x?
netnoob said:
So is the Kitkat update still being worked on or not? You say its being worked on in the first post but later say he's stopped. Also, are the bugs listed in black from flashing to Jelly Bean?
And lastly, can I use the Ace 2 GT-I8160 method of getting Kitkat for my ace 2x?
Click to expand...
Click to collapse
You're using an Ace 2 GT-I8160? This thread is for Galaxy Ace II X GT-S7560M. The two devices are completely different. The only reason that us Ace II X users use the Ace 2 forums is because the names are somewhat similiar. However, don't let that similiarity ruse you.
any kitkat?
Any chance that kitkat makes its way to this phone?...
If it were too... which stock should i load to my phone to be compatible with that?
Which custom rom on jb is the least buggy right now?
Thanks!

Total guide Xperia ZL 6502/03(work in progress)

1)ROOT-
NO root for 4.3 directly for locked bootloaders
For unlocked here you go http://forum.xda-developers.com/showthread.php?t=2583805
Downgrade to 4.2 to get root
http://forum.xda-developers.com/showthread.php?t=2494134 for 6503
http://forum.xda-developers.com/showthread.php?t=2335306 for 6502
Flashtool
latest flashtool download
http://www.flashtool.net/download.php
Flash .ftf using flashtool
http://forum.xda-developers.com/showthread.php?t=2054486
root 4.2.2:
doomlords rooting toolkit
http://forum.xda-developers.com/showthread.php?t=2327472
install cwm
http://forum.xda-developers.com/showthread.php?t=2251093
to get root for 4.3 and dual recovery for 4.3 upgrade by nuts method
http://forum.xda-developers.com/showthread.php?t=2567266
2) Bootloader-
Backup ta partition so that you dont loose bravia engine
http://forum.xda-developers.com/showthread.php?p=41763438
Unlock bootloader
-get your code from here
http://unlockbootloader.sonymobile.com/
Unlock bootloader using flashtool
http://forum.xda-developers.com/showthread.php?t=2447319
3)Rom index:
Stock:
-4.2 stock link given above
-4.3 stock
http://forum.xda-developers.com/showthread.php?t=2640151 for 6503
-4.3 stock
http://forum.xda-developers.com/showthread.php?t=2655100 for 6502
Stock based
Existenz rom(4.3)-
http://forum.xda-developers.com/showthread.php?t=2352237
sky dragon rom (4.2)-
http://forum.xda-developers.com/showthread.php?t=2407411
Lg g2 rom(4.2)
http://forum.xda-developers.com/showthread.php?t=2550147
Custom roms-
Kitkat:
Cm11-
http://forum.xda-developers.com/showthread.php?t=2540671
Codename lungo-
http://forum.xda-developers.com/showthread.php?t=2650316
Omni rom-
http://omni.cmxlog.com/4.4/odin/
Avatar rom-
http://forum.xda-developers.com/showthread.php?t=2243238
Liquidsmooth rom-
http://forum.xda-developers.com/showthread.php?t=2656019
Jellybean:
Illusion rom-
http://forum.xda-developers.com/showthread.php?t=2381901
Cm10.x
http://forum.xda-developers.com/showthread.php?t=2436626
4)Kernels:
stock kernel based for 4.3 .569
http://forum.xda-developers.com/showthread.php?t=2599619
doom kernel stock based 4.3
http://forum.xda-developers.com/showthread.php?t=2594479
advanced stock kernel 4.4 .101:
http://forum.xda-developers.com/showthread.php?t=2641695
78 kernel-
http://forum.xda-developers.com/showthread.php?t=2624339
All spark kernel-
http://forum.xda-developers.com/showthread.php?t=2596496
5)Scripts
Pure performances x for any rom (actually any device)
http://forum.xda-developers.com/showthread.php?t=2630170
6)Gapps:
paranoid 0 day gapps art compatible
http://forum.xda-developers.com/showthread.php?t=2397942
Note:
all instructions are provided in repective links
installing a rom of different region wont make much difference
i m not responsible for any damage to your devices i m just sharing the links
Credits:
to all the ops in the respective thread
1. Good job
2. Deserves to be sticky in general
3. Unlocked bootloader with 4.3 can be rooted (downgrading is pain in arse)
4. We know that 6502/3 stock/rom works on each other still it is not advisable to do
For example consider me (globaly recognized noob) flashed it wrongly i know its ally mistake but they will blame you cause you advised them
5. We have one thread like this so ask mods to merge that and this thread to avoid confusion
6. You missed all spark's AOSP kernel, 78kernel.
7. You missed hell lot of things
8. Nuts recovery is good one
9. The cwm you linked is for unlockedbootoader only
10. There are two cm from fxp and cm both have same source but different release pattern so provide link to threads
11. Add work in progress in title so you can sort everything out
No offense just helping you to sort things out if you need my help throw me a PM.
Add a faq section below my post or you can use my post so everything is in line.
You tried to do something helpful so kudos
Always there to help
Globally recognized N00B
thread updated
Needs layout.
DoubleYouPee said:
Needs layout.
Click to expand...
Click to collapse
what sort of layout ?
bhavstech said:
what sort of layout ?
Click to expand...
Click to collapse
Paragraphs..punctuation..etc..?
This thread is work in progress so friends please dont post till it is complete
Regards
Globally recognized N00B
alkesh95 said:
This thread is work in progress so friends please dont post till it is complete
Regards
Globally recognized N00B
Click to expand...
Click to collapse
+1
it would be a good help if people would provide more material to add instead of complaing :fingers-crossed
ask the mods to make it a sticky thread
Advanced stock kernel 4.3 FW .101
http://forum.xda-developers.com/showthread.php?t=2641695

Public Service: DO NOT try to flash BOOT.IMG from FXP CM12 tianchi to your D5306

I know we are used to hearing that anything for a D5303 will work on a D5306. It is not so in this case.
Just a public service for anyone with a D5306 thinking you can use the BOOT.IMG in the FXP CM12 tianchi builds; DON'T!
The driver for the display on the D5303 is different and loading the recovery will just give you a BLANK SCREEN. Which means you won't even be able to see what you are doing to flash the ROM.
fbarcenas said:
I know we are used to hearing that anything for a D5303 will work on a D5306. It is not so in this case.
Just a public service for anyone with a D5306 thinking you can use the BOOT.IMG in the FXP CM12 tianchi builds; DON'T!
The driver for the display on the D5303 is different and loading the recovery will just give you a BLANK SCREEN. Which means you won't even be able to see what you are doing to flash the ROM.
Click to expand...
Click to collapse
In my efforts to use Emma to flash the new recovery partition (which I now know is not available for the T2 ) I have flashed various models FTF files on my T2.
My T2 is the D5316.
It successfully ran the D5303 and the D5306 stock firmware's without issue.
I understand that this is a stock ROM and not CM12
I have compiled a stock kernel from sony copyleft sources and the source covers all variants of the T2.
The board level is as specific as it gets and yukon_Tianchi_defconfg covers all models.
Not having looked, I would have to guess that the Sony AOSP source are board level also.
I am not a developer.
I am only sharing my specific experience with stock firmwares.
---------------------------------------------------------------
As this thread is not a development thread, I am moving it to the General section.
~JAB

Categories

Resources