====== Android ====== ===== Cacher le root ===== Pour jouer a pokemon sur un android rooter. Source : https://forum.cyanogenmod.org/topic/129005-any-way-to-make-pokemon-gos-new-update0370-work-with-cm-130/ # become root (use "su_" if you alread renamed) su # mount /system read-write mount -o remount,rw /system # rename files (swap "su" and "su_" to revert) mv /system/bin/su /system/bin/su_ mv /system/xbin/su /system/xbin/su_ # mount /system read-only mount -o remount,ro /system