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:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Plugins/Viewers
| | |-+  how to open pictureflow via hot key ?
« previous next »
  • Print
Pages: [1] 2

Author Topic: how to open pictureflow via hot key ?  (Read 3720 times)

Offline ForteD

  • Member
  • *
  • Posts: 19
how to open pictureflow via hot key ?
« on: September 20, 2010, 03:03:44 PM »
please help me, I don't know how to open pictureflow via hot key , I try to use google but not luck. And how to use hot key, I try to press select + play but nothing happen

I try the patch http://www.rockbox.org/tracker/11270, I following this guide to patch http://www.rockbox.org/wiki/SimpleGuideToCompiling, but I don't know where src/apps/lang/english.lang, src/apps/plugins/pictureflow/pictureflow.c, ... etc, in folder .rockbox on my ipod not have pictureflow.c, english.lang, ... etc. So I can't use command patch --binary -p0 < patchfilename, it say: can't find file to patch at input line 5 ... file to patch:
Logged

Offline MajiKool Dragonâ„¢

  • Member
  • *
  • Posts: 147
  • I'm me!
Re: how to open pictureflow via hot key ?
« Reply #1 on: September 20, 2010, 03:12:59 PM »
what device are you using?
Logged
"Isn't it funny how even the coldest weather isn't so cold when you've got people who care about you to walk through it with you." - MajiKool Dragonâ„¢
SanDisk Sansa c240v1 + 16GB µSDHC, Apple iPhone 4 iOS4.2.1 Jailbroken

Offline ForteD

  • Member
  • *
  • Posts: 19
Re: how to open pictureflow via hot key ?
« Reply #2 on: September 20, 2010, 03:27:12 PM »
I use ipod video 80gb
Logged

Offline evilnick

  • Rockbox Expert
  • Member
  • *
  • Posts: 431
Re: how to open pictureflow via hot key ?
« Reply #3 on: September 20, 2010, 05:08:32 PM »
It sounds like you're trying to patch the pre-built .rockbox folder for your iPod Video. Have another read of http://www.rockbox.org/wiki/SimpleGuideToCompiling#Getting_The_Source_Code as you'll need to patch the source files and then compile your own build.
Logged

Offline ForteD

  • Member
  • *
  • Posts: 19
Re: how to open pictureflow via hot key ?
« Reply #4 on: September 20, 2010, 07:45:36 PM »
oh yeah, thank you, but I have some issue
should I download From SVN or From Daily Build page ? I download From Daily Build page http://www.rockbox.org/daily.shtml, it not have file name rockbox-XXXXXXXX.7z or rockbox.7z, file I download is rockbox-ipodvideo64mb.zip, and it is 7z not zip :(. don't like this guild.
I extract rockbox-ipodvideo64mb.zip, in folder .rockbox not have src/apps/lang/english.lang, src/apps/plugins/pictureflow/pictureflow.c, ... etc, pictureflow.c, english.lang, ... etc
« Last Edit: September 20, 2010, 07:50:51 PM by ForteD »
Logged

Offline Chronon

  • Rockbox Expert
  • Member
  • *
  • Posts: 4379
Re: how to open pictureflow via hot key ?
« Reply #5 on: September 20, 2010, 08:01:27 PM »
Use SVN to get the source.  There's a handy UsingSVN page in the wiki.
Logged
Sansa e280, Gigabeat F40, Gigabeat S60, Sansa Clip+, iPod Mini 2g

Offline ForteD

  • Member
  • *
  • Posts: 19
Re: how to open pictureflow via hot key ?
« Reply #6 on: September 21, 2010, 03:49:43 PM »
this patch not support new version, it say:  HUNK #2 failed at line 345.
What is different way to open pictureflow via hotkey ?
How to use hotkey?, I try to press select+play but nothing happen
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: how to open pictureflow via hot key ?
« Reply #7 on: September 21, 2010, 03:56:50 PM »
Quote from: ForteD on September 21, 2010, 03:49:43 PM
this patch not support new version, it say:  HUNK #2 failed at line 345.

