Hi,
I am able to put the app's icon on the home page layout, but when I restart it disappears... I have been poking around and in views.json and apps.json there are some hints hot to add user apps permanently, but for the life of me I can't make it work. I was able to remove icons I don't need on homepage and by making views.json read only, that way a restart won't overwrite it.
Tried messaging support, after much struggling I got this:
Code:
Below you can find examples, of how it should look:
Section "applications":
"end."
],
"U_UserApplication": {
"path": "applications/user_app.app",
"title": "Title user application"
}
Section "view":
"PB_Snake"
]
},
{
"title": "My apps",
"sort": "title",
"apps": [
"U_UserApplication"
]
}
But I still can't make it work, would love to have spare the entering into Settings menu, scrolling down and starting up koreader app to just having it on the Home screen.