This image is the top of the content box. Unfortunately, there is no information-based reason for this div to be here. It's just here for design reasons. Sorry.
Home Forums Register FAQ Search Today's Posts Mark Forums Read


Welcome to the misticriver forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. 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.
Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old December 15th, 2005, 03:13 AM
Eager Mistic Beaver
 
Join Date: Oct 2005
Posts: 262
Editing the code

I would like to know what program i should use to edit the source code?
I found something about CVS and rockbox devkit, but i hope there is someone who can just get me a little started in this. Tanx. Greetz Air.
Also i would like to know wich file is supposed to be for the remote and what i should edit to change the menu order!!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old December 15th, 2005, 04:04 AM
Amorphous Mutating Mistic
 
Join Date: Aug 2005
Location: Scotland
Posts: 643
look at
http://www.diabolikal.org/main/content.php?article.46
or
Writing plugins
__________________
Pi() - My programing is only as good as my speling
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old December 15th, 2005, 09:45 AM
Eager Mistic Beaver
 
Join Date: Oct 2005
Posts: 262
Question

I need to have a little more basic explenation. I'm not used to doing this, but i know i'm a fast learner and good with the literature in the books. I have C at school now and would like to contribute here . From my point of view now it is possible to edit the files in the rockbox zip file with wordpad :P.

Hope someone can help :d. Tanx.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old December 15th, 2005, 10:56 AM
Ego Ego is offline
Amorphous Mutating Mistic
 
Join Date: Dec 2004
Posts: 574
i know pretty much nothing, but i was able to change my colors on RB. download the source code and the dev environment, change what you want in source code with wordpad, and compile it with the build environment. the instructions give you pretty much everything you need.

-EGO
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old December 15th, 2005, 12:02 PM
Amorphous Mutating Mistic
 
Join Date: Aug 2005
Location: Scotland
Posts: 643
What is it you don't understand, the diabolikal.org page is nice and simple, just follow the steps, to compile the zip file (make sure it works first) then start to edit the code

if there is anything in particular you don't understand, just ask 1 or more specific questions.
__________________
Pi() - My programing is only as good as my speling
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old December 15th, 2005, 12:11 PM
Amorphous Mutating Mistic
 
Join Date: Aug 2005
Location: Scotland
Posts: 643
the menues are stored in:
Rockbox\apps\*_menu. c

there are different menues, i havent looked at the coad within them too closley.
debug_menu.c
playlist_menu.c
main_menu.c
settings_menu.c
__________________
Pi() - My programing is only as good as my speling
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old December 15th, 2005, 12:12 PM
Amorphous Mutating Mistic
 
Join Date: Aug 2004
Location: University of Manchester
Posts: 558
Send a message via MSN to Philip_0729
Quote:
Originally Posted by Ego
i know pretty much nothing, but i was able to change my colors on RB. download the source code and the dev environment, change what you want in source code with wordpad, and compile it with the build environment. the instructions give you pretty much everything you need.

-EGO
Which file did you modify??? there are loads of files...
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old December 15th, 2005, 12:30 PM
reddshack's Avatar
The Apprentice
 
Join Date: Mar 2004
Location: UVU.Provo, UT
Posts: 1,710
Send a message via AIM to reddshack Send a message via MSN to reddshack Send a message via Yahoo to reddshack
I'm using Microsoft Visual Studio 2005 Beta 2 for editing... But notepad will still do the job.
__________________
reddshack.com --> easily amused
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old December 15th, 2005, 12:43 PM
Hoping For A Cool Title
 
Join Date: Dec 2004
Posts: 96
Quote:
Originally Posted by airwin
I would like to know what program i should use to edit the source code?
I found something about CVS and rockbox devkit, but i hope there is someone who can just get me a little started in this. Tanx. Greetz Air.
Also i would like to know wich file is supposed to be for the remote and what i should edit to change the menu order!!!
Use notepad.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old December 15th, 2005, 12:44 PM
Ego Ego is offline
Amorphous Mutating Mistic
 
