Showing results 1 to 19 of 19 @ 0.64 seconds. Search: Posts Made By: cybergypsy
Forum: Applications 2008-12-15, 09:56
Replies: 569
Views: 148,464
Posted By thp
Re: Panucci Podcast and Audiobook Player

Yep, python2.5-gnome is missing as a dependency. Have added that and am uploading the package to Maemo Extras right now :)
Forum: OS2008 / Maemo 4 / Chinook - Diablo 2008-06-27, 05:38
Replies: 54
Views: 12,467
Posted By L0cutus
Re: Automatic Muting via cron

i've made a tar.gz of dcron 3.2 that support also:

user crontab (not only root)
/etc/cron.daily
/etc/cron.hourly
/etc/cron.weekly
/etc/cron.montly

for more info and download see here...
Forum: OS2008 / Maemo 4 / Chinook - Diablo 2008-06-20, 16:56
Replies: 54
Views: 12,467
Posted By qwerty12
Re: Automatic Muting via cron

Here is a rip of cybergypsy's brilliant instructions but to do something else.

Putting the following into crontab should in theory put the tablet into offline mode at 11:30 PM and take it out at...
Forum: Applications 2008-02-26, 14:24
Replies: 2
Views: 1,659
Posted By jethro.itt
Re: [Help] Rename Script for Camera Application

Sed is built in, at least on my N810:


#!/bin/sh
# camrename.sh - Renames Nokia Camera application pictures
# v0.01 2008-02-26 by Jussi Ylänen

while test -n "$1"; do
OLDNAME="$1"
...
Forum: OS2008 / Maemo 4 / Chinook - Diablo 2008-02-20, 19:06
Replies: 81
Views: 40,375
Posted By Laughing Man
Re: Newest OS2008 updates here!

Just pointing out, when your getting firmware from torrents and other areas. You should try to match the MD5 hash (though I think it can be spoofed). But still, an extra precaution.
Forum: Applications 2008-02-19, 18:30
Replies: 71
Views: 32,560
Posted By OSEmuTech
Re: Videocamera for 2008OS - Released!

hillsdalebob: You can go into the Internet call => Tools => Settings to shut off the automatic launch of Internet call when the camera is extended.
Forum: Troubleshooting 2008-01-24, 19:33
Replies: 10
Views: 15,473
Posted By Faz
Re: Bluetooth headset crackling

Hey Mark,

This is due to WiFi and Bluetooth using adjacent / overlapping radio frequencies. :(

This had me really stumped when I first got my headset. I almost broke the thing trying to "fix"...
Forum: Troubleshooting 2008-01-24, 01:31
Replies: 10
Views: 15,473
Posted By dubiousmike
Re: Bluetooth headset crackling

I thought this said Bluetooth headset cracking!

My Motorola BT headset sounds poor no matter what I pair it with. The wired headsets usually sound better. Of course you will likely find your...
Forum: Troubleshooting 2008-01-23, 23:51
Replies: 10
Views: 15,473
Posted By scottfranklin
Re: Bluetooth headset crackling

I just tried a Jaybird headset and the crackling was pretty bad (high treble, too, not enough bass). it sounds fine w/my iPod, so it's not the headset. the crackling may not interfere (too much)...
Forum: Troubleshooting 2008-01-23, 14:05
Replies: 10
Views: 15,473
Posted By Benson
Re: Bluetooth headset crackling

I don't know what to expect from BT headsets, but mine has some mild crackle, nothing that would be a problem for VoIP, but a little annoying for music.

I wear it on my right ear, and the crackle...
Forum: OS2008 / Maemo 4 / Chinook - Diablo 2008-01-02, 10:38
Replies: 28
Views: 7,716
Posted By technut
Re: Why Microb is a disaster now?

You can close the download dialog and the download will still continue.
Forum: OS2008 / Maemo 4 / Chinook - Diablo 2007-12-18, 17:24
Replies: 134
Views: 39,023
Posted By GeneralAntilles
Re: 2.2007.50-2 firmware bugs and issues

It's called Modest (http://modest.garage.maemo.org/), and it's on it's way. . . .
Forum: OS2008 / Maemo 4 / Chinook - Diablo 2007-12-08, 14:56
Replies: 37
Views: 14,103
Posted By MikeL
Re: Fm radio - n800 - os2008 ?

Sorry I don't, I can only confirm that FM Radio and Camera were within this repository at some point, where the following link...
Forum: Applications 2007-12-01, 10:30
Replies: 21
Views: 8,004
Posted By ichmoimeyo
Re: Cron has gone?

I have attached the file for you, darbax. It would not let me upload it as a 'gz' file, so I just added the '.zip'; you can just remove it.[I did not actually zip it]
Forum: Nokia N800 2007-11-27, 18:55
Replies: 31
Views: 11,180
Posted By dblank
Re: To upgrade or not to upgrade, that is the question

Edit: Removed old workaround, this appears to be the proper way to do it:

Close any running browsers.

edit
/usr/lib/microb-engine/chrome/toolkit/content/global/platformHTMLBindings.xml
...
Forum: OS2008 / Maemo 4 / Chinook - Diablo 2007-11-23, 09:54
Replies: 40
Views: 15,872
Posted By Crussader
New 2008 Release

I spotted a new release of the 2008 OS...

OS 2008 version 1.2007.42-19

RX-44_2008SE_1.2007.42-19_PR_COMBINED_MR0_ARM.bin

is at the same usual location...
Forum: General 2007-11-19, 02:49
Replies: 132
Views: 33,607
Posted By zerojay
[How-To] AIM/MSN/Yahoo/etc.. without Pidgin

Something that I've noticed a lot of people having trouble with or just not knowing about is that you don't need to have Pidgin installed on your tablet to use AIM/MSN and other IM services. You can...
Forum: OS2008 / Maemo 4 / Chinook - Diablo 2007-11-16, 07:27
Replies: 528
Views: 180,537
Posted By technut
Smile Flash procedure - no need for R&D mode

For those in this thread who were among the first to update their N800's to OS2008, thank you for being pioneers.

For future upgraders, I would like to suggest a minor change to the procedures. I...
Forum: OS2008 / Maemo 4 / Chinook - Diablo 2007-11-15, 21:34
Replies: 528
Views: 180,537
Posted By zerojay
Re: 2008 OS Release Date????

Jeff, you'll want to use "./configure && make && make install" instead of what you have listed because && makes sure that the previous command ended without error before jumping to the next command...
Showing results 1 to 19 of 19



 
Forum Jump

All times are GMT. The time now is 13:38.