728x90 분류 전체보기895 UCS2 0x81 Encoding 방식 The encoding for '81' format is as follow 1. The first octet is '0x81' 2. The second octet is the number of UCS2 characters 3. The third octet is Base Pointer for bit15 to bit8 for the UCS2: 0xxxxxxxx0000000 4. The following octets are the coded characters with the following rule: - If the MSB (most significant bit) is zero, the remaining 7 bits contain GSM Default Alphabet. - If the MSB is one,.. 2013. 12. 27. UCS2 0x82 Encoding 방식 The encoding for '0x82' format is as follow 1. The first octet is '0x82' 2. The second octet is the number of UCS2 characters 3. The third octet and fourth octet is full 16-bit Base Pointer for the UCS2 4. The following octets are the coded characters with the following rule: - If the MSB (most significant bit) is zero, the remaining 7 bits contain GSM Default Alphabet. - If the MSB is one, the .. 2013. 12. 27. Which one to choose: '0x80', '0x81', or '0x82'? [UCS2 Type 선택 기준] Step1. Whenever possible, use '0x81' format. Strong point : '0x81' offers smallest number of memory required, i.e. (3 + N) bytes. Weak point : this format only works for character set containing 128 characters that lies between 'XX00' to 'XX7F', or between 'XX80' to 'XXFF'. Step2. If '0x81' is impossible, try the '0x82' format Strong point : '0x82' offers slightly bigger number of memory require.. 2013. 12. 27. Java plug-in 10.45.2 is not installed properly - 시스템 내에 설치된 모든 Java를 삭제한다.- 자바를 재설치 한다. 크롬 자바 다운 : http://java.com/ko/download/chrome.jsp?locale=ko익스플로러 XP 자바 다운 : http://java.com/ko/download/windows_ie.jsp?locale=ko 자바가 충돌되어 나는 에러로, 자바를 다시 설치해 주면 문제가 해결됩니다.[출처] java plug-in 10.21.2 is not installed properly|작성자 화이트로즈 2013. 12. 27. Call requires API level 3 (current min is 1) 말이 안되는 곳에서 Error이 계속 발생이 된다.왜?? 머가 문제냐;;;;;; 봤더니;;;; 에러 메세지로 "Call requires API level 3 (current min is 1): new android.text.format.Time"을 표시해 주고 있었다.문제는 바로 Manifest에 SDK Version이 기록되어 있지 않기 때문이다.Menifest에 가서 아래와 같이 적어주면, 문제는 바로 수정이 된다. 2013. 12. 27. [안드로이드] 막대 그래프 그리기 1 (Android Bar Graph - achartengine) 라이브러리 다운로드 (Download Achartengine Lib) https://code.google.com/p/achartengine/ 이클립스에서 안드로이드 프로젝트 생성 (Create Android Project) 프로젝트에 라이브러리 추가하기 (Add Lib in the project) 만약, libs 폴더가 없다면 만들어 주면 된다. 그래프 LIB 사용 (Use Graph LIB) // 표시할 수치값 List values = new ArrayList(); values.add(new double[] { 14230, 12300, 14240, 15244, 15900, 19200, 22030, 21200, 19500, 15500, 12600, 14000 }); /** 그래프 출력을 위한 그래픽 속성.. 2013. 12. 27. LG G2 킷캣 업데이트 작업 중 지금으로 큰 변화는 알 수 없으나, 4.3 Version을 건너뛰어서 4.4로 바로 갈 것으로 판단된다. 그게 언제 쯤 인지는 알 수 없으나 한달 정도 텀을 본다면 공지가 뜨지 않을까 싶다. http://www.fnnews.com/view?ra=Sent0901m_View&corp=fnnews&arcid=201311300100328550017269&cDateYear=2013&cDateMonth=11&cDateDay=30 2013. 12. 27. 이전 1 ··· 72 73 74 75 다음 728x90