Re: j2me

2010-04-08 Thread anky
On Fri, Apr 9, 2010 at 3:57 AM, Christopher Intemann wrote:

> Can I run genuine j2me applications, such as those provided for mobile
> ticketing from some public transportation services, on Maemo 5?
> I cannot find a clear statement on that.
> Thanks,
>  Chris
>
> Maemo 5 does not have inbuilt support for Java but nonetheless java
applications can be run on it,
i personally haven't tried out running java applications since the device is
not launched in India but u can try the CambridegePackage(
http://www.camswl.com/openjdk)  or microemulator(h
ttp://snapshot.microemu.org/microemulator/download/)
refer to the discussion :
http://talk.maemo.org/showthread.php?p=546702#post546702

also see the article :
http://www.orient-lodge.com/node/4013 


> ___
> maemo-developers mailing list
> maemo-developers@maemo.org
> https://lists.maemo.org/mailman/listinfo/maemo-developers
>
>


-- 
ANKY
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: GSoC 10 - A Qt binding Gmail library for Maemo

2010-04-05 Thread anky
On Tue, Apr 6, 2010 at 8:32 AM, 姚杰  wrote:

> Hi everyone,
> I have submitted my proposal about google apps for Maemo.
>
> I would appreciate it if I get comments and feedbacks on it.
>
> See my proposal:
>
> http://socghop.appspot.com/gsoc/student_proposal/private/google/gsoc2010/mubaile/t127047585224
>
> we cant see your proposal till you make it public.

> ___
> maemo-developers mailing list
> maemo-developers@maemo.org
> https://lists.maemo.org/mailman/listinfo/maemo-developers
>
>


-- 
ANKY
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


GSOC application !

2010-04-04 Thread anky
hi Maemo,
i have finally submitted my proposal and am really excited to have comments
and feedbacks on it. i would be grateful to get your suggestions on the
proposal so that i can make changes to it and revise it.

my proposal :
http://socghop.appspot.com/gsoc/student_proposal/show/google/gsoc2010/anky/t127040895985

also u can see the research work on my blog : http://gsocpro.wordpress.com/

-- 
ANKY
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Fwd: gsoc project 2010 !

2010-03-29 Thread anky
-- Forwarded message --
From: anky 
Date: Tue, Mar 30, 2010 at 11:27 AM
Subject: Re: gsoc project 2010 !
To: "Ville M. Vainio" 


on my recent conversations with frank, and thinking and brainstorming over
it... i have got this idea of adding an application that would allow users
to sync with their google docs especially since it now offers online storage
for any kind of file( and not just office documents). It would be nice to
have it included in the framework. what say ??

also..i have been having some issues of accessing gmail inbox mails... can
somebody brief me over accessing inbox feeds through the google inbox feed
API... which authorization to be used( OAuth or ClientLogin API) and wether
we can access the mail feeds without being an administrator of a domain or u
need a domain for it ?? ( i personally have studied these things but am a
little confused and wanted things to be cleared out before i submit my final
proposal)... awaiting reply soon.
thanks !


On Tue, Mar 23, 2010 at 7:01 AM, anky  wrote:

> @Tor
> http://jgoday.wordpress.com/2009/04/13/rest-client-with-qt-45/
>
> refer to this example to know how qt can be used to  communicate to a web
> service through requests through its QNetworkAccessManager class...in this
> case a REST client has been made.
>
>
>
> On Mon, Mar 22, 2010 at 3:50 PM, Ville M. Vainio wrote:
>
>> On Mon, Mar 22, 2010 at 12:12 PM, Tor  wrote:
>>
>> > Sorry for jumping in here, but the above advice confuses me. I'm not
>> > very familiar with Qt, but from what I see at
>> > http://doc.trolltech.com/4.6/qtcore.html QtCore is a user interface
>>
>> QtGui is the user interface API, QtCore / QtNetwork / etc. provide the
>> necessary plumbing.
>>
>> E.g.  QNetworkAccessManager could probably be used instead of libcurl.
>>
>> --
>> Ville M. Vainio
>> http://tinyurl.com/vainio
>>  ___
>> maemo-developers mailing list
>> maemo-developers@maemo.org
>> https://lists.maemo.org/mailman/listinfo/maemo-developers
>>
>
>
>
> --
> ANKY
>



-- 
ANKY



-- 
ANKY
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


google services-gsoc2010!

2010-03-27 Thread anky
hello community members,
I was developing a reusable wrapper for google apps which i would further
extend to other apis also i have already introduced the idea. With this
mail i wanted to know that which all google services would you like to see
integrated in maemo
1. gmail inbox feed
2.to-do
3.calendar
these all are what i had thought as basic things...but more can be added
like the bloggers api, the spreadsheet etc
so i wanted your feedback as what all services you would like to see or use(
for developers, since i am making a reusable library) for/in maemo ??
thanks

-- 
ANKY
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: gsoc project 2010 !

2010-03-22 Thread anky
@Tor
http://jgoday.wordpress.com/2009/04/13/rest-client-with-qt-45/

refer to this example to know how qt can be used to  communicate to a web
service through requests through its QNetworkAccessManager class...in this
case a REST client has been made.



On Mon, Mar 22, 2010 at 3:50 PM, Ville M. Vainio  wrote:

> On Mon, Mar 22, 2010 at 12:12 PM, Tor  wrote:
>
> > Sorry for jumping in here, but the above advice confuses me. I'm not
> > very familiar with Qt, but from what I see at
> > http://doc.trolltech.com/4.6/qtcore.html QtCore is a user interface
>
> QtGui is the user interface API, QtCore / QtNetwork / etc. provide the
> necessary plumbing.
>
> E.g.  QNetworkAccessManager could probably be used instead of libcurl.
>
> --
> Ville M. Vainio
> http://tinyurl.com/vainio
>  ___
> maemo-developers mailing list
> maemo-developers@maemo.org
> https://lists.maemo.org/mailman/listinfo/maemo-developers
>



-- 
ANKY
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: gsoc project 2010 !

2010-03-21 Thread anky
i had a doubt in developing my gapps wrapper, i have two options.. 1 being
to use the libcurl library and the other is to use qt.
i have my experience in qt and currently i am new to libcurl but i sure can
learn it.
i wanted to know which one would be better and reasons for it.
thanks !

On Sat, Mar 20, 2010 at 10:52 PM, Max  wrote:

> the messenger is http://retromessenger.sf.net  with wx gui
> based on library of http://Retroshare.sf.net  (qt gui)
> you like p2p filesharing  apps too ?
>
> On Sat, Mar 20, 2010 at 4:27 PM, anky  wrote:
> > can u tell me more about your project or send me some link so that i can
> > have a look.
> > thanks !
> >
> > On Sat, Mar 20, 2010 at 12:50 PM, Max 
> wrote:
> >>
> >> hi
> >> we develop a wx messenger for mobile apps
> >> wanna join ?
> >>
> >> On Wed, Mar 17, 2010 at 6:16 AM, anky  wrote:
> >> > i wen through this idea on the ideas- list
> >> >
> >> > "Implement small applications and corresponding reusable libraries (Qt
> >> > C++)
> >> > for integrating with Google services like Mail (quick read/search
> >> > without
> >> > going through IMAP), Todo:s, Buzz, import opml from Google Reader "
> >> >
> >> > It would be nice to develop an application which can integrate with
> >> > google
> >> > services... i was interested in developing a reusable api for the
> google
> >> > apps and to develop small applications using that and it would also
> help
> >> > future maemo developers to build application using the reusable
> library
> >> > code.
> >> > I think that integrating with google apps is a much needed  addition
> to
> >> > maemo and would really help in a lot of further applcations and
> >> > services.
> >> >
> >> > Would it be nice as a gsoc idea and i was looking for someone to
> mentor
> >> > me
> >> > for the same...
> >> >
> >> > --
> >> > ANkur
> >> > ___
> >> > maemo-developers mailing list
> >> > maemo-developers@maemo.org
> >> > https://lists.maemo.org/mailman/listinfo/maemo-developers
> >> >
> >> >
> >
> >
> >
> > --
> > ANKY
> >
>



-- 
ANKY
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


gsoc project 2010 !

2010-03-16 Thread anky
i wen through this idea on the ideas- list


"Implement small applications and corresponding reusable libraries (Qt C++)
for integrating with Google services like Mail (quick read/search without
going through IMAP), Todo:s, Buzz, import opml from Google Reader "

It would be nice to develop an application which can integrate with google
services... i was interested in developing a reusable api for the google
apps and to develop small applications using that and it would also help
future maemo developers to build application using the reusable library
code.
I think that integrating with google apps is a much needed  addition to
maemo and would really help in a lot of further applcations and services.

Would it be nice as a gsoc idea and i was looking for someone to mentor me
for the same...

-- 
ANkur
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


music player with .lrc support !

2010-03-15 Thread anky
i was browsing through the wish list and saw this requirement out there. I
was thinking on working over this so i thought of discussing it with the
community. Also can this be added in the gsoc ideas list, or is it too small
for  a 3 month project ?


-- 
ANKY
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers