Main > Free Download Search >

Free mainly mobile software for linux

mainly mobile

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 697
Linux Mobile System 1.0

Linux Mobile System 1.0


Linux Mobile System (LMS) is a full Linux system whose support is the new USB Flash Memory Drives. more>>
Linux Mobile System project (LMS) is a full Linux system whose support is the new USB Flash Memory Drives. The intention is to boot any PC with USB support with our system and therefore we will have every administration and analysis applications that we have selected, so we will not need install it. This way, always we will be able to get our Linux system ready to use in our pocket.
This project arose with the intention to study the Linux system of exhaustive way and simultaneously enjoy with it. The initial idea is to fuse two separated disciplines: the programming and the systems management. So well center our study in the denominated "system programming, as much networking level as at device level (drivers).
Main features:
- To initiate our Linux system from memories flash USB.
- The system will be a selection of common GNU tools in every system: disk diagnosis, memory, hardware, networks monitoring tools, etc.
- LMS Tux
- As far as possible well develop new tools and/or utilities with the objective to study deeply the underlying technology.
- The programming languages used will be C, C++, Python and Perl, without forget the system shell scripts.
- The resources minimization (disk space, memory...) isnt a functional objective of the developments.
LMSs main aim is to achieve a highly specialized distribution of GNU/Linux which can carried through the USB Flash Memory Drives. Once the distribution is ready in the USB device, it can be carried in your own pocket and you can start up any PC x86 with no need to install it directly in the PC.
The LMS system is aimed at the development of specific tasks such as network administration, security analysis of networks, and recovery and repair of host data, as well as all information exchange, which is what makes it different from other portable systems such as "live CDs". The main idea is to carry all the potency of Linux and our tools in our own pockets, ready to be used.
<<less
Download (3.9MB)
Added: 2007-06-13 License: GPL (GNU General Public License) Price:
899 downloads
GNU Mobile-remix 1.0

GNU Mobile-remix 1.0


GNU Mobile-remix 1.0 provides you with another dark theme for your GNOME desktop. more>>
GNU Mobile-remix 1.0 provides you with another dark theme for your GNOME desktop. It is a mix between the GNU mobile and GNU Tierra themes.

GNOME is an international effort to build a complete desktop environment the graphical user interface which sits on top of a computer operating system entirely from free software. This goal includes creating software development frameworks, selecting application software for the desktop, and working on the programs which manage application launching, file handling, and window and task management.

GNOME is part of the GNU Project and can be used with various Unix-like operating systems, most notably Linux, and as part of Java Desktop System in Solaris.

Enhancements:

  • Corrected a few mistakes
  • Corrected menubar for those without globalmenu.
  • Changed Menu colours.

Requirements:

  • GNOME
  • Patched pixbuf
  • Mist engines installed.
<<less
Added: 2009-02-06 License: GPL Price: FREE
1 downloads
Implementing Mobile Calculi 0.2

Implementing Mobile Calculi 0.2


Implementing Mobile Calculi provides a Java framework for distributed applications and code mobility. more>>
Implementing Mobile Calculi provides a Java framework for distributed applications and code mobility.
IMC (Implementing Mobile Calculi) is a Java framework for implementing distributed applications possibly with code mobility.
The name is due to the fact that this framework was originally built to help implement the run-time system of a mobile calculi implementation, i.e., calculi accessing remote resources and nodes, and, possibly, exchanging code, processes, and mobile agents.
If you dont need code mobility features, you can simply ignore them and use IMC for building any distributed and network application.
Enhancements:
- SessionStarter is a base class instead of an interface (*)
- IpSessionId syntax (*)
- Primordial log capabilities
- close in NodeProcess and NodeCoordinator (*)
- autogenerated names for NodeProcess and NodeCoordinator.
- The same SessionStarter should not be used for concurrent accepts. (*)
- Udp, Tcp and LocalSessionStarter are in separate packages
- ProtocolStack.createXXX (passing the ProtocolLayer to be considered
- as the highest layer). (*)
- closeSessions(SessionId). (*)
- mark, reset, skip in UnMarshaler (*)
- ProtocolThread moved in topology (it is now a NodeProcess) (*)
<<less
Download (1.8MB)
Added: 2007-04-26 License: GPL (GNU General Public License) Price:
914 downloads
Linux-Mobile-Guide 3.19

Linux-Mobile-Guide 3.19


