> 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.


202 pagesV  1 2 3 4 5 6 > »  
 
REPLY
> Sony Xperia XZ1 Compact - Firmware
At the request of russel5
Do I need a pre-root firmware?
Yes [ 68 ] ** [69,39%]
Not [ 30 ] ** [30,61%]
Total votes: 98
 
Semyon
Message#1
06.10.17, 12:24
Guru
*********
[offline]

Group: Honorary Gameday
Messages 5234
Check in: 06.04.08
Sony Xperia XZ1 Compact

Reputation:-  1312  +

Sony Xperia XZ1 Compact - Firmware
PictureG8441, Lilac, SO-02K
Description | Discussion | Accessories | Camera talk | Owners Club | Project treble | Firmware

Drivers and Utilities
Official programs:
Xperia companion- The official program for synchronizing a smartphone with a computer, backup, software updates (firmware) and recovery software.
Driverfrom the official site to connect to a computer running Windows (32bit / 64bit from XP) in the "debug USB" mode
Driverto connect in fastboot modeLeshcat-WinAll-drp.zip. To connect a smartphone in this mode: hold down the volume up button and connect the smartphone to the computer with a USB cable. Official but non-working driver:Attached fileSony Fastboot driver v1.01.zip(1.27 KB)
Flash tool (Emma)- The official program for updating smartphones with unlocked bootloader.
Informal programs:
ADB and all that can be done with it- the easiest and easiest set that allows you to connect to a smartphone and execute commands in ADB or fastboot mode.
Xperifirm- an unofficial Windows program for downloading official Sony Xperia firmware for different regions, use Newflasher to install them.
Newflasher- the program is designed for flashing Sony phones (similar to Flashtool)
Flashtool- unofficial flash driver (supports our smartphone starting from version 0.9.24.1), analogue of Newflasher.
Firmware
Instructions
Site to check released firmware
Find out the region of the firmware - * # * # 7378423 # * # * Service info - Software Info - Customization Version, find the specified region in the XperiFirm program.
When downgrade (downgrade Android from 9 to 8), use Flashtool!
Newflasher flasher and how to use it
Instructions for saving user data
DRM key saving instructions(made for firmware 47.1.A.2.324, 47.1.A.8.49),Example: on XZ1 (G8342) It does not work correctly
A patch for the operation of your DRM keys in combination with an unlocked loader
Instructions for unlocking the bootloader
After unlocking the bootloader, the inscription that it is unlocked cannot be removed!When unlocking the bootloader, DRM-keys are permanently deleted, without which some software features will not work, such as the standard camera program, third-party software will work. But after unlocking the bootloader, you can install DFM-fix, which restores the work of programs related to DRM-keys. Most likely, when you unlock the bootloader, it resets to factory settings.
Instructions.
1. On the smartphone in the standard dialer (the program "Phone") dial * # * # 7378423 # * # * The service menu will open, in it go to Service info ->Configuration ->Rooting Status. In the column "Bootloader unlock allowed" should be written "Yes", if so, then unlocking is possible. If “No” is written in this column, or nothing is written, your smartphone cannot be unblocked.
2. In the smartphone on the way Settings ->System ->For developers ->Enable "Factory Lock"
If you do not have this menu: "Settings ->System ->About the phone "click on the" Build Number "several times
3. On the official Sony website for developers go to the page dedicated to unlocking the bootloaderdeveloper.sonymobile.com
4. At the bottom of the page in the drop-down list "Select your device:" choose Xperia XZ
5. On the site, click Continue.
6. In the field "Enter a valid email address:" enter your email, click the Submit button. The "Email Verification" page will open.
7. Open your e-mail, find the received letter with the name "Unlock Bootloader" and click on the link "Click here to proceed"
8. On the smartphone, open the standard dialer and dial * # 06 # Your IMEI will be highlighted
9. On the website in the field "Enter your IMEI, IDID or MEID number:" enter your IMEI. Below put two jackdaws and click Submit
10. A page will open in which there will be a line "Your unlock code: ****************", this is your unlock code, save it. The page also contains instructions for further unlocking the bootloader in English. I cite her translation for Windows.
    1. Download the archive with ADB and fastboot to your computertools_r27.0.1-windows.zipand extract its contents to the adb folder in the root of drive C, you should have the followingscreenshot
    2. Turn off the smartphone
    3. On the smartphone, hold down the volume up button and connect it to the computer with a USB cable, until it connects, do not release the volume button
    4. To install the driver correctly on the computer: right-click on the start-up ->device Manager ->find adb device ->right click to update the driver ->Run a search for drivers on this computer ->specify the folder with the driver [attachment = "11561596: Xperia_XZ1_Compact_driver.zip"] archive pre-unpack. If this driver does not catch up, try the following drivers:Leshcat-WinAll-drp.ziporAttached fileSony Fastboot driver v1.01.zip(1.27 KB)
    5. On the keyboard, press Windows + R
    6. In the window that opens, type cmd and press enter
    7. In the command line that opens, type
    cd C: \ adb
    The following should display:
    C: \ adb
    Dial
    fastboot devices
    A line should appear:
    serial_number fastboot
    Type team
    fastboot -i 0x0fce oem unlock 0x ***************
    and press Enter. Instead of asterisks, enter your unlock code. In response, should not give an error.
