|
 |
|
11-13-2006, 10:39 AM
|
#16
|
|
Newbie
Join Date: Jul 2005
Posts: 30
|
Limp
I say ...
LIMP : linux mobile player
|
|
|
|
|
|
Advertisement
|
Sponsored links
|
11-15-2006, 03:41 AM
|
#17
|
|
Newbie
Join Date: Jun 2006
Location: Switzerland
Posts: 44
|
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
|
|
|
11-17-2006, 05:33 PM
|
#18
|
|
Newbie
Join Date: Nov 2006
Posts: 12
|
Quote: Originally Posted by blk 
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.
|
|
|
11-29-2006, 10:10 AM
|
#19
|
|
Newbie
Join Date: Nov 2006
Posts: 12
|
Is there still interest here, or has everyone decided to wait for everyone else?
|
|
|
11-29-2006, 12:55 PM
|
#20
|
|
Newbie
Join Date: Dec 2005
Location: Boston Area
Posts: 18
|
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...)
|
|
|
11-29-2006, 01:15 PM
|
#21
|
|
Variable Bitrate
Join Date: Aug 2006
Location: New Ro, NY
Posts: 381
|
 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
|
|
|
11-29-2006, 02:51 PM
|
#22
|
|
FLAC
Join Date: Feb 2006
Location: London, UK
Posts: 1,280
|
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
|
|
|
11-29-2006, 06:41 PM
|
#23
|
|
Variable Bitrate
Join Date: Aug 2006
Location: New Ro, NY
Posts: 381
|
Quote: Originally Posted by sama 
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
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
11-29-2006, 07:45 PM
|
#24
|
|
licensed to kill
Join Date: Aug 2006
Location: Deep in the Rockies... coding in caves
Posts: 1,038
|
Quote: Originally Posted by reborg 
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
|
|
|
11-29-2006, 08:04 PM
|
#25
|
|
FLAC
Join Date: Feb 2006
Location: London, UK
Posts: 1,280
|
Quote: Originally Posted by afterdigital 
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
|
|
|
11-29-2006, 10:01 PM
|
#26
|
|
Newbie
Join Date: Nov 2006
Posts: 12
|
Quote: Originally Posted by kev000 
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.
|
|
|
12-04-2006, 05:07 PM
|
#27
|
|
Newbie
Join Date: May 2006
Location: West Hollywood, CA
Posts: 35
|
i say we run apache on it and do the entire frontend in php w/ flash :P
|
|
|
12-06-2006, 05:55 AM
|
#28
|
|
Variable Bitrate
Join Date: Aug 2006
Location: PA
Posts: 378
|
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
|
|
|
12-06-2006, 12:40 PM
|
#29
|
|
Newbie
Join Date: May 2006
Location: West Hollywood, CA
Posts: 35
|
phone via gsm modem?
|
|
|
12-06-2006, 01:21 PM
|
#30
|
|
Variable Bitrate
Join Date: Aug 2006
Location: PA
Posts: 378
|
Do GSM phones exist in the US?
|
|
|
|
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 03:21 PM.
| |