Notices


Reply
Thread Tools
Posts: 318 | Thanked: 735 times | Joined on Oct 2009
#41
Originally Posted by xkkkx View Post
so is there any progress on this, has the W|A team made any new statements? anyway, I carry on keeping my fingers crossed :-)
Yes, we received some feedback from the W|A team, and they tell us that they are, at the moment, not interested in any development on maemo/meego. Due to the infringment of the Terms and Conditions agreement I can't release any working version.
I'm sorry guys.
 
Posts: 2,154 | Thanked: 8,464 times | Joined on May 2010
#42
So W|A team did not get exception to maemo council?
 
Posts: 318 | Thanked: 735 times | Joined on Oct 2009
#43
Originally Posted by pali View Post
So W|A team did not get exception to maemo council?
No, unfortunately no
 
Posts: 6 | Thanked: 0 times | Joined on Jan 2012 @ germany
#44
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

Last edited by wirwe; 2012-01-01 at 21:42.
 
fcrochik's Avatar
Posts: 722 | Thanked: 1,223 times | Joined on Apr 2010 @ USA
#45
Where did you get it from?

Originally Posted by wirwe View Post
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
__________________

My maemo work:
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
For Harmattan:
GeePS - native UI around google maps - GApp - access to optimized mobile "google apps".
Shutdown - shutdown and reboot with one click - QuickCall - one click call, skypeout and google voice integration using dial tones.
WakeOnLan - wake computers on your local network.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
For Maemo/N900:
GApp - access to optimized mobile "google apps". - MobWebMail: browser optimized to access multiple gmail accounts
MyContacts: 75 Contacts on your desktop, ring tones per group and more - GeePS: native front-end for google maps
Macuco2 : web browser to access web sites optimized for the iphone - WakeOnLan: wake up computers on your local network
dbBrowser: Simple application to browse sqlite databases
 

The Following User Says Thank You to fcrochik For This Useful Post:
Posts: 6 | Thanked: 0 times | Joined on Jan 2012 @ germany
#46
from here: maemo.org/packages/package_instance/view/fremantle_extras-testing_free_armel/wolframalpha/0.1.1/
 
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#47
Hi,
for my personal use I modified the source to use my own api key. I did it so:

Code:
char apikey[20];
std::ifstream apifile("/home/user/.wolframalpha/apikey.txt");
apifile >> apikey;
I've just tested it, after fetching something I got segmentation fault.

Even hardcoding the key (replacing the orig. one) causes the app to crash.
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#48
Originally Posted by marmistrz View Post
Hi,
for my personal use I modified the source to use my own api key. I did it so:

Code:
char apikey[20];
std::ifstream apifile("/home/user/.wolframalpha/apikey.txt");
apifile >> apikey;
I've just tested it, after fetching something I got segmentation fault.

Even hardcoding the key (replacing the orig. one) causes the app to crash.
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)
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 

The Following 2 Users Say Thank You to marmistrz For This Useful Post:
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)
Well done friend,if you do not mind can you explane how to compile manually with ur own api key
 
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#50
Originally Posted by disappear View Post
Well done friend,if you do not mind can you explane how to compile manually with ur own api key
Files are here: http://marmistrz.net63.net/public/wolframalpha/
Adf.ly link: http://adf.ly/9SIDC

Edit line 10 of main.cpp and compile with
Code:
dpkg-buildpackage -rfakeroot -sa
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 

The Following User Says Thank You to marmistrz For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 00:20.