On Sunday, 24 February 2019 01:45:09 UTC+11, alex.jo...@gmail.com  wrote:
> On Tuesday, February 19, 2019 at 10:38:39 AM UTC, nosugar...@gmail.com wrote:
> > Hi Alex,
> > 
> > Let me just start by saying a massive thank you. This guide has been great. 
> > I have used it for the 8.1 - Oreo - which was just changing:
> >  'repo init -u git://git.osdn.net/gitroot/android-x86/manifest -b 
> > android-x86-7.1-r2' to 'repo init -u 
> > git://git.osdn.net/gitroot/android-x86/manifest -b oreo-x86.'
> > 
> > With 8.1, mouse support comes out the box and completing the last part of 
> > the guide actually makes the mouse worse in Oreo. So, disregard that part 
> > anyone following this guide for 8.1. You can change resolution by affixing 
> > 'vga=ask' and choosing your desired resolution 
> > (https://groups.google.com/forum/#!topic/qubes-users/KZm8aGJuiO0).
> > 
> > I have come across one issue, and I am wondering if you could help me. 
> > Android has installed great, and loads up fine. However, I simply cannot 
> > open the Settings app, as it crashes every single time. Others who have 
> > encountered this issue modified it using adb 
> > (https://stackoverflow.com/questions/3480201/how-do-you-install-an-apk-file-in-the-android-emulator?rq=1),
> >  but I don't know how to do this with a Qubes HVM. Any help with this?
> > 
> > Thanks in advance :)
> 
> You can use adb via network:
> Create tmpvm with adb.
> Select Networking vm for tmpvm with adb to sys-android.
> Select Networking vm for Android VM to sys-android.
> 
> In sys-android run:
> sudo nft add rule ip qubes-firewall forward meta iifname eth0 accept
> sudo iptables -I FORWARD 2 -i vif+ -s 10.137.0.0/24 -d 10.137.0.0/24 -p tcp 
> -m conntrack --ctstate NEW -j ACCEPT
> 
> In android terminal run:
> su
> setprop service.adb.tcp.port 5555
> stop adbd
> start adbd
> 
> In tmpvm witd adb run:
> adb connect 10.137.0.xx:5555
> Where 10.137.0.xx - android IP
> And then run your commands.

Hi Alex, good to hear from you again.

Been pulling my hair out trying to get Android working. It installs great, but 
i can't open settings at all, so can't even do anything with the OS.

Have you had success with Oreo?

I'll try your adb steps.

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/6ff65e60-5217-4f0d-a134-e504dfc64095%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to