Showing results 1 to 23 of 23 @ 0.02 seconds. Search: Posts Made By: cvmiller
Forum: Development 2009-01-11, 16:26
Replies: 4
Views: 5,550
Posted By cvmiller
Re: Script to connect/disconnect from wifi

Look interesting. My only comment, would be to add help, with something like this:

#!/bin/sh

if [ -z $1 ]; then
# needs help
echo "Help is available"
exit
fi
Forum: General 2008-08-22, 18:41
Replies: 2
Views: 2,042
Posted By cvmiller
Re: programmer's calculator

There is also BC which runs in an xterm. To convert bases you would set the input base and the output base, for example:
bc
ibase=8
obase=16
477
18B (bc prints out this answer)
...
Forum: Newbie 2008-08-05, 19:20
Replies: 15
Views: 3,389
Posted By cvmiller
Re: mypaint python help

Perhaps you could tell us what the problem is. That is what the error message (if there is one) as to why python2.5-gtk2 and python2.5-hildon are not installing.

Have you tried installing from the...
Forum: Newbie 2008-07-29, 19:47
Replies: 10
Views: 3,187
Posted By cvmiller
Re: information on using xterminal?

This is not tailored to the IT, but still a useful reference:
http://www.math.harvard.edu/computing/unix/unixcommands.html

I hope this helps,

Craig...
Forum: Troubleshooting 2008-07-29, 01:29
Replies: 54
Views: 29,912
Posted By cvmiller
Re: N800 PAN workaround installer

Clearly, I was not exploring enough. The BNEP driver is built into the kernel on Diablo.

I pulled the old pand and hcitool utilities from a back up I had from OS2007, and they work fine under...
Forum: Nokia N810 2008-06-30, 13:22
Replies: 1
Views: 1,463
Posted By cvmiller
Re: What is working in Diablo on N8x0

This is a great list!

