-
Notifications
You must be signed in to change notification settings - Fork 99
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
No Working - NOX(V_3.7.1.0) #20
Comments
Now it is able to detect nox emulator , tried on 6.6.1.3 |
@chucc1977 Did you found any solution to detect nox device? Please help! |
check my comment
|
Ok
2020년 11월 8일 (일) 오후 2:12, Adarsh Gumashta ***@***.***>님이 작성:
… Please modify --
private EmulatorDetector(Context pContext) {
mContext = pContext;
mListPackageName.add("com.google.android.launcher.layouts.genymotion");
mListPackageName.add("com.bluestacks");
mListPackageName.add("com.bignox.app");
*mListPackageName.add("com.vphone.launcher");// it's nox launcher*
}
Now it is able to detect nox emulator , tried on 6.6.1.3
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#20 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE3XW5EURHBPY3ASBBF77Z3SOYSCLANCNFSM4D73UPKA>
.
|
Em.. you can check installed packages ,find out nox unique packages.
2022년 6월 7일 (화) 오후 5:03, ForamRaiyani ***@***.***>님이 작성:
… Thank you for your reply. I'm using nox version 7.0.2.8. I've already
added mListPackageName.add("com.vphone.launcher"); to my code. but for
this package it returns null. Here is POC
[image: Screenshot 2022-06-07 at 1 30 09 PM]
<https://user-images.githubusercontent.com/93945973/172328444-777b6a7c-f1f0-4257-aff5-085005b184a1.png>
—
Reply to this email directly, view it on GitHub
<#20 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE3XW5DOCCYL5T4MTWVAIM3VN365TANCNFSM4D73UPKA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Or may me your permission is missing.
For Query all installed packages
2022년 6월 7일 (화) 오후 5:18, 태양 ***@***.***>님이 작성:
… Em.. you can check installed packages ,find out nox unique packages.
2022년 6월 7일 (화) 오후 5:03, ForamRaiyani ***@***.***>님이 작성:
> Thank you for your reply. I'm using nox version 7.0.2.8. I've already
> added mListPackageName.add("com.vphone.launcher"); to my code. but for
> this package it returns null. Here is POC
>
> [image: Screenshot 2022-06-07 at 1 30 09 PM]
> <https://user-images.githubusercontent.com/93945973/172328444-777b6a7c-f1f0-4257-aff5-085005b184a1.png>
>
> —
> Reply to this email directly, view it on GitHub
> <#20 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AE3XW5DOCCYL5T4MTWVAIM3VN365TANCNFSM4D73UPKA>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***>
>
|
Check QUERY_ALL_PACKAGES permission
2022년 6월 7일 (화) 오후 5:19, 태양 ***@***.***>님이 작성:
… Or may me your permission is missing.
For Query all installed packages
2022년 6월 7일 (화) 오후 5:18, 태양 ***@***.***>님이 작성:
> Em.. you can check installed packages ,find out nox unique packages.
>
> 2022년 6월 7일 (화) 오후 5:03, ForamRaiyani ***@***.***>님이 작성:
>
>> Thank you for your reply. I'm using nox version 7.0.2.8. I've already
>> added mListPackageName.add("com.vphone.launcher"); to my code. but for
>> this package it returns null. Here is POC
>>
>> [image: Screenshot 2022-06-07 at 1 30 09 PM]
>> <https://user-images.githubusercontent.com/93945973/172328444-777b6a7c-f1f0-4257-aff5-085005b184a1.png>
>>
>> —
>> Reply to this email directly, view it on GitHub
>> <#20 (comment)>,
>> or unsubscribe
>> <https://github.com/notifications/unsubscribe-auth/AE3XW5DOCCYL5T4MTWVAIM3VN365TANCNFSM4D73UPKA>
>> .
>> You are receiving this because you commented.Message ID:
>> ***@***.***>
>>
>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NOX(V_3.7.1.0) Not Detect.
NOX version
Sample App Screenshot
The text was updated successfully, but these errors were encountered: