| 00:03 | => immolo joins |
| 00:34 | <= BabelOued left/quit |
| 00:50 | <= jeanseb left/quit |
| 02:47 | <= lamikr left/quit |
| 03:11 | ** h01ger is now known as h01ger |
| 03:11 | ** h01gerh01ger is now known as h01gerh01ger |
| 03:20 |
ph|ber |
anyone have a tomtom? |
| 03:57 | <= dullard left/quit |
| 04:38 |
ph|ber |
is there suppose to be a default.txt ?? for haret |
| 05:17 |
awelux |
ph|ber, default.txt is just the default name of scripts. There is no default.txt shipped with haret. You can make your own. |
| 05:17 |
awelux |
If you knwo what you want to script that is |
| 07:01 |
ph|ber |
well. |
| 07:01 |
ph|ber |
it does not boot all the way. |
| 07:02 |
ph|ber |
sometimes i get a can not read initrd |
| 07:02 |
ph|ber |
and then sometimes it goes to the haret screen and just stays there |
| 07:11 |
ph|ber |
?? |
| 07:14 |
ph|ber |
ahhh shit! |
| 07:14 |
ph|ber |
The Haret.exe does NOT WORK with WM2005 on Blueangel |
| 07:14 |
ph|ber |
so now i read it. |
| 09:18 | => awelux_ joins |
| 09:19 | <= awelux left/quit |
| 12:08 |
Funklord |
ph|ber: how come you got WM2005? |
| 12:14 | => BabelOued joins |
| 13:32 | => lamikr joins |
| 13:44 | => AlphaPi[jr] joins |
| 13:58 | => dullard joins |
| 14:21 | <= AlphaPi[jr] left/quit |
| 14:45 |
awelux_ |
hmm. I have a data structure that seams to be misscompiled. And a very simple one. |
| 14:46 |
awelux_ |
fs/ramfs/inode.c ramfs_file_operations |
| 14:46 |
awelux_ |
make cleant time |
| 15:11 |
mndctrl |
I'm bugfixin my library these days, and can't figure out why after sending a command to the modem, the fd_set returned 0 (no activity)... I've been communicating with /dev/ttyS0, but a quick ls -l under /dev/ gave me this: |
| 15:11 |
mndctrl |
root@blueangel:~# ls -l /dev/ttys0 |
| 15:11 |
mndctrl |
crw-rw---- 1 root dialout 3, 48 Sep 2 1994 /dev/ttys0 |
| 15:11 |
mndctrl |
root@blueangel:~# ls -l /dev/ttyS0 |
| 15:11 |
mndctrl |
lrwxrwxrwx 1 root root 5 Sep 2 1994 /dev/ttyS0 -> tts/0 |
| 15:12 |
mndctrl |
shouldn't I be writing to ttys0, not ttyS0 ? Doing so gives me a segfault ;) but that I can fix... a non-answering modem is a bit worse ;) |
| 15:13 |
lamikr |
hi, have you ever used debugfs? |
| 15:15 |
mndctrl |
lamikr: hmm... nope.. |
| 15:15 |
mndctrl |
but I'll look into it now ;) |
| 15:16 |
lamikr |
I need to debug suspend/resume and as it locks, the only way I can figure out to write log in busubox is byu trying to use that for writing log to file. |
| 15:17 |
lamikr |
I found following example how to create debugfs file http://kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/patches/gregkh/gregkh-debugfs_example.patch but I do not know how to really read the data written to there later. |
| 15:18 |
lamikr |
and also the medhod for writing debugdata via it is missing... |
| 16:54 | => jeanseb joins |
| 16:55 |
lamikr |
mndctrl: Do you have write access to gomunicator cvs? |
| 17:11 |
mndctrl |
lamikr: ehm.. no.. |
| 17:12 |
lamikr |
damn, admins have vanished and nobody seems to be able to do it. |
| 17:12 |
mndctrl |
lamikr: I'm working on creating a gsm comm library based on the gomunicator code.. |
| 17:13 |
lamikr |
mndctrl: That's nice. How far have you get? |
| 17:13 |
mndctrl |
and I'm going to try to put together a qt gui for opie afterwards... |
| 17:14 |
mndctrl |
lamikr: I'm pretty much done with the library itself... But since I didn't get my hands on the toolchains until yesterday I lack alot of bugfixing... |
| 17:14 |
mndctrl |
I was struggeling with bitbake before this... |
| 17:14 |
lamikr |
mndctrl: The wavecom module that h6300 has has some differences compared to the gsm module in htc commands. There need to be different initcmd. In addition the sequense how AT command needs to be called when sending SMS message differs with htc and h6300 devices. |
| 17:15 |
lamikr |
mndctrl: So what kind of interface you have for the lib? |
| 17:17 |
mndctrl |
I'm testing and developing mainly for the ba... but I hope it can be of some use on handhelds in general with little modifications, I've taken all (I think, maybe not) device spesific code out of the library, and put it in the GUI... |
| 17:17 |
lamikr |
In december cp15 added my patch to cvs which worked for sending sms messages both with the h6300 and ba. But in the newest gomunicator cvs version the h6300 support is broken. I have a patch for fixing the phone calls but I have not yet tried to track what has went wrong in the sms sending. |
| 17:18 |
lamikr |
mndctrl: What will btw, be the license. GPL, LGPL? |
| 17:18 |
mndctrl |
I was thinking about some .model files defining the device spesific stuff, and have the GUI read them at startup... |
| 17:18 |
mndctrl |
lamikr: I was thinking standard GPL... I don't really know LGPL.. whats the difference? |
| 17:21 |
lamikr |
mndctrl: LGPL is used often in a devevelopment libraries like gcc. The difference is that non-gpl apps are allowed to link lgpl libs. But if libs are gpl, then the app using it must also be gpl. I was just asking because I noticed that there is a attempt to change gpe libs to lgpl. |
| 17:22 |
mndctrl |
hmm... I'll think about it... I like that stuff stays open though ;) |
| 17:22 |
lamikr |
mndctrl: Well, I like also. |
| 17:48 | <= immolo left/quit |
| 18:04 | => immolo joins |
| 19:12 |
immolo |
whats the best image to use for the ba the older or newer gpe one? |
| 20:03 | <= BabelOued left/quit |
| 20:04 | => BabelOued joins |
| 20:30 |
immolo |
does gomunicator support contacts? |
| 20:31 |
lamikr |
immolo: At least in theory it try to read contacts filled with gpe-contact but I have not yet tested whether it really works. |
| 20:32 |
immolo |
it doesn't seem to |
| 20:32 |
immolo |
I can dial numbers though |
| 20:32 |
lamikr |
You have blueangel? |
| 20:32 |
immolo |
yes |
| 20:33 |
lamikr |
Yes, the calls & sms messages should work. Is powerbutton working for you? |
| 20:33 |
immolo |
too scared to try :P |
| 20:33 |
immolo |
I'm going to stick a ringtone on then suspend it |
| 20:34 |
immolo |
it plays wav files right? |
| 20:35 |
lamikr |
I think they are 16000 khz "raw" wav files. You can use sox to convert wav's to that format. |
| 20:35 |
lamikr |
I do not myself have BA so I have not tested it. |
| 20:35 |
immolo |
ah |
| 20:36 |
immolo |
i'm fine with converting |
| 20:36 |
immolo |
just where to place it |
| 20:42 |
immolo |
ok contacts work |
| 20:42 |
immolo |
just the path for ringtones to find |
| 20:53 |
ph|ber |
i keep getting an unable to read initrd |
| 20:53 |
ph|ber |
any ideas? |
| 20:53 |
ph|ber |
i downgraded back to wm2003 |
| 20:55 |
immolo |
are you playing a sound file? |
| 20:55 |
ph|ber |
no |
| 20:56 |
immolo |
and you followed the wiki? |
| 20:56 |
ph|ber |
yeop |
| 20:56 |
immolo |
strange |
| 20:56 |
ph|ber |
i have a branded blueangel |
| 20:56 |
immolo |
the only thing stopping me was playing a sound file while booting |
| 20:57 |
ph|ber |
siemens sx66 |
| 20:57 |
immolo |
I just have an xda2s |
| 20:59 |
ph|ber |
ls 2577/ |
| 20:59 |
ph|ber |
autorun.exe* |
| 20:59 |
ph|ber |
ls linux/ |
| 20:59 |
ph|ber |
haret.exe* initrd-2.6.12-hh2.gz* startup.txt* zImage-2.6.12* |
| 20:59 |
ph|ber |
adn the first partition just has to be a fat.. right? |
| 20:59 |
ph|ber |
w95 FAT32. |
| 21:00 |
immolo |
fat16 |
| 21:00 |
immolo |
:P |
| 21:00 |
ph|ber |
ahh. |
| 21:00 |
ph|ber |
hrm. |
| 21:00 |
ph|ber |
k |
| 21:00 |
immolo |
type 04 |
| 21:01 |
ph|ber |
lets see if that makes a difference |
| 21:01 |
immolo |
could be your sd card on it's way out but lets hope not |
| 21:01 |
ph|ber |
damn. |
| 21:01 |
ph|ber |
nope |
| 21:02 |
ph|ber |
Error reading initrd 'initrd-2.6.12-hh2.gz' |
| 21:04 |
immolo |
not sure |
| 21:05 |
immolo |
like I say it worked fine by following the wiki |
| 21:08 |
jeanseb |
hi |
| 21:09 |
jeanseb |
just bought his sd card |
| 21:09 |
jeanseb |
linux experimenting comming soon :D |
| 21:09 |
immolo |
wishes he had some ringtone action |
| 21:10 |
ph|ber |
shithsit |
| 21:11 |
ph|ber |
i dont have a mkfs.vfat though.. |
| 21:11 |
ph|ber |
been using mkfs.msdos |
| 21:11 |
immolo |
what distro do you use? |
| 21:11 |
ph|ber |
slackware |
| 21:12 |
immolo |
well on gentoo I emerged dosfsprogs |
| 21:12 |
immolo |
don't know if that will help you |
| 21:13 |
lamikr |
With h6300 bootloader we have noticed that some of the people need to use "-f 1" with mkfs.vfat. I am myself using mandriva and I do not need that option. |
| 21:13 |
immolo |
lamikr, same for myself |
| 21:14 |
ph|ber |
im trying mkfs.msdos -f 1 |
| 21:15 |
ph|ber |
nope |
| 21:15 |
ph|ber |
same deal |
| 21:16 |
immolo |
croupt image? |
| 21:16 |
ph|ber |
ill re dl it |
| 21:17 |
immolo |
anyone know a good media player for gpe :P |
| 21:17 |
ph|ber |
mplayer? |
| 21:18 |
immolo |
maybe |
| 21:18 |
immolo |
I need something for audio mainly |
| 21:18 |
immolo |
but not xmms |
| 21:25 |
ph|ber |
not a corrupt image. |
| 21:31 |
immolo |
to be honest I don't know then |
| 21:32 |
immolo |
hmm I think I'm going to have to set oe back up on my workstation |
| 21:37 |
ph|ber |
hrm. |
| 21:37 |
ph|ber |
still doesnt work.. |
| 21:37 |
ph|ber |
and.. i think i am going to upgrade back to wm5 |
| 21:39 |
immolo |
that's not upgrading :P |
| 21:39 |
ph|ber |
? |
| 21:40 |
ph|ber |
i had wm5. |
| 21:40 |
ph|ber |
i put wm3 back on |
| 21:40 |
immolo |
I meant it's like downgrading |
| 21:40 |
ph|ber |
oh.. |
| 21:40 |
ph|ber |
ya |
| 21:40 |
ph|ber |
caught that.. |
| 21:40 |
ph|ber |
HEH |
| 21:40 |
immolo |
I didn't like wm5 |
| 21:41 |
ph|ber |
i like it better than this 3. |
| 21:41 |
immolo |
saying that the only ce I like was the wm2003 not the se version |
| 21:41 |
ph|ber |
at least on the 5, theres no big ass cingular logo. |
| 21:41 |
immolo |
logo? |
| 21:41 |
ph|ber |
yea, |
| 21:41 |
ph|ber |
at the bottom right. |
| 21:42 |
immolo |
not sure what you mean |
| 21:42 |
ph|ber |
in my wm3. |
| 21:42 |
ph|ber |
there is a cingular logo at the bottom right, on the default view.. or what ever its called.. desktop |
| 21:43 |
immolo |
might only be for your firmware |
| 21:43 |
ph|ber |
probally |
| 21:43 |
ph|ber |
how can i get rid of some of the stuff .. |
| 21:43 |
ph|ber |
like |
| 21:44 |
ph|ber |
no upcoming appointments. |
| 21:44 |
ph|ber |
no task |
| 21:44 |
ph|ber |
tap here to set ownver info |
| 21:44 |
ph|ber |
owner |
| 21:44 |
immolo |
you can do that on 2003 |
| 21:44 |
ph|ber |
ya.. how. |
| 21:44 |
immolo |
settings |
| 21:44 |
immolo |
todat |
| 21:44 |
immolo |
*today |
| 21:44 |
immolo |
and then remove the items |
| 21:45 |
ph|ber |
ahhh |
| 21:45 |
ph|ber |
ahh.. and i delete the cingular.. |
| 21:45 |
ph|ber |
it was a theme |
| 21:45 |
ph|ber |
now i have the grassy nole |
| 21:46 |
ph|ber |
or the microcrap flag. |
| 21:58 |
ph|ber |
and.. how do i access a sd card? |
| 21:58 |
ph|ber |
like if there is data on it.. i have tried the file explorer. |
| 21:59 |
ph|ber |
and is there any programs for like, formatting, etc. |
| 22:00 |
immolo |
storagetools |
| 22:00 |
immolo |
do a google for defrag pocketpc |
| 22:01 |
ph|ber |
is it free? |
| 22:01 |
immolo |
30 day trial |
| 22:01 |
ph|ber |
shit. |
| 22:01 |
immolo |
why? |
| 22:01 |
immolo |
you only need it once |
| 22:01 |
ph|ber |
not nessesarily |
| 22:02 |
immolo |
then linux you can boot |
| 22:07 |
ph|ber |
can you not partition with it? |
| 22:12 | <= immolo left/quit |
| 22:14 |
ph|ber |
does bluetooth and wifi need to be turned off? |
| 22:46 | <= jeanseb left/quit |
| 23:04 |
awelux_ |
uhm. just a second. Why would you want to defrag random access memory ? |
| 23:04 |
awelux_ |
or flash cards |
| 23:04 |
awelux_ |
? |
| 23:04 |
awelux_ |
sounds like a rip off |