![Qeedji TAB10s Developer'S Manual Download Page 9](http://html2.mh-extra.com/html/qeedji/tab10s/tab10s_developers-manual_3139795009.webp)
9
APK debug
AOSP for TAB10s is compa ble with
² so ware development suite.
²
ADB is included in the Android SDK Pla orm- Tools package
.
You can debug with ADB using
USB
or
WLAN
. In case you have an USB hub with an
Ethernet to USB
bridge, you can also debug with ADB using
LAN
.
USB debug
Connect a cable between the TAB10s USB-C connector and the USB 2.0 connector of your computer.
Then wait for the TAB10s is boo ng up.
Unlike an Android Mobile tablet, the TAB1 0 s has no ba ery and is completely powered by the USB- C connector. Before supply the TAB1 0 s with the USB connector of your
computer, check with your computer' s manufacturer that its USB connectors are protected against over- intensity to warranty that its USB output will be never damaged.
Check also that the USB output is able to deliver a suffi cient power else the TAB1 0 s may not stop reboo ng.
W LAN debug
Connect the cable of the USB-C wall plug to the TAB10s USB-C connector.
Then wait for the TAB10s is boo ng up.
Go in the
Settings
applica on and configure the WLAN.
LAN debug
Prerequisite: have a suitable
Ethernet to USB
(USB-C or POGO type connector) bridge which is connected to the LAN network.
Connect the
Ethernet to USB
bridge to on the TAB10s (USB-C or POGO type connector).
Debug mode se ng
Launch the
Settings
applica on:
press on the
About tablet (TAB10s)
menu,
press 5 mes on the bu on
Build number (9.yy.zz release keys)
. The message
Y ou are now a developer
should appear showing that the debug mode is ac vated,
go in the
Advanced
menu. The
Developer options
menu is now available,
ac vate
Network debugging
or
USB debugging
according to your needs.
☛
It is possible to ac vate or inac vate the debug mode on the TAB1 0 s by using the confi gura on script. In the
, uncomment the line
disableA llo w D ebug g ing ( ) ;
.
Network access permissions
To access the network, an APK needs to declare
permissions in its manifest:
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />