Git Product home page Git Product logo

android_frameworks_base's People

Contributors

adamp avatar adrianroos avatar alanv avatar android-build-merge-worker-robot avatar asolovay avatar chriscraik avatar ddougherty avatar deepanshu- avatar dsandler avatar jmtrivi avatar joefernandez avatar jreck avatar jsharkey avatar kchyn3 avatar lcolitti avatar mikeandroid avatar moltmann avatar monkopedia avatar narayank avatar nfuller avatar ogunwale avatar pixelflinger avatar reminvg avatar romainguy avatar scottamain avatar sganov avatar sliceslicebaby avatar the-felipeal avatar theandi666 avatar xsjojo 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

android_frameworks_base's Issues

found not translated strings

Would you add some strings to Crowdin?
android_frameworks_base/core/res/res/values/dot_strings.xml line21~24
advanced restart

Issue/Request

Not able to disable backlight in hw keys ...
If possible make a build which has a built in gapps ..
Thank you

Cannot build with "make dist"

Even if make api-stubs-docs-non-updatable-update-current-api, still build error.

Get logs:

`@@ -12538,13 +12538,6 @@ public final class VersionedPackage impl

package android.content.res {

  • public final class AccentUtils {
  • method public static int getDarkAccentColor(int);
  • method public static int getLightAccentColor(int);
  • method public static boolean isResourceDarkAccent(@nullable String);
  • method public static boolean isResourceLightAccent(@nullable String);
  • }
  • public class AssetFileDescriptor implements java.io.Closeable android.os.Parcelable {
    ctor public AssetFileDescriptor(android.os.ParcelFileDescriptor, long, long);
    ctor public AssetFileDescriptor(android.os.ParcelFileDescriptor, long, long, android.os.Bundle);

You have tried to change the API from what has been previously approved.

To make these errors go away, you have two choices:

  1. You can add '@hide' javadoc comments (and remove @SystemApi/@TestApi/etc)
    to the new methods, etc. shown in the above diff.

  2. You can update current.txt and/or removed.txt by executing the following command:
    make api-stubs-docs-non-updatable-update-current-api

    To submit the revised current.txt to the main Android repository,
    you will need approval.
    ****************************** `

Current solution:
Revert:
https://github.com/DotOS/android_frameworks_base/commit/f537a08f123f9bb7fb64431c51ed073120df0e53

Re-Add:
https://github.com/DotOS/android_frameworks_base/commit/1290eb0d55125fcccde9d3a7473f21fff293bdc2

build error -- error: type mismatch

frameworks/base/packages/SystemUI/src/com/android/systemui/media/MediaCarouselController.kt:842:21: error: type mismatch: inferred type is Int but Float was expected
interactedSubcardCardinality,
^
frameworks/base/packages/SystemUI/src/com/android/systemui/media/MediaCarouselController.kt:843:21: error: type mismatch: inferred type is Int but String! was expected
receivedLatencyMillis
^

feature: more background execution limits

in many case,when (kill app)app enters the cached state,it's improve next open app speed,but some app that i did not want to open it again is useless.
some app even will keep self work on background.

add more option in App info battery settings,it can limit app can not running in background.
it will suit for battery.add some survive time will more greater.
in developer option already has this option,but it will kill all app background work,and break some app work(such as home widgets)

rom:redmi 6 pro (sakura) dotos-5.1.2

signature spoofing

Hey
Miatol (redmi note 9s - curtana) user here.
Been using dot for a while
enjoying it
I see for signature spoofing you forked the microg patch that allows spoof to ANY app?
Link

As this might be a security flaw,
Would you please consider using the calyxos implementation that allows it ONLY for core microg and fakestore and not to any other potential app?
Link

check frameworks/base/cmds/bootanimation/BootAnimation.cpp

lines 391 392 393 394 395

ERRORS :
error: use of undeclared identifier 'IMG_ENC'
error: use of undeclared identifier 'IMG_ENC'
error: use of undeclared identifier 'IMG_OEM'
error: use of undeclared identifier 'IMG_OEM'
error: use of undeclared identifier 'IMG_SYS'
error: use of undeclared identifier 'IMG_SYS'

Timeline feature in google not working

For the past 4 days i used dotOS v5.2.1 Gapps and then i found that google maps timeline feature doesn't record my location history, however all permissions are granted & no battery restrictions are set nor background activity
I tried everything like

  • Uninstall & reinstall google maps
  • Disable location history and re enable it
  • Sign out of google account & re sign in
  • Enable all permissions & features for google play services

Nothing works and it's really annoying after searching for a couple of hours there is no fix
I hope you can fix it soon

Screenshot_20220305-213613_Google_Play_services
Screenshot_20220305-213555_Settings
Screenshot_20220305-213548_Permission_controller
Screenshot_20220305-213422_Maps
Screenshot_20220305-213338_Settings
Screenshot_20220305-213333_Settings

Navigation Bug

FB_IMG_16206604190918695
if i click 3 button navigation then It's not showing any button in the phone screen.. and totally not working navigation feature.. and it’s happening in galaxy s7 edge+flat..please fix this problem in dotos.. and plz add backlight control option! bcz s7 edge and flat has hardware key button

Clear all fab is visible even if no apps are present in recent apps

This bug is there in almost all custom ROMs including Resurrection Remix, Nitrogen OS, etc which has the clear all FAB in recent apps.

Repro steps:

  1. Clear all apps in the recent apps
  2. Reboot the phone
  3. After rebooting, without launching any app go to recent apps.
  4. You'll see clear all FAB even when there are no apps in the recents panel

There is no FCs and all. The FAB showing after reboot even if no apps are in recent apps is meaning less. Thought that should not be there.

[Cause Bootloop]Miss Lineageos Platform Permission

When I try to build with the latest source, I get Bootloop ,here is the log: E Zygote : java.lang.IllegalStateException: Signature|privileged permissions not in privapp-permissions whitelist: {com.android.settings (/system/system_ext/priv-app/Settings): lineageos.permission.MANAGE_LIVEDISPLAY, com.android.systemui (/system/system_ext/priv-app/SystemUI): lineageos.permission.HARDWARE_ABSTRACTION_ACCESS, com.android.systemui (/system/system_ext/priv-app/SystemUI): lineageos.permission.MANAGE_LIVEDISPLAY}

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.