본문 바로가기

안드로이드152

[Android] What to use instead of getResources().getColor() because this is now deprecated? GetColor Method int getColor (Context mContext, int id) Returns a color connected with a particular resource ID. [From] dialog.getButton(AlertDialog.BUTTON_NEGATIVE).setTextColor(getResource().getColor(android.R.color.white)); dialog.getButton(AlertDialog.BUTTON_POSITIVE).setTextColor(getResource().getColor(android.R.color.white)); [To] dialog.getButton(AlertDialog.BUTTON_NEGATIVE).setTextColor(.. 2019. 8. 7.
Android Q에 포함된 기능동작 변경사항 vMMS Lib 3.0 버전 검증을 위해 진행한 Android Q 실 구동 화면 - 전반적으로 사각 UI가 두드러진다. (Alert Dialog 등) - 좀 더 자세히 권한 설정 내용을 보여 준다. - 공유 기능이 포함 되었다 (WiFi 등) - 다크모드가 추가 되었다. 2019. 8. 5.
[Android] INSTALL_FAILED_CONFLICTING_PROVIDER Problem 1. Failed to install APK at the Android Studio 05/23 21:10:27: Launching App Install failed. Installation failed Rerun Problem 2. Failed to install APK at the CMD Performing Streamed Install adb: failed to install app-release.apk: Failure [INSTALL_FAILED_CONFLICTING_PROVIDER: Package couldn't be installed in /data/app/com.bareum_sw.newscol lector-JzSpewFSi9bZe9H0IovfZw==: Can't install b.. 2019. 5. 23.
vMMSLib V3.0.0 출시 Version 3.0.0 - https://victor8481.tistory.com/824 소스 프로젝트 명 : Victor MMS Sender [Android 개발 어플] MMS 직접 전송방식 (Intent 이용하는 방식 아님) - vMMS Library Version 3.0.0 [Version History] Version 3.0.0 - https://victor8481.tistory.com/824 Version 2.0.3 - https://victor8481.tistory.com/notice/767 Version 2.0.2 - http://victor8481.tistory.com/719 Version 2.0.0 - http.. victor8481.tistory.com Victor MMS Sender.. 2019. 5. 20.
[Android][Debug] Program type already present: org.intellij.lang.annotations.Identifier [Problem] Program type already present: org.intellij.lang.annotations.Identifier [Root Cause] Normally, it's caused by duplicated between below and some libraries. implementation 'org.jetbrains:annotations-java5:15.0' [Solution] https://stackoverflow.com/questions/49811851/program-type-already-present-org-intellij-lang-annotations-flow configurations { cleanedAnnotations compile.exclude group: '.. 2019. 4. 24.
[Android Developer Console] Upload failed Upload failed You uploaded an APK or Android App Bundle which specifies an actions schema document in its manifest, but action schemas are not yet allowed. If you are part of a beta program, you need to have your developer account whitelisted. You need to delete the "com.google.android.actions" meta-data in your manifest. 2019. 4. 17.
[Android][ViewPager OnItemClickListener] - ViewPager Click OnItemClickListener https://stackoverflow.com/questions/16350987/viewpager-onitemclicklistener There is no OnItemClick callback method for ViewPager. If you want click events on each page then you'll have to build your listener into the page content within your Adapter. something like this: @Override public Object instantiateItem(View collection, final int pos) { //have to make final so we can see it inside of onCl.. 2019. 3. 29.
[Android][YouTube] 클래스튜브 / ClassTube - 유튜브 광고 제거 / 안드로이드 유튜브 다운받기 / 아이들 유튜브 위험 - V1.3.4 [공지!!] 최신 정보는 아래 블로그에 업데이트 되고 있습니다. yjlcu.blog.me/221732196489 [Android][YouTube] 클래스튜브 / ClassTube - 유튜브 광고 제거 / 안드로이드 유튜브 다운받기 / 아이들 �� V1.3.4 Updated - 2020-06-05개인 공부에서 시작해서 만들게 된 ClassTube를 소개하고자 합니다. 만들... blog.naver.com 개인 공부에서 시작해서 만들게 된 ClassTube를 소개하고자 합니다. 만들게 된 이유 1. 개인 공부를 위해서 간혹 유튜브를 검색하다 보면 가장 많이 보이는 검색어들이 있습니다. 모바일에서 광고 없는 유튜브 보기 AD Block 유튜브 보기 유튜브 다운받기 유튜브 MP3 음원 추출 방법 유튜브 백그라운.. 2019. 3. 27.
[ADB Command] Package Manager(pm) 호출 adb 셸 내에서는, 기기에 설치된 애플리케이션 패키지에서 작업과 쿼리를 수행하기 위해 package manager(pm) 도구로 명령을 실행할 수 있습니다. 셸에 있을 때의 구문은 다음과 같습니다. pm command 또한 원격 셸에 들어가지 않고 adb에서 직접 package manager 명령을 실행할 수도 있습니다. 예: adb shell pm uninstall com.example.MyApp 표 3. 사용 가능한 package manager 명령. 명령 설명 list packages [options] filter 모든 패키지를 출력하며, 선택적으로 패키지 이름의 filter에 텍스트가 포함된 패키지만 출력합니다. 옵션: -f: 연결된 파일을 확인합니다. -d: 비활성화된 패키지만을 표시하도록 필.. 2018. 9. 10.
NO ROOT REQUIRED - Uninstall System Apps (루팅없이 시스템 앱 삭제하기) [Pre-condition]1. Install USB Driver (USB 드리이버 설치)2. Enable USB Debug at developer option (개발자 옵션에서 USB 디버그 모드 활성화)3. Install ADB Driver [ADB Command]adb shell pm uninstall -k --user 0 [Package Name] [ADB Command - Xiaomi]1. Mandatory App (필수 삭제 추천) #Xiaomi analytics app : adb shell pm uninstall -k --user 0 com.miui.analytics #Xiaomi advertisement app : adb shell pm uninstall -k --user 0 com.miu.. 2018. 9. 6.
[안드로이드 미러링] Vysor로 안드로이드폰 원격 제어 흔히 스마트폰 미러링 / 원격 제어 하면 버벅거리고 프레임이 낮은 모습을 떠올리곤 하는데, Vysor로 원격 제어를 하면 USB 연결을 통한 빠른 반응과 부드러움을 체감할 수 있습니다. 원격 제어 및 화면 캡쳐를 원활하게 할 수 있어, 실제로 많은 개발자들이 사용하고 있습니다. 다만, 무료 버전에서는 폰에 설치되는 APK를 통해서 전면 광고가 나오게 됩니다. 또한, 화질에 제한도 있습니다. 방송용으로 사용하지 않는다면 무료라도 괜찮습니다. 개인적으로는 AirDriod나 ApowerMirror 보다 나은 것 같습니다. [Pre Condition] 1. Install ADB Driver 2. Enable USB Debug Mode [How to install] 1. https://www.vysor.io/ 2.. 2018. 9. 6.
구글 페이먼트 결제 프로필 삭제 / Delete the payment profile of Gpay 1. https://pay.google.com/payments/u/0/home# 2. Setting (설정) 3. Delete Payment Profile (결제 프로필 삭제) 4. Select Reason and then Select Blue Button (폐쇈 이유 선택 후 계속) #Gpay #Google #Google Payment #구글 #G페이 # 구글 페이먼트 2018. 9. 4.