neois | 03 August, 2008 09:49
Be honor to be invited from Forum Nokia to host a Talk to the Guru session this month.
I am happy to discuss with all of you in the topic "Discuss Innovative Ways to Expand S60 on Symbian Phone Ability".
Let's discuss about innovative ways to make your Symbian device more than mobile phone! I am happy to talk about my old projects, MobiTubia, MosKillTo, NeuTouch, NeuScreen, Neu360, NeuPen, etc., and also my near future projects, NeuKeyboard and ... FLV Player Open Source! Sure I never revealed it anywhere. Here is the first place. ;)
And here is video demonstration of one of my projects.
Let's share the idea and make the world move forward together.
Looking forward to discussing with all of you. :)
Sittiphol
Event |
Next |
Previous |
Comments (7) |
Trackbacks (0)
neois | 03/08/2008, 12:18
Hi aru_nau,
First, you should have 2 Components, for example, iListBox1, iListBox2. (That's mean
"CountComponentControls return 2" and "ComponentControl return Component Controls")
To switch between controls, just call "MakeVisible()" function to make one you want visible and make one you don't want invisible, for example,
iListBox1->MakeVisible(ETrue);
iListBox2->MakeVisible(EFalse);
BR,
Sittiphol
kevin_s2f | 06/08/2008, 19:05
Hi Sittiphol,
This is the first I'm hearing about the FLV open source project as well. Is this part of your MobiTubia code base you're taking open source? Where are you hosting the project/code base?
neois | 06/08/2008, 20:21
Yes, it's the part of MobiTubia. :)
I will host it at http://www.mobitubia.com . I'm preparing the site for it. ^^
sudiphatua | 08/08/2008, 14:56
Could anyone help how to destry my nokia6080 and make it just a toy. It has been stolen last day.
IMEI NO. 356258010933103, BATTERY No. 0703080916.
henit | 04/09/2008, 22:56
Hi everyone.
A few days ago, I was surfing the web and I found out a project that works over most mobile phones which lets you know where your friends are in real time and update your status in twitter. It´s called Dimdix.
On their website they say you don´t need a GPS system to detect your location. Does anyone know how this works?
I´m using a Motorola L7 and amazingly it detected my location.
I cannot stop thinking of all the things I could do with it.
If anyone wants to take a look you can go here
Thanks,
Regards,
Juan
neois | 05/09/2008, 00:13
Hi,
That's interesting. :)
That application may use Google Location Awareness API. It is used for mapping Cell ID to latlong position.
API
Cell ID =============> Lat Long
You may already noticed that you are also able to use Google Map application on mobile device that don't have GPS too! ;)
More Info: http://googlemobile.blogspot.com/2008/06/google-enables-location-aware.html
Best Regards,
Sittiphol
s60 Ui design
aru_nau | 03/08/2008, 11:19
Hi ,
i need to knw how to connect 2 s60 ui interfaces.i mean ,if press ok or select nedd to go 2 the another interface.
plz help me,i'm in serious problem