Updated [Stock] [PreRooted] Firmware 14.5.A.0.283 [Lollipop 5.0.2.] Xperia Z1 [C6903] - Xperia Z1 Android Development

Greetings guys!
This is another firmware for Xperia Z1 (C6903), and so far is been released in just few countries. I make it pre rooted as by my side once you have a pre rooted firmware you can be able to manage and delete apps what you don`t need to free space in your mobile.
P.S. So far i see same threads but for Z1 Compact and Z Ultra. (if mods believe is not good this thread to exist i don`t mind if it will be deleted)
What do you need:
- Flashable zip
- Mobile phone Xperia Z1 (C6903) - with CWM/TWRP to can flash the zip
- USB Cable (make sure your battery is over 75%)
- Attention and patience
The procedure to flash the zip is the same like in other threads (copy the zip to your external SD Card and from there reboot your phone to CWM/TWRP and select - install zip)
The content of zip is
- firmware C6903_14.5.A.0.238_Greece-Cosmote.ftf (i found with XperiFirm on thread wrote by @IaguCool so of course credits go to him)
- UPDATE-SuperSU-v2.46 credits go to @Chainfire
- Z1-lockeddualrecovery2.8.21-RELEASE.flashable credits to @[NUT]
I used PRF Creator to make this zip flashable, credits go to @zxz0O0
The steps i follow to reach a Lollipop 5.0.2 Pre Rooted firmware i found them here http://techbeasts.com/2015/04/14/root-xperia-z1-c6902c6903-14-5-a-0-242-5-0-2-lollipop-with-dual-recovery/
If you have done before flash with dual recovery you may skip the last link, but if it is your first time when you try to do this i highly recommend you to read before each thread including the one on last link.
Disclaimer
- i am not responsible if you run into a bootloop or you damage your mobile. Do it if you know what you do, if not just give up!
Download file
https://mega.nz/#!KY5ilDrY!F_GyaK2tWmZ8GXKRT_ChRvakkT22kCWhGGDc-ZOOpic

lastest release is 14.6.A.0.368, android 5.1.1. Did you choose wrong firmware to creat or wrong tittle of this thread?

