Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > MacCar > AMP


Reply
 
Share Thread Tools Display Modes
Old 08-28-2006, 10:16 PM   #106
Constant Bitrate
 
Sharkbite86's Avatar
 
Join Date: Apr 2006
Location: California
Posts: 191
Sharkbite86 is on a distinguished road
Cant you just make it an option to where it would work on 800x480 and for the people who want it have everything get streched out to fit 800x600? Or maybe not strech it out but have the app replace the buttons

*brain surge*

Wait, why not just make two versions, one for 800x480 and one for 800x600! It would probably be a lot simpler than having to reprogram one version to do it all. The only trouble you would have is that you would need to make two versions lol, and that would be a pain to have to update and fix... Plus you would need to make new buttons that were all streched out... but it could work :S
__________________
MacCar progress:
Planning:-----> [||||||||||||||||||||] 70%
Parts:---------> [||||||||||||||||||||] 0%
Construction:-> [||||||||||||||||||||] 0%

Car broken into... progress is basically zip...
Sharkbite86 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 08-31-2006, 11:12 AM   #107
Newbie
 
Join Date: May 2005
Posts: 36
ckgreenman is on a distinguished road
Quote:
Cant you just make it an option to where it would work on 800x480 and for the people who want it have everything get streched out to fit 800x600? Or maybe not strech it out but have the app replace the buttons

I just got done reading all the posts in here and the main worklog thread and I had pretty much the same idea. I think having an option would probably be the best way to go since it would probably be a lot easier to maintain than two separate versions. Just not sure how easy it would be to code.


On the issue of GPS I've seen some people mention Roadnav as a possibility. I don't think integrating it as a standalone will work but there is a C library version (libroadnav). I'm not a programmer so I don't know how hard it would be to integrate/duplicate libroadnav into Obj. C. Another thing to consider is that the data it uses (US Census Bureau) only cover the US and US territories. As for GPS hardware support, I'd just use gpsd and not worry about supporting specific hardware.


On a personal note, I think you guys have realy kicked some *** on this front end. I all but gave up on using a Mac for my carputer due to the lack of decent front-ends. Now I'm thinking I might use a Mac after all. Keep up the good work.
ckgreenman is offline   Reply With Quote
Old 08-31-2006, 12:05 PM   #108
Constant Bitrate
 
Sharkbite86's Avatar
 
Join Date: Apr 2006
Location: California
Posts: 191
Sharkbite86 is on a distinguished road
Quote: Originally Posted by ckgreenman View Post
On the issue of GPS I've seen some people mention Roadnav as a possibility. I don't think integrating it as a standalone will work but there is a C library version (libroadnav). I'm not a programmer so I don't know how hard it would be to integrate/duplicate libroadnav into Obj. C. Another thing to consider is that the data it uses (US Census Bureau) only cover the US and US territories. As for GPS hardware support, I'd just use gpsd and not worry about supporting specific hardware.

I think it might just simply be easier at this point to add a launch bar or something to AMP so that people can use whatever external GPS app they want (GE mod, Roadnav, etc.). It would also be great for other things too. I think someone already mentioned this but I was just double checkin' .
__________________
MacCar progress:
Planning:-----> [||||||||||||||||||||] 70%
Parts:---------> [||||||||||||||||||||] 0%
Construction:-> [||||||||||||||||||||] 0%

Car broken into... progress is basically zip...
Sharkbite86 is offline   Reply With Quote
Old 08-31-2006, 01:23 PM   #109
Newbie
 
