>>33 やってみたけど起動で止まるね >?Put netbook in recovery mode by booting with ctrl-esc hold >?Have a mini USB cable connected >?Run sudo LD_LIBRARY_PATH=. ./nvflash --bl ./fastboot.bin --download 6 oneiric-preinstalled-desktop-armel+ac100.bootimg >?Copy oneiric-preinstalled-desktop-armel+ac100.tar.gz to a USB stick as a regular file on the first parition. >FAT or EXT2/3/4 should work. Do not unpack or dd it, simple copy. >Make sure the md5sum is alright after copying ※windowsでやったのでRunのところは以下でやった。 ※tar.gzのMD5チェックはやった。bootimg値が見つけれないのでやってない nvflash\nvflash.exe --bl nvflash\fastboot.stock.bin --go nvflash\nvflash -r --rawdevicewrite 5376 4096 image\oneiric-preinstalled-desktop-armel+ac100.bootimg fatのmediaで 起動すると、文字が流れて Error: No Tarball found Spawning a shell within the initramfs Busybox なんちゃら・・・(initramfs)で止まる sdでもUSBでも同じ やった人いる?
>>70 Android 3.0.1 v 0.3 x4 for Toshiba AC100 Features: - New kernel with swap,loop,squashfs,joystick,btusb,wimax support (look into /system/lib/modules); - experimental overclocking support up to 1,5 GHz in 4overclockers directory; - Battery hold 8+ Web-surf, if SetCPU have Powersave profile (you can try too from market juiceDefender); - Correct Sleep (Go to sleep hold button Power more 3 sec, for un-Sleep all functional keys (i m using down arrow); - WiFi connect with open point (immediately after the flash, no more run the additional scripts? if not - run 2.sh); - Correct work DHCP in WiFi connect; - Keyboard works more correctly; - 3G modems (usb or internal) start avtomatically; - After suspend the internal modem must be reactivate via a reboot - fixed, choose SilverAlx kernel. - correct automount points; - MidnightCommander,dropbear,busybox 1.1.19 included; - openVPN support. Still don't work: - Bluetooth; - camera; For flashing (after all 3.0 or Silver's 2.2v4b only) - install drivers, get miniusb-plugged ac100 to fastboot (ctrl+esc+power), Also you can start backup.cmd (copy from scripts) or ./scripts/backup.sh before install for backup your current firmware. Run flash.cmd (flash4win_old.cmd) - for windows , flash.sh - for linux. Run script than select model (universal 4test is for non-russian models like 114 or 110) and kernel type (SilverAlx's kernel is recommended) Run restore.sh if firmware not start.
>>74 開発元の Alex V. Kurunov さん のツイッタにあがってたよ。 http://twitter.com/#!/xandrster Android 3.0.1 v 0.4alpha2 for Toshiba AC100 Features: - New kernel with swap,loop,squashfs,joystick,btusb,wimax support (look into /system/lib/modules); - experimental overclocking support up to 1,5 GHz in 4overclockers directory; - Battery hold 8+ Web-surf, if SetCPU have Powersave profile (you can try too from market juiceDefender); - Correct Sleep (Go to sleep hold button Power more 3 sec, for un-Sleep all functional keys (i m using down arrow); - WiFi connect with open point (immediately after the flash, no more run the additional scripts? if not - run 2.sh); - Correct work DHCP in WiFi connect; - Keyboard works more correctly; - 3G modems (usb or internal) start avtomatically; - After suspend the internal modem must be reactivate via a reboot - fixed, choose SilverAlx kernel. - correct automount points; - MidnightCommander,dropbear,busybox 1.1.19 included; - openVPN support. - Bluetooth with bugs ; - camera whth bugs; For flashing (after all 3.0 or Silver's 2.2v4b only) - install drivers, get miniusb-plugged ac100 to fastboot (ctrl+esc+power), Also you can start backup.cmd (copy from scripts) or ./scripts/backup.sh before install for backup your current firmware. Run flashxandrster.cmd - for windows , flash.sh - for linux. Run script than select model (universal 4test is for non-russian models like 114 or 110) and kernel type (SilverAlx's kernel is recommended) Run restore.sh if firmware not start.
僕はバックアップが要らないので、flashsilver.cmdの117 v1でやった。以下ログ。6のimgがエラーで書き込めていない。 >Nvflash started [>resume mode] >--rawdevicewrite arguments missing それでも起動して動いている。既存(v4b)のimgと今度のそれとはサイズが違っている為?わからない。再度直接単独で書き込もうとしてもエラーとなる。 sending file: .\nvflash\fastboot.stock.bin | 936016/936016 bytes sent .\nvflash\fastboot.stock.bin sent successfully waiting for bootloader to initialize bootloader downloaded successfully Nvflash started [resume mode] --rawdevicewrite arguments missing Nvflash started [resume mode] sending file: .\img\8.img / 314572800/314572800 bytes sent .\img\8.img sent successfully Wipe /data? [y/n]: y Nvflash started [resume mode] sending file: .\img\12.img / 1294991360/1294991360 bytes sent .\img\12.img sent successfully All done! Don't forget to reboot your device
>>90 --rawdevicewrite S N filename writes back N sectors from filename to device starting from sector S S=書込み開始セクタ:5376 N=書込みセクタ数:2844 1セクタ=2048byte なぜ2048byteなのかは、flashsilver.cmdの以下の記載から。 set /a size=%%~zj/2048 .\nvflash\nvflash -r --rawdevicewrite 5376 %size% %%j /2048 で2048で割ってるのですよ。