[go: up one dir, main page]

0% found this document useful (0 votes)
62 views10 pages

Quectel SC60 Android SDK Download User Guide V1.1

Uploaded by

kelvinmacshop
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
62 views10 pages

Quectel SC60 Android SDK Download User Guide V1.1

Uploaded by

kelvinmacshop
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

SC60 Android SDK

Download User Guide

Smart LTE Module Series

Rev. SC60_Android_SDK_Download_User_Guide_V1.1

Date: 2018-05-31

Status: Released

www.quectel.com
Smart LTE Module Series
SC60 Android SDK Download User Guide

Our aim is to provide customers with timely and comprehensive service. For any
assistance, please contact our company headquarters:

Quectel Wireless Solutions Co., Ltd.


7th Floor, Hongye Building, No.1801 Hongmei Road, Xuhui District, Shanghai 200233, China
Tel: +86 21 5108 6236
Email: info@quectel.com

Or our local office. For more information, please visit:


http://quectel.com/support/sales.htm

For technical support, or to report documentation errors, please visit:


http://quectel.com/support/technical.htm
Or email to: support@quectel.com

GENERAL NOTES
QUECTEL OFFERS THE INFORMATION AS A SERVICE TO ITS CUSTOMERS. THE INFORMATION
PROVIDED IS BASED UPON CUSTOMERS’ REQUIREMENTS. QUECTEL MAKES EVERY EFFORT
TO ENSURE THE QUALITY OF THE INFORMATION IT MAKES AVAILABLE. QUECTEL DOES NOT
MAKE ANY WARRANTY AS TO THE INFORMATION CONTAINED HEREIN, AND DOES NOT ACCEPT
ANY LIABILITY FOR ANY INJURY, LOSS OR DAMAGE OF ANY KIND INCURRED BY USE OF OR
RELIANCE UPON THE INFORMATION. ALL INFORMATION SUPPLIED HEREIN IS SUBJECT TO
CHANGE WITHOUT PRIOR NOTICE.

COPYRIGHT
THE INFORMATION CONTAINED HERE IS PROPRIETARY TECHNICAL INFORMATION OF
QUECTEL WIRELESS SOLUTIONS CO., LTD. TRANSMITTING, REPRODUCTION, DISSEMINATION
AND EDITING OF THIS DOCUMENT AS WELL AS UTILIZATION OF THE CONTENT ARE
FORBIDDEN WITHOUT PERMISSION. OFFENDERS WILL BE HELD LIABLE FOR PAYMENT OF
DAMAGES. ALL RIGHTS ARE RESERVED IN THE EVENT OF A PATENT GRANT OR
REGISTRATION OF A UTILITY MODEL OR DESIGN.

Copyright © Quectel Wireless Solutions Co., Ltd. 2018. All rights reserved.

SC60_Android_SDK_Download_User_Guide 1 / 9
Smart LTE Module Series
SC60 Android SDK Download User Guide

About the Document

History

Revision Date Author Description

1.0 2017-09-30 Hank HAN Initial

1. Provided an example in Chapter 3.1 to show the


accomplishment of Google standard Android SDK
1.1 2018-05-31 Hank HAN
download.
2. Added the SDK download paths for SC60 (Chapter 4).

SC60_Android_SDK_Download_User_Guide 2 / 9
Smart LTE Module Series
SC60 Android SDK Download User Guide

Contents

About the Document ................................................................................................................................... 2


Contents ....................................................................................................................................................... 3

1 Introduction .......................................................................................................................................... 4

2 Install Download Tools ........................................................................................................................ 5

3 SC60 SDK Download Demo ................................................................................................................ 6


3.1. Google Standard Android SDK Download .............................................................................. 6
3.2. SC60 Platform Dependent SDK Download ............................................................................. 7
3.3. Merge Two SDKs..................................................................................................................... 7

4 SC60 SDK Download Paths ................................................................................................................ 9


4.1. Android 7.1.2 SDK Download.................................................................................................. 9

