Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Front Ends > Other Cool Front Ends


Reply
 
Share Thread Tools Display Modes
Old 09-13-2004, 10:04 AM   #196
Newbie
 
Join Date: Aug 2004
Location: Clarksville, TN US
Posts: 34
bpierce815 is on a distinguished road
Prism 2 wireless usb devices have this ability. Actually I think that one that is easily done is branded by Microsoft.

I think it's this one: http://www.microsoft.com/products/in...0b14f&type=ovr
__________________
I didn't turn my back on my country, my country turned it's back on me.
bpierce815 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 09-14-2004, 04:16 PM   #197
Newbie
 
Join Date: Sep 2004
Posts: 33
Tomas- is on a distinguished road
Quote: Originally Posted by millec
I use an Epia M that has a PCMCIA card slot. Kismet is very happy with it.
I use a USB port for my GPS mouse.

My thought exactly!

I have a Orinoco silver pcmciacard with external antenna input that I plan to use for this.
__________________
BMW 325i -01

Computer hardware:
VIA Epia MII 10000 Nehemiah 256MB/160GB
Casetronic Travla C158
Gain 7" TS
USB GPS
Opus DC-DC 150W

Software: Frodoplayer and Mapmonkey

Sound system: Front kit: DLS UP6, Rear: DLS 425 Powered by DLS RA40
Tomas- is offline   Reply With Quote
Old 09-16-2004, 09:59 AM   #198
Newbie
 
Join Date: Sep 2004
Posts: 33
Tomas- is on a distinguished road
Trying to compile and test the CVS version.

First off I had to make some changes to get it to compile under slackware 10 (fresh install) and second when I run it I get the following:

root@testbed:~/headunit# ./headunit
QSqlDatabase: QSQLITE driver not loaded
QSqlDatabase: available drivers: QMYSQL3
QSqlDatabase: QSQLITE driver not loaded
QSqlDatabase: available drivers: QMYSQL3

I tried to change the DEFINE in DBHandler.h from QSQLITE to QMYSQL3 to no avail, should I stay away from the CVS version of headunit?

Syncing the database gives:

