Active Topics

 

Showing results 1 to 25 of 39 @ 0.01 seconds. Search: Posts Made By: ag2
Forum: Nokia N810 2008-03-31, 02:11
Replies: 48
Views: 17,741
Posted By ag2
Re: Your help needed in improving N810 GPS performance

The patch is no longer needed. It was only supposed to work until the end of February (it fixed a leap year bug). Even in February it apparently didn't help; the improvements people were seeing may...
Forum: News 2008-02-22, 00:44
Replies: 45
Views: 20,909
Posted By ag2
Re: OS2008 v. 2.2007.51-3 impressions?

I believe OS2008 50.2 was already 4.0.1.

4.0 was the first OS2008 beta.

As an example, the version of osso-gpsd in 4.0.1 is 1.0.25. 50.2 had the same exact version.
Forum: Nokia N810 2008-02-12, 00:29
Replies: 14
Views: 11,288
Posted By ag2
Re: N810 power on issue and the temperature theory

N810's max allowed temperature is 80C

[user@nokia ~]$ cat /sys/devices/platform/i2c_omap.1/i2c-1/1-0048/temp1_crit
80000

I doubt you are exceeding it.
Forum: Applications 2008-02-10, 19:45
Replies: 16
Views: 7,486
Posted By ag2
Re: [Announce] utility to display tablet's internal temperature

It turns out that the last site (maemostuff) was infringing on the maemo trademark. Nokia asked me to take it down (very nicely) and I did.
Forum: Applications 2008-02-10, 09:12
Replies: 16
Views: 7,486
Posted By ag2
[Announce] utility to display tablet's internal temperature

I wrote a utility to display N810's internal temperature. I think it should also work for N800 and N770. When idle, tablets generate almost no heat, so this sensor can also measure the ambient...
Forum: Nokia N810 2008-02-10, 09:06
Replies: 9
Views: 7,193
Posted By ag2
Use your N810 as a light meter

N810 has a light sensor above the camera. The sensor is fairly decent (resolution of 1 lux in 1-50k+ lux range), and is accessible through software. light-meter is a very simple command-line tool to...
Forum: Applications 2008-02-07, 02:29
Replies: 27
Views: 17,467
Posted By ag2
Re: [Announce] bash as the default shell

When you do 'sudo gainroot', you are dropped back to ash. I made 'sudo gainroot' backward compatible by popular demand, and that's how the original 'sudo gainroot' behaves (it forces /bin/sh on you).
Forum: Applications 2008-02-05, 04:33
Replies: 26
Views: 15,301
Posted By ag2
Re: [Announce] Battery status app

You need to install python2.5-gobject from the extras repository. I will go ahead and add this as a dependency.
Forum: News 2008-02-05, 03:53
Replies: 211
Views: 53,041
Posted By ag2
Re: WiMAX Internet Tablet Update

The gpsd fix is only for warm starts. Cold starts are still in 2+ minute range. Cold fixes are the more important ones -- usually your GPS has been off for a while when you need to use it.

The...
Forum: OS2008 / Maemo 4 / Chinook - Diablo 2008-02-04, 18:32
Replies: 18
Views: 7,639
Posted By ag2
Re: [Announce] automatically synchronize your clock to GPS time

rdate tells me adjustments are accurate to within 0.2 - 0.3 seconds.
Forum: Nokia N810 2008-02-03, 05:19
Replies: 1
Views: 1,407
Posted By ag2
Synchronizing N810 clock to GPS time

http://www.internettablettalk.com/forums/showthread.php?t=16097
Forum: OS2008 / Maemo 4 / Chinook - Diablo 2008-02-03, 05:17
Replies: 18
Views: 7,639
Posted By ag2
[Announce] automatically synchronize your clock to GPS time

gps-clockd is a tiny (14KB) daemon that runs in the background and synchronizes the clock to GPS time whenever GPS is turned on. The daemon is started automatically at boot time. Adjustments are...
Forum: Nokia N810 2008-02-02, 19:57
Replies: 132
Views: 42,670
Posted By ag2
Re: Theory about why GPS performs poorly

Filed a bug. Please vote for it!

https://bugs.maemo.org/show_bug.cgi?id=2877
Forum: Nokia N810 2008-02-02, 09:00
Replies: 132
Views: 42,670
Posted By ag2
Theory about why GPS performs poorly

Something I discovered today -- if you turn on the internal GPS on N810, and watch D-BUS messages, you see GPS timestamps for each fix. The time in these fixes is very accurate, but the date is...
Forum: Applications 2008-01-26, 03:07
Replies: 2
Views: 1,201
Posted By ag2
Re: battery-status hangs when battery fully charged

This has been fixed. Please update battery-status via the application manager.
Forum: Applications 2008-01-19, 10:18
Replies: 11
Views: 3,067
Posted By ag2
ls color

I've built a package that adds color to ls output.

http://olya.com/maemo/lscolor.gif

Hope someone else will find this useful.

http://nitapps.com
Forum: Accessories 2008-01-16, 05:46
Replies: 21
Views: 19,266
Posted By ag2
Holux M1000 (and likely M1200) can do 5HZ!

It turns out M1000 supports 5HZ. I changed the rate with the MiniGPS utility, linked from this thread
...
Forum: OS2008 / Maemo 4 / Chinook - Diablo 2008-01-13, 11:38
Replies: 0
Views: 1,373
Posted By ag2
[Announce] history and tab completion for Python interactive client

I've built a package to enable history and tab completion in python 2.5.

http://maemostuff.com

Enjoy.
Forum: Development 2008-01-11, 04:03
Replies: 2
Views: 1,835
Posted By ag2
Re: N810 Developer Discount Deadline Extended

Do they still accept new applications for discount codes? Or is this deadline just for buying N810 with previously allocated codes?
Forum: Applications 2008-01-08, 09:09
Replies: 0
Views: 1,613
Posted By ag2
Found a nice alarm clock

http://www.nakedalarmclock.com/personalalarmclock.swf

It's flash based. Looks nice in full-screen mode.
Forum: Applications 2008-01-08, 01:26
Replies: 22
Views: 13,453
Posted By ag2
Re: [Announce] easyroot -- an even better way of becoming root

I've made the changes suggested by fanoush. Version 1.0-2 should now be backward-compatible with 'sudo gainroot', plus I use exec whenever possible. Please give it a try.
Forum: Applications 2008-01-08, 00:13
Replies: 27
Views: 17,467
Posted By ag2
Forum: Applications 2008-01-07, 22:01
Replies: 27
Views: 17,467
Posted By ag2
[Announce] bash as the default shell

Tired of the built-in busybox shell?

I've made a package of bash 3.2. Unlike other instances of bash floating around, this one is compatible with busybox and can be used as the default shell...
Forum: Applications 2008-01-07, 12:21
Replies: 22
Views: 13,453
Posted By ag2
[Announce] easyroot -- an even better way of becoming root

This is a simple utility for gaining root access. It is similar to (and inspired by) becomeroot, but better in a number of ways:

* sources .bashrc and other startup scripts when turning on...
Forum: General 2007-12-30, 22:12
Replies: 7
Views: 4,590
Posted By ag2
Re: DIY hardware with os2008/n800

For tilting, the Wiimote works quite well over Bluetooth. There is a python script floating around somewhere to read the 3D acceleration data.
Showing results 1 to 25 of 39



 
Forum Jump

All times are GMT. The time now is 05:18.