Re: More re USB stick

2021-09-23 Thread Bob Bernstein
On Wed, 22 Sep 2021, Martin Husemann wrote: Probably easiest way for now: boot the 9.1 (!) bios install image to install... Regrettably, results with the 9.1 install.img were unchanged from my experiments with current-. Right now I am going to put this project on hold. I've had to deal

Re: 2-year old change not pulled into 9.2

2021-09-23 Thread Jan Schaumann
Matthias Petermann wrote: > In your case, the release branch "netbsd-9" was probably already created > when your patch was merged into current. This means that a transfer to the > release branch requires a pull-up request: Yep, I forgot that minor releases don't get changes unless requested via

Re: Android development

2021-09-23 Thread Riza Dindir
Hello I do not know. But you can run an apk on android x86. To do this you can use an emulator like virtualbox or quemu. I was running android x86 within virtual box on windows. Deploying my apk onto android 86. And using adb to debug and test the application. Maybe others might have more

Re: Android development

2021-09-23 Thread Mario Marietto
errata corrige : do you mean that on NetBSD there is a chance to run some apk files like this ? https://dl.4kdownload.com/app/4kvideodownloader_1.0.0.apk I'm not able to build an apk file. But I would like to run an apk file already built. Il giorno gio 23 set 2021 alle ore 13:17 Riza Dindir

Re: Android development

2021-09-23 Thread Riza Dindir
Hello Mario I was asking of building apk's on NetBSD that will run on mobile devices. Riza. On Thu, Sep 23, 2021, 13:38 Mario Marietto wrote: > Do you mean that on FreeBSD there is a chance to run some apk files like > this ? > > https://dl.4kdownload.com/app/4kvideodownloader_1.0.0.apk > >

Re: Android development

2021-09-23 Thread Mario Marietto
Do you mean that on FreeBSD there is a chance to run some apk files like this ? https://dl.4kdownload.com/app/4kvideodownloader_1.0.0.apk Il giorno gio 23 set 2021 alle ore 10:58 Riza Dindir ha scritto: > Hello MJ, > > On Thu, Sep 23, 2021, 10:10 MJ wrote: > >> >> >> On 23/09/2021 6:21 pm,

Re: Android development

2021-09-23 Thread Riza Dindir
Hello MJ, On Thu, Sep 23, 2021, 10:10 MJ wrote: > > > On 23/09/2021 6:21 pm, Riza Dindir wrote: > > Hello All, > > > > Can we build android apps using the android sdk and adb on netbsd? Or > > any other means to develop android applications for mobile devices and > > smart phones? > > > >

Re: Android development

2021-09-23 Thread Riza Dindir
Hello r0ller Seems there is no support. Will read more about it. Regards Riza On Thu, Sep 23, 2021, 09:52 r0ller wrote: > Hi Riza, > > As far as I can tell, natively not. I mean that linux emulation is > definitely necessary. Mainly because the android dev environment is pretty > much bound

Re: Android development

2021-09-23 Thread r0ller
Hi Riza, As far as I can tell, natively not. I mean that linux emulation is definitely necessary. Mainly because the android dev environment is pretty much bound to Linux. I tried to build ndk on NetBSD but there are quite some stuff to change in their scripts -see 2) in this post:

Re: Android development

2021-09-23 Thread MJ
On 23/09/2021 6:21 pm, Riza Dindir wrote: Hello All, Can we build android apps using the android sdk and adb on netbsd? Or any other means to develop android applications for mobile devices and smart phones? Regards, Riza Hi Riza, I know it's not NetBSD, but you seem able to do it on