Advertisement
moemoemoemura

/PMMM/ Android guide

Aug 28th, 2017
5,061
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.35 KB | None | 0 0
  1. Guide for Version 1.1.0
  2.  
  3. The only way to play the game on Android without workarounds is to get it from the Play Store app directly. QooApp and APK downloads will not work. Emulators and rooted devices are also blocked.
  4.  
  5. To do this you need a compatible device and Japanese Google account.
  6.  
  7. Compatible devices:
  8. https://faq.magireco.com/faq/show/37?category_id=6&site_domain=default
  9. May not be up to date so don't lose hope if your device isn't listed.
  10.  
  11. Setting up an account:
  12. https://github.com/SchoolIdolTomodachi/SchoolIdolAPI/wiki/How-to-install-Japanese-apps%3F#android
  13. If asked for phone verification using a non-Japanese number is fine.
  14.  
  15.  
  16. =======================================================================================
  17. Workarounds
  18. ------- [Meth1] Manual adb (Safe)
  19. ------- [Meth2] Automated adb (Safe)
  20. ------- [Meth3] Modified APK (Risky)
  21. ------- [Meth4] build.prop edit (Safe)
  22.  
  23. Safety is rated in terms of how likely you are to get banned.
  24.  
  25. =======================================================================================
  26. [Meth1]
  27. >adb (Android Debug Bridge)
  28.  
  29. Note: You will have to reinstall this way every APK update. You do not have to uninstall if updating, instead force stopping the app should work.
  30.  
  31. Guide courtesy of an anon from /PMMM/
  32. 1) Set your phone's developer options on, then turn on USB debugger. Exit and force stop Magia Record.
  33.  
  34. 2) Install your phone drivers onto your computer if you haven't already, plug in the phone to the computer via USB cable
  35.  
  36. 3) Install ADB on your computer, make sure to get the right one for your OS.
  37. For your convenience, unzip and move the platform-tools folder as close to C:/ as you can (if on Windows).
  38.  
  39. Windows https://dl.google.com/android/repository/platform-tools-latest-windows.zip
  40.  
  41. Mac https://dl.google.com/android/repository/platform-tools-latest-darwin.zip
  42.  
  43. Linux https://dl.google.com/android/repository/platform-tools-latest-linux.zip
  44.  
  45. 4.) Download the apk for MagiaRecord from apkpure (make sure it's up to date) and put it next to the adb.exe on your PC. Rename it com.aniplex.magireco.1708281047
  46.  
  47. 5.) Open your terminal (or command prompt for windows)
  48.  
  49. 6.) Find out where your platform-tools folder is located on your computer.
  50.  
  51. Enter the command: cd <replace this with the file path, should end with /platform-tools>
  52.  
  53. Now type out this command, it'll check if your phone is connected or not:
  54.  
  55. adb devices
  56.  
  57. Check your phone screen since it may prompt you to authorize access on there as well.
  58.  
  59. If your device is connected (which it will be if it shows up under List of Devices Attached), put in the commands from this pastebin, then press enter: https://pastebin.com/6L4HJcKh
  60.  
  61. 7.) When you see Success in the prompt, remove the device, and play. When you get to the title screen, push the lower left button and enter your code/password.
  62.  
  63. =======================================================================================
  64. [Meth2]
  65. >Automated Chinese adb
  66.  
  67. https://pan.baidu.com/s/1boOfQ7l
  68.  
  69. adb with a .bat file included for ease of use.
  70. If you enjoy running shady Chinese scripts then this is the method for you!
  71.  
  72. =======================================================================================
  73. [Meth3]
  74. >Modified APK
  75.  
  76. Version 1.1.0
  77. WARNING: RISK OF BEING BANNED, USE AT YOUR OWN DISCRETION.
  78. https://mega.nz/#!FYFBDDSL!KT5aklsMiCDiye_bMZGSnxQulZnfZh1xEzG1IpMTX6s
  79.  
  80. A modified APK with checks deleted. Let's you play on any device including Emulators (Bluestacks 3 & Nox) without using the Play Store. Delete the original game before installing this one if updating from a legitimate APK.
  81.  
  82. Nobody has been banned as far as I'm aware at the time of writing, but as always it is your responsibility to judge whether or not you want to take the risk of a potential future ban.
  83.  
  84. =======================================================================================
  85. [Meth4]
  86. >Editing your build.prop
  87.  
  88. This is editing your build.prop file on your device to be that of a compatible device.
  89. You will need to root your device for this method and unroot it after to play, but has the advantage of being a one time process compared to repeat installs like adb.
  90. https://forum.xda-developers.com/showthread.php?t=1948558
  91.  
  92. Note: Your device may not work with a botched build.prop and I take no responsibility if you somehow fuck it up and brick your phone.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement