Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Welcome to the Rockbox Technical Forums!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  User Interface and Voice
| | |-+  Rockbox with no gui
« previous next »
  • Print
Pages: [1] 2

Author Topic: Rockbox with no gui  (Read 12895 times)

Offline contractartist

  • Member
  • *
  • Posts: 6
    • ContractArtist's Blog
Rockbox with no gui
« on: April 09, 2008, 10:33:40 AM »
For those who have sandisk versions e260, and have broken the LCD screen, and just want it to play music again.....I am sure there are other media players out there longing for someone to bring them a new "NON gui menu OS" please help!
Logged
Das_BooB

Offline MarcGuay

  • Rockbox Expert
  • Member
  • *
  • Posts: 1065
Re: Rockbox with no gui
« Reply #1 on: April 09, 2008, 10:39:56 AM »
What are you saying/asking?
Logged

Offline LambdaCalculus

  • Member
  • *
  • Posts: 2273
  • /usr/local/bin/weirdo
    • The Nostalgia Roadtrip
Re: Rockbox with no gui
« Reply #2 on: April 09, 2008, 10:46:47 AM »
I think he's asking for something Rockbox already does.
Logged
Retired Rockbox dev; still a user!

Players: iPod Video /w 128GB SSD mod, H320 /w 128GB SSD mod

Offline contractartist

  • Member
  • *
  • Posts: 6
    • ContractArtist's Blog
Re: Rockbox with no gui
« Reply #3 on: April 09, 2008, 11:04:22 AM »
Ok,..... I want to know how to set up a config file so rockbox auto updates the database, and sets itself to play all tracks, with shuffle on, without the need for a menu system. As I want to install it on a sandisk sansa e260 that does not have a funtional LCD screen.
Logged
Das_BooB

Offline MarcGuay

  • Rockbox Expert
  • Member
  • *
  • Posts: 1065
Re: Rockbox with no gui
« Reply #4 on: April 09, 2008, 11:19:39 AM »
When you install Rockbox for the first time the menus should be voiced.  Which would let you do what you want and more.
Logged

Offline contractartist

  • Member
  • *
  • Posts: 6
    • ContractArtist's Blog
Re: Rockbox with no gui
« Reply #5 on: April 09, 2008, 11:59:19 AM »
I thank you both for your help. But this is not what I've been asking. I have a sandisk sansa e260 with a broken LCD screen, I only need music playback, from the very start, not lots of menu's to listen through to find the update database, and then to playback, I'm asking for help setting up a autorun config file, to bypass all but the (database update) and then play all/shuffle.
Logged
Das_BooB

Offline MarcGuay

  • Rockbox Expert
  • Member
  • *
  • Posts: 1065
Re: Rockbox with no gui
« Reply #6 on: April 09, 2008, 12:16:52 PM »
You don't need the database to update as you won't be using it.  There are many easy ways to create a playlist of all the songs on your player, and simply leaving the shuffle option on will take care of that aspect.  Having a custom script run at boot time would require you to patch your own build, I do believe.
Logged

Offline contractartist

  • Member
  • *
  • Posts: 6
    • ContractArtist's Blog
Re: Rockbox with no gui
« Reply #7 on: April 09, 2008, 12:39:56 PM »
any suggestions on where to start? Or how to add a script, what line in what file do you edit?
Logged
Das_BooB

Offline MarcGuay

  • Rockbox Expert
  • Member
  • *
  • Posts: 1065
Re: Rockbox with no gui
« Reply #8 on: April 09, 2008, 01:01:28 PM »
I guess searching the manual for the actions you want it to perform would be a good place to start.  Then finding how those actions are triggered in the code.  Then finding out the where's and what's of the Rockbox bootup process, and calling those functions in there.  Just using logic here, by the way, I have no practical experience modifying the code in this way.

The other option is much simpler:  Learn the two seconds worth of navigation required to do this manually.  
« Last Edit: April 09, 2008, 01:35:58 PM by MarcGuay »
Logged

Offline Chronon

  • Rockbox Expert
  • Member
  • *
  • Posts: 4383
Re: Rockbox with no gui
« Reply #9 on: April 09, 2008, 01:50:53 PM »
How about this idea:

1) Set your start screen to the file browser.  
2) Create a playlist of your music library and save it to the root of your player.
3) Hide all other files/folders in the root.
4) When you start up the playlist will be the only selectable file.

You shouldn't need the screen to do any of this.  The settings can be set with a .cfg file. The creation of the .cfg file and the other operations can be done from your computer.
Logged
Sansa e280, Gigabeat F40, Gigabeat S60, Sansa Clip+, iPod Mini 2g

Offline MarcGuay

  • Rockbox Expert
  • Member
  • *
  • Posts: 1065
Re: Rockbox with no gui
« Reply #10 on: April 09, 2008, 01:59:29 PM »
Or, perhaps even easier...

Have the start screen set to the database (I assume this is possible), so that when the player starts up you simply have to click into All Tracks and then click once more to create a playlist of all the files.  With database auto-update and random on this should do the trick pretty quickly.
Logged

Offline Chronon

  • Rockbox Expert
  • Member
  • *
  • Posts: 4383
Re: Rockbox with no gui
« Reply #11 on: April 09, 2008, 02:04:55 PM »
That method wins because you don't have to hide any folders/files.  Just make a .cfg file that sets all of those properties and you're set.
Logged
Sansa e280, Gigabeat F40, Gigabeat S60, Sansa Clip+, iPod Mini 2g

Offline MarcGuay

  • Rockbox Expert
  • Member
  • *
  • Posts: 1065
Re: Rockbox with no gui
« Reply #12 on: April 09, 2008, 02:16:34 PM »
Quote from: contractartist on April 09, 2008, 11:04:22 AM
I want to know how to set up a config file so...

If you go through the menus using the voice and set up all the options the way we've described (with the help of the manual, of course), the options will be written to the config file and loaded the next time you start up.  It's also possible to type them manually into a .cfg file, I just thought I'd provide a second option.  There's also a page in the wiki called MenuLayoutDiscussion or something like that which has the Rockbox menu structure written out almost in it's entirety, which could be useful.
Logged

Offline Chronon

  • Rockbox Expert
  • Member
  • *
  • Posts: 4383
Re: Rockbox with no gui
« Reply #13 on: April 09, 2008, 02:30:26 PM »
You'll find this wiki page helpful:
CustomConfigFile
Logged
Sansa e280, Gigabeat F40, Gigabeat S60, Sansa Clip+, iPod Mini 2g

Offline nls

  • Developer
  • Member
  • *
  • Posts: 460
Re: Rockbox with no gui
« Reply #14 on: April 09, 2008, 04:55:26 PM »
I would go for.

1) setting up voice ui (real easy, just download a voicefile and copy to your player)

2) enable auto resume (Start screen: resume playback) and shuffle, repeat and whatever other options you like.

3) create a playlist of all your tracks (see manual or do it on a computer)

and it will resume playing that playlist when started.
Logged

  • Print
Pages: [1] 2
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  User Interface and Voice
| | |-+  Rockbox with no gui
 

  • SMF 2.0.19 | SMF © 2021, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.04 seconds with 20 queries.