Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tecno and Infinix #47

Open
githinji84 opened this issue Jun 28, 2020 · 6 comments
Open

Tecno and Infinix #47

githinji84 opened this issue Jun 28, 2020 · 6 comments
Labels
bug Something isn't working

Comments

@githinji84
Copy link

Hi,

Thank you for developing this library. Have you been able to add more manufacturers? I am specifically looking for Tecno and Infinix. I am building an app in Africa and they are the biggest OEMs here. like 70% of my user base can not receive notifications.

If not, do you have any ideas on how to get the intent I need to call for this 2 OEMs. i have searched for contacts to their developer support and i don't think it exists.

Please let me know if you can help.

Regards
Simon

@AdiMarianMutu
Copy link

Hi,

If you own a phone of this brand, you should use adb in order to try to get the intent. Without owning the phone is impossible to discover the intent, nor to test if it does work or not

@githinji84
Copy link
Author

@Xxshark888xX Thanks. Yes I do have a Tecno with me but I am not as experienced using adb. Do you think you could point me to the actual command to run to discover this intent or a high level explanation on how to get to that intent on abd so that that can help narrow down my research

@AdiMarianMutu
Copy link

@Xxshark888xX Thanks. Yes I do have a Tecno with me but I am not as experienced using adb. Do you think you could point me to the actual command to run to discover this intent or a high level explanation on how to get to that intent on abd so that that can help narrow down my research

You could open your OEM battery optimization app / settings and on adb run this command

adb shell dumpsys activity

Then you must check manually the output (will not be funny and easy)

@NoHarmDan
Copy link

Bump.
If there's anybody with a Tecno device available, I would greatly appreciate if they did some investigation. I have some customers with these devices reporting issues, but it's not possible for me to get my hands on one in my country.

@Mr-Ramzan
Copy link

Mr-Ramzan commented Dec 22, 2020

@Xxshark888xX Thanks. Yes I do have a Tecno with me but I am not as experienced using adb. Do you think you could point me to the actual command to run to discover this intent or a high level explanation on how to get to that intent on abd so that that can help narrow down my research

You could open your OEM battery optimization app / settings and on adb run this command

adb shell dumpsys activity

Then you must check manually the output (will not be funny and easy)

sorry to bother you, but I was struggling with a similar issue and came across your comment.
I executed the command after finding the culprit app (PhoneMaster->Toolbox->Autostart-Management).

    `"com.transsion.phonemaster/com.cyin.himgr.autostart.AutoStartActivity"    `

can you help what to do next ?

  `mIntent=Intent { cmp=com.transsion.phonemaster/com.cyin.himgr.autostart.AutoStartActivity }`

if it helps

@Mr-Ramzan
Copy link

Looking further as I am getting error component not found I came Accross setting in the settings app of system it has Autostart management Button there in the security Tab. I executed command after going in to that activity and got new package name you can see below

 `act=com.mediatek.autobootcontroller.AUTO_BOOT flg=0x10000000 cmp=com.mediatek.autobootcontroller/.AutoBootAppManageActivity `

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants