Re: [qubes-users] Android development under QubesOS

2016-10-15 Thread Vít Šesták
Well, you can select ARM in the emulator. While it reduces performance (you need to actually emulate the instructions), it works. I've also tried installing Android in a HVM, it worked somehow, but it was not very usable. Most notably, there was a problem with mapping touches to mouse. (Well, Q

Re: [qubes-users] Android development under QubesOS

2016-10-15 Thread Torsten Grote
On 10/15/2016 03:38 PM, Alex wrote: > I've had luck with Alcatel Pixi 3 and Wiko Jerry, but there's no way of > forwarding an Asus Zenfone 4 - it just resets itself and returns to usbvm. Check this issue that describes the problem and some workarounds: https://github.com/QubesOS/qubes-issues/

Re: [qubes-users] Android development under QubesOS

2016-10-15 Thread Vít Šesták
The security of ADB over USB is rather a mystery. Since some Android version (Jelly Bean?), Android needs confirmation of fingerprint of the host when connecting over USB (!). Sure, even authentication of USB host has some merit, which I am not going to discuss right now. However, when enabling

Re: [qubes-users] Android development under QubesOS

2016-10-15 Thread Marek Marczykowski-Górecki
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Sat, Oct 15, 2016 at 08:38:58PM +0200, Alex wrote: > On 10/15/2016 08:33 PM, York Keyser wrote: > > Hi group, > > > > I want to develop an Android application and have a special VM for > > that and also I have a sis-USB VM. So now there is my pro

Re: [qubes-users] Android development under QubesOS

2016-10-15 Thread Alex
On 10/15/2016 08:33 PM, York Keyser wrote: > Hi group, > > I want to develop an Android application and have a special VM for > that and also I have a sis-USB VM. So now there is my problem, how > can I forward the phone over USB to my developer VM. So I am able to > debug on the device. > > Some

[qubes-users] Android development under QubesOS

2016-10-15 Thread York Keyser
Hi group, I want to develop an Android application and have a special VM for that and also I have a sis-USB VM. So now there is my problem, how can I forward the phone over USB to my developer VM. So I am able to debug on the device. Somebody in the group who have already solved this kind of