@ VICTORSJG
startcode in "eBookSimMain800.xml" <function id="setView" params="app"> should look like this:
Code:
case "Fiverow" : {
kbook.autoRunRoot.getSoValue = _Core.system.getSoValue;
kbook.autoRunRoot.hasNumericButtons = _Core.config.compat.hasNumericButtons;
this.MAIN.EINK.VIEW.setURI("../addons/Fiverow/fiverow.xml");
break;
}