티맵 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

+ Recent posts