211 pagesV  1 2 3 4 5 6 > » 

Semyon
06.10.17, 12:24
Guru
*********
[offline]

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

Reputation:-  1314    +

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


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 editedcherva70 - 16.06.19, 21:42
Reason for editing: Removed irrelevant information
Forum: Sony · View message: #65715751 · Replies: 4277 · Views: 495336

Semyon
11.04.19, 22:21
Guru
*********
[offline]

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

Reputation:-  1314   +

CubicRub @ 04/11/19, 01:17*
On the official MGTS dealer site, the mysterious gland (black) is depicted in the tariff Steep (500 Mbps)
I saw the picture. But according to it we can say that the new router is black. I would like some details. According to photos of users, there is more information than from the official site.

Mr.DJoniX @ 04/04/19, 21:59*
My provider don’t know what technology supports
And we even more so, the site is very simple, there is no information there. Call and ask what technology they connect subscribers and what cable they lay in the apartment.

Mr.DJoniX @ 04/04/19, 21:59*
but fiber optics in the city
Do not confuse connection technology and physical data transfer. All providers in all countries of the world for the last 20 years have only fiber optic trunk lines. You are interested in the last mile (subscriber section), and it can be any, both by technology and by cable. So, not all optics are GPON. GPON is a subscriber connection technology, not urban highways. Sercomm RV6699 is intended only for use in GPON networks. Moreover, there is still a restriction on provider equipment on the other side (OLT). So it is unlikely that your provider is compatible with RV6699. At least it needs to be reflashed, because MGTS uses a customized firmware.


--------------------
Forum:Other devices and brands· View message:#84315363· Replies:4306 · Views: 572149

Semyon
10.04.19, 22:58
Guru
*********
[offline]

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

Reputation:-  1314   +

ZVER @ 04/10/19, 10:39*
What is it like? You do not see the connector itself. He is on the other hand
Yes, he was wrong, did not pay attention that this is the other side.

Now, if any of the owners of the RV6699 (of any version) had a device with support for 802.11ac and three antennas at 5 GHz, one could accurately determine the number of working antennas in the router.

ZVER @ 04/10/19, 10:39*
No, 1733.2 this including 4x4: 4 mimo 80 mhz 9 MCS 800 ns
In addition, I know from one person that there is definitely no 160 MHz
So the firmware is designed for 4 antennas, in general, the same number of connectors on the board. It is not clear why only 3 is connected: scratch_one-s_head: But it becomes clear why Wi-Fi on v4 does not work well :)

Post has been editedSemyon - 10.04.19, 23:04


--------------------
Forum:Other devices and brands· View message:#84282600· Replies:4306 · Views: 572149

Semyon
10.04.19, 22:09
Guru
*********
[offline]

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

Reputation:-  1314   +

