On Sunday, 24 February 2019 20:18:11 UTC+11, nosugar...@gmail.com  wrote:
> 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.
> 
> Okay, adb works perfectly with your method. Thank you!
> 
> However, my settings is still broken after clearing the data of 
> com.android.settings. I do wonder if this is part of a bigger problem, as the 
> google play store says checking for info.. then the screen turns black. I 
> didn't see any issues when compiling the iso, so not sure what's going on.

Think my issue might be because 'No WebView installed'? Can't open up playstore 
as it fails to load webview provider. 

-- 
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/e9b1e1ac-4a2a-4674-b610-91a25faf42ff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to