Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Readers > Kobo Reader > Kobo Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 07-26-2013, 08:42 AM   #1
met67
Connoisseur
met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.
 
Posts: 78
Karma: 165868
Join Date: Jan 2012
Device: Nook Touch
Running strace on Kobo

I've been asked more info on how I run strace on Kobo to gather infos on nickel (see here), so I'll open a new, dedicated, thread.

In order to run strace, you need to have telnet/ftp or ssh access to your kobo, you can find more info on this several threads here in MobileRead.

First step is to download strace.zip from this post and extract the strace executable from the archive.

Next put strace in your Kobo, e.g. in /root (you can use ftp for this).

Now you must flag the command as executable, by using this command from telnet:
Code:
chmod +x /root/strace
In order to use strace, you must launch a new executable or attach to a running process. Since nickel should be already running on your Kobo, you can find its pid with the 'ps' command:
Code:
ps | grep nickel
Suppose that the process id of nickel is 510, you can run strace on it with
Code:
/root/strace -p 510
If you are interested only in file operations, you can use the '-e' option of strace like this:
Code:
/root/strace -e trace=file -p 510
strace has a lot of other options, you can find them in its man page

Hope this helps.
met67 is offline   Reply With Quote
Old 07-26-2013, 10:31 AM   #2
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
PeterT's Avatar
 
Posts: 12,154
Karma: 73448616
Join Date: Nov 2007
Location: Toronto
Device: Nexus 7, Clara, Touch, Tolino EPOS
Many Thanks. I've added this info to the post I'm maintaining on hacks and tools.
PeterT is offline   Reply With Quote
Advert
Old 07-26-2013, 12:14 PM   #3
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
Does this work for FW 2.6+?
tshering is offline   Reply With Quote
Old 07-26-2013, 12:46 PM   #4
met67
Connoisseur
met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.
 
Posts: 78
Karma: 165868
Join Date: Jan 2012
Device: Nook Touch
Quote:
Originally Posted by tshering View Post
Does this work for FW 2.6+?
I've used this on 2.8.1, but I don't see any reason why it shouldn't work on earlier fw.
met67 is offline   Reply With Quote
Old 07-26-2013, 12:54 PM   #5
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
Thank you for the reply. I thought it might work only on FW prior to 2.6.
Edit: I see, this concerns only progs that work together with nickel or use qt libraries.

Last edited by tshering; 07-26-2013 at 01:22 PM.
tshering is offline   Reply With Quote
Advert
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Glo Kindlepdfviewer running on Kobo Glo! giorgio130 Kobo Developer's Corner 148 01-05-2014 01:50 AM
Help on Running Kobo Desktop in Wine Brianrh Kobo Reader 0 10-05-2012 04:01 AM
Running Kobo Desktop V3 in Wine on Linux Brianrh Kobo Reader 10 07-31-2012 01:28 PM
Google Market running on Kobo Vox danifunker Kobo Tablets 122 02-24-2012 07:56 AM
silk browser running on kobo vox mr_nobody Kobo Tablets 4 01-06-2012 11:37 PM


All times are GMT -4. The time now is 12:52 PM.


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