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 - ironstorm

Pages: 1 2 3 [4] 5 6
46
Angstrom & OpenZaurus / Oz 3.5.3 Suspend / Power On Issue
« on: May 08, 2005, 03:23:29 am »
To summerize, the problems with suspend/revive/power-management must not be an issue else they would not have released 3.5.3...    

47
Angstrom & OpenZaurus / Oz3.5.3 (collie) On/off Button Problem
« on: April 28, 2005, 08:18:57 am »
Quote
Well, all kind of things can happen. I can't confirm right now, but I know that atd really steps over apmd's toes, so we made both packages CONFLICTing each other. If atd managed to get into the base image, I'm not surprised that we have suspend/resume problems.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=77321\"][{POST_SNAPBACK}][/a][/div]

atd is not part of the opie image:
Code: [Select]
root@collie:~# find / | grep atd
root@collie:~#

48
Angstrom & OpenZaurus / Canadian Holidays For Datebook
« on: April 21, 2005, 01:14:56 am »
Quote
could you send it to opie guys? opie-devel|handhelds.org
[div align=\"right\"][a href=\"index.php?act=findpost&pid=76072\"][{POST_SNAPBACK}][/a][/div]

Done... Changed | to @ and sent the email...

49
Angstrom & OpenZaurus / Canadian Holidays For Datebook
« on: April 21, 2005, 01:06:58 am »
Quote
what about provincial holidays like BC day?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=76101\"][{POST_SNAPBACK}][/a][/div]

You mean... like "Civic Holiday" everywhere else in Canada?
First Monday in August, it's already there.

50
Angstrom & OpenZaurus / Canadian Holidays For Datebook
« on: April 19, 2005, 11:12:34 pm »
If you are using Opie 3.5.3, you can use the datebooks new plugin to display holidays...  below is the data file for Canadian holidays.

Note: there is a bug in datebook that will cause the holiday not to turn green if there is another appointment / reminder on that day.

Paste the following into /opt/QtPalmtop/etc/nationaldays/canadian.xml:
Code: [Select]






  
    
    
  



  
    
  



  
    
    
  




  
  
  
  
  





  
    
    
    
  



  
    
    
    
  



  
    
    
    
  






Then configure your datebook to use the nationaldays plugin, tab over the nationaldays config and check Canadian.xml...

-G

51
Angstrom & OpenZaurus / 3.5.3 Upgrades
« on: April 18, 2005, 01:06:58 am »
I'd love to try a working package for gpe-nmf...

52
Angstrom & OpenZaurus / Samba Server On 3.5.2?
« on: April 17, 2005, 08:56:45 pm »
I'll add my 2 cents of what I had to do as an almost shell script...

Code: [Select]
echo [global]>/usr/lib/smb.conf
echo    workgroup = WORKGROUP>>/usr/lib/smb.conf
echo [test]>>/usr/lib/smb.conf
echo     comment = For testing only, please>>/usr/lib/smb.conf
echo     path = /media/card>>/usr/lib/smb.conf
echo     read only = no>>/usr/lib/smb.conf
echo     guest ok = yes>>/usr/lib/smb.conf

Code: [Select]
mkdir -p /usr/private/
nmbd
smbd
smbpasswd -a USER

From Windows (replace 192.168.0.102 w/ your Z's IP):
\\192.168.0.102\test
USER
<enter password>

53
Angstrom & OpenZaurus / Oz 3.5.3 Gpe-image
« on: April 12, 2005, 03:51:16 pm »
Quote
I need to hunt for, and read up on this "ipkg link" command. 

ipkg-link is a different command then ipkg - note the dash

54
Angstrom & OpenZaurus / Openzaurus 3.5.3 Pre-release
« on: April 09, 2005, 11:56:41 pm »
Quote
3. Installing opie-mediaplayer2 via ipkg, the media player launcher didnt appear immediately, had to launch it via terminal. The launcher appeared later automagically.

This is common with any package _not_ installed from the opie package manager...

Opie must be restarted after a package is installed (and ipkg-link'ed in the case it is not installed to root) before the launcher icons show up.

55
Angstrom & OpenZaurus / Openzaurus 3.5.3 Pre-release
« on: March 31, 2005, 10:56:56 pm »
Quote
- Minimo web-browser package

Good stuff... I'm drooling with anticipation...  

56
Angstrom & OpenZaurus / Openzaurus 3.5.3 Pre-release
« on: March 24, 2005, 12:42:32 am »
Looks like the address book is messed up... the Letter selections don't filter and it doesn't appear any of the entries are in order either...

57
Angstrom & OpenZaurus / Openzaurus 3.5.3 Pre-release
« on: March 18, 2005, 01:47:45 am »
Package Manager allows selections of unmounted targets...
Package Manager also reports "Space Avail" as unknown on my 256MB SD card...  until packages start installing... then it updates.

58
Angstrom & OpenZaurus / Openzaurus 3.5.3 Pre-release
« on: March 18, 2005, 01:18:55 am »
It would be nice if 3.5.3-final could be the first 3.5.x release to include working timezones...   (i.e. New York and LA should be 3 hours apart and they should be 5 and 8 hours behind London respectively)

This snapshot also fails in that respect.

59
Angstrom & OpenZaurus / mp3 skips and blips in XMMS w/OZ 3.5.1 on 5500
« on: December 15, 2004, 01:51:33 am »
Here's what I've experinced on Opie 3.5.2:

- XMMS (from OZ3.5.1 feed) mounted on a loopback on top of my 1GB FAT FS Kingmax SD card works no problem

- XMMS and Opie-mplayer2 (from OZ 3.5.2 feed) skips and blips when installed to a similar SD loopback

Anyway... if you want to try with a loopback you can get the file with scripts from here http://stacktrace.org/

It'd be interesting to see if it helps with your problems.

Cheers

-G

60
Angstrom & OpenZaurus / Oz 3.5.2 Gpe Sound
« on: December 15, 2004, 01:41:44 am »
the kernel driver for sound was left out of the 3.5.2 gpe build...

There is no sound till 3.5.3 at the earliest... there was some discussion about this in another thread...

Pages: 1 2 3 [4] 5 6