+
-
+
diff --git a/ADBKeyCodes.php b/ADBKeyCodes.php
index b375267..3377075 100644
--- a/ADBKeyCodes.php
+++ b/ADBKeyCodes.php
@@ -86,5 +86,11 @@ const ADB_KEYCODES = array(
"MENU" => 82,
"NOTIFICATION" => 83,
"SEARCH" => 84,
- "TAG_LAST_KEYCODE" => 85,
+ "MEDIA_PLAY_PAUSE" => 85,
+ "MEDIA_STOP" => 86,
+ "MEDIA_NEXT" => 87,
+ "MEDIA_PREVIOUS" => 88,
+ "MEDIA_REWIND" => 89,
+ "MEDIA_FAST_FORWARD" => 90,
+ "MUTE" => 91
);
diff --git a/index.php b/index.php
index 025b371..454b0ed 100644
--- a/index.php
+++ b/index.php
@@ -41,9 +41,9 @@ $service = new ADBService(ADBService::DEFAULT_HOST);
-
-
-
+
+
+
= str_replace('already ', '', $service->connect()) ?>
@@ -102,6 +102,7 @@ $service = new ADBService(ADBService::DEFAULT_HOST);
sendKey('HOME');
break;
// B
+ case 27:
case 72:
sendKey('BACK');
break;
diff --git a/play.png b/play.png
new file mode 100644
index 0000000..5e68fff
Binary files /dev/null and b/play.png differ
diff --git a/remote.css b/remote.css
index 964f07b..c80b24d 100644
--- a/remote.css
+++ b/remote.css
@@ -10,4 +10,9 @@
.connected-info {
width: 100%;
margin-top: 2em;
+}
+
+.play-pause-button {
+ max-height: 0.8em;
+ margin-bottom: 3px; /* WEIL LUKI SCHAßAUGAT IST */
}
\ No newline at end of file