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:

Rockbox Ports are now being developed for various digital audio players!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  radio screen bug [SORTED]
« previous next »
  • Print
Pages: [1]

Author Topic: radio screen bug [SORTED]  (Read 1771 times)

Offline steak

  • Member
  • *
  • Posts: 104
radio screen bug [SORTED]
« on: January 16, 2013, 05:24:27 AM »
Not sure this should be posted here... not sure I should post in bug tasklist (which would imply a task/patch has been started on the matter ?)

Anyway here it is. Happens on Clip+ with Release 3.12 :
I made a Radio Screen file (fms) and some tags don't work alone, meaning for instance

This
Code: [Select]
%s%ac%Tn
displays "no tag"

But this
Code: [Select]
%s%ac%Tn |%tf
displays "preset name | frequency value"

OR

This
Code: [Select]
%acSignal: %?ts<Stereo|Mono>
or this
Code: [Select]
%ac%?tm<Scan mode|Preset >%?Ti<%Ti/%Tc|>
displays nothing

But this
Code: [Select]
%acSignal: %?ts<Stereo|Mono> |%trdB
displays "Signal: Stereo (or mono) | signal strength value dB"
and this
Code: [Select]
%ac%?tm<Scan mode|Preset >%?Ti<%Ti/%Tc|> |Bat.%bl%%
displays "Scan mode (or Preset) | Bat.battery level value %"

