> Attention!

We strongly recommend to readRules section "Android - firmware"

New threads need to be created only inroot partition! In the future, they will be processed by moderators.


69 pagesV  < 1 2 3 4 5 6 > »  
 
REPLY
> Sony Xperia C5 Ultra, C5 Ultra Dual - Official firmware
tishkoff1987
Message#1
14.01.16, 11:31
Guru
*********
[offline]

Group: Curators
Messages 3541
Check in: 18.01.11
Xiaomi Mi A2 4/64

Reputation:-  422  +

Sony Xperia C5 Ultra, C5 Ultra Dual - Official firmware
PictureSony Xperia C5 Ultra / C5 Ultra Dual (Lavender, E5533, E5563, E5506, E5553)
C5 Ultra Description, C5 Ultra Dual Description | Discussion | Firmware | Purchase

Important information
- Reckless actions with Flashtool can lead to scrolling of the device. Read the flashtool for Sony Xperia C4 / C5 Ultra instructions before proceeding. Remember - there is no 100% guarantee that the actions will be successful.
- If after updating by OTA, the message “process com.android.phone is stopped” pops up

Drivers and Utilities

Official firmware

Instructions
Method of obtainingROOT-rightsonAndroid 6.0 MarshmallowFor our device without "fussing" with the bootloader at the momentNOT!

Important! There is information that if you requested and received a bootloader unlock code on the Sony website, the machine automatically lost its warranty. In all SC Sony phone in the database without warranty!
post uv Lud80 on loss of warranty

1) Unlocking the bootloader, the smartphone returns to the factory state -ALL your data will be erased(except for those on the external sdcard)!
2) Devices with unlocked bootloadercannot be updatedofficial firmware - will be "brick"!

Stock firmware can be returned using PC Companion, previouslyblockingbootloader.


There is no way to RETURN ONLY the stock (native) recovery and stay with root-rights yet!

Set for conditionally safe experiences and actions!
1) PC Companion+ backup of the system of your smartphone (programs, settings and other data);
2) Flashtool+ backup of working firmware for flashtool;not verified!
3) Sony Xperia C5 Ultra driversfor PC;
4) ADB / Fastboot drivers.
5) Common sense!
6) Brick repair if the phone doesn't respond to anything

Using flash drives to expand memory

Getting ROOT rights using KingRoot! (without messing around with bootloader and TWRP)NOT RELEVANTforAndroid 6.0

Alternative way to get root-rights on Sony Xperia C5 Ultra / C5 Ultra Dual +TWRP installation NOT RELEVANTforAndroid 6.0

What to do if the status of Bootloader unlock allowed: No?

Alternative way to unlock / lock Bootloader


Modding NOT RELEVANTforAndroid 6.0

miscellanea


Post has been editedGeneralgrant - 13.10.17, 14:14
Reason for editing: Added links to firmware
kostya_zhl
Message#22
07.01.16, 22:34
User
****
[offline]

Group: Friendssavagemessiahzine.com
Messages 63
Check in: 20.04.12
Apple iPhone SE

Reputation:-  12  +

Okay, we digress. we have sin the file unpacked in elf.
Now the question is for people who want to do it: if fotakernel.elf is renamed fotakernel.img and flashed as a recovery, and as a result getting a brick, can it really be revived by regular means?


Probably yes, flashing fotakernel.img with TWRP through the console
avvegga
Message#23
07.01.16, 22:35
Guru
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 4636
Check in: 14.03.12
Samsung Galaxy S8 Exynos

Reputation:-  708  +

Try to flash the firmware through the flash.

Post has been editedavvegga - 07.01.16, 22:35
virus_k
Message#24
07.01.16, 22:44
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 171
Check in: 03.08.11

Reputation:-  27  +

Thank! I will try to summarize everything described and make instructions for the handles in the desert: P

1. Installing drivers and checking them
Install adb and fastboot drivers.
To install adb drivers goHERE, download the SDK Tools Only, install, run the SDK Manager, install the adb driver by selecting only the Android SDK Platform Tools item.

We start the command line there we write:
adb devices should show your device.
If everything is good we write further:
adb reboot bootloader
The phone restarts in bootloader mode. We write further:
fastboot getvar all

We get a picture of something like this:
... ... ...
(bootloader) partition-size: preloader: 40000
(bootloader) partition-type: preloader: raw data
(bootloader) version: 0.5
(bootloader) secure: yes
(bootloader) version-baseband: 1292-1552_27.1.A.1.106
(bootloader) version-bootloader: 1292-1556 S1_Boot_MT6752_TC9SP_11
(bootloader) serialno: NONEEDTOKNOW
(bootloader) product: E5303
all: Done !!
finished. total time: 0.159s

