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

Pages: [1]
1
C1000/3x00 General discussions / Setup Of C1000
« on: April 29, 2005, 08:18:40 am »
Quote
Which v3 ipk? I am using the bvdd file I found on elsix.org, I think, version 0.1.0-1.
I have had success with this combination (installs without incident on C1000):
mplayer-bvdd_1.1.2-1_arm.ipk
bvdd_0.3.1-1_arm.ipk

I've used it with kino2_0.4.2_arm.ipk, but couldn't get it to work with other versions of Kino2 or ZPlayer-0.5

Still can't work out how to get full screen yet though (or if it is possible yet)...*8-(*

2
C1000/3x00 General discussions / First Steps With A C1000
« on: April 29, 2005, 07:02:33 am »
I just got a C1000 a few days ago and foolishly ran it for a couple of hours (to shutdown warning) before charging it with the EA70 from my 5500 (isn't ignorance bliss?). I was a bit gutted that it didn't get power via usb like my old 5500 did - Shame.

The battery level only goes up to 75% now...I assume I have screwed it and need a new battery? I'm using batteryplus_1.1.6 and am not overclocking.

It also seems to loose power very quickly on standby - it lost 25% last night in 10 hours. Is that normal? I had the same problem with my 5500, but I assumed it had just had seen hard use before I bought it...

Thanks for any wisdom.

3
C1000/3x00 General discussions / Setup Of C1000
« on: April 29, 2005, 06:26:32 am »
I have tried to install newer versions of this software: mplayer-bvdd_1.1.0-1_arm.ipk & bvdd_0.2.0-1_arm.ipk, which does not check for machine version, but had no luck. I downloaded them from a Japanese site, so I have no idea whether they have known issues. Anyway, I just get graphics corruption in red on the left had side of my screen!?! Has anyone had more luck?

4
C1000/3x00 General discussions / Setup Of C1000
« on: April 28, 2005, 10:03:35 am »
The reason you are having problems installing bvdd on the C1000 is because the package checks that it is being installed on the C3000 only. Get around this by opening the ipk and editing the file "preinst" in control.tar.gz - it should be as follows to run on the C1000:

Code: [Select]
#!/bin/sh

m_slc=$(cat /proc/deviceinfo/product)

if [ "$m_slc" = "SL-C1000" ]; then
    exit 0
else
    exit 1
fi

Pages: [1]