That did not help writing a clean Radio Screen but I can cope... just wishing someone tellls how to fix it or when it gets fixed... no patching, coding or things I do not understand  :(

« Last Edit: January 17, 2013, 01:44:59 PM by steak »
Logged
>>ports: >Cowon D2, Sansa Clip+ & Clip Zip, >Android: Samsung Galaxy SII & Motorola Defy MB525 (both ok with build 4aa32fb-131023)
>>(Previous) Android: Samsung Galaxy SI (rb worked well)
>>Misc: Archos XS202, iRiver imp550 & imp350, Sony MZ-RH1, Shure SE530

Offline JdGordon

  • Member
  • *
  • Posts: 1817
  • Constantly breaking stuff
Re: radio screen bug
« Reply #1 on: January 16, 2013, 07:40:44 PM »
open a bug for it, I don't know why you tihnk filing a bug implies anything more than someone has found a bug.
Logged


Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

Offline JdGordon

  • Member
  • *
  • Posts: 1817
  • Constantly breaking stuff
Re: radio screen bug
« Reply #2 on: January 17, 2013, 05:55:02 AM »
Quote from: steak on January 16, 2013, 05:24:27 AM
This
Code: [Select]
%s%ac%Tn
displays "no tag"
works as expected... do you mean it says "no tag" or nothing gets shown? if you havnt got presents saved and on one it will be blank
Quote
But this
Code: [Select]
%s%ac%Tn |%tf
displays "preset name | frequency value"
works
Quote
OR

This
Code: [Select]
%acSignal: %?ts<Stereo|Mono>
works
Quote

or this
Code: [Select]
%ac%?tm<Scan mode|Preset >%?Ti<%Ti/%Tc|>
displays nothing
works for me
Quote
But this
Code: [Select]
%acSignal: %?ts<Stereo|Mono> |%trdB
displays "Signal: Stereo (or mono) | signal strength value dB"
and this
Code: [Select]
%ac%?tm<Scan mode|Preset >%?Ti<%Ti/%Tc|> |Bat.%bl%%
displays "Scan mode (or Preset) | Bat.battery level value %"

That did not help writing a clean Radio Screen but I can cope... just wishing someone tellls how to fix it or when it gets fixed... no patching, coding or things I do not understand  :(



all that works for me....
Logged


Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

Offline steak

  • Member
  • *
  • Posts: 104
Re: radio screen bug
« Reply #3 on: January 17, 2013, 06:47:24 AM »
EDIT & RE EDIT... ultimate edit : Sansa AMSv2 is actually Clip+ ??!!

Displays "no tag" means says "no tag"
(Displays nothing means says nothing..)

I don't understand the end of your first comment :
Quote from: JdGordon on January 17, 2013, 05:55:02 AM
if you havnt got presents saved and on one it will be blank

OK, considering "how I sorted it out", I erased all this message except the top lines which are now off-subject, just language related... totally useless but I am still curious.
« Last Edit: January 17, 2013, 01:22:52 PM by steak »
Logged
>>ports: >Cowon D2, Sansa Clip+ & Clip Zip, >Android: Samsung Galaxy SII & Motorola Defy MB525 (both ok with build 4aa32fb-131023)
>>(Previous) Android: Samsung Galaxy SI (rb worked well)
>>Misc: Archos XS202, iRiver imp550 & imp350, Sony MZ-RH1, Shure SE530

Offline steak

  • Member
  • *
  • Posts: 104
Re: radio screen bug
« Reply #4 on: January 17, 2013, 01:44:30 PM »
 :-[ :-[ :-[
I figured this out : In rockbox I "just" did not open my edited sbs file from /.rockbox/wps/ folder !...
... then from that point, everything I tried hammered me deeper into mistake... :-[ :-[ :-[

THANKS  JdGordon for your quick & short reply :
Quote from: JdGordon on January 17, 2013, 05:55:02 AM
.../...
all that works for me....
THAT kept me thinking......................!!

(Thanks for closing the bug report too...)

Good news are : I'll keep my hands off tweaking for a while now... wouldn't be sane...
Logged
>>ports: >Cowon D2, Sansa Clip+ & Clip Zip, >Android: Samsung Galaxy SII & Motorola Defy MB525 (both ok with build 4aa32fb-131023)
>>(Previous) Android: Samsung Galaxy SI (rb worked well)
>>Misc: Archos XS202, iRiver imp550 & imp350, Sony MZ-RH1, Shure SE530

Offline steak

  • Member
  • *
  • Posts: 104
Re: radio screen bug
« Reply #5 on: January 17, 2013, 01:57:48 PM »
Quote from: steak on January 16, 2013, 05:24:27 AM
This
Code: [Select]
%s%ac%Tn
displays "no tag"
This "no tag" stuff was from my sbs status bar (maybe not exactly what should be called "status bar")... Had the player been in music mode, this would have been the "next song" tag

I'll have to read the manual again (and again, and again...) to understand how status bar is displayed accross wps, sbs and fms screens (and more, and more...)

Dear Bluebrother if you read this, may I suggest you to change your signature from :
"Please read the manual" into :
 "Please read the manual, then read it again"
Mmmmh, maybe not, some guys would think that's a bit too much... miserable creatures like I was...

I'm going to have to listen to a lot of good music to heal my shame.

Regards everyone
Logged
>>ports: >Cowon D2, Sansa Clip+ & Clip Zip, >Android: Samsung Galaxy SII & Motorola Defy MB525 (both ok with build 4aa32fb-131023)
>>(Previous) Android: Samsung Galaxy SI (rb worked well)
>>Misc: Archos XS202, iRiver imp550 & imp350, Sony MZ-RH1, Shure SE530

Offline steak

  • Member
  • *
  • Posts: 104
Re: radio screen bug
« Reply #6 on: January 18, 2013, 02:56:31 PM »
Quote from: JdGordon on January 16, 2013, 07:40:44 PM
open a bug for it, I don't know why you tihnk filing a bug implies anything more than someone has found a bug.
Forgot that one :
Because filing a bug comes up as "Open a new task" instead of "File a new bug"

I humbly thought I was not fit for opening a task in which I was not going to be involved.
Logged
>>ports: >Cowon D2, Sansa Clip+ & Clip Zip, >Android: Samsung Galaxy SII & Motorola Defy MB525 (both ok with build 4aa32fb-131023)
>>(Previous) Android: Samsung Galaxy SI (rb worked well)
>>Misc: Archos XS202, iRiver imp550 & imp350, Sony MZ-RH1, Shure SE530

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  radio screen bug [SORTED]
 

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

Page created in 0.068 seconds with 15 queries.