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


57 pagesV  1 2 3 4 5 6 > »  
 
REPLY
> Google Pixel 2 XL - Official firmware
clever_man
Message#1
24.10.17, 12:30
This is the end
*********
[online]

Group: Curators
Messages 26708
Check in: 16.07.10
Google Pixel 2 XL

Reputation:-  3208  +

Google Pixel 2 XL - Official firmware
PicturePixel 2 XL, Taimen
Description | Discussion � | Purchase � | Accessories � | Pixel Google Owners Club � | Camera talk � | Unofficial firmware � | Official firmware �

Drivers and Utilities

Official firmware

Instructions
Mini-FAQ(in the process of filling) -read first! Messages whose answers are in the FAQ are deleted without warning!
Factory Unlock slider is unavailable
Getting root rightsusing Magisk 14.5+
Instructions for firmware via ADB sideload

Custom kernels and recovery

miscellanea

Cap updates
22/05/2018
  • Deletion of irrelevant instructions
  • Add links to TWRP
  • Add custom firmware
  • Update link to direct topic on Magisk

19/12/2017
  • Clarification on obtaining root-rights through Magisk 14.5

20/11/2017
  • TWRP update
  • Update Mini-FAQ - installation of custom recovery.
  • Removing a link to irrelevant instructions for obtaining root rights

07/11/2017
  • Added TWRP
  • Added instructions for obtaining root-rights
  • Android 8.1 DP Link


Post has been editeddestroyer71 - 13.03.19, 17:26
Reason for editing: Checking whether the device is bound to Verizon
Kisakuku
Message#2
23.10.17, 22:01
Some nya nya
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 3629
Check in: 26.10.16
Google Pixel 3 XL

Reputation:-  829  +

Official September images for firmware


Post has been editedKisakuku - 01.11.17, 13:57


--------------------
Google Crosshatch 128GB| PQ2A.190305.002 | TWRP 3.2.3-4 | EX 1.06 | Magisk 18.2 (18112)
Google Taimen 128GB| PQ2A.190305.002 | TWRP 3.2.3-1 | EX 2.14 | Magisk 18.2 (18112)
Google Marlin 128GB| PQ2A.190305.002 | TWRP 3.2.3-1 | EX 4.12 | Magisk 18.2 (18112)
clever_man
Message#3
24.10.17, 12:51
This is the end
*********
[online]

Group: Curators
Messages 26708
Check in: 16.07.10
Google Pixel 2 XL

Reputation:-  3208  +

Initial work with adb
  • Turn on "Developer Settings" (seven times tap on the "Build Number" in the "System ->About the device ").
  • In the "Developer Settings" turn on "USB Debugging".
  • Connect your device to PC.
  • Open a command prompt and type:
    adb devices

  • When you first connect (or if you previously allowed only the current session), the PC will request access (a message on the smartphone screen) ->Allow
  • The command line should produce a similar response:
    List of devices attached
    XXXXXXXXXXXXXXXXX device

  • If necessary, install the necessary drivers.


Download to bootloader mode
  1. The first way (via adb):
    Connect the device to the PC and type in the command line:
    adb reboot bootloader

  2. The second method (using hardware keys):
    On the phone off, press the "Volume Down" button and, without releasing, hold down the "Power" button.

    To check the operation (correct installation of drivers) in bootloader mode, run the following command:
    fastboot reboot bootloader

    There should be a similar answer:
    XXXXXXXXXXXXXXXXX fastboot

    Otherwise, check that the drivers are installed correctly.


Unlocking \ locking the bootloader

ATTENTION: When unlocking / locking the bootloader, the phone returns to the factory state (REMOVES ALL WITH THE DEVICE MEMORY)! Do not forget to backup all data !!!

    Pixel 2 XL has a slightly different unlock system, to completely unlock the phone in bootloader mode and type the following commands:
    fastboot flashing unlock
    fastboot flashing unlock_critical


    To lock the bootloader, execute the following commands (in turn) in bootloader mode:
    fastboot flashing lock
    fastboot flashing lock_critical


Installing custom recovery

If you have already installed custom recovery, then just download the latest version of the zip-archive and update it via the "Install" item

If the recovery has not yet been installed, follow the instructions below:
  1. download both img and zip files;
  2. copy zip to device memory;
  3. reboot the device into the bootloader and connect to the PC (drivers must be installed and fastboot configured);
  4. in the command line type the command:
    fastboot boot<img_file_name>

    Where<img_file_name>- the full name of the downloaded image of recovery in img (including the path to the file);
  5. a temporary recovery image will be loaded on the device;
  6. if a password \ pin is used at boot time and gives an incorrect result when dialing, reboot into the bootloader and repeat the procedure again;
  7. select "Install" and install the downloaded zip;
  8. if you had a root, you need to install the stock kernel before installing TWRP, then install TWRP and then get root-rights.


Post has been editedclever_man - 23.11.17, 10:33


--------------------
... he is listening to the "Aquarium" day and night ...
Vlad J.S.
Message#4
25.10.17, 12:11
*********
[offline]

Group: Banned
Messages 4548
Check in: 09.11.11
Nokia 8800 Sirocco Edition

