-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathSibionicsServer.html
More file actions
56 lines (56 loc) · 3.66 KB
/
Copy pathSibionicsServer.html
File metadata and controls
56 lines (56 loc) · 3.66 KB
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
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html>
<!--***********************************************************************************-->
<!--***********************************************************************************-->
<!--**** THIS FILE IS AUTOMATICALLY GENERATED FROM SibionicsServer.in.html. DO NOT EDIT! *****-->
<!--***********************************************************************************-->
<!--***********************************************************************************-->
<script type="module" >
import { setlang } from "https://www.juggluco.nl/Jugglucohelp/code/settrans.js";
let translations=["de", "it", "nl", "ru", "uk", ];
setlang(translations,"SibionicsServer.html");
</script><!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title></title>
<meta name="generator" content="LibreOffice 25.8.6.2 (Linux)"/>
<meta name="created" content="2026-05-05T13:26:31.559388958"/>
<meta name="changed" content="2026-05-05T13:42:42.974369821"/>
<style type="text/css">
@page { size: 8.27in 11.69in; margin: 0.79in }
p { margin-bottom: 0.1in; line-height: 115%; background: transparent }
h1 { margin-bottom: 0.08in; background: transparent; page-break-after: avoid }
h1.western { font-weight: bold; font-size: 18pt; font-family: "Liberation Sans", sans-serif }
h1.cjk { font-weight: bold; font-size: 18pt; font-family: "Noto Sans CJK SC" }
h1.ctl { font-weight: bold; font-family: "Noto Sans Devanagari"; font-size: 18pt }
</style>
</head>
<body lang="en-US" link="#000080" vlink="#800000" dir="ltr"><p><a href="https://www.juggluco.nl/Jugglucohelp/index.html">index</a></p><p><a href="https://www.juggluco.nl/Jugglucohelp/de/SibionicsServer.html">de</a>  <a href="https://www.juggluco.nl/Jugglucohelp/it/SibionicsServer.html">it</a>  <a href="https://www.juggluco.nl/Jugglucohelp/nl/SibionicsServer.html">nl</a>  <a href="https://www.juggluco.nl/Jugglucohelp/ru/SibionicsServer.html">ru</a>  <a href="https://www.juggluco.nl/Jugglucohelp/uk/SibionicsServer.html">uk</a>  <a href="https://www.juggluco.nl/Jugglucohelp/SibionicsServer.html?lang=en">en</a>  </p><h1 class="western">
Retrieve ID from server</h1>
<p style="line-height: 100%; margin-bottom: 0in">Retrieve the account
ID from the Sibionics GS3 server.
</p>
<p style="line-height: 100%; margin-bottom: 0in">GS3 sensors have an
built-in account binding mechanism to make it impossible to use a
sensor with a different account that it was previously used with. For
this an account ID number associated with the account is retrieved
from the server.</p>
<p style="line-height: 100%; margin-bottom: 0in">If you want to use a
sensor previously used with the Sibionics GS3 app, you need to
retrieve this ID from their server.</p>
<p style="line-height: 100%; margin-bottom: 0in">If you have root
access on your phone, you can also find it in the data directory of
Sibionics GS3 app:
</p>
<p style="line-height: 100%; margin-bottom: 0in">/data/data/com.sisensing.gs3/shared_prefs/sp_user.xml
contains the element user_id with that value, for example: <string
name="user_id">2019091906067780457</string>, when
2019091906067780457 is the user id.</p>
<p style="line-height: 100%; margin-bottom: 0in">It is also contained
in some file names, for example:</p>
<p style="line-height: 100%; margin-bottom: 0in">/data/data/com.sisensing.gs3/files/mmkv/sp_user2019091906067780457</p>
<p style="line-height: 100%; margin-bottom: 0in">/data/data/com.sisensing.gs3/files/mmkv/sp_user2019091906067780457.crc</p>
<p style="line-height: 100%; margin-bottom: 0in">/data/data/com.sisensing.gs3/shared_prefs/2019091906067780457.xml</p>
</body>
</html>