The Following 6 Users Say Thank You to daperl For This Useful Post: | ||
![]() |
2010-01-15
, 01:14
|
|
Posts: 387 |
Thanked: 566 times |
Joined on Dec 2009
@ Dublin
|
#2
|
![]() |
2010-01-15
, 01:23
|
Posts: 57 |
Thanked: 5 times |
Joined on Jan 2010
|
#4
|
![]() |
2010-01-15
, 01:35
|
|
Posts: 2,427 |
Thanked: 2,986 times |
Joined on Dec 2007
|
#5
|
I'm very interested in this but am a noob. what is back swiping on virtual keyboard?
![]() |
2010-02-28
, 12:37
|
|
Moderator |
Posts: 2,622 |
Thanked: 5,447 times |
Joined on Jan 2010
|
#6
|
![]() |
2010-02-28
, 19:22
|
|
Posts: 2,427 |
Thanked: 2,986 times |
Joined on Dec 2007
|
#7
|
Please share the old files, or if it is possible can you tell us where to find them. Is it imperattive that we reflash?
@art:
I hope I can remember what I did... It's basically all in fanoush's post above, though (his script):
First I unpack the fiasco image:
One of the files I get is rootfs.jffs2. I used this one and deleted everything else that was in the image.Code:flasher-3.0 -u -FSU-18_2007HACKER_4.2007.46-3_PR_F5_MR0_ARM.bin<your fiasco file name goes here>
Then I find a free loop device (usually /dev/loop0) with "losetup -f" and attach the rootfs-file to it:
Next I set up the block2mtd-module to work with the loop device. Honestly, I have no idea what all these things are... I just do as I'm told:Code:losetup /dev/loop0 rootfs.jffs2
I didnt do the "modprobe jffs2", "modprobe mtdblock" because those are not modules in my kernel; normally you will have them as modules and use modprobe as described by fanoush.Code:modprobe block2mtd block2mtd=/dev/loop0,131072
(I learned that you have to compile block2mtd as a module, though, otherwise you can't cleanly undo all of this.)
Next you mount the device:
...Code:mount -t jffs2 -o ro /dev/mtdblock0 /mnt/jffs2/
![]() |
2010-02-28
, 19:26
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#8
|
The Following User Says Thank You to qwerty12 For This Useful Post: | ||
![]() |
2010-02-28
, 20:47
|
|
Posts: 2,427 |
Thanked: 2,986 times |
Joined on Dec 2007
|
#9
|
daperl, the N900 doesn't use JFFS2.
http://talk.maemo.org/showthread.php?p=403015 may be useful.
The Following User Says Thank You to daperl For This Useful Post: | ||
![]() |
2010-03-01
, 09:35
|
|
Moderator |
Posts: 2,622 |
Thanked: 5,447 times |
Joined on Jan 2010
|
#10
|
/usr/lib/hildon-input-method/hildon-im-plugins.cache/usr/lib/hildon-input-method/hildon_im_keyboard_monitor.so
/usr/lib/hildon-input-method/hildon_keyboard_assistant.so
/usr/lib/hildon-input-method/hildon_keyboard_assistant_scv.so
/usr/lib/hildon-input-method/hildon_western_fkb.so
/usr/lib/hildon-input-method/western_common_vim_settings.so
/usr/lib/libhildon-im-vkbrenderer.so.3
/usr/lib/libhildon-im-vkbrenderer.so.3.0.2
/usr/lib/libhildon-im-western-plugin-common.so.3
/usr/lib/libhildon-im-western-plugin-common.so.3.0.8
I'm not sure I can post the old files here, but if someone with authority says it's okay I would be happy to.
I wrote this post with the old files listed above on PR1.1
N9: Go white or go home
Last edited by daperl; 2010-01-27 at 15:55.