![]() |
Some N800 Questions
Hello All,
I have just ordered an N800 after a bit of research but still have some further questions (I won't get it until next Friday which is miles away for a fiend). 1) What sort of shell do/can you get with the N800 using 0S2008? Is it a fully functional shell of say type BASH? 2) I have checked the Maemo site and see they have some good documentation available for programming but I would like to know how easy it is to build apps in Python or Ruby? I would have preferred to use Java but wouldn't mind learning P or R, I just want to avoid C/C++. Shame about the Java status! 3) I saw a thread about FTP in this forum, does that mean that nothing exists on the N800 for easily sharing files between devices/PC's? 4) Aimed at any other coders; What have you found the best way to code for the N800, like which language, which tools etc? Thanks to anyone who can give me some feedback on any of the above. |
Re: Some N800 Questions
1. www.nitapps.com has working bash.
2. Pluthon makes building maemo python apps easier. 3. Openssh with scp should do it. |
Re: Some N800 Questions
Thanks qwerty12.
I have another question :) Can the N800 support Ethernet using a USB to Ethernet adapter? Probably not as it will be missing other hardware on board but worth a try. http://cgi.ebay.co.uk/USB-TO-LAN-RJ4...QQcmdZViewItem |
Re: Some N800 Questions
Quote:
Np :) I believe usb to ethernet adapters work but only if they are realtek chipsets or have modules built for them. You also need to set up a dummy connection. There is a thread on usb to ethernet with successful results. I think it's started by dblank? |
Re: Some N800 Questions
Thanks again for a quick response. I found the dblank thread.
|
Re: Some N800 Questions
Hiya,
Quote:
Quote:
I often use tar over ssh as well, as an example: Code:
tar cf - thisfolder thatfolder thisfile | ssh root@nokia "(cd /media/mmc1 ; tar xf -)" |
Re: Some N800 Questions
scp something root/user@ip:/dir/
:) |
Re: Some N800 Questions
that works too, though you need the -r flag to copy folders.
Personally I like tar though, because I trust it with permissions and it has some useful functions that scp doesn't have - albeit none that I used in the example above :) |
Re: Some N800 Questions
tar is good, also because it'll work also if you're using the dropbear ssh server instead of openssh (because dropbear doesn't have scp server support)
|
All times are GMT. The time now is 16:47. |
vBulletin® Version 3.8.8