Join Date: Dec 2004
Posts: 574
Quote:
Originally Posted by Philip_0729
Which file did you modify??? there are loads of files...
i just played with lcd.h, that's where the colors are stored. all the info i used is here:http://misticriver.net/showthread.php?t=33389. the second page shows exactly what of the lcd.h file you have to modify.

-EGO
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11 (permalink)  
Old December 15th, 2005, 12:52 PM
Amorphous Mutating Mistic
 
Join Date: Aug 2005
Location: Scotland
Posts: 643
Quote:
Originally Posted by Philip_0729
Which file did you modify??? there are loads of files...
to modify the colour setings look at
Rockbox Custom H300 LCD Colors!
Towards the end it explanes how to change the code in a simpler way

EDIT- dam ego beat me, shouldent have wated to get my dinner
__________________
Pi() - My programing is only as good as my speling
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old December 15th, 2005, 02:05 PM
Eager Mistic Beaver
 
Join Date: Aug 2005
Location: Israel
Posts: 203
you can use programmers' notepad it's free and has all the MVS2K5 syntax highlighting and grouping of segments
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old December 15th, 2005, 04:26 PM
Eager Mistic Beaver
 
Join Date: Oct 2005
Posts: 262
Tanx guys, what a help. I thought that i needed to edit everything in the compile area and couldn't find any info abou that. I'll start taking a look at the files tomorrow, was busy, so didn't have the time to take a good look and looked over the .c files .

edit: i took a closer look and i just can't find the c files :S????? I don't have an apps folder either.

Sorry if i sound really stupid, i'm actually not that stupid . Hope to make it up to u guys when i figure some things out!!!!

edit2: another tiny question. For example pong has been made in C but is now a .rock file wich wordpad can't read. How can you read/edit it????
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old December 15th, 2005, 04:37 PM
Ego Ego is offline
Amorphous Mutating Mistic
 
Join Date: Dec 2004
Posts: 574
all the .c and .h files are in the source code, available as a .zip on the daily build page. i'm not sure if that solves your plugin question too...

-EGO
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old December 15th, 2005, 04:59 PM
Eager Mistic Beaver
 
Join Date: Oct 2005
Posts: 262
if i download the zip file by clicking on h300 latest it includes .rockbox folder and a file. But in that folder are no .c files :S nor an apps folder :S.

i'll be goin to bed now. 1am in holland , so i'll check this topic in the mornin . Tanx, greetz air.

edit2: i found something in the download section (not specialy the daily builds sections). Just a source file of rockbox 2.5 (for the source you don't need a DAP special???) (question 1) This contains apps and these are the files i can edit and then compile to a package compatible with my iriver, am i correct???

edit3: OOOOOOOOOOH now is see . In the daily builds section right from the H300 icon there is a rockbox logo and there i can download a tar.gz file. WOEHOEEEEE. (question 2) This file is for every dap right??? How does it come specific for H300???

Sorry for my mess with questions, try to make the best of it for me !!! Tanx.

Last edited by airwin : December 15th, 2005 at 05:12 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16 (permalink)  
Old December 15th, 2005, 05:46 PM
Ego Ego is offline
Amorphous Mutating Mistic
 
Join Date: Dec 2004
Posts: 574
Quote:
Originally Posted by airwin

edit3: OOOOOOOOOOH now is see . In the daily builds section right from the H300 icon there is a rockbox logo and there i can download a tar.gz file. WOEHOEEEEE. (question 2) This file is for every dap right??? How does it come specific for H300???

Sorry for my mess with questions, try to make the best of it for me !!! Tanx.
you got it. you tell it which player and language you want during compile

-EGO
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old December 16th, 2005, 08:13 AM
Hoping For A Cool Title
 
Join Date: Feb 2005
Posts: 99
Here's the "First-time guide to Rockbox development":

http://www.rockbox.org/twiki/bin/vie...velopmentGuide
__________________
Your grumpy Rockbox hacker - http://www.rockbox.org/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


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 On
Pingbacks are On
Refbacks are On



All times are GMT -7. The time now is 06:32 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
This image is the bottom of the content box. Unfortunately, there is no information-based reason for this div to be here. It's just here for design reasons. Sorry.