Tuesday, December 18, 2012

nook is starting stuck

http://forum.xda-developers.com/showthread.php?t=1360994

copy for XDA-developer
Officially supported by The Nooter Project for Nook Simple Touch
http://code.google.com/p/nooter/

Touch-Formatter (Tool to return to stock)
  • Information:

    • What it does:
      • Formats: /data, /cache, /system
      • Installs 1.1 /system.
      • Regenerates /data automatically.
    • Bugs:
      • CWM may not refresh the screen correctly when booted, move the cursor with the right keys so it refreshes the screen.
      • If CWM hangs while rebooting, dont worry, force shutdown, and start your nook again, nothing bad happens.
    • Future updates: (In order of priority).
      • Update to 1.1.2
      • Be compatible with NSTG (Nook Simple Touch Glowlight)
      • Differentiate between the NST and NSTG (Nook Simple Touch Glowlight) so to make only one zip.
      • Backup /factory + Wipe the complete NST + Recreate the whole NST partition table + Restore /factory



On future updates I'll try: automatically make a backup of /factroy, recreate the whole nook partition table so that people that screw hard can breathe new life into their NST easily.



Saturday, December 15, 2012

nook simple touch Chinese reading

替换系统字体字体下载见:http://www.hi-pda.com/forum/viewthread.php?tid=805533 (1.01版)http://www.hi-pda.com/forum/viewthread.php?tid=889528&extra=page%3D1 (1.1版字体,修改了标点)方法:使用adb命令,可下载附件中的fonts.bat,把字体和fonts.bat放在一个目录,运行fonts.bat(亲测可用,不会启动不了)
  1. adb shell mount -o rw,remount -t ext2 /dev/block/mmcblk0p5 /system
  2. adb push GillSans.ttf /system/fonts/GillSans.ttf
  3. adb shell chmod 644 /system/fonts/GillSans.ttf
复制代码
  replace the red ones first
这里列一下可以这个批处理可以更换的字体文件: 
Amasis30.ttf
Amasis30-Bold.ttf
Amasis30-BoldItalic.ttf
Amasis30-Italic.ttf
Caecilia.ttf
Caecilia-Bold.ttf
Caecilia-BoldItalic.ttf
Caecilia-Italic.ttf
GillSans.ttf
GillSans-Bold.ttf
GillSans-BoldItalic.ttf
GillSans-Italic.ttf
HelveticaNeue.ttf
HelveticaNeue-Bold.ttf
HelveticaNeue-BoldItalic.ttf
HelveticaNeue-Italic.ttf
HelveticaNeueMedium.ttf
HelveticaNeueMedium-Italic.ttf
Malabar.ttf
Malabar-Bold.ttf
Malabar-BoldItalic.ttf
Malabar-Italic.ttf
Trebuchet.ttf
Trebuchet-Bold.ttf
Trebuchet-BoldItalic.ttf
Trebuchet-Italic.ttf

想将字体改为自己想要的,把需要更换的字体名称改成想要跟换的字体文件名称就好了。
注意,NOOK2机内内存好像有限,具体我也没研究过有多大,但是字体更换太多据说会内存不够

Sunday, January 29, 2012

DICOM, MatLab

1. good start up from other blogger:
2.Medical Image Format FAQ
3.http://code.google.com/p/dicompyler/
3.http://code.google.com/p/pydicom/