顯示具有 computer 標籤的文章。 顯示所有文章
顯示具有 computer 標籤的文章。 顯示所有文章

2016年7月30日 星期六

Vido N80RK OMNI 4.4 V1.41

It's working.

Ref: http://www.arctablet.com/blog/forum/crewrktablets-rk3188-entwicklung-customroms-development-croms/rom-odys-iron-omnirom-4-4-2-custom-root-firmware-20140530/page-5/

  1. Download CrewRKTablets Odys Iron Omni 4.4 V1.3
  2. Download CrewRKTablets KK Omni V1.3 model fix AOC Q70S15
  3. Replace the kernel.img in rockdev/Image directory with the kernel.img from a stock n80rk tablet. In order to get this stock image you can start with a stock n80rk, root with TPSparkyRoot, install CWM and backup the kernel.img file using CWM. In case you want to skip this step, Oma has posted the kernel here and the model fix here.
  4. Copy the model fix from your PC to an sdcard that you can insert into the n80rk.
  5. Boot the n80rk and turn on USB debugging and make sure the model fix file, and any other for that matter, are on the sdcard and you can see them.
  6. Power off the n80rk.
  7. Go to the directory on your PC where you downloaded the Odys Iron Omni 4.4 rom with the replaced kernel and cd to RKDevelopTool_v1.37. This assumes you have the Rockchip Drivers installed, which can be tricky. I am running Windows 7 64 bit and did not have much problem. It is best to look through the ARCTablet forum to see how to install the drivers.
  8. Start RKAndroidTool.exe, it should start and indicate 7 files to be flashed to the tablet, which are loader, parameter, misc, kernel, boot, recovery and system. backup is not checked. At this point is should show No Found RKAndroid rock usb at the bottom.
  9. While holding down the Vol+ key on the n80rk, plug a usb cable into the tablet. You should hear the usb bing/bong sound (if you have speakers on your PC of course) and the message on the RKAndroidTool should change to Found.
  10. Press EraseIDB and the RkAndroidTool should indicate 4096 blocks cleared and there will appear a Done message to the window at the right of the table. It takes about 10 secs.
  11. Press Run and the flashing will commence. It will take about one minute and again you will see a Done message.
  12. At this point, the n80rk should reboot by itself and will boot into ClockWork Recovery.
  13. Move the highlighted bar to wipe cache partition using the Vol+/Vol- keys on the n80rk and press the power key as Enter. From memory, when you hit enter you will need to use Vol+/Vol- to select Yes to cofirm.
  14. Move the highlighted bar to wipe data/factory reset using the Vol+/Vol- keys on the n80rk and press the power key as Enter. From memory, when you hit enter you will need to use Vol+/Vol- to select Yes to confirm.
  15. Next you want to apply the patch (model fix AOC Q70S15). This can be done by selecting install zip from sdcard and then on the next menu choose zip from external sdcard and then you will see the file you loaded on your sdcard (model fix AOC Q70S15). You need to select that and then select Yes on the net screen to confirm.
  16. Once that is complete, you return to the home menu of CWM by selecting +++++ Go Back +++++ and finally selecting reboot system now. CWM popup up two screens when you select reboot system now and I just answered No to both of them, though perhaps Yes is a better answer? Maybe someone can provide guidance??
  17. I then had to change the rotation by using build.prop (get from AppStore) to modify ro.sf.hwrotation to equal 270 as the screen rotation was incorrect.
  18. That's it, now you have Android 4.4 running on an Vido n80rk.


2016年4月21日 星期四

萬能學習型遙控器57# IC:SJ-018+24C16

純備份用-"這只不錯用 !"

一、將學習型遙控器與被複製遙控器發射頭相對齊放好

二、用筆或牙籤戳住學習遙控器[SET]孔、直到LED燈號持續亮起後放開

三、按一下想要學習的按鍵[電源],則LED燈將更亮

四、按住被複製遙控器的[電源],直到學習型LED燈閃爍三下後放開,
   則學習拷貝完成。

五、戳一下[SET]孔,燈滅即設定完成

2016年1月18日 星期一

Debian8安裝無線網卡

ubuntu太胖,acer aspire T-300跑太動,索性利用假日重裝debian8 lxde
可是bcm4306一直跑不起來,jessie內建的wicd對無線網卡不太友好,
即使移除wicd,使用network-manager-gnome還是無法從gui去設定ssid及pw
記錄一下text mode的連線過程

