SinoTrack Mini Waterproof Builtin Battery GPS tracker Device ST-901 901L for Car Motorcycle Vehicle Remote Control Free Web APP

$16.79
$23.98
-30%
color:  4G 4PIN Wiith Relay
Ships From:  CHINA
Quantity

Description

- Free Platfrom Lifetime
Our APP and Web are FREE for life. You can download the APP in advance and click“ VISIT” to try it.

-No Hidden Fees
We strive to provide customers with the most cost-effective products, without additional hidden fees like the subscription fees (bundled with SIM cards and GPS devices).

- Choose SIM cards at Will
Our products do not include SIM cards. You can choose SIM cards that fit your usage habits or have more favorable charges to save more money.

-Mutiple Devices in One Account for Free
If you're a fleet manager who need to manage many vehicles at the same time, we can create a group account for you for free!! Then you can see all vehicles on one APP/Web at the same time.

Before Order Notice

If you are in Pakistan, Chile, Colombia, Turkey, Azerbaijan or Indonesia, please deal with IMEI issue when you received product. You should register/change IMEI in your country as soon as possible, otherwise the device is not allowed to be used in your country.


There are two situations about IMEI:

1.If you have valid IMEI (registered in your country, you can get it from old device, like old phones, etc...

And you can use this valid IMEI in the product,

it means you need change IMEI for the product within 5 days when you received product. (34/4G Version not support change IMEI).

If you want to change IMEI to :  123456789078532

Please send SMS command: IMEI#123456789078532#

2.If you don't have calid IMEI, you should register the IMEI.

Check IMEI SMS command: IMEI0000

Then you can get the IMEI, register this IMEI within 5 days when you received the product.

Item Function

-Waterproof GPS Tracker
-Mini size easy to hide
-ACC Detection(ACC Alarm)
-Cut Engine Remotely(Only support on 4PIN cable with Relay)
-Main power off alarm(With battery only)
-Geo-fence alarm & Over speed alarm
-For Vehicle/Motorcycle/Scooter
-Built-in high sensitivity GPS&GSM antenna,
-GPS/GPRS/GSM/SMS Positioning and Tracking
-SMS tracking on cellphone with google maps link

ST-901 4PIN Tracker With Relay

It is Builtin Battery GSM GPS tracker.
Only 4PIN Cable with Relay for Remote Control to cut engine remotely.
Notice: 3PIN tracker not support cut engtractorine remotely.

Cut Engine command: 940+password

Sample: 9400000

After tracker receive the command, it will cut engine and send back SMS “SET OK”

Recover Engine command: 941+password

Sample:9410000

After tracker receive the command, it will recover engine and send back SMS “SET OK”

  

ST-901 GPS With Battery

It has built in battery inside for back up (gps tracker can still work for few hours if disconnect with car or motor battery) , and main power off alarm( main power off alarm means sending sms alarm when gps tracker disconnect with car battery, very useful if the thief try to disconnect gps tracker and steal the car).

ST-901 GPS Without Battery

No built in battery inside for back up if disconnect with car or motor battery , no main power off alarm( main power off alarm means sending sms alarm when gps tracker disconnect with car battery).

How to install tracker

Orange wire connect ACC
Black wire connect power -
Red wire connect power +
Yellow wire connect relay

 

How to Login Platform


User:ID number on device
Pass:123456(please change it after you received device)
Website: www.sinotrack.com

How to Activate Online Tracking

How to Activate Online Tracking

Send SMS configure the tracker(set IP and APN) to connect platform,

Please send 3 SMS to tracker below:

SMS1:7100000

SMS2:8040000 45.112.204.246 8090 (Sever 6: PRO.sinotrack)

SMS3:8030000 APN APNuser APNpassword(if APN need user and pass)

The APN is Acess Point Network of SIM card,if you don'n know APN.

Please check it with your SIM card operator.or check the apn from here for reference.

http://www.unlockit.co.nz/mobilesettings/

Item Pictures

Please identify products with SinoTrack LOGO, this is the Original SinoTrack Product.

  

Website Tracking Software

Link: www.sinotrack.com

Mobile APP

APP name: SinoTrack PRO
You can download form APP Store(IOS) or Google Play(Android)

Shipping and Reply

- We reply your questions(using,install,configure tracker) within 24h.
- We will ship item via registered Aimail in 2 days after the payment cleared.
- The shipping time sometimes maybe a little longer due to custom problems, holidays or some uncertain reasons.
- We choose shipping way according to your country,we use the AliExpress Standard Shipping(AliExpress Official Logistics).
- For most countries:around 20-30 business days(such as Europe UK,Germany,Spain.Swden..etc)(Remote areas Longer).
- You can choose fast express deliver also,delivery time 7-10days.

Payment Notice

We accept Credit Card, PayPal, Bank Transfer, Western Union, And other payment method Aliexpress support.

Packgage List

We ship the tracker with the retail package(if you choose tracker with Box),and have the English or Russain user manual in the package,don't need downlaod anything,it's easy to use and install.

Package List:

1 * ST-901 Main Unit
1 * User manual
1 * Sticker

FAQ

Any Question please just feel free to contact us at any time!

About US

Customer Reviews
Here are what our customers say.
Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.