Skip to main content

Updates IMEI/IMSI on BlueStacks 5.11.1002 / N32 / 32 bit / Android Nougat (probably other versions as well)

Project description

Updates IMEI/IMSI on BlueStacks 5.11.1002 / N32 / 32 bit / Android Nougat (probably other versions as well)

Make a backup of your BlueStacks folder before using it!

You must root your BlueStacks instances!

pip install bluestackspatcher-nougat

from bluestackspatcher_nougat import BlueStacksPatcher

bstackpatcher = BlueStacksPatcher(

    adb_path="C:\\Users\\Gamer\\AppData\\Local\\Android\\Sdk\\platform-tools\\adb.exe",

    bluestacks_config=r"C:\ProgramData\BlueStacks_nxt\bluestacks.conf",

    hdplayer=r"C:\Program Files\BlueStacks_nxt\HD-Player.exe",

)

bstackpatcher.connect_to_all_bluestacks_devices(timeout=3) # Always connect to all devices before you do any action



a, b = bstackpatcher.get_new_imei_imsi(

    locale="pt-BR",

    country="BR",

    countrycode="076",

    ignore=(),

    min_threads_open=95,

    timeoutsearch=5,

    sleeptime=1,

    timeoutstart=35,

)

print(a)

print(b)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bluestackspatcher_nougat-0.12.tar.gz (10.8 kB view hashes)

Uploaded Source

Built Distribution

bluestackspatcher_nougat-0.12-py3-none-any.whl (11.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page