dmesg | grep Network
lspci --nn
確認網卡
apt-get install firmware-b43-installer
apt-get remove wicd
apt-get install network-manager-gnmoe
還是無解,雖然wlan0有on起來
iwlist wlan0 scan
手改wlan0的dhcp及ssid/pw
vi /etc/network/interfaces
  auto wlan0 
  iface wlan0 inet dhcp
    wpa-ssid "APNAME"
    wpa-psk "PW"





/etc/init.d/networking restart
這樣才搞定! 累~~~

另外jessie中文字型的安裝也不同 ttf改成fonts
 ex. ttf-arphic-uming --> fonts-arphic-uming







2014年6月7日 星期六

ON/OFF Switching by Data register (D0~D7) of lpt port

Handmade Two channel DO Relay device for arduino or labview


2013年3月5日 星期二

Grub4Dos with USBstick

I try to combine Grub4Dos and FreeDos, but unusual several times.
I find the site finally. It work.
http://black-pixel.net/bootable-usb-stick-with-grub4dos-freedos-and-iso-images-e-g-ubcd.html
simply description
1.Start with formatting the USBStick using FAT32 by USB Disk Storage Format Software or the others.
2.Download grub4dos.zip to Run grubinst_gui as Administrator. Refresh Part List fisrt. choose Whole disk(MBR) and install Grub4Dos to USBStick.
3.Copy the file grldr and menu.lst onto the Root of USB Falsh Drive.
4.Download fdbasecd.iso and Extract or mount it.
5.Copy the folder ODIN from FREEDOS\SETUP onto the USBStick and Copy Command.com from the ODIN folder into the Root of the device.
6.Add the following to menu.lst to boot FreeDOS
title FreeDOS
root (hd0,0)
chainloader /ODIN/kernel.sys
boot

If you want you can add the following lines at the end, they should be self explanatory.
title reboot
reboot

title halt
halt

MSDOS can also add the system files to the root of the device.(IO.sys,MSDOS.sys and COMMAND.COM)
Add the following to menu.lst
title DOS
chainloader /io.sys

2012年12月21日 星期五

網樂通改機

本想讓它跑安卓,不幸的是,它名出不同門,雖也是Linux(STLinux)...#$%@&
網路上資料不算豐富,比較系統整理的就是OSSLab的NEXTPBX,既然要改機,當然要先熟習一下它囉!
1.RS232->TTL
2.取得ROOT
3.移除IPTV及LIRC...安裝SMB-->NAS 先列上述功課,step by step to do it.

 memo
#mark /root/run_a18.sh
1./etc/init.d/lircd 啟動紅外線模組
2./root/bin/SCS_Server.exe 可能是網樂通專用的,功能不清楚
3./root/bin/iPTV.exe 網樂通的使用者介面 取得shell

2012年12月19日 星期三

Slax7 & Puppy Slacko5.4

自從從"資訊人權貴"洪老師那得知Slax7將於年底推新後,一直期待它的完成,不過這幾天試用下來,實在討不得我喜,或許Unity式圖式介面是趨勢,但是portable tools的精神似乎被減低了,運行在舊PC上,實在殘不忍睹.它與芭比最近推出的Slacko5.4,效能真是差太多了,平平都是源出Slackware,怎.....,可能要怪我的電腦太爛了..呵呵
說真的,Puppy Slacko 5.4相形之下,真的好用...

2012年12月2日 星期日

Puppy Linux Wary 5.3

這幾天藉機忘了要讀書,只顧玩芭比小狗,實在是#$%&,信心逐漸瓦解中...
芭比繁體中文化資源還是很少,不過s5n竟然用CF卡可以跑得很順,可能它都以記憶體來跑吧?
可是無法載入pae cpu的kernel,只有wary5跑2.6才可以動,其他包括racy,slacko用核心3的都跑不動.
下回要用usb2.0來試看看,應該也是有好表現才對.
安裝下列3個pet即可達成顯示中文,輸入中文及flash安裝的需求
uming-ttc-0.2.pet
gcin-1.4.5.pet
install_flash_player_11_linux.i386.pet
其實可至puppy package manager安裝其它官方的套件,不過資源不多就是.


ref
https://sites.google.com/site/mmamtb/Home/

MSN 翻譯機器人 Tbot

其實加入tbot已經很久了,差不多也忘了它的存在....呵呵
要加入它很簡單,就新增個聯絡人即可,它就是mtbot@hotmail.com.
第一次它會問你欲選的來源及目標語言,若要變更只要鍵入tbot change即可再一次選擇來源及目標,
其實只要記得它的help,就是tbot ? ,它就會列出清單出來,很容易唄
輸入 Tbot ?
TBot: 以下是我了解的所有命令:
1 TBot lang - 顯示目前的語言組
2 TBot change - 選取翻譯語言
3 TBot stop - 停止翻譯
4 TBot start - 重新開始翻譯
5 TBot set - 設定偏好語言
6 TBot detect - 偵測文字語言
7 TBot ? - 顯示此命令清單
請參閱:http://translator.live.com

