What is Android in actual ? Mobile Software or Operating system? [closed] - operating-system

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I am too frustrated when i discussed about Android.
Internet searches strongly says it is Operating system but also some searches says it is Mobile software.
What is Android in actual. Mobile Software or Operating system ?
Confused.

Its a open source mobile operating systems targeted for mobile devices such as smart phones and tablets.
Internet searches strongly says it is Operating system but also some
searches says it is Mobile software.
That is both correct, software includes OS.
If you think of it in OOP terms, Android will inherit from 'Software' and 'Operating System'
You can read more in the SO info page of Android tag

Android is an operating system, based on the same kernel as Linux. It is optimized for low power operation, and for a small memory footprint. You can get developer tools online.

Related

Where can I find modern multi core processor to use on my development board [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed yesterday.
Improve this question
I’m trying to build a development board like raspberry pi, I can’t seem to find a processor that is sold as a standalone.
For example arm cortex A etc
Please where can I find modern multi core processors to use for my board

Opertaing system not found and keyboard not working [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 months ago.
Improve this question
Laptop Model: Sony, Vaio SVE141D11L
Hi! I have two problem. first is when I turn on my laptop I see this Operation System Not Found, and the second problem is, I can't boot bios page, because my keyboard is not working. so, now how can I fix my problem? I mean how can I get into the bios page?
not sure why your keyboard is not working, could use more information - best way to access bios would be to plug in a basic USB keyboard and press key as says on bios screen.
Wireless keyboards/dongle keyboards most likely will not work.
Some other easier things you could try:
It sounds like your memory device(HDD/SSD/M2) might still be working but OS is corrupt so insert an OS installation media (usb, cd etc) if your on Microsoft windows you can get an windows iso tool online, as your computer cant detect OS it should boot into any bootable media.
open up your laptop remove cmos battery for over a minute which should reset your bios in-case keyboard is messed up due to settings
remove your internal media device and plug it into another computer to check if its readable.
Hope this helps

How do I connect my iPhone to the virtual machine (VMware macOS)? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
my virtual machine (VMware macOS) doesn't see my iPhone when I connect my iPhone to the computer. Anyone knows how to handle this ? I want to connect just for using my iPhone as simulator.
I think that your iPhone with the lightning connector would be perceived by VMWare as a USB Device, so you could refer to their USB Device documentation. The TL;DR is essentially:
Add the physical usb port to what the vm can "see".
Choose VM > Removable Devices to connect specific USB devices to your virtual machine.
Find the menu item for the usb port the iPhone is plugged into and mouse over it to see the iPhone, then click its name.
I found some additional instructions here which may provide more useful, granular details on how to do this. Pleas note that you will have to take into account the OS of both the host and the guest when following the documentation. Additionally, you may need specific drivers to let the guest addition recognize the iOS device.
Good luck!

can same app run on different cpu type but same operating system? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I have an application that formerly was running on an itanium suse 11,
I'm wondering to now Can I freely choose suse 11 intel support on new intel cpu?
what I mean is that , is there any chance that application affect by changing cpu type but not the operating system it use?
The compiled binaries will not run on both x86 and arm. However, it is very possible to compile binaries for each platform from the same source code. How likely this is depends on too many factors to list here; you will have to try compiling it yourself. Depending on the language, cross architecture compilation will have varying difficulty. With Java or Python or something similar, the architecture is unlikely to cause problems as long as your are on the same OS.
Link to a GGC-centric guide.

It is possible to simulate inside of a sun netra T5220? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I want to know if it is possible simulate a SO inside of a T5220.
Because two servers are needed with different specific software that works on a T5220, but there is only one T5220 physically with one hard disk and the software works on solaris 10.
I am new in this kind of themes, but simulate this kind of platform in an x86 architecture is possible? Because there are servers of this kind available for this use.
I am seeking for all kind of options.
The software also is compatible with the next platforms: SunFire V440, Netra T2000, Netra 440 and Sun Fire X4270 M2. Any of those can be simulated? and if it is possible, what do i need?
You can create both multiple logical domains and multiple zones on a T5220.
With logical domains (Oracle VM for SPARC), you simulate different physical machines, each one with its own Operating System.
With zones, you have OS level virtualization including the ability to simulate older Solaris releases with S9 and S8 branded zones.
On the other hand, I'm not aware of any usable and current Solaris on SPARC emulation layer available for x86.