Next, write:
fastboot reboot

The phone has rebooted to normal mode.
So with the drivers everything is ok.

2. Checking the possibility of obtaining ROOT on your particular device
Check the root status in the phone:
In the stock call we dial * # * # 7378423 # * # *
Service info>Configuration>Rooting Status
If Bootloader unlock allowed = Yes, (which indicates that there is a possibility of unlocking the bootloader) continue on.

3. Preparing SuperSU
Downloading a zip archive from SuperSU (link), throws on the sd-card

4. Next, you need to unlock the bootloader.
Go tositechoose Sony Xperia C and follow the instructions (agree with warranty disclaimers and other) and as a result we get the unlock code of our phone

Reboot to bootloader:
adb reboot bootloader

We write the following command to the console:
fastboot -i 0x0fce oem unlock 0xTUTVASH, FOR UNLOCK

We get “Finished” or “Done” without errors and reboot back into the system
fastboot reboot

After that, all your data will be lost. Now the phone with unlocked bootloader. The first time it will load no more than 20 minutes, so do not panic right away

5. TWRP Recovery
Now you need to download the fotakernel.img file and flash it.
Actually the archive itself with the file -LINK
Reboot to bootloader:
adb reboot bootloader

Check the status of the bootloader:
fastboot getvar all

HERE IT IS IMPORTANT, SEE ATTENTIVELY, it should be like this: - (bootloader) secure: No
If so, flashing our file. (It should be put in the folder with adb, for example C: \ adb)
fastboot flash fotakernel fotakernel.img

Everything will go well and you should not receive any errors or warnings.

If everything went well, turn off the phone and go into recovery mode (lower volume button + power button).
Recovery will warn you that / system needs to be mounted, we agree, doing the swipe to the right and now you can backup your system.

6. Now you can flash SuperSU.
In recovery, click Install - Choose our Supersu.zip and flash it.
Reboot and enjoy the root.


It seems to have forgotten nothing. Do not forget to thankkostya_zhl

Post has been editedvirus_k - 07.01.16, 23:07


--------------------
the brain is 80% fluid, and moreover, it is inhibitory - so many were not specifically given !!!
papaev
Message#25
07.01.16, 22:53
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 260
Check in: 14.11.12
Sony Xperia C5 Ultra Dual

Reputation:-  3  +

And why so pervert .. When you can make a backup and then somehow distort .. And recover from the backup. Not difficult
virus_k
Message#26
07.01.16, 23:08
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 171
Check in: 03.08.11

Reputation:-  27  +

Friend thanks, there is no brick yet and I hope not foreseen :) I tried the post above to collect the chewed instructions for getting the root


--------------------
the brain is 80% fluid, and moreover, it is inhibitory - so many were not specifically given !!!
avvegga
Message#27
08.01.16, 05:34
Guru
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 4636
Check in: 14.03.12
Samsung Galaxy S8 Exynos

Reputation:-  708  +

who has a working backup, lay out, please.
Artem Efrimov
Message#28
08.01.16, 06:02
Experienced
******
[offline]

Group: Friendssavagemessiahzine.com
Messages 620
Check in: 03.05.11

Reputation:-  79  +

Avvegga @ 01/08/2016, 07:34*
who has a working backup, lay out, please.

Yes, but I'll post it in the evening, when there is no normal Internet


--------------------
D.I.S.C.O
papaev
Message#29
08.01.16, 09:32
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 260
Check in: 14.11.12
Sony Xperia C5 Ultra Dual

Reputation:-  3  +

https://yadi.sk/d/lk2_Wi6EmjeJD
Backup system to install super su .. If anyone needs ..

Posted 08/01/2016 09:32:

For installation through TvRP recovery. Dual-version version

Post has been editedpapaev - 08.01.16, 22:48
Reason for editing: Redocument
papaev
Message#30
08.01.16, 10:57
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 260
Check in: 14.11.12
Sony Xperia C5 Ultra Dual

Reputation:-  3  +

Please. In the instructions for the root in>If everything went well, turn off the phone and go into recovery mode (lower volume button + power button).>instructions change the value. Volume button on - minus then suddenly people will see the + icon will click on it
Artem Efrimov
Message#31
08.01.16, 11:12
Experienced
******
[offline]

Group: Friendssavagemessiahzine.com
Messages 620
Check in: 03.05.11

Reputation:-  79  +

The first problem is a rooted phone. I can not call, service INCALLUI stopped. The reset did not help. Screen needed?


--------------------
D.I.S.C.O
tishkoff1987
Message#32
08.01.16, 11:43
Guru
*********
[offline]

Group: Curators
Messages 3541
Check in: 18.01.11
Xiaomi Mi A2 4/64

