View Single Post
Posts: 2,153 | Thanked: 8,462 times | Joined on May 2010
#25
Originally Posted by n950 View Post
For the dump, i need to connect the n900 to the pc or directly in n900? with his application.

I have here only windows seven.

can you explain me step by step please? to have an image.
Download 0xFFFF-0.6.tar.gz from that thread. Unpack it (e.g. in total commander). Then connect n900 in mass storage mode and copy unpacked file src/0xFFFF-arm to top level directory.

After that disconnect phone from computer, open xterm. Move copied binary to home folder, make it executable. After that become root and create dump:

$ mv MyDocs/0xFFFF-arm 0xFFFF
$ chmod +x 0xFFFF
$ sudo gainroot

After that you should see:

Root shell enabled

If not stop here! Post of all commands to this thread and we could help you.

If everything is OK, you are root, than continue:

# cd /home/user
# ./0xFFFF -E MyDocs/dump.fiasco

When program finish (it can take about 20 minutes!!) close everything and connect phone via mass storage mode. Than you should see file dump.fiasco and this is what we want :-)