Yikes. So can XPrivacy hide the OS?
Yikes. So can XPrivacy hide the OS?
@vdc: It will show "OS: Android (Android NoxW))"
as long as you dont act suspicious like going through buildings and all I dont think they will notice. Also dont go to US and australia if you are from europe
How do i do that? im using nox what should i do now?
Here are my thoughts. I'm not an expert but I highly doubt they will probe you and look at your OS / something to detect Nox/Bluestacks unless there is some serious irregularity in how your character acts, i.e.:
-Big jumps, teleports (don't go far, don't jump often, move around randomnly, log out before jumping, solved)
-Constant speeds over long periods of time (vary periodically, solved)
-Bots - I don't use them but I assume repetitive actions or packets sent could be detected? Idk, I'd recommend against botting
I stay in the same city (mine), occasionally glitching back to my address but only for an instant and without loading my area so I doubt it would flag them. I vary my speed, don't jump far nor often, don't use bots, and don't do anything (besides running around a point randomnly) that I wouldn't do when actually playing the game. They're not just going to mass scan everyone, I just don't see the feasibility. Act like a human and you probably won't get flagged as something else.
Did anyone change their settings in build.pro? If so whats your settings?
To find it
-Nox (rooted)
-File Manager (bottom left corner)
-System folder
-build.pro
it is so difficult to control using the keyboard, my character is running all around... any tips?
thanks for post important thing, this warning people from possible banned by use nox emulator soon
i found how to change the os name:
1.rooted nox (need to reboot)
2.file manager (system>etc>init.nox.sh)
3.find this line and change the name (containing space names need to add "", eg. "Nexus 5") then reboot
sorry, my english is really badCode:prop_nox_host_os=`/system/bin/nox-prop get nox_host_os` if [ -n "$prop_nox_host_os" ]; then nox_host_os="$prop_nox_host_os" if [ "$prop_nox_host_os" = "Mac" ]; then setprop ro.product.model NoxM setprop ro.nox.gles.pt 0 else setprop ro.product.model NoxW fi else setprop ro.product.model NoxW fi
Last edited by yongz; 08-13-2016 at 06:11 PM.
Yes. i change everything that says Nox
i set like this:
i'm not sure about syntax says "mac", probably if the webhost use MacOs/MacServer that will detect nox app player as "NoxM"prop_nox_host_os=`/system/bin/nox-prop get nox_host_os`
if [ -n "$prop_nox_host_os" ]; then
nox_host_os="$prop_nox_host_os"
if [ "$prop_nox_host_os" = "Mac" ]; then
setprop ro.product.model M5
setprop ro.nox.gles.pt 0
else
setprop ro.product.model "Nexus 5"
fi
else
setprop ro.product.model "Nexus 5"
fi
just backup your original init.nox.sh, copy to somewhere if something goes wrong it's easy to restore
don't forget to save after change the name and reboot also refresh the browser
Niantic will be reading all these posts and slowly implementing fixes etc.
Doesnt matter too much lots of people are losing interest in PokemonGo lately
You need to change this whole thing , couse the API will check all
"DeviceId": "", // adb.exe shell settings get secure android_id
"AndroidBoardName": "msm8996", // adb.exe shell getprop ro.product.board
"AndroidBootloader": "", // adb.exe shell getprop ro.boot.bootloader
"DeviceBrand": "Xiaomi", // adb.exe shell getprop ro.product.brand
"DeviceModel": "MI 5", // adb.exe shell getprop ro.product.model
"DeviceModelIdentifier": "gemini", // adb.exe shell getprop ro.product.name
"DeviceModelBoot": "qcom",
"HardwareManufacturer": "Xiaomi", // adb.exe shell getprop ro.product.manufacturer
"HardwareModel": "MI 5", // adb.exe shell getprop ro.product.model
"FirmwareBrand": "gemini", // adb.exe shell getprop ro.product.name
"FirmwareTags": "release-keys", // adb.exe shell getprop ro.build.tags
"FirmwareType": "user", // adb.exe shell getprop ro.build.type
"FirmwareFingerprint": "Xiaomi/gemini/gemini:6.0/MRA58K/6.5.30:user/release-keys" // adb.exe shell getprop ro.build.fingerprint![]()
Last edited by awand; 08-14-2016 at 06:36 PM.