facebookarchive / fb-adb

A better shell for Android devices
Other
1.14k stars 128 forks source link

`fb-adb shell` not working on GenyMotion #2

Closed gfx closed 10 years ago

gfx commented 10 years ago

It works on real devices but doesn't on GenyMotion emulators.

% ./fb-adb -s shell false
fb-adb shell: protocol error: impossibly large message: type:24877 sz:25163 room:4069

config.log: https://gist.github.com/gfx/9374a893c1bba9db4fd2

dcolascione commented 10 years ago

Thanks for the report. I don't have a copy of GenyMotion here, but I'll try to repro on one.

shakalaca commented 10 years ago

Same here connecting with ZenFone, x86 issue ?

dcolascione commented 10 years ago

Yep, x86 issue. Bad merge changed a struct layout. It should be fixed now.

gfx commented 10 years ago

It works. Thanks!