From 463d8a9dff0ae3cf250a8601b2e216217e4a1fda Mon Sep 17 00:00:00 2001 From: kamidu Date: Thu, 16 Feb 2017 00:23:58 +0530 Subject: [PATCH] wording sugessions for cloud --- .../type-view.hbs | 101 ++++++++++++------ 1 file changed, 67 insertions(+), 34 deletions(-) diff --git a/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.type-view/type-view.hbs b/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.type-view/type-view.hbs index f6af817ef8..8649dd61a1 100644 --- a/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.type-view/type-view.hbs +++ b/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.type-view/type-view.hbs @@ -4,7 +4,7 @@
-

Android Mobile Device Enrollment

+

DOWNLOAD THE ANDROID AGENT


@@ -14,11 +14,12 @@ -->
-

Scan to connect your device

+

Scan to download the Android Agent.

or

-
+ - +
-

To enroll your device


+

START ENROLLING YOUR DEVICE

+
+ {{#if isCloud}} +
+ {{else}}
-
Step 1
-

Install the downloaded application in to the device to proceed.

- -
-
-
Step 2
-

Tap Skip to proceed with the default enrollment process.

- -
-
-
Step 3
-

Enter the server address based on your environment, in the text box provided.

- -
-
-
Step 4
-

Enter your credentials on to the provided fields and tap Register.

- -
+ {{/if}} + + +
Step 1
+

Let's start by installing the Android agent on your device. Open the downloaded file, and tap INSTALL.

+ +
+ + {{#if isCloud}} +
+
Step 2
+

Enter your: +

+

    +
  • Username: username/email that you used to sign in.
  • +
  • Password: the WSO2 Cloud password.
  • +
  • Organization: the name of the organization.
  • +
+ +
+ {{else}} + +
+
Step 2
+

Tap Skip to proceed with the default enrollment process.

+ +
+
+
Step 3
+

Enter the server address based on your environment, in the text box provided.

+ +
+
+
Step 4
+

Enter your: +

+

    +
  • Username: username/email that you used to sign in to IoT server.
  • +
  • Password: the WSO2 Iot server password.
  • +
  • Domain: the name of the domain.
  • +
+ +
+ {{/if}} +
- - -
+
-{{#zone "topCss"}} - {{css "css/styles.css"}} -{{/zone}} + {{#zone "topCss"}} + {{css "css/styles.css"}} + {{/zone}} -{{#zone "bottomJs"}} - {{js "js/type-view.js"}} -{{/zone}} + {{#zone "bottomJs"}} + {{js "js/type-view.js"}} + {{/zone}}