Reply
Thread Tools
Posts: 317 | Thanked: 787 times | Joined on Oct 2009 @ Krakow, Poland
#61
The new keyboard support in last update is very cool. You can swipe between input methods (regular keyboard <-> Swype) by swiping on keyboard area from the edge of screen.

Also in Swype mode you can access browsing keyboard (which has arrows, pgdn, pgup, home, end, etc.) by dragging the lower left button slightly to right. Quite useful.
 

The Following 6 Users Say Thank You to dwaradzyn For This Useful Post:
mece's Avatar
Posts: 1,111 | Thanked: 1,985 times | Joined on Aug 2009 @ Åbo, Finland
#62
A super annoying problem with grob is that there's no "Save link as" option and it won't download files with unsupported mimetypes.

As a workaround you can just push the mimetype the browser complains about to
/usr/share/applications/mimeinfo.cache
that way when you click it in browser it will download to /home/user/MyDocs/Downloads/

like so:
Code:
devel-su
echo "application/x-msdos-program=meego-terminal.desktop" >> /usr/share/applications/mimeinfo.cache
Perhaps there's a better way, dunno.
it also works to just put the mimetype there without the target, but that might cause problems i suppose.

EDIT: To make it work properly you can also add the mimetype to the proper target desktop file. For example I added
application/debian-package=installui.desktop
to mimeinfo.cache and also to the MimeType list in installui.desktop. Works.
__________________
Class .. : Meddler, Thread watcher, Developer, Helper
Humor .. : [********--] Alignment: Pacifist
Patience : [*****-----] Weapon(s): N900, N950, Metal music
Agro ... : [----------] Relic(s) : N95, NGage, Tamyia Wild One

Try Tweed Suit for your hardcore twittering needs
http://twitter.com/mece66
I like my coffee black, like my metal.

Last edited by mece; 2011-11-06 at 14:29.
 

The Following 6 Users Say Thank You to mece For This Useful Post:
Posts: 317 | Thanked: 787 times | Joined on Oct 2009 @ Krakow, Poland
#63
The PR1.1 removed SSH root access, but made 'aegis-developer-mode --relaxed-exec' thing work as it should be from the beginning. I tried to restore the SSH root access by editing /etc/init/ssh.conf which led to a "Device is malfunctioning" state.

Because it took me by surprise and I was unprepared I had no backup at the time. This was the time to try Meego CE to access the files. I actually managed to boot Meego CE kernel and rescue initrd using the files and instructions that you can find here:
http://jon.severinsson.net/NemoN9/Ne...structions.txt

Of course after I had access to all partitions I did not backup but instead I tried to hack my way to have root access again. Well aegis was there protecting the device from me being evil and I ended up having to reflash the device...
 

The Following 4 Users Say Thank You to dwaradzyn For This Useful Post:
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#64
Aegis was not protecting the device from you being evil. Aegis was there just biting the hand of its owner, like a mad dog.
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!
 

The Following 2 Users Say Thank You to qole For This Useful Post:
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#65
Originally Posted by ajalkane View Post
life without Terminal and ssh would be pointless.
Pointless indeed.

Why is Nokia dragging its heels with releasing the PR1.1 kernel?
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!
 

The Following User Says Thank You to qole For This Useful Post:
www.rzr.online.fr's Avatar
Posts: 1,348 | Thanked: 1,863 times | Joined on Jan 2009 @ fr/35/rennes
#66
Hi,

Have you seen that fuse was published at :

http://harmattan-dev.nokia.com/pool/...3/free/f/fuse/


I planed to use sshfs but I did not manage to use it yet :

http://rzr.online.fr/q/fuse
__________________
Current obsession:

https://purl.org/rzr/abandonware

Please help to list all maemo existing apps :

https://github.com/abandonware/aband...ment-578143760

https://wiki.maemo.org/Apps#

I am looking for " 4 inch TFT LCD display screen " for Nokia n950 HandSet

http://rzr.online.fr/q/lcd


Also, I need online storage to archive files :

http://db.tt/gn5Qffd6#

https://my.pcloud.com/#page=register...e=g8ikZmcfEJy#
 

The Following User Says Thank You to www.rzr.online.fr For This Useful Post:
jflatt's Avatar
Posts: 534 | Thanked: 723 times | Joined on Oct 2009
#67
Real Golf 2011 when copied over from an N9 doesn't seem to work. Output on the console says
Code:
DeviceName: N950
which makes me believe it is searching for a specific device. This name is derived from QSystemDeviceInfo::model, which results in a dbus message, maybe it's possible to fake it?
 

The Following User Says Thank You to jflatt For This Useful Post:
jflatt's Avatar
Posts: 534 | Thanked: 723 times | Joined on Oct 2009
#68
Here's how to get Real Golf 2011 on the N950:

Log in as root
Code:
devel-su
First you need to add the N9 repo to your apt sources, the originals are stored in
Code:
/etc/apt/sources.list.d/aegis.ssu-keyring-dadd.list
you should be able to do
Code:
cd /etc/apt/sources.list.d/
cat aegis.ssu-keyring-dadd.list | grep rm680 > n9.list
Then edit the n9.list, and change the end of the line from
Code:
rm680
to
Code:
001
Then you should be able to refresh your apt sources and install the package
Code:
apt-get update
apt-get install realgolf2011
If you were to run it from here, it will check your device properties and deny you since you're on different hardware, so we need the sysinfod daemon to report back as an N9. Luckily the sysinfod caches it's results to a file we can edit, we just need to make it writable
Code:
chmod +w /var/cache/sysinfod/values
Then edit the file
Code:
/var/cache/sysinfod/values
Change the first two lines of values, which originally will be N950 and RM-680 to look like the N9 instead
Code:
/component/product-name=N9
/component/product=RM-696
After this you can run the game as user. You probably want to run it from the terminal for a while, until any apparent bugs get found and resolved
Code:
/opt/realgolf2011/bin/RealGolf2011
One such issue I've seen is it will complain about the graphics drivers, you need to add some parameters to the driver. Create a new file as
Code:
/etc/powervr.d/RealGolf2011.ini
And add the following info to the file
Code:
[default]
ParamBufferSize=4194304
I've played it a bit, and it seems to be working, if you see any issues crop up, be sure and post it here and someone might be able to find a workaround. And be sure to return your changes back, especially the repo, you don't want to inadvertently install any other packages. You can add a '#' in front of the repo deb listing to comment it out.
 

The Following 5 Users Say Thank You to jflatt For This Useful Post:
lkravovicz's Avatar
Posts: 132 | Thanked: 148 times | Joined on Mar 2007 @ Tallinn, Estonia
#69
Originally Posted by jflatt View Post
Here's how to get Real Golf 2011 on the N950:
wow good job! i wonder if the same procedure could be applied to get skype ui on the n950?
 

The Following User Says Thank You to lkravovicz For This Useful Post:
jflatt's Avatar
Posts: 534 | Thanked: 723 times | Joined on Oct 2009
#70
Originally Posted by lkravovicz View Post
wow good job! i wonder if the same procedure could be applied to get skype ui on the n950?
Yes, the package name is account-plugin-skype. I haven't seen it on the N9, but it seems the UI piece is just Contacts, with the list limited to those contacts with skype accounts. Chatting looks the same as messaging but with a different set of emoticons
 

The Following 2 Users Say Thank You to jflatt For This Useful Post:
Reply


 
Forum Jump


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