Reputation:-  1413  +

M
We move to subsection Google .


--------------------
When I died,


Moderator of the Year 4
Kisakuku
Message#5
01.11.17, 13:42
Some nya nya
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 3629
Check in: 26.10.16
Google Pixel 3 XL

Reputation:-  829  +

TWRP 3.1.1 Alpha1
Custom recovery, official alpha version withvery limited functionality


--------------------
Google Crosshatch 128GB | PQ2A.190305.002 | TWRP 3.2.3-4 | EX 1.06 | Magisk 18.2 (18112)
Google Taimen 128GB | PQ2A.190305.002 | TWRP 3.2.3-1 | EX 2.14 | Magisk 18.2 (18112)
Google Marlin 128GB | PQ2A.190305.002 | TWRP 3.2.3-1 | EX 4.12 | Magisk 18.2 (18112)
Kisakuku
Message#6
07.11.17, 08:36
Some nya nya
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 3629
Check in: 26.10.16
Google Pixel 3 XL

Reputation:-  829  +

Magisk v14.4 (1444)
Official beta version for Pixel 2 XL devices
  • Magisk v14.4 Attached fileMagisk-v14.4 (1444) .zip(5.97 MB)

  • Magisk Manager v5.4.1 Attached fileMagiskManager-v5.4.1.apk(2.24 MB)

  • Magisk Uninstaller Attached fileMagisk-uninstaller-20170928.zip(2.77 MB)

  • Gives root access toAndroid 8.0 and Android 8.1 DP1
  • Installation Instructions
    1. Unzip the stock boot partition from the factory image
    2. In Magisk Manager, select Install / Install / Patch Boot Image File / stock boot partition
    3. The patched boot partition will be saved to Internal Storage / MagiskManager / patched_boot.img
    4. Flash the patched boot partition
      fastboot flash boot patched_boot.img
  • Note : You can not use the patched boot partition from another device. The second step of the instruction must be performed on the device being flashed.


Post has been editedKisakuku - 07.11.17, 11:02


--------------------
Google Crosshatch 128GB | PQ2A.190305.002 | TWRP 3.2.3-4 | EX 1.06 | Magisk 18.2 (18112)
Google Taimen 128GB | PQ2A.190305.002 | TWRP 3.2.3-1 | EX 2.14 | Magisk 18.2 (18112)
Google Marlin 128GB | PQ2A.190305.002 | TWRP 3.2.3-1 | EX 4.12 | Magisk 18.2 (18112)
drug1111
Message#7
07.11.17, 23:10
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 178
Check in: 13.03.09
Google Pixel 2 XL

Reputation:-  13  +

Has any of the members of the forum made a root according to the method indicated above?


--------------------
Nexus 4 / Nexus 6 stock 5.1, root / Nexus 6Р stock 7.1.1 / Pixel 2XL
Kisakuku
Message#8
08.11.17, 00:50
Some nya nya
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 3629
Check in: 26.10.16
Google Pixel 3 XL

Reputation:-  829  +

November update - Android 8.0
  • Officialfactory images
  • OfficialOTA full images
    • AssemblyOPD1.170816.025- non-operator
    • AssemblyOPD3.170816.023- operator Verizon
  • Note: November update does not include fixes for WPA2 vulnerabilitiesKRACK


--------------------
Google Crosshatch 128GB| PQ2A.190305.002 | TWRP 3.2.3-4 | EX 1.06 | Magisk 18.2 (18112)
Google Taimen 128GB| PQ2A.190305.002 | TWRP 3.2.3-1 | EX 2.14 | Magisk 18.2 (18112)
Google Marlin 128GB| PQ2A.190305.002 | TWRP 3.2.3-1 | EX 4.12 | Magisk 18.2 (18112)
drug1111
Message#9
12.11.17, 22:52
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 178
Check in: 13.03.09
Google Pixel 2 XL

Reputation:-  13  +

I got lost ... How do I know if the bootloader is unlocked or not?


--------------------
Nexus 4 / Nexus 6 stock 5.1, root / Nexus 6Р stock 7.1.1 / Pixel 2XL
Displax
Message#10
12.11.17, 23:17
Absolute
*********
[offline]

Group: Honorary Gameday
Messages 16881
Check in: 18.04.14
Xiaomi Mi A1 4/64

Reputation:-  4963  +

* drug1111,
Go to bootloader mode, it will be written there.
The string is "DEVICE STATE", "locked" or "unlocked", respectively.
Well, in the case of an unlocked bootloader, a corresponding warning will be displayed at each boot.
Kisakuku
Message#11
19.11.17, 10:13
Some nya nya
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 3629
Check in: 26.10.16
Google Pixel 3 XL

Reputation:-  829  +

TWRP 3.1.1 Beta2
Custom recovery, official beta version


--------------------
Google Crosshatch 128GB | PQ2A.190305.002 | TWRP 3.2.3-4 | EX 1.06 | Magisk 18.2 (18112)
Google Taimen 128GB | PQ2A.190305.002 | TWRP 3.2.3-1 | EX 2.14 | Magisk 18.2 (18112)
Google Marlin 128GB | PQ2A.190305.002 | TWRP 3.2.3-1 | EX 4.12 | Magisk 18.2 (18112)
Fduch1984
Message#12
19.11.17, 12:30
Veteran
********
[offline]

