![]() |
2011-09-24
, 11:41
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#42
|
![]() |
2011-09-25
, 11:12
|
Posts: 318 |
Thanked: 735 times |
Joined on Oct 2009
|
#43
|
![]() |
2012-01-01
, 20:54
|
Posts: 6 |
Thanked: 0 times |
Joined on Jan 2012
@ germany
|
#44
|
![]() |
2012-01-01
, 22:28
|
|
Posts: 722 |
Thanked: 1,223 times |
Joined on Apr 2010
@ USA
|
#45
|
Hey guys,
I am so happy, that a wolfram alpha app for harmattan does exist. But on my N9 it isn't working: I can start the app and insert text into the textfield (sin(x) etc.), but then the computing-symbol appears a short time and nothing happens. :-(
Additionally the app is twisted 90° every time.
Help me, please!! :-( What information can I provide, that are helpful?
Thanks,
Maja
The Following User Says Thank You to fcrochik For This Useful Post: | ||
![]() |
2012-02-12
, 21:32
|
Posts: 6 |
Thanked: 0 times |
Joined on Jan 2012
@ germany
|
#46
|
![]() |
2012-05-03
, 17:02
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#47
|
char apikey[20]; std::ifstream apifile("/home/user/.wolframalpha/apikey.txt"); apifile >> apikey;
![]() |
2012-06-07
, 14:11
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#48
|
Hi,
for my personal use I modified the source to use my own api key. I did it so:
I've just tested it, after fetching something I got segmentation fault.Code:char apikey[20]; std::ifstream apifile("/home/user/.wolframalpha/apikey.txt"); apifile >> apikey;
Even hardcoding the key (replacing the orig. one) causes the app to crash.
![]() |
2012-06-07
, 14:43
|
Posts: 238 |
Thanked: 131 times |
Joined on May 2011
@ Bulgaria
|
#49
|
Originally Posted by marmistrz
Now it works alright. I don't know what was the cause, but after reflash after the first testing the one with my api key works. Should I upload the modified source? (You'd have to compile manually with ur own api key)
![]() |
2012-06-07
, 18:35
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#50
|
Well done friend,if you do not mind can you explane how to compile manually with ur own api key
dpkg-buildpackage -rfakeroot -sa
The Following User Says Thank You to marmistrz For This Useful Post: | ||
I'm sorry guys.