Quote:
Originally Posted by Question Mark
I have tried. When I open up the command window in the ADB platform tools, the Note does not show up when I type in "adb devices". Not sure why. It works on my Max and one of my tablets. For some strange reason, the Note is not showing up even though I have it in debugging mode and set up for MTP transfers.
|
I think it is pretty typical. On Linux, we sometimes have to add devices on
/etc/udev/rules.d/51-android.rules
using lines like
SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", MODE="0666", GROUP="plugdev"
or
ATTR{idVendor}=="04e8", ATTR{idProduct}=="1234", MODE="0666", GROUP="plugdev"
(we get those "vendor" and "product" values from the `lsusb` command)
In general, you will find many threads like the following (which could well contain the solution):
Android device does not show up in adb list (on StackOverflow)
https://stackoverflow.com/questions/...up-in-adb-list
But you do not need a desktop tu run commands on Android, you can install for example (I use it)
Term.apk
from jackpal, who has the project page at
https://github.com/jackpal/Android-Terminal-Emulator
and the package for installation is available on both play.google.com and at
https://jackpal.github.io/Android-Terminal-Emulator/
Quote:
Originally Posted by Question Mark
You'll have to explain the process a little more clearly for me. Not really sure how to run such a test.
|
Geekbench 3 is (should be - maybe access it from the tablet, so the website sees that you want the Android version) available at
http://www.geekbench.com/geekbench3/
I see that it is more difficult to find the APK for geekbench3, but a google search returns a few results, among which
https://www.apksum.com/app/Geekbench...labs.geekbench
Geekbench 4 returns different values (cannot be compared to those of 3), plus had some other limitation I cannot remember.
If you want to scan an APK after downloading and before installing, I see that a Quora answer returns that virustotal.com - which you know - also scans APKges, but also nviso.be and andrototal.org exist.
to compare results with other systems - a Pentium3, a Nokia phone, a server installation, the latest Intel or the first ARM - check the database of results at
http://browser.geekbench.com/geekbench3/
the following page is the geekbench 3 search for Onyx
http://browser.geekbench.com/geekben...2%9C%93&q=onyx
those Jan 2, 2018, for example, are yours truly.