-
Notifications
You must be signed in to change notification settings - Fork 1
/
zebradevice.html
48 lines (46 loc) · 2.28 KB
/
zebradevice.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<title>EasyEcom</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<h4><b>Zebra Device</b></h4>
<p>Zebra Device Integration Tutorial</p>
<div class="embed-responsive embed-responsive-4by3">
<iframe width="560" height="315" src="https://www.youtube.com/embed/aGmCYlEoP9g" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </div>
<br>
<h5><b>Step 1</b></h5>
<p>Open <b>DataWedge</b> app </p>
<img src="./images/zebra-1.png" class="img-fluid" style="max-width:50%;" alt="Responsive image">
<h5><b>Step 2</b></h5>
<p>Inside <b>DataWedge Profiles</b> click on 3 dots which is appears at top right and click on <b>New profile</b> </p>
<img src="./images/zebra2.png" class="img-fluid" style="max-width:50%;" alt="Responsive image">
<h5><b>Step 3</b></h5>
<p>Enter profile name for example eescan</p>
<img src="./images/zebra3.png" class="img-fluid" style="max-width:50%;" alt="Responsive image">
<h5><b>Step 4</b></h5>
<p>Inside <b>Application</b> add <b>New app/activity</b> </p>
<img src="./images/zebra3.1.png" class="img-fluid" style="max-width:50%;" alt="Responsive image">
<h5><b>Step 4.1</b></h5>
<p>Select <b>com.edgewise.handheld.easyapp</b></p>
<img src="./images/zebra3.2.png" class="img-fluid" style="max-width:50%;" alt="Responsive image">
<h5><b>Step 4.1.2</b></h5>
<p>Select <b>*</b></p>
<img src="./images/zebra3.3.png" class="img-fluid" style="max-width:50%;" alt="Responsive image">
<h5><b>Step 5</b></h5>
<p>Inside <b>Intent output<br>
Intent action : com.edgewise.handheld.ACTION <br>
Intent category : com.edgewise.handheld.CATEGORY <br>
Intent delivery : Broadcast intent<br>
</b>
</p>
<img src="./images/zebra5.png" class="img-fluid" style="max-width:50%;" alt="Responsive image">
</div>
</body>
</html>