littlewhywhat / extrace

Extrace
Other
0 stars 0 forks source link

build emulator #32

Open littlewhywhat opened 6 years ago

littlewhywhat commented 6 years ago

mini-emulator-x86-64 error:

ro.build.fingerprint cannot exceed 91 bytes error
littlewhywhat commented 6 years ago

using this https://stackoverflow.com/a/39564498 trying:

make j16 BUILD_FINGERPRINT="128"
littlewhywhat commented 6 years ago

device is up and running by starting:

emulator

it's possible to specify port

emulator -port 5555
littlewhywhat commented 6 years ago

find out port of application

netstat -tulpn | grep port_number
littlewhywhat commented 6 years ago

for some reason device is all the time offline. However 'telnet localhost port_number" is working. Probably mini-emulator doesn't support adb

littlewhywhat commented 6 years ago

After building aosp_arm_x86_64-userdebug, adb is working. for root use:

emulator -shell
adb root