t mobile
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 434

Send to Mobile 1.1
Send to Mobile is known as an easy to use Firefox addon that sends text, links, images and Google Maps from your browser to mobile device. more>>
Send to Mobile 1.1 is known as an easy to use Firefox addon that sends text, links, images and Google Maps from your browser to mobile device. It works on all devices and sends content with SMS (USA & Canada) or Email.
Usage:
- Enter your email or mobile number into the Addon\'s preferences
- Right-click (or ctrl + click) on any image, link, selected text or Google map and select \"Send to Mobile\"
- Content, along with the page URL, will be instantly sent to your device
Enhancements:
- Fixed description in Addons window
Requirements:
- Firefox 3.0 - 4.0b8pre
Added: 2010-11-14 License: Other/Proprietary Li... Price: FREE
downloads
ZK Mobile 0.8.10
ZK Mobile offers users with an exciting as well as smart ZK extension that enables ZK applications to run on mobile devices with little programming. more>> <<less
Added: 2009-02-06 License: GPL Price: FREE
1 downloads

Firefox Mobile 8.0
Firefox Mobile offers you a really useful, smart and convenient to install program which is the code name of the effort to build a mobile version of Firefox. more>> <<less
Added: 2011-11-17 License: MPL Price: FREE
downloads
Other version of Firefox Mobile
Price: FREE
License:MPL
License:MPL

Kubuntu Mobile 10.10 RC
Kubuntu Mobile is regarded as an effective operating system built by a worldwide team of expert developers that contains all the applications you need: a web browser, an office suite, media apps, an instant messaging client and many more. more>> <<less
Added: 2010-10-04 License: GPL Price: FREE
downloads
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.
Added: 2009-02-06 License: GPL Price: FREE
1 downloads

2video4mobile 0.8
2video4mobile supports you with an sufficient as well as professional program which converts videos to cell phones / mobile phones that support .mp4 format in 320x240, like e.g. my Sony Ericsson (Should also work with PSP / iPhone / several iPods). more>> <<less
Added: 2011-08-29 License: GPL Price: FREE
downloads

Moblin 2 Beta
Moblin is developed to be an interesting as well as open source project focused on building a Linux-based platform optimized for the next generation of mobile devices including Netbooks, Mobile Internet Devices, and In-vehicle infotainment systems. more>> <<less
Added: 2009-05-20 License: GPL Price: FREE
1 downloads

django-mobile 0.2.2
django-mobile is launched to be a sophisticated and innovative tool which provides a simple way to detect mobile browsers and gives you tools at your hand to render some different templates to deliver a mobile version of your site to the user. more>> <<less
Added: 2011-12-12 License: BSD License Price: FREE
downloads
Other version of django-mobile
django-mobiledjango-mobile 0.2.0 is a professional and useful software that makes it easy to ... your hand to render some different templates to deliver a mobile version of your site to the userPrice: FREE
License:BSD License
License:BSD License
Price: FREE
License:BSD License
License:BSD License
Price: FREE
License:BSD License
License:BSD License
Price: FREE
License:BSD License
License:BSD License
Price: FREE
License:BSD License
License:BSD License
Price: FREE
License:BSD License
License:BSD License

Kubuntu Mobile ARM 10.10 RC
Kubuntu Mobile ARM is developed as an easy to use operating system built by a worldwide team of expert developers that contains all the applications you need: a web browser, an office suite, media apps, an instant messaging client and many more. more>> <<less
Added: 2010-10-04 License: GPL Price: FREE
downloads
mobile.sniffer 1.0.0
mobile.sniffer is made to offer users with an exciting as well as smart Python framework for abstracting mobile browser detection and feature database access. more>> <<less
Added: 2011-02-02 License: GPL Price: FREE
downloads
Other version of mobile.sniffer
Price: FREE
License:GPL
License:GPL
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.
<<lessSYNOPSIS
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.
Download (0.10MB)
Added: 2007-03-22 License: Perl Artistic License Price:
953 downloads

Mobile Web Proxy 1.2
Mobile Web Proxy supports you with an sufficient as well as professional (CGI) tool to make more Web pages available from some mobile devices (cell phone Web browsers, etc.). more>> <<less
Added: 2008-12-14 License: MIT/X Consortium Lic... Price: FREE
1 downloads
Other version of Mobile Web Proxy
License:Perl Artistic License

Mobile toolkit 1.1
Mobile toolkit is developed to be an interesting as well as helpful toolbar for Mobile WebDevelopers which lets you quickly validate your code, check renders and find documentation. more>> <<less
Added: 2011-02-17 License: Other/Proprietary Li... Price: FREE
downloads
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.
<<lessThis 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.
Download (3.9MB)
Added: 2007-06-13 License: GPL (GNU General Public License) Price:
899 downloads
gomobile.mobile 1.0.0
gomobile.mobile is estimated as a comprehensive and useful part of mFabrik Web and Mobile suite. more>> <<less
Added: 2011-02-02 License: GPL Price: FREE
downloads
Other version of gomobile.mobile
Price: FREE
License:GPL
License:GPL
Price: FREE
License:GPL
License:GPL
Price: FREE
License:GPL
License:GPL
Secleted [ 0 ] software to compare
t mobile in All Software
Hip Hop Official - T-Mobile
Hip Hop Official - T-Mobile brings you an advanced video application which is the only hip hop music and culture video channel you need. Hip
T-Mobile Prepaid Minutes 1.0.2
T-Mobile Prepaid Minutes is considered as a simple yet useful program with which you can top-up pins directly from your phone. T
T-Mobile Prepaid Minutes 1.0.36
T-Mobile Prepaid Minutes comes as a reliable and beneficial program which lets you purchase T-Mobile Prepaid Minutes and top
T-Mobile Prepaid Minutes 1.0.39
T-Mobile Prepaid Minutes is a well designed and effective utility that helps you purchase T-Mobile Prepaid Minutes and top-up
Rock On Altitude - T-Mobile
Rock On Altitude - T-Mobile brings you an effective and convenient program which is your one stop video shop for everything new in Rock, Pop