Bootloader unlocked
TWRP Recovery and DRM fix
Only for unlocked bootloader. TWRP is stitched into the FOTAKernel section. It downloads software updates downloaded "over the air." After unlocking the bootloader, this section is not needed and we use it as Recovery.
TWRP Recovery is an unofficial Recovery that is released for most Android devices. It has much more features than native Recovery, which is not available to Sony at all. Allows you to install unofficial firmware, easy to install patches and patches in the format of zip-files, create a backup of the firmware and user data, reset to factory settings (wipe data / factory reset), clear the cache (cache), dalwick cache (Dalvik-cache ), much more. It has a built-in file manager.
Comment.Android encrypts user data in the data section. It changes with each Security Update, in English called security patch level. In order for the backup / restore function to work in TWRP recovery when updating the firmware, it is necessary to update and recovery. TWRP for the current security level supports all previous ones.
1. Download the archive with ADB and fastboot to your computertools_r27.0.1-windows.zipand extract its contents to the adb folder in the root of drive C, you should have the followingscreenshot
2. Download the version of TWRP Recovery to your computerAttached filetwrp-3.2.3-0-lilac-1.img(29.47 MB)
. Place the image file in the folder C: \ adb
3. Turn off the smartphone
4. On the smartphone, hold down the volume up button and connect it to the computer with a USB cable. The smartphone will boot into Fastboot mode.
5. To install the driver correctly on the computer: right-click on the start-up ->device Manager ->find adb device ->right click to update the driver ->Run a search for drivers on this computer ->specify the folder with the driver [attachment = "11561596: Xperia_XZ1_Compact_driver.zip"] archive pre-unpack. If this driver does not catch up, try the following drivers:Leshcat-WinAll-drp.ziporAttached fileSony Fastboot driver v1.01.zip(1.27 KB)
6. On the keyboard, press Windows + R
7. In the window that opens, type cmd and press enter
8. In the command line that opens, type
[list]
cd C: \ adb
The following should display:
C: \ adb
Dial
fastboot flash recovery twrp-3.2.3-0-lilac-1.img


How to open TWRP Recovery?After flashing the custom Recovery, you can get into it from the switched off smartphone by holding the power button and lowering the volume: after a single vibration, release the power button, after the blue background appears, release the volume button.

Installation instructions for zip via TWRP Recovery- Copy the necessary zip-file to the built-in smartphone drive or memory card, open TWRP, go to the Install menu in the menu, open the file manager, select the file you need and click Install Zip. In this file manager, using the Select Storage button, you can switch between a memory card (sdcard) and a built-in storage device (Internal Storage).

