Skip to content

koaaN/android_device_oplus_13-orangefox

 
 

Repository files navigation

OnePlus 13 dodge Android device tree

Working

  • Display
  • Touch (Even in FastbootD)
  • Decryption
  • Flashing
  • Backup & Restore
  • MTP/OTG Storage
  • ADB/FastbootD
  • Factory Reset
  • Vibrator
  • Display & Vibration Settings

Not working

  • ????????

How To Build

Clone & Sync Source

mkdir -p ~/OrangeFox_14
cd ~/OrangeFox_14
git clone https://gitlab.com/OrangeFox/sync.git
cd sync
./orangefox_sync.sh --branch 14.1 --path ~/fox_14.1

Clone Device-tree

cd ~/fox_14.1/device
mkdir -p oneplus
cd oneplus
git clone https://github.com/koaaN/android_device_oplus_13-orangefox.git dodge

BUILD!

cd ~/fox_14.1
source build/envsetup.sh
lunch twrp_dodge-ap2a-eng
mka adbd recoveryimage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Makefile 83.0%
  • Shell 17.0%