Sponsored Content
Full Discussion: Android (operating system)
Operating Systems Linux Android Android (operating system) Post 302882712 by Neo on Wednesday 8th of January 2014 05:48:53 PM
Old 01-08-2014
Android (operating system)

From Wikipedia (FYI):

Quote:
Android is an operating system based on the Linux kernel, and designed primarily for touchscreen mobile devices such as smartphones and tablet computers. Initially developed by Android, Inc., which Google backed financially and later bought in 2005, Android was unveiled in 2007 along with the founding of the Open Handset Alliance: a consortium of hardware, software, and telecommunication companies devoted to advancing open standards for mobile devices. The first publicly available smartphone running Android, the HTC Dream, was released on October 22, 2008.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Unix Operating System

I need the Unix operating system on disc as im new to unix. Im studying unix and x windows next year at Sheffield University and would like to get a head start. Any suggestions would be appreciated (2 Replies)
Discussion started by: jeffersno1
2 Replies

2. UNIX for Dummies Questions & Answers

Operating System

Which is much more powerful as an operating system: 1. Windows 2000 2. Windows 98 3. Windows XP 4. Windows ME 5. Unix 6. Linux and why is it much more powerful than the other operating systems that i have mentioned. thanks for your info... (1 Reply)
Discussion started by: alecks1975
1 Replies

3. Filesystems, Disks and Memory

Fabric Operating System

Would any of your gentlemen have come across a decent reference for the FOS in your wanderings? Brocade just seems to want to sell me classes and FAN books :/ (0 Replies)
Discussion started by: Eronysis
0 Replies

4. Homework & Coursework Questions

Operating system LINUX

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: Write a C program that accepts 3 parameters. Each parameter indicates the quantity of product to be produced.... (1 Reply)
Discussion started by: paradise
1 Replies

5. Homework & Coursework Questions

Operating system LINUX

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: Write a C program that accepts 3 parameters. Each parameter indicates the quantity of product to be produced.... (0 Replies)
Discussion started by: paradise
0 Replies

6. Programming

Is android an operating system of unix.

I have a query that is about android application based mobile. actually android is so popular in mobiles and its w using sell cmd also UNIX is also support shell files. So it is a operating system of UNIX. But i am not sure please help me. (5 Replies)
Discussion started by: andrepitt77
5 Replies

7. Programming

Tools to monitor system performance in Android or linux

Hi, May i know the tools which will give the below details in a consolidated fashion for some 'X' duration in single and multicore processors, 1) How many times and how long scheduler code and kernel threads are executing ? 2) Details about each process, time spent in each state (run, wait... (0 Replies)
Discussion started by: tkarthi85
0 Replies

8. UNIX for Advanced & Expert Users

Best Operating System

Hello All, I want to install Linux on my machine, so please tell me one thing which is the best to install- 1.)Red Hat 2.)Cent OS 3.)Red Hat 4.)Ubuntu 5.)Fedora except that if there is any please tell me. (1 Reply)
Discussion started by: parthmittal2007
1 Replies

9. UNIX for Advanced & Expert Users

What's my Operating System

Can we know the operating given the IP address or DNS of the host. All I have is file://myserver/myapp (4 Replies)
Discussion started by: mohtashims
4 Replies

10. UNIX for Beginners Questions & Answers

Compiling Android system on Linux MInt

i have been trying to compile an android Marshmello system with no success. every time i try to compile i get this error javac: invalid source release: 1.7s Usage: javac <options> <source files> make: *** Error 41 #### make failed to build some targets (03:04 (mm:ss)) ####... (2 Replies)
Discussion started by: gearm
2 Replies
obexftp(1)																obexftp(1)

NAME
obexftp - Mobile Equipment file transfer tool SYNOPSIS
obexftp [OPTION] [COMMANDS] DESCRIPTION
obexftp is used to access files on mobile equipment, i.e. cell phones. With obexftpd you can transfer files between any computers using IrDA, Bluetooth and TCP/IP. This tool lets you access the ObexFTP library by the means of a command line interface. You might consider using the other means avail- able. E.g. the ObexFS filesystem for Linux. OPTIONS
The ordering of options is important. Every command will use the most recent device set. Every file without command switch will apply to the command given most recent. See EXAMPLES TRANSPORT OPTIONS -i, --irda Connect using the IrDA protocol. This is the default. -b device, --bluetooth device Connect to this bluetooth device. If the device is not given the first device found will be used. -B number, --channel number Use this bluetooth channel when connecting. The channel will be discoverd automatically if this option is not used. -d no/address, --hci no/address Use the bluetooth device referenced by number or address as source device for the connection. -u intf no, --usb intf no Connect to this usb interface or list all available usb interfaces. -t device, --tty device Connect to this tty device. -n host, --network host Connect to this network host. COMPATIBILITY OPTIONS -U uuid, --uuid uuid Select the UUID to connect with. Recognized values are currently "none" needed by some Nokia mobile devices, "FBS" (default) for the normal file browsing service, "IRMC" for IRMC synchronisation and "S45" when connecting to a Siemens Mobile phone via cable or "SHARP" for PCSOFTWARE UUID with Sharp devices. -H, --noconn Suppress connection IDs (i.e. send no connection header to the mobile). -S, --nopath Don't use "setpath" commands (i.e. send the whole path as filename to the mobile). Can be used together with --noconn and --uuid none to send an OBEX-PUSH. SETTING THE FILE PATH -c folder, --chdir folder Set the mobiles current working directory. -C folder, --mkdir folder Set the mobiles current working directory. The folder will be created if it doesn't exist. -l folder, --list folder List a folder. SENDING AND RETRIEVING FILES -o path, --output path Specify the target file name, overriding the implicit local name from --get or the implicit remote name from --put -g source, --get source Retrieve files from mobile. -G source, --getdelete source Retrieve files from mobile and delete them on the mobile -p source, --put source Send files to the mobile. -k source, --delete source Delete files from the mobile. EXPERIMENTAL EXTRAS -X, --capability Retrieve the capability object from the mobile (if available). -Y, --probe Probe and report device characteristics -x, --info Retrieve misc infos from mobile. I.e. memory size and free memory. Siemens specific for now. -m src dest, --move src dest Move (rename) files on the mobile. Siemens specific for now. VERSION INFORMATION AND HELP -v, --verbose Be verbose and give some additional infos. -V, --version Print version string and exit. -h, --help, --usage Print short usage instructions. EXAMPLES
To get the directory listing from the first irda device obexftp -i -l or just obexftp -l as IrDA is the default. To get the file bar from directory foo from the first bluetooth device obexftp -b -c foo -g bar To send the file bar to directory foo with device on first serial port obexftp -t /dev/ttyS0 -c foo -p bar It is possible to use RfComm (serial port over bluetooth) obexftp -t /dev/rfcomm0 -c foo -p bar And also IrComm (serial port over IrDA) obexftp -t /dev/ircomm0 -c foo -p bar To send the file bar using plain OBEX PUSH obexftp --bluetooth --nopath --noconn --uuid none --put bar SEE ALSO
obexftpd(1), openobex(3), obexftp(3), multicobex(3), libbfb(3). BUGS
Bugs ? Features ! NOTES
The software has been tested and reported working on at least Siemens, Ericsson, and Nokia phones. AUTHOR
Christian W. Zuckschwerdt <zany@triq.net> 17 February 2009 obexftp(1)
All times are GMT -4. The time now is 09:41 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy