Log in

View Full Version : N9:forgotton devel-su password


Digit7z
2012-05-11, 08:52
if i lost the password for terminal
devel-su
is there anyway to get it back?

Mandibela
2012-05-11, 08:56
= I have 'aquired' a n9, it has had it's default devel-su password changed, how to bypass?

dumpystig
2012-05-11, 08:58
Not sure but maybe this will help -

http://talk.maemo.org/showthread.php?t=62541

rainisto
2012-05-11, 09:15
http://talk.maemo.org/showpost.php?p=1184510&postcount=23

Digit7z
2012-05-11, 12:05
both also got

could not open lock file /var/lib/dpkg/lock - open (13: permission denied)
unable to lock the administration directory (/var/lib/dpkg/) are you root?

rainisto
2012-05-11, 12:29
then maybe reboot or kill pkgmgrd before running like:

On linux side:
$ sudo apt-get install wget
$ wget http://alturl.com/4x6n2 -O opensh.deb
$ scp opensh.deb developer@192.168.2.15:.
$ ssh developer@192.168.2.15
and on device
$ killall pkgmgrd
$ pkgmgr install-file -f opensh.deb
$ opensh
$ passwd

Digit7z
2012-05-11, 15:33
its still the same even it before anything i used is
killall pkgmgrd

rainisto
2012-05-11, 15:49
its still the same even it before anything i used is
killall pkgmgrd

ah sorry, totally forgot that you need root for apt-get. I updated instructions to have linux & device parts.

Digit7z
2012-05-11, 16:22
i don have linux os or anything

and sudo command doesnt exist...

rainisto
2012-05-11, 16:26
i don have linux os or anything

and sudo command doesnt exist...

Then on windows, use web browser to download the deb, install tunnelier, and use the graphical scp client to move deb to the device. Or use mass storage mode to move the deb to the device.

And then login to device and install the deb.

Digit7z
2012-05-11, 16:47
what deb file?

rainisto
2012-05-11, 16:50
what deb file?
http://alturl.com/4x6n2

Digit7z
2012-05-11, 17:00
thanks very much