View Single Post
Old 09-25-2024, 04:11 PM   #15
EastEriq
Groupie
EastEriq can program the VCR without an owner's manual.EastEriq can program the VCR without an owner's manual.EastEriq can program the VCR without an owner's manual.EastEriq can program the VCR without an owner's manual.EastEriq can program the VCR without an owner's manual.EastEriq can program the VCR without an owner's manual.EastEriq can program the VCR without an owner's manual.EastEriq can program the VCR without an owner's manual.EastEriq can program the VCR without an owner's manual.EastEriq can program the VCR without an owner's manual.EastEriq can program the VCR without an owner's manual.
 
Posts: 199
Karma: 195502
Join Date: Jan 2018
Device: Cybook Orizon, PocketBook Touch HD
Miscellaneous observations:
  1. there are alsto DRMd pdfs to be considered;
  2. /ebrmain/config/extensions.cfg contains this line:
    Code:
    acsm:@ACSM_file:1:eink-reader.app:ICON_ACSM
  3. Code:
    for f in `ls /ebrmain/cramfs/bin/*.app`; do strings  $f | grep extensions.cfg  ; done
    tells me that the string extensions.cfg is in none of the .app files (which contain anyway many global.cfg, as well as other .cfg files)
EastEriq is offline   Reply With Quote