![]() ![]() |
Aug 6 2008, 10:14 PM
Post
#541
|
|
|
Group: Members Posts: 902 Joined: 22-May 04 Member No.: 3,385 |
There is a problem with installing bluez-utils. If you start with the titchy rootfs, or mine, affects both, and install bluez-utils, the Universal fails right after initiating bluetooth services, scrolls by too fast, so don't know exactly the error, however ends with: correcting recursive error, but a reboot is needed.
Upon reboot, after initializing bluetooth, the same happens. I have a backup rootfs where I've already installed an older version of bluez-utils, where there is no such problem. It affects both testing and unstable distributions... |
|
|
|
Aug 7 2008, 12:26 AM
Post
#542
|
|
|
Group: Members Posts: 34 Joined: 26-April 08 Member No.: 21,690 |
Hallo
I like Debian Linux in my Uni verry much WiFi, PPP, USB, X and phone functions work weel But... Is some little problems ______________________________________________________ How to edit manual /etc/titchy-phone-daemon/phonebook.vcf ??? I want to insert my contacts inside to see who call me I try more options to insert in phonebook.vcf NICKNAME and <NUMBER> <NICKNAME, NUMBER> .... etc etc I instaled Contacts but i can find *.vcf file to edit _______________________________________________________ After install titchy-phoneui-glossy, every time after restart my Uni, or after installs some packages The terminal gime me some errors like MPD canot lock up for localhost, port bla bla...... Maybe MPD is running....... Something like this This erors apears and after I install something _______________________________________________________ And, After X Desktop is loaded, the first error is. BATTERY EMPTY How possibile fix exist, to not appear this message window??? Or to work correct??? ------- Thanks in advance |
|
|
|
Aug 7 2008, 06:44 AM
Post
#543
|
|
|
Group: Members Posts: 206 Joined: 21-January 08 Member No.: 21,231 |
How to edit manual /etc/titchy-phone-daemon/phonebook.vcf ??? vCard file (.vcf) editors are not as common as I thought. I use "rolo", which is text-based. "Contacts", and a few other programs, use the Evolution Data Server. It may be possible to make the titchy-phoneui phonebook use this. Edit: If you're familiar with Python, you can use it to convert the Evolution Data Server data, e.g.: CODE import bsddb fin = bsddb.hashopen('('.evolution/addressbook/local/system/addressbook.db') fout = open('/etc/titchy-phone-daemon/phonebook.vcf', 'w') for s in fin.values(): fout.write(s.replace('\r', '').replace('\x00', '') + '\n\n') fout.close() fin.close() QUOTE After install titchy-phoneui-glossy, every time after restart my Uni, or after installs some packages The terminal gime me some errors like MPD canot lock up for localhost, port bla bla...... You need to add the following line to /etc/hosts: CODE 127.0.0.1 localhost QUOTE And, After X Desktop is loaded, the first error is. BATTERY EMPTY How possibile fix exist, to not appear this message window??? Or to work correct??? I don't know - I don't use X. |
|
|
|
Aug 7 2008, 07:30 AM
Post
#544
|
|
|
Group: Members Posts: 34 Joined: 26-April 08 Member No.: 21,690 |
Thank You
Just 1 more question a have Before I installed the rootfs I make whith gparted in my linux machine 3 partitions in my SDHC card Part1: ext2, Part2 Linux Swap and part3 FAT for my Win OS Now when I`m in Linux every time is need to mount Fat partition to work: #mount /dev/mmcblk0p3 /Myfat Haw to made to mount this FAT partition automatic when Debian started? |
|
|
|
Aug 7 2008, 08:02 AM
Post
#545
|
|
|
Group: Members Posts: 206 Joined: 21-January 08 Member No.: 21,231 |
Thank You Just 1 more question a have Before I installed the rootfs I make whith gparted in my linux machine 3 partitions in my SDHC card Part1: ext2, Part2 Linux Swap and part3 FAT for my Win OS Now when I`m in Linux every time is need to mount Fat partition to work: #mount /dev/mmcblk0p3 /Myfat Haw to made to mount this FAT partition automatic when Debian started? Add the following line to /etc/fstab CODE /dev/mmcblk0p3 /Myfat auto defaults,noatime 0 0
|
|
|
|
Aug 7 2008, 11:30 PM
Post
#546
|
|
|
Group: Members Posts: 902 Joined: 22-May 04 Member No.: 3,385 |
There is a problem with installing bluez-utils. If you start with the titchy rootfs, or mine, affects both, and install bluez-utils, the Universal fails right after initiating bluetooth services, scrolls by too fast, so don't know exactly the error, however ends with: correcting recursive error, but a reboot is needed. Hmmm... could this issue be related to some hardware damage on the Uni? It seems the SD circuitry or whatever on my Uni has gone bad, i.e. I keep getting I/O read/write errors on the card in Debian now all the time. Originally, I thought the card has gone bad. I got two new ones, similar problem. Fsck bad sectors check doesn't reveal anything revealing... Is there a good tool to really check and report bad sectors / SD card damage? This just to really come to terms if there has been some hardware malfunction in the Uni, which could be linked to this bluez problems? If that's the case, I'll probably have to get a new Uni or the board, but don't wanna do it, if it is in case just SD card issues... |
|
|
|
Aug 7 2008, 11:50 PM
Post
#547
|
|
|
Group: Members Posts: 34 Joined: 26-April 08 Member No.: 21,690 |
There is a problem with installing bluez-utils. If you start with the titchy rootfs, or mine, affects both, and install bluez-utils, the Universal fails right after initiating bluetooth services, scrolls by too fast, so don't know exactly the error, however ends with: correcting recursive error, but a reboot is needed. Mee to, I try to install bluez-utils, but in finally Setting up bluez-utils, crash my uni I make Soft Reset, and work fine now, but whithout bluez-utils instaled, not whose setup up I try to install GPE-BLUETOOTH Install work, but hardware in Uni is not detected |
|
|
|
Aug 8 2008, 01:46 AM
Post
#548
|
|
|
Group: Members Posts: 206 Joined: 21-January 08 Member No.: 21,231 |
There is a problem with installing bluez-utils. If you start with the titchy rootfs, or mine, affects both, and install bluez-utils, the Universal fails right after initiating bluetooth services, scrolls by too fast, so don't know exactly the error, however ends with: correcting recursive error, but a reboot is needed. Upon reboot, after initializing bluetooth, the same happens. I have a backup rootfs where I've already installed an older version of bluez-utils, where there is no such problem. It affects both testing and unstable distributions... Do you have a copy of the working bluez-utils deb? I could change its version number so it gets installed instead of the broken one, and host it in my repository, while we figure out what's wrong. |
|
|
|
Aug 8 2008, 02:32 AM
Post
#549
|
|
|
Group: Members Posts: 902 Joined: 22-May 04 Member No.: 3,385 |
Do you have a copy of the working bluez-utils deb? I could change its version number so it gets installed instead of the broken one, and host it in my repository, while we figure out what's wrong. Well, this was my first line of thinking. However, maybe it's induced by other factors, like other packages, because: From a working rootfs backup where I have bluez-utils installed, I tried to manually install them in your clean rootfs - don't have the package, but first installed all the dependencies, then copied all the bluez-utils files in their place, ran the preinst script, then ran the postinst script, and it fails in the same way... Like I said, can't catch the errors, but right after hcid initialization I think, a slew or rfcomm or what have you associated errors fly by and that's it, the machine is stuck. So, since another user has the same issues, it's not motherboard failure related I assume. Do you have an idea what could be behind this SD I/O read/write problems of mine? It's driving me nuts, I can't use Linux on the Universal now... Thought it was machine hardware generated, since even the Windows Mobile couldn't access the card, which has the first partition as fat32, which they could before, though the card was readable fine on a PC both under GNU/Linux and under XP. I used some tool though under XP that is supposed to format the card exactly to SD guideline specifications and now the Windows Mobile reads the card. So should I maybe try just to keep it fat32 formatted and put the Debian into a file and run it off of it, instead of creating an ext2 partition? Would this be beneficial? I'm just curious why this now when for a couple of months didn't have these issues at all... |
|
|
|
Aug 8 2008, 05:35 AM
Post
#550
|
|
|
Group: Members Posts: 206 Joined: 21-January 08 Member No.: 21,231 |
Do you have a copy of the working bluez-utils deb? I could change its version number so it gets installed instead of the broken one, and host it in my repository, while we figure out what's wrong. Well, this was my first line of thinking. However, maybe it's induced by other factors, like other packages, because: From a working rootfs backup where I have bluez-utils installed, I tried to manually install them in your clean rootfs - don't have the package, but first installed all the dependencies, then copied all the bluez-utils files in their place, ran the preinst script, then ran the postinst script, and it fails in the same way... Like I said, can't catch the errors, but right after hcid initialization I think, a slew or rfcomm or what have you associated errors fly by and that's it, the machine is stuck. So, since another user has the same issues, it's not motherboard failure related I assume. I'll try installing the newest bluez-utils on mine, see if it happens to me. QUOTE Do you have an idea what could be behind this SD I/O read/write problems of mine? It's driving me nuts, I can't use Linux on the Universal now... Thought it was machine hardware generated, since even the Windows Mobile couldn't access the card, which has the first partition as fat32, which they could before, though the card was readable fine on a PC both under GNU/Linux and under XP. I used some tool though under XP that is supposed to format the card exactly to SD guideline specifications and now the Windows Mobile reads the card. So should I maybe try just to keep it fat32 formatted and put the Debian into a file and run it off of it, instead of creating an ext2 partition? Would this be beneficial? I'm just curious why this now when for a couple of months didn't have these issues at all... Because of the wear-levelling, SD cards can be a bit tricky. You can write the same data to the same place twice, and it will get put in a different physical location on the card each time. That makes it very difficult to track down problems. For the same reason, an error on one partition can affect other partitions on the same card. Do you have the ramdisk image installed? Have you tried formatting the card for Linux using the phone itself? |
|
|
|
Aug 8 2008, 09:22 AM
Post
#551
|
|
|
Group: Members Posts: 206 Joined: 21-January 08 Member No.: 21,231 |
Bluetooth seems to work fine if you use the Silicon Wave driver instead of the Texas Instruments one. Change 'texas' to 'swave' in /etc/bluetooth/uart.
|
|
|
|
Aug 12 2008, 12:28 AM
Post
#552
|
|
|
Group: Members Posts: 902 Joined: 22-May 04 Member No.: 3,385 |
I seem to have an issue with general audio loudness, i.e. when playing audio or video, it seems to be significantly less loud than when playing the same files under WM. I seem to remember having a similar issue earlier on, then tweaking something, and it disappearing, though am not sure about it.
The incoming call ring is also not very loud, albeit having RINGTONEVOLUME set at 100 in /etc/default/titchy-phoneui-base Any ideas? |
|
|
|
Aug 12 2008, 07:32 AM
Post
#553
|
|
|
Group: Members Posts: 206 Joined: 21-January 08 Member No.: 21,231 |
I seem to have an issue with general audio loudness, i.e. when playing audio or video, it seems to be significantly less loud than when playing the same files under WM. I seem to remember having a similar issue earlier on, then tweaking something, and it disappearing, though am not sure about it. The incoming call ring is also not very loud, albeit having RINGTONEVOLUME set at 100 in /etc/default/titchy-phoneui-base Any ideas? I don't know of anything that would affect the volume. Run alsamixer at the console and check all the controls. |
|
|
|
Aug 13 2008, 09:02 AM
Post
#554
|
|
|
Group: Members Posts: 13 Joined: 10-June 08 Member No.: 21,901 |
Hey,
What is hibernate or suspend like? In the project that i am doing i'd like to be able to hibernate the htc so that it could sit for a couple of days without a power supply and wake up in the same state as it was before.... Is this possible? Also, when you hold the power button and the display appears with the clock and the date, how is this graphic produced? I was under the impression to get a gui like that you needed X... Thanks. |
|
|
|
Aug 13 2008, 09:42 AM
Post
#555
|
|
|
Group: Members Posts: 902 Joined: 22-May 04 Member No.: 3,385 |
|
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 19th June 2013 - 05:06 PM |