entering: /mp3
entering: /mp3/Forbidden_Paradise_5-Arctic_Expedition-CCMP3D
processing: /mp3/Forbidden_Paradise_5-Arctic_Expedition-CCMP3D/01-coyote-hidden_clouds_(attic_mix)_ccmp3d.mp3
parsed ID3 tag: artist=[Forbidden Paradise] title=[Coyote - Hidden Clouds (Attic]
QSqlQuery:repare: database not open
QSqlQuery::exec: database not open
ok
etc and moves on the next mp3, no mp3's are available in the playlist after the GUI starts up.
__________________
BMW 325i -01

Computer hardware:
VIA Epia MII 10000 Nehemiah 256MB/160GB
Casetronic Travla C158
Gain 7" TS
USB GPS
Opus DC-DC 150W

Software: Frodoplayer and Mapmonkey

Sound system: Front kit: DLS UP6, Rear: DLS 425 Powered by DLS RA40
Tomas- is offline   Reply With Quote
Old 09-16-2004, 10:21 AM   #199
Super Moderator
 
hijinks21's Avatar
 
Join Date: May 2002
Location: Albany, NY
Posts: 1,802
hijinks21 is on a distinguished road
i run slackware also and i don't think the standard qt package comes with the mysql drivers. I remember installing it myself.. also i don't have the sqllite driver.

/usr/lib/qt/plugins/sqldrivers

mzupan@homer:/usr/lib/qt/plugins/sqldrivers$ ls
libqsqlmysql.so


EDIT:

ok i remember now..

cd /usr/lib/qt-3.3.3/plugins/src/sqldrivers/sqlite

then check out the README file
__________________
'98 Explorer Sport
http://mp3car.zcentric.com (down atm)
AMD 800mhz 192megs RAM 60gig hard drive 9 inch widescreen VGA
80% done

Last edited by hijinks21; 09-16-2004 at 10:24 AM..
hijinks21 is offline   Reply With Quote
Old 09-16-2004, 11:20 AM   #200
Newbie
 
Join Date: Sep 2004
Posts: 33
Tomas- is on a distinguished road
Ah... I thought that it was the standalone sqlite that was used... this makes it a bit clearer

Quote:
root@testbed:/usr/lib/qt/plugins/src/sqldrivers/sqlite# more README
You will need the SQLite development headers and libraries installed
before compiling this plugin.

See the Qt SQL documentation for more information on compiling Qt SQL
driver plugins (sql-driver.html).

Alrite

Quote: Originally Posted by sql-driver.doc
cd $QTDIR/plugins/src/sqldrivers/sqlite
qmake -o Makefile "INCLUDEPATH+=$SQLITE/include" "LIBS+=-L$SQLITE/lib -lsqlite"
make

Quote: Originally Posted by try to compile
root@testbed:/usr/lib/qt/plugins/src/sqldrivers/sqlite# SQLITE=/usr/local qmake -o Makefile "INCLUDEPATH+=$SQLITE/include" "LIBS+=-L$SQLITE/lib -lsqlite"
WARNING: Failure to find: ../../../../src/sql/drivers/sqlite/qsql_sqlite.h
WARNING: Failure to find: ../../../../src/sql/drivers/sqlite/qsql_sqlite.cpp
root@testbed:/usr/lib/qt/plugins/src/sqldrivers/sqlite# make
g++ -c -pipe -fno-exceptions -Wall -W -O2 -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN -DQT_SHARED -I/usr/lib/qt/mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I/include -I../../../../include -I/usr/X11R6/include -I/usr/X11R6/include -I.moc/release-shared-mt/ -o .obj/smain.o smain.cpp
smain.cpp:38:60: ../../../../src/sql/drivers/sqlite/qsql_sqlite.h: No such file or directory
smain.cpp: In member function `virtual QSqlDriver*
QSQLiteDriverPlugin::create(const QString&)':
smain.cpp:57: error: `QSQLiteDriver' undeclared (first use this function)
smain.cpp:57: error: (Each undeclared identifier is reported only once for each
function it appears in.)
smain.cpp:57: error: `driver' undeclared (first use this function)
smain.cpp:57: error: parse error before `(' token
make: *** [.obj/smain.o] Error 1

root@testbed:/usr/lib/qt/plugins/src/sqldrivers/sqlite# cd ../../../../src
bash: cd: ../../../../src: No such file or directory
root@testbed:/usr/lib/qt/plugins/src/sqldrivers/sqlite# cd ../../../../
root@testbed:/usr/lib/qt#

Looks like I have to compile QT myself, I hate software QT takes about 3-4 hours to compile on this machine
__________________
BMW 325i -01

Computer hardware:
VIA Epia MII 10000 Nehemiah 256MB/160GB
Casetronic Travla C158
Gain 7" TS
USB GPS
Opus DC-DC 150W

Software: Frodoplayer and Mapmonkey

Sound system: Front kit: DLS UP6, Rear: DLS 425 Powered by DLS RA40
Tomas- is offline   Reply With Quote
Old 09-16-2004, 11:33 AM   #201
Newbie
 
Join Date: Sep 2004
Posts: 33
Tomas- is on a distinguished road
Woho, got it working!!!

I downloaded the source for QT and then copied in the missing source to /usr/lib/qt/src
__________________
BMW 325i -01

Computer hardware:
VIA Epia MII 10000 Nehemiah 256MB/160GB
Casetronic Travla C158
Gain 7" TS
USB GPS
Opus DC-DC 150W

Software: Frodoplayer and Mapmonkey

Sound system: Front kit: DLS UP6, Rear: DLS 425 Powered by DLS RA40
Tomas- is offline   Reply With Quote
Old 09-16-2004, 01:02 PM   #202
Super Moderator
 
hijinks21's Avatar
 
Join Date: May 2002
Location: Albany, NY
Posts: 1,802
hijinks21 is on a distinguished road
yay!
__________________
'98 Explorer Sport
http://mp3car.zcentric.com (down atm)
AMD 800mhz 192megs RAM 60gig hard drive 9 inch widescreen VGA
80% done
hijinks21 is offline   Reply With Quote
Old 09-21-2004, 08:55 PM   #203
Variable Bitrate
 
NoPistonPC's Avatar
 
Join Date: Apr 2004
Location: Boston
Posts: 360
NoPistonPC is on a distinguished road
New Release (0.3)!

Version 0.3 of headunit is out! You can download it from the links on the first page of this thread or from the sourceforge page (http://sourceforge.net/projects/headunit).

Audio, Video, and DVD should now work (and hopefully be fairly stable).

Bring on the bug reports!

Unless someone convinces me otherwise, I will work on external apps and GPS next.

BTW, how's the distro work coming?
__________________
1994 RX-7, EPIA P4-ITX w/ Celeron 2.4 Ghz, Arise PSU, Xenarc 700TSV (new model)
NoPistonPC is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 09-22-2004, 01:01 AM   #204
kuo
Variable Bitrate
 
kuo's Avatar
 
Join Date: Jun 2003
Location: Greensboro, NC
Posts: 384
kuo
installed the win32 version. initially msvcr70.dll was missing. i found it in my office program folders and dropped a copy into the headunit directory. music and video seem to work great. dvd does not show video for me. only sound. i have powerdvd and the dvd works fine in that but no video in headunit.
kuo is offline   Reply With Quote
Old 09-22-2004, 01:28 AM   #205
Constant Bitrate
 
Join Date: Jul 2004
Posts: 208
momanz is on a distinguished road
Looking good...

Hey NoPistonPc,

Glad to see you're continuing the effort. I just downloaded and compiled the latest version (linux) and I must say it's an improvement over the first one I looked at. Button presses are much more responsive and the time to switch between songs seems like it has gone down. I haven't had time to take a close look at things yet, but I have noticed that the feedback on the playlist display (time, title, volume) are all broken. The buttons work, songs play, but the player status says "stop," no song title is displayed and the time is 0:00. The volume indicator does not report any volume changes although the volume does change when volume the buttons are pressed. I'll see if I can get a more detailed list of bugs in the next couple of days.

Thanks for all the great work.

-momanz
momanz is offline   Reply With Quote
Old 09-22-2004, 03:29 PM   #206
Variable Bitrate
 
NoPistonPC's Avatar
 
Join Date: Apr 2004
Location: Boston
Posts: 360
NoPistonPC is on a distinguished road
kuo and momanz, thanks for the feedback. I'll get right on fixing these bugs...

BTW, I've started to play around with creating a distro. Here are my thoughts so far:

I initially started with creating an LFS-based distro but then decided to move to Gentoo. LFS is great way to learn about the inner workings of Linux, but it takes a lot longer to get LFS up and running, and package maintenance is a pain in the ***. Therefore, I decided to go with Gentoo. Currently, I'm playing with USE flags and removing directories like /usr/portage and all unnecessary packages to reduce the size. I'll let you know how small it is as soon as I'm done.
__________________
1994 RX-7, EPIA P4-ITX w/ Celeron 2.4 Ghz, Arise PSU, Xenarc 700TSV (new model)
NoPistonPC is offline   Reply With Quote
Old 09-22-2004, 04:12 PM   #207
Newbie
 
Join Date: Aug 2004
Location: Clarksville, TN US
Posts: 34
bpierce815 is on a distinguished road
Great to see the updates. I am still working on a distribution. I too have given up on LFS, which set me back a couple of weeks(Way too time consuming). I'm looking at a slackware install now. I believe that I should have an image for EPIAM 1000 Nemiah boards in a few days. It looks like the install is going to take up about 100MB. But I know that there will be libraries installed that are not needed. Initially there will just be an image and a howto using Knoppix to place the image on your HD. Keep working on the interface. It is the most exciting one for linux that I have seen yet.

Thanks,
Ben
__________________
I didn't turn my back on my country, my country turned it's back on me.
bpierce815 is offline   Reply With Quote
Old 09-22-2004, 06:03 PM   #208
Variable Bitrate
 
NoPistonPC's Avatar
 
Join Date: Apr 2004
Location: Boston
Posts: 360
NoPistonPC is on a distinguished road
Ben,

If you are actively working on a distro, then I'm going to leave it to you so that we don't repeat the same work. HeadUnit works in a framebuffer so we don't need to include X11. However, if the user wants to run GPS software (like iGuidance or Destinator), then X11 is required since we will require Wine. I suggest we make a non-GPS and a GPS version of the distro. The non-GPS version would be framebuffer based, and the GPS version would be X11 based.

Here are some thoughts I had for how the distro would work:

1) Files in the distro CD image:

Base linux packages: glibc, bash, busybox, etc. NOTE: I highly recommend that you use busybox since it includes almost all the shell commands that you would ever need and it is EXTREMLY lightweight. You can even compile out the commands that you don't need.

Framebuffer version packages:
fbdev, qt-embedded, fbxine, freetype, plus other dependencies

X11 version packages:
Nano-X (small footprint replacement for a full X-server: http://www.microwindows.org/), qt, xine, wine

Kernel versions:
VIA EPIA (C3)
VIA EPIA (C3 Nehemiah)
VIA EPIA P4
Athlon
P4
etc...

Optional loadable modules (one for each kernel version):
alsa sound cards
d-link radio
touchscreen
xmradio
pcmcia
network drivers
other device drivers

2) Operation of distro CD:

1. When the user boots with the CD, the CD loads its generic kernel that works on any processor, and mounts all attached drives.
2. It asks the user to create/select the boot, install and swap partitions. Alternatively, it offers the user an option to choose the drive and let the installer create its own partitions.
3. It asks the user what version of the kernel to use (this should match the processor on their CarPC)
4. It asks the user what optional kernel modules it should install (or it lets him install all of them)
5. It asks the user if they want to do a framebuffer-only install, an X11-only install, or both.
6. It then copies over the base image, the correct kernel version, the correct kernel modules, and the correct remaining packages specific to the type of install the user selected (framebuffer and/or X11)
7. It runs scripts to configure all the /etc files correctly and setup grub to boot the correct kernel and boot partition.
8. It runs scripts to configure the network correctly.
9. It offers the option to run a GPS software installer (wine will be included on the install CD, so the GPS installer will run in wine)
10. Boot the CarPC.

Just one possible way for how it could work...

Let me know how you were planning to do it.
__________________
1994 RX-7, EPIA P4-ITX w/ Celeron 2.4 Ghz, Arise PSU, Xenarc 700TSV (new model)
NoPistonPC is offline   Reply With Quote
Old 09-22-2004, 06:27 PM   #209
FLAC
 
jbors's Avatar
 
Join Date: Nov 2003
Posts: 947
jbors is on a distinguished road
Guys,
Just wanted to warn you about going straight to the FB. It is slow. Extremelly slow. Especially on EPIAs as C3 is slow by itself. I did those tests back in Jan and PyCar was not able to render stuff fast enough( I'm not even talking about movies rendering ). HU may have different technique, but you'd better do testing first.
jbors is offline   Reply With Quote
Old 09-23-2004, 01:23 AM   #210
Variable Bitrate
 
NoPistonPC's Avatar
 
Join Date: Apr 2004
Location: Boston
Posts: 360
NoPistonPC is on a distinguished road
jbors, i'm actually glad you mentioned the problems with FB. I was considering scrapping FB as well and going with a very lightweight X setup (like nano-X plus fluxbox). This makes my decision easier.
__________________
1994 RX-7, EPIA P4-ITX w/ Celeron 2.4 Ghz, Arise PSU, Xenarc 700TSV (new model)
NoPistonPC is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
CarPC sound through car speakers without a headunit?, how? DSM97RS Car Audio 40 07-03-2006 07:38 AM
More Fuel to the Fire (New Frontend Software Screenshots) qjones Other Cool Front Ends 82 10-20-2005 04:38 PM



All times are GMT -5. The time now is 08:08 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.0
Copyright © 1999 - 2008 Mp3Car.com Inc.
"VaultWiki" powered by VaultWiki v2.5.2.
Copyright © 2008 - 2009, Cracked Egg Studios.Ad Management by RedTyger
Message Board Statistics