Articles in the Maemo 5 Category
Applications, Featured, Headline, Maemo 5, Software »
Tweet
Check out our new page Funny LOL Pictures (click here) - it brings you daily funny pictures that will make you LOL!
Are you in a liking of chess games? Playing with the AI doesn’t seem as good as playing with real players for you? Then you should totally check out Miniature, an FICS client for Maemo!
Miniature is currently only available at Extras-devel, which means you would want it enabled in your repo list. Don’t worry, that doesn’t mean the game is not good enough for everyday use, I myself have tested many releases and they work perfectly. In case if you need help enabling it, check out this wiki article. Make sure to disable it right after downloading the package though.
Now, Miniature enables you to play games hosted at FICS with thousands of players all across the world and even allows you to play P2P games with people nearby or with people in your contacts list. Registering at FICS is not required, but is recommended, if you want to keep easy track of your own games and stats. Host a game or join one of those already available and you’re ready to dive into a nice game of chess with anyone. And you even have easy to use text chat!
Miniature also holds quite some learning possibilities, as you can watch games already played, view chess lessons and participate in one of the tournaments FICS often holds! In case if you would want to play different kinds of chess, like antichess, Miniature allows that too.
A great client for every chess player, or just somebody who would want a nice game while waiting for the bus to arrive, Miniature is definitely worth checking out.
Tweet
Applications, Featured, Maemo 5, Software »
Tweet
Check out our new page Funny LOL Pictures (click here) - it brings you daily funny pictures that will make you LOL!
Want to read some of your favorite articles on Wikipedia? But what if you don’t have any internet available for some reason? Or maybe you just want to save up money or battery charge for keeping internet connection.
Evopedia will allow you to download an archive of all Wikipedia articles and read them online, optimized for the N900 screen size.
Archives of Wikipedia for many different languages are available. A few Wiktionary archives can be downloaded as well. A demo archive with 999 articles is available under the name “small”.
Note: Most archives take up more than 100 mB of space on your MyDocs, make sure you have space.
As soon as you download the archive(s), you can search for any article from the main screen. Since all archives are stored locally, the search is very fast. Pick any article and it will be opened in your Web application, and easy to read, thanks to optimized view.
One and only problem I had with Evopedia is that most archives are downloaded via BitTorrent, which takes up a lot of system resources and sometimes can be very unresponsive. Maemo’s watchdog reboots the phone in such occasions and this sometimes messes up the file system. In case if you get a problem with MyDocs mounted read-only, run this as root and reboot the phone (don’t worry, you won’t lose any files):
fsck.vfat -a /dev/mmcblk0p1
Apart from that, Evopedia provides a nice and easy way to read Wikipedia articles without having any internet connection whatsoever.
Tweet
Featured, Hacks, Maemo 5 »
Tweet
Check out our new page Funny LOL Pictures (click here) - it brings you daily funny pictures that will make you LOL!
Note: The steps we go through this how-to include modifying low-level system files. Changing the loading bar is done at your risk, do not attempt if you think that you might mess something up or if you don’t understand some parts of this how-to.
Want to make your boot sequence more cooler? Maemo allows you to change the loading bar that appears at startup.
First, we want to go root:
sudo gainroot
Next, backup the files we want to change:
cd /usr/share/icons/hicolor/scalable/hildon
mkdir /home/user/MyDocs/Bar_Backup
cp indicator_update* /home/user/MyDocs/Bar_Backup
Now, for the fun part. Create your own loading bar images. You may use the originals as a base, you would want 8 PNG images with a size of 192×48, alpha-channel is optional. You can look at this custom loading bar set, for example. Name them all as indicator_update?.png, with ? going from 1 to 8, in the order you want the images to appear.
Drop all the images to /usr/share/icons/hicolor/scalable/hildon
cp -f [your images] /usr/share/icons/hicolor/scalable/hildon/
Once done, try rebooting your phone and checking out if all went smoothly.
Enjoy!
Tweet
Applications, Featured, Maemo 5, Software »
Tweet
Check out our new page Funny LOL Pictures (click here) - it brings you daily funny pictures that will make you LOL!
Sometimes you just really need for a certain command to be executed every X minutes. Or maybe you could use something that will notify you to check your bags every hour. Not a problem, Alarmed will help you with that.
Alarmed is a little GUI app that allows you to schedule any sort of event to be done at a certain time, pretty much like cron, an utility well known to every *nix administrator.
Install alarmed:
sudo gainroot
apt-get install alarmed
Once launched, you’ll see a screen with all your currently scheduled events and buttons for creating new events, removing and editing current events.
Creating a new event is simple with a user-friendly interface of Alarmed: press a button, chose what exactly will be done at that event and schedule a time.
Easy and effective, now you don’t need to constantly remind yourself to walk the dog or switch your profile to silent when you’re at a conference.
Tweet
Featured, Games, Headline, Maemo 5, Software »
Tweet
Check out our new page Funny LOL Pictures (click here) - it brings you daily funny pictures that will make you LOL!
Do you like strategy games? Well, then you probably have heard of “The Battle for Wesnoth”, a popular free software turn based strategy game with a strong, Tolkienesque fantasy setting. But did you know that there is a complete port of this PC game for Maemo?
The game is currently available in Extras, you can find it in the Games category.
sudo gainroot
apt-get install wesnoth
Note that the game is pretty large and will consume about 240~ Mb of memory on your /opt Unpacking a large package can also take a lot of time, so make sure you have enough battery charge.
Optionally install the music files. (Not recommended as this will take up 100 Mb more of memory and will slow down the game a bit):
apt-get install wesnoth-music
Once installed, you can launch the game from your applications menu or with
wesnoth
Loading times can be a drag, but apart from that and a few resolution issues with menus, the game is completely playable. Add-ons, Multiplayer, Singleplayer campaigns are all functional. I was able to both finish one of the mainline campaigns and play co-op survival on the official server without any trouble, right with an N900 in my hand.
The Battle for Wesnoth is definitely a game every N900 gamer should take a look at. So install the package and dive into the world of dwarves, elves and orcs!
Tweet
Featured, Hacks, Maemo 5, Uncategorized »
Tweet
Are you in need of special symbols while in X Terminal? Don’t want to bring up the special characters menu all the time? Well, here’s an easy way to customize the special characters line on the bottom of your X Terminal window.
Open up your XTerm and use those commands to modify the characters line:
Note: Run these commands as a regular user, not root.
Modify the key labels:
gconftool-2 -s /apps/osso/xterm/key_labels -t list –list-type=string “[keylabels]“
Replace keylabels with the set of labels you want to use, separated by colons without any whitespaces. You’re free to use any text, just don’t use labels too long. The maximum safe amount of labels you can use is 7, if you use more, they will all go to a side-menu. For example, if we are to add pipe, input and tilde symbols you can use this: Tab,Esc,PgUp,PgDn,|,>,~
Next, set the characters that those labels will correspond to:
gconftool-2 -s /apps/osso/xterm/keys -t list –list-type=string “[character values]“
Replace character values with the corresponding values. You can look up which values respond to which characters by looking at /usr/share/X11/xkb/symbols/nokia_vndr/rx-51 file (do it as a regular user, so you don’t modify it by accident)
If we follow the example for pipe, input and tilde characters, we shall use these values: Tab,Escape,Page_Up,Page_Down,bar,greater,asciitilde
Restart your X Terminal, so the fullscreen button goes where it should go and enjoy!
Tweet
Featured, Headline, Maemo 5 »
Tweet
Tweaks posted here are for advanced users. Any beginners can give it a go, and if any problems occurs feel free to discuss it in the forums.
1. Enabling Hardware Accelerator which would speed up the hildon-desktop ( currently unstable and requires disabling if not working. Might need to reflash in case of reboot loop ).
First using XTerm, run this command
sudo gainroot
leafpad /etc/powervr.d/hildon-desktop.ini
Then change
WSEGL_UseHWSync=0
to
WSEGL_UseHWSync=1
2) Installing Swappolube
sudo gainroot
apt-get install swappolube
Then use proposed values and click store
3) Install tracker-cfg to allow tracker using less CPU power
sudo gainroot
apt-get install tracker-cfg
Launch it and set to lowmemorymode
Any other tips and tricks are welcome. Just leave a comment and we will post it in our upcoming posts
via : Talk Maemo
Tweet
Applications, Maemo 5, Software »
Tweet
As for some N900 users, full fledge browser would come in handy at some points but when it comes to rendering a web full of images and Javascript content may be stressful on the phone and crashing the web browser at some point.
Introducing Web App for the N900.
To make things simple, it is a native app on the N900 that renders the webpage into just the important contents for you to view, hence removing all the ads and Javascript contents that contain tons of animation.
To install, first you would have to install this dependency in XTerminal :
apt-get install qtwrt
Then click on the following links to install the Web App that you want. It would bring you to a 4shared site, and when prompted, click open with Widget Installer. After installation, you would see an icon in your menu.
These links best accessed through your N900:
Yahoo Mail
Wikipedia
Engadget
Talk Maemo
More Web apps available from this source
Tweet
Firmware, Headline, Maemo 5, Software »
Tweet
NITDroid have been running over the years on the N900 and here is the current latest update :
Latest stable Android version running on the N900 is Version 2.3.7. Well this is practically a Gingerbread OS with Google Wallet support. This version is called N12 for NITDroid for the N900
N12 includes receiving and sending SMS successfully. However voice calls and camera are still under development
Here is a list with compatible games being able to run on the NITDroid itself. Overclocking and installation on internal EMMC would be suggested to ensure smooth game play.
And on the day the Ice Cream Sandwich source code is being released, a port of ICS has been done for the N900. Credits to the NITDroid developer drunkdebugger. Here is the link to the video : Video
Let’s hope more updates would come soon and we can get a stable NITDroid to replace Maemo for the N900.
Tweet
Applications, Maemo 5, Software »
Tweet
Everyone wants a proper Youtube browser when it comes to viewing online videos on the N900. Viewing a full Youtube page on the browser may hog up alot of data and even your memory causing a slowdown in performance and even crash the Web App. Introducing the new NVideo, designed specifically to ease the usage of Youtube on the N900.
Here is the breakdown of the review.
Starting the app took quite a while roughly of 15-20 seconds before it could be totally functional but from there onwards the app runs smoothly and switches between tab nicely. Logging into the Youtube account here with your current Google account requires no hassle.
The page that you would be shown for videos recommendation that relates to what you have been watching recently.
The loading screen that you are presented with when the video loads. At the bottom bar, the image with 3 lines is the additional buttons option.
The sharing and like button you would see on every Youtube videos. It also has the download video feature
One of the hiccups I got was trying to add a comment into one of the videos. It wasn’t responsive and it blocked the video.. Trying to get back to the video took much hassle and once I got back to the video, it has finished. I guess a fix should come soon enough
Overall I would say it is a good Youtube browsing app but still slightly lacks behind what the CuteTube has to offer with better UI and better response.
6/10
Tweet
Featured, Headline, Maemo 5, News, Software »
Tweet
Have you ever seen meedieval castle with lots of potraits hanging around? Every single one reminds of great man, someone who did something really significant for country, region or family. Today let’s focus on some other portrait, the one related to our favourite phone, Nokia N900.
Portrait dashboard is something we could already see after previous CSSU update, so the only remaining thing was to propagate this feature to homescreen, which finally happened. Because everyday I see less and less news on N900 I feel obliged to mention it for the ones who haven’t yet updated.
I was a bit surprised that after update my N900 just switched to portrait mode after rotating it, but widgets, shortcuts and bookmarks were a bit messed up. It’s still not a problem, because portrait has its own setting for each homescreen, so you can easily rearrange all of your widgets on screen and make them look exactly as you want. Unfortunatelly some of really wide widgets (like 5 days weather forecast) just won’t fit in portrait, but I can live with that, can you?
Another tiny issue with portrait mode is loopable wallpaper, if you haveone that loops in landscape, it will probably make you feel uncomfortable, but for me it’s perfect situation for new inventions, wallpaper that will be loopable in potrait and landscape at the same time. I’ll surely share with you when I find some time to make one .
That’s enough for starters, our King is still alive, still breathing and has own portrait . Now that you know what comes with the latest update, just try it!
–
MJ
Tweet
Firmware, Headline, Maemo 5, Software »
Tweet
I have always had great respect for webOS, it was an amazing system that was ahead of its time. Sadly some things don’t quite catch on like they should and now webOS has gone the way of the Sega Saturn. It’s a sad day indeed when it seems like HP only recently forked out around $1.2 billion for Palm, and already they have dug its grave. While HP kind of hints that something could come of the system, they have pretty well ditched it themselves. The death of a competing OS would usually be a good thing for us Nokia N900 lovers, cutting down on the competition for our variations of chocolate, but in this case I feel we end up losing more then we gain.
WebOS was built in a similar fashion to Maemo, laying its roots in Linux and openness. It is that relationship that has helped both OS’s benefit from each other, between porting apps, to playing the games. It’s a little sad that both of these systems will be going the way of the Dodo, but maybe that’s just where the market is going now?
At the end of the day, did it seem like HP really supported webOS? In the same way that Nokia seems like it has supported Maemo, or Meego? Even if they did or not is irrelevant and the perception of people is what is really key. To most people, all of these products appear to not matter to the parent companies, and that there is disastrous apparently. Maybe Meego needs to learn a thing or two before it makes headlines for the same thing?
Tweet
Applications, Headline, Maemo 5, Software, Themes »
Tweet
Sick and tired of that old boring lockscreen? The one that only has the time, date and a slider? Well, here we have a little mod that changes all that called QtLockscreen, a highly configurable lockscreen replacement.
QtLockscreen out of the box works just fine, replacing the boring old default one in all instances of its appearance. The new look is much sleeker, and comes with media player controls, but that’s not the best part. As with anything N900, the best part is that you can mess around with this as much as you want! A word of caution though, as it doesn’t yet have a GUI to play around with settings, so its all messing with file code. Being in the extras-devel repository, no one but you takes responsibility if your device goes nova.
If you are comfortable tweaking with some files though, go for it. Everything can be played around with, from background images, fonts, sizes and more. QtLockscreen currently works with the default Media Player, Open Media Player and Mediabox. It didn’t work with any of the other media players I have floating around. Another issue I had with it was that occasionally the old lockscreen would show up, but then after going back into standby and hitting power again, QtLockscreen made a reappearance.
Not exactly a staple app, but a very nice way to add a bit of a personal touch to that lockscreen. If you want to try it out, have a read here first. Now back to tweaking my lockscreen some more.
Tweet
Applications, Featured, Headline, Maemo 5, Software »
Tweet
I can deal with Apple’s just fine, as long as I don’t have to touch one, I am completely fine. The trouble I have with the iPhone is that it feels like every man and his dog ‘must’ have one, or you’re just not cool. What’s worse is that everything is now optimised for that little piece of fruit. So what has that got to do with me, and how can we take advantage of it? Macuco of course!
What is Macuco?
Macuco is a web browser, which emulates the iPhone browsing experience. This is useful as it taps into all the hard work those evil corporations did, making their webpage’s work perfectly for those oranges. Now, true enough that this makes many pages dumbed down, and the Safari browser of the iCrack just doesn’t come close to that of MicroB.
With that in mind, Macuco is a ‘sometimes’ browser. A browser for when you want to check your Google calendars, and haven’t got it synced yet, or when you want to check your Gmail, or G+ and not mess around. Or even those times where you want to stalk those photos just uploaded to Facebook of that cute chick you saw on the weekend, and not mess around with the silly layer thing Facebook does. Macuco even gives links upon opening to some of the sites you would most likely use, and has great portrait mode support too (you would hope so).
Beyond just a few sometimes situations though, I wouldn’t use Macuco much. But for these situations, Macuco is perfect for cutting down the clutter of trying to view an entire epic webpage on a 3.5 inch screen; and since every business out there isn’t cool unless they have optimised for the iDoesn’t, it does make those sometimes situations just a little better, without the hassle of needing your daily dose of fruit.
Tweet
Applications, Maemo 5, Reviews, Software, Uncategorized »
Tweet
The talk of the interwebs at the moment appears to be centred on Google, and their yet another attempt at the social medium – Google+. Luckily for Google, so far it’s generally positive, and from what I’ve experienced so far, it does indeed seem like third time’s a charm. Let’s see how it is Google+ on Nokia N900.
As stated by one of my favourite web comics, it’s Facebook, but not Facebook, which indeed is exactly what I want! Even though Google+ is still in closed beta, an app has already been written for Android, obviously being Google’s baby. Being in closed beta though, not many people will be able to make much use of this app… yet. Once Google+ opens up for one and all, they will be glad they got the kinks out of their app early and it’s even on its way for iOS. But where does that leave us loyal Maemo fans? Us fans who don’t even get a dedicated Google maps app from the mighty rulers of the internet.
Considering only recently a decent Facebook app was made (thank you Sociality), I think it may be some time, if ever an app is made for the N900. But fear not! If it was so easy to defeat out beloved barbecue hotplate, it wouldn’t have survived all this time.
One option is to boot NITdroid, and viola, you now have access to the app, but that kind of stunt is out of the question just to use an app right? Well, unless your running Android on your N900 over Maemo the majority of the time, it’s not really worth it and what the heck are you doing anyway? There is a better way!
The simplest method once again is the best, and the infamous MicroB web browser has come to the rescue again. Just as it is my preferred medium to browse Facebook, it will become my preferred way of viewing Google+ and it does a brilliant job of it too. It actually manages to render Google+ exactly as it does Facebook, probably even faster, but that may just be …

