What happens to your smartphone data ? and is it safe?

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Complex Event Processing RSS News What happens to your smartphone data ? and is it safe?
# 1  
Old 08-07-2010
What happens to your smartphone data ? and is it safe?

by Doug Gross, CNN This week, news out of the Middle East saw BlackBerry, the handheld communication device of choice in the corporate world, assailed on multiple fronts over a security problem. The problem? It’s too secure. Governments in Saudi Arabia and the United Arab Emirates said they plan to ban BlackBerry use, at least [...]

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Fedora

Cannot view the files on the smartphone anymore

My current Fedora version is 27. Desktop environment is LXDE. I am trying to view files sitting on my smartphone (Sony Xperia XA ultra) but it doesn't work anymore. This used to work before. I cannot view image and mp3 files but text files and pdf files work fine. When I move the files to the local... (3 Replies)
Discussion started by: milhan
3 Replies

2. Linux

Linux and Smartphone

Is there any linux smartphone? (2 Replies)
Discussion started by: techslate
2 Replies

3. Linux

How to Keep your core System and personal Data safe while updating to latest distro?

Hi everyone, Almost everything is in the title! Which partitions do you keep? Which partitions do you reformat, while doing a clean install? Personaly, I never format /var and /home partitions when I update to latest linux distribution. It has been working quite ok up to now, but I was... (3 Replies)
Discussion started by: freddie50
3 Replies

4. News, Links, Events and Announcements

Android Captures Smartphone Lead In U.S.

Reference (1 Reply)
Discussion started by: Neo
1 Replies

5. Solaris

Async-Signal-Safe versus MT-Safe

Hi, I am Solaris 9 developer and notice that the documentation does not provide a clear notion of the inherent concurrency in routines defined as "Async-Signal-Safe". Routines defined as "MT-Safe" obviously have the best level of concurrency, compared to normal "Safe" interfaces. I have... (1 Reply)
Discussion started by: tristan12
1 Replies
Login or Register to Ask a Question
BRAWCHANNEL(1)						      General Commands Manual						    BRAWCHANNEL(1)

NAME
brawchannel - Barry Project's program to create a channel to a BlackBerry application SYNOPSIS
brawchannel [-h][-p pin][-P pass][-v] <channel name> DESCRIPTION
brawchannel is a tool for connecting to an application channel on a BlackBerry device, as provided to on device programs by the net.rim.device.api.system.USBPort API. Data received on the channel will be output to STDOUT and any data received on STDIN in will be sent over the channel. Any errors or verbose output will be written to STDERR. The channel name provided to this program should be the same as the channel name passed to the call to net.rim.device.api.system.USBPort.registerChannel OPTIONS
-h Display a command help summary. -p pin Specifies the PIN number of the device with which you wish to communicate, when multiple devices are connected. -P password A simplistic method to specify the device password. -v Verbose debug output. This enables dumping of USB bus scanning, as well as the protocol packets used during communication. This will cause libusb to output information on STDOUT, which will usually be undesirable. Setting the environment variable USB_DEBUG to 0, 1 or 2 should prevent any addition output on STDOUT. AUTHOR
brawchannel was initially written for the Barry project by RealVNC Ltd., based on bjavaloader by Nicolas Vivien. SEE ALSO
http://www.netdirect.ca/software/packages/barry August 17, 2010 BRAWCHANNEL(1)