Giter Club home page Giter Club logo

android_vendor_omni's People

Contributors

aleasto avatar alihasan7671 avatar ariank16a avatar aviraxp avatar bgcngm avatar darkobas avatar dd3boh avatar entropy512 avatar frap129 avatar golden-guy avatar humberos avatar hyperb1iss avatar invisiblek avatar jiangyi avatar justarchi avatar luca020400 avatar luk1337 avatar maxwen avatar micky387 avatar mikeng avatar moetayuko avatar mtresk avatar pawitp avatar pulser avatar rashed97 avatar scanno avatar vachounet avatar vladimiroltean avatar xplodwild avatar zvnexus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

android_vendor_omni's Issues

Custom Supported Hardware

Hello, is there any documentation or recomendations for adding support for a device not on the list? Looking at using this for my own hardware build. Probably use an off the shelf arm SBC and add additional hardware too it.

Is it fairly straight forward provided the device supports android?

An overlay style error was encountered during the build process

vendor/omni/overlay/common/frameworks/base/core/res/res/values-night/themes_device_defaults.xml:36: error: style attribute 'attr/colorPrimary (aka android.auto_generated_rro_vendor__:attr/colorPrimary)' not found. vendor/omni/overlay/common/frameworks/base/core/res/res/values-night/themes_device_defaults.xml:37: error: style attribute 'attr/colorPrimaryDark (aka android.auto_generated_rro_vendor__:attr/colorPrimaryDark)' not found. vendor/omni/overlay/common/frameworks/base/core/res/res/values-night/themes_device_defaults.xml:38: error: style attribute 'attr/colorSecondary (aka android.auto_generated_rro_vendor__:attr/colorSecondary)' not found. vendor/omni/overlay/common/frameworks/base/core/res/res/values-night/themes_device_defaults.xml:39: error: style attribute 'attr/colorAccent (aka android.auto_generated_rro_vendor__:attr/colorAccent)' not found. vendor/omni/overlay/common/frameworks/base/core/res/res/values-night/themes_device_defaults.xml:40: error: style attribute 'attr/colorError (aka android.auto_generated_rro_vendor__:attr/colorError)' not found. vendor/omni/overlay/common/frameworks/base/core/res/res/values-night/themes_device_defaults.xml:41: error: style attribute 'attr/colorControlNormal (aka android.auto_generated_rro_vendor__:attr/colorControlNormal)' not found. vendor/omni/overlay/common/frameworks/base/core/res/res/values-night/themes_device_defaults.xml:42: error: style attribute 'attr/alertDialogTheme (aka android.auto_generated_rro_vendor__:attr/alertDialogTheme)' not found. vendor/omni/overlay/common/frameworks/base/core/res/res/values-night/themes_device_defaults.xml:43: error: style attribute 'attr/forceDarkAllowed (aka android.auto_generated_rro_vendor__:attr/forceDarkAllowed)' not found. vendor/omni/overlay/common/frameworks/base/core/res/res/values-night/themes_device_defaults.xml:46: error: style attribute 'attr/colorBackgroundFloating (aka android.auto_generated_rro_vendor__:attr/colorBackgroundFloating)' not found. vendor/omni/overlay/common/frameworks/base/core/res/res/values-night/themes_device_defaults.xml:49: error: style attribute 'attr/panelColorBackground (aka android.auto_generated_rro_vendor__:attr/panelColorBackground)' not found. error: resource style/Theme.DeviceDefault.ResolverCommon (aka android.auto_generated_rro_vendor__:style/Theme.DeviceDefault.ResolverCommon) not found. vendor/omni/overlay/common/frameworks/base/core/res/res/values-night/themes_device_defaults.xml:65: error: style attribute 'attr/windowLightNavigationBar (aka android.auto_generated_rro_vendor__:attr/windowLightNavigationBar)' not found. vendor/omni/overlay/common/frameworks/base/core/res/res/values-night/themes_device_defaults.xml:66: error: style attribute 'attr/colorBackgroundFloating (aka android.auto_generated_rro_vendor__:attr/colorBackgroundFloating)' not found. vendor/omni/overlay/common/frameworks/base/core/res/res/values-night/themes_device_defaults.xml:67: error: style attribute 'attr/textColorSecondary (aka android.auto_generated_rro_vendor__:attr/textColorSecondary)' not found. error: resource style/Theme.DeviceDefault (aka android.auto_generated_rro_vendor__:style/Theme.DeviceDefault) not found. vendor/omni/overlay/common/frameworks/base/core/res/res/values-night/themes_device_defaults.xml:54: error: style attribute 'attr/colorPrimary (aka android.auto_generated_rro_vendor__:attr/colorPrimary)' not found. vendor/omni/overlay/common/frameworks/base/core/res/res/values-night/themes_device_defaults.xml:55: error: style attribute 'attr/colorPrimaryDark (aka android.auto_generated_rro_vendor__:attr/colorPrimaryDark)' not found. vendor/omni/overlay/common/frameworks/base/core/res/res/values-night/themes_device_defaults.xml:56: error: style attribute 'attr/colorSecondary (aka android.auto_generated_rro_vendor__:attr/colorSecondary)' not found. vendor/omni/overlay/common/frameworks/base/core/res/res/values-night/themes_device_defaults.xml:57: error: style attribute 'attr/colorAccent (aka android.auto_generated_rro_vendor__:attr/colorAccent)' not found. vendor/omni/overlay/common/frameworks/base/core/res/res/values-night/themes_device_defaults.xml:58: error: style attribute 'attr/colorError (aka android.auto_generated_rro_vendor__:attr/colorError)' not found. 08:31:14 ninja failed with: exit status 1

If I don't remove the overlay/common/frameworks/base/core/res/res/values-night/themes_device_defaults.xml, it won't build correctly. How should this error be resolved?

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.