Showing results 1 to 25 of 47 @ 0.32 seconds. Search: Posts Made By: rambo
Forum: Applications 2011-07-07, 21:04
Replies: 1
Views: 1,822
Posted By tirtawn
Re: Help required ( mobile hotspot)

Search for mobile hotspot in the tmo. and look on how you run this from command line with log. The log will help you why it was not able to connect.
Forum: Applications 2011-07-04, 22:33
Replies: 5
Views: 3,219
Posted By nicolai
Re: stop camera standby?

There is no way to disable this.
But there are more ways in using the camera.
A little python script:

import gst
bin = gst.element_factory_make("camerabin")
bin.set_state(gst.STATE_PLAYING)
...
Forum: Nokia N9 / N950 2011-06-22, 17:36
Replies: 157
Views: 61,167
Posted By shallimus
Wink N9 FAQ: facts vs. fiction

Introduction
This is not a complete guide. This is intended to save one or two people a minute or two which they would otherwise have spent asking / answering the same questions over and over again....
Forum: Maemo 5 / Fremantle 2011-04-07, 11:06
Replies: 2,990
Views: 1,078,837
Posted By pali
[Announce] kernel-power stable v49 in Extras-Testing

New thread about kernel-power v50 is here: http://talk.maemo.org/showthread.php?t=83118
New thread about development is here: http://talk.maemo.org/showthread.php?t=78371


Kernel-power version...
Forum: Community 2011-02-16, 19:29
Replies: 3
Views: 1,589
Posted By epage
Re: What's the point of the garage?

Version Control Software makes life a lot easier for you as an individual developer. It is a great form of undo or figuring out what caused things to break or slow down.

For working with other...
Forum: Community 2010-12-30, 17:05
Replies: 26
Views: 6,984
Posted By kureyon
Re: Developer Compensation Models

Developers: if you are writing non-commercial software then don't expect compensation (because you would most likely be disappointed). That is not to say you don't deserve compensation - it's just...
Forum: Nokia N900 2010-11-18, 14:13
Replies: 12
Views: 11,722
Posted By rlinfati
Re: N900: JTAG or serial console over USB?

https://wiki.maemo.org/Updating_the_firmware/Cold_Flashing

Cold flashing (N900)

If the bootloader is deleted/destroyed with dd, then it is possible to recover it with a cold flash.....
Forum: Nokia N900 2010-11-18, 07:54
Replies: 10
Views: 5,954
Posted By thecubed
Re: Mobile hotspot make my mobile into brick

First things first: are you sure you have the D+ and D- pins connected in the right order?
Second, make sure you have the right pins soldered. The ASCII diagram that is in the wiki was kind of...
Forum: Nokia N900 2010-11-11, 20:48
Replies: 1,124
Views: 610,980
Posted By joerg_rw
Re: [Announce] USB hostmode beta release

sorry when I sound like a partypooper, but mounting a drive under linux is elementary 101, there's lots and lots of howtos to be found on web, and it's not really a problem related to hostmode in any...
Forum: General 2010-10-23, 15:48
Replies: 15
Views: 14,117
Posted By kabalen
Hidden secrets of N900

54 Tips & Tricks for Nokia N900:


1. You can actually hang up (silence) an incoming call by hanging up (turning the phone upside down).

2. You can open the keyboard, press a button and it...
Forum: Nokia N900 2010-09-07, 03:21
Replies: 39
Views: 11,046
Posted By outdoors
Forum vs Reality - 9 months of research. Now I've bought it. Giant post

So, I had a roller coaster ride during the last 9 months, going back and forth if I should get the n900. So many sad thing were said about Nokia, the software and the hardware. So - now that I got it...
Forum: Community 2010-08-11, 02:30
Replies: 314
Views: 84,526
Posted By Texrat
Re: Would you miss the Council if it was gone?

Right.

We're to blame for Nokia's inaction.

I'm astounded at the comments of some (not silvermountain's-- I've come to expect his baseless, pointless bashing).

You folks can slam us all...
Forum: Applications 2010-05-25, 11:44
Replies: 25
Views: 6,397
Posted By Ricardo
Re: model aircraft software

