Re: Browser on the XO

2008-05-07 Thread Ankita Prasad
Hi Marco,

Can you tell me the olpc xulrunner version which is compatible with Firefox
3 ?

Thanks!
Ankita

On Tue, May 6, 2008 at 9:21 PM, Marco Pesenti Gritti [EMAIL PROTECTED]
wrote:

 2008/5/6 Ankita Prasad [EMAIL PROTECTED]:
  Hi Tomeu,
 
  I am using fedora 7, and I don't want the sugar environment. I meant the
  firefox browser which is there on the XO. I want to ensure that the
 browser
  on my machine( i am developing an app with an embedded browser) is
 exactly
  th same as the one on the XO.

 I suggest to use the latest firefox 3 beta. It will not be exactly the
 same but we are going to upgrade the browser on the XO to the latest
 beta soon.

 Marco

___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: Browser on the XO

2008-05-06 Thread Ankita Prasad
Hi Tomeu,

I am using fedora 7, and I don't want the sugar environment. I meant the
firefox browser which is there on the XO. I want to ensure that the browser
on my machine( i am developing an app with an embedded browser) is exactly
th same as the one on the XO.

Thanks!
Ankita

On Tue, May 6, 2008 at 6:11 PM, Tomeu Vizoso [EMAIL PROTECTED] wrote:

 On 5/6/08, Ankita Prasad [EMAIL PROTECTED] wrote:
  Hi,
 
  I want to set up a linux machine with the exact browser which is on the
 XO.
  I have the correct xulrunner version. What else do I need in order to
  replicate the XO browser?

 Hi Ankita,

 if you are on Ubuntu, this may be easiest:


 http://wiki.laptop.org/go/Ubuntu#Option_3_-_Offical_Deb_Packages_for_Hardy_LTS

 Good luck,

 Tomeu

___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Xulrunner

2008-01-29 Thread ankita prasad
From where can I get the olpc xulrunner 1.9 beta2 rpms  and the hulahop rpms

Thanks!
Ankita
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


HID driver hang

2007-10-17 Thread ankita prasad
Hi,

I have built an HID device driver using the hid class present on the XO.
When I plug my HID device into the XO , I can perform read/write operations
for sometime. But in about  a minutes time, my HID device hangs and I have
to unplug and plug my device to get it working. While trying to figure out
what could be wrong, i found that the recent ubuntu distributions have a bug
where in plugged usb devices stop working after sometime. (
https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.15/+bug/68140 )

I want to be sure that the issue is not an issue with the XO distribution.
The OLPC build that is on my XO is 542.3 and the Kernel version is
Linux-2.6.22-2007081.5.olpc.be30006dad097b8. Can anyone out there confirm
that the ubuntu issue is something that is not there in the OLPC
kernel/distribution.

Thanks!
Ankita
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


HID Driver for the XO

2007-10-11 Thread ankita prasad
Hi,

I am developing a driver for a HID device which plugs into the XO. I have
developed the driver on fedora 7 and it works fine with the hid device. But
when i connect the device to the XO and try to read data from my device, I
get a broken pipe error. Can anyone suggest as to what could be different on
the XO distribution as a result of which i get this error.

Thanks!
Ankita
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Restarting sugar

2007-10-10 Thread ankita prasad
Hi,

Is there a graceful of restarting sugar that does not involve killing  X
windows with killall X on the OLPC?

Thanks!
Ankita
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Auto loading of a usb key

2007-10-09 Thread ankita prasad
Hi,

Would the sugar environment automatically mount the a usb key eventually or
would we have to manually mount it?

-Ankita
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Downloaded files

2007-09-20 Thread ankita prasad
Hi,

When i download a file from the internet, i can see the file on the desktop
of the sugar interface(the options shown are remove and add to journal).
How do I access that file from the terminal as in where are these files
stored?

Thanks!
Ankita
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Fwd: HID Device

2007-09-20 Thread ankita prasad
Hi,

Would it help if I do my driver development on a vmware image of the XO? Or
should I go ahead and work in an emulated sugar environment(building it
using jhbuild)?

Thanks!
Ankita

-- Forwarded message --
From: ankita prasad [EMAIL PROTECTED]
Date: Sep 21, 2007 3:54 AM
Subject: HID Device
To: devel@lists.laptop.org

Hi,

I wrote a device driver for my HID device which plugs into the XO. But I
wrote it on a fedora 6 linux box. Wrote a simple program to test the driver
- recognize, read and write. I then copied the .so and the executable onto
fedora 7 and it worked fine. But when i copied them on to the XO, the
recognize and read seem to work but the write fails with a Broken Pipe
error. What am I doing wrong? Is it because the OS on the XO is very largely
different from FC6 ?

Any help with regard to this would be greatly appreciated.

Thanks!
Ankita
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


The gecko engine on the XO

2007-09-18 Thread ankita prasad
Hi All,

I am building an application for the XO and i want to embed a browser in the
application. Can somebody tell me the details of  the Gecko engine(version
and other jazz) that is there on the XO? I would like to replicate the XO
mozilla engine on my linux box so  that I can build my application because
of easier debugging on my linux box than on the XO.

Thanks!
Ankita
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: The gecko engine on the XO

2007-09-18 Thread ankita prasad
Or, if you have Fedora 7, you can also just install the olpc
xulrunner/hulahop rpms on it.

Would this be the closest approximation of the gecko engine on the XO? Do
you know what is the version of the engine present on the XO?

Thanks!
Ankita
On 9/18/07, Marco Pesenti Gritti [EMAIL PROTECTED] wrote:

 On 9/18/07, Marco Pesenti Gritti [EMAIL PROTECTED] wrote:

  Easier way to build it on your box is sugar-jhbuild:

 Or, if you have Fedora 7, you can also just install the olpc
 xulrunner/hulahop rpms on it.

 Marco

___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


HID support

2007-09-04 Thread ankita prasad
Hi People,

Can someone tell whether the Fedora distribution on XO has HID support?

Thanks!
Ankita
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel