| | |
| | | private Button btnApiVersion, btnDeviceModel, btnOsVersion, btnRunningMemory, btnInnerStorage, btnFreeStorage, btnKernelVersion, btnBuilderNumber, btnFwVersion, btnShutDown, btnReboot, btnSystemConfiginfo, btnBrightness, btnRotation, notifyOpen, notifyClose, btnOpenBackLight, btnCloseBackLight, btnStatusBarShow, btnStatusBarHide, btnMicEnable, btnEthMacAddress, btnEthIpAddress, btnScardPath, btnInner, btnInstall, btnEthernetConnect, btnSubmitStaticIp, btnSleep, btnWakeUp, btnFilterPermission, btnOta, btnNetmask, btnGateway, btnDns, btnDisconnectEth, btnConnectEth, btnWwitchDhcp; |
| | | private TextView tvContent; |
| | | private EditText editIpAddress, editGateway, editNetmask, editDns1, editDns2, editBrightness, editRotation; |
| | | private View view; |
| | | |
| | | final private int LED_NOTIFICATION_ID = 100; |
| | | |
| | |
| | | btnConnectEth.setOnClickListener(this); |
| | | btnWwitchDhcp.setOnClickListener(this); |
| | | |
| | | view = findViewById(R.id.rl_back); |
| | | view.setOnClickListener(new View.OnClickListener() { |
| | | @Override |
| | | public void onClick(View v) { |
| | | finish(); |
| | | } |
| | | }); |
| | | |
| | | } |
| | | |
| | | private void initKnob() { |