Urgent N800 with GPS

2008-07-07 Thread nisha jain
hi all, Does some one has integrated GPS with N800 and have code or info of proper APIs pls let me know i urgently need to do it? How GPS can be detected from the host computer using maemo development enviornment? Regards, Nisha ___ maemo-developers

Re: Wrting to a text file in N800 /media/mmc1

2008-07-06 Thread nisha jain
fopen(/media/mmc2/myfile.txt, wt); ? -Chris On 5 Jul 2008, at 19:54, nisha jain wrote: hi All, I wrote a program which is collecting some data and creating text file to write into. I am successfully able to run and execute it in the VmWare maemo enviornment without any problem

PC,VMware and USB connection to N800

2008-07-05 Thread nisha jain
Hi All, I am facing a very strange problem. Whenever I want to connect to N800 to transfer file from my PC I connect it through the USB cable the issue is some times it recognizes and shows the drives in wndows and VMware and some times it doesn't show up at all even doing many times plug and

Wrting to a text file in N800 /media/mmc1

2008-07-05 Thread nisha jain
hi All, I wrote a program which is collecting some data and creating text file to write into. I am successfully able to run and execute it in the VmWare maemo enviornment without any problem. When i deployed it into N800 I am getting segmentation fault this application I checked in ARMEL

Re: Wrting to a text file in N800 /media/mmc1

2008-07-05 Thread nisha jain
/test.txt, wt+)) == NULL) { printf(Error in file creation); } if(Gfile) fprintf(Gfile,%02x,0x10); fclose(Gfile); } Regards, Nisha On Sat, Jul 5, 2008 at 5:34 PM, nisha jain [EMAIL PROTECTED] wrote: Hi Gray, I checked the file pointer if it is NULL I am printing error

Re: Wrting to a text file in N800 /media/mmc1

2008-07-05 Thread nisha jain
rumours that such a thing is possible but never encountered it myself (ive got an 810) Gary On Sat, Jul 5, 2008 at 9:09 PM, nisha jain [EMAIL PROTECTED] wrote: Hi All, I just checked in N800 the following program for writing into a file which doesn't work Any clues what is going wrong

Re: Wrting to a text file in N800 /media/mmc1

2008-07-05 Thread nisha jain
replica.. What could be the issue? Any inputs will be highly appreciated... Regards, Nisha On 7/5/08, nisha jain [EMAIL PROTECTED] wrote: Hi All, I just checked in N800 the following program for writing into a file which doesn't work Any clues what is going wrong? I neither get any

Re: Wrting to a text file in N800 /media/mmc1

2008-07-05 Thread nisha jain
works perfectly fine into maemo ARMEL enviornment so called N800 replica.. What could be the issue? Any inputs will be highly appreciated... Regards, Nisha On 7/5/08, nisha jain [EMAIL PROTECTED] wrote: Hi All, I just checked in N800 the following program for writing

Kernel Compilation for N800

2008-07-04 Thread nisha jain
Hi All, I need to do kernel compilation for N800 for proper serial mode. While following steps given in link http://maemo.org/community/wiki/howto_kernelcompilation/ I am not able to execute the first command itself sbox-config -ct MAEMO_KERNEL it gives following error --

Error while loading shared library

2008-07-04 Thread nisha jain
Hi All, I am running my application on the N800 and I get following run time exception. error while loading shared libraries : libgtkdatabox-0.8.2.so.2 : can not open shared object While compilation is perfectly fine also this application binary was running perfectly fine.. Please let me know

Fwd: Urgent regarding resizing of boxs

2008-04-27 Thread nisha jain
Hi All, I am facing a problem in gtk hbox and vbox widgets and i have to resolve this issue as soon as possible. Please let me know if any one has some inputs-- I am having following code to make a GUI for my application and I need to resize my windows to utilize all space i don't want any gaps

Regarding segmentation fault while resizing..

