The MP3car.com Store  

Welcome to the MP3Car.com forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. Registering will also remove advertisements. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

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

Reply
 
Thread Tools Display Modes
Old 01-16-2007, 02:22 AM   #61
FLAC
sama's CarPC Specs
 
sama's Avatar
 
Join Date: Feb 2006
Location: London, UK
Vehicle: BMW 850CSi
Posts: 1,280
My Photos: (0)
If that reading is sent down the usb line, it shoudln't be too hard to pick up. I don't have V1 radar detector sadly to test this, but if it works, it would be a nice idea for those that have it.
__________________
///Mputer - Velocity - TomTom - Vision - Bezel - CarPC
sama is offline   Reply With Quote
Sponsored Links
Old 02-15-2007, 11:16 AM   #62
Variable Bitrate
david69leonard's CarPC Specs
 
david69leonard's Avatar
 
Join Date: Oct 2006
Location: missouri
Vehicle: 2003/mitsubishi/eclipse
Posts: 265
My Photos: (13)
Quote: Originally Posted by redbullah View Post
My dream is a standalone carpc software which boots without an OS(so it makes front-end itself an OS). easy touchscreen access and specially some ibus features. Mute button for passengers!..



Anyone know Bill Gates, maybe he could hook us up!!!
david69leonard is offline   Reply With Quote
Old 08-09-2007, 06:52 PM   #63
Newbie
Azaria's CarPC Specs
 
Join Date: Aug 2007
Location: East coast
Vehicle: LX470
Posts: 26
My Photos: (0)
Bump.
Is this project still around?
Looked/Looks promising.
Azaria is offline   Reply With Quote
Old 08-09-2007, 06:59 PM   #64
Newbie
Azaria's CarPC Specs
 
Join Date: Aug 2007
Location: East coast
Vehicle: LX470
Posts: 26
My Photos: (0)
Sorry. Asked that too quickly and answered my own question.

Apologies for the n00b behavior

Azaria is offline   Reply With Quote
Old 01-12-2008, 02:15 AM   #65
Newbie
 
Join Date: Jan 2008
Posts: 1
My Photos: (0)
Boot up font end without OS

Seems to me the best way to run a carputer with minimal system draw would be using a front end based off of DOS itself. You can still get most drivers, codecs, etc for running Programs in DOS. If you could create a Front End that made use of the DOS version of these (drivers, codecs, protocols, etc) with an UI that appealed to most users, you would have the ultimate Front-End... Of course you would almost have to combine features from different platforms to make use of a lot of user controls and needs, such as GPS and mobile internet...What you are really talking about is a piece of software that would have the same functionality as software that is used to run MAC and PC software within one OS...Good Luck

If you do figure it out, let me know because i would be very interested in developmental help and/or purchase of completed Front-End
Texasstar21 is offline   Reply With Quote
Old 01-28-2008, 08:11 PM   #66
Newbie
 
Join Date: Jan 2008
Posts: 4
My Photos: (0)
it should allow the sling player to work so we can use our slingboxes at what ever hotspot we are at.
mosler is offline   Reply With Quote
Old 03-19-2008, 05:56 PM   #67
Newbie
 
Join Date: Jun 2007
Location: Melbourne
Vehicle: 1995 Toyota Surf (KZN130)
Posts: 7
My Photos: (0)
Quote: Originally Posted by redbullah View Post
My dream is a standalone carpc software which boots without an OS(so it makes front-end itself an OS). easy touchscreen access and specially some ibus features. Mute button for passengers!..

Not sure if anyone addressed this further on, but I dont want to forget to reply...

This is windows only of course..

Explorer.exe in windows is only the default shell, you do not have to run it.

You can change it to any exe or even a batch file.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon

and change the Shell to whatever you like...

For those who wanted to design their own front end.... You could do it as a webpage, and run iexplore.exe -k {yourpage} as the shell and when the computer started up it would show that page without explorer running in the background. (-k puts it in kiosk mode, like fullscreen, just fuller)

Oh you can also do this on a user basis as well by editing the same key in HKEY_CURRENT_USER..... You will need to create the Shell string entry manually.

NOTE: once you reboot your shell is what you set it to. Windows keys dont work for instance... You can run regedit to change back by using taskmanager (Ctrl-Shift-esc)

Hope this helps someone
EndoSurf is offline   Reply With Quote
Old 03-19-2008, 07:21 PM   #68
Newbie
 
Join Date: Jan 2008
Posts: 4
My Photos: (0)
wow thats a way cool idea.

ill have to experiment with that
mosler is offline   Reply With Quote
Old 03-19-2008, 10:12 PM   #69
Newbie
 
Join Date: Jun 2007
Location: Melbourne
Vehicle: 1995 Toyota Surf (KZN130)
Posts: 7
My Photos: (0)
Hrm actually iexplore might not be the best suggestion..

a HTA application would be better.

Essentially a HTA application is still a webpage, however it doesnt have the limitations that internet explorer has in regards to access the system with scripts.

Internet Explorer is a valid compiler for VBScript, it just doesn't have full functionality

Either way if you wanted a very simple web page with some buttons to launch stuff it would be easy...

Enough on this though, Might become a thread hijack otherwise. And i wouldnt want to take away from the efforts that the OP has put in to developing a front end
EndoSurf is offline   Reply With Quote
Old 04-20-2008, 09:10 PM   #70
Variable Bitrate
kev000's CarPC Specs
 
kev000's Avatar
 
Join Date: Aug 2006
Location: Clearfield Utah USA
Vehicle: 2008 Chevy Impala SS 5.3 V8
Posts: 345
My Photos: (0)
IMHO, the ultimate "frontend" would be a set of software applications AND the OS that are developed in such a way that the OS is the frontend, and the frontend is the OS. In other words, you won't be able to tell that it there is an OS at all.

This is what a group of us are trying to accomplish with LinuxICE+nGhost.

Here's what it would take:

Base OS: kernel, drivers, basic tools.
Graphics Layer: XWindow server/kdrive/directfb (in LinuxICE's case, xorg's X11 window server)
User Interface objects (designed for CarPC use):
- Window manager (controls the size/position of the windows and the switching between applications)
- Desktop (the central interface for everything)
- Dock (Provides a persistant control interface across all applications. think of it as your start menu/task bar but designed for the carpc).

For LinuxICE, all three User Interface objects are designed for either mobile or specifically carPC use.

I think this is the way to go and would like to see the industry move into this direction. It just seems like the "right" way to do things.
__________________
nGhost - "The Evolution of Car Entertainment"
Not just software: LinuxICE -- The Car Entertainment Platform"
LinuxICE IRC chatroom: #linuxice irc.freenode.com
kev000 is offline   Reply With Quote
Sponsored Links
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to: Change windows shell IntellaWorks WinNT Based 38 08-09-2008 02:01 AM
100% Plugin based Front End custardbomb Software & Software Development 19 10-07-2005 12:17 AM
Searching for the right Front End ninjatill Newbie 9 09-10-2005 02:47 PM
which front end for no touch screen? turbochris Newbie 4 08-30-2005 09:59 AM
need a front end that runs at 640x480 ... mattress Software & Software Development 5 06-09-2005 03:44 PM


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


Sponsored Links
The MP3car.com Store

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Copyright © 1999 - 2008 Mp3Car.com Inc.
Ad Management by RedTyger
Message Board Statistics