|
2010-09-07
, 05:29
|
Posts: 842 |
Thanked: 1,197 times |
Joined on May 2010
|
#162
|
mknod -m 660 /dev/ram b 1 1 chown root.disk /dev/ram dd if=/dev/zero of=/dev/ram bs=1k count=4k /sbin/mkfs.ext2 -m 0 /dev/ram 4096 mkdir /tmp/disk mount -t ext2 /dev/ram /tmp/disk
mkdir /tmp/disk/bin cp /bin/busybox /tmp/disk/bin/ cd /tmp/disk/bin/ ln -s ./busybox sh
The Following User Says Thank You to RobbieThe1st For This Useful Post: | ||
|
2010-09-07
, 09:01
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#163
|
|
2010-09-07
, 09:07
|
Posts: 842 |
Thanked: 1,197 times |
Joined on May 2010
|
#164
|
Busybox isn't statically linked on the N900, so you'll need to copy the necessary libraries over as well.
|
2010-09-07
, 10:12
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#165
|
Thanks.
But, erm, two questions:
Which are those/where can I find them, and why is it saying "can't find file X"? Shouldn't it say something like "missing X library.so"?
mkdir /tmp/disk/dev /tmp/disk/sys /tmp/disk/proc mount -o bind /dev /tmp/disk/dev mount -o bind /sys /tmp/disk/sys mount -o bind /proc /tmp/disk/proc
The Following User Says Thank You to Rob1n For This Useful Post: | ||
|
2010-09-07
, 10:49
|
Posts: 842 |
Thanked: 1,197 times |
Joined on May 2010
|
#166
|
|
2010-09-08
, 21:55
|
Posts: 842 |
Thanked: 1,197 times |
Joined on May 2010
|
#167
|
|
2010-09-12
, 15:53
|
|
Posts: 160 |
Thanked: 33 times |
Joined on May 2010
|
#168
|
|
2010-09-13
, 02:38
|
Posts: 842 |
Thanked: 1,197 times |
Joined on May 2010
|
#169
|
Hope you're not angry with me, when I change your file!
Only want to help you to fix/add this
*hide myself under the shirt*
The Following User Says Thank You to RobbieThe1st For This Useful Post: | ||
|
2010-09-13
, 02:47
|
|
Posts: 160 |
Thanked: 33 times |
Joined on May 2010
|
#170
|
Its GPL licensed, so it doesn't matter. You can distribute, copy, edit, etc. without asking me, so long as you distribute your edits under the same license. At least, that's my interpretation of it.
Of course, even if I -have- to allow editing, I don't mind it anyway. I want to see some people messing with it; figure out better ways of doing things. I'm -not- an expert, after all...
Anyway, while I haven't tried it, but you will have to A, load the module first with "insmod /lib/modules/current/leds_lp5523.ko"(note: it may also be "modprobe" instead of insmod), then after that run the "for x in 1 2 3 4 5 6; do echo 255 > /sys/class/leds/lp5523\:kb$x/brightness; done" line.
Just turn off the N900, open the keyboard, hold the U key then plug in the USB. It should work fine.
Also, Shadow, if you are talking about the Terminal mode of BackupMenu, yes, its glitched. amongst other things, the third row of keys is shifted one key to the left, and I haven't been able to fix it yet.