Giter VIP home page Giter VIP logo

Comments (8)

judemanutd avatar judemanutd commented on May 22, 2024 2

The basic idea here is trial and error until you get the screen that opens up the activity. For example in case of a Xiaomi phone you have a package name com.miui.securitycenter and a component name in that package com.miui.permcenter.autostart.AutoStartManagementActivity. Once you have those 2, you basically try

val intent = Intent()
intent.component = ComponentName("com.miui.securitycenter", "com.miui.permcenter.autostart.AutoStartManagementActivity")
context.startActivity(intent)

In your case you could try

val intent = Intent()
intent.component = ComponentName("com.huawei.systemmanager", "power.ui.PowerWholeCheckActivity")
context.startActivity(intent)

Looks like something is missing here with the power.ui.PowerWholeCheckActivity, that doesn't look like the complete component name but you get the idea, since you have access to the device, you can spend a few minutes getting the combination right. Do create a PR once you get it so others can benefit from it as well.

from autostarter.

judemanutd avatar judemanutd commented on May 22, 2024

@adolgiy I would urge you to follow the same steps mentioned in #47 (comment) and post the result here in order to get the latest intent.

from autostarter.

adolgiy avatar adolgiy commented on May 22, 2024

@judemanutd i've got about 8k lines. should I search for something specific?

from autostarter.

adolgiy avatar adolgiy commented on May 22, 2024

@judemanutd this line looks suitable:
ActivityRecord{7bf58df u0 com.huawei.systemmanager/.power.ui.PowerWholeCheckActivity t869}

from autostarter.

adolgiy avatar adolgiy commented on May 22, 2024

meh, something is really missing 😞

from autostarter.

NoHarmDan avatar NoHarmDan commented on May 22, 2024

Hey, did you try the option I suggested for Huawei? I mean this: "com.huawei.systemmanager.startupmgr.ui.StartupNormalAppListActivity"
I'm not entirely certain and I don't have a Honor at hand right now, but I believe it worked the same as on Huawei devices.

from autostarter.

adolgiy avatar adolgiy commented on May 22, 2024

sorry for delay, but my temporary access to that Honor was suspended
if it is acceptable, let the issue be open, may be I'll get access later again

from autostarter.

ponomarevlm avatar ponomarevlm commented on May 22, 2024

Hello! I've found missing component for Honor 10 with EmUi 9:
"com.huawei.systemmanager", "com.huawei.systemmanager.startupmgr.ui.StartupNormalAppListActivity"

from autostarter.

Related Issues (20)

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.