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 - Sam Liddicott

Pages: [1] 2 3
1
Debian / Htc Universal
« on: May 08, 2009, 12:24:35 pm »
Is it game over then?

2
Debian / Htc Universal
« on: April 15, 2009, 12:07:44 pm »
Quote from: Sam Liddicott
I've been given another black HTC Universal (O2 XDA exec).

It has a dent/kink in the touch-screen (not the LCD) and the display has been rotated too many times so that the display cable has snapped, but carphone warehouse say they can fix both these for £45.00

I'm short on cash to pay for a 128M upgrde, so I'm interested in doing a deal where somebody can have this in exchange for giving me the 128MB upgrade on my Universal.

Anyone interested - is it a fair deal? (I guess it is the same as swapping both these for one that has been upgraded?)

bah! I was a bit slow, CPW have stopped repairing the Universal just recenly, so I'm going to HTC for it. I'm trying to get them to do the RAM too - I might get lucky.

Sam

3
Debian / Htc Universal
« on: April 03, 2009, 05:01:16 am »
I've been given another black HTC Universal (O2 XDA exec).

It has a dent/kink in the touch-screen (not the LCD) and the display has been rotated too many times so that the display cable has snapped, but carphone warehouse say they can fix both these for £45.00

I'm short on cash to pay for a 128M upgrde, so I'm interested in doing a deal where somebody can have this in exchange for giving me the 128MB upgrade on my Universal.

Anyone interested - is it a fair deal? (I guess it is the same as swapping both these for one that has been upgraded?)

4
Debian / Htc Universal
« on: April 03, 2009, 04:06:35 am »
Quote from: kitor
Not all about linux, but I found interesting info about USB host in PXA27x devices. Here it is:
http://hhtinker.blogspot.com/2008/10/usb-h...n-treo-650.html
In shortcut, if we were lucky, we get USB host on sync port of our Uni's (only on Linux). But somebody must check it, I currently didn't have uni...

Thats great news - it makes me think of this: http://www.dvd.co.uk/Hw/Kingston-DataTrave...2GB/product.htm

Big fat daddy storage for my universal!

5
Debian / Htc Universal
« on: June 19, 2008, 03:16:21 am »
Quote from: domi007
Hi EB!
Finally I got my TitchyMobile working (based on the package from shikomura).
But, I cannot connect to the internet via USB.
I have a Debian install in a virtual PC. I connected the PDA to the virtual PC (and the connection was successful: Windows didn't see it anymore), applied all the commands, found in wiki.neilandtheresa.co.uk, but no success.

Do you have any ideas?
Thanx!
DOMy

Try using tcpdump on the debian pc; maybe try booting from a live CD.

My xda network interfaces is:

Code: [Select]
allow-hotplug usb0
iface usb0 inet static
  address 192.168.2.2
  netmask 255.255.255.0
  gateway 192.168.2.1
  post-up echo nameserver 192.168.2.1 > /etc/resolv.conf

and on my desktop pc:

Code: [Select]
allow-hotplug usb0
auto usb0
iface usb0 inet static
        address 192.168.2.1
        netmask 255.255.255.0
        post-up echo 1 > /proc/sys/net/ipv4/ip_forward; iptables -D FORWARD -j ACCEPT; iptables -A FORWARD -j ACCEPT; iptables -t nat -D POSTROUTING -s 192.168.2.0/24 -o eth0 -j MASQUERADE; iptables -t nat -A POSTROUTING -s 192.168.2.0/24 -o eth0 -j MASQUERADE

I still have to do
 ifdown usb0 ; ifup usb0
if I re-connect the xda, but it works on it's own the first time round.

Sam

6
Debian / Htc Universal
« on: June 14, 2008, 03:35:43 am »
Quote from: ShiroiKuma
On a slightly similar note, a request for comments also:

I've been thinking about things that I consider missing, and how to get them done. What do you think, would a bounty system be good to motivate some skillful hackers to tackle these. From what I've read on the web so far lately, it actually seems bounties are counter productive in motivating the development of Free Software, so I'm not sure.

But I was thinking, I could easily offer, let's say 200 EUR for each of the following:

1. MMS
2. Getting the camera to work for photos, videos, with a suitable X app
I'll add 25 UK pounds to that.
Quote from: ShiroiKuma
3. HiQ video, getting it to play 640x480 movies which I've seen the Uni is capable of on the Windows Mobile side, in debian
I'll add 25 UK pounds to that.
Quote from: ShiroiKuma
4. Bluetooth A2DP support, so that listening to mp3 and the movies via bluetooth headphones would be fixed
I'll add 25 UK pounds to that.
Quote from: ShiroiKuma
Is it worth it? Or not likely that someone will take up the task?

Dunno.
I've had a bounty here for nearly a year; http://www.liddicott.com/~sam/?p=76
with other offers it's now at about $600. Work is (and was) being done but as far as I can tell it has no effect on the rate of work.

I'm now getting wary of a liability of timeless bounties I'm building up, so I'll have to set 1 year as a deadline. After that it's up to my discretion.

Sam

7
Debian / Htc Universal
« on: June 10, 2008, 03:23:35 am »
I've finally got vala working with glade, so I'll try my phone UI using vala and glade.

Sam

8
Debian / Htc Universal
« on: June 10, 2008, 03:16:48 am »
Quote from: datathief
Quote from: ShiroiKuma
Hmmm... this is quite tough )