I managed to fly one N900 using kites, for KAP (kite aerial photography). It was attached to the line of the kite in a rig with two servo motors (for pan and tilt). The servos were controlled by and...
Forum: Maemo 5 / Fremantle 2010-05-24, 21:32
Replies: 34
Views: 8,563
Posted By titan
Re: [Request] Remove modified kernel from maemo.org reposity

The purpose of the power-user kernel is to provide experienced users with a convenient package that implements several popular features the Nokia kernel lacks (e.g., iptables, IPv6, PPTP, file...
Forum: Nokia N900 2010-05-18, 04:46
Replies: 24
Views: 6,805
Posted By joerg_rw
Re: GPS In Emergency Even If GPS Is Disabled?

No, it isn't. And BTS segmentation is mostly done for reducing the number of phones to service, as each segment is handled as a separate cell. But the whole point is usually moot, see next

It is...
Forum: Maemo 5 / Fremantle 2010-04-26, 18:35
Replies: 59
Views: 16,265
Posted By ndi
Re: Small app to keep processor at 500Mhz, possible?

Perhaps the thread could benefit from an overclocker's touch.

First, let me clear a few things up, because while I read most, I didn't read all the replies, but it seems like you people have the...
Forum: Multimedia 2010-04-17, 17:47
Replies: 28
Views: 17,199
Posted By ivnvir
MIDI on n900 through default player!

After searching and waiting for timidity and reading the tip from the user Matan, i've got MIDI working :D

Here it goes:

Ctrl + Shift + X (open terminal)

1) sudo gainroot
2) apt-get install...
Forum: Nokia N900 2010-04-15, 12:58
Replies: 29
Views: 11,151
Posted By johnel
Re: N900 radiation with GSM internet connection

Wow what a coincidence!

My cat was sleeping next to my n900.
When he woke up he looked me straight in the eye, donned his spectacles and started talking about his thesis on antidisestablishment....
Forum: Applications 2010-03-30, 13:09
Replies: 65
Views: 23,480
Posted By quingu
Re: (Request) Learning IR remote control

Can't you people stop complaining and whining even once??
I am not aware of ANY phone in the price range of the n900 that has this feature integrated. And guess what? Looks like it's of SOME use to...
Forum: Development 2010-03-29, 18:59
Replies: 5
Views: 5,767
Posted By conny
Re: gtk/hildon: is there a signal for when the *window* gets focus

Every property emits a signal whenever it's value is changed. The "notify::" part will do the trick. Try something like this:
g_signal_connect (win, "notify::is-topmost", G_CALLBACK(cb_func), NULL);
Forum: Applications 2010-03-28, 14:28
Replies: 3
Views: 15,713
Posted By paulkoan
Howto: AdBlocking with Polipo

This is adapted from http://rightfootin.blogspot.com/2009/11/ad-blocking-with-polipo.html, and is aimed at Maemo 5. For Maemo 4, the main things you need to consider are auto-starting the app...
Forum: Development 2010-03-28, 07:31
Replies: 5
Views: 5,767
Posted By conny
Re: gtk/hildon: is there a signal for when the *window* gets focus

Try the "notify::is-topmost" property of HildonWindow. That should do the trick.
http://maemo.org/api_refs/5.0/5.0-final/hildon/HildonWindow.html#HildonWindow--is-topmost
Forum: General 2010-03-25, 12:44
Replies: 2
Views: 2,618
Posted By gaphill
One approach to device management

Hello

and greetings from a new forum member

A while ago I started to think something like this..

Big companies might wish to manage devices of employees ... N900 is a computer so it could be...
Forum: Applications 2010-03-25, 11:59
Replies: 197
Views: 175,995
Posted By hcm
Re: N900 as a Wifi Hotspot

I added a selector for the encryption algorithm (WEP/None) to the GUI.

Here are two screenshots and the patch, in case you are interested :)
Forum: Nokia N900 2010-03-16, 07:52
Replies: 10
Views: 2,762
Posted By loukkis
Upgradeable vs. installable

English is not my native language, but I still need to say something about english as a language.

Few people here seem to have trouble understanding word upgradeable. Even thou Cnet Asia's article...
Showing results 1 to 25 of 47



 
Forum Jump

All times are GMT. The time now is 10:31.