How to build netbsd based mobile os [closed] - netbsd

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 months ago.
Improve this question
I'm searching for way to start my own project
I wanna build a mobile os based on netbsd
I will use netbsd ARM kernel to make my own SoC
Os could you give a resources and tools to get started

Have a look at http://www.NetBSD.org - the homepage of the NetBSD project has many ressources, starting from how to install the operating system over rebuilding and customizing. General Unix knowledge will help you, depending on what you want to do.
For detailled, in-depth technical questions I recommend using the NetBSD mailing lists, for which there is also an archive at http://mail-index.NetBSD.org.

Check DeforaOS project (www.defora.org) and also this:
http://www.ef.com/english-resources/english-grammar/punctuation/

Related

I need bare-metal hypervisors for home use [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
So let me try to explain what i want. I search a lot on the internet but i did not find. So i want an hyper-visor bare-metal. All i want is something like Vmware but to be installed on bare-metal, not on some platform host.
I find Xenserver but you cannot access the interface of virtual machines from the same machine. (You should use Xencenter to access it).
I do not have two machines,and i want to know if somebody have an idea about some technology.
So, seems like you do not have any restrictions about technologies and hypervisors providers , I can advise you then to use Hyper-v of Microsoft but to use it as a bare-metal hypervisor you should install Windows Server (or the System Center Manager) before, then activate the Hyper-v role on it and Reboot.. here is a tuto , check it maybe that will help you : http://www.altaro.com/hyper-v/install-hyper-v-bare-metal/

Apache cordova and visual studio; Good Choice? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
What would be a better option Apache cordova based application or Xamarin. Do we have any market analysis or tool popularity matrix by which one can choose their development path.
There are pros and cons for both approaches, you should make your own choice based on your needs and expectations.
You can find load of articles related to this. From the top results in Google:
Picking between Xamarin and Apache Cordova
Comparing Xamarin and Cordova on Visual Studio 2015
Which one is better: Xamarin or Apache Cordova?
I would suggest you also consider what technology you and the devs involved feel more comfortable with, since the ramp up effort should also be taken into account.

Looking for OpenNi2 sample code or place to download OpenNi1.5 [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I am trying to get started with developing Kinect Application using OpenNi.I dont seem to find any sample code for OpenNi2.I could find code for OpenNI 1.5 though. Where would i be able to find it?
And I am also looking for the older version OpenNI1.5 since all the documentations are based on it.Where would i find a link to download it?
Thanks.
After you download OpenNI 2 and unzip it there is a Samples folder.
You will want to start with something like SimpleViewer.
I recommend checking out the OpenNI Migration Guide as well.
Also, you can find previous version of OpenNI (including 1.5.4.0) here

Is there any free cross platform setup builder tool available? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
There are commercial cross-platform install tools out there and i think that they are really useful because you "compose" your setup once and the setup tool compiles it for the target platforms you want it to work for.
Unfortunately, such tools are expensive for a shareware author like me - they cost thousands of dollars. Are there similar open source projects out there?
Thanks in advance,
David
I'm having the same problem. Looked into IZPack, IZPack with Native Laucher, Lauch4J, ... All of them way too complex to use, at least for my taste. Searching for more info on IZPack, I've run accross that one a minute ago almost by accident: http://www.installjammer.com/
Looks promising, haven't tried it yet, though.
IZPack does very fine, i think. It's comprehensive, cross-platform and has a commercial-friendly license.

Documentation for Nokia E52 home screen plugin programming [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I don't seem to find any documentation on how to implement an home screen plugin for Nokia E52 devices.
Does someone know how to do this or where this documentation is?
The Active Idle Plugin API is not publicly available. You can get hold of it through Forum Nokia's API partnering program. Even then you basically need a custom firmware build as the plugins can only be loaded from ROM. However, there are some hints that the strict ROM only policy could have been relaxed in S60 3.2 that E52 is running but I was unable to find any specific public information.