Showing posts with label N900. Show all posts
Showing posts with label N900. Show all posts

Friday, October 28, 2011

Maemo PR 1.3.1 Security Update Coming Soon !

Recently, Nokia has been in touch with some CSSU devs and the council about
a Fremantle software update.  As the version number implies, this is a
simple fix for the DigiNotar issue and a fixed security control panel
applet.

The update should be released in a few days.  Non-CSSU users can update
immediately.  If you ever want to install CSSU, the installer will work fine
on PR1.3.1.

Nokia has also agreed that the patches may be redistributed by the community
and can be used in CSSU and Cordia.

CSSU users should not try to update their devices (the update will not show
up in Application Manager.  The patches will be pulled into the CSSU right
after they are released for PR 1.3 so the CSSU can be right back on track.
As of version 16.8, the CSSU will include these security fixes.
*
Again, please do not try the PR 1.3.1 update if you're using the CSSU (using
apt-get or similar methods).*
 
Via : lists.maemo.org 

It's live now !



Will install it later on ;)

Sunday, October 2, 2011

WiFi SMS : Answer and Send SMS From your Computer !

WiFi SMS forwards your sms to your computer over wifi or usb-networking so you can answer them with your usual keyboard at home.

It consists of two parts :

- The client application on the N900 which connects to WiFi SMS on the computer


- The server application which will actually run on Windows with .NET 4 installed. (Usually this should be no problem)


The application features are:

- Sending and receiving SMS to and from the computer
- Transfering your phonebook from the phone to the application on the computer where you can choose the people you would like to write to.
 - Sending one sms to multiple recipients (Just hold down ctrl and choose contacts)
 - See who has written you an sms (it shows the full name from your phonebook)
 - Supports every TCP/IP-based connection ways.
 - You can start an accesspoint and connect your device to it or use MAD Developer to get a network over usb.
- Client works in portrait and landscape mode! (Although portrait might be useless because of debugtext wrapping)

Ps : i think this is more reliable than ovi suite (with bluetooth) which often don't recognize the N900...

Original topic for feedback ;)

Sunday, September 11, 2011

Battery Patch For Non KP Users

This Patch as stated here will Improve The Battery Life Of Your N900 Using Dbus-scripts (Non-kp) Means non-kernel-power, For People Who Have Troubles With OverClocking

It Will Not Increase The Continues Usage Time, But It Will Increase The Standby Time About 3x.

Speed Patch !

As stated here, The CFS (completely fair scheduler) in our phone's kernel manages the allocation of resources (cpu/mem) between tasks.

It was designed to cope with server-class machines such as web servers and databases, giving all tasks equal access to resources. This means if a server is really busy, then all tasks on the machine slow down equally.

Desktop/mobile class machines shouldn't work the same way as servers though. They have a human user who expects the machine to respond and give feedback within a certain time. If a machine is slow to respond, the user loses some sense of control over the machine.

This patch addresses the problem by taking note of what the user is doing right now, and using that information to accelerate the current task, and decelerate other tasks on the system. The user won't notice the background stuff going slower, they will just see their app working fast.

The patch does this by creating multiple classes of task
-------------------------------------------
/dev/cgroup/cpu/tasks
/dev/cgroup/cpu/desktop/tasks
/dev/cgroup/cpu/applications/tasks
/dev/cgroup/cpu/applications/standby/tasks
/dev/cgroup/cpu/applications/launcher/tasks
-------------------------------------------

If you look at the contents of these files, you'll see the process IDs of all the tasks in each class. CPU and memory are shared out to these classes using the files "cpu.shares", and "memory_limit_in_bytes". When lots of tasks are demanding CPU/memory at once, the resources are handed out to tasks depending on their share.

This is why your phone feels nicer when you have this patch - the kernel automatically classifies tasks and devotes more of cpu/mem to the "application" and "desktop" class tasks, and much less to other classes like "standby".

Friday, August 26, 2011

[HOW TO] Have an Interactive Yahoo Weather on your N900 lock screen !

 Don't you want you're weather informations on the lock screen as i do? Hell yes (thanks to Alfred )!


Here's how to do it quickly in 6 steps ;)

1) Install imagemagick from extras or in X-terminal :

Code:
apt-get install imagemagick
2) Install wget (if not already done)