2008-04-27 Thread nisha jain
Hi All, I have developed an application for N800 and i am using gtk Widgets. After resizing the gtk widgets my application started crashing often by giving following segmentation fault and warning.. GLIB WARNING ** Pango - shape engine failure, expect ugly output. the offending font is 'Nokia

Signal processing on N800

2008-04-23 Thread nisha jain
Hi All, I have to do fft calculation for an application running on maemo developed for N800. I am looking for some library or the code to do so as i am not sure if i will be able to port it to N800 later on...Please let me know if some one has developed such application and used fft calculation

Re: Signal processing on N800

2008-04-23 Thread nisha jain
on N800 (developed using maemo) if there is such routine for ARM please let me know. Thanks and Regards, Nisha On 4/23/08, David Huggins-Daines [EMAIL PROTECTED] wrote: On Wed, 2008-04-23 at 14:15 -0500, nisha jain wrote: to port it to N800 later on...Please let me know if some one has

Runtime exception in Multithreading N800

2008-03-22 Thread nisha jain
Hi All, I have used pthread in my application and Hildon APIs for the GUI. In my application the main() is used for the GUI and pthread for communication. I am getting following run time exception some times while running number of times... Though i am not able to identify the cause...

Re: Runtime exception in Multithreading N800

2008-03-22 Thread nisha jain
Luukko [EMAIL PROTECTED] wrote: nisha jain wrote: I am getting following run time exception some times while running number of times... N800App[2455]: GLIB CRITICAL ** Gtk - gtk_box_pack_start: assertion `child-parent == NULL' failed Please let me know if some one has any idea about

Run time exceptions...

2008-03-21 Thread nisha jain
Hi All, I have used pthread in my application and Hildon APIs for the GUI. In my application the main() is used for the GUI and pthread for communication. I am getting following run time exception some times while running number of times... Though i am not able to identify the cause...

Multithreaded program for N800..

2008-03-15 Thread nisha jain
Hi All, I have a requierement I need to do serial communication in background and do processing simultaneously. I can do it if i have multithreaded enviornment. Please let me know if any one has used multithreaded application for N800? Does here pthreads of c can work? Let me know if i can plug

Fwd: Multithreaded program for N800..

2008-03-15 Thread nisha jain
Does OS2008 supports multithreading? -- Forwarded message -- From: nisha jain [EMAIL PROTECTED] Date: Mar 15, 2008 12:51 PM Subject: Multithreaded program for N800.. To: maemo-developers@maemo.org Hi All, I have a requierement I need to do serial communication in background

Re: Making debian package...

2008-02-28 Thread nisha jain
, nisha jain [EMAIL PROTECTED] wrote: Hi All, I am trying to make debian package for my application to port it to N800. I am able to compile it in ARMEL mode but when i give ./dpkg-build.sh command i am not able to get the debian package...My Makefile is very simple having following

Data collection using USB Serial port

2008-02-24 Thread nisha jain
Hi All, I want to collect data from USB serial port on N800... I have a sample piece of code but when i tried compiling into ARMEL mode i am facing many problems. Is there an easy way to collect data from USB serial port? I want to know the baud rate settings to be done.. Regards, Nisha

Making debian package...

2008-02-24 Thread nisha jain
Hi All, I am trying to make debian package for my application to port it to N800. I am able to compile it in ARMEL mode but when i am running ./dpkg-build.sh script i am not able to get the debian package...My Makefile is very simple having following rules...What i have to add to create debian

Making debian package...

2008-02-24 Thread nisha jain
Hi All, I am trying to make debian package for my application to port it to N800. I am able to compile it in ARMEL mode but when i give ./dpkg-build.sh command i am not able to get the debian package...My Makefile is very simple having following rules...What i have to add to create debian

Regarding serial USB interface

2008-02-22 Thread nisha jain
Hi All, I am trying to implement a simple c routine to collect data from some sensors and transfer it to Nokia 800 using serial USB port. I have a reference peace of code and after modification i am able to collect data but while porting it to Nokia800 while compiling in ARMEL mode i am getting

Where to find following package...

2008-02-06 Thread nisha jain
Hi All, I need a small information under which package does hildon-widget belongs? I am not able to find exact package to download It is need to run an application. Please let me know if any one has the answer... Thanks and Regards, Nisha ___

Re: Where to find following package...

2008-02-06 Thread nisha jain
Hi Ryan, I tried installing it and get following error [EMAIL PROTECTED]:/home/maemo# apt-get install hildon-widgets Reading package lists... Done Building dependency tree Reading state information... Done E: Couldn't find package hildon-widgets Regards, Nisha On 2/6/08, nisha jain [EMAIL

How to install packages..?

2008-02-04 Thread nisha jain
Hi All, I am facing a problem in my VmWare the net is not working i tried configuring the IP address but it is not working. Though in windows it works. Is there any way I can upgrade the packages manually? By downloading and copying to some repository? I am trying to compile example_wavelaunch.c

Help required to implement GUI to display a signal

2008-02-02 Thread nisha jain
Hi All, I am trying to enhance a GUI and my requirement is to build a box for displaying signal. I am not sure which API should i use gdk_draw_rectangle or gdk_hbox ? I am neither able to find proper example codes and examples given are giving compilation errors.. Please let me know if some one

Re: Help required to implement GUI to display a signal

2008-02-02 Thread nisha jain
, Bin Chen [EMAIL PROTECTED] wrote: On Feb 2, 2008 7:50 PM, nisha jain [EMAIL PROTECTED] wrote: Hi All, I am trying to enhance a GUI and my requirement is to build a box for displaying signal. I am not sure which API should i use gdk_draw_rectangle or gdk_hbox ? I am neither able

Missing packages while compiling example directory

2008-02-02 Thread nisha jain
Hi All, I am trying to compile the given example code directory and I get many errors I figured out that packages are missing but I am not sure how to install them? I tried calling command fakeroot apt-get install (missing package name) but it is always failing.. Please can some one help me?

Errors compiling example_wavelaunch.c

2008-02-01 Thread nisha jain
Hi All, While compiling wavelaunch.c I am getting many errors and all are related to header files it is not able to find any header.. Can Any one let me know how to get these files and include in Scratchbox? I renamed the file to DSPapp name. gcc -o DSPapp DSPapp.c `pkg-config gtk+-2.0