DRM fix installation instructions- install the following zip using TWRP Recovery1-drmpatch.zip. This patch restores the performance of programs that have lost their functionality after unlocking the bootloader, i.e. programs that depend on DRM keys, for example, a native camera.
Instructionfor installing TWRP recovery, DRM fix, getting root access with MAGISK and installing a modified kernel with disabled Sony Ric protection
Magisk - The Universal Systemless Interface
ThemeMagiskonsavagemessiahzine.com
If you already have Magisk installed with MagiskSU root
Install / update Magisk Manager: MagiskManager.apk
Install / update Magisk from Magisk Manager, restart the device.

If you have some other root, while there is no root or Magisk Manager cannot be updated from Magisk Manager
Get rid of a third-party root, if there is one (ask questions about this in the theme of this root or in the theme of the firmware of your device). If you have SuperSU, the easiest way is to flash the archive with the delete script.
Restore the stock kernel (reinstalling the kernel itself or reinstalling the entire firmware cleanly - your choice). Ask questions about this in the theme of the firmware of your device.
If the old Magisk is already installed - delete it by flashing the uninstaller Magisk-uninstaller into the recovery or FlashFire After flashing the uninstaller, it is advisable to make a wipe cache and dalwick cache.
Flash in archive or FlashFire archive with Magisk: Magisk
Install Magisk Manager: MagiskManager

Uninstall magisk
Flash or FlashFire Uninstaller Magisk-uninstaller
After the uninstaller firmware, it is advisable to make a wipe cache and dalwick cache.
If your recovery curve and uninstaller did not help, restore the stock kernel and manually delete /data/magisk.img, / cache / magisk, / data / busybox.
NB! Magisk makes a backup of the kernel in / data / stock_boot_ before performing the patching<sha1>.img.gz, so if you have problems, you can always manually unpack the backup, flash the kernel in TWRP and so bring the device back to life.
Attached fileMagiskManager-v5.7.0.apk(1.89 MB)
Attached fileMagisk-uninstaller-20180429.zip(2.31 MB)
Attached fileMagisk-v16.4.zip(4.29 MB)
Getting root access with SuperSU
Requirements:
- unlocked bootloader;
- installed TWRP.

Instructions.
Comment. The instructions are for those who have requested recovery with the built-in Busybox. If not, before installing SuperSU, you must first reset Busybox to your smartphone.
1. Download and copy the zip file with SuperSU to your smartphoneAttached fileSR5-SuperSU-v2.82-SR5-20171001224502.zip(6.56 MB)
2. Open TWRP Recovery: from the switched off smartphone, hold down the power button and lower the volume: after a single vibration, release the power button, after the blue background appears, release the volume button.
3. Install zip: in the menu go to the Install menu, the file manager will open, select the desired file there and click Install Zip. In this file manager, using the Select Storage button, you can switch between a memory card (sdcard) and a built-in storage device (Internal Storage).
4. Reboot. The Android operating system is loaded with root access.
Kernel Firmware Instructions
If the kernel is represented by a zip archive in which there is a META-INF folder, then such a kernel can be easily installed via Recovery as a regular zip installer.
If the kernel is represented by the .img image, then the sequence of actions is as follows:
1. Download the archive with ADB and fastboot to your computertools_r27.0.1-windows.zipand extract its contents to the adb folder in the root of drive C, you should have the followingscreenshot.
2. Download the kernel image to your computer, for example, it will be called boot.img, place it in the adb folder.
3. Turn off the smartphone.
4. On the smartphone, hold down the volume up button and connect it to the computer with a USB cable. The smartphone will boot into Fastboot mode.
5. To install the driver correctly on the computer: right-click on the start-up ->device Manager ->find adb device ->right click to update the driver ->Run a search for drivers on this computer ->specify the folder with the driver [attachment = "11561596: Xperia_XZ1_Compact_driver.zip"] archive pre-unpack. If this driver does not catch up, try the following drivers:Leshcat-WinAll-drp.ziporAttached fileSony Fastboot driver v1.01.zip(1.27 KB)
6. On the keyboard, press Windows + R
7. In the window that opens, type cmd and press enter
8. In the command line that opens, type
cd C: \ adb
The following should display:
C: \ adb
Dial
fastboot flash boot boot.img
If your image is not called boot.img, you need to substitute your name.
Wait until the end of the operation

