Monday, August 23, 2010

Got the Nexus One tonight

Sometime ago I downloaded the Android SDK, extract it to C:\, run the SDK Setup, download the packages, then add a Virtual Device to match the specification HTC Magic, install the USB driver, that's it. I tried publish from Unity 3 beta 5 and the Roll-a-ball project on my HTC magic, but not success as it is only work with Android 2.0 and above.


Tonight I Unity Android bundle Nexus One tonight, I'd like to see how the Unity iPhone examples work on the Nexus One.


After add the Virtual Device match the Nexus One, I build the Roll-a-ball again as I am using Beta 6 now, Unity compalin someting sound function is obsoleted, I don't care just comment out of that line.



After build the apk, I install it to my android using "adb install Roll-a-Ball.apk", bingo, the app install successfully on my Nexus One. I tried some other examples and also work.


Now everything is ready, it's time to learn about Unity scripting...along with my MSc project.

Mono 2.6.7 on CentOS 5.5

I successfully install Mono 2.6.7 without using the source. There is a Mono repoistory available on Mono web site, so using the Package Manager is much easier.

Launch the Package Manager, select Edit->Repoistories; Choose Add.
Give the Repoistory name and description "Mono", in Location input the url:
http://ftp.novell.com/pub/mono/download-stable/RHEL_5/

Select Advance and enable GPG key:
http://ftp.novell.com/pub/mono/download-stable/RHEL_5/repodata/repomd.xml.key

That's it! Now the Package Manager will refresh, so to search Mono and the latest Mono will be there.

Friday, August 20, 2010

Microsoft game console name copied Sony Playstation

From this post, it seems the successor of Xbox 360 should have somethine relate to triangle.

http://forum.unity3d.com/viewtopic.php?t=61839

If the see the picture of Playstation controller, all generation of Playstation controller has button "X", square, circle, and triangle.

http://commons.wikimedia.org/wiki/File:PlayStation_Controller_transparent.png

Microsoft name is first game console with the button "X", and the , so it name XBOX.
The successor of XBOX took the circle button, since circle is 360 degree, so the current Microsoft console is Xbox 360.

Unity 3 Beta 6

I test the follow showcase on my Macbook Pro.

http://forum.unity3d.com/viewtopic.php?t=62005

Running 1440x900 max graphic quality, it run ~30 fps, not bad, the Macbook bottom is very hot.


I decide to learn C# from this site, it seems more easy for me to learn than the Unityscript.

http://www.unifycommunity.com/wiki/index.php?title=Main_Page

Now downloading the Unity 3 Beta 6.

Thursday, August 5, 2010

Install Alfresco 3.3 on CentOS 5.5

After download the community edition for Linux, I follow the installation guide, however the Installer "Alfresco-Community-3.3-Linux-x86-Install" does not launch.

I user the default Gnome desktop, and use Gnome terminal. After tried several times I try xterm, bingo! the installer launched successfully.