Skip to content

App that make it possible to listen to music on Android Wear devices without an internet connection

Latest commit

Wearの「音楽を再生」のボイスアクションで起動したり,Bluetoothヘッドホンのメディアボタンを押した時に最前面に引っ張ってきたり

Git stats

Files

Permalink
Failed to load latest commit information.

Readme.md

WearMusicPlayer

Overview


Android Wearでオフライン音楽再生するためのアプリです

This is the app that make it possible to listen to music on Android Wear devices without an internet connection.

Install


Please download app-release.apk from here.

Please install it.

cd "C:\android-sdk\platform-tools"
adb forward tcp:5555 localabstract:/adb-hub
adb connect localhost:5555
adb -s localhost:5555 install app-release.apk
adb shell
am start -n jp.gr.java_conf.ya.wearmusicplayer/.MainActivity

Usage


Push audio files to your device

cd "C:\android-sdk\platform-tools"
adb forward tcp:5555 localabstract:/adb-hub
adb connect localhost:5555
adb -s localhost:5555 push foobar.mp3 /sdcard/Music/
adb -s localhost:5555 push foobar.ogg /sdcard/Music/
adb -s localhost:5555 push foobar.wav /sdcard/Music/
adb -s localhost:5555 push foobar.flac /sdcard/Music/

Libraries etc.


Licence


Apache License, 2.0

Author


YA-androidapp


Copyright (c) 2014 YA-androidapp(https://github.com/YA-androidapp) All rights reserved.

About

App that make it possible to listen to music on Android Wear devices without an internet connection

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.