Root 235th and 270th firmware with DRM Fix, full-time camera, Sberbank OnLine, Google Pay and other things that check for root
Hide root access from programs that do not want to work with it -instructionandexplanations to her. Specificallyfor Android Pay there is another method.
Kernels / kernels / MODS
Useful
History of changes in the cap
03.28.2019 M ROM 2.1 Android 8.1
02/23/2019 Added Base firmware on MEGA.NZ
02/20/2019 Added MRom v.1.4
01/26/2019 Added AOSP Extended ROM 9.0 Pie
01/23/2019 Modified pie core added .45
01/22/2019 Old firmware and kernels are hidden. (if someone needs - write back)
01/18/2019 Magisk module for fixing TTL
01/14/2019 Added patch secd
01/09/2019 Added Material Notification Shade
2018
12/17/2018 Added modification of stock firmware version 47.2.A.2.33
12/10/2018 47.2.A.2.33 firmware added
11/28/2108 Added Increasing flashlight brightness
11/23/2018 Added Xposed Fix for firmware 16.20
11/10/2018 Added firmware 1310-5279_47.2.A.0.306
11/05/2018 Added instructions for saving DRM keys
10/25/2018 Added AOSP Extended ROM
09/01/2018 Added by SONY XPERIA XZ2 SOUND SYSTEM
08.08.2018 Added firmware 47.1.A.12.270 for Flashtool and newflasher
07/17/2017 Modified stock kernel .235 (test)
07/10/2018 Root 235th firmware manual with DRM Fix, c-camera operation, Sberbank OnLine, Google Pay and other things that verify the presence of a root
07/07/2018 Added firmware 47.1.A.12.235 for Flashtool and newflasher
Until 19.06.2018, the history of changes was not maintained.


There is no curator in the subject. If there is a user in the subject who wants to become a Curator and the correspondingRequirements for candidates, he can apply in the topicI want to be curator(after having studied the topic header and all materials for curators).
Prior to the appointment of the curator, on filling caps, please contactmoderatorssection through a buttonPictureunder the messages to which you want to add links.


Post has been editedsnekt - 15.04.19, 23:41
Reason for editing: [Treble / PIE] AOSP Extended ROM
Semyon
Message#2
06.10.17, 12:32
Guru
*********
[offline]

Group: Honorary Gameday
Messages 5234
Check in: 06.04.08
Sony Xperia XZ1 Compact

Reputation:-  1312  +

Opened the source software (firmware) smartphone. Official site:
https: //developer.sony...nd-xperia-xz1-compact/
In this regard, we begin the topic.


--------------------
fonser
Message#3
06.10.17, 17:53
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 208
Check in: 21.10.11
Samsung Galaxy S7 SM-G930

Reputation:-  6  +

* Semyon,
Warranty is lost?

K
technical part


Post has been editedvicious.dima - 07.02.19, 17:03
Semyon
Message#4
06.10.17, 17:55
Guru
*********
[offline]

Group: Honorary Gameday
Messages 5234
Check in: 06.04.08
Sony Xperia XZ1 Compact

Reputation:-  1312  +

* fonser,
Wherein? What are we talking about? When flashing? It depends on what to flash, if you install the official firmware with the official program, this does not affect the warranty. Unofficial cores and firmware for the device yet.


--------------------
fonser
Message#5
06.10.17, 18:00
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 208
Check in: 21.10.11
Samsung Galaxy S7 SM-G930

Reputation:-  6  +

* Semyon,Well, on your link they write there, they say, here's a guide for you - sculpt builds who want what. Here with the firmware of these self-made builds.
I just ask, can Sony have some kind of special policy on the topic of rutting and flashing.
Semyon
Message#6
06.10.17, 18:20
Guru
*********
[offline]

