0

Currently, I'm working on a big tablet android like the advertisement board. I'm trying to use react-native for it and the only port that they have is USB. I'm trying to open the developer menu but have no idea how. I am installing the apps by sending the debug apk using the drive.

Things that I try:-

  1. shake the big tab, might be they do not have the sensor for it
  2. use USB male to male did not detect the USB as adb or anything.

any idea how to open this one? it's pretty hard to not see the console.

Tab Information: Model number Quad-Core R18 ads

Android version android 6.0.1

firmware version ads_v1.0

kernel version 3.10.65 xiao@yh-Series2 #225

Hazim Ali
  • 1,077
  • 4
  • 17
  • 28
  • use adb over tcp instead of usb, After that you can see the logs on your shell or even push and install application. – Rachit Solanki Apr 05 '18 at 03:34
  • @RachitSolanki can you describe more on the process? I never hear about adb over tcp.. so if im using adb tcpip <>, how do i know which devices should i connect ? adb tcpip 192.168.0.189.. is this the correct way ? and I need to do this after i install my debug apk on the devices right ? – Hazim Ali Apr 05 '18 at 03:39
  • adb connect 192.168.0.189:5555 is use to connect if it did not work then please follow https://stackoverflow.com/questions/2604727/how-can-i-connect-to-android-with-adb-over-tcp – Rachit Solanki Apr 05 '18 at 03:43
  • the one that I read, I still need to use usb to set the port adb tcpip right ? – Hazim Ali Apr 05 '18 at 03:59
  • not necessary if your device is already configure and if not then you need to set them to property file this you can add via downloading any shell application to android – Rachit Solanki Apr 05 '18 at 15:10
  • 1
    alright.. thanks @RachitSolanki!, got it.. i got connection refused but once i install adb wifi from the device, it's working – Hazim Ali Apr 05 '18 at 16:08

0 Answers0