한 줄 요약 In a Nutshell

TePilot은 제작자 서버를 운영하지 않습니다. 위치·주행 데이터와 차량 폰키는 사용자의 폰에 저장·처리되며, 외부로 나가는 통신은 ① 사용자가 연결한 구글(차계부 시트 동기화), ② AI 기능을 켰을 때 쓰는 AI 공급자(음성·문구·주행 비교 해석), ③ 카메라 경고용 내비 SDK, ④ 로그인 시 차량 계정 API(차량 데이터 조회), ⑤ 날씨·주소/장소 조회와 차계부 지도 타일 정도입니다. 모두 사용자의 설정·연결로만 동작합니다.

TePilot has no developer server. Location, drive data, and vehicle phone keys are stored and processed solely on your phone. External communications only include: ① Google (Trip log sync), ② AI Providers when AI features are enabled, ③ Nav SDK for camera alerts, ④ vehicle account API if logged in, and ⑤ Weather/Address/Map tile APIs. All of these operate strictly based on your settings and connections.

단말에 저장되는 정보 Data Stored on Device

📍 위치 · 주행 데이터Location & Drive Data

주행 인식과 과속·구간단속 카메라 경고를 위해 위치를 사용합니다. 경고 판단은 단말에서 처리되며, 주행 경로 자체를 제작자 서버로 보내지 않습니다.

Location is used to detect driving and provide speed camera alerts. Alert processing happens locally; we do not send your routes to a developer server.

🔑 차량 BLE 폰키Vehicle BLE Phone Key

차량 연결·제어에 쓰이는 키 정보는 기기 로컬에 저장됩니다. 차량과 블루투스로 직접 통신하며, 외부 서버로 전송하지 않습니다.

Key information used to connect/control the car is stored locally on your device. It communicates directly with the car via Bluetooth and is not sent to any external server.

📒 차계부 기록Trip Log Records

거리·전비·충전 등 주행 기록은 단말 DB에 저장됩니다. 사용자가 구글 시트 연동을 켠 경우 본인 구글 계정의 시트로만 동기화됩니다.

Distance, efficiency, and charging logs are stored in the local DB. If Google Sheets sync is enabled, it syncs only to your personal Google account.

🔊 음성 캐시 / 설정Voice Cache & Settings

생성된 음성 멘트 캐시와 앱 설정(음성 on/off, 임계값 등)은 단말에 저장됩니다. 민감 정보가 아닙니다.

Generated voice phrase cache and app settings are stored locally. They do not contain sensitive info.

🪪 차량 계정 로그인 토큰 (선택)Vehicle Account Login Token (Optional)

차량 계정에 로그인하면 인증 토큰이 기기에 암호화 저장됩니다. 차량 데이터를 받아오는 데만 쓰이며 제작자 서버로 보내지 않습니다. 로그아웃하면 삭제됩니다.

If logged in, the auth token is encrypted & stored locally. Used only to fetch vehicle data, never sent to our servers. Deleted upon logout.

📜 진단 로그Diagnostic Logs

문제 분석용 동작 로그는 단말에만 보관되며, 사용자가 직접 공유(내보내기)할 때만 외부로 나갑니다.

Diagnostic logs are kept locally. They are only sent externally if you manually choose to export and share them.

외부로 나가는 통신 External Communications

TePilot이 직접 통신하는 외부 서비스는 다음뿐이며, 모두 사용자의 설정·연결에 의해 동작합니다. 제작자 서버는 통신 경로에 없습니다. TePilot only communicates with the following external services, all based on your settings and connections. Our servers are NOT in the communication path.

📊 구글 (Drive / Sheets)Google (Drive / Sheets)

차계부 동기화를 위해 사용자가 로그인한 구글 계정에 접근합니다. 범위는 drive.file앱이 만든 파일만 다루며, 다른 문서에는 접근하지 않습니다.

Accesses your logged-in Google account for trip log sync. Scope is drive.file — we only handle files created by the app and cannot access your other documents.

🗣️ AI 공급자 (선택)AI Providers (Optional)

AI 기능을 켜면, 사용자가 입력한 본인 API 키로 선택한 공급자(Gemini / OpenAI 등)에 다음이 전송됩니다: ① 음성 합성·작문용 멘트 텍스트, ② ‘AI로 자동화 만들기’에 입력한 자연어 문장, ③ 주행 비교의 AI 해석 버튼을 눌렀을 때의 주행 통계 요약(거리·시간·전비 비교). 기본값은 off이며, 끄면(또는 버튼을 누르지 않으면) 전송되지 않습니다.