Group: Friendssavagemessiahzine.com
Messages 1861
Check in: 09.06.06

Reputation:-  135  +

Friends, I rutted through Magisk, after opening the bootloader. OTA updates will be gone now? And will I be able to roll updates without data loss, or will this magical opportunity also disappear?

Thank.
NedoshXD
Message#13
19.11.17, 12:57
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 166
Check in: 24.06.14
Google Pixel 2 XL

Reputation:-  7  +

* KisakukuI would like to add about the installation.

The image must be installed from the PC via the console (for Win10, it is better to use cmd because it does not find fault with commands, unlike powershell, where the command should be written in the form ". \"

zip-archive must be flashed from the temporary recovery, which is placed through the console. Only then put the Magisk. temporary recovery is placed in the boot section. It is best to prepare a patched boot in advance.

I think many will help because I thought for an hour and a half ...

Add to the cap.


--------------------
Geekpower
clever_man
Message#14
20.11.17, 20:33
This is the end
*********
[online]

Group: Curators
Messages 26708
Check in: 16.07.10
Google Pixel 2 XL

Reputation:-  3208  +

I removed the cap, if there is something to add - write in a personal.


--------------------
... he is listening to the "Aquarium" day and night ...
NedoshXD
Message#15
23.11.17, 00:43
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 166
Check in: 24.06.14
Google Pixel 2 XL

Reputation:-  7  +

Magisk is now officially on our little animal!Attached fileMagiskManager-v5.4.2.apk(2.28 MB)
Attached fileMagisk-v14.5.zip(5.7 MB)


--------------------
Geekpower
Fduch1984
Message#16
23.11.17, 07:09
Veteran
********
[offline]

Group: Friendssavagemessiahzine.com
Messages 1861
Check in: 09.06.06

Reputation:-  135  +

* NedoshXD,
And before it was, unofficially? Still worked like.
Kisakuku
Message#17
23.11.17, 07:33
Some nya nya
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 3629
Check in: 26.10.16
Google Pixel 3 XL

Reputation:-  829  +

* Fduch1984beta 14.4 was only for second Pixels. Beta 14.5 is universal and includes support for second Pixels.


--------------------
Google Crosshatch 128GB| PQ2A.190305.002 | TWRP 3.2.3-4 | EX 1.06 | Magisk 18.2 (18112)
Google Taimen 128GB| PQ2A.190305.002 | TWRP 3.2.3-1 | EX 2.14 | Magisk 18.2 (18112)
Google Marlin 128GB| PQ2A.190305.002 | TWRP 3.2.3-1 | EX 4.12 | Magisk 18.2 (18112)
Kisakuku
Message#18
23.11.17, 09:45
Some nya nya
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 3629
Check in: 26.10.16
Google Pixel 3 XL

Reputation:-  829  +

clever_man @ 10.24.17, 01:51*
for complete unlocking

By itself, fastboot flashing unlock_critical does not unlock the bootloader. You must first do fastboot flashing unlock.


--------------------
Google Crosshatch 128GB| PQ2A.190305.002 | TWRP 3.2.3-4 | EX 1.06 | Magisk 18.2 (18112)
Google Taimen 128GB| PQ2A.190305.002 | TWRP 3.2.3-1 | EX 2.14 | Magisk 18.2 (18112)
Google Marlin 128GB| PQ2A.190305.002 | TWRP 3.2.3-1 | EX 4.12 | Magisk 18.2 (18112)
clever_man
Message#19
23.11.17, 10:09
This is the end
*********
[online]

Group: Curators
Messages 26708
Check in: 16.07.10
Google Pixel 2 XL

Reputation:-  3208  +

Kisakuku @ 11/23/17 09:45*
By itself, fastboot flashing unlock_critical does not unlock the bootloader

Consulted specifically before writing withDisplax, he told me that this command is enough to completely unlock. You do not confirm?

Post has been editedclever_man - 23.11.17, 10:09


--------------------
... he is listening to the "Aquarium" day and night ...
Displax
Message#20
23.11.17, 10:23
Absolute
*********
[offline]

Group: Honorary Gameday
Messages 16881
Check in: 18.04.14
Xiaomi Mi A1 4/64

Reputation:-  4963  +

* clever_man,
That's right, first flashing unlock and then, if you need to flash the bootloader, flashing unlock_critical.
Maybe it was assumed that unlock_critical can be done immediately, but it does not work like that.

Post has been editedDisplax - 23.11.17, 10:31
clever_man
Message#21
23.11.17, 10:32
This is the end
*********
[online]

Group: Curators
Messages 26708
Check in: 16.07.10
Google Pixel 2 XL

Reputation:-  3208  +

* Displax,I will correct.


--------------------
... he is listening to the "Aquarium" day and night ...
Google
 

57 pagesV  1 2 3 4 5 6 > » 


 mobile version    Now: 04/18/19, 16:41