Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Accessing Mobile Phone data

by ricDeez (Scribe)
on Dec 26, 2011 at 16:29 UTC ( [id://945116]=note: print w/replies, xml ) Need Help??


in reply to Accessing Mobile Phone data

Have you got an Android phone?

If so, you may be in luck as the SL4A (the Android scripting environment) supports Perl... Check out http://code.google.com/p/android-scripting

Here's some very simple sample code:

use strict; use warnings; use Android; my $a = Android->new(); $a->makeToast("Hello World!");

Using this toolkit you should be able to automate many of your phone's operations and access mobile data. However, you need to be a lot more specific when posting questions as it is impossible to understand what you want to do, what platform you are using, etc.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://945116]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (6)
As of 2024-04-20 00:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found