Posts

Showing posts from 2015

How to setup 30pin wifi airplay music dongle - Docooler, CJI group, Weshare, Ariic and etc

Image
1. Reset this dongle with plugging in 30pin connector and pressing small hole using paper clip located on the top of dongle. 2. After flashing logo, open 192.168.8.1 with browser 3. Then you can setup name and network.

오늘은 UDP로 통신 프로그램 짜는 날

정작 문제는 Char[]와 CString과의 변환문제 였는데 의외로 쉽게 해결되심. -_-;

삼성 아티브3 윈도10->윈도8으로 다운그레이드하기

회사 장비중에 삼성아티브3 윈도8 태블릿PC가 있습니다. 아톰프로세서에 와컴 스타일러스를 사용했다고 한 제품인데, 해외제품을 수입한거더라구요. 싼맛에 샀다가 윈도 10이 나왔다고 해서 ISO파일을 구해서 설치해봤습니다. 일부러 라이센스 문제가 있을 것 같아서 윈도10 Home K버젼을 설치한거 같구요. 다 문제가 없는데, 결정적인 문제는 와콤 스타일러스를 사용하는 s note가 화면 가운데에서 뛰는 문제가 발생했습니다. 결국, F3버튼을 아주 열심히 눌러서 Factory image restore메뉴로 설정하고, 정말 거의 한나절을 기다리니, 윈도 8로 복원되었습니다. -_- 아톰이라 그런지 너무 느린데, 그 이후에는 스타일러스가 정상동작합니다. 

versrc.h is missing when compile VS2010 project in VS2008

Just delete #include "versrc.h" in xxxx.rc file. Thx.

Google Map API v2 안드로이드에 띄우기