Problem while upgrading to OS2008

2008-01-31 Thread nisha jain
Hi All, I am trying to deploy the mameo application on N800. I realized i don't have OS2008 and now I am facing problem upgrading to OS2008 can any one help me? Regards, Nisha ___ maemo-developers mailing list maemo-developers@maemo.org

Help regarding installation on N800

2008-01-28 Thread nisha jain
Hi All, I have made a simple GUI using Hildon and created debian package which i am not sure correct or wrong. I have trasferred it to N800 handheld and tried installing through application manager but I am getting problem as it is not installing.. It throws following error -- Unable to

Urgent help while porting to N800

2008-01-27 Thread nisha jain
DEBFULLNAME=Nisha Jain [sbox-CHINOOK_X86: ~/my-application-1.0.0] dh_make -e [EMAIL PROTECTED] Type of package: single binary, multiple binary, library, kernel module or cdbs? [s/m/l/k/b] s Maintainer name : Nisha Jain Email-Address : [EMAIL PROTECTED] Date: Wed, 23 Jan 2008 19:21:33

Urgent Re: Urgent help while porting to N800

2008-01-27 Thread nisha jain
-application_1.0.0 Following is the output [sbox-CHINOOK_X86: ~/my-application-1.0.0] dh_make -e [EMAIL PROTECTED] Type of package: single binary, multiple binary, library, kernel module or cdbs? [s/m/l/k/b] s Maintainer name : Nisha Jain Email-Address : [EMAIL PROTECTED] Date: Wed, 23 Jan

Re: Urgent help while porting to N800