Thats because it was already added to rockbox a couple months ago.  Just download the current build and its included.

BTW, in the future, check the top of each FS task.  They have a big box that says "accepted" if they're already included in rockbox.
Logged

Offline torne

  • Developer
  • Member
  • *
  • Posts: 994
  • arf arf
Re: how to open pictureflow via hot key ?
« Reply #8 on: September 21, 2010, 04:25:37 PM »
It sounds like you haven't actually configured the hotkey to launch pictureflow. See http://download.rockbox.org/daily/manual/rockbox-ipodvideo/rockbox-buildch8.html#x11-1580008.9 to configure what the hotkey does.
Logged
some kind of ARM guy. ipodvideo/gigabeat-s/h120/clipv2. to save time let's assume i know everything.

Offline ForteD

  • Member
  • *
  • Posts: 19
Re: how to open pictureflow via hot key ?
« Reply #9 on: September 22, 2010, 05:26:34 AM »
thank everyone  :)
when I type "make" command, it said: /bin/sh: arm-elf-eabi-gcc: command not found
please help me fix it
« Last Edit: September 22, 2010, 05:34:51 AM by ForteD »
Logged

Offline AlexP

  • Global Moderator
  • Member
  • *
  • Posts: 3688
  • ex-BigBambi
Re: how to open pictureflow via hot key ?
« Reply #10 on: September 22, 2010, 05:58:25 AM »
Run tools/rockboxdev.sh and select the appropriate option to build the arm eabi cross compiler and tool chain.  "e" IIRC.

Why are you trying to compile?  If it is for the patch you mentioned earlier, then as saratoga said it has already been committed as is there in current builds (not the latest release), so just download and use one of those.
Logged
H140, F60, S120, e260, c240, Clip, Fuze v2, Connect, MP170, Meizu M3, Nano 1G, Android

Offline ForteD

  • Member
  • *
  • Posts: 19
Re: how to open pictureflow via hot key ?
« Reply #11 on: September 22, 2010, 06:40:22 AM »
thank you, I try compile for my knowledge
sorry my poor english :(
when I type command "Run tools/rockboxdev.sh" it said:
Quote
error: couldn't find tools/rockboxdev.sh any where. I even looked in the PATH
I also tried appending the following extensions:
[1]: .exe
[2]:
« Last Edit: September 22, 2010, 06:54:15 AM by ForteD »
Logged

Offline AlexP

  • Global Moderator
  • Member
  • *
  • Posts: 3688
  • ex-BigBambi
Re: how to open pictureflow via hot key ?
« Reply #12 on: September 22, 2010, 08:18:41 AM »
Are you on Windows?  You either need to use linux, or a linux virtual machine, or cygwin.  See http://www.rockbox.org/wiki/SimpleGuideToCompiling
Logged
H140, F60, S120, e260, c240, Clip, Fuze v2, Connect, MP170, Meizu M3, Nano 1G, Android

Offline ForteD

  • Member
  • *
  • Posts: 19
Re: how to open pictureflow via hot key ?
« Reply #13 on: September 22, 2010, 09:18:02 AM »
I use cygwin and it said that
Logged

Offline Chronon

  • Rockbox Expert
  • Member
  • *
  • Posts: 4379
Re: how to open pictureflow via hot key ?
« Reply #14 on: September 22, 2010, 09:25:55 AM »
It seems that Cygwin isn't finding the script.  It's probably easiest if you just change directories to the tools directory and then do "./rockboxdev.sh".

Since this topic is about hot key functionality rather than setting up a build environment it might be better to create a new topic if you have further trouble with the latter.
Logged
Sansa e280, Gigabeat F40, Gigabeat S60, Sansa Clip+, iPod Mini 2g

  • Print
Pages: [1] 2
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Plugins/Viewers
| | |-+  how to open pictureflow via hot key ?
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.111 seconds with 14 queries.