This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#12320 - need substitute to /.rockbox/skin_buffer_size.txt
Attached to Project:
Rockbox
Opened by Sadurní (sadur) - Friday, 07 October 2011, 17:24 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Monday, 14 November 2011, 12:31 GMT+2
Opened by Sadurní (sadur) - Friday, 07 October 2011, 17:24 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Monday, 14 November 2011, 12:31 GMT+2
|
DetailsSince version r30718 "Revert r30599 "Check for the magic file "/.rockbox/skin_buffer_size.txt" my WPS is not loading again. With the last changes to buflib my WPS didn't work until I've used "/.rockbox/skin_buffer_size.txt" to load my WPS that is 47.2KB in size ("system > rockbox info > skin buffer usage").
Is there a way to fit my WPS on the buffer? (My theme is BigInfoAA on the Themes page) At the moment, I switch it back to r30717. |
This task depends upon
Closed by Jonathan Gordon (jdgordon)
Monday, 14 November 2011, 12:31 GMT+2
Reason for closing: Fixed
Additional comments about closing: proper fix should be in svn in the next day or two
Monday, 14 November 2011, 12:31 GMT+2
Reason for closing: Fixed
Additional comments about closing: proper fix should be in svn in the next day or two
edit: the next biggest allocation is apps/gui/skin_engine/skin_parser.c:1851 but even that is barely 2k (on cabbie), and this is an easier one to convert to buflib but even that is pointless
enable the debug line in libs/skin_engine/skin_buffer.h
Thanks.