

The Event log lists each command/response pair that has been transmitted to/received from the client device.The Apps table lists all Apps Either Installed or Scoped for this device (Apps which are scoped but not installed will be under the 'Missing' Tab).The Profiles table lists all configuration Profiles installed on the client, including how they were installed and whether there is an update pending for them.The Restrictions table displays a list of Restrictions on a client device, enforced by its profile(s).The Restrictions/Profiles/Apps bank (Cyan).Displays current state/stance and vital statistics such as MAC Address, Local/Public IP, profile/app update state, OS Level, Check-in time, etc.Here you can find three primary banks of data:

myBluetooth = BluetoothAdapter.getDefaultAdapter() if(myBluetooth = null) private void turnOffLed()ītSocket.getOutputStream().write("TF".toString().getBytes()) ītSocket.getOutputStream().write("TO".toString().The primary logging location in SM is the Client Details page, and is always the first/easiest place to look. Writing a stable code avoids weird erros, so it’s good to check if the device has bluetooth adapter and whether it’s activated. Import import import import import import import import import Ĭreate variables to control bluetooth: private BluetoothAdapter myBluetooth = null private Set pairedDevices btnPaired = (Button)findViewById(R.id.button) devicelist = (ListView)findViewById(R.id.listView) Import the followings packages: import Ĭreate widgets variables to “call” the widgets used to create the layout: Button btnPaired ListView devicelist Java folder contains the package of the apk (), and all the source code.

On the left side there’s a folder called “app “, open it and you’ll see other folder called “java”.