Group: Honorary Gameday
Messages 5234
Check in: 06.04.08
Sony Xperia XZ1 Compact

Reputation:-  1312  +

* fonser,
I am not strong in paper-legal matters. But according to previous models, we can say that Sony is not so strictly related to the warranty. Those. the presence of the root itself, this is not a failure of the guarantee, the service still has to prove that the problem is related to your intervention.


--------------------
8oldemar
Message#7
07.10.17, 07:47
-
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 5188
Check in: 15.03.12
Sony Xperia XZ1 Compact

Reputation:-  601  +

Sony's curious move - Software binaries for AOSPNougatfor Xperia ™Xz1, XZ1 Compactand XZ Premium -

https://developer.sony�-1-kernel-4-4-yoshino/ download

o.O
Semyon
Message#8
07.10.17, 19:38
Guru
*********
[offline]

Group: Honorary Gameday
Messages 5234
Check in: 06.04.08
Sony Xperia XZ1 Compact

Reputation:-  1312  +

* 8oldemar,
I think that this is not some clever move. Simply, the firmware for the three devices is almost the same and is collected from the same source (one source). And XZ premium came out long ago on the seven. They still had to lay out (such rules for using the android), and here it was necessary to add a few letters that the source code is not only for XZ premiuim, but also for XZ1 Compact.


--------------------
8oldemar
Message#9
07.10.17, 19:48
-
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 5188
Check in: 15.03.12
Sony Xperia XZ1 Compact

Reputation:-  601  +

Semyon @ 10/07/17, 19:38*
Xz premiuim
Op -... In fact, the analogue is the same.For some reason I have associations with a considerable novelty in the XZ1 seriesAlthough it is unlikely to be at all Nougat for the G8441.
By the waySony Xperia XZ1 Compact - Discussion (Post 8oldemar # 64821913)
Semyon
Message#10
07.10.17, 23:21
Guru
*********
[offline]

Group: Honorary Gameday
Messages 5234
Check in: 06.04.08
Sony Xperia XZ1 Compact

Reputation:-  1312  +

I downloaded the official firmware 47.1.A.2.324_R9B for the region RU-UA-KZ-BY_1310-5279 using XperiFirm. With the help of the last unofficial Flashtool I collected the firmware, it is in the cap. This Flashtool does not support XZ1 Compact. I collected the firmware for XZ Premium. In theory, everything should work :) But I can not give any guarantees

8oldemar @ 10/07/17, 23:32*
In the Assembly selection window, select XZ premium?
Probably, you better know :) While the device is not on hand, I have not tried.

Post has been editedSemyon - 07.10.17, 23:38
Reason for editing: quote


--------------------
8oldemar
Message#11
07.10.17, 23:32
-
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 5188
Check in: 15.03.12
Sony Xperia XZ1 Compact

Reputation:-  601  +

Semyon @ 10/07/17, 23:21*
I collected the firmware for XZ Premium
So, in the assembly selection window, choose XZ premium? .. :)
Semyon
Message#12
08.10.17, 14:19
Guru
*********
[offline]

Group: Honorary Gameday
Messages 5234
Check in: 06.04.08
Sony Xperia XZ1 Compact

Reputation:-  1312  +

Newflasher- A new flasher that works with our smartphone. Allows you to install the official firmware, which can be downloaded using XperiFirm. DRM keys with this method of firmware are not deleted. Warranty is not lost.

For those who have a locked bootloader and want to use the NewFlasher device for firmware for the first time!
Never flash persist.sin (remove this file from the folder with the firmware) otherwise you will lose the SOMC FIDO Key & SOMC Attest key
In short, this section should not change after the sale of the phone, this section stores the DRM files, sensor registration files, calibration files, and so on.


