Skip to content

koaaN/android_device_oneplus_dodge-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 ~/android/OrangeFox_14
cd ~/android/OrangeFox_14
git clone https://gitlab.com/OrangeFox/sync.git
cd sync
./orangefox_sync.sh --branch 14.1 --path ~/android/fox_14.1

Clone Device-tree

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

BUILD!

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

About

OnePlus 13 OrangeFox Recovery Device-Tree

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Makefile 82.1%
  • Shell 17.9%