Join Date: May 2005
Posts: 36
ckgreenman is on a distinguished road
What would be REALLY cool (and I'm not sure if this is possible) is to have AMP open the external application inside an encapsulated window. That way it would be a lot easier to switch to other AMP functions while driving because the AMP controls would still be visible.
ckgreenman is offline   Reply With Quote
Old 08-31-2006, 01:26 PM   #110
Newbie
 
Join Date: May 2005
Posts: 36
ckgreenman is on a distinguished road
Quote: Originally Posted by Sharkbite86 View Post
Cant you just make it an option to where it would work on 800x480 and for the people who want it have everything get streched out to fit 800x600?


I got to thinking about this during lunch. What about Skin support. Would it possible to write in support for different skins (or themes, or templates etc.) and provide different skins for different resolutions. Just a thought.
ckgreenman is offline   Reply With Quote
Old 09-01-2006, 01:28 PM   #111
Newbie
 
Join Date: May 2005
Posts: 36
ckgreenman is on a distinguished road
I don't remember if this has been suggested before or not but I have an idea on how to improve the functionality of the Music player.

While playing around with AMP last night it occured to me that you can't start playback unless you actually select a music file. This kinda limits you to either setting up a bunch of playlists ahead of time or only being able to play songs from a specific artist and album. What I suggest is that the UI work more like how the iPod does. For example, the iPod allows you to start playback at a higher level (i.e. Music->Genres-Metal) and doesn't force you to drill all the way down to an mp3 file. Say I wanted to play all music from a specific artist It would be nice if I could click Artist, select the artist, and hit play. The play button could then be reassigned to play/pause duty only (a feature that was talked about in the worklog thread) and another button created to emulate the function of the center button on the iPod.


Am I describing this well enough?
ckgreenman is offline   Reply With Quote
Old 09-01-2006, 04:02 PM   #112
AMP Creator
 
aychamo's Avatar
 
Join Date: Jun 2006
Posts: 454
aychamo is on a distinguished road
Quote: Originally Posted by ckgreenman View Post
What would be REALLY cool (and I'm not sure if this is possible) is to have AMP open the external application inside an encapsulated window. That way it would be a lot easier to switch to other AMP functions while driving because the AMP controls would still be visible.

That's pretty much the plan. A friend is sending me a GPS unit, so once I get that in and find some decent GPS software, I'll do it like that. I've found some seemingly generic AppleScript code that I can launch from within my ObjC class that sets the dimensions of other App's windows. So I should be able to set the size of it's window, and still have amp visible underneath to return to it as needed.

Oh, and your idea above, about playing music, is a good one. I'll look into that.

On a kinda seperate note, sharkbite mentioned above about an AppLauncher, this is actually fully finished and implemented in my dev version, and will be in the next release (which is actually getting pretty close - but I will need some quick feedback from you guys for bugs once I release, as a lot of new stuff is added in this release)

Here's a picture of it. From within it there is an editor, which is extremely simple.. You just select "New" then point it towards the application, and it guesses the name (but if you arne't happy with the name, you can change it), and it pulls the icon for it from the app itself.. So it's really completely effortless and quick (and entirely touchscreen friendly [TSF!])

__________________
-
aychamo is offline   Reply With Quote
Old 09-01-2006, 04:04 PM   #113
AMP Creator
 
aychamo's Avatar
 
Join Date: Jun 2006
Posts: 454
aychamo is on a distinguished road
^^^ what a bunch of worthless in-car apps haha Oh, I'm on I-10, but how do I spell that word again?
__________________
-
aychamo is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 09-01-2006, 06:58 PM   #114
Maximum Bitrate
 
pepsibobby's Avatar
 
Join Date: Dec 2005
Location: Langley AFB
Posts: 607
pepsibobby is on a distinguished road
so are the apps gonna be opened in AMP or will it just open up the app? does that make sense? i hope it does.
__________________
Cant code cause I dont know how, but give me the paint bucket and my eraser and have at you!
pepsibobby is online now   Reply With Quote
Old 09-06-2006, 08:42 PM   #115
Variable Bitrate
 
Join Date: Feb 2006
Posts: 263
LightningMac is on a distinguished road
Here's an idea: add a feature in disk utilities that says "use drive as primary source" allowing you to choose what drive (including an ipod)Amp will play the files from. Is that possible? When you choose this AMP would reimport all playlist and info from that drive and save the information so when you plug in an ipod or external drive, AMP remembers the songs and playlists etc.

You could also add a feature sync from ipod or ext drive to update AMP's files from an ipod or ext drive into your mac mini that's installed in your car. Or if you guys are feeling REALLY adventurous, make this a WIRELESS option as well that way you can sit in your car and have AMP sync with your home computer that you've downloaded (legally cough cough) more music,movies or music videos to! Maybe these sync ideas could be in form of a plug in and could or if it would just be easier require a home mac to have amp running as well, so it would be an AMP to AMP sync?

just some thoughts

thanks!
LightningMac is offline   Reply With Quote
Old 09-06-2006, 09:20 PM   #116
Constant Bitrate
 
Join Date: Jun 2006
Posts: 126
JakobMetzger is on a distinguished road
i really like the amp sync thing i think the big features needed to focus on is gps right now but im sure aychamo has that covered. is sirius not available for mac, just xm? also a wardriving type app like what CarMinX has in it. Just to join/turn off airport/switch networks etc... Ive been trying to get the source from paul hillman and have emailed him about 3 times a week for a month but i cant seem to get in touch with him. anyway.... great work aychamo
JakobMetzger is offline   Reply With Quote
Old 09-06-2006, 09:27 PM   #117
Variable Bitrate
 
Join Date: Feb 2006
Posts: 263
LightningMac is on a distinguished road
yeah I think GPS would be great and definitely XM, because I already bought an XM receiver from ebay! *hehehe* I suggested wardriving a while back and glad you brought it back into the mix! that way we could surf and check email while in the car! but the first two things require him to own the hardware to work on them , and I don't think he has a gps or xm receiver yet, so I thought I'd throw out some things that just required coding
LightningMac is offline   Reply With Quote
Old 09-06-2006, 09:40 PM   #118
AMP Creator
 
aychamo's Avatar
 
Join Date: Jun 2006
Posts: 454
aychamo is on a distinguished road
Quote: Originally Posted by LightningMac View Post
yeah I think GPS would be great and definitely XM, because I already bought an XM receiver from ebay! *hehehe* I suggested wardriving a while back and glad you brought it back into the mix! that way we could surf and check email while in the car! but the first two things require him to own the hardware to work on them , and I don't think he has a gps or xm receiver yet, so I thought I'd throw out some things that just required coding

Good news on GPS. Raceer, who I'm in constant contact with, is hooking me up with a GPS unit. Can anyone suggest the best software package?
__________________
-
aychamo is offline   Reply With Quote
Old 09-06-2006, 10:12 PM   #119
Variable Bitrate
 
Join Date: Feb 2006
Posts: 263
LightningMac is on a distinguished road
I'd like to see Google Earth implemented somehow, since it is free, another one I think is roadnav which is also free

http://earth.google.com/products.html

http://roadnav.sourceforge.net/
LightningMac is offline   Reply With Quote
Old 09-06-2006, 10:38 PM   #120
Constant Bitrate
 
Join Date: Jul 2005
Posts: 138
bcohen5055 is on a distinguished road
as far as wardriving goes, I think the best around is Kismac. If its a simple implimentation of just listing networks in range and chosing one to join however it could probably done with a simple applescript. Maby though as a more advanced idea you could have the gps location of the network from a program like kismac and then have some kind of if statement where if gps coordinates=network coordinates then send a message to ask if you would like to join the network.
bcohen5055 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
Engine Noise due to ground loop or amp? matt11601 Car Audio 30 08-26-2009 09:38 PM
Punch 160.4 Amp wont Power unless REM cable is touching Amp casing. Sero Newbie 2 02-26-2006 11:32 PM
Brand new AMP, Busted.. Biograph1001 Car Audio 7 02-19-2006 11:54 AM
amp pop dan__wright Car Audio 6 06-16-2005 05:24 AM
Amp setup. Heat concern. d_sellers1 Car Audio 2 07-09-2004 10:58 AM



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


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