Rafanto.net Blog
msgbartop
Uno Sbampato in giro per la rete .. proveniente da Platania (39°0′0″N 16°19′0″E)
msgbarbottom

24 Ott 08 Presentazione Android Open Source Project & Installazione per Sviluppo sotto Linux

Il  21 c.m. finalmente dopo aver parlato e “straparlato” di Android in questo mese google ha rilasciato i sorgenti e SDK aggiornato. Inoltre a messo su un nuovo sito dedicato al sorgente di android http://source.android.com/.

Il sito di riferimento per coloro che vogliono cimentarsi nello sviluppo sulla nuova piattaforma comunque rimane sempre http://code.google.com/android/

Sotto vediamo come Installare Git e SDK per lo sviluppo sotto Linux e vi propongo un video di presentazione del Progetto Open Source Android !!

Video Presentazione Android OpenSource Project

Configurazione su Linux

Ora vediamo come configurare su una distribuzione Linux i sorgenti e l’ambiente di sviluppo per entrare nel mondo Android e magari scrivere qualche riga di codice ..
To set up your Linux development environment, make sure you have the following:
  • Git 1.5.4 or newer. Instructions for how to install and configure Git are below.
  • Python 2.4, which you can download from python.org .
  • JDK 5.0, update 12 or higher, which you can download from java.sun.com .
  • The following packages: flex, bison, gperf, libsdl-dev, libesd0-dev, libwxgtk2.6-dev (optional), build-essential. To make sure you have all these packages, run
    $ sudo apt-get install flex bison gperf libsdl-dev libesd0-dev libwxgtk2.6-dev build-essential zip curl
  • You might also want Valgrind, a tool that will help you find memory leaks, stack corruption, array bounds overflows, etc. To install it, run
    $ sudo apt-get install valgrind

Installing Git

To work with the Android source files, you will need to use the Git open-source version control system and several complementary tools:

  • Repo is a wrapper script that makes it easier to work with Git in the context of Android.
  • Gerrit is a visual interface for tracking, commenting on, and approving changes to the code.

Repo and Gerrit currently require Git 1.5.4 or newer. To check which version of Git (if any) is in your path, run git –version.
To install Git and set up your files for the installation of Repo, follow these steps:

  1. Make sure you have a ~/bin directory in your home directory, and check to be sure that this bin directory is in your path:
    $ cd ~
    $ mkdir bin
    $ echo $PATH
  2. Install Git and the GNU Privacy Guard:
    - For Linux, run
    sudo apt-get install git-core gnupg
    - For Mac OS:

    1. Run sudo port install gnupg
    2. Download the latest Git from http://git.or.cz/ .
    3. Untar the file, then cd into the Git directory.
    4. Run make install.
For more about installing and configuring Git, see the Git Community Book .

Installing Repo

To install, initialize, and configure Repo, follow these steps:
  1. Download the repo script and make sure it is executable:
    $ curl http://android.git.kernel.org/repo >~/bin/repo
    $ chmod a+x ~/bin/repo
  2. Create an empty directory to hold your working files:
    $ mkdir mydroid
    $ cd mydroid
  3. Run repo init to bring down the latest version of Repo with all its most recent bug fixes. You must specify a URL for the manifest:
    $ repo init -u git://android.git.kernel.org/platform/manifest.git
  4. When prompted, configure Repo with your real name and email address. If you plan to submit code, use an email address that is associated with a Google account.

A successful initialization will end with a message such as
repo initialized in /mydroid


Your client directory should now contain a .repo directory where files such as the manifest will be kept.

Via | Source.Android

Tags: , , , , , , , , , ,

01 Ott 08 Rilasciata Maemo SDK 4.1.1

Rilasciata la nuova SDK 4.1.1 di Maemo, è consigliato quindi l’aggiornamento da parte degli sviluppatori di applicazioni per i dispositivi mobili che utilizzano Maemo. L’aggiornamento si riferisce alla versione OS2008 versione 4.2008.36-5.

Riporto comunque l’annuncio ufficiale:

Maemo SDK 4.1.1 has been released. Developers are encouraged to update their sources or install it in order to obtain the development environment for the latest OS2008 version 4.2008.36-5. Check the SDK 4.1.1 page for release notes and additional details.