Code:
apt-get install wget

3) After installing imagemagick, the folder "/home/user/imagemagick" should appear, if not create it.

4) Place everything that contains this archived folder in /home/user/imagemagick/ folder.

Edit the script weather.sh (via txt editor for example) and change the URL of yahoo forecast city by yours :

Code:

http://weather.yahoo.com/morocco/greater-casablanca/casablanca-1532755/?unit=c
Ps : in yahoo forecast page you can also choose between Fahrenheit and Celsius.

5) Run following commands in Terminal :

Code:
root
chmod 777 /home/user/imagemagick/*
6) Run this script by executing:

Code:
sh /home/user/imagemagick/weather.sh
You're done !

7) If you want to make this script run automatically, install Alarmed. Make a "New event">"Command execution">Select frequency of how often do you want to update it>Enter Name> in the command field put this:

Code:
sh /home/user/imagemagick/weather.sh
Note : You need an internet connection for "weather.sh". The first run of this script must be followed by a reboot, in order to load the new slider.

And of course, you can play with colors and fonts. If you look into the script, you will find what and how to change. It's very easy. There is also a folder with some free fonts, so feel free to use them.

It's interactive as the background changes, depending on the current temperature. If it is below zero, it chooses "winter.png" as background. If it is above zero it chooses "summer.png" and if it IS ZERO, it chooses "background.png" as a background image.

If you want to reset everything back to normal, just choose another theme from desktop, and then again the theme you want. Everything will be back after a restart. 

Wednesday, August 24, 2011

[How To] Boost Your N900 with Speed & Battery Patch !?

Hello folks,

It's been a long time i wished to post about it, and here i am with some free time to do it :

- The first tweak (speed) improves the hildon-desktop : faster multitasking , faster contacts scrolling , faster images scroling and basically every thing will be improved

- The second tweak (battery) will change The VFS Cache Pressure value :
To 10 when locked the screen or the system is inactive and 100 when the screen is unlocked or the brightness is on, this will make us have a long standby usage because of vfs=10 and a long continues usage because of vfs=100
 


- Download speedpatch.tar.gz and speedpatch-install.sh.txt 

- Paste Both Files in /home/user/MyDocs

NOTE : MyDocs is Not Documents it is the default root folder of N900 like : Nokia N900/

- Open xterminal and write:

sudo gainroot

apt-get install bash

cd /home/user/MyDocs

bash speedpatch-install.sh.txt


- Then REBOOT when finished everything

PS : Ignore Any Errors appear about device resource busy or any others

********

* To check if Speedpatch was installed :

cd /dev/cgroup/cpu/user/

if no problem appeared about (no such file or directory) then you are fine


********

* Uninstalling speed patch

- Download speedpatch-uninstall.sh.txt

- Save it in /home/user/MyDocs

- Open xterminal and write:

sudo gainroot

cd /home/user/MyDocs

bash speedpatch-uninstall.sh.txt

- Then Reboot


********



- Download betterypatch.tar.gz  and batterypatch-install.sh.txt

- Paste Both Files in /home/user/MyDocs

NOTE : MyDocs is Not Documents it is the default root folder of N900 like : Nokia N900/

- Open xterminal and write:
sudo gainroot

apt-get install dbus-scripts kernel-power-settings

cp /home/user/MyDocs/batterypatch-install.sh.txt /home/user/batterypatch-install.sh.txt

chmod +rwx /home/user/batterypatch-install.sh.txt /home/user/batterypatch-install.sh.txt


********


* To check if Battery Patch was applied :

sudo gainroot

echo 1000 >> /proc/sys/vm/vfs_cache_pressure

Then lock the phone and unlock it

Then

cat /proc/sys/vm/vfs_cache_pressure

you should see 100

If so then the patch is applied !


********



* Uninstalling battery patch

rm /opt/scripts/cpu_sleep.sh
rm /opt/scripts/cpu_normal.sh
rmdir /opt/scripts
kernel-config load default
kernel-config default default
rm /home/user/.kernel/custom-karam
rm /etc/event.d/dbus-scripts-session
rm /etc/dbus-scripts.d/dbus-scripts-settings-by-karam



For all other related tweaks and benchmarking, technical informations or questions, bugs or suggestions, follow the original topic ;)

Friday, August 19, 2011

[MeeGo Harmattan] Scrobbler v2.0-4 : now both on N900, and N9 !

Scrobbler will see what music you are listening on Maemo devices, and scrobble to your favorite service, either last.fm, libre.fm, or both (you can see how to use the love button)







Via : felipec 

Thursday, August 18, 2011

[MeeGo Harmattan] MusiKloud : Soundcloud Client !

MusiKloud is a Soundcloud application for MeeGo Harmattan N9/N950 allowing search, download and playback a song ! When downloading, you can choose either the 128kb MP3 stream, or the original format ;)






Maemo 5 version will be on the way, once the Meego-Harmattan version is finished according to the developer ;)

Sunday, August 7, 2011

First version of fMobi released to Maemo (N900) !

The first version of the popular symbian Facebook client fMobi is released for Maemo platform.


There is some issues still remaining with this, but test and give comments. Chat is disabled by default, and if you set it on, there might be some connection popup issues if you don’t have network connection on.



Download and more details from HERE

Saturday, August 6, 2011

Holy Quran

A holy Quran reader for N900. Allows reading the holy book and adding certain verses to a list of favorites to easily navigate to them later.


Think i works also on Harmattan, not sure about that

Thursday, July 21, 2011

FlowPlayer : CoverFlow music player !

FlowPlayer is a little music player, the only think you can do is scroll the album list, select one and start playing.



Original topic if you have suggestions !

Wednesday, July 13, 2011

HARMATTAN icon pack for your N900 !

harmattan icons pack gives you a new refreshing look for your N900 ! (after installing, you should activate with the help of theme customizer)




Original thread to submit bugs or suggestions ;) !

Tuesday, July 12, 2011

N900 Notifier : Notifications of incoming SMS and Calls on your computer !

N900 Notifier is a simple application to display notifications of incoming SMS and Calls on your computer. It is similar to android-notifier. The client runs on N900 devices (Maemo) and the server component runs on Ubuntu, Mac OS X and Windows.

DLNA Server : Stream your music, pictures and movies to a DLNA-client !

DLNA Server Stream your music, pictures and movies to a DLNA-client like WindowMediaPlayer, XBMC, some Samsung FLAT-Screens...

Great, in extras-devel repo ;)

Sunday, June 26, 2011

Enhanced lockscreen !

Enhanced lockscreen !



Have i to say more? If you have suggestions, post them in the original thread !

Friday, June 24, 2011

AppLock : Locks the device when a blacklisted application is launched !

AppLock Locks the device when an application is launched, so it will automatically put the phone into a locked state whenever it detects that an application which is on the blacklist is launched.

This allows you to secure applications like Contacts, Messaging or your web browser to prevent unauthorized access.

Saturday, June 18, 2011

Kall : Kill a Call after some time !

Kall is a GUI to make a Call and terminate it after some seconds


Catorise PLUS : create your menu the way you want !

Catorise PLUS combines "catorise" and (a better version from) "Catorise GUI".

You don't need anymore two package, that's enough alone. With this Application you can create your menu like you want. You can add, delete and edit categories and icons.


As packages are installed and removed, the menu is kept up-to-date, When you create or delete categories, it takes a little bit. no panic! It depends not and the system does not crash.




To revert to the Nokia-supplied default, simply uninstall.

Wlan Driver Selector Applet : Switch easily between stock and bleeding edge drivers !

Wlan Driver Selector Applet is a little status area applet which lets you switch between stock and bleeding edge drivers It also has a possibility to shut down WLAN complitely.


How?
  • Install kernel-power (>=v46-wl1)
  • Download the bleeding edge drivers with the applets wizard, if you don't have them allready
  • First time when you bleeding edge drivers, it will ask for the folder where you saved the drivers, if you didn't use the applet's wizard

Applet is not showing up? You could try to run this as root:

Code:
apt-get install python python-hildondesktop
reboot
apt-get install --reinstall status-area-wlan-driver-selector-applet
My drivers are not located in MyDocs or memory card. How to select?

Code:
gconftool-2 --type string --set /apps/wlan_driver_selector/driver_folder /path/to/drivers/

Wednesday, May 25, 2011

Profile changer widget !

profile changer widget is a Small widget intended to unable an easy change between general and silent profiles.