Judging by the photographs of the entrailsSercom RV6699 v4.0 Premium, the router is already set to real users. This time. Two - the number of antennas did not change: three at 5 GHz and two at 2.4 GHz.Three - the optical connector has changed from SC / APC to FC / UPC (it's unclear why). Those. MU-MIMO of innovations only. OnMGTS websiteand on the Internet about this mysterious gland information continues to be absent. On IXBT they already write that problems with Wi-Fi, the same campaign as before on previous versions were, someday they will cure with the firmware :).

Post has been editedSemyon - 10.04.19, 22:56
Reason for editing: was wrong about the connector


--------------------
Forum:Other devices and brands· View message:#84280978· Replies:4306 · Views: 572149

Semyon
10.04.19, 22:33
Guru
*********
[offline]

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

Reputation:-  1314   +

* Srkn
Ahead. Just wanted to write.

In the second screenshot of the messageMGTS ZTE ZXHK F670 (Post P-S-I-X # 84238977)it is seen that the channel speed of 1734 Mbit / s in the 5 GHz band, from802.11ac speed tableswe can make an indirect conclusion that Sercomm v4 has 2 antennas at 5 GHz and supports the 160 MHz band. By the way, inthe only article about this router on 3Dnewsit is said that the device has only 4 antennas, which indirectly proves that the router has two antennas at 5 GHz. But the construction clearly shows that 5 antennas are connected to the board!

SRKN @ 04/10/19, 10:30 PM*
Doesn't it seem to anyone that they have become smaller?
If the owner measures the antenna on his sample, you can accurately compare.


--------------------
Forum:Other devices and brands· View message:#84281787· Replies:4306 · Views: 572149

Semyon
08.04.19, 12:19
Guru
*********
[offline]

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

Reputation:-  1314   +

BAS9Ikeks @ 04/08/19, 11:23*
Tell me how MGTS connects the second and subsequent TVs? what PCL adapters are installed is understandable. By default, TV has only 4 ports, and if the second TV set drives them to the bridge, for example, 3 ports and already 2 ports work for TV?
PLC adapters are installed at the request of the user, if he can not stretch the wire to the router. This is an additional option that has nothing to do with MGTS television.
As for television, you understand everything correctly. They usually transfer the third port to the television VLAN (remotely) and you plug in the set-top box. Can connect any port to the TV, but you need to specify this. support. Also read in the header about the service Anyservice, it does all the ports simultaneously for television and for the Internet.


--------------------
Forum:Other devices and brands· View message:#84196480· Replies:4306 · Views: 572149

Semyon
05.04.19, 23:40
Guru
*********
[offline]

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

Reputation:-  1314   +

* ZVA,
And how is SSH access more dangerous than access to the web interface via http, where is the password generally transmitted in the clear? I use strong passwords. Is ssh full of holes?
I understand that if I turn off the firewall completely in the web interface, it still does not turn off completely and in iptables do some records remain (including folding packets on port 22 tcp)?


--------------------
Forum:Other devices and brands· View message:#84126030· Replies:4306 · Views: 572149

Semyon
05.04.19, 23:03
Guru
*********
[offline]

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

Reputation:-  1314   +

gue $ t @ 04/05/19, 19:18*
Probros on 192.168.1.254:22 tried?
I configured port mapping in port mapping on port 22, it does not connect via SSH from WAN from Android-smartphone, connection timeout. From LAN and from Android, and from Windows, and from Linux via SSH to the router, it enters the standard port 22. For the test, I forwarded the port to the IP address of the stationary computer. wireshark TCP session initialization packets see. Those. port forwarding itself works and the port in the MGTS network is not closed.
When connecting from a WAN on a standard port 22 without port forwarding, the effect is exactly the same.

Post has been editedSemyon - 05.04.19, 23:05


--------------------
Forum:Other devices and brands· View message:#84125119· Replies:4306 · Views: 572149

Semyon
04.04.19, 23:03
Guru
*********
[offline]

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

Reputation:-  1314   +

Yes, my cant. I changed the remote access port and immediately got access via http. Another question is how to make access via https and ssh from the WAN?


--------------------
Forum:Other devices and brands· View message:#84093083· Replies:4306 · Views: 572149

Semyon
04.04.19, 21:56
Guru
*********
[offline]

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

Reputation:-  1314   +

Remote access from outside trying to configure. The service static IP-address is not connected. WAN issues an external IP's, but rarely a dynamic one. MGTS. On the pagehttp://192.168.1.254/remote.htmI include remote access, I apply changes. Trying to connect from a smartphone on Android'e. By http through the chrome browser does not open anything, it tries to connect for a long time, and then the waiting time ends. By SSH I connect the programTermius (ex. ServerAuditor)Interestingly, if the port is set different from 22, it says that the host has closed the connection. And if you connect to port 22, it hangs for a long time, but it does not connect. Connecting from the mobile Internet. Via Wi-Fi it connects naturally (when entering a WAN IP address). Firewall mode medium. I do not know where to dig.


--------------------
Forum:Other devices and brands· View message:#84091092· Replies:4306 · Views: 572149

Semyon
09.04.17, 16:44
Guru
*********
[offline]

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

Reputation:-  1314   +

Sony Xperia Z3 Compact
Screen Type: Triluminos
All screens (display) can be classified as follows:
- CRT, it's a kinescope, it's a cathode ray tube;
- plasma panels;
- electronic paper, they are electronic ink, they are also E-ink;
- OLED, displays on organic LEDs, organic light-emitting diode;
- LCD displays, LCD, liquid crystal displays.
The latter type of display is the most common. LCD displays consist of two main elements: a graphic matrix and a backlight. Graphic matrix can be of different types, mainly IPS and TN. All kinds of LED TVs, Triluminos, etc., are a type of backlight in LCD displays, not a type of display. In the old LCD displays there was still a fluorescent backlight. Within each type of matrix, almost every manufacturer considers it necessary to invent something of their own, for example, retina is also an IPS-matrix, with all the usual IPS-matrix pluses and minuses.
So in the specified Sony Xperia Z3 compact is an ordinary LCD display with LED backlight. If clarified, the IPS matrix is ​​backlit with Triluminos.
To write that in the smartphone the screen of “Triluminos type” is the same as answering the question “do you have a mountain or highway bike?” the sentence "I have disc brakes."

Post has been editedSemyon - 25.03.19, 17:08


--------------------
Forum:savagemessiahzine.com- site work· View message:#60264855· Replies:610 · Views: 74059

Semyon
23.03.19, 21:59
Guru
*********
[offline]

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

Reputation:-  1314   +

ZVER @ 03/23/19, 20:54*
The router is available at speeds of 200 megabits per second.
Where does the information come from? This link says that such a router is given only to users of the 500 Mbps rate.

ZVER @ 03/23/19, 20:54*
I propose to update the cap
What to write there? In addition to supporting MU-MIMO, there are other characteristics?


--------------------
Forum:Other devices and brands· View message:#83667214· Replies:4306 · Views: 572149

Semyon
19.10.17, 18:25
Guru
*********
[offline]

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

Reputation:-  1314   +

Disabling programs that can not be disabled by native means . Root and bootloader unlocking is not required.
Disconnection is done through ADB, i.e. sending commands from the computer. Programs are not deleted from the system, they are only “frozen”, they can be restored at any time. The action is similar to disabling programs in the interface of Android itself, but it helps for those programs that the manufacturer did not allow to disable.
On Xperia XZ1 Compact for Android 8 and Android 9, everything works. After updating the firmware (software), some programs like SwiftKey Keyboard will have to be turned off again.
The instruction is suitable for any Android smartphone, only the ADB driver needs to install its own.
My message is based on the instructions for Android 7:Sony Xperia X Compact - Discussion (Post soulrevival # 65668955).

Instructions for a computer running Windows 10
Before you start, read to the end.
    1. When you connect your smartphone to a computer in paragraph 7 of this instruction running Windows 10, the driver should install itself, if your computer does not find the driver on the smartphone, download and install it yourself cSony official site
    2. Download the archive from ADB and fastboottools_r27.0.1-windows.zipand extract its contents to the adb folder in the root of drive C, you should have the following
    screenshot
    Attached Image
    3. On the keyboard, press Windows + R
    4. In the window that opens, type cmd and press enter
    5. In the command line that opens, type
      cd C: \ adb
      The following should display:
      C: \ adb
      Dial
      adb start-server
      A message should appear:
      daemon started successfully
      this means adb started successfully
    6. Enable on your smartphone USB debugging "Settings ->System ->For developers, enable USB debugging
    If you do not have this menu: "Settings ->System ->About the phone "click on the" Build Number "several times
    7. Connect the smartphone with a USB cable to the computer
    8. On the smartphone, a request will be displayed, you need to enable USB debugging
    9. In the smartphone, select "Settings ->Connections and devices ->USB connections ->USB connection mode ->File Transfer
    10. On the computer dial
      adb devices
      there will be highlighted
      List of devices attached
      BH902X3P9E device
      If it does not show up, it means that you have not installed the driver or other connection problems.
      If it is written not "device BH902X3P9E", but "unauthorized", then this is due to the fact that you didn’t click OK in the window from the eighth paragraph of this manual that appeared on the smartphone screen.
    11. In order to find out how the package of the program we want to disable is called in the system, you can use the command
    adb shell pm list packages
    It displays a list of all programs. You can also use third-party programs, for exampleApp Inspectoror® Titanium BackuporAppxplore
    12. Disable the program
    adb shell pm disable-user com.touchtype.swiftkey
    Where com.touchtype.swiftkey is the name of the package, in this example, the SwiftKey Keyboard. Example for xperia transfer:
    adb shell pm disable-user com.sonymobile.xperiatransfermobile

    13. So by successively entering commands, you can remove all the programs that you do not need.
    14. To complete, disconnect the cable from the computer and turn off the USB debugging on the smartphone.

To enable the program use the following command:
adb shell pm enable --user 0 com.touchtype.swiftkey

For quick entry, you can use the copy and paste function. ctrl + v in the Windows command line does not work, to insert commands, right-click on the window.
To match the name of the program with the name of the package, you can copy the list of programs into any text editor, for example Word, and use the search there. To copy, select the list with the mouse in the tenth paragraph of the instruction, press ctrl + c on the keyboard, paste the contents of the buffer into Word.

A list of programs that can be turned off relatively painlessly here (see the table with all Android 8.0 processes ) and here .

Post has been editedSemyon - 22.03.19, 19:51
Reason for editing: Android 9


--------------------
Forum:Sony· View message:#66152325· Replies:15431 · Views: 1528960

Semyon
08.10.17, 14:19
Guru
*********
[offline]

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

Reputation:-  1314   +

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 computer Xperia 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


--------------------
Forum:Sony· View message:#65779232· Replies:4277 · Views: 495336

Semyon
26.01.18, 23:08
Guru
*********
[offline]

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

Reputation:-  1314   +

No root access. The above mentioned programCustom Navigation Bar. Still managed to hide the onscreen buttons. Now they are fashionably called navigation bar (navigation bar). And the buttons get svaypom bottom of the screen up. The program works absolutely flawlessly.
screenshots
Attached Image
Attached Image
Instructions for installing the program
Before you start, read to the end.
1. When you connect your smartphone to a computer in paragraph 7 of this instruction running Windows 10, the driver should install itself, if your computer does not find the driver on the smartphone, download and install it yourself cSony official site
2. Download the archive from ADB and fastboottools_r27.0.1-windows.zipand unpack the contents of the archive into the adb folder in the root of drive C, you should have the followingscreenshot.
3. On the keyboard, press Windows + R
4. In the window that opens, type cmd and press enter
5. In the command line that opens, type
    cd C: \ adb
    The following should display:
    C: \ adb
    Dial
    adb start-server
    A message should appear:
    daemon started successfully
    this means adb started successfully
6. Enable on your smartphone USB debugging "Settings ->System ->For developers, enable USB debugging
If you do not have this menu: "Settings ->System ->About the phone "click on the" Build Number "several times
7. Connect the smartphone with a USB cable to the computer
8. On the smartphone, a request will be displayed, you need to enable USB debugging
In the smartphone, select "Settings ->Connections and devices ->USB connections ->USB connection mode ->File Transfer
9. On the computer dial
    adb devices
    there will be highlighted
    List of devices attached
    BH902X3P9E device
    If it does not show up, it means that you have not installed the driver or other connection problems.
10. On the smartphone, install and open the Custom Navigation Bar program in it, select "Provide using PC" or "Grant using PC"
11. On the computer in the command line type
adb shell pm grant xyz.paphonb.systemuituner android.permission.WRITE_SECURE_SETTINGS

12. Execute the instructions on the smartphone screen, at the end it should say that everything works: click the "Start" item ->click on the arrow in the navigation bar ->"Finish".
13. After that, you can disconnect from the computer and disable USB debugging.
14. Now the program works. It allows you to change the navigation bar, hide the navigation bar in certain programs, hide the top information bar in certain programs, add a menu button, a power button, you can make the on-screen buttons hidden by default.
I will describe the last option:
- open the Custom Navigation Bar;
- Navigation bar ->hide the navigation bar;
- Full screen mode ->Hide navigation bar ->When applied ->Enable on all apps, which means to hide in all programs.


Post has been editedSemyon - 30.01.19, 08:22
Reason for editing: The latest version in Android 9 works without complaints


--------------------
Forum:Sony· View message:#69656014· Replies:15431 · Views: 1528960

Semyon
30.01.19, 08:19
Guru
*********
[offline]

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

Reputation:-  1314   +

* mark716,
Yes, the "add middle key" menu really appears. Despite the complex interface and irregular menu logic, the program is good and allows you to implement good functionality without root and hacking.


--------------------
Forum:System utilities· View message:#81846392· Replies:436 · Views: 174509

Semyon
28.01.19, 19:41
Guru
*********
[offline]

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

Reputation:-  1314   +

Semen @ 01/02/19 19:27*
Navigation Bar ->in the section "Additional left button" I chose the type "Other (after the key code)". Then I chose the key code "menu". The button really works, but the icon is not displayed, when you try to assign an icon, the button crashes. Has anyone overcome? What key code to choose without a difference, the button in any case performs its function, but does not allow to assign an icon.
Android 9 version of the program 0.8.11b Pro. Sony Xperia XZ1 Compact official firmware.
On Android 8, everything was fine.
Cured by reinstalling on version v1.0.0rc Pro.

And_RU, Alex0047, guys, and how do your versions differ?
GP - version from the market (Google Play). Pro is a paid-out pirated version without ads, in which all the functionality of the program is unlocked.

Ssm2007 @ 01/19/19, 2:00 pm*
- auto-rotate (the one that occurs on the 9th android on the right if auto-rotate is disabled
I do not have such a button

Ssm2007 @ 01/19/19, 2:00 pm*
Or how to enable an additional central button?
In this program, this can not be done.I take my words back, you can do it

Post has been editedSemyon - 30.01.19, 08:17


--------------------
Forum:System utilities· View message:#81793553· Replies:436 · Views: 174509

Semyon
09.10.11, 20:14
Guru
*********
[offline]

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

Reputation:-  1314   +

The system unit, monitor, UPS and keyboard were bought in January 2017, the mouse was bought in 2010, it still works properly, the only mouse that does not break after 2 years. In January 2019 I changed the hard disk to the same one, but 4 TB, one was missed.
  • Housing - Aerocool Vs-1, a small case, which at the same time supports coolers for CPU heights up to 155 mm
  • Case Fans - TITAN TFD-12025H12ZP / KE (RB), 2 pcs. quiet with a wide adjustment of speed (210 - 2100 r / min), diameter 120mm
  • Power Supply - Cooler Master B700 ver.2 RS700-ACABB1-EU, power output 700 W, efficiency 80-85%
  • Motherboard - Gigabyte GA-Z170-D3H rev. 1.0, USB 3.0 chipset Z170
  • CPU - Intel Core i5 7600 OEM, 4 3.9 GHz computing cores (4.1 per Turbo boost) + Zalman CNPS11X Performa + cooler, tower, 153 mm high, real consumption 85 W
  • RAM - KINGSTON KVR21N15S8 / 8, 2 strips of 8 GB each, a total of 16, DDR4, 2133 MHz, bandwidth of 30 GB / s, easily chases up to 2400 MHz without raising the voltage, the bandwidth at the same time rises to 34 GB / s
  • SSD - Samsung 850 Pro MZ-7KE256BW, MLC 3D, 256 GB
  • HDD - HGST Ultrastar 7K6000 (HUS726040ALE614), SATA 6 Gb / s, 4 TB Hitachi from WD, read speed 205 MB / s, write - 200 MB / s
  • Video card -Gigabyte GeForce GTX 1060 GV-N1060WF2OC-3GD, 3 GB of video memory, the base frequency of the graphics processor is 1557 MHz, the maximum is 1772, in fact it accelerates to 1898 MHz with the default settings (you can overclock even more). The reference is Nvidia 1506-1708 MHz. In normal operation (without games), the OS or browser does not turn on the fans at all, because the temperature does not rise above 50 degrees.
  • Sound card - built-in audio codec Realtek ALC1150, Definition Audio
  • Optical drive - missing
  • Wi-Fi - missing
  • Monitor - LCD with LED backlight, IPS matrix, resolution 1920x1080, 23 ”diagonal, built-in speakers **
  • UPS - APC Smart-UPS SUA1000I-IN, 1000 V * A, 670 W
  • Mouse - laser Logitech g9x
  • keyboard - Oklick 380M
  • router - Sercomm RV6699, support Wi-Fi 802.11a / b / g / n / ac, 2.4 GHz and 5 GHz simultaneously,
The computer is running the operating system Windows 10 Pro x64 and Linux Mint 19.1, connected to the Internet channel width of 250 Mbit / s in both directions.

** I don’t like the response time

Post has been editedSemyon - 16.01.19, 21:47
Reason for editing: OS, new railway and fast Internet, details on vidyuhi


--------------------
Forum:My computer (desktop)· View message:#9329339· Replies:688 · Views: 214062

Semyon
02.01.19, 19:27
Guru
*********
[offline]

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

Reputation:-  1314   +

Navigation Bar ->in the section "Additional left button" I chose the type "Other (after the key code)". Then I chose the key code "menu". The button really works, but the icon is not displayed, when you try to assign an icon, the button crashes. Has anyone overcome? What key code to choose without a difference, the button in any case performs its function, but does not allow to assign an icon.
Android 9 version of the program 0.8.11b Pro. Sony Xperia XZ1 Compact official firmware.
On Android 8, everything was fine.


--------------------
Forum:System utilities· View message:#80818349· Replies:436 · Views: 174509

Semyon
14.09.18, 09:57
Guru
*********
[offline]

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

Reputation:-  1314   +

Looking for a program to replace the soft buttons (bottom panel). Android 6, Sony. The problem with tachem, the lower part works poorly. We need a program that creates these buttons somewhere else on the screen, preferably in an arbitrary, preferably without root, and it is desirable that the native buttons be hidden. If there is no solution without root-access, then I will consider options with it.
If it is possible to do this with the help of the launcher, it will also work.


--------------------
Forum:Android - First Aid· View message:#77004298· Replies:24466 · Views: 17582154

211 pagesV  1 2 3 4 5 6 > » 



 mobile version Now: 06/22/19/09: 27