| The Following 4 Users Say Thank You to HtheB For This Useful Post: | ||
|
|
06-20-2012
, 02:09 PM
|
|
|
Moderator |
Posts: 1,944 |
Thanked: 1,628 times |
Joined on Dec 2009
@ Bize Maemo'da Trabzon
|
#13
|
)
|
|
06-20-2012
, 02:31 PM
|
|
|
Posts: 2,271 |
Thanked: 4,132 times |
Joined on Jan 2010
|
#14
|

flasher-3.5 -u -F RX-51_2009SE_20.2010.36-2_PR_COMBINED_MR0_ARM.bin
./flasher-3.5 -u -F RX-51_2009SE_20.2010.36-2_PR_COMBINED_MR0_ARM.bin
# modprobe mtdblock # modprobe ubi # modprobe nandsim first_id_byte=0x20 second_id_byte=0xaa third_id_byte=0x00 fourth_id_byte=0x15 # cat /proc/mtd dev: size erasesize name mtd0: 10000000 00020000 "NAND simulator partition 0" # ls -la /dev/mtd* brw-r--r-- 1 root root 31, 0 2009-12-01 18:50 /dev/mtd0 brw-rw---- 1 root disk 31, 0 2009-12-01 19:06 /dev/mtdblock0 # dd if=rootfs.jffs2 of=/dev/mtdblock0 bs=2048 74688+0 records in 74688+0 records out 152961024 bytes (153 MB) copied, 5.87334 s, 26.0 MB/s # ubiattach /dev/ubi_ctrl -m 0 UBI device number 0, total 2048 LEBs (264241152 bytes, 252.0 MiB), available 0 LEBs (0 bytes), LEB size 129024 bytes (126.0 KiB) # ls -la /dev/ubi* crw-rw---- 1 root root 252, 0 2009-12-01 19:06 /dev/ubi0 crw-rw---- 1 root root 252, 1 2009-12-01 19:06 /dev/ubi0_0 crw-rw---- 1 root root 10, 58 2009-12-01 19:05 /dev/ubi_ctrl # mount -t ubifs ubi0_0 /mnt/n900/ # ls -la /mnt/n900 | head total 4 drwxr-xr-x 22 root root 1504 2009-10-30 14:36 . drwxr-xr-x 9 root root 4096 2009-10-25 20:02 .. drwxr-xr-x 2 root root 3920 2009-10-30 14:31 bin drwxr-xr-x 2 root root 232 2009-10-30 14:48 boot drwxr-xr-x 2 root root 160 2009-10-30 14:28 cdrom drwxr-xr-x 3 root root 3808 2009-10-30 14:37 dev drwxr-xr-x 2 root root 160 2009-10-30 14:28 .dev drwxr-xr-x 72 root root 7488 2009-10-30 14:48 etc drwxr-xr-x 2 root root 160 2009-10-30 14:28 floppy #
dd if=/dev/zero of=/path/to/N900root/rootfs.img bs=1M count=1024 mkfs.ext2 /path/to/N900root/rootfs.img mkdir /tmp/maemoroot mount -o loop /path/to/N900root/rootfs.img /tmp/maemoroot
cp /mnt/n900/* /tmp/maemoroot/
umount /tmp/maemoroot
AEGIS_FIXED_ORIGIN=com.nokia.maemo dpkg -i sudo_1.6.8p12-4osso28\+0m6_armel.deb
passwd user
### Automatically added by update-sudoers start ### Defaults env_check+="HOME DISPLAY" Defaults env_keep+="HOME DISPLAY" Defaults env_reset user ALL = (ALL) NOPASSWD: ALL developer ALL = (ALL) ALL ### Automatically added by update-sudoers end ###
sudo qchroot MyDocs/rootfs.img /.debian
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
apt-get update apt-get install wordpress run-standalone.sh WordPress
/etc/rc1.d/K20hildon-desktop start #and maybe something else, I tried various rc files run-standalone.sh gnumeric
| The Following 23 Users Say Thank You to qwazix For This Useful Post: | ||
chenliangchen, Dousan, Estel, godofwar424, HtheB, imo, jecargo22, Kabouik, kingoddball, MaddogG, michaelmhk, MINKIN2, misiak, mrsellout, qhubekela, qole, riv64, sifo, stlpaul, thedead1440, viento23, wook_sf, Zaerc | ||
|
|
06-20-2012
, 02:54 PM
|
|
Posts: 312 |
Thanked: 93 times |
Joined on Jul 2010
@ Brittany, France
|
#15
|


4. Requires open mode, I don't know if inception can be used alternatively

| The Following 5 Users Say Thank You to Kabouik For This Useful Post: | ||
|
|
06-20-2012
, 03:39 PM
|
|
|
Moderator |
Posts: 1,944 |
Thanked: 1,628 times |
Joined on Dec 2009
@ Bize Maemo'da Trabzon
|
#16
|
Any way to backup all settings (and apps) from an incepted N9, then reflash it into open mode, and restore everything?
installing newest ubuntu now)
| The Following User Says Thank You to HtheB For This Useful Post: | ||
|
|
06-20-2012
, 04:49 PM
|
|
|
Posts: 2,271 |
Thanked: 4,132 times |
Joined on Jan 2010
|
#17
|
Xephyr :2 -br -screen 800x480x16 -fullscreen -dpi 96
export DISPLAY=:2
| The Following User Says Thank You to qwazix For This Useful Post: | ||
|
|
06-20-2012
, 05:11 PM
|
|
Posts: 570 |
Thanked: 894 times |
Joined on Feb 2010
@ Gdynia, Poland
|
#18
|
I followed qole's instructions to run harmchom (debian chroot) and after chrooting to debian I ran
This launches an empty Xephyr window. Then on fremantle chrootCode:Xephyr :2 -br -screen 800x480x16 -fullscreen -dpi 96
Code:export DISPLAY=:2
cd "/" && /bin/sh -c "DISPLAY=\"10.10.206.15:2\" af-sb-init.sh start"
|
|
06-20-2012
, 05:37 PM
|
|
|
Posts: 2,271 |
Thanked: 4,132 times |
Joined on Jan 2010
|
#19
|
ERROR:PipDate.c:569:pip_date_to_string_format: assertion failed: (pip_date_is_valid((date)) Attempt to remove filter function 0xcca8 user data (nil), but no such filter has been added
|
|
06-20-2012
, 05:47 PM
|
|
|
Moderator |
Posts: 1,944 |
Thanked: 1,628 times |
Joined on Dec 2009
@ Bize Maemo'da Trabzon
|
#20
|


Mounting... using image file: MyDocs/rootfs.img fs type is img Don't know img: Using ext2 file system Using ext2 file system /bin/qmount: line 203: modprobe: not found mounting MyDocs/rootfs.img on loop Mount failure! MyDocs/rootfs.img failed to mount on loop0 mount: mounting /dev/loop1on /.debian failed: No such file or directory Cancelling chroot...
![]() |
| Thread Tools | Search this Thread |
|
www.HtheB.com
Nintendo DS Homebrew Developer