Skip to content

Commit 8652a91

Browse files
Updated with WAN testing
1 parent d0b813b commit 8652a91

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@ For example, StageNow will look as follows to enable access to the serial number
2929

3030
![StageNow](https://github.com/darryncampbell/EMDK-DeviceIdentifiers-Sample/raw/master/screenshots/stagenow.png)
3131

32-
You can then run this sample app and should see something like the below (captured on a device that does not support a SIM card):
32+
You can then run this sample app and should see something like the below:
33+
34+
![Working](https://github.com/darryncampbell/EMDK-DeviceIdentifiers-Sample/raw/master/screenshots/working.jpg)
35+
36+
Or, on a device that does not have WAN capabilities, i.e. no SIM card or data connection:
3337

3438
![Non-WAN](https://github.com/darryncampbell/EMDK-DeviceIdentifiers-Sample/raw/master/screenshots/non_wan.jpg)
3539

app/.settings/org.eclipse.buildship.core.prefs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ arguments=
22
auto.sync=false
33
build.scans.enabled=false
44
connection.gradle.distribution=GRADLE_DISTRIBUTION(LOCAL_INSTALLATION(L\:\\gradle-5.6.3\\bin))
5-
connection.project.dir=
5+
connection.project.dir=..
66
eclipse.preferences.version=1
77
gradle.user.home=
88
java.home=C\:/Program Files/Java/jdk1.8.0_201

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
minSdkVersion 29
99
targetSdkVersion 29
1010
versionCode 1
11-
versionName "1.0"
11+
versionName "0.1"
1212

1313
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1414
}

screenshots/working.jpg

16.5 KB
Loading

0 commit comments

Comments
 (0)