can you please confirm the following: i will be able to browse the web/install new applications/run applications if i do this fix ? and i wont be able to send files from my computer to my n900 using the usb cable?
hey man can you tell me which line i should remove to keep arabic font? as i get arabic messages on my phone so i cannot delete that font...i also want the nokia hands logo to stay...
# Nokia Hands Video - patch boot file & remove video file echo "Patching/Removing Nokia Hands Boot Video..." # replace default.conf; path to nokia 'hands' video becomes commented out cp /media/mmc1/emmcfix/sysbak/etc_hildon-welcome.d_default.conf.txt /etc/hildon-welcome.d/default.conf rm -r /usr/share/hildon-welcome # delete nokia 'hands' video # Remove Misc Files/Dirs & unnecss parts of packages (lic agreements, fonts) echo "Removing Asian Fonts and some other odds & ends..." rm -r /usr/share/fonts/arabic # relatively large file size rm -r /usr/share/cherry # IIRC this was a readme or documentation belonging to Nokia's feedback sender thingy
i have an 8gb sd card i use this line to enable swap on sd card: swapon /dev/mmcblk1p2 i have to type it every time i reboot my device as i don't know how to write a start up script....
swapon /dev/mmcblk1p3
swapon /dev/mmcblk1p2
mount -t ext3 /dev/mmcblk1p2 /mnt
mount -t ext2 /dev/mmcblk1p1 /mnt
echo "/dev/mmcblk1p2 /home ext3 rw,noatime,errors=continue,commit=1,data=writeback 0 0" >> $tmp_fstab echo "/home/opt /opt none bind" >> $tmp_fstab echo "/dev/mmcblk1p1 /home/user/MyDocs vfat noauto,nodev,noexec,nosuid,noatime,nodiratime,utf8,uid=29999,shortname=mixed,dmask=000,fmask=0133,rodir 0 0" >> $tmp_fstab
echo "/dev/mmcblk1p1 /home ext2 rw,noatime,errors=continue,commit=1,data=writeback 0 0" >> $tmp_fstab echo "/home/opt /opt none bind" >> $tmp_fstab