Skip to content

wartomato/device_oneplus_guacamole

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Device Tree for OnePlus 7 Pro (guacamole)

The OnePlus 7 Pro (codenamed "guacamole") is a flagship smartphone from OnePlus. It was released in May 2019.

Hardware Spec Sheet
CPU Octa-core (1x2.84 GHz Kryo 485 & 3x2.42 GHz Kryo 485 & 4x1.78 GHz Kryo 485)
Chipset Qualcomm SM8150 Snapdragon 855 (7 nm)
GPU Adreno 640
Memory 6/8/12 GB RAM
Shipped Android Version 9.0 ("Pie") / OxygenOS 10 ("Q")
Storage 128/256 GB
Battery Non-removable Li-Po 4000 mAh battery
Display Fluid AMOLED capacitive touchscreen, 16M colors, 6.67 inches, 1440 x 3120 pixels, 19.5:9 ratio (~516 ppi density)
Camera (Back) Triple setup: 48 MP (f/1.6, wide, 1/2", 0.8µm, PDAF, Laser AF, OIS) + 8 MP (f/2.4, 78mm, telephoto, 3x optical zoom,
PDAF, Laser AF, OIS) + 16 MP (f/2.2, 13mm, ultrawide, AF), Dual-LED flash, panorama, HDR, 2160p@30/60fps, 1080p@30/60/240fps,
720p@480fps, Auto HDR, gyro-EIS
Camera (Front) Motorized pop-up 16 MP, f/2.0, 25mm (wide), 1/3.0", 1.0µm, Auto-HDR, 1080p@30fps, gyro-EIS

Currently these devices are supported:

codename Devicename Target area projectname baseband (rf)
GM1911 OnePlus 7 Pro India 18821 3
GM1913 OnePlus 7 Pro Europe (-EEA) 18821 4
GM1917 OnePlus 7 Pro Global/US 18821 5

Unsupported as of writing:

codename Devicename Target area projectname baseband (rf)
GM1910 OnePlus 7 Pro China 18821 1
GM1915 OnePlus 7 Pro T-Mobile 18831 -
GM1920 OnePlus 7 Pro NR Europe (5G) 18827 -
GM1925 OnePlus 7 Pro NR US (Sprint 5G) 18825 5

projectname = android projectname defined by the vendor system props "ro.boot.project_name" or "ro.vendor.boot.project_name" baseband = defined baseband by the vendor system prop "ro.boot.rf_version"

Copyright 2019 - The AICP Project.

OnePlus 7 Pro


Basic Flashing Instructions

Pre-installation:

  • OOS 12 firmware is mandatory and is build into the ROM
  • Download a recovery image, e.g. LineageOS recovery image
  • Optionally download a GApps package of your choice, recommended are MindTheGapps 13

First time installation (clean flash):

  • Press and hold the volume down button and the power button, and release the power button when you see the OnePlus logo.
  • Keep holding the volume down button until you see the recovery screen. connect the phone via USB to the PC.
  • Wipe the device (factory reset)
  1. Choose "Apply update" from the menu. In the next screen choose "Apply from ADB" (sideload)

    adb sideload aicp_guacamole_t-18.0-WEEKLY-20221112.zip

  2. After it finished, back to main menu and choose "Advanced", choose "Reboot to recovery"

  3. in recovery again repeat step (1) and (2)

  4. Choose "Apply update" from the menu.

  5. Choose "Apply from ADB" (sideload)

    adb sideload MindTheGapps-13.0.0-arm64-20221025_100653.zip

  6. After it finishes, reboot the system.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 51.5%
  • Shell 25.6%
  • Python 22.9%