2008-01-27 Thread nisha jain
in the directory which is parent for my-application-1.0.0. In my case when I built mysql for N800, for example, I had tar with sources as well. On 1/27/08, nisha jain [EMAIL PROTECTED] wrote: Hi All, I have created a simple GUI using hildon APIs. I am trying to deploy the same to N800

Help regarding porting over N800

2008-01-26 Thread nisha jain
Hi All, I have created a simple GUI using maemo sdk and tested it. I am trying to port same on N800 and for that creating debian package and it is creating a debian package but when i tried testing my package i am getting following error. Please let me know what could be problem? In my

Re: Development of GUI for N800 using java?

2008-01-23 Thread nisha jain
to find the directory structure under my computer. I am not able to get path from pwd command under scratchbox terminal. Please let me know how to resolv the problems. Regd, Nisha On 1/22/08, Praveen A [EMAIL PROTECTED] wrote: 2008/1/19, nisha jain [EMAIL PROTECTED]: Hi All, Does the VMware

Re: Development of GUI for N800 using java?

2008-01-22 Thread nisha jain
Hi Praveen, I have downloaded the files. Please let me know how i can proceed? Do you know link for some tutorials? Regards, Nisha On Jan 19, 2008 3:59 PM, Praveen A [EMAIL PROTECTED] wrote: 2008/1/19, nisha jain [EMAIL PROTECTED]: I have gone through all information and links but i am

Re: Regarding Development enviornment for N800

2008-01-22 Thread nisha jain
release not this particular one). Frank On Jan 19, 2008 11:57 AM, nisha jain [EMAIL PROTECTED] wrote: Hi Frank, I have this link and I have gone through it but couldn't understand which language has to be used for making GUI or inbuild components like in Visual Basic also I am not able

Re: Development of GUI for N800 Help required

2008-01-19 Thread nisha jain
, nisha jain [EMAIL PROTECTED] wrote: Hi All, I have to develop a GUI for N800 series for project. I am totally new to this field and I want to know how i can install maemo development tool on windows machine? Is it requires some specific programming lang to program? or inbuild

Development of GUI for N800 using java?

2008-01-19 Thread nisha jain
Hi All, Does the VMware support development using java applications? Can i use java programming language for making GUI interface? Does any one has sample applications or tutorial which provide information regarding programming in java in VMware ? Regards, Nj

Re: Development of GUI for N800 using java?

2008-01-19 Thread nisha jain
, nisha jain [EMAIL PROTECTED] wrote: Hi All, Does the VMware support development using java applications? Can i use java programming language for making GUI interface? Does any one has sample applications or tutorial which provide information regarding programming in java in VMware

Regarding Development enviornment for N800

2008-01-19 Thread nisha jain
Hi All, I need urgent help. I have following requirements for a project. DSP signal processing on a predefined data set. and Display of same on N800 series. I am looking for development enviornmet for N800 which fullfills following needs 1) Provide java programming ability. 2) Runs on windows

Re: Regarding Development enviornment for N800

2008-01-19 Thread nisha jain
, there is no XP environment, you can run a Linux virtual machine though. Frank On Jan 19, 2008 11:26 AM, nisha jain [EMAIL PROTECTED] wrote: Hi All, I need urgent help. I have following requirements for a project. DSP signal processing on a predefined data set. and Display of same on N800

Re: Regarding Development enviornment for N800

2008-01-19 Thread nisha jain
. Frank On Jan 19, 2008 11:43 AM, nisha jain [EMAIL PROTECTED] wrote: Hi Frank, Thanks for info.. Yeah, but can u please provide the procedure to do so? From where i can download linux virtual machine and java development tools for N800 application development? Regards, Nisha

Development of GUI for N800 Help required

2008-01-18 Thread nisha jain
Hi All, I have to develop a GUI for N800 series for project. I am totally new to this field and I want to know how i can install maemo development tool on windows machine? Is it requires some specific programming lang to program? or inbuild components? Please provid me information how shall i