Tags: , , , , , , , , , , , , ,

09 Set 08 Rilasciata Maemo SDK VMWare Appliance, 0.7

Salve segnalo a tutti gli sviluppatori e appasionadi di Maemo ed internet Tablet Nokia che è disponibile per il download la VMachine Vmware Maemo SDK VMWare Appliance, 0.7.

L’immagine contiene di default Diablo, l’ultima versione di ESbox e Pluthon Eclipse plugins, Python, C++ bindingns, PC connectivity tools e l’ultimo Maemo software.

L’Open VM Tools aggiunge la funzionalità drag’n'drop e copy’n'paste alla VM migliorando notevolmente il lavoro sia in tempi di efficienza che di comodità, annullando quindi i continui riavvii della VM

How to Use It

Pre-requisites:

How to run:

  1. Download the Maemo SDK VM (see the sidebar)
  2. Decompress it: 7z x maemo-sdk-0.7.001
  3. Run: vmplayer maemo-sdk-0.7.vmx
  4. Login (user/password): maemo/maemo

We are using 7zip for the compressing. In a Ubuntu/Debian system installing it is as easy as sudo apt-get install p7zip-full, MS Windows users can download it from its home.

You can also perform the steps with using the graphical tools and double-clicking the maemo-vmware-0.7.vmx file.

For more information (and some screenshots) see the README, and any problems or ideas, subscribe to our mailinglist: maemovmware-users

Via | http://maemovmware.garage.maemo.org

Tags: , , , , , , , , , , , , , , ,

03 Mar 08 Android una nuova anteprima

In questo video importanti novità e una breve anteprima della situazione attuale di Android il noto framework di sviluppo messo in opera da Google nei scorsi mesi. Un ingegnere di BigG ci fa vedere un po’ di cosette su un prototipo di terminale android. A mio parere android sarà una bella gatta da pelare sia per nokia che per Apple !!

, , , , , , , , , , , , , ,

Tags: , , , , , , , , , , , , , ,

26 Feb 08 Maemo Eclipse Integration v0.9 (Beta)

 

maemo_n810.jpg

Maemo ha annunciato con grande soddisfazione di aver rilasciato la prima beta release dei plugin di maemo per eclipse. Un altro passo in avanti nell’integrazione di maemo e della sua piattaforma nel noto IDE di sviluppo openSource. Questa release è stata rilasciata dice maemo per consentire alla community di testare il software creato a avere dei consigli e delle correzioni da parte degli utenti prima di rilasciare la versione finale 1.0

Informazioni sulla Release :

Project: Maemo Eclipse Integration
Version: 0.9 (Beta)
Baseline: maemo 4.0 Chinook SDK
Date: 2008-02-26
I possibili feedback e bug possono essere inviati a eclipse-integration@maemo.org

Maemo Eclipse Integration support maemo 4.0 Chinook SDK release , N800 e N810 Internet Tablet devices.

Maemo Eclipse Integration include 3 parti principali :

1. maemo PC Connectivity version 0.1 (Beta)
2. maemo ESBox plugin for Eclipse IDE version 1.3.6 (Beta)
3. maemo Pluthon plugin for Eclipse IDE version 0.1.7 (Beta)

Dopo il salto è riportata la descrizione dettagliata delle 3 parti di Maemo Eclipse Integration

Via | Maemo.org

(more…)

Tags: , , , , , , , , , , , , , , , , ,

22 Feb 08 Maemo SDK VMware Image 0.5

E’ stata rilasciata la nuova versione di Maemo SDK VMware Image rispetto alla versione 0.4 ci sono parecchie modifiche

* Eclipse 3.3.1.1 with CDT 4.0.2, PyDev and ESbox 1.3.5 plugins.
* Using Open VM Tools ver. 2008.01.23-74039
* Increased virtual disk size, by popular demand.

Get it here: http://maemovmware.garage.maemo.org/

If you have 0.4 and just want to resize the virtual disk, there are instructions on how to do it in this thread[1], and if you feel brave
enough can avoid the 2.2 Gb download.

via | Maemo.org development Mailinglist

, , , , , , , , , , , ,

Tags: , , , , , , , , , , ,