Developer theme dedicated to Newflasher on the XDA English-speaking forum.
Materials usedEnglish-language instructions for using the program.
Instructions for installing official firmware (with the removal of all user data and programs).The smartphone battery must be charged at least 50%
1. Download archive to computerAttached filenewflasher_v13.rar(4.61 MB)
and unpack it
2. Download to computerXperifirm
3. Using XperiFirm, download the official firmware: select the Xperia XZ1 Compact from the top left>highlight G8441 ->select the desired region (Russia and CIS 1310-5279) ->in the right part of the window click on the firmware version ->in the dialog that opens, click Download.
XperiFirm always downloads the latest official firmware, if you need previous versions, download the right onefrom the cap of this topic.
4. From the folder with the firmware (from the third paragraph of the instructions), copy all the files and folders into the folder where newflasher.exe is located. In the same place, create a folder called "partition" and extract the files from the partition.zip archive into it. Delete the simlock.ta file. and persist.sin
Attached Image

5. Run Newflasher.exe. A black command window will open, with the words "Optional step! Type 'y' and press enter if you need GordonGate flash driver. Or type 'n' to skip." Press "y" on the keyboard and press enter. The window displays the inscription "GordonGate.7z archive created." Close this window. In the folder with Newflasher'om appeared GordonGate.7z archive with the driver. Unpack it.
6. Turn off the smartphone. Hold and do not release the volume down button and connect your smartphone with a USB cable to the computer. The smartphone's LED should turn green, then the volume button can be released. The screen should remain off.
7. To install the driver correctly on the computer: right-click on the start-up ->device Manager ->find device android ->right click to update the driver ->Run a search for drivers on this computer ->specify the folder with the driver from paragraph 5 of this manual. The path is specified for Windows 10. In previous versions of Windows, Device Manager can be found in the control panel.
If the smartphone is recognized in the device manager
in the following way
Attached Image
Then you do not need to install the driver.
8. On the computer, run the flash driver again by double-clicking on Newflasher.exe, in the opened command window, press "n" on the keyboard and press enter, then again "n" and enter.
The firmware process takes 5-10 minutes. At the end of the line will appear:
End. You can disconnect your device when you close newflasher.exe
which means that you can close the program and disconnect the smartphone from the computer.

Note 1.If something went wrong and the smartphone went into a cyclic reboot or tightly hung, you can turn it off on hot hardware: press three buttons, the power button and both volume buttons, and hold up to three times the vibrating signal.
Note 2.If after these manipulations the smartphone does not start, or there will be other problems. Install on computerXperia companion. Restore software with Xperia Companion.

Older versions of newflasher

Drivers from unofficial Flashtool version 0.9.23.1. To install them: run exe's, select Flashmode Drivers and Fastboot drivers and install them.Attached fileFlashtool-drivers.exe(19.76 MB)


Post has been editedSemyon - 17.03.19, 19:16


--------------------
axelrock
Message#13
11.10.17, 14:29
Guru
*********
[offline]

Group: Curators
Messages 23841
Check in: 02.07.08
Sony Xperia X Compact

Reputation:-  3388  +

Semyon @ 10/08/17, 14:19*
8. Install on computer

Is this because not all sections are sewn?


--------------------
8oldemar
Message#14
15.10.17, 22:35
-
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 5188
Check in: 15.03.12
Sony Xperia XZ1 Compact

Reputation:-  601  +

Has anyone tried flashtool? In general, debug mode produces instead of flash mode)
deep771043
Message#15
18.10.17, 11:48
User
****
[offline]

Group: Friendssavagemessiahzine.com
Messages 68
Check in: 17.08.09
Sony Xperia XZ1 Compact

Reputation:-  1  +

I have never met such a light factory unlock bootloader ...

Attached Image


I have the first Sony. Is it always like that?


--------------------
Sony XZ1 Compact Blue<- Xiaomi MI5 128Gb<- LG G2 stock 5.0.2<- NEXUS 4 (destroyed ... sorry)<- HTC ONE S stock (S4)<- Galaxy Nexus (destroyed)<- HTC Incredible S<- Samsung I8910 OmniaHD (Symbian)<- Nokia 5800 XM<- Nokia 6230
axelrock
Message#16
18.10.17, 11:50
Guru
*********
[offline]

