Author Topic: How to install APK from adb fastboot and guid generate code on deep instinct  (Read 3184 times)

golfreeze

  • Administrator
  • Hero Member
  • *****
  • Posts: 2140
    • View Profile
    • นั่งสมาธิ สติปัฏฐานสี่ พาเที่ยววัด แนะนำวัด แจกcd ธรรมะฟรี
    • Email
How to install APK from adb fastboot and guid generate code on deep instinct
« on: กรกฎาคม 05, 2018, 07:43:18 AM »
1. Download APK from management console:
2. Install ADB driver and software on your device.
a. Linux (ubuntu): https://www.linuxbabe.com/ubuntu/how-to-install-adb-
fastboot-ubuntu-16-04-16-10-14-04
b. MacOS: https://stackoverflow.com/questions/31374085/installing-adb-on-
mac-os-x
c. Windows: universal USB driver can be found at:
https://adb.clockworkmod.com/
3. Open USB debugging on your phone, example:
https://www.phonearena.com/news/How-to-enable-USB-debugging-on-
Android_id53909
4. Open CMD (Or terminal if you use Unix based machine).
5. Type ‘adb devices’
6. The following should be showed up:
7. Cd to the location of the APK file.
8. Now type: ‘adb install deepinstinct.apk’
9. You’ll see Deep Instinct app on the device.
10. Connect to the same network as the on-prem server using your mobile.
11. Use ChromeADB app to use ADB to copy paste data to the phone instead of typing
it:
https://chrome.google.com/webstore/detail/chromeadb/fhdoijgfljahinnpbolfdimp
cfoicmnm?hl=en
12. Open Deep instinct app and click on “Activate”.
13. In the URL type: https://{your_server_ip}:4339
14. In the activation key get a GUID from: https://www.guidgenerator.com/online-guid-
generator.aspx
15. Click “activate”
16. If the connection is fine, the app will be installed.