コンテンツにスキップ

「Android Notifier」の版間の差分

提供: ArchWiki
削除された内容 追加された内容
update Pkg/AUR templates
文字列「[http://code.google.com/」を「[https://code.google.com/」に置換
8行目: 8行目:


* Android アプリを携帯電話にインストール: Rodrigo Damazio の Remote Notifier、[https://play.google.com/store/apps/details?id=org.damazio.notifier Google Play] または [https://f-droid.org/repository/browse/?fdid=org.damazio.notifier F-Droid] から。
* Android アプリを携帯電話にインストール: Rodrigo Damazio の Remote Notifier、[https://play.google.com/store/apps/details?id=org.damazio.notifier Google Play] または [https://f-droid.org/repository/browse/?fdid=org.damazio.notifier F-Droid] から。
** [http://code.google.com/p/android-notifier/ 作者のサイト]
** [https://code.google.com/p/android-notifier/ 作者のサイト]
** [http://www.appbrain.com/app/remote-notifier-for-android/org.damazio.notifier/ More at Appbrain]
** [http://www.appbrain.com/app/remote-notifier-for-android/org.damazio.notifier/ More at Appbrain]
* ファイアウォールでポート 10600 tcp/udp を開く (iptables rules coming soon...)
* ファイアウォールでポート 10600 tcp/udp を開く (iptables rules coming soon...)

2018年2月6日 (火) 23:41時点における版

Android Notifier は携帯電話からの sms, mms, バッテリー状態などの通知を受信する linux アプリケーションです。この記事では Arch Linux でインストールしてバックグラウンドで動作させる方法を説明します。

必要条件

  • Android アプリを携帯電話にインストール: Rodrigo Damazio の Remote Notifier、Google Play または F-Droid から。
  • ファイアウォールでポート 10600 tcp/udp を開く (iptables rules coming soon...)

インストール

AUR からインストール: android-notifier-desktopAUR[リンク切れ: アーカイブ: aur-mirror]

設定

android-notifier を設定するには、/usr/share/android-notifier-desktop/run.sh -p を実行。

ヘルプを表示するには /usr/share/android-notifier-desktop/run.sh -h を実行

android-notifier の起動

.xinitrc に次のコマンドを追加:

/usr/share/android-notifier-desktop/run.sh &

もしくはターミナルから起動する。