Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Linux


Reply
 
Share Thread Tools Display Modes
Old 11-13-2006, 10:39 AM   #16
Newbie
 
Join Date: Jul 2005
Posts: 30
rocken is an unknown quantity at this point
Limp

I say ...

LIMP : linux mobile player
rocken is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 11-15-2006, 03:41 AM   #17
blk
Newbie
 
blk's Avatar
 
Join Date: Jun 2006
Location: Switzerland
Posts: 44
blk is on a distinguished road
Brainstorming:

ViaCar (my favorite, but kinda Via hardware specific although if thats the target of the distro there's nothing in the way..)

MediaCar
mmCar (mm for Multimedia)
iCar
xCar
carma
MythMobile
blk is offline   Reply With Quote
Old 11-17-2006, 05:33 PM   #18
Newbie
 
Join Date: Nov 2006
Posts: 12
reborg is an unknown quantity at this point
Quote: Originally Posted by blk View Post
Brainstorming:

ViaCar (my favorite, but kinda Via hardware specific although if thats the target of the distro there's nothing in the way..)

MediaCar
mmCar (mm for Multimedia)
iCar
xCar
carma
MythMobile

Personally I don't like ViaCar, simply because it is hardware specific. It may start out that way but I think it is always wise to leave things, even names, generic for anyone who wants to get involved to feel included.

How about something recursive...think what linux means and apply the same logic to streetdeck, I haven't manged think of a good one yet though.
reborg is offline   Reply With Quote
Old 11-29-2006, 10:10 AM   #19
Newbie
 
Join Date: Nov 2006
Posts: 12
reborg is an unknown quantity at this point
Is there still interest here, or has everyone decided to wait for everyone else?
reborg is offline   Reply With Quote
Old 11-29-2006, 12:55 PM   #20
Newbie
 
silvercryst's Avatar
 
Join Date: Dec 2005
Location: Boston Area
Posts: 18
silvercryst is on a distinguished road
I would be very interested in this. I would like to help if I could (not sure how much time I could devote, but anything is better than nothing...)
silvercryst is offline   Reply With Quote
Old 11-29-2006, 01:15 PM   #21
Variable Bitrate
 
afterdigital's Avatar
 
Join Date: Aug 2006
Location: New Ro, NY
Posts: 381
afterdigital is an unknown quantity at this point
monkeybox
__________________
CTS 05, Mobile Information Center...
Atom - 1.8ghz
2GB Ram
32GB SSD
8" TouchScreen
5.6" Screen (overhead) w/reverse capability


Finished Project
Car Hacking
WorkBlog
Video
afterdigital is offline   Reply With Quote
Old 11-29-2006, 02:51 PM   #22
FLAC
 
sama's Avatar
 
Join Date: Feb 2006
Location: London, UK
Posts: 1,280
sama has much to be proud ofsama has much to be proud ofsama has much to be proud ofsama has much to be proud ofsama has much to be proud ofsama has much to be proud ofsama has much to be proud ofsama has much to be proud ofsama has much to be proud of
hey guys. nice to see some interest for linux. I must say, I'm not a great linux'er, but I am a java coder and we do somewhat have some similar ground.

I'm currnetly developing a front end in java, that uses mplayer as it's media player (I just ditched vlc due to lack of java support). Flash is used as the front end as a complete seperation of the presentation layer.

If you'd like to see what I've been up to, check out the Velocity link in my sig. currently I'm developing this in windows and I'd love to get some linux trials, which I'll happily support, when when I've got some relatively stable alpha's.

let me know if it's of any interest
__________________
///Mputer - Velocity - TomTom - Vision - Bezel - CarPC
sama is offline   Reply With Quote
Old 11-29-2006, 06:41 PM   #23
Variable Bitrate
 
afterdigital's Avatar
 
Join Date: Aug 2006
Location: New Ro, NY
Posts: 381
afterdigital is an unknown quantity at this point
Quote: Originally Posted by sama View Post
hey guys. nice to see some interest for linux. I must say, I'm not a great linux'er, but I am a java coder and we do somewhat have some similar ground.

I'm currnetly developing a front end in java, that uses mplayer as it's media player (I just ditched vlc due to lack of java support). Flash is used as the front end as a complete seperation of the presentation layer.

If you'd like to see what I've been up to, check out the Velocity link in my sig. currently I'm developing this in windows and I'd love to get some linux trials, which I'll happily support, when when I've got some relatively stable alpha's.

let me know if it's of any interest

all i can say is wow! how are you approaching the integration of hardware into the Media Player? such as bluetooth, gps, radio, phone, usb devices, etc.
__________________
CTS 05, Mobile Information Center...
Atom - 1.8ghz
2GB Ram
32GB SSD
8" TouchScreen
5.6" Screen (overhead) w/reverse capability


Finished Project
Car Hacking
WorkBlog
Video
afterdigital is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 11-29-2006, 07:45 PM   #24
licensed to kill
 
kev000's Avatar
 
Join Date: Aug 2006
Location: Deep in the Rockies... coding in caves
Posts: 1,038
kev000 will become famous soon enough
Quote: Originally Posted by reborg View Post
Is there still interest here, or has everyone decided to wait for everyone else?

Monkeybox is the project leader. I propose we get a svn repository for this so we can collectively attack this. We need to divide the tasks and organize this. I think we will need to decide what needs to be done and assign those tasks to anyone willing to help.

I can probably help in the following ways:
-suspend2 kernel for faster boot/ shutdowns (i'm no kernel expert but I have some experience patching/recompiling kernels with suspend2, so I think I could be of help there)
-front-end development (via the nGhost project, see the link on my sig.)
__________________
LinuxICE - because my car already has enough windows (and because I like speed).
LinuxICE2 beta2 is released!!! get it now!
Follow OpenICE development
kev000 is offline   Reply With Quote
Old 11-29-2006, 08:04 PM   #25
FLAC
 
sama's Avatar
 
Join Date: Feb 2006
Location: London, UK
Posts: 1,280
sama has much to be proud ofsama has much to be proud ofsama has much to be proud ofsama has much to be proud ofsama has much to be proud ofsama has much to be proud ofsama has much to be proud ofsama has much to be proud ofsama has much to be proud of
Quote: Originally Posted by afterdigital View Post
all i can say is wow! how are you approaching the integration of hardware into the Media Player? such as bluetooth, gps, radio, phone, usb devices, etc.

hey there

essentially, gps, and phone connectivity are serial devices. bluetoothis a device that once configured correctly can expose serial ports amongst other things. java support for serial connectivity on any OS exists. I have code that connects to com7 on my pc which is a bluetooth port. That allows me to get a direct feed from the gps receiver. The phone would be the same prinicple but instead AT commands (I think that's what they're called) would be sent. I also have code that connects to the serial -> ibus converter in my bimma

However... there are are other bits to bluetooth, such as headset profiles and that's the most important one here as it allows the use of the carpc's speakers and mic. These must be supported by the bluetooth stack and a plugin will have to cater for these. Whilst velocity itself is multiplatform, some plugins will only work on some platforms. Phoco integration is possible for instance since phoco talks over a network socket. Likewise, GPS s/w is readily avaiable for windows, but not so much linux.

radio and tv are a different story! These are supported by mplayer. mplayer is non java and therefore can talk to these devices happily, but mplayer luckily has linux (originally linux), windows and mac support. I'll just talk to mplayer from java, and let it do the rest
__________________
///Mputer - Velocity - TomTom - Vision - Bezel - CarPC
sama is offline   Reply With Quote
Old 11-29-2006, 10:01 PM   #26
Newbie
 
Join Date: Nov 2006
Posts: 12
reborg is an unknown quantity at this point
Quote: Originally Posted by kev000 View Post
Monkeybox is the project leader. I propose we get a svn repository for this so we can collectively attack this. We need to divide the tasks and organize this. I think we will need to decide what needs to be done and assign those tasks to anyone willing to help.

I can probably help in the following ways:
-suspend2 kernel for faster boot/ shutdowns (i'm no kernel expert but I have some experience patching/recompiling kernels with suspend2, so I think I could be of help there)
-front-end development (via the nGhost project, see the link on my sig.)

X2 ... Monkeybox is the without question project leader.

Just a few thoughts:
1. Maybe a mailing list would be appropriate here, some folks don't like to put themselves completely in the open air, and from there we could determine a better colabrative forum.
2. We need to figure out skill profiles for those involved.
I hasten to mention that people who don't write code can write docs, file bug reports, assist in translations or in many other ways in any project.
3. Monkeybox...we need a project name, I agree with Kev, call it MonkeyBox and be done.
reborg is offline   Reply With Quote
Old 12-04-2006, 05:07 PM   #27
Newbie
 
UrbanSoot's Avatar
 
Join Date: May 2006
Location: West Hollywood, CA
Posts: 35
UrbanSoot is on a distinguished road
i say we run apache on it and do the entire frontend in php w/ flash :P
UrbanSoot is offline   Reply With Quote
Old 12-06-2006, 05:55 AM   #28
Variable Bitrate
 
Join Date: Aug 2006
Location: PA
Posts: 378
nasa is an unknown quantity at this point
I am totally down with this if we can do 2 other thngs:

1. integrate phone support (receive, dial, etc)
2. gps support (iguidance via wine, others)

Nasa
nasa is online now   Reply With Quote
Old 12-06-2006, 12:40 PM   #29
Newbie
 
UrbanSoot's Avatar
 
Join Date: May 2006
Location: West Hollywood, CA
Posts: 35
UrbanSoot is on a distinguished road
phone via gsm modem?
UrbanSoot is offline   Reply With Quote
Old 12-06-2006, 01:21 PM   #30
Variable Bitrate
 
Join Date: Aug 2006
Location: PA
Posts: 378
nasa is an unknown quantity at this point
Do GSM phones exist in the US?
nasa is online now   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
PT Cruiser 7 touchscreen monitors, high end CarPC Vinister Show off your project 74 10-20-2009 11:43 AM
About to take on a crazy interior overhaul for my custom bmw showcar. Some ?’s & pics BEHMER General Hardware Discussion 35 07-11-2006 07:07 PM
FS: full carPC package(in a bmw e46) CynicalWry Classified Archive 6 10-30-2005 04:14 PM
FS: Custom built desktop pc!!!!! Great for carpc! Badjack10 Classified Archive 22 10-21-2005 01:29 PM
Audi A6 custom install carpc with fingerprint recognition ejdeleon Show off your project 26 07-07-2004 04:25 PM



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


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics