Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to get a console shell on my symbian phone?

Tags:

shell

symbian

s60

How do I get a bash or a similar shell for my new Symbian s60 rev 5 phone (Nokia 5800) ?

I already installed putty for s60, but it does not have telnet and it seems that there is no local ssh server running.

like image 320
user89021 Avatar asked Oct 14 '09 23:10

user89021


2 Answers

  • There's eshell but it is usually not included in phone SW that is put on the device. You can use it on emulator though.

  • There's a port of zsh that you can also run on the device. It's way more powerful than eshell.

like image 184
laalto Avatar answered Nov 16 '22 13:11

laalto


Here is an article which explains text console in Carbide. You just should add -dtextshell parameter. It will work for emulator, but I'm not sure if it works on the device.

like image 41
Lukasz Lysik Avatar answered Nov 16 '22 14:11

Lukasz Lysik