The Linux-Mobile-Guide is a guide for users of Linux and laptops, notebooks, PDAs and other mobile computers. more>>
The Linux-Mobile-Guide is a guide for users of Linux and laptops, notebooks, PDAs and other mobile computers.
This guide was former known as Linux-Laptop-HOWTO but was now extended to cover Linux and mobile computer devices in general (laptops, PDAs, mobile cell phones, digital cameras, calculators, wearables, ...). These devices are different from desktop/tower computers.
They use certain hardware such as PCMCIA cards, infrared and BlueTooth ports, batteries, docking stations. Hardware parts cannot be changed as easily as in a desktops, e.g. the graphics card. Often their hardware is more limited (e.g. disk space, CPU speed).
Hardware support for Linux (and other operating systems) on mobile devices is sometimes more limited (e.g. graphics chips, internal modems). They often use specialized hardware, hence finding a driver can be more difficult. Many times they are used in changing environments, so there is a need for multiple configurations and additional security strategies.
The Linux-Mobile-Guide explains installation methods for laptops and PDAs and configurations for different (network) environments, security issues for portable computers and much more. TuxMobil is the origin of the Linux-Mobile-Guide and provides always the latest issue available for download.
Enhancements:
- A link to keytouch has been made in the Extra Keys section.
<<less
Download (0.21MB)
Added: 2005-11-15 License: (FDL) GNU Free Documentation License Price:
1445 downloads
WSGIUserAgentMobile 0.2.7

WSGIUserAgentMobile 0.2.7


WSGIUserAgentMobile is created as a useful HTTP mobile user agent string parser. more>> WSGIUserAgentMobile 0.2.7 is created as a useful HTTP mobile user agent string parser. It'll be useful in parsing HTTP_USER_AGENT strings of (mainly Japanese) mobile devices. This library is ported from similar libraries in Perl and PHP and owes a lot to them.<<less
Added: 2009-07-26 License: MIT/X Consortium Lic... Price: FREE
downloads
Mobile::Wurfl 1.06

Mobile::Wurfl 1.06


