|
 |
|
01-31-2006, 08:34 PM
|
#286
|
|
Variable Bitrate
Join Date: Apr 2004
Location: Boston
Posts: 360
|
hi all, i've stopped working on headunit (and my CarPC hobby) ever since I got rid of my RX-7 (*sniff*). anyway, if anyone would like to take over the project, i can give them full write access to the CVS tree. please send me a PM if you are interested and have the C++ experience necessary to charge forward!  i'll be available for assistance in the beginning to help you get started with the code.
__________________
1994 RX-7, EPIA P4-ITX w/ Celeron 2.4 Ghz, Arise PSU, Xenarc 700TSV (new model)
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
05-11-2006, 12:29 AM
|
#287
|
|
Newbie
Join Date: Apr 2006
Posts: 33
|
Has anyone else taken up this project? Has it been forked or anything?
|
|
|
05-12-2006, 04:42 PM
|
#288
|
|
Variable Bitrate
Join Date: Apr 2004
Location: Boston
Posts: 360
|
monkeybox, no one has offered to continue work on the project yet so its still frozen as of now.
__________________
1994 RX-7, EPIA P4-ITX w/ Celeron 2.4 Ghz, Arise PSU, Xenarc 700TSV (new model)
|
|
|
05-28-2006, 04:42 AM
|
#289
|
|
Newbie
Join Date: Jan 2006
Posts: 11
|
wgot your source, has build errors
Using ubuntu breazy. CVS hangs on connect, so I used your http posted source
VideoPanel.cpp:45: warning: unused parameter `bool plus'
g++ -c -pipe -Wall -W -O2 -DQT_THREAD_SUPPORT -DQT_NO_DEBUG -DQT_SHARED -I/usr/share/qt3/mkspecs/default -I. -I. -I/usr/include/qt3 -o VisPanel.o VisPanel.cpp
g++ -c -pipe -Wall -W -O2 -DQT_THREAD_SUPPORT -DQT_NO_DEBUG -DQT_SHARED -I/usr/share/qt3/mkspecs/default -I. -I. -I/usr/include/qt3 -o DBHandler.o DBHandler.cpp
In file included from DBHandler.cpp:15:
Tag.h:6:21: id3/tag.h: No such file or directory
In file included from DBHandler.cpp:15:
Tag.h:22: error: 'ID3_Tag' is used as a type, but is not defined as a type.
DBHandler.cpp: In member function `void DBHandler::saveAlbumArt(QString&,
QPixmap&)':
DBHandler.cpp:317: warning: comparison between signed and unsigned integer
expressions
make: *** [DBHandler.o] Error 1
root@ubuntu:/home/jon/carputer/headunit-0.3 # cd ..
root@ubuntu:/home/jon/carputer # rm -rf headunit-0.3
|
|
|
05-29-2006, 03:06 PM
|
#290
|
|
Variable Bitrate
Join Date: Apr 2004
Location: Boston
Posts: 360
|
Follow the directions in the INSTALL.unix file carefully. Did you install id3lib properly?
__________________
1994 RX-7, EPIA P4-ITX w/ Celeron 2.4 Ghz, Arise PSU, Xenarc 700TSV (new model)
|
|
|
07-01-2006, 08:35 AM
|
#291
|
|
Newbie
Join Date: Oct 2005
Location: Tampa, Fl
Posts: 34
|
So is the project still going er?
__________________
Carputer Status: 10%
Have: Dell L400 (700Mhz 32?RAM, 20Gig HD), 7" Newvision, Pioneer DVDRW/CDRW via USB
Need: Amp.
|
|
|
07-02-2006, 02:17 AM
|
#292
|
|
Variable Bitrate
Join Date: Apr 2004
Location: Boston
Posts: 360
|
A few people have contacted me about taking over the project, but no one has followed through on it. So, for the moment, the project is on hold.
__________________
1994 RX-7, EPIA P4-ITX w/ Celeron 2.4 Ghz, Arise PSU, Xenarc 700TSV (new model)
|
|
|
07-02-2006, 01:13 PM
|
#293
|
|
Newbie
Join Date: May 2006
Posts: 3
|
Continue project...
Hi
My CarPC hardware is already installed. But there is no frontend under linux, witch makes me lucky.
Now, I started to change the source code from headunit and use it as base.
Until the first release, please give me a little bit time. I'm working on it
Here some interesting things, i plan to do in the next time:
- Project name "studio4car"
- Cleanup headunit code
- Porting to QT4
- Configs (skins) with XML
- Add support for audio CD's
- Add navigation screen (support for different gps software as plugins)
In the future:
- Add car communications screen (mobile phone, internet, bluetooth, wireless, ...)
- Add service screen (ODB-II, settings, car status infos, ...)
|
|
|
|
|
|
Advertisement
|
Sponsored links
|
07-03-2006, 12:50 AM
|
#294
|
|
Newbie
Join Date: Oct 2005
Location: Tampa, Fl
Posts: 34
|
I know a little C++ (learned cpp, then went to php, but never actually used cpp) So possibly with a helping hand i can help, Im waiting to exchange keyboards with my friend (i only have 1 usb port, and a usb keyboard, hes got the ps/2? style keyboard. then ill be using my dell L400(which is going to be my carputer) for whatever helps if thats ok with you (Realisticly ill probibly just use it as a platform for testing, probibly program on my new laptop (dell B130)
But like i said, i may need a helping hand, I've never coded anything really complex, and ive never coded with other people, But ild love to try for this project.
All i need to put this in my car (entry level if you will) is:
gps/navigation
mp3 support
tuner-card support
Then ill tear out my head unit, and use this instead. Or else i have to find a way to install the screen and keep the headunit (for the equalizer (Which i can buy a stand alone model, I just dont see the point) and for the am/fm support
__________________
Carputer Status: 10%
Have: Dell L400 (700Mhz 32?RAM, 20Gig HD), 7" Newvision, Pioneer DVDRW/CDRW via USB
Need: Amp.
Last edited by Simy; 07-05-2006 at 07:43 AM..
|
|
|
07-14-2006, 01:14 AM
|
#295
|
|
Newbie
Join Date: Oct 2005
Location: Tampa, Fl
Posts: 34
|
NoPistonPC, I would be more then happy to take over the project, however at this moment I'm not... Capable of doing it justice.
So im going to ask you this just like I've asked in the PM, but more direct and specificly. What is a good book to teach me how to use Qt, I found this book:
Quote:
C++ GUI Programming with Qt 3
By Jasmin Blanchette and Mark Summerfield
ISBN: ISBN 0-13-124072-2
C++ GUI Programming with Qt 3 Jasmin Blanchette and Mark Summerfield
This is the first official Qt book, written by two veteran Trolls: Jasmin Blanchette and Mark Summerfield. The book is now available from online bookstores.
And I'll use this as a reference if I have to. I like to make things, And having a program that does what I want because I wrote it... Well I like that feeling, and yeah I may have to read a book, But if anybody takes over the project before I'm done, then I'll just help them when I am done.
I've got the time to contribute to this project. I've got the intrest, and Soon hopefully the ability.
Please help me help this project, and tell me what if anything you did to know Qt.
Thank you for your time. I just dont understand why a reply hasnt been sent previously.
-Simy
__________________
Carputer Status: 10%
Have: Dell L400 (700Mhz 32?RAM, 20Gig HD), 7" Newvision, Pioneer DVDRW/CDRW via USB
Need: Amp.
|
|
|
07-15-2006, 04:15 PM
|
#296
|
|
Variable Bitrate
Join Date: Apr 2004
Location: Boston
Posts: 360
|
Hey simy, sorry I never saw a PM from you. But, the real challenge if you want to help out is not really Qt, but rather C++. You should probably get comfortable with C++ before diving into Qt. However, if you feel like you are up to speed on C++, then you can probably learn all you need to know about Qt by following some of the online tutorials at trolltech's site. Go to this page: http://doc.trolltech.com/3.3/index.html and go through the links in the "Getting Started" section. That's pretty much what I did.
Hope this helps.
__________________
1994 RX-7, EPIA P4-ITX w/ Celeron 2.4 Ghz, Arise PSU, Xenarc 700TSV (new model)
|
|
|
07-15-2006, 07:56 PM
|
#297
|
|
Newbie
Join Date: Oct 2005
Location: Tampa, Fl
Posts: 34
|
I think im ok with c++ it seems pretty basic to me, variables, if/and/then statments, and while/infinite;P loops, functions etc.
The most difficult thing to me is it seams its mostly about the librarys that are included, yaknow?
I'll definitly look through the tutorial though  I may still get that book too hehe
While im at it, do you happen to have a link to explain what exactly frame buffer is (i assumed it was a way to not use x window, but apparently, its part of it or somthing? im just really confused on this subject, If its an avenue worth pursuing, I'll use that only, and make sure it runs on that, and not worry to much about X, which it should run on anways from what i understand. Its just all confusing to me, Thanks in advance.
__________________
Carputer Status: 10%
Have: Dell L400 (700Mhz 32?RAM, 20Gig HD), 7" Newvision, Pioneer DVDRW/CDRW via USB
Need: Amp.
|
|
|
08-24-2006, 11:21 AM
|
#298
|
|
Newbie
Join Date: Aug 2006
Location: tampa, fl
Posts: 7
|
headunit
NoPCListen, Simy and studio4master..
instead of everyone doing their own thing.. lets work together on it.
NoPCListen, as i understand it nobody has really taken over this right?
i know c++ and I'd like to work on this project as i'm wanting to build a frontend for my linux carpc, as everyone else here does.
studio4master, your website, it doesn't seem to have updates on what you've accomplished so far..? would you like to work together on this?
Simy, what about you?
I just downloaded the source code last night and built it.
How about we come up with a list of tasks to be done, and split them up?
We can start from the tasklist that studio4master has..?
i also suggest we don't fork headunit, rather we enhance it. no need for another name/project...etc...
what do you guys think?
Quote: Originally Posted by Simy 
I think im ok with c++ it seems pretty basic to me, variables, if/and/then statments, and while/infinite;P loops, functions etc.
The most difficult thing to me is it seams its mostly about the librarys that are included, yaknow?
I'll definitly look through the tutorial though  I may still get that book too hehe
While im at it, do you happen to have a link to explain what exactly frame buffer is (i assumed it was a way to not use x window, but apparently, its part of it or somthing? im just really confused on this subject, If its an avenue worth pursuing, I'll use that only, and make sure it runs on that, and not worry to much about X, which it should run on anways from what i understand. Its just all confusing to me, Thanks in advance.
|
|
|
08-24-2006, 11:52 AM
|
#299
|
|
Variable Bitrate
Join Date: Aug 2006
Location: PA
Posts: 377
|
Hi guys,
I do agree with stevelaz, as in it would be nice to work on one single project. I surely could add my support to the effort as I do know some C++. I am presently involved (in a very minor way) in a couple of other projects and I am moving into my new home, but once I am settled I look forward to helping out.
Nasa
|
|
|
08-24-2006, 12:26 PM
|
#300
|
|
Newbie
Join Date: Aug 2006
Posts: 2
|
Count me in! Long time linux user/programmer.
Jeremy
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 10:48 PM.
| |