Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.67 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.67 KB

ARCore enabler for unsupported devices

A Magisk module that enables ARCore support for device that haven't got official support and allows you to install apps with ARCore support via Play Store.

How does this module work?

It changes the fingerprint of your phone to Google Pixel 2 one, which is supported officially by ARCore, so apps will think your phone is a Pixel 2. I have chosen this fingerprint just because it gave no problem to people who had set it.

The module also adds a xml so that Play Store will allow you to look for apps that support ARCore and install ARCore itself.

Notes

  1. Clear Play Store data after installing the module, otherwise Play Store won't notice the changes;
  2. Security patches info in system settings won't show the right phone patches, but the fingerprint one after installing the module.

Downloads

  • Module;
  • ARCore app: if you search it in Play Store you won't find it, but with this link can be installed properly;
  • Playground: original Playground works just on Pixel devices and force closes on other devices, but with this modded version by Arnova8G2 you won't have problems. Android 9.0 is required;
  • AR stickers: old version of Playground for Android 8.x devices.

Credits