Mobile::Wurfl is a Perl module interface to WURFL (the Wireless Universal Resource File. more>>
Mobile::Wurfl is a Perl module interface to WURFL (the Wireless Universal Resource File.

SYNOPSIS

my $wurfl = Mobile::Wurfl->new(
wurfl_home => "/path/to/wurfl/home",
db_descriptor => "DBI:mysql:database=wurfl:host=localhost",
db_username => wurfl,
db_password => wurfl,
wurfl_url => q{http://wurfl.sourceforge.net/wurfl.xml}
);

my $dbh = DBI->connect( $db_descriptor, $db_username, $db_password );
my $wurfl = Mobile::Wurfl->new( dbh => $dbh );

my $desc = $wurfl->get( db_descriptor );
$wurfl->set( wurfl_home => "/another/path" );

$wurfl->create_tables( $sql );
$wurfl->update();
$wurfl->get_wurfl();
$wurfl->rebuild_tables();

my @devices = $wurfl->devices();

for my $device ( @devices )
{
print "$device->{user_agent} : $device->{id}n";
}

my @groups = $wurfl->groups();
my @capabilities = $wurfl->capabilities();
for my $group ( @groups )
{
@capabilities = $wurfl->capabilities( $group );
}

my $ua = $wurfl->canonical_ua( "SonyEricssonK750i/R1J Browser/SEMC-Browser/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1" );
my $deviceid = $wurfl->deviceid( $ua );

my $wml_1_3 = $wurfl->lookup( $ua, "wml_1_3" );
print "$wml_1_3->{name} = $wml_1_3->{value} : in $wml_1_3->{group}n";
my $fell_back_to = wml_1_3->{deviceid};
my $width = $wurfl->lookup_value( $ua, "max_image_height", no_fall_back => 1 );
$wurfl->cleanup();

Mobile::Wurfl is a perl module that provides an interface to mobile device information represented in wurfl (http://wurfl.sourceforge.net/). The Mobile::Wurfl module works by saving this device information in a database (preferably mysql).

It offers an interface to create the relevant database tables from a SQL file containing "CREATE TABLE" statements (a sample is provided with the distribution). It also provides a method for updating the data in the database from the wurfl.xml file hosted at http://www.nusho.it/wurfl/dl.php?t=d&f=wurfl.xml.
It provides methods to query the database for lists of capabilities, and groups of capabilities. It also provides a method for generating a "canonical" user agent string (see "canonical_ua").

Finally, it provides a method for looking up values for particular capability / user agent combinations. By default, this makes use of the hierarchical "fallback" structure of wurfl to lookup capabilities fallback devices if these capabilities are not defined for the requested device.

<<less
Download (0.10MB)
Added: 2007-03-22 License: Perl Artistic License Price:
953 downloads
fring Linux- Make free mobile calls 1.02

fring Linux- Make free mobile calls 1.02


a free mobile internet service & community more>> fring is a free mobile application application that enables free mobile internet calls, live chat (IM) and file transfer to other fringsters and PC-based services including Skype, Google Talk, ICQ, MSN Messenger, Twitter, Yahoo! and AIM, using free Wi-Fi or your 3G or GPRS internet data plan instead of costly mobile airtime minutes.
With fring, youll gain benefits previously only found only on the PC and get empowered with mobility as never before: make cheap mobile internet calls, see whos online before dialing with contact availability indicators (presence), live chat instead of SMS, engage in multiple conversations simultaneously, view conversation history and more! Take all your fring, Skype, Google Talk, ICQ, MSN Messenger and Twitter buddies with you wherever you go and view them, along with your regular phone contacts, from one integrated and search-able contact list.
Also make cheap calls to landlines and regular cellular contacts using your SkypeOut account or hundreds of SIP-based providers such as Eutelia, GizmoProject, VoipCheap, VoipStunt, Free World & SIPNET over fring, even from non-SIP enabled handsets.
As fring automatically roams between Wi-Fi and 3G networks, you can effortlessly login to recognized Wi-Fi hotspots, mindlessly gaining access to the best network for optimal call quality and savings.
Easily download fring into your handset and begin fringing in less than a minute.
fring bypasses traditional mobile voice and SMS text messaging services by utilizing the mobile handsets native internet connection. fring does not require any dedicated hardware or airtime and works with phones purchased through any mobile operator. The patent-pending peer-to-peer mobile VoIP technology delivers full-duplex voice quality with rich internet functionality and maximum network efficiency.
<<less
Download (350KB)
Added: 2009-04-15 License: Freeware Price: Free
242 downloads
Boingo Mobile for Nokia N800/N810 1

Boingo Mobile for Nokia N800/N810 1


Boingo Mobile optimized for Nokia N800/N810 Internet Tablets instantly identifies Boingo Hotspots and automatically authenticates you with your Boingo... more>> <<less
Download (685KB)
Added: 2009-04-17 License: Freeware Price: Free
209 downloads
Mailvisa 1.0.0

Mailvisa 1.0.0


Mailvisa is a spam filter along the lines of Paul Grahams A Plan for Spam. more>>
mailvisa is a bayesian spam filter, inspired by Paul Grahams A Plan For Spam. It is mainly intended for my own expirimentation, but provided here for those who are interested.
It is competitive with other bayesian filters in terms of accuracy and speed. The system is written in Ruby.
You can use, modify, and distribute mailvisa under the terms of the MIT License.
Enhancements:
- A man page has been added.
<<less
Download (0.009MB)
Added: 2005-10-24 License: MIT/X Consortium License Price:
1460 downloads
Mobile Web Proxy 1.0

Mobile Web Proxy 1.0


Mobile Web Proxy is a (CGI) tool to make more Web pages available from some mobile devices (cell phone Web browsers, etc.). more>>
Mobile Web Proxy is a (CGI) tool to make more Web pages available from some mobile devices (cell phone Web browsers, etc.).
When I began using my cell phones mobile web browser, one of the things I realized was that there were a lot of web pages that my cell phones web browser simply wouldnt let me see. My shiny new Motorola Razr from T-Mobile, for many pages, would display an error message like "413: Page cannot be displayed." It happened annoyingly often; browsing the web from my cell phone was a lot like trying to read a book or a magazine with large chunks simply ripped out. And when I tried troubleshooting, I might have missed something, but it seemed like a big problem without an easily available solution.
So I tried to provide my own solution. I made a proxy that would present webpages for the mobile web so that they would display in a way that would work for my cell phones web browser. Technologies include paging, tag cleaning, and optional caching to improve performance, but without getting into technical details, this means that I can access some pages on the web that I couldnt access earlier.
Enhancements:
- A bug that caused the script to spuriously report 404 errors was fixed.
- A smaller default page size was set so that tag-rich pages would be rendered in a way more likely to be displayable on mobile Web browsers.
<<less
Download (0.017MB)
Added: 2007-08-04 License: Perl Artistic License Price:
911 downloads
Mobile::UserAgent 1.05

Mobile::UserAgent 1.05


Mobile::UserAgent is a mobile user agent string parsing class. more>>
Mobile::UserAgent is a mobile user agent string parsing class.

SYNOPSIS

### Print the information parsed from a user-agent string:
use Mobile::UserAgent;
my $useragent = Nokia6600/1.0 (4.09.1) SymbianOS/7.0s Series60/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0;
my $uaobj = new Mobile::UserAgent($useragent);
if ($uaobj->success()) {
print Vendor: . $uaobj->vendor() . "n";
print Model: . $uaobj->model() . "n";
print Version: . $uaobj->version() . "n";
print Series60: . $uaobj->isSeries60() . "n";
print Imode?: . $uaobj->isImode() . "n";
print Mozilla?: . $uaobj->isMozilla() . "n";
print Standard?: . $uaobj->isStandard() . "n";
print Rubbish?: . $uaobj->isRubbish() . "n";
}
else {
print "Not a mobile user-agent: $useragentn";
}


### Determine if the client is a mobile device.
use Mobile::UserAgent ();
use CGI ();

# Check 1: (check if it sends a user-agent profile URL in its headers)
foreach my $name (X_WAP_PROFILE,PROFILE,13_PROFILE,56_PROFILE) {
if (exists($ENV{"HTTP_$name"})) {
print "Client has a user-agent profile header, so its probably a mobile device.n";
last;
}
}

# Check 2: (check if it supports WML):
my $q = new CGI();
if ($q->Accept(text/vnd.wap.wml) == 1) {
print "Client supports WML so its probably a mobile device.n";
}

# Check 3: (check if this class can parse it)
my $uaobj = new Mobile::UserAgent();
if ($uaobj->success()) {
print "Clients user-agent could be parsed, so its a mobile device.n";
}

Parses a mobile user agent string into its basic constituent parts, the most important being vendor and model.

One reason for doing this would be to use this information to lookup vendor-model specific device characteristics in a database. You can use also use user agent profiles to do this (for which Ive developed other classes), but not all mobile phones have these, especially the older types. Another reason would be to detect if the visiting client is a mobile handset.

Only real mobile user-agent strings can be parsed succesfully by this class. Most WAP emulators are not supported because they usually dont use the same user-agent strings as the devices they emulate.

<<less
Download (0.037MB)
Added: 2007-03-22 License: Perl Artistic License Price:
957 downloads
Raine 0.43.4

Raine 0.43.4


Raine is a M68000 and M68020 arcade game emulator. more>>
Raine is a M68000 and M68020 arcade game emulator.

Raine is an emulator, it emulates some M68000 and M68020 arcade games and is mainly focused on Taito and Jaleco games hardware.

It started as an experiment with the Rainbow Islands romset, dumped by Aracorn/Romlist. Raine can emulate many nice games now, and new games (previously unemulated) are appearing weekly.

Sound is also getting better, mainly thanks to the work of Hiromitsu Shioya

<<less
Download (1.7MB)
Added: 2006-09-10 License: Freeware Price:
1172 downloads
KateBuild 0.4

KateBuild 0.4


KateBuild is mainly a modification of the make plugin in kdeaddons. more>>
KateBuild is mainly a modification of the make plugin in kdeaddons. The main features of this plugin:
-Set the working directory for make
-Specify the make command
-Chose an extra target
-Specify a Quick compile command for the current file.
-Run the make/make target/quick compile.
-The parsing of the make output is more complete then the make plugin.
When run, the output of make and the compiler (tested with gcc) is parsed an a list of errors/warnings is generated. When a list item is chosen, the file containing the error is opened and the cursor is set to the line of the error/warning.
Enhancements:
- fix crash when trying to run two builds at once.
- add a break command to cancel a running build.
<<less
Download (0.56MB)
Added: 2007-06-22 License: GPL (GNU General Public License) Price:
856 downloads
playvideo 0.0.2

playvideo 0.0.2


playvideo is a video player for svgalib that supports AVI, Quicktime, MPEG-1, and MPEG-2 formats. more>>
playvideo is a video player for svgalib that supports AVI, Quicktime (though not all codecs are supported), MPEG-1, and MPEG-2 formats. Most of the codecs are ported from xanim (or are xanim binary codecs). The parts from xanim are to be found mainly in the vidplay.c file. This makes this program subject to the xanim copyright (see README.xanim).

You can use the program for non-commercial purpose, but you need a License from Mark Podlipec for commercial use. Modified versions have included Marks copyright.
<<less
Download (0.033MB)
Added: 2006-07-19 License: GPL (GNU General Public License) Price:
1210 downloads
linSmith 0.99.3

linSmith 0.99.3


linSmith is a Smith Charting program, mainly designed for educational use. more>>
linSmith project is a Smith Charting program, mainly designed for educational use.
linSmith is a Smith Charting program, mainly designed for educational use. As such, there is an emphasis on capabilities that improve the showing the effect of-style of operation.
Main features:
- Definition of multiple load impedances (at different frequencies)
- Addition of discrete (L, C, series and parallel LC, and transformer) and line components (open and closed stubs, and line segments)
- Connection in series and parallel
- Easy experimenting with component values using scrollbars
- A virtual component switches from impedance to admittance to help explaining (or understanding) parallel components
- The chart works in real impedances (not normalized ones)
- Direct view of the result on the screen
- Ability to generate publication quality Postscript output
- A log file with textual results at each intermediate step
- Load and circuit configuration is stored separately, permitting several solutions without re-defining the other.
<<less
Download (0.94MB)
Added: 2006-11-24 License: GPL (GNU General Public License) Price:
1067 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5