framgia / android-emulator-detector

Easy to detect android emulator
Apache License 2.0
421 stars 97 forks source link

No Working - NOX(V_3.7.1.0) #20

Open chucc1977 opened 6 years ago

chucc1977 commented 6 years ago

NOX(V_3.7.1.0) Not Detect.

NOX version nox_version

Sample App Screenshot nox_screenshot

serralove commented 6 years ago
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

ForamRaiyani commented 2 years ago

@chucc1977 Did you found any solution to detect nox device? Please help!

serralove commented 2 years ago

check my comment

mListPackageName.add("com.bignox.app"); mListPackageName.add("com.vphone.launcher");//it's nox launcher

serralove commented 2 years ago

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 https://github.com/framgia/android-emulator-detector/issues/20#issuecomment-723531517, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE3XW5EURHBPY3ASBBF77Z3SOYSCLANCNFSM4D73UPKA .

ForamRaiyani commented 2 years ago

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

Screenshot 2022-06-07 at 1 30 09 PM

serralove commented 2 years ago

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 https://github.com/framgia/android-emulator-detector/issues/20#issuecomment-1148333149, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE3XW5DOCCYL5T4MTWVAIM3VN365TANCNFSM4D73UPKA . You are receiving this because you commented.Message ID: @.***>

serralove commented 2 years ago

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 https://github.com/framgia/android-emulator-detector/issues/20#issuecomment-1148333149, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE3XW5DOCCYL5T4MTWVAIM3VN365TANCNFSM4D73UPKA . You are receiving this because you commented.Message ID: @.***>

serralove commented 2 years ago

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 https://github.com/framgia/android-emulator-detector/issues/20#issuecomment-1148333149, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE3XW5DOCCYL5T4MTWVAIM3VN365TANCNFSM4D73UPKA . You are receiving this because you commented.Message ID: @.***>