2012年9月26日 星期三

Thunderbird通訊錄手動還原

找不到就是找不到,它不像郵件就放在C:\Documents and Settings\User_name\Application Data\Thunderbird\Profiles\xxxxxxxx.default\Mail\Local Folders\裡, 只要複製原始郵件匣檔案,即使沒有msf索引檔,系統也會自己索引而還原.
通訊錄就沒那麼好找,參考wiki說明(http://wiki.moztw.org/設定檔詳解),指出
  • Mail - 裡面放置了您所有的帳號所收下來的信件,以及其郵件過濾器規則的資料夾。
  • abook.mab - 通訊錄。
  • history.mab - 好像也是通訊錄吧。
 其中得知副檔名mab為通訊錄資料,尋找檔案位置,它就在C:\Documents and Settings\User_name\Application Data\Thunderbird\Profiles\xxxxxxxx.default\下,實際交叉測試後得到通訊錄檔案就是:
      1.個人通訊錄-->abook.mab
      2.收集到的E-mail-->history.mab
      3.新增群組-->impab.mab
 其中新增的部份,它會依impab-1.mab,impab-2.mab,...,impab-x.mab的方式累進,原本以為只要將備份的檔案丟回即可,結果不然,它不像郵件般會自動索引加入,必須以人工手動方式,先建立群組,再以備份檔貼回的方式處理,小笨一個,只能先這樣解燃眉之急.下回一定要先要求,以mozbackup的程式備份資料.

2012年7月10日 星期二

perl: warning: Falling back to the standard locale ("C").

最近Debian upgrade都會報警告,


perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "zh_TW"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory

而且也執行dpkg-reconfigure locales 設定中文,結果還是一樣.....
最後解決的方式,很簡單
只要下個指令
 export LC_ALL=C

Done, That's all. so easy

進入Window都會執行chkdsk

第一次遇到BIOS中毒的PC,無法開機,藍底白字顯示0X0000007B,0XF7982640,0xC0000034,0X0000000.....,也無法用LIVE CD或PE開機,總之就死當,進不了系統.
google搜一下,表示是SATA出無問題,只好下載最近的BIOS更新.再花幾分鐘GHOST回去.系統終於正常.不過每次開機都會執行一次CHKDSK, 很礙眼.
執行(WIN+R)
進入regedit
尋找 " session manager" 的 bootexecute
將 "  autochk autochk * "清空
好像會有2~3次叫吧!再重新開機.問題就排除了

2012年4月3日 星期二

wuawei e5830 for china unicom

WUAWEI E5830
192.168.1.1
admin

China Unicom(D)
進階設定>撥號設定>Profile設定
Profile名稱: China Unicom(D)
撥號號碼:*99#
驗證:CHAP
APN:靜態: 3gnet

2012年3月7日 星期三

ISP DNS Server

ISP DNS伺服器位址

Hinet dns – 中華電信dns
168.95.1.1
168.95.192.1
168.95.192.2

SeedNet dns - 數位聯合電信 dns
北區: 台北, 桃園, 新竹, 宜蘭, 花蓮, 苗栗
139.175.55.244
139.175.252.16
中區: 台中, 彰化, 南投, 雲林
139.175.150.20
139.175.55.244
南區: 高雄, 台南, 嘉義, 屏東, 台東
139.175.10.20
139.175.55.244

So-Net dns
61.64.127.1
61.64.127.2

GIGA dns
203.133.1.8
203.133.1.6

APOL dns - 亞太線上 dns
203.79.224.10
203.79.224.30

Sparq dns - 速博 dns
211.78.130.10
211.78.130.11

TFN dns – 台灣固網dns
211.78.215.137
211.78.215.200

TTN dns – 台灣電訊dns
202.145.136.4
202.145.138.1
202.145.138.136
202.145.138.200
210.17.1.1

2012年2月24日 星期五

WIN7啟動管理者模式

WIN7 Administrator 預設關閉
1.按下[開始]按鈕 ,在程式集中找出[命令提示字元],按滑鼠右鍵,選擇[以系統管理員身分執行]。
2.出現[使用者帳戶控制] 對話視窗,點選[是]。
3.出現以系統管理員身分執行的[命令提示字元],輸入 net user administrator /active:yes 完成後按 Enter 鍵,此命令用來啟用 Administrator 帳戶 。
4.我們可以到[管理帳戶]中得知 Administrator 帳戶已啟用。
5.假如想要停用 Administrator 帳戶,一樣以系統管理員身分執行[命令提示字元],輸入 net user administrator /active:no,完成後按 Enter 鍵即可。

2012年1月18日 星期三

ns5gt

ns5gt_5.0.0r1.9
ns5gt_5.0.0r11
ns5gt_5.3.0r6.0
ns5gt_5.4.0r3a.0
ns5gt_5.4.0r18.0
ns5gt_6.2.0r7.0
ns5gt_6.2.0r11.0

bluedio I4

第二次上淘寶買東西,這次要謝謝阿德了,讓它渡鹽水又親自拿給我,感恩拉
人頭紙不到60塊,加上一個5元的配適器(藍牙傳輸器)及車插座USB,小計花了約80元,因為配適器多買了3個,不到400台幣,差不多是在露天買的售價,只是多賺到了3個傳輸器及USB車插座.
初拿到與SE W705配對,不錯馬上可以連通,不過與PC連接卻無法成功.若要單靠WINDOWS內驅動,準無法發揮它的功能,其實我另一個目的,是要W705與PC連接,當然谷歌一下,發現還是要靠第三工具才能達成我的目的,它就是bluesoleil.
bluesoleil是shareware,要花錢才能全享它的功能,不知還有沒有其它的工具軟體呢?不過使用它真的蠻方利地,按右鍵就可以選擇連接方式.
WINDOWS可以了,再來就是LINUX了,目前可以驅動及連結,不過要開啟傳輸仍有待努力中...
start up bluetooth on debian
install blueman bluez
service bluetooth start
hciconfig hci0 up 啟動
hcitool (bluez工具)
hcitool dev (位置與裝置)
hcitool scan (藍牙掃描)
hcitool name [bdaddr] (硬體名稱與位置)
hcitool inq (查詢所有裝置)
sdptool browse [dbaddr] (服務查詢)
l2ping [dbaddr] (L2連線狀態)
pin碼設定位置: /etc/bluetooth/pin

2011年10月31日 星期一

openwebmail.conf

/usr/lib/cgi-bin/openwebmail/etc/openwebmail.conf

domainnames nt-promd.com
auth_module auth_unix.pl
mailspooldir /var/mail
ow_cgidir /usr/lib/cgi-bin/openwebmail
ow_cgiurl /cgi-bin/openwebmail
ow_htmldir /var/www/openwebmail_data
ow_htmlurl /openwebmail_data
logfile /var/log/openwebmail.log

enable_viruscheck no
enable_spamcheck no
enable_learnspam no

default_locale zh_TW.Big5
default_iconset Default
default_fscharset none

enable_pop3 no
enable_userfolders no
enable_spellcheck no
enable_advsearch no
enable_webdisk no
enable_userfilter no
enable_sshterm no
enable_changepwd no

default_filter_badaddrformat yes
default_filter_fakedsmtp yes
default_filter_fakedfrom yes
default_filter_fakedexecontenttype yes

2011年9月29日 星期四

U8S Chips inside

U8SMID8GBC 1.08C wifi:8188 audio:8388
RK2818

PC7001B110BRBRG
(KW-PC7001B)

REALTEK (802.11n)
RTL8188C06

ES8388 (LOW POWER CODEC(Ver.B=WM8988))
CDHJY4EL

AXP173 (PMU power manage unit)
B1023DA 31R

XPT2046 (touchpad control)
1043

hynix (ram)
H27UBG872ATR
H5PS1G63EFR

2011年9月28日 星期三

Cube U8S

第一次上淘寶購物,買的就是這台平板.其實也是網游了很久才選上這台,原本屬意的是藍魔W10V2.0標價699,約台幣3500元,再加上運費4000元是跑不掉的,這與在露天或是請代購買都是有約1000元上下的價差.其實本來要買的是VM8650這款平板,網購也約2000元,但是最不能接受的是它的擴充裝置太突兀了.最後找到它U8S淘酷版,RK2818,7吋,內存8G,人民幣399元,順豐運費再加40元,換算當時的匯率約2100元,當玩具玩也不過如此.
使用到目前約2個月,它的C/P值也真是夠本了,光是MARKET就有玩不玩的東西,不過只能說這東西淘汰太快了,A8核心,7吋電容屏現在只要599(原道N12),真是買早了,呵呵.
總之,對於它的評價是及格的,刷機,擴容,開ROOT也很容易,這幾天用SDK截屏也很順利,算是個好物.