Android, Apple, and phone phreedom


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Android, Apple, and phone phreedom
# 1  
Old 10-02-2008
Android, Apple, and phone phreedom

10-02-2008 01:00 PM
Google unveiled the first Android-powered cell phone last week, a T-Mobile-branded device dubbed the G1. Comparisons to Apple's iPhone were immediate -- and that is a good thing for Android, when you consider what a raucous and contentious week it was for iPhone developers.



Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Emergency UNIX and Linux Support

How do i start a new thread with my android phone?

thanks (6 Replies)
Discussion started by: jgt
6 Replies

2. Solaris

Solaris View/Transfer Files Android Phone

I'm trying to sync/transfer files from my UNIX box and Android Phone and vice versa. I know that Android Phones show up seamlessly (mostly) in Linux given their incestuous relationship. Is there a way to do it in UNIX or more specifically in Solaris 11.3 (i86)?:confused: I haven't found one... (2 Replies)
Discussion started by: Nostradamus1973
2 Replies

3. Android

Will You Move to an Android Phone or Tablet?

Let's find out about users of Android. I'm becoming a big Android follower. You? After a lot of research, I am thinking to by the Samsung Galaxy S as soon as it updates to Android 2.2. I'm also closely following the release of the Samsung Galaxy Tab! (14 Replies)
Discussion started by: Neo
14 Replies
Login or Register to Ask a Question
BITPIM(1)						      General Commands Manual							 BITPIM(1)

NAME
bitpim - utility to communicate with many CDMA phones SYNOPSIS
bitpim [ -c file | -d dir ] [ -f model ] [ -p device ] [ bitfling ] [ debug ] [ cli-command ] DESCRIPTION
This manual page documents briefly the bitpim command. BitPim allows you to view and manipulate data on many phones from LG, Samsung, Sanyo, and other manufacturers that use Qualcomm CDMA chips. Depending on your phone model, you may be able to access the phone book, the calendar, wallpapers, ring tones, and the filesystem. OPTIONS
A summary of options is included below. -c file Read configuration from file. -d dir Read configuration from dir/.bitpim. -f model Assume a phone type of model rather than what the configuration file specifies. Particularly useful in CLI mode. -p device Communicate with the phone via the device ("port") device. bitfling Run as bitfling(1). debug Print debugging information to standard output and standard error. cli-command Interact with the phone's filesystem via a command-line interface. The command must be a single (quoted) argument, and can take any of the following forms: cli Bring up an interactive shell, allowing all of the below commands as well as a few others (cd dir, cdu, exit, and pwd or equivalently cwd). cp src [...] destdir Copy files to, from, or within the phone. ll dir [...] Print a detailed listing of the specified phone directory or directories. ls dir [...] Print a brief listing of the specified phone directory or directories. mkdir dir [...] Create a directory on the phone. rm file [...] Remove one or more files from the phone. rmdir dir [...] Remove one or more directories, which must already be empty, from the phone. Please note that none of these commands accepts wildcards. To indicate that an argument denotes a file or directory on the phone, you can prefix it with phone:; this is mainly relevant for cp, which performs phone-to-PC copies unless otherwise directed. FILES
$HOME/.bitpim-files/.bitpim The default configuration file. SEE ALSO
bitfling(1), http://www.bitpim.org/. AUTHOR
bitpim was primarily written by Roger Binns <rogerb@rogerbinns.com>. This manual page was written by Aaron M. Ucko <ucko@debian.org>, for the Debian project (but may be used by others). 2007-12-12 BITPIM(1)