Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - tumnus

Pages: 1 2 [3] 4 5 ... 79
31
Security and Networking / New Bluetooth Drivers
« on: April 27, 2005, 11:53:21 am »
Quote
will those nice drivers work with a c1000 used with a belkin bluetooth cf?
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]
Look here: [a href=\"https://www.oesf.org/index.php?title=Bluetooth_Card_Support]https://www.oesf.org/index.php?title=Bluetooth_Card_Support[/url]

If a card isn't listed here, then at best no one has tried or updated the list and at worst it doesn't work at all.

32
General Discussion / Qpe Qcop To Disable Suspend?
« on: April 24, 2005, 06:53:59 pm »
With the Sharp ROM, this disables the suspend and light dimming:
Code: [Select]
qcop QPE/System 'setScreenSaverIntervals(int,int,int)' 0 0 0and this reenables everything again:
Code: [Select]
qcop QPE/System 'setScreenSaverIntervals(int,int,int)' -1 -1 -1Sharp's version of Qtopia is slightly different from Trolltech's documented version. I don't think there is a way to disable only the suspend without disabling the auto-light dimming.

33
C1000/3x00 Hardware / Is Alarm0300.wav Hardcoded In Firmware?
« on: April 22, 2005, 07:14:59 pm »
If the file is on a read-only JFFS2 partition, then you can remount it read-write with the following command (WARNING - be very careful what you do after this as you could mess up your ROM, forcing you to reflash):

mount /mount/point -o rw,remount

and this to make it read-only again afterwards

mount /your/mount/point -o ro,remount

But if the calendar on the SL-1000/3000 is anything like earlier models, the alarm sound is compiled into the calendar binary so it doesn't actually use that wav file and cannot be changed.

34
C1000/3x00 General discussions / Bluetooth On The Sl-3000?
« on: April 11, 2005, 07:23:22 pm »
Here's a list of cards and their compatibility with the Zaurus drivers:

https://www.oesf.org/index.php?title=Bluetooth_Card_Support

35
C1000/3x00 General discussions / Bluetooth On The Sl-3000?
« on: April 11, 2005, 05:12:44 pm »
Would that be the Anycom CF-300? If it is, it requires a kernel patch backported from kernel 2.6, which means replacing your Sharp kernel with a custom one.

The packages I have put together only support the stock Sharp kernel.

36
Sharp ROMs / Tkc Calendar, Address And Mail - Not Syncing
« on: April 03, 2005, 08:10:08 pm »
It's the other way round, the 5500 3.1 ROM uses the DTM based PIM and sync framework, while the tkc apps are based on the old XML PIM and sync framework.

So you cannot sync tkc apps while using the latest ROMs/Zaurus models.

37
Qt/Qtopia / Qt Designer3 -> Zaurus
« on: March 29, 2005, 04:56:03 pm »
The problem with Designer 3 is it creates UI files for QT3, whereas the Zaurus and its build chain use QT Embedded 2.x . So I think we're stuck with using Designer 2 unless someone writes an XSLT stylesheet to convert the v3 XML UI to v2 XML UI (The majority of differences are where attributes were changed to tags or vice versa).

38
Sharp ROMs / Socket Bluetooth And Powerbook
« on: March 25, 2005, 08:02:24 pm »
You have to start sdpd to enable services on your zaurus and learn how to use sdptool and pand/dund too. There are man pages with the tools on x86 boxes with BlueZ and lots of howtos at http://www.bluez.org .

You need to enter the IP address that your Powerbook will see your Zaurus as in the PAN applet. It doesn't currently automatically assign one using DHCP.

The link_key file is a binary file that stores the security keys used to authenticate paired devices. You shouldn't need to edit that file.

39
5x00 General discussions / Bluetooth And Email Sending
« on: March 19, 2005, 03:33:21 pm »
Yup, as I said, most SMTP servers will not allow you to connect to them unless you are on the same network (Earthlink's in this case). smtp.earthlink.net is setup just like that, but there are also servers that you can connect to from anywhere as long as you provide a registered username/password like you can with smtpauth.earthlink.net.

40
User Request for Applications / Bluetooth Obex Push Manager
« on: March 18, 2005, 02:47:05 pm »
The first release is still going to be an app that just allows you to change the basic settings and discover devices and modify rfcomm.conf for them, so don't worry.

Then I'll get Obex stuff going and people can add other features if they want.

41
User Request for Applications / Bluetooth Obex Push Manager
« on: March 17, 2005, 07:20:20 pm »
Yeah, I've been struggling with motivation too. *When * I do eventually get something out, it is more likely to be alpha quality.

I've been working on the basics (settings and discovery for now), but as I already have that setup it is hard to work up motivation to complete. It would actually be nice to get Obex working to beam files between my phone/other PDAs and Zaurus.

42
C1000/3x00 General discussions / Bluetooth On The Sl-3000?
« on: March 16, 2005, 06:34:23 pm »
Actually I think you must have got the pre SL-5500 3.1 ROM version of the ipk from ELSI where everything ran as root. If you go to the home page of the susp-resume ipk, you'll find the version that has had the sudo lines in it since the 3.10 ROM came out.

I didn't realise ELSI had only grabbed the old version of the ipk. I have added a link to the current ipk. Sorry about that.

43
Deals and Great Z Buys / C1000 Available On Conics.net For $549
« on: March 15, 2005, 02:49:32 am »
Remember you may also get hit by import duty and VAT when importing to the UK. Purposefully trying to avoid this tax, such as undervaluing the item, is illegal.

Having said that, I've had several high value items imported and while everything was properly marked, customs still missed them. I guess it also depends whether the courier takes it upon themselves to collect these taxes,

44
Software / Keypebble - "host Not Found"
« on: March 15, 2005, 02:46:09 am »
I think you need to use an IP address. It doesn't seem to resolve host names.

45
5x00 General discussions / Bluetooth And Email Sending
« on: March 13, 2005, 05:43:43 pm »
Are you sending mail using your cell phone network's SMTP server?

SMTP servers are usually locked down such that you can only send mail with them while on the same network/ISP.

Pages: 1 2 [3] 4 5 ... 79