View Single Post
Old 12-05-2023, 06:18 PM   #18
porphyry5
Connoisseur
porphyry5 began at the beginning.
 
Posts: 69
Karma: 10
Join Date: Apr 2013
Device: Kobo Clara, Onyx Boox Monte Cristo
Quote:
Originally Posted by Renate View Post
Ok, then you need to go to step #0:
Code:
adb devices
Nothing seen? Then you either don't have your device plugged in or else ADB is not enabled.
Google "build number x7" or "enable ADB"
Yes, having the device plugged into the laptop makes a big difference. My apologies for my blindness.

Code:
~ $ adb devices
* daemon not running; starting now at tcp:5037
* daemon started successfully
List of devices attached
0123456789ABCDEF        device

~ $ adb shell getprop ro.product.model
MC_Cristo5
~ $ adb shell "getprop | grep finger"
[ro.build.fingerprint]: [Onyx/MC_Cristo5/MC_Cristo5:4.4.4/2020-10-15_18-36_2.1.2_3867f11/1382:user/dev-keys]
porphyry5 is offline   Reply With Quote