Reputation:-  422  +

* e2190610,
In addition to the root, what did you do? What apk from system / app deleted? What is frozen and so on.


--------------------
BeginningXiaoMi'st: Box 3, A1, A2, Band 3!
Curator

4 download

papaev
Message#33
08.01.16, 11:49
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 260
Check in: 14.11.12
Sony Xperia C5 Ultra Dual

Reputation:-  3  +

Also add what should be included in the menu for developers .. A check mark should be debugging for users
M3Fi100F3L
Message#34
08.01.16, 12:04
User
****
[offline]

Group: Friendssavagemessiahzine.com
Messages 54
Check in: 23.05.13
Sony Xperia C5 Ultra Dual

Reputation:-  9  +

I understand that someone who has a bootloader without the ability to unlock - fly by?
Artem Efrimov
Message#35
08.01.16, 12:38
Experienced
******
[offline]

Group: Friendssavagemessiahzine.com
Messages 620
Check in: 03.05.11

Reputation:-  79  +

tishkoff1987 @ 01/08/2016, 1:43*
In addition to the root, what did you do?

Removed only interfering applications such as music, sony lounge and dither.
A full reset from the menu did not help, now I'll roll up backup, at the same time and check it)


--------------------
D.I.S.C.O
kostya_zhl
Message#36
08.01.16, 12:39
User
****
[offline]

Group: Friendssavagemessiahzine.com
Messages 63
Check in: 20.04.12
Apple iPhone SE

Reputation:-  12  +

e2190610 @ 01/08/2016, 12:38*
Removed only interfering applications such as music, sony lounge and dither.
A full reset from the menu did not help, now I'll roll up backup, at the same time and check it)


Apparently something extra was deleted, once it stopped working
tishkoff1987
Message#37
08.01.16, 12:47
Guru
*********
[offline]

Group: Curators
Messages 3541
Check in: 18.01.11
Xiaomi Mi A2 4/64

Reputation:-  422  +

* M3Fi100F3L,The original source with XDA also allowed No, and he wrote that everything went well. Another one writes that after the firmware via XperiFirm it became Yes

Posted 08/01/2016 12:47 PM:


Make someone a firmware with root and flashed flashtool recovery! I think it will be useful to everyone: I unlocked the type of boot and flashed it with a flash drive

Post has been editedtishkoff1987 - 08.01.16, 12:48


--------------------
BeginningXiaoMi'st: Box 3, A1, A2, Band 3!
Curator 4
M3Fi100F3L
Message#38
08.01.16, 13:03
User
****
[offline]

Group: Friendssavagemessiahzine.com
Messages 54
Check in: 23.05.13
Sony Xperia C5 Ultra Dual

Reputation:-  9  +

* tishkoff1987,When I tried to insert the unlock code, I was told that there was no permission for this command. I thank for the tip, I will try to upgrade through XperiFirm
tishkoff1987
Message#39
08.01.16, 13:30
Guru
*********
[offline]

Group: Curators
Messages 3541
Check in: 18.01.11
Xiaomi Mi A2 4/64

Reputation:-  422  +

* M3Fi100F3L,I also have the status of bootloader unlock allowed: No.
But on the Sony site on the first IMEI code they gave me! Unlock has not yet become


--------------------
BeginningXiaoMi'st: Box 3, A1, A2, Band 3!
Curator 4
Artem Efrimov
Message#40
08.01.16, 13:32
Experienced
******
[offline]

Group: Friendssavagemessiahzine.com
Messages 620
Check in: 03.05.11

Reputation:-  79  +

e2190610 @ 01/08/2016, 14:38*
A full reset from the menu did not help, now I'll roll up backup, at the same time and check it)


100% working backup for rooted devicehttps://yadi.sk/d/tGsWWZxQmjrPf
nothing is disconnected as if the phone was dropped and this is the first download
you need to throw in the root of the phone and recover through TWRP recovery
For myself, I am doing another one, with disconnected applications, if it works, I'll post


--------------------
D.I.S.C.O
tishkoff1987
Message#41
08.01.16, 14:06
Guru
*********
[offline]

Group: Curators
Messages 3541
Check in: 18.01.11
Xiaomi Mi A2 4/64

Reputation:-  422  +

e2190610 @ 01/08/2016, 12:32*
...

100% working backup for rooted device

THOSE. Is it for tvrp? I would like for a flashlight to use on smarts only with an unlocked boot


--------------------
BeginningXiaoMi'st: Box 3, A1, A2, Band 3!
Curator 4
Sony
 

69 pagesV  < 1 2 3 4 5 6 > » 


 mobile version    Now: 05/01/19 20:08