![]() ![]() |
May 15 2008, 07:37 AM
Post
#331
|
|
|
Group: Members Posts: 44 Joined: 7-May 08 Member No.: 21,745 |
|
|
|
|
May 15 2008, 01:23 PM
Post
#332
|
|
|
Group: Members Posts: 44 Joined: 7-May 08 Member No.: 21,745 |
Edit: It looks like the bluetooth module is powered up by default. I've updated titchy-hardware-support to turn it off. I've no idea whether it will make much difference, though. Thanks for that; I'll test tonight. Sam It seems to have done the trick, I've only lost 5% in the last 5 hours Sam |
|
|
|
May 15 2008, 03:05 PM
Post
#333
|
|
|
Group: Members Posts: 16 Joined: 24-April 08 Member No.: 21,681 |
|
|
|
|
May 16 2008, 12:30 AM
Post
#334
|
|
|
Group: Members Posts: 902 Joined: 22-May 04 Member No.: 3,385 |
And I finally got a kernel compile, not sure what I was doing wrong, but now I can start on the wlan stuff. YES!!! I and many others hope you have success with this! Please keep us updated Don't get your hopes up too high. Not diminishing the above efforts, but many people have "successfully" compiled kernels for the Uni recently, but all the time there were some side issues. The last kernel I've compiled had all the crypto modules etc. but then had severe issues with suspend and coming out of suspend. So maybe getting a fully working kernel, which will accomodate wifi stability and not have any negative side effects is still not gonna be that easy. |
|
|
|
May 16 2008, 02:01 AM
Post
#335
|
|
|
Group: Members Posts: 206 Joined: 21-January 08 Member No.: 21,231 |
And I finally got a kernel compile, not sure what I was doing wrong, but now I can start on the wlan stuff. YES!!! I and many others hope you have success with this! Please keep us updated Don't get your hopes up too high. Not diminishing the above efforts, but many people have "successfully" compiled kernels for the Uni recently, but all the time there were some side issues. The last kernel I've compiled had all the crypto modules etc. but then had severe issues with suspend and coming out of suspend. So maybe getting a fully working kernel, which will accomodate wifi stability and not have any negative side effects is still not gonna be that easy. By the same token, you did manage to build new modules and run them with the known-working kernel, didn't you? I think there's still hope. |
|
|
|
May 16 2008, 03:10 AM
Post
#336
|
|
|
Group: Members Posts: 16 Joined: 24-April 08 Member No.: 21,681 |
I think there's still hope. Where there is a will there is a way Also, there are two files that are the primary reason the wlan i crap for the Uni: mem.c and cs.c. I've been told that once these files are cleaned up that the slave memory driver should be good, so it's not impossible (a new kernel wouldn't be bad either!!!!) |
|
|
|
May 16 2008, 10:54 AM
Post
#337
|
|
|
Group: Members Posts: 206 Joined: 21-January 08 Member No.: 21,231 |
Edit: It looks like the bluetooth module is powered up by default. I've updated titchy-hardware-support to turn it off. I've no idea whether it will make much difference, though. Thanks for that; I'll test tonight. Sam It seems to have done the trick, I've only lost 5% in the last 5 hours Sam I've accidentally removed snd-htcuniversal-audio from /etc/modules, which will cause you problems when you reboot. I've fixed this in another new version of titchy-hardware-support. For anyone using the whiptail UI, I've uploaded a new version of titchy-phoneui-console. Fixes some small issues, like turning the ringtone off before answering the call. |
|
|
|
May 17 2008, 12:26 PM
Post
#338
|
|
|
Group: Members Posts: 902 Joined: 22-May 04 Member No.: 3,385 |
datathief, do you have ppp on demand setup to survive suspends? the ppp package installs a kill script to /etc/apm/event.d
Did you remove it, or configure /etc/ppp/apm.conf? Right now I have to redial demand ppp after each resume. How do you do it? |
|
|
|
May 17 2008, 05:08 PM
Post
#339
|
|
|
Group: Members Posts: 206 Joined: 21-January 08 Member No.: 21,231 |
datathief, do you have ppp on demand setup to survive suspends? the ppp package installs a kill script to /etc/apm/event.d Did you remove it, or configure /etc/ppp/apm.conf? Right now I have to redial demand ppp after each resume. How do you do it? I've just set /etc/ppp/apm.conf to CODE exit 0 ... which is obviously not the "right way" to do it... |
|
|
|
May 18 2008, 09:21 AM
Post
#340
|
|
|
Group: Members Posts: 1 Joined: 18-May 08 Member No.: 21,792 |
Hi, just installed titchy and really like it. One small bug I noticed however is that the sms mailbox (/var/mail/sms) is incorrectly formatted (resulting in SMS messages not being displayed terribly well in mutt). In /etc/titchy-phone-daemon/event.d/titchy-phoneui-base for the receivesms case you need to be using echo -e rather than just echo, otherwise you'll just get literal '\n's in the output instead of line breaks.
|
|
|
|
May 18 2008, 10:09 AM
Post
#341
|
|
|
Group: Members Posts: 902 Joined: 22-May 04 Member No.: 3,385 |
Hi, just installed titchy and really like it. One small bug I noticed however is that the sms mailbox (/var/mail/sms) is incorrectly formatted (resulting in SMS messages not being displayed terribly well in mutt). In /etc/titchy-phone-daemon/event.d/titchy-phoneui-base for the receivesms case you need to be using echo -e rather than just echo, otherwise you'll just get literal '\n's in the output instead of line breaks. Not associated with this, but in the whiptail popup box when you get an SMS, it doesn't line break either. I have to view all of the long SMSes by tailing the SMS log file. |
|
|
|
May 18 2008, 01:22 PM
Post
#342
|
|
|
Group: Members Posts: 206 Joined: 21-January 08 Member No.: 21,231 |
Hi, just installed titchy and really like it. One small bug I noticed however is that the sms mailbox (/var/mail/sms) is incorrectly formatted (resulting in SMS messages not being displayed terribly well in mutt). In /etc/titchy-phone-daemon/event.d/titchy-phoneui-base for the receivesms case you need to be using echo -e rather than just echo, otherwise you'll just get literal '\n's in the output instead of line breaks. It seems bash and dash handle this differently - I presume your /bin/sh is bash. I'll see what I can do. Edit: Fixed - titchy-phoneui-base now depends specifically on dash. |
|
|
|
May 18 2008, 01:23 PM
Post
#343
|
|
|
Group: Members Posts: 902 Joined: 22-May 04 Member No.: 3,385 |
Edit: It looks like the bluetooth module is powered up by default. I've updated titchy-hardware-support to turn it off. I've no idea whether it will make much difference, though. So how do I bring bluetooth up now? hciconfig gives me nothing, no change when insmoding the two bluetooth module files in /lib/modules |
|
|
|
May 18 2008, 01:24 PM
Post
#344
|
|
|
Group: Members Posts: 902 Joined: 22-May 04 Member No.: 3,385 |
It seems bash and dash handle this differently - I presume your /bin/sh is bash. I'll see what I can do. I thought I've set the default to dash, let me check... No, I've got it set to dash. EDIT 1: Something ocurred to me, and I checked, and yes, it's connected with UTF-8. It only doesn't line break with UTF-8 characters in the message. Also, some of them are still garbled, but some not, so will try to determine if it's only with some, will do some more tests. EDIT 2: No, it seems to be doing it with all extended characters, i.e. once UTF-8 is used, it doesn't linebreak. |
|
|
|
May 18 2008, 01:24 PM
Post
#345
|
|
|
Group: Members Posts: 902 Joined: 22-May 04 Member No.: 3,385 |
|
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 22nd May 2013 - 03:53 AM |