SC60_Android_SDK_Download_User_Guide 3 / 9
Smart LTE Module Series
SC60 Android SDK Download User Guide

1 Introduction
This document mainly introduces how to download Quectel SC60 module’s Android SDK. SC60 Android
SDK includes two parts: Google standard Android SDK and SC60 platform dependent SDK. Customers
have to download the two parts separately, and then merge them together. The following chapters provide
details on how to download these SDKs.

SC60_Android_SDK_Download_User_Guide 4 / 9
Smart LTE Module Series
SC60 Android SDK Download User Guide

2 Install Download Tools


It is recommended to download SC60 Android SDK based on Ubuntu system.

1. Before downloading, it is needed to install the following tools on Ubuntu.

 Install the curl tool

sudo apt-get install curl //install curl tool

 Install repo tool

sudo curl http://commondatastorage.googleapis.com/git-repo-downloads/repo //download repo

 Install git tool

sudo apt-get install git

2. Configure user email and name

sudo git config --global user.email “your@example.com”


sudo git config --global user.name “Your Name”

SC60_Android_SDK_Download_User_Guide 5 / 9
Smart LTE Module Series
SC60 Android SDK Download User Guide

3 SC60 SDK Download Demo

3.1. Google Standard Android SDK Download

Use repo command to pull code from Google platform.

repo init -u git://codeaurora.org/platform/manifest.git -b release -m XXX.xml


--repo-url=git://codeaurora.org/tools/repo.git --repo-branch=caf-stable
repo sync

NOTE

The above is only a reference example for the repo command. For the detailed command of
corresponding models, please refer to Chapter 4.

When "Syncing work tree...done" (as shown and marked below) is shown on the screen, it indicates that
the downloading of Google standard Android SDK has been completed.

SC60_Android_SDK_Download_User_Guide 6 / 9
Smart LTE Module Series
SC60 Android SDK Download User Guide

3.2. SC60 Platform Dependent SDK Download

Quectel provides a SharePoint URL for customers to download SC60 platform dependent SDK.
Customers need to provide an email address of their project manager for SC60, and then Quectel will
create a SharePoint account with this email address. Additionally, if there is an important patch release,
Quectel will release it to this email address.

After login, please enter SC60/SC60_AndroidSDK/ folder and then select the correct Android version,
thus to get the SC60_Androidx.x.x_Quectel_SDK_xxx.tar.gz which is just the platform dependent SDK.

Figure 1: SC60 Android SDK Directory

NOTE

For the detailed download path of corresponding models, please refer to Chapter 4.

3.3. Merge Two SDKs

1. Extract SC60_Androidx.x.x_Quectel_SDK_xxx.tar.gz (SC60 platform dependent SDK) by using the


command below.

tar -zxvf SC60_Androidx.x.x_Quectel_SDK_xxx.tar.gz

SC60_Android_SDK_Download_User_Guide 7 / 9
Smart LTE Module Series
SC60 Android SDK Download User Guide

2. Google standard Android SDK.

3. Copy the extracted files to Google standard Android SDK forcibly, to cover the files with the same
name.

cp -rf patch_code/* google_android/

SC60_Android_SDK_Download_User_Guide 8 / 9
Smart LTE Module Series
SC60 Android SDK Download User Guide

4 SC60 SDK Download Paths

4.1. Android 7.1.2 SDK Download

 Use the repo command below to acquire Google standard Android SDK for SC60 modules with
Android 7.1.2:

repo init -u https://source.codeaurora.org/quic/la/platform/manifest.git -b release -m


LA.UM.5.6.r1-06700-89xx.0.xml --repo-url=git://codeaurora.org/tools/repo.git --repo-branch=caf-stable

 Platform dependent SDK download path (from SharePoint document management system):

SC60/SC60_AndroidSDK/Android7.1.2/SC60_Android7.1.2_Quectel_SDK_xxx.tar.gz

SC60_Android_SDK_Download_User_Guide 9 / 9

You might also like