LoginSignup
10
11

More than 5 years have passed since last update.

GenymotionでIMEIを指定する方法

Posted at

Genymotionを起動していない状態で、vboxファイルの
<GuestProperty name="genymotion_device_id" value="000000000000000" timestamp="1420763087975860000" flags=""/>
(何箇所か存在する場合もあるが、Snapshotタグ内ではなく、Machineタグ内のもの)のvalueを設定したいIMEIに変更すればよい。
ex. <GuestProperty name="genymotion_device_id" value="123456789ABCDEF" timestamp="1420763087975860000" flags=""/>

その後、変更したvboxをGenymotionから起動し、電話アプリを起動して、
*#06#
とタイプすると、
スクリーンショット 2015-01-13 10.11.06.png
IMEIが変更されていることが確認できる。

なお、vboxファイルの場所は

  • Windowsの場合 (ユーザーフォルダ)\AppData\Local\Genymobile\Genymotion\deployed\(イメージ名).vbox
  • Macの場合 (ユーザーフォルダ).Genymobile\Genymotion\deployed\(イメージ名).vbox
10
11
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
11