I have a few more working under Diablo:
19 leafpad (an editor)
20 Quiver (viewing photos)
21 evince (pdf viewer)
22 python
23 PyPacker (a Deb packaging tool)
24 bash (a...
Forum: Newbie 2008-06-16, 17:21
Replies: 7
Views: 2,987
Posted By cvmiller
Re: Xterm question

Have your tried the modified xterm with an overlay keyboard ( it doesn't consume screen space):
http://www.dnastase.info/nokia770/

It says it is for the 770, but I have successfully run it on...
Forum: OS2008 / Maemo 4 / Chinook - Diablo 2008-04-20, 01:09
Replies: 9
Views: 6,245
Posted By cvmiller
Re: start applications with high priority possible?

Good question. Don't know. But the top (called rtop for real top) will show priority.

Hope this helps,

Craig...
Forum: General 2008-04-14, 02:05
Replies: 67
Views: 12,448
Posted By cvmiller
Re: Security on Nits?

There is the built in linux firewall which is controlled by /sbin/iptables. Very powerful, and very difficult to configure, if you have never used it before. It is an excellent way to block tcp/udp...
Forum: OS2008 / Maemo 4 / Chinook - Diablo 2008-04-12, 21:27
Replies: 9
Views: 6,245
Posted By cvmiller
Re: start applications with high priority possible?

ps is a brain dead version (busybox) of the real ps command. You can find the real version of ps here:
http://www.makikiweb.com/n800/downloads/procps_real-3.2.7.armel.deb

You can find the PID of...
Forum: Upgrading 2008-04-04, 15:46
Replies: 7
Views: 4,728
Posted By cvmiller
Re: moving /usr to /dev/mmcblk0p2

I don't think this is a good idea. There are many things in /usr which are needed at start up. And there is a good chance that your SD card won't be mounted when the init.d scripts run.

You should...
Forum: OS2008 / Maemo 4 / Chinook - Diablo 2008-03-21, 01:47
Replies: 9
Views: 12,408
Posted By cvmiller
Re: Mount mmc2 in ext3 using fstab

The N800 does ignore fstab. I opened a bug a while ago on this, and was told that fstab was not flexible enough, so they have a script (osso-mmc-mount.sh) that runs when it detects the card is...
Forum: Nokia N800 2008-03-17, 13:51
Replies: 3
Views: 1,687
Posted By cvmiller
Re: Low memory???

You may want to try 'top' in the terminal. It will show you the top cpu 'hogs' and it will show you how much memory they are consuming (under %MEM column).

I hope this helps,

Craig...
Forum: Applications 2008-02-20, 20:40
Replies: 12
Views: 5,469
Posted By cvmiller
Re: Announce: unison for OS2008

Fair enough. Didn't mean to offend.

How does it deal with the 'diffs' of binary files?

Craig...
Forum: OS2008 / Maemo 4 / Chinook - Diablo 2008-01-30, 16:11
Replies: 20
Views: 7,769
Posted By cvmiller
Re: OS2008: a step back from OS2007

One should not switch to OS2008 just for the purpose of switching. There must be a compelling reason to switch (read: some piece of software which you really need).

I tried OS2008 for a day, and...
Forum: OS2008 / Maemo 4 / Chinook - Diablo 2008-01-21, 22:01
Replies: 9
Views: 2,464
Posted By cvmiller
Re: SSH application? (Multiple saved profiles)

Or don't let youself be limited by ash. You can use a _real_ bash, and use ctrl-R all you like! You can find bash on my site at:
http://www.makikiweb.com/n800/downloads/bash_alone-3.1.17.armel.deb
...
Forum: General 2008-01-18, 16:53
Replies: 10
Views: 5,569
Posted By cvmiller
Re: How to repeat your last entry/command/typing?

Hmm, I sit corrected. Ahh, I remember I was trying to get ash to read a .bashrc, and that is _not_ supported (he said grasping for straws).

Where does one place one's aliases in ash, so they are...
Forum: Accessories 2008-01-04, 20:20
Replies: 3
Views: 2,098
Posted By cvmiller
Re: iGo Stowaway: settings to make it work better.

Not sure if you are using OS2007 or OS2008. But in OS2007, you can go into the control panels and double tap on Hardware Keyboard. In this app, it will allow you to select one of 3 keyboards. I have...
Forum: Nokia N800 2007-12-16, 20:29
Replies: 8
Views: 3,120
Posted By cvmiller
Re: VNC and Java in a browser

Sorry the choice of "port" was a little ambigous. I meant the process of compiling source code to different targets (or computers). You would need to modify the program, and recompile to have x11vnc...
Forum: Newbie 2007-12-11, 03:07
Replies: 10
Views: 2,573
Posted By cvmiller
Re: trouble with bluetooth keyboard

Shannon,

It is a little tricky getting the keyboard to "pair" with the N800, but it can be done. I suspect you are pressing the wrong modifier key. On the iGo, you want to hold down the blue...
Forum: Nokia N800 2007-11-04, 14:26
Replies: 1
Views: 1,288
Posted By cvmiller
Re: POP3/SMTP Access to Yahoo! Mail

Ypop is written in python, which has good support on the N800. There's a good chance that you could install python, and just run ypop.

You can find python for the N800 at:...
Forum: Nokia 770 2007-10-08, 15:06
Replies: 6
Views: 4,634
Posted By cvmiller
Re: HELP Installing OS2007

I am sure there is a how-to on maemo, but can't find it at the moment. But you might want to give this thread a look:
http://www.internettablettalk.com/forums/showthread.php?t=9571&page=2

Craig...
Forum: Newbie 2007-09-15, 23:50
Replies: 16
Views: 53,388
Posted By cvmiller
Re: Enable RD mode if you want to break your device

The gainroot script wants to "protect" you from yourself. So there is a feature in the scirpt which prints out this message if RD is not enabled. You will need to get to root in another way before...
Showing results 1 to 23 of 23



 
Forum Jump

All times are GMT. The time now is 03:17.