1. Google service / Google service repository를 SDK manager에서 새로 받는것은 아실테고. 2. 계속 Credential error가 나서 확인해보니, package 이름하고 API키의 이름이 다르니 에러나는 거였음. 3. 단순히 맞춰주니까 해결. (https://console.developers.google.com/) 아 놔~ 내 피같은 3일. -_-

안드로이드 Pooq 보기

Image
  안드로이드 공중파 다시보는 프로그램인 Pooq 실행하기/실시간TV보기/VOD보기 1. Pooq을 설치한 후에 실행 바탕화면/메뉴     2. 첫 실행화면   3. 메인화면   4. 왼쪽 위의 구석 메뉴를 눌러보면 실시간TV/와 방송VOD메뉴가 있음 5. 실시간 TV실행하면 우선 아무거나 실행됨. 이때 채널을 클릭하면 지금 방송되는 내용이 실시간으로 (한2-5초 지연) 방송됨   6. 화면을 누르면 화면 오른쪽아래에 있는 테두리 모양을 눌러야 전체화면 7. 다시 메뉴에서 방송VOD클릭   8. 리스트 올리기 귀찮으면 왼쪽 위에 있는 찾기 누르기(돋보기)    9. 맨위에 방송프로그램 이름 적음, 대충아는대로     10. 예를 들어 그녀는 예뻤다.     11. 결과가 나옴. 클릭 12. 재생목록중에 선택하면 됨.    

MFC CHTMLView로 파생된 View의 함수를 Javascript에서 호출하기

Image
Daummap.htm을 만든다. (여기에 자바스크립트로 다음지도를 만듬) 그 HTML파일 안에 다음지도 스크립트로 geocoder.coord2detailaddr(coords, callback);로 얻어진 결과 값인 var jibunjuso = result[0].jibunAddress.name에 얻어진 값을 MFC CHTMLView에서 CString m_strLocationName   ; 전역변수로 등록하는 함수들을 등록 --------------------------------------------------------------------------------------------- [CxxxxView.cpp] BEGIN_DISPATCH_MAP(CxxxxView, CHtmlView)     DISP_FUNCTION(CxxxxView, "UpdateLocationJS", UpdateLocationJS, VT_EMPTY, VTS_BSTR)  ... END_DISPATCH_MAP() ... //생성자에 아래 함수를 추가 CxxxxView::CxxxxView() { // TODO: 여기에 생성 코드를 추가합니다. EnableAutomation();  ... } ... //자바스크립트에서 호출할 C++함수 작성 void CxxxxView::UpdateLocationJS(LPBSTR str) { CString tempString2; tempString2.Format(_T("%s"), str); m_strLocationName = tempString2.GetString(); // MessageBox(tempString2);   } //아래 함수추가 HRESULT CxxxxView::OnGetExternal(LPDISPATCH *lppDispatch)   {       *lppDispatch = GetIDispatch(TRUE);       return

Meegopad.cn 이미지로 Win8.1 pro EN설치/ How to install windows8.1 pro Eng image from meegopad

Meegopad T01  Install Windows8 English version from Meegopad.cn Go to http://meegopad.cn  Download Resource center http://pan.baidu.com/s/1kT9O5AB 파일이름 : 英文PRO版多语言系统.rar 1. Format USB drive to FAT32 2. Unzip 英文PRO版多语言系统.rar 3. Copy all unzipped contents of 英文PRO版多语言系统.rar to USB drive. 4. Connect it and turn on meegopad T01.  5. With LOGO displayed, Press F7 to get into boot menu.  6. Select USB drive. *** Revise ApplyOSPart-x86.txt   Rem === 3. Create the Windows partition.            =======  Create partition primary size=30720 to  Rem === 3. Create the Windows partition.            =======  Create partition primary and   Rem === 4. Create the application partition.            =======  Create partition primary   Format quick fs=ntfs  Assign letter="F" to   Rem === 4. Create the application partition.            =======  Rem Create partition primary   Rem Format quick fs=ntfs  Rem Assign letter="F" Go to following link to remove

USB 파티션 초기화하기

Image
1. Win8.1 Stick PC OS재설치하고 UltraISO로 WinPE이미지 쓰고 하다보니, 파티션의 초기화가 필요 2. 윈도키 cmd라고 타이핑후 cmd.exe아이콘위에서 마우스 오른쪽 버튼 누름-관리자로 실행 3. C:\windows>diskpart $diskpart>list disk $diskpart>select disk 1 $diskpart>clean 3. 내컴퓨터위에서 관리 - 디스크관리 선택해보면 USB드라이브가 초기화되어 있는걸 볼 수 있다. cf> 혹시 안되는 경우, 다시 diskpart내에서 create partition primary format fs=ntfs 하면 포멧까지 가능. 

Meegopad T01 재설치 / Re-install meegopad t01 with Windows 8.1 professional with proper CD key.

1. Windows 8.1 pro vlk iso파일을 구했음. 2. Windows 7 USB Download tool을 다운로드 받아서 설치 3. iso파일 선택후, USB메모리 넣고 이미지 굽기. 4. USB포트에 로지텍키보드/마우스 리시버 연결하고, USB HOST cable에 USB메모리 넣고, 부팅시에 F7을 눌러서 USB드라이브 선택 5. Windows 8설치 6. onda_driver 설치 [PowerShell]Install.bat을 관리자 권한으로 실행. 끝 -------------------------------------------------------------- 1. To get Windows 8.1 image .iso file (No with Bing ) 2. Download and install Windows 7 USB download tool from Microsoft. 3. Run iso tool and then select #1.iso file. 4. Insert blank USB drive then burn image. 5. Connect USB mouse/keyboard receiver and #4 USB drive to OTG(USB host) cable. 6. Power on with pressing F7 for Boot menu. 7. Install windows 8. 8. Then install onda_driver with running as administrator, [PowerShell]Install.bat script.

요세미티 설치 USB만들기 How to make bootable MacOSX 10.11 usb

https://support.apple.com/ko-kr/HT201372 1. Mac에서 App store에서 Yosemite 다운로드 2. USB drive 준비 (8GB+) 3. disk utility에서 USB드라이브 선택후 Erase선택 MacOS (Jounaled)로 선택 4. disk utility에서 파티션 선택 후 1 파티션선택후  아래 옵션버튼을 눌러서 GPT로 설정. 5. 가급적 라벨을 다른걸로 입력. 6. 아래 명령어를 터미널에서 입력. (ie. USB라벨: MyVolume ) sudo /Applications/Install\ OS\ X\ Yosemite.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume --applicationpath /Applications/Install\ OS\ X\ Yosemite.app

아이폰이 안꺼질때, 꺼도 다시 켜질때 -> Dock connector 교체

Image
ifixit.com 에서 독커넥터 구입.  교체중 교체결과, 성공.  역시 커넥터 문제였음. 

부트캠프 파티션 사이즈 조절하기 / 부트캠프 설치후

1. 디스크유틸리티에서 파티션탭 선택후 Macintosh HD파티션 사이즈를 줄여준다. 2. 부트캠프로 부팅 3. Minitool partition wizard free를 다운받아서 4. Bootcamp 파티션을 extend후 apply시켜준다. 5. C:가 사용중이라서 재부팅한 후에 적용시켜준다는 팝업에 재부팅을 누르면, 6. 끝. *** !!! 문제점 발견! 1. 맥으로 부팅하면 파티션늘린 것이 인식안됨. 2. 혹은 부트캠프 파티션이 인식안되는 문제점 발견. 해결때까지 잠시만 안쓰시길..

MFC에서 구글맵 표시하기

1. Temp.html로 자바스크립트 코드를 생성하는 cpp코드 작성.  2. CHtmlView::navigate2()로 로드. 

Kobo glo, 코보글로에 PDF뷰어 설치하기

1. 기존에는 KindlePDFViewer, KPV를 설치할 수 있었으나 이게 명칭이 Koreader로 변경. 2. file monitor, fmon을 설치한 후에, koreader stable버젼 설치 결론. 이상한 버젼 설치로 인해 다시 복구함. 1. fmon설치 (koboroot.tgz)를 ./kobo에 넣고 USB연결을 빼면 바로 업데이트 2. koreader stable버젼 다운로드 후, koreader.png를 복사후 /koreader 와 koboroot.tgz를 ./kobo에 복사하고 다시 USB연결 빼면 자동으로 업데이트 3. 메인화면에서 koreader.png를 클릭하면 koreader가 실행됨. 이 모든 작업의 이유는 PDF파일 볼때, reflow기능을 켜서 공백을 빼고 글자위주로 보기 위해서. 이 작업으로 인해, kobo glo가 더 쓸모 있어졌다. 작은 화면에 작은 글씨가 눈에 가시였는데, 조금 더 수월해졌음.

CListCtrl 에서 NMITEMACTIVATE->iItem의 값이 -1이 나올때

CListCtrl 사용시에 BOOL CClassName::OnInitDialog() { CDialogEx::OnInitDialog(); CRect tempRect; m_CClassNameListCtrl.GetClientRect(&tempRect); int tempWidth = (int)(tempRect.Width()/5.0 + 0.5); m_CClassNameListCtrl.SetExtendedStyle(LVS_EX_GRIDLINES|LVS_EX_FULLROWSELECT|\\ LVS_EX_ONECLICKACTIVATE); m_CClassNameListCtrl.InsertColumn(0, _T("ID"), LVCFMT_CENTER, tempWidth, -1); // Col#1 추가 m_CClassNameListCtrl.InsertColumn(1, _T("입력파일명"), LVCFMT_CENTER, \\ (tempRect.Width()-tempWidth), -1); // Col#2 추가 UpdateDataCClassNameList(); // 각 필드 업데이트 ... } void CClassName::UpdateDataInputCalList() { m_pApp = (CClassNameApp *)AfxGetApp(); m_pProjectInfoEx = &(m_pApp->m_ProjectInfoEx); CString InputStr; CPathNameInfo InputStrInfo; CRect tempRect; m_ClassNameListCtrl.GetClientRect(&tempRect); int tempWidth = (int)(

CString to char *

//CString -> char * CString str; str = "Hello" ; char * pch = LPSTR ( LPCTSTR (str)); //char * --> CString char pch[] = "Hello" ; CString str; str.Format( "%s" , pch); 오늘 알아낸 내용. CString filename; char * filen; CT2CA filen(filename); >> 실패 -  CString => const char* CString FileName = _T("file.txt"); const char* Name; Name = (CStringA)FileName; - const char* -> CString  const char* Name = "test"; CString FileName; FileName = (CString)Name; CStringT type : Declaration CStringA        : An ANSI charcter type string with CRT support. CStringW       : A Unicode charater type string with CRT support. CString          : Both ANSI and Unicode charcter types with CRT support

맥북프로에서 프린트스크린 버튼 누르기(화면캡쳐)

Shift + Fn + F11 (맥북프로 키보드상에서) 외부 키보드는 안될지도 모름.

iMessage가 로그인이 안됩니다. 오류뜰때 > https://appleid.apple.com 가서 전화번호 등록해줌.

실수로 아이폰5가 싹 지워졌음. 그래서 새로운 마음으로 쓸려고 하는데, 아이메시지가 죽어도 안됨. "로그인 에러 어쩌구 저쩌구" 그러던 중에, 시간대와 시간을 맞춘후 https://appleid.apple.com 들어가서 전화번호를 등록해보라는 블로그를 보고 맞춰서 해보니, 저장하자마자, 바로 아이메시지랑 페이스타임 작동. 반나절동안 난 뭐한거임. -_-

Meegopad T01 Windows 8 update from meegopad.cn 윈썸/미고패드 T01 새ROM으로 업데이트하기

1. I purchased a Meegopad T01 windows 8.1 with Bing TV stick but it has trial version of windows 8.1 with bing. (Not licensed) 2. With google search, I found meegopad.cn site. 3. With Chrome translation, (CN->EN), I found menu download. 4. Find text file titled, "光棍一号T01英文系统下载地址.txt" which means Meegopad t01 T01 English system Download .txt 5. Get download link and password from it. 6. Click download link (maybe yunpan.cn Chinese cloud site, need to open an account ). 7. Copy it to my cloud. 8. Download it from my cloud account. 9. '光棍一号11语言英文BING版-U盘格式-NTFS.rar' which means Meegopadt01 English Bing version USB - NTFS file system.rar 10. After completion of downloading, unrar it to temp. folder. (i.e. C:\temp\) 11. Format USB drive (Thumb drive) as NTFS disk with label "WINPE" 12. Copy all files in temp folder to USB drive (Thumb drive) 13. Turn on Meegopad t01 then press F7 to select boot option with connecting USB drive (Thumb d

데이터함께쓰기로 아이메시지 페이스타임하기

1. 아이메시지 애플아이디로 icloud로그인 설정-메시지 에서 iMessage 켜고 icloud계정 로그인 눌러서 애플아이디로 로그인 Sms로 보내기 켜고 발신및 수신에 애플아이디 클릭 아이메시지 보내고 받을때 애플아이디로 연락처에 추가해두면 편리.  2. 페이스타임 FaceTime 켜기 iCloud로 로그인눌러 애플아이디 입력한후, 페이스타임 연락처에 이메일 등록되어 있는지 확인후  페이스타임 실행후 주소록에서 고르던지  연락처에서 파란색 메시지 아이콘 클릭 하거나 페이스타임 아이콘 선택

태백으로 이동하기 종합편

Case 1.서울<->태백 Case 2.시흥<->태백 Case 3.동탄<->태백 의 경우가 생길수 있음. 따라서 1은 그래도 동서울터미널과 청량리역기준 조사 2는 시흥에서 가까운 안산터미널에서 경우 조사 3의 경우, 수원터미널이 가깝고, 오산터미널의 경우 원주에서 환승해야하므로 경우를 조사. (** 3의 경우 돈이들더래도 수원터미널로 가서 버스타기(우등버스)를 권장. -_- 원주 들렸다가는 경우는 바로 연결되는 버스가 제천/영월/고한/사북 들려서 태백가는 일반버스여서 시간이 3시간정도 소요) 수원-태백 3h20m (21000) 0700 0900 1300 1515 1700 2035 ------------------------------------------------------- 태백-수원 3h20m (21000) 0600 0940 1205 1520 1710 1940 ------------------------------------------------------- 안산-태백 3h10m (23700) 0710 0910 1225 1440 1730 2000 ------------------------------------------------------- 태백-안산 3h10m (23700) 0610 0940 1220 1520 1730 1930 ------------------------------------------------------- 서울집에서 태백가기 ------------------------------------- 서울(청량리)-태백(27,800/15700) #1631- 0705청량리 11:08 #4851- 0745서울 1141 #4851- 0807청량리 1141 #1633- 0910청량리 1250 #1635- 1210청량리 1600 #1637- 1413청량리 1742 #1639- 1613청량리 1947 #1661- 2210청량리 0130 #1641- 2325청량리 0252 동서울터미널-태백(