Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
darryncampbell authored Jun 10, 2020
1 parent 0fac006 commit 9ae0427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ For example, StageNow will look as follows to enable access to the serial number

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):

![Non-WAN](https://raw.githubusercontent.com/darryncampbell/EMDK-DeviceIdentifiers-Sample/master/screenshots/non-wan.jpg)
![Non-WAN](https://github.com/darryncampbell/EMDK-DeviceIdentifiers-Sample/raw/master/screenshots/non-wan.jpg)

## Handling errors:

If you failed to correctly allow your application access to oem_info service, you will see an error stating so against each property you did not assign access to, as shown below:

![no_service_access](https://raw.githubusercontent.com/darryncampbell/EMDK-DeviceIdentifiers-Sample/master/screenshots/no_service_access.jpg)
![no_service_access](https://github.com/darryncampbell/EMDK-DeviceIdentifiers-Sample/raw/master/screenshots/no_service_access.jpg)

Assign access to your device and re-run the application.

Expand Down

0 comments on commit 9ae0427

Please sign in to comment.