![]() |
2011-03-23
, 03:09
|
Posts: 958 |
Thanked: 483 times |
Joined on May 2010
|
#31
|
![]() |
2011-03-23
, 15:37
|
Posts: 466 |
Thanked: 661 times |
Joined on Jan 2009
|
#32
|
[2|user@Nokia-N900|~/MyDocs/Downloads/freemind]export JAVA_HOME=/opt/ejre1.6.0_21/ [2|user@Nokia-N900|~/MyDocs/Downloads/freemind]sh freemind.sh
The Following User Says Thank You to jackburton For This Useful Post: | ||
![]() |
2011-03-23
, 20:02
|
Posts: 4 |
Thanked: 4 times |
Joined on Feb 2011
|
#33
|
find /opt/maemo/usr/share/hivemind/ -name '*.pyo' | sudo xargs rm
![]() |
2011-03-23
, 21:49
|
Posts: 958 |
Thanked: 483 times |
Joined on May 2010
|
#34
|
The speed is fine once the app is fully loaded.
Java for N900 has been available for awhile now. The file I have is ejre-1_6_0_21-fcs-b09-linux-arm-vfp-eabi-min-27_sep_2010.ar.gz.
Search the forums for more details.
I think this is the direct link:
http://www.oracle.com/technetwork/ja...sp-135769.html
Get the ARMv7 Linux - Headful version.
I extracted mine to /opt. Java is in /opt/ejre/bin/java. You may need to add execute bits to the binaries in bin using chmod.
Then download freemind and extract it. I have it in /home/user/MyDocs/Downloads/freemind. Open terminal and set JAVA_HOME and then 'sh freemind.sh'.
Code:[2|user@Nokia-N900|~/MyDocs/Downloads/freemind]export JAVA_HOME=/opt/ejre1.6.0_21/ [2|user@Nokia-N900|~/MyDocs/Downloads/freemind]sh freemind.sh
![]() |
2011-03-23
, 21:55
|
Posts: 958 |
Thanked: 483 times |
Joined on May 2010
|
#35
|
2 droll
This is a quite bogus problem. We think that there are some problems with the pyo files precompiled against different version of PySide library. You can try to remove the pyo files that came along with HiveMind. To do this run:
Please try this if you are still interested and let me know whether it works or not. We are currently working to eliminate runtime segfaults in the upcoming release 0.4.2.Code:find /opt/maemo/usr/share/hivemind/ -name '*.pyo' | sudo xargs rm
![]() |
2011-03-23
, 22:20
|
Posts: 466 |
Thanked: 661 times |
Joined on Jan 2009
|
#36
|
thanks. which version of freemind? i'm assuming the debian one? then i extract the deb file using tar? i've managed to install java and tested it. so the runtime environment is ready.
![]() |
2011-03-23
, 22:28
|
Posts: 5,795 |
Thanked: 3,151 times |
Joined on Feb 2007
@ Agoura Hills Calif
|
#37
|
![]() |
2011-03-23
, 23:21
|
Posts: 466 |
Thanked: 661 times |
Joined on Jan 2009
|
#38
|
Hivemind works perfectly for me, and it is much better than Freemind because it's made for the N900 environment. However, I'm not sure why you are having this problem.
![]() |
2011-03-24
, 10:48
|
Posts: 138 |
Thanked: 103 times |
Joined on Jan 2010
@ Southern Germany
|
#39
|
I haven't used hivemind itself. The thing I like about Freemind is that I can open the same file on my desktop from the N900. I can connect in mass storage mode and edit the file right there on my desktop. No need to 'sync'. Does hivemind have a desktop equivalent?
I'm open to "the right tool for the job" always.
![]() |
2011-03-24
, 13:34
|
Posts: 4 |
Thanked: 4 times |
Joined on Feb 2011
|
#40
|
The Following User Says Thank You to vamonster For This Useful Post: | ||