If you enable AI features, using your own API key, the following is sent to the chosen provider (Gemini/OpenAI): ① Text for voice synthesis/phrases, ② Natural language for 'Build Automation with AI', ③ Trip stat summaries when requesting AI insights. Default is OFF; nothing is sent if disabled.

🗺️ 내비 SDK (카메라 경고)Nav SDK (Camera Alerts)

과속·구간단속 카메라 데이터와 GPS 가이던스를 위해 내비게이션 SDK(카카오 KNSDK)를 사용합니다. 위치 기반 경고 처리에 한정됩니다.

Uses a navigation SDK (Kakao KNSDK) for speed/section camera data and GPS guidance. Limited strictly to location-based alert processing.

🚗 차량 (로컬 BLE)Vehicle (Local BLE)

차량 연결·제어는 블루투스 근거리 통신으로 차량과 직접 이루어집니다. 인터넷을 경유하지 않습니다.

Vehicle connection and control are done directly via Bluetooth Low Energy (BLE). It does not go through the internet.

🪪 차량 계정 API (선택)Vehicle Account API (Optional)

로그인하면 차량 정보(배터리·주행거리 등)를 차량 제조사의 공식 계정 API 또는 사용자가 연결한 서드파티 서비스(Tessie)에서 직접 받아옵니다. 토큰·키는 기기에 저장되며 제작자 서버를 거치지 않습니다. 로그인 안 하면 동작하지 않습니다.

If logged in, fetches vehicle info directly from the vehicle manufacturer's account API or a third-party service (Tessie). Tokens/keys are stored locally and do not pass through our servers. Won't operate if not logged in.

🌤️ 날씨 조회 (Open-Meteo)Weather Lookup (Open-Meteo)

출발·도착 브리핑을 위해 좌표로 날씨·대기질을 조회합니다(Open-Meteo, 키·로그인 불필요). 위치 외 개인정보는 보내지 않으며, 오프라인이면 생략됩니다.

Looks up weather/air quality using coordinates for departure/arrival briefings (via Open-Meteo). No personal info is sent other than location.

🗺️ 주소·장소 조회 (카카오 로컬)Address/Place Lookup (Kakao)

차계부의 출발/도착을 도로명 주소로 바꾸고, 목적지·내 위치 등록의 장소 검색을 위해 카카오 로컬 API좌표 또는 검색어를 조회합니다. 실패 시 Android 지오코더(Google)로 폴백합니다. 그 외 개인정보는 보내지 않습니다.

Queries Kakao Local API with coordinates or search terms to convert trip log locations to street addresses and search destinations. Falls back to Android Geocoder on failure.

🧭 지도 타일 (OpenStreetMap)Map Tiles (OpenStreetMap)

차계부 상세의 경로 지도를 그릴 때 OpenStreetMap 타일 서버에서 지도 이미지를 내려받습니다. 조회하는 지도 영역 좌표가 서버에 전달되며, 계정·키 없이 동작합니다.

Downloads map images from OpenStreetMap tile servers when drawing trip log routes. Map bounding box coordinates are sent; operates without keys or accounts.

⬆️ 앱 업데이트 · 릴리즈 노트App Updates & Release Notes

새 버전 확인은 구글 플레이, 변경사항은 본 홈페이지의 공개 파일을 단순히 내려받습니다. 개인정보를 보내지 않습니다.

Checks for new versions via Google Play and downloads changelogs directly from this homepage. No personal info is sent.

제작자가 수집하는 정보 Data Collected by Developer

없습니다.

None.

  • TePilot은 회원가입이나 자체 로그인이 없습니다.
  • 앱이 기기에서 수집·생성한 어떤 데이터도 제작자(Booung)의 서버나 DB로 전송되지 않습니다.
  • 오류 추적(Crashlytics 등)도 붙어있지 않으며, 문제가 생기면 사용자가 직접 '로그 내보내기'로 제보해야만 원인을 알 수 있는 완벽한 오프라인 중심 구조입니다.
  • TePilot does not have membership registration or its own login.
  • No data collected or generated by the app is sent to the developer's (Booung) servers or DB.
  • There is no crash tracking (e.g., Crashlytics) attached. In case of issues, you must manually 'Export Logs' and report them. It is entirely offline-centric by design.

데이터 삭제 Data Deletion

주요 권한 요구 사유 Reason for Key Permissions

문의처 Contact

개인정보 처리방침이나 앱 동작과 관련해 궁금한 점이 있다면 아래 이메일로 문의해 주세요.
✉️ woobooung@gmail.com

If you have any questions regarding this privacy policy or the app's operation, please contact us at the email below.
✉️ woobooung@gmail.com