Group: Curators
Messages 23841
Check in: 02.07.08
Sony Xperia X Compact

Reputation:-  3388  +

* deep771043,
:-D
This is a fool proof :-D and then go to the sony website and get an individual unlock code and unlock the bootloader as it should be: drag:


--------------------
8oldemar
Message#17
18.10.17, 14:27
-
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 5188
Check in: 15.03.12
Sony Xperia XZ1 Compact

Reputation:-  601  +

Semyon @ 10/08/17, 14:19*
unofficial flash driver for sony flashtool abandoned
Yeah, androplus answered me that with Flashtool almost everything is already ..

Semyon @ 10/08/17, 14:19*
The smartphone battery must be charged at least 50%
- not necessary. With 16 percent installed from scratch and spent the first run - 20% left. But you need to add something - you need 10GB on a PC disk, otherwise the program will tell you "it will not work that way".

Semyon @ 10/08/17, 14:19*
we are looking for brave souls
Installed (back 47.1.A.2.281_R9B) assembly, everything seems normal.
axelrock
Message#18
18.10.17, 14:33
Guru
*********
[offline]

Group: Curators
Messages 23841
Check in: 02.07.08
Sony Xperia X Compact

Reputation:-  3388  +

* 8oldemar,
8oldemar @ 10/18/17, 2:27 pm*
Flashtool is almost everything
Androxid retired out or will it be something new to sculpt, not in the know?


--------------------
8oldemar
Message#19
18.10.17, 18:27
-
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 5188
Check in: 15.03.12
Sony Xperia XZ1 Compact

Reputation:-  601  +

Newflasher doesn’t want to install G8441_CIS RU-UA-KZ-BY_1310-5279_47.1.A.2.374_R9B, complains about partition .., although G8441_CIS RU-UA-KZ-BY_1310-5279_47.1.A.2.324_R9B and G8441_CIS RU-UA-KZ-BY_1310-5279_47.1.A.2.281_R9B went without problems ..


___


Axelrock @ 10/18/17, 14:33*
do not know?
I have not heard.
Semyon
Message#20
18.10.17, 20:25
Guru
*********
[offline]

Group: Honorary Gameday
Messages 5234
Check in: 06.04.08
Sony Xperia XZ1 Compact

Reputation:-  1312  +

8oldemar @ 10/18/17, 2:27 pm*
Installed (back 47.1.A.2.281_R9B) assembly, everything seems normal.
Was that your flashlight? What version? What drivers installed?

Did Newflasher do everything according to my instructions above? Nothing to add? I want to add a hat.

8oldemar @ 10/18/17, 2:27 pm*
With 16 percent installed from scratch and spent the first run - 20% left
I, too, somehow sewed my Z1 Compact with the thought "I am a well-experienced flash driver," sat down at zero battery, then barely charged. The battery is non-removable, it’s better not to play with such things. 50% of this is with a margin, with the expectation that the battery wears off over time, something can go wrong and it will have to be stitched not once, but 10.

I'm not more interested in the firmware process. And getting root. And, both with the unlocked loader, and without.

Post has been editedSemyon - 18.10.17, 20:26


--------------------
8oldemar
Message#21
18.10.17, 20:31
-
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 5188
Check in: 15.03.12
Sony Xperia XZ1 Compact

Reputation:-  601  +

Semyon @ 10/18/17, 20:25*
Was that your flashlight?
Newflasher. It seems to have figured out that the new Xperia will not pull)

On the XDA, the topic was found, read and executed. Yes there is nothing to do there, so there is nothing to add.

Semyon @ 10/18/17, 20:25*
getting root And, as with the unlocked loader
Standard - unlocking, building and writing the kernel. Another question is how to save TA ..
Sony
 

202 pagesV  1 2 3 4 5 6 > » 


 mobile version    Now: 07/05/19 5:36