I've been thinking about this, but haven't had time to research it: specifically mplayer related. Would it not be possible not to kill, but send it a pause signal? I don't know if mplayer accepts pause commands externally, but theoretically even if it'd be emulating a space key press (in the worst case) this should be possible, no?
Unfortunately, mplayer doesn't seem to release the audio device when paused, so the ringtone still wouldn't play.

I think there may be a solution using a sound server  -  with pulseaudio, for example, it should be possible to mute all the streams except the ringtone during a call.  However, pulseaudio seems to have far too many dependencies to be the default.  I don't think it's nearly as easy using esound (lightweight, few dependencies), but I'll investigate.

How about alsa dmix?

Sam

9
Debian / Htc Universal
« on: June 05, 2008, 03:47:29 am »
Quote from: datathief
Quote from: Sam Liddicott
How do I make phoneui shiny go away?

I can't make the missed-call screen go away.
even "chvt" from an SSH session doesn't return:
strace tail:

open("/dev/tty0", O_RDWR)               = 3
ioctl(3, KDGKBTYPE, 0xbef24c4f)         = 0
ioctl(3, VIDIOC_G_COMP or VT_ACTIVATE, 0x1) = 0
ioctl(3, VIDIOC_S_COMP or VT_WAITACTIVE
I think SDL (used by titchy-phoneui-shiny, via pygame) can conflict with things that do chvt or openvt.  Are you also running titchy-phoneui-console (the whiptail UI)?

Yes

10
Debian / Htc Universal
« on: June 02, 2008, 05:20:28 pm »
Quote from: webdork
Quote from: hakkinen
My USB port works ok now. But after 10 minutes, it disconnects automatically so I can't connect to Internet anymore. I had to unplug USB and plug in again, it worked. How can I solve this problem?

Look into the Ticht-autosuspend

or even:

apt-get update
apt-get upgrade

the updates should fix it.

11
Debian / Htc Universal
« on: May 31, 2008, 01:28:46 pm »
How do I make phoneui shiny go away?

I can't make the missed-call screen go away.
even "chvt" from an SSH session doesn't return:
strace tail:

open("/dev/tty0", O_RDWR)               = 3
ioctl(3, KDGKBTYPE, 0xbef24c4f)         = 0
ioctl(3, VIDIOC_G_COMP or VT_ACTIVATE, 0x1) = 0
ioctl(3, VIDIOC_S_COMP or VT_WAITACTIVE

12
Debian / Htc Universal
« on: May 31, 2008, 01:08:10 pm »
I just upgraded packages on my universal, install titchy-phoneui-shiny and apt-get autoremove
and now I've lost my X server

mojo:~# /etc/X11/xinit/xserverrc: line 5: /usr/bin/X11/X: No such file or directory
/etc/X11/xinit/xserverrc: line 5: exec: /usr/bin/X11/X: cannot execute: No such file or directory
xinit:  Server error.

Sumuo, I was using your image, which package provided the Xserver?

EDIT:
Never mind;

# ln -s /etc/X11/X /usr/bin/X11/X

fixed it

13
Debian / Htc Universal
« on: May 22, 2008, 11:05:49 am »
Quote from: datathief
Quote from: Sam Liddicott
It seems like it is nothing to do with sms or autosuspend, I'm just back to losing 2% an hour again instead of 1% an hour which I was getting after you fixed the bluetooth suspend.

Sam
It's difficult for me to test battery life  -  my phone is in use most of the day, and on charge overnight.  I'll try to find an opportunity.

In the meantime:
  • Do you get good battery life on your first suspend after a reboot, and bad battery life on every subsequent suspend?  If so, the kernel must be doing something upon resume.
  • When you're getting bad battery life, run:
    Code: [Select]
    devmem2 0x10000105 byteIf the result (the last number on the last line of output) is 0x86, bluetooth is powered down.  If the result is 0xC6, it's not, and that could be the culprit.
  • Do you have the htcuniversal_acx and/or acx modules loaded?

bluetooth is off according to that and no acx modules are loaded.

I'll do more experiments tonight, and still losing 2% per hour.

Sam

14
Debian / Htc Universal
« on: May 22, 2008, 02:43:44 am »
Quote from: datathief
Quote from: Sam Liddicott
I've noticed twice now that if I send a text to a non-usb'd suspended universal and do not acknowledge the text, that the battery depletion rate increases.

Test:

fully charge phone., apm shows 99%
suspend for 10 hours
apm shows battery about 90%

fully charge phone
suspend
send text (don't acknowledge)
wait for screen to go black
wait 10 hours
apm shows battery about 81%

I also get
1. backlight button mostly doesn't work after resume
2. sometimes mouse pointer doesn't work after resume
3. sometimes device crashes on reboot
4. sometimes after reboot to wm6.1 (ranju's latest rom) mouse pointer or keyboard don't work until reset.

Sam
Do you get messages in syslog like 'Proxy exited with status 1'?  That would mean some apmd scripts are not being run, which would cause some of those symptoms.

If so, try running:
Code: [Select]
/etc/apm/apmd-proxy resume suspend and see if you get any error messages that might indicate which apm script is failing.  If one script fails, the rest don't get run at all (which is a bug in apmd in my opinion).

It seems like it is nothing to do with sms or autosuspend, I'm just back to losing 2% an hour again instead of 1% an hour which I was getting after you fixed the bluetooth suspend.

Sam

15
Debian / Htc Universal
« on: May 20, 2008, 04:24:56 am »
128MB upgrade

I'm just picking who to do my 128MB upgrade, does anybody here have the upgrade knows someone who can make a recommendation?
(I'm based in the UK)

Sam

Pages: [1] 2 3