martedì, 27 novembre 2007

The Android Plugin for Eclipse is a complete solution to start Android applications emulator development where you can use the specific emulator to test your code.

The Android SDK comes with a command-line environment as well. From there you can launch commands to perform some actions useful in the development  and the debugging process.

One of the bug in the emulator is that sometime you launch it from Eclipse but it doesn't start your application and it stucks on its main screen. To solve this problem, you have to go to the command line and launch the command "adb kill-server".

To use the command line tools, be sure you have the "tools" folder of Android SDK in your environment PATH variable.


Did you like the article? Buy me a coffee!

postato da: emanuelepec alle ore 08:09 | Permalink | commenti
categoria:google, tipsandtricks, android


martedì, 27 novembre 2007

Starting from 3rd release it is possible take picture from J2ME application using the camera in the Nokia series40.

There is a difference between in the startPlayer action between series40 and series60.
In the series60 you can start the video to take the picture using the string capture://video. This doesn't work for series40 where you have to use capture://image.

You can make your application able to understand which string have to use writing a code like that:

Player p;
try {
    Player p = Manager.createPlayer("capture://image");
}
catch (Exception e) {
    p = Manager.createPlayer("capture://video");
}.....

It is important use capture://image first because some series 40 support the capture://video but in that way you can take video film but not snapshot.


Did you like the article? Buy me a coffee!

postato da: emanuelepec alle ore 08:04 | Permalink | commenti
categoria:nokia, j2me, mmapi


lunedì, 12 novembre 2007

Linkiamo un post del Blog "I miei silenzi.com"...rimango senza parole. Ancora una volta gli operatori italiani non hanno perso tempo per fare una pessima figura nei confronti dei consumatori: che vergogna!

Skyphone e 3:la disonestà fatta operatore


Did you like the article? Buy me a coffee!

postato da: emanuelepec alle ore 20:49 | Permalink | commenti
categoria:tre , skype, carrier


domenica, 11 novembre 2007

There are several tutorials about taking a picture using the optional package MMAPI and almost each one advises to use the string "capture://video" in the method startPlayer() to start the phone's camera from a J2ME application.

Using this approach in the Nokia Series 40, you'll get an exception calling the method takeSnapshot(). The Series 40 requires to start the player using the "capture://image" string instead of "capture://video".


Did you like the article? Buy me a coffee!

postato da: emanuelepec alle ore 16:47 | Permalink | commenti
categoria:nokia, tipsandtricks, j2me, mobile phones


lunedì, 05 novembre 2007

The call for bids for the WiMax licence in Italy is going to create many polemics because of the presence of carriers like Tim, Vodafone, Wind and H3G which start in a privileged positions to get the licences.

That makes difficult
get in the contest for other players (like public administration for example)

Since this blog believe this is not a acceptable rule, we invite our visitors to subscribe the petition (you can click on the image below) to avoid this situation.

The webmasters can help more publishing the same box in their websites.






Did you like the article? Buy me a coffee!

postato da: emanuelepec alle ore 21:57 | Permalink | commenti
categoria:italia, wimax, carrier


Blogs Directory