Notices


Reply
Thread Tools
Posts: 299 | Thanked: 241 times | Joined on Oct 2009 @ Singapore
#11
I'd guess you are missing the sqlite library. You might want to try apt-get -install libsqlite3-0. You might have to have root privileges to do this.

On Fremantle, I can type the following:

/usr/bin/sqlite -version

which will return the version which is installed. In my case it is, 3.6.14, but anything starting with a 3 should be ok AFAIK. Maybe attila77 can provide some guidance on this as he seems to have it running on his device?

I'll try to implement support for the Q: and A: style of formatting with the next update.
__________________
My Maemo Apps:
QTeachMe
- Flashcard app
MobiTifo (which was formerly known as QSportsEvent) - Sports leagues tracking (mainly football).
 

The Following User Says Thank You to magnuslu For This Useful Post:
Addison's Avatar
Posts: 3,811 | Thanked: 1,150 times | Joined on Oct 2007 @ East Lansing, MI
#12
Yep, I don't have sqlite. Poopers.

I never seem to have any luck with dependency issues and hate being a drag on others having to constantly ask questions on such trivial things.

Anyway,
http://repository.maemo.org/pool/diablo/free/s/sqlite3/

An error occurred while processing your request.

Reference #97.d25fb1cd.1268588685.8ec7287

Code:
[1|user@Nokia-N800-43-7|~]root
[1|root@Nokia-N800-43-7|~]apt-get -install libsqlite3-0
E: Command line option 'i' [from -install] is not known.
Stupid tablet.

Give up on me while you still have the chance.
 
Posts: 299 | Thanked: 241 times | Joined on Oct 2009 @ Singapore
#13
So embarassing... It should be:

apt-get install libsqlite

Not '-install'...
__________________
My Maemo Apps:
QTeachMe
- Flashcard app
MobiTifo (which was formerly known as QSportsEvent) - Sports leagues tracking (mainly football).
 

The Following User Says Thank You to magnuslu For This Useful Post:
Addison's Avatar
Posts: 3,811 | Thanked: 1,150 times | Joined on Oct 2007 @ East Lansing, MI
#14
Okay. Now I'm at this unhappy place.

Code:
[1|root@Nokia-N800-43-7|~]apt-get install libsqlite3-0
Reading package lists... Done
Building dependency tree
Reading state information... Done
libsqlite3-0 is already the newest version.
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
  fceu: Depends: libc6 (>= 2.6-1) but 2.5.0-1osso10 is to be installe d
        Depends: libgcc1 (>= 1:4.2-20070516) but 1:3.4.4cs2005q3.2-5. osso8 is to be installed
        Depends: libsdl1.2debian (>= 1.2.10-1) but it is not installa ble
        Depends: zlib1g (>= 1:1.2.3.3.dfsg-1) but 1:1.2.3-9.osso8 is to be installed
  osso-software-version-rx34: Depends: kernel-diablo-flasher (= 2.6.2 1-200842maemo1) but 2.6.21-200835maemo1rotation is to be installed
                              Depends: xserver-xomap (= 1:1.3.99.0~gi t20070321-0osso20083801) but 1:1.3.99.0~git20070321-0osso20083101rota tion is to be installed
  skippy-xd: Depends: libimlib2 but it is not going to be installed
             Depends: libxmu6 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Code:
[1|user@Nokia-N800-43-7|~]/usr/bin/sqlite -version
-bash: /usr/bin/sqlite: No such file or directory
[1|user@Nokia-N800-43-7|~]root
[1|root@Nokia-N800-43-7|~]/usr/bin/sqlite -version
-bash: /usr/bin/sqlite: No such file or directory
I checked and /usr/bin/ goes from sort to ssh alphabetically, there's no sqlite inbetween.

I do have this though.


This is fun! *lol*

Last edited by Addison; 2010-03-14 at 22:38. Reason: added screenie
 
Posts: 299 | Thanked: 241 times | Joined on Oct 2009 @ Singapore
#15
I'm running out of ideas, but you may want to try these two packages as well:

apt-get install libqt4-sql
apt-get install libqt4-sql-sqlite

/Magnus
__________________
My Maemo Apps:
QTeachMe
- Flashcard app
MobiTifo (which was formerly known as QSportsEvent) - Sports leagues tracking (mainly football).
 

The Following User Says Thank You to magnuslu For This Useful Post:
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#16
Originally Posted by magnuslu View Post
I'm running out of ideas, but you may want to try these two packages as well:

apt-get install libqt4-sql
apt-get install libqt4-sql-sqlite

/Magnus
I would say these are needed... I had them already installed due to another package (PyQt), so didn't notice this dependency. No need for any sqlite package install manually, the qt dep will pull in all that is necessary.
__________________
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc
 

The Following User Says Thank You to attila77 For This Useful Post:
Addison's Avatar
Posts: 3,811 | Thanked: 1,150 times | Joined on Oct 2007 @ East Lansing, MI
#17
Nuts.

Code:
[1|user@Nokia-N800-43-7|~]root
[1|root@Nokia-N800-43-7|~]apt-get install libqt4-sql
Reading package lists... Done
Building dependency tree
Reading state information... Done
libqt4-sql is already the newest version.
libqt4-sql set to manual installed.
Code:
[1|root@Nokia-N800-43-7|~]apt-get install libqt4-sql-sqlite
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run `apt-get -f install' to correct these:
This one didn't say too much. The apt-get -f install suggestion had nothing to do with sqlite. It only brought up fceu, kernal rotation and skippy, which is other junk I had trouble installing some time ago.

It's okay if we just stop this whole thing right here. No need to make eachother suffer like this anymore.
 
Posts: 177 | Thanked: 39 times | Joined on Dec 2009 @ China
#18
Originally Posted by magnuslu View Post
Feel free to try out Qteachme from the extras-devel repository. It is not Anki, but it should be able to load Anki files (if it doesn't, let me know).

Anyway, I don't want to hijack this thread any further, so please post any questions, issues, suggestions, complaints, praise, ... on Qteachme on its own thread. It is actively supported at the moment, so I will listen to feedback.
Hey, I tried it a couple times but found that it exits on its own a bit too often for practical use. don't know when exactly, I'll try and pinpoint the times. I found your pre-made cards very convenient (as you know from the other thread I'm studying Chinese so it's perfect) but it's just not stable yet. The only reason I love Anki so much is that it had the decks you can download for it. If Qteachme gets more stable I'll definitely be using it instead...thanks for the good work nonetheless!!
 
Posts: 159 | Thanked: 27 times | Joined on Sep 2009 @ Toronto
#19
Where should i download the flashcards from?

I want to learn german
__________________
Habib Q
http://www.flickr.com/photos/evil_m0nkey/
http://habibqureshi.tumblr.com/

Everytime you don't click on my blog, I kill a kitten
 
Posts: 30 | Thanked: 3 times | Joined on Feb 2010
#20
so, i was referred here from the anki thread. i don't have the link as i am on my n900. i would like to know if the qteachme software implements spaced repetition, and if it has any desktop version.
 
Reply


 
Forum Jump


All times are GMT. The time now is 09:27.