Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
There is existing mobile device which has perl: OpenMoko. perl was one of reasons why I bought one.
root@fic-gta01:~$ uname -a
Linux fic-gta01 2.6.24 #1 PREEMPT Thu Feb 14 11:13:21 UTC 2008 armv4tl unknown
root@fic-gta01:~$ perl -v

This is perl, v5.8.8 built for arm-linux-gnueabi
-V flag doesn't work (missing Config.pm), but mobile devices are different beasts than other platforms because they are quite space limited:
root@fic-gta01:~$ df /
Filesystem           1k-blocks      Used Available Use% Mounted on
/dev/mtdblock4           62576     51872     10704  83% /
This is after clean re-install of rootfs and installation of perl from package using ipkg install perl

To be honest, other than script to change LCD backlight level (just for fun, no practical value) I didn't do much development for on this GTA01 (developers release) device.

I had plan to write xs bindings for OpenMoko UI libraries, but I got distracted by other things, and all-in-all this unit is really development device with various quirks which prevents you to do development on it and use it at same time, so it was neglected for quite some time.

However, my biggest gripe is battery life, and since this required fixes in hardware there is no hope for my unit. However, mass-produced GTA02 unit would be much better match for serious development if for nothing else because it has graphic accelerator which this one lacks (which makes whole GUI somewhat sluggish compared to several years old cell phone).


2share!2flame...

In reply to Re: Google Android by dpavlin
in thread Google Android by softworkz

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found