hxq88 said:
lastest release is 14.6.A.0.368, android 5.1.1. Did you choose wrong firmware to creat or wrong tittle of this thread?
Click to expand...
Click to collapse
you have right, i check it now and is there also for few countries, i will download it and i will try to make pre rootabe, if i succeed i will upload here, but for now i want to upload as well 238 as i don`t see a thread about it, and so far i was happy with it! Thanks for let me know is out new firmware!

I'm using .270 now. Should I install this(14.5.A.0.283 ) first before I install 14.6.A.0.368 ?

ferbuffer said:
I'm using .270 now. Should I install this(14.5.A.0.283 ) first before I install 14.6.A.0.368 ?
Click to expand...
Click to collapse
No need, you could flash right away 368, just make sure you backup your actual ROM and update your dualrecovery
Sent from my C6903 using XDA Free mobile app

Related

[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

[DEODEX][C6943] 14.4.A.0.157 deodex patch

Read the full topic before doing anything, I am not responsible for any problem that this may cause to your device!
Information
This will deodex 14.4.A.0.157 firmware for Xperia Z1.
This will work on C6943.
Requirements
Xperia Z1 with 14.4.A.0.157 stock KitKat.
Working recovery (Don't have recovery? Try XZDualRecovery by @[NUT])
Instructions
Flash the zip on recovery.
Clear dalvik-cache.
Reboot to system.
Additional info
Before you flash, create a backup on your recovery (in case anything goes wrong).
This won't root your device!
Base files
C6943_14.4.A.0.157_Customized_BR_1276-7099_R5C.ftf
Downloads
For C6943:
File: C6943_14.4.A.0.157_deodex.zip
Size: 470.6 MB
MD5: E13ADF50BA6669CFF0A0A246BFC6D5E0
Enjoy your deodexed KitKat ROM! And please hit "Thanks" if you liked it.
RHBH said:
Read the full topic before doing anything, I am not responsible for any problem that this may cause to your device!
Click to expand...
Click to collapse
Thanks @RHBH
Installing let's see if the 157 ROM is any better, although it is only two updates from the original 108, and only a few MB of difference, I'm hopping for a better battery life. BTW I got .157 OTA this week and didn't lose root and, xposed is working as it should.

[ROM][5.0.1][Stock LP Base][D802] SKROM V2 by somboons

Important Note: This is NOT my ROM! I am only posting this to share it with y'all.. All credits to @somboons
This is for D802 ONLY!! ROM is based on stock lollipop for G Pro 2 D838.
See video of the ROM running here (credits again to somboons it is his video): YouTube
Original link where somboons posted his ROM and make updates: Facebook
Instructions (by somboons)
How to Install ROM
Optional: Backup everything before starting.
1. Download
- TWRP Bump
Thread by blastagator
Then copy to SDCARD
- KK Bootloader
DL link by dorimanx
Then copy to SDCARD
- Download ROM here: *LINK REMOVED PER OP REQUEST*
MD5: ed98777a1d4006386e7ef58ddd76afa3
*LINK REMOVED PER OP REQUEST*
MD5 : 99958511CD728693F92BCF2A6C297086
*LINK REMOVED PER OP REQUEST*
MD5 : 549375f9a942ab6a4f0978e09959c0f5
*LINK REMOVED PER OP REQUEST*
*LINK REMOVED PER OP REQUEST*
MD5 : 1fe3a79b884929529c9d097394e28c07
Then copy to SDCARD
2. Reboot to Recovery
3. Backup your current ROM
4. Flash TWRP Bump then choose Reboot your G2 to Recovery again
5. In TWRP Bump Wipe (system\data\dalvik and cache)
6. Flash kk Bootloader and Install ROM
7. Reboot
Note: You can only enter Recovery by app and not by button combination
Click to expand...
Click to collapse
Bugs
- NFC, FM Radio
Changelog
Code:
[B]V2[/B]
-Initial release (new base).
-Port from LG G Pro 2 D838.
-DeBloater.
-FM Radio and NFC are not included
[B]V1.0.2[/B]
-DeBloater
-Fixed missing Modem partition
-build.prop_tweaks
-VM_tweaks
-Ram_manager_tweaks
-Cleaner_init.d
-Net_tweaks_tweaks
-SD_tweak_tweaks
-Zipalign
-Touch_tweak
-KK Bootloader packaging
All teawks credit by @Paget96
[B]V1.0.1[/B]
-Base on F320S 30e
-D802 only
-DeBloater
-Fixed Battery display to 3000
-Small Navigationbar 36,32,28
-LG app updates via OTA
-Not include F320 partition except boot.img
-AdAway
-init.d support
[B]V1.0[/B]
-Initial release
Credits:
somboons - it is his ROM.
Cloudyfa - aroma,updater script
boykinhdi - boot.img
Reserved.
Hidden menu works.
How to restore KK partitions/flash other ROM (credits to droidth):
- Download this flashable zip: Mega
- Reboot to recovery and flash LGG2 -droidth-fixed-KK-partition.zip
- Flash backup or other G2 stock based ROM.
Some people reported that it has worked good by doing like that^^ but you can also follow @somboons guide:
1. Install Auto Rec for D802
2. Reboot to recovery
3. Restore your backup file
C. Go back to Stock firmware (without lost data in sdcard)
1. make sure your Backup ROM is stock LG 20A,20B,20C,20D,20F,20H or your current ROM is stock LG
2. Flash firmware KDZ
3. enter to system
4. enjoy
no fm radio
anybody try this rom ?
Locksreen bugs still continued lollipop based roms (screen tingling) ?
What's this? Another ported ROM or it's official?
921MB? Amazing @_o
Anyone tried this yet? Im downloading right now.
Tapatalked from LG_G2_D802
Its a port from the korean variant.
I prefer to wait and dont mess with partitions
Eminemiero said:
Its a port from the korean variant.
I prefer to wait and dont mess with partitions
Click to expand...
Click to collapse
Something else that master droidth has made was to create a zip that restores old KK partitions. It is only 600KB and you can find it in post #2.
Main reason why this ROM is less than 1GB is because it is only for D802.
Enjoy.
In that facebook page its v30d, not vol 30e
Kernel version?
My bad. Corrected to 30D.
Kernel version is 3.4.0
For a moment there you made me sh*t my pants, drop my jaw and jump in excitement. Then it turns out to be another F320 port thanks for sharing, still waiting for the real deal!
Expirience with this rom?
I wanna try this rom but I have to be sure that will not have any restarts and how about baterry?
natalya said:
Reserved.
How to restore KK partitions/flash other ROM (credits to droidth):
- Download this flashable zip: Mega
- Reboot to recovery and flash LGG2 -droidth-fixed-KK-partition.zip
- Flash backup or other G2 ROM.
Click to expand...
Click to collapse
Can this be used to restore partitions when using Grola ROM too? This one - http://forum.xda-developers.com/lg-g2/development/lollipop-grola-rom-5-0-1-t3028569
D802 Of course...
natalya said:
Main reason why this ROM is less than 1GB is because it is only for D802.
Click to expand...
Click to collapse
Does it also takes less space on the phone after flashing? I mean, compared to Grola rom.
Thanks guy
Thanks for your face work! I will now test on my D802. and on shelves spend the feedback here in the comment! a variant is possible pro model d805? I will test it all here!
ciaastek said:
Does it also takes less space on the phone after flashing? I mean, compared to Grola rom.
Click to expand...
Click to collapse
No
DrDeeXS said:
Can this be used to restore partitions when using Grola ROM too? This one - http://forum.xda-developers.com/lg-g2/development/lollipop-grola-rom-5-0-1-t3028569
D802 Of course...
Click to expand...
Click to collapse
I just used it to restore my backup.
It worked!
My mistake or in oroginal FB thread droidth hasn't linked restore KK partition file? He talk about autorec for restoring, right?
Can someone explain to me?

Canadian/Tmobile S6 edge DeathNote Rom

DeathNote Rom for S6 edge
Basically this rom is for G92XW8/T devices but if you install kernel for your device it will work fine
Desc:
My aim is to make stable rom with mods and updated with newer bases Andoid MM and patches i used DPDP base for my rom as it got latest patch from samsung for security for now no support for dual sim variant but i will make flashable zip for dual sim variants
Features:
1. Latest base DPDP
2. Tweaked for better and performance
3. 5 way Reboot menu
4. Torch in power menu
5. Screen record and screenshot in power menu
6. Data usage in notification
7. Messaging csc tweaks
8. Emergency mode moved to settings(no Fc's)
9. No aroma installer
10. Multi user
11. Build prop tweaks
12. Debloated
13. Some samsung and google apps will be installed to data partition
14. S7 apps
15. Dual Smart manager
16. Updated google apps
17. Rounded recents apps
18. removed grey status bar while power saving mode
19. Latest G925W8 kernel used
20. no loud sound warning
21. Discover your self
Version 3:
1. Every model has seperated zip file
2. Latest google apps
3. latest play store
4. More stable
5. Note 5 wallpaper
6. Some UX Apps
7. Newer SNOTE app
8. Newer Touchwiz launcher
9. New Splanner
10. latest SuperSU v 2.76
11. Alot More
12. Twisted kernel thanks to @ The Sickness
Downloads:
Rom V3(T Mobile):
Tmobile
RomV3(Canadian Model):
Canadian
Addons:
Coming soon
Thanks to:
@samsung for releasing MM for S6
@svadev for deodex tool
@Chainfire for supersu and root
@asc1977 for opening thread for all mods and guides
@ thanks all other i forgot​
Info:
Android Version: 6.0.1
Status: Stable
Date Released: 18-05-2016
Reserved for Rom
Reserved...!!
Dont download
Dont download current file guys i found something that i missed will be uploaded fixed file shortly
Edit: Uploaded New file enjoy!!!
Cheers!!
zain.ahmad said:
Dont download current file guys i found something that i missed will be uploaded fixed file shortly
Edit: Uploaded New file enjoy!!!
Cheers!!
Click to expand...
Click to collapse
I will definetely try your rom once i get connected to wifi.. Thank you for your work.
Sent from my SM-G925F using Tapatalk
Anyone flash this ? Would be comimg from xtrestolite. Full wipe I'm assuming? And works with twisted kernel?
royorbs3 said:
Anyone flash this ? Would be comimg from xtrestolite. Full wipe I'm assuming? And works with twisted kernel?
Click to expand...
Click to collapse
Yes it will work if root disappears flash supersu
Cheers!!
Update!!!
Update!!!
Hey Guys!!!
Sorry for delay as i am maintaining six different rom files for each model plus school life is busy so didnot get chance to upload it
Remember each file is different so i am uploading correct files for each phone for Canadian and Tmobile S6 please refer to tmobile s6 Development Area. and for G925F model there is no kernel so please flash kernel after flashing rom according to device.
Changelog is in OP
Enjoy!!!
Cheers!!
Link is dead. Working on a new? Thanks for your device here
EvoNotEvil said:
Link is dead. Working on a new? Thanks for your device here
Click to expand...
Click to collapse
New link is up mate just click canadian thing in thread
Cheers!
No Network connection...?
Flashing now. Thanks in advance. I really look forward to checking out this rom!
Edit: ?Hey I'm using the ROM now. It is working fine. I like it. Thanks again.
file removed or blocked by mega
zain.ahmad said:
Reserved...!!
Click to expand...
Click to collapse
download file is either removed or blocked by MEGA plzzz....give new download link.
Thanks
Thanks I will Try!
ishaq22 said:
download file is either removed or blocked by MEGA plzzz....give new download link.
Click to expand...
Click to collapse
This
THREAD CLOSED
@zain.ahmad: To have this thread re-opened, read the sticky at the top of the development section titled "Rules for Posting in Android Development Forums" and make sure your thread complies. Also, you must provide a valid download link. You may contact me when you are ready.

Categories

Resources