티맵 4.6 apk 링크

물론 지금은 5.0이 나왔음


원본 내용은 http://trivia.tistory.com/m/600 



KT , 유플러스 사용자 -playstore

https://play.google.com/store/apps/details?id=com.skt.tmap.ku

 

 

KT , 유플러스 사용자 -dropbox
https://www.dropbox.com/s/etj6dbfzm382d8j/_Tmap%204.6.0.201591KU.apk?dl=0


 

SKT사용자 4.6 -dropbox

https://www.dropbox.com/s/d4f6h4wqfyr7icw/_tmap%204.6.0.101420SK.apk?dl=0



SK사용자-4.6.3 -직링크

http://xg.ipdisk.co.kr/sx/apk/Tmap 4.6.3.101790.apk


옛날 안드로이드 기기에서 airplane mode toggle


https://stackoverflow.com/questions/10506591/turning-airplane-mode-on-via-adb


  • Windows/DOS: adb shell am start -a android.settings.AIRPLANE_MODE_SETTINGS & adb shell input keyevent 19 & adb shell input keyevent 23 & adb shell input keyevent 4
  • Unix/Linux: adb shell am start -a android.settings.AIRPLANE_MODE_SETTINGS ; adb shell input keyevent 19 ; adb shell input keyevent 23 ; adb shell input keyevent 4




adb 설치 번외


Ubunt 에서 adb tool 설치 하기

https://www.linuxbabe.com/ubuntu/how-to-install-adb-fastboot-ubuntu-16-04-16-10-14-04


apt 이용

$ apt-get install android-tools-adb


OS X 에서 adb 설치

https://stackoverflow.com/questions/31374085/installing-adb-on-mac-os-x


homebrew 이용


$ brew cask install android-platform-tools

소니 RAW 파일인 arw 파일을 윈도우 탐색기에서 미리 보기 위한 설치 파일


http://support.d-imaging.sony.co.jp/www/download/vista_raw/


SRD20_Installer0810a.exe

파이썬 dictionary 객체에다가 새로운 키를 추가 할 때...


http://stackoverflow.com/questions/1024847/add-new-keys-to-a-dictionary


이런 저런 걸 보다가 Python에도 기본 파라미터 인자가 있는 걸 봤었다.

자바에도 그런게 있나 싶어서 봤더니 없네.


http://stackoverflow.com/questions/997482/does-java-support-default-parameter-values

stackoverflow에서 대신 Builder Pattern을 사용할 수 있다고 한다.

이런게 있구나를 처음 본 -ㅅ-;


상단의 stackoverflow를 보면 Scala는 사용 가능 하다고 한다.


글이 사라질 것 대비하여 gist에 남김



+ Recent posts