Ambient Music Mod | Now Playing
Now Playing is a modified version of Android System Intelligence, running only the Now Playing (music recognition) component on other devices. It is only usable with the Ambient Music Mod app.
If you are trying to install Now Playing, please use the links on the Ambient Music Mod repo for prebuilt APKs
Note: If you are building Now Playing yourself, you must also build Ambient Music Mod, since the signatures have to match for security reasons.
Note: If you wish to include armv7 support, in addition download this version of Pixel Ambient Services, and place
libsense.so
from it inoverlay/src/main/lib/armeabi-v7a
, as well as this version of Google Play services, and placelibleveldbjni.so
from it in the same directory.
If you wish to include x86_64 support, in addition download ~~the latest~~ the equivalent version of Android System Intelligence for x86_64, and place
libsense.so
,libsense_nnfp_v3.so
andlibmodeleditor-jni.so
from it inoverlay/src/main/lib/x86_64
.
base.apk
tools/
. Name it apktool.jar
local.properties
file in the root of the project, and set it up:sdk.dir=<path to your Android SDK>
storeFile=<path to your keystore>
keyAlias=<keystore alias>
storePassword=<keystore password>
keyPassword=<key password>
build.tools.version=<the version of build tools to use, eg. 32.0.0>
installApkRelease
Gradle task. This will build an APK (placed in build/out-release.apk
) and install it on your device.This repository contains a local version of dain/leveldb (Apache 2.0 licence), as well as some of canyie/Pine's xposed
module, due to package conflicts (Anti 996 licence), embedding Apache Commons Lang (Apache 2.0 licence)