0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

マリオカートツアーを毎日自動的に起動してログインボーナスをもらう

Last updated at Posted at 2020-03-08

用意するもの

  1. Android実機(エミュレータでもいいが動かないかも)
  2. adbがインストールされた端末

準備

  1. Android実機にマリオカートツアーをインストールして起動→初期設定まで済ませる
  2. Android実機を開発者モードにする
  3. adbコマンドで実機に接続しておく(初回に接続を許可するか聞かれるため)

起動~終了

adb connect 192.168.0.xx
adb shell am start -n com.nintendo.zaka/com.nintendo.android.PermissionActivity
sleep 300
adb shell am force-stop com.nintendo.zaka

懸念事項

  1. 起動途中に最新データのダウンロードが入った場合はどうすべきか検討中(Appium使えばいけるか?)
0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?