Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle > Kindle Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 07-30-2017, 09:13 AM   #76
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
One reference on this rather obscure subject:
https://sourceware.org/binutils/docs...#File-Commands
knc1 is offline   Reply With Quote
Old 07-30-2017, 09:25 AM   #77
nasser
Evangelist
nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.
 
nasser's Avatar
 
Posts: 475
Karma: 445678
Join Date: Feb 2010
Device: Too many..
Taskwarrior(v2.5.1) and Task Shell(v1.2.0) - KUAL Package!

Spoiler:
I'm still puzzling over how to somehow shoehorn them into working on the PW1. That may be a long journey. So I'm releasing the existing files which will work on newer models.


Website: https://taskwarrior.org. Go here for documentation, demos and tutorials.

Description (from the website):
Taskwarrior manages your TODO list from your command line. It is flexible, fast, efficient, unobtrusive, does its job then gets out of your way.
Taskwarrior scales to fit your workflow. Use it as a simple app that captures tasks, shows you the list, and removes tasks from that list. Leverage its capabilities though, and it becomes a sophisticated data query tool that can help you stay organized, and get through your work.

Versions:
Taskwarrior: 2.5.1
Task Shell(tasksh): 1.2.0

Package zip attached: task-2.5.1_tasksh-1.2.0_kual_package.zip

Working Status on Kindles:
WILL NOT WORK currently, on PW1 and earlier models (tested on PW1).
MAY work on some later models of PW2 (not tested).
WILL work on PW3, KT3 (tested OK).
SHOULD work on KT2, KV, KOA (not tested).

Instructions:
- Unzip the package with directories intact, into /mnt/us/extensions/
- Run KUAL and select the Taskwarrior button. This will load various paths and start kterm.
- For running taskwarrior, enter 'task'
- For running the interactive task shell, enter 'tasksh'. Type quit/exit to go back

Files:
- Depending on the Kindle framework version, some of the files in the lib/ folder may be redundant. If needed, they can be removed by a trial and error test.
- The configuration file - .taskrc - resides in the bin/ folder. This can be modified for changing the behaviour as well as for setting up syncing between multiple instances (see below).
- The data files reside in the bin/.task folder.

Syncing:
Taskwarrior can run on Windows, Linux, Android and now, Kindles!
The data can be synced between multiple instances on different devices. These can be of the same user or of multiple users(working in a team project, for example).
For syncing, a task server can be set up - see website for details.
Or else, a free syncing service is available at https://freecinc.com. Go to this site and follow the easy set up instructions. WARNING: Do not use this method if your data is of a confidential/personal/sensitive nature!
Attached Files
File Type: zip task-2.5.1_tasksh-1.2.0_kual_package.zip (2.39 MB, 223 views)

Last edited by nasser; 08-29-2017 at 09:48 AM.
nasser is offline   Reply With Quote
Advert
Old 07-30-2017, 01:30 PM   #78
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
More on symbol handling

Sorry to hyjack the thread, but since we have so much on this subject already embedded here . . .
Lab126 left reference copies (from the lenaro toolchain) of the version scripts in the system image of 5.8.2 (isn't that the one where they include the wrong u-boot in the image also?).

Ref: LD version scripts (howto read them):
https://sourceware.org/binutils/docs...version-script

And an example:
Code:
GLIBC_2.4 {
  global:
    dladdr1; dlinfo;
    dladdr; dlclose; dlerror; dlopen; dlsym;
    dlmopen;
    dlopen; dlvsym;
  local:
    *;
};
GLIBC_PRIVATE {
  global:
    _dlfcn_hook;
} GLIBC_2.4;
And all of them that Lab126 forgot to remove before shipping the image are attached here:
Attached Files
File Type: gz 5.8.2_pic.map.tar.gz (14.9 KB, 230 views)
knc1 is offline   Reply With Quote
Reply

Tags
extensions, kterm, kual, launcher add-ons, launcher extension, task, taskwarrior


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
kual: kterm -e myapp.sh peepo Kindle Developer's Corner 7 02-25-2013 10:00 AM
Sigil requires OpenCL? gassville Sigil 13 02-07-2013 07:42 PM
PRS-T1 PRS-T1 Requires OS 10.7 on Mac ?! Jane12 Sony Reader 17 10-05-2011 08:11 PM
why ebook-convert requires x11? jose1711 Recipes 2 06-12-2011 05:12 AM
Does epub on 505 requires formatting? lovemov Sony Reader 11 04-02-2009 10:44 AM


All times are GMT -4. The time now is 06:01 PM.


MobileRead.com is a privately owned, operated and funded community.