Forum: Community
2010-02-19, 11:42
|
Replies: 220
Views: 57,022
|
Forum: Maemo 5 / Fremantle
2010-02-17, 20:55
|
Replies: 1,455
Views: 509,517
|
Forum: Nokia N900
2010-02-12, 15:30
|
Replies: 66
Views: 26,888
|
Forum: Development
2010-02-12, 15:17
|
Replies: 21
Views: 16,218
|
Forum: Nokia N900
2010-02-11, 00:19
|
Replies: 4
Views: 1,296
|
Forum: Applications
2010-02-10, 13:02
|
Replies: 52
Views: 9,710
|
Forum: Maemo 5 / Fremantle
2010-02-09, 23:12
|
Replies: 70
Views: 27,407
Re: NDS emu request
Your best bet for speed is someone with OpenGL ES knowledge. As it is now, the CPU is trying to balance emulating two processors and all the rendering. I'd contact the developer first though as he'll...
|
Forum: Applications
2010-02-09, 22:52
|
Replies: 52
Views: 9,710
Re: [Request] N900 Bluetooth Identifier
I had the same issue as above, so I trimmed the whitespace and took the line breaks out and it works.
#!/bin/bash
a=`hcitool scan --class | awk '/BD Address/ {print substr($3,0,8)}' | grep...
|
Forum: Maemo 5 / Fremantle
2010-02-09, 12:30
|
Replies: 1
Views: 1,153
|
Forum: Applications
2010-02-08, 14:01
|
Replies: 52
Views: 9,710
|
Forum: Maemo 5 / Fremantle
2010-02-05, 20:15
|
Replies: 126
Views: 43,916
|
Forum: Nokia N900
2010-02-04, 13:28
|
Replies: 66
Views: 26,888
|
Forum: Nokia N900
2010-02-04, 03:41
|
Replies: 66
Views: 26,888
|
Forum: Development
2010-02-01, 21:59
|
Replies: 5
Views: 1,865
|
Forum: Applications
2010-01-28, 22:56
|
Replies: 46
Views: 27,133
Re: Pidgin - Facebook chat plugin
This (http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/Packaging%2C_Deploying_and_Distributing#Sections) might help explain why libraries and some other packages don't show up in the...
|
Forum: Applications
2010-01-25, 19:35
|
Replies: 46
Views: 27,133
Re: Pidgin - Facebook chat plugin
apt-get install libjson-glib-1.0-0 That will install libjson and save all the messing around.
http://maemo.org/packages/ is a good place to see what's available in the repositories.
|
Forum: Maemo 5 / Fremantle
2010-01-25, 18:09
|
Replies: 70
Views: 27,407
|
Forum: Maemo 5 / Fremantle
2010-01-25, 15:00
|
Replies: 70
Views: 27,407
Re: NDS emu request
The version number from the details would help me work out how desmume updated without being in the repositories, but it's not important. As for development, there's been no progress because I'm not...
|
Forum: Games
2010-01-25, 13:43
|
Replies: 7
Views: 3,349
Re: Game Repository
I've just tried generating my own install files and got the same result. Even after having a thorough read through the documentation here (http://hildon-app-mgr.garage.maemo.org/install-devel.html)....
|
Forum: Maemo 5 / Fremantle
2010-01-24, 20:23
|
Replies: 70
Views: 27,407
Re: NDS emu request
Could you check the package details for the installed version?
Application Manager -> Uninstall -> desmume -> Details
or
dkpg -l | grep desmume
|
Forum: Games
2010-01-24, 19:39
|
Replies: 7
Views: 3,349
Re: Game Repository
Reprepro suits my needs. I find this (http://ianlawrence.info/random-stuff/setting-up-a-personal-debian-repository) covers the basics of configuring it.
These are the contents of extras.install...
|
Forum: Development
2010-01-23, 20:38
|
Replies: 11
Views: 2,632
Re: Proposal: Application Porting Group
If you're running Linux already you could install the SDK (http://www.forum.nokia.com/Tools_Docs_and_Code/Tools/Platforms/Maemo/) and have a read through Jebba's package building howto...
|
Forum: Nokia N900
2010-01-21, 20:24
|
Replies: 66
Views: 26,888
|
Forum: Maemo 5 / Fremantle
2010-01-21, 15:20
|
Replies: 70
Views: 27,407
Re: NDS emu request
Do you know which repository the desmume update came from? I'm not seeing a desmume package on maemo.org/packages.
|
Forum: Maemo 5 / Fremantle
2010-01-20, 23:27
|
Replies: 70
Views: 27,407
Re: NDS emu request
apt-get install libgl1
Might be easier.
One GUI is just GTK (desmume in a terminal), the other is Glade (desmume-glade). There's also desmume-cli from the command line.
There are few...
|