Mobile TV Elite Software

Posts Tagged ‘Android SMS’

Open Source Android Apps for Developers: Milestone-overclock

Apps Description
Milestone-overclock (Overclocking your rooted Motorola Milestone / Droid) is an open source Andriod project which consists of a kernel module for Motorola Milestone/Droid with Android 2.x to unlock any processor frequency/voltage combination and a companion graphical app to ease the configuration. The phone must be rooted so that the kernel module can be loaded.

The module has an interface in /proc/overclock/* that allows enabling and disabling of overclock in runtime without rebooting. No flashing of custom roms or kernels is needed, since that is not even possible with the Milestone.

Project Home
http://code.google.com/p/milestone-overclock/

Project owners
Two core developers are working on the client, Kenny Root and Jeffrey Sharkey.

Version
1.4.2

Downloads
http://code.google.com/p/milestone-overclock/downloads/list

Source Code
# Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://milestone-overclock.googlecode.com/svn/trunk/ milestone-overclock-read-only
Read more…

Be the first to comment - What do you think?  Posted by CuteAndroid - September 26, 2010 at 12:03 am

Categories: Android, Android app, Android Application, Android developer, Android phone   Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Open Source Android Apps for Developers: Connectbot

Apps Description
Connectbot (Secure shell (SSH) client for the Android platform) is an open source Android project which is a Secure Shell client for the Android platform. Its ultimate goal is to create a secure connection through which you can use a shell on a remote machine and transfer files back and forth to your phone.

ConnectBot is a powerful open-source Secure Shell (SSH) client. It can manage simultaneous SSH sessions, create secure tunnels, and copy/paste between other applications.

Project Home
http://code.google.com/p/connectbot/

Project owners
Two core developers are working on the client, Kenny Root and Jeffrey Sharkey.

Version
ConnectBot-git-2010-09-19_03-38-22.apk

Downloads
http://code.google.com/p/connectbot/downloads/list

Source Code
http://github.com/kruton/connectbot/
Read more…

Be the first to comment - What do you think?  Posted by CuteAndroid - September 25, 2010 at 2:25 pm

Categories: Android, Android app, Android Application, Android developer   Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Open Source Android Apps for Developers: Android-privacy-guard

Apps Description
Android-privacy-guard (OpenPGP for Android) is an open source Android project which aims to manage OpenPGP keys on Android phones, use them to encrypt, sign, decrypt emails and files.

Hopefully APG can grow into a fully featured equivalent of GPG on Android phones, allowing easy and secure management of keys and trust thereof, as well as being useful to other apps via Intents or even some other API. The main goal is to get some decent integration with the GMail client and k9mail.

Project Home
http://code.google.com/p/android-privacy-guard/

Project owners
badlogicgames, christoph.widulle

Version
1.08

Downloads
http://code.google.com/p/android-privacy-guard/downloads/list

Source Code
# Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://android-privacy-guard.googlecode.com/svn/trunk/ android-privacy-guard-read-only
Read more…

Be the first to comment - What do you think?  Posted by CuteAndroid - at 4:48 am

Categories: Android, Android app, Android Application, Android developer   Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Open Source Android Apps for Developers: Libgdx

Apps Description
Libgdx is an open source Android project which is the developer’s attempt at a cross-platform game development library written in Java with some JNI code for performance hungry sections. It abstracts away the differences between writting desktop and Android games based on OpenGL. This allows you to prototype and develop your application entirely on the desktop and only needing 6 lines of code to make it run on Android.

Libgdx offers modules for graphics via OpenGL ES, audio, input and file i/o as well as a full Box2D JNI wrapper especially suited for Android. All modules abstract away system specifics so you can execute the same code on the desktop and Android. The graphics module offers full bindings to OpenGL ES 1.0, 1.1 and 2.0. On the desktop almost all of the OpenGL ES functionality is emulated via translations to desktop OpenGL. The audio module features a native mp3 and ogg decoder and simple classes to playback sound effects as well as stream music. The input module provides you with information about the current state of all input devices available. This includes the touch screen, the accelerometer and the keyboard. On the desktop the touch screen is emulated via mouse input, the accelerometer is of course not available and keyboard input is mapped accordingly. The file i/o module offers you a unified way to read application internal data which map to assets on Android and files in the root directory of the application on the desktop. Additionally the module allows you to read and write external data. On Android this maps to the external storage device like the SD-card, on the desktop all paths are relative to the user’s home directory.

Project Home
http://code.google.com/p/libgdx/

Project owners
badlogicgames, christoph.widulle

Version
0.61

Downloads
http://code.google.com/p/libgdx/downloads/list

Source Code
# Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://libgdx.googlecode.com/svn/trunk/ libgdx-read-only
Read more…

Be the first to comment - What do you think?  Posted by CuteAndroid - September 24, 2010 at 11:25 pm

Categories: Android, Android app, Android Application, Android developer, Android Game   Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Open Source Android Apps for Developers: Android2cloud

Apps Description
Android2cloud (A way to push web pages from your android device to the cloud) is an open source Android app which was born from the 2010 Google I/O demo, in which Froyo was demonstrated. Froyo has a cool cloud-to-android push functionality, in which you can use an extension in chrome (or anything else really) and push the current webpage directly to your android phone, which will react intelligently.

android2cloud was meant to fill the other half of that relationship. When using your android device, it is easy to come across long articles or things not suited for viewing on a phone. android2cloud hijacks the “Share” intent on android, allowing you to push those articles and webpages to your browser with the push of a button.

The extension can be found here. The application is listed in the Android marketplace as “android2cloud”. There is a donation app in the marketplace that is identical, and also a link on the side panel. Donations help the developer offer these apps for free, so thank you to everyone who has spared some change.

Project Home
http://code.google.com/p/android2cloud/

Project owners
foran.pa…@gmail.com

Version
0.3.1

Downloads
http://code.google.com/p/android2cloud/downloads/list

Source Code
Get a local copy of the android2cloud repository with this command:
hg clone https://android2cloud.googlecode.com/hg/ android2cloud
Read more…

Be the first to comment - What do you think?  Posted by CuteAndroid - at 12:52 pm

Categories: Android, Android app, Android Application, Android developer   Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Open Source Android Apps for Developers: Android-analyzer

Apps Description
Android-analyzer (Android Device Analyzer) is an open source Android project which tries to help app developers by generating as much and as detailed insights about particular Android devices as possible. The various Android release versions, form factors and manufacturer customizations have caused a significant fragmentation problem. Writing one app that runs on all Android devices is very hard to achieve (and sometime impossible).

Android Analyzer aims at developing an Android application that analyzes and collects hardware and software capabilities of devices based on the Android OS. Our ultimate goal is to create a comprehensive, state-of-the-art repository of data for a wide range of devices – from mobile phones, to tablets, STBs, smarthome panels, and anything else that runs Android. The database will support the developer community in addressing fragmentation problems of the Android platform.

Project Home
http://code.google.com/p/android-analyzer/

Project owners
android.analyzer, s.dju…@gmail.com, roman.roelofsen, joachim.ritter, georgi.chepilev, t.nachev

Version
0.9.1

Downloads
http://code.google.com/p/android-analyzer/downloads/list

Source Code
# Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://android-analyzer.googlecode.com/svn/trunk/ android-analyzer-read-only

Posted by Cute Android

Be the first to comment - What do you think?  Posted by CuteAndroid - at 3:42 am

Categories: Android, Android app, Android Application, Android developer   Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Open Source Android Apps for Developers: Forget3d

Apps Description
Forget 3D Game Engine (A OpenGL ES framework) is an open source project which is a OpenGL ES framework(still not a engine) for Android, Win32, WinCE platform, it simplifies your OpenGL ES program development, support scene management, Texture, Camera, Light, Model loader, Font etc.

Features in Version 0.1:

* Screen management
1. Support cross-platform scene management, OpenGL ES display,context init, render;
2. OpenGL ES status management, support camera, light, fog features.
* 3D model loader and management
1. Current support (Quake II)MD2 model.
* Texture management
1. Current support 8 & 24 bit bitmap image file.
* Font support
1. Support font, you can simply use drawString function to draw text.
* Skydome, Plane, Terrain support
1. Support skydome, plane, terrain, you can simply create them in your applocation.

Project Home
http://code.google.com/p/forget3d/

Project owners
i25ffz

Version
0.1

Downloads
http://code.google.com/p/forget3d/downloads/list

Source Code
# Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://forget3d.googlecode.com/svn/trunk/ forget3d-read-only

Posted by Cute Android

Be the first to comment - What do you think?  Posted by CuteAndroid - September 23, 2010 at 1:13 pm

Categories: Android, Android app, Android Application, Android developer, Android Game   Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Open Source Android Apps for Developers: Adw-launcher-android

Apps Description
Adw-launcher-android (Customized Home replacement app for android devices) is an open source Home Replacement app by Anderweb for the Android Operating System. This Home Replacement app, along with some nice themes, can be found in the Android market. What makes this app so unique is that it is filled with many customizable features. This Home replacement app is one of the most popular ones among the Android community due to its open source nature so much so that it is included as the main Launcher in Cyanogen’s custom ROMs.

Project Home
http://code.google.com/p/adw-launcher-android/

Project owners
anderweb

Version
v1.1.5

Downloads
http://code.google.com/p/adw-launcher-android/downloads/list

Source Code
http://github.com/anderweb
Read more…

Be the first to comment - What do you think?  Posted by CuteAndroid - at 8:00 am

Categories: Android, Android app, Android Application, Android developer   Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Open Source Android Apps for Developers: Kwaak3

Apps Description
Kwaak3 (Port of a famous 3d shooter to Android) is an open source Android project which is a port of Quake3 to Android. Kwaak3 includes the following features:
* Audio
* Hardware floating-point on Neon-capable devices
* Input: keyboard, touchscreen and trackball
* OpenGL 3D rendering
* Game uses ARM optimized libcgamearm.so / libqaarm.so / libuiarm.so
* Networking

Normally when you compile C/C++ code using the Android NDK, the compiler targets a generic ARMv5 CPU which uses software floating-point. Without any optimizations and audio Quake3 runs at 22fps. Since Quake3 uses a lot of floating-point calculations. I tried a better C-compiler (GCC 4.4.0 from Android GIT) which supports modern CPUs and Neon SIMD instructions. Quake3 optimized for Cortex-A8 with Neon is about 15% faster without audio and 35% with audio compared to the generic ARMv5 build. Most likely the performance improvement compared to the ARMv5 build is not that big because the system libraries of the Milestone have been compiled with FPU support, so sin/cos/log/.. take advantage of the FPU.

Project Home
http://code.google.com/p/kwaak3/

Project owners
thunderbird2k

Version
v11

Downloads
http://code.google.com/p/kwaak3/downloads/list

Source Code
# Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://kwaak3.googlecode.com/svn/trunk/ kwaak3-read-only
Read more…

Be the first to comment - What do you think?  Posted by CuteAndroid - at 1:26 am

Categories: Android, Android app, Android Application, Android developer   Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Open Source Android Apps for Developers: IMSdroid

Apps Description
IMSDroid (High Quality Video SIP/IMS client for Google Android) is an open source Android project which is the first fully featured open source 3GPP IMS Client for Android devices (1.5 and later). The main purpose of the project is to exhibit doubango’s features and to offer an IMS client to the open source community. doubango is an experimental, open source, 3GPP IMS/LTE framework for both embedded (Android, Windows Mobile, Symbian, iPhone, iPad, …) and desktop systems (Windows XP/Vista/7, MAC OS X, Linux, …) and is written in ANSI-C to ease portability. The framework has been carefully designed to efficiently work on embedded systems with limited memory and low computing power.

As the SIP implementation follows RFC 3261 and 3GPP TS 24.229 Rel-9 specifications, this will allow you to connect to any compliant SIP registrar.

3GPP IMS (IP Multimedia Subsystem) is the next generation network for delivering IP multimedia services. IMS is standardized by the 3rd Generation Partnership Project (3GPP). IMS services could be used over any type of network, such as 3GPP LTE, GPRS, Wireless LAN, CDMA2000 or fixed line.

Project Home
http://code.google.com/p/imsdroid/

Project owners
boss…@yahoo.fr

Version
1.2

Downloads
http://code.google.com/p/imsdroid/downloads/list

Source Code
# Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://imsdroid.googlecode.com/svn/trunk/ imsdroid-read-only
Read more…

Be the first to comment - What do you think?  Posted by CuteAndroid - September 22, 2010 at 9:46 am

Categories: Android, Android app, Android Application, Android developer   Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

« Previous PageNext Page »