Git Product home page Git Product logo

android_bootable_recovery's Introduction

通用配置:
RECOVERY_USE_MIGRATED_STORAGE := true #强制使用/data/media/0作为/sdcard,非必需
RECOVERY_USE_VIRTUAL_KEY := true #使用虚拟按键,非必需
KERNEL_EXFAT_MODULE_NAME := "exfat" #内核exfat模块名称,用于挂载exfat格式扩展,非必需,需要修改版vold
KERNEL_NTFS_MODULE_NAME := "ntfs" #内核exfat模块名称,用于挂载ntfs格式扩展,非必需,需要修改版vold
COMMON_GLOBAL_CFLAGS += -DNO_SECURE_DISCARD #修复双清缓慢,非必需
COMMON_GLOBAL_CFLAGS += -DQCOM_HARDWARE #加上这个选项会使用QCOM的时间修复

字库名中含有"fontcn",会自动使用中文资源编译:
1920x1080
BOARD_USE_CUSTOM_RECOVERY_FONT := \"fontcn46_28x73.h\"
2560x1440
BOARD_USE_CUSTOM_RECOVERY_FONT := \"fontcn60_36x87.h\"

编译时把相应分辨率的virtual_key_res/virtual_keys_xxx.png拷贝到配置目录recovery/res/images/下,并改名为virtual_keys.png
例如device/samsung/klte/recovery/res/images/virtual_keys.png

android_bootable_recovery's People

Contributors

koush avatar xiaolu avatar philz-cwm6 avatar mdmower avatar gweedo767 avatar hyperb1iss avatar rmcc avatar pawitp avatar tdmcyngn avatar nickkral avatar m1cha avatar cennis91 avatar zinx avatar colincross avatar kruton avatar mikeng avatar chirayudesai avatar ctso avatar steven676 avatar atinm avatar codeworkx avatar jt1134 avatar benoitgoby avatar nemith avatar swetland avatar jcsullins avatar jwise avatar coolya avatar tpruvot avatar slayher avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.