{"id":16995412,"url":"https://github.com/jazeee/dexcom-android-wall-panel","last_synced_at":"2026-05-02T03:31:46.590Z","repository":{"id":38926900,"uuid":"173661875","full_name":"jazeee/dexcom-android-wall-panel","owner":"jazeee","description":"Display data as a Graph on Android, jazeee data plotter","archived":false,"fork":false,"pushed_at":"2025-07-19T19:13:06.000Z","size":2586,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-19T21:44:28.112Z","etag":null,"topics":["android","data","jazeee","plotter"],"latest_commit_sha":null,"homepage":"https://play.google.com/store/apps/details?id=com.jazeee","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jazeee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-04T02:45:54.000Z","updated_at":"2025-07-19T18:57:06.000Z","dependencies_parsed_at":"2024-04-29T18:42:19.228Z","dependency_job_id":"9e4dc32a-1063-4270-9367-53548c0c0384","html_url":"https://github.com/jazeee/dexcom-android-wall-panel","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/jazeee/dexcom-android-wall-panel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazeee%2Fdexcom-android-wall-panel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazeee%2Fdexcom-android-wall-panel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazeee%2Fdexcom-android-wall-panel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazeee%2Fdexcom-android-wall-panel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jazeee","download_url":"https://codeload.github.com/jazeee/dexcom-android-wall-panel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazeee%2Fdexcom-android-wall-panel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32522245,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","data","jazeee","plotter"],"created_at":"2024-10-14T03:48:33.926Z","updated_at":"2026-05-02T03:31:46.572Z","avatar_url":"https://github.com/jazeee.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JazCom on Droid\n\nUses React Native to show data.\n\n## App Stores\n\n[Google Play Store](https://play.google.com/store/apps/details?id=com.jazeee)\n\n[Amazon App Store](https://www.amazon.com/Jaz-Singh-JazCom-Data-Viewer/dp/B07ZXPBPD4/ref=sr_1_fkmr0_1)\n\n[APK](https://github.com/jazeee/dexcom-android-wall-panel/releases/download/v2.1.6/app-release.apk)\n\nExample:\n\n![Alt text](app-screen.png?raw=true \"Screenshot\")\n\n# Metro + React Native Notes - Getting Started\n\n\u003e **Note**: Make sure you have completed the [Set Up Your Environment](https://reactnative.dev/docs/set-up-your-environment) guide before proceeding.\n\n## To Initialize\n\nInstall `react-native`, Android Development tools, and recommended tooling for non-Expo development.\n\n* Run `npm install`\n\n## Step 1: Start Metro (dev live reload service)\n\nFirst, you will need to run **Metro**, the JavaScript build tool for React Native.\n\nTo start the Metro dev server, run the following command from the root of your React Native project:\n\n```sh\nnpm start\n```\n\n## Step 2: Build and run your app\n\nWith Metro running, open a new terminal window/pane from the root of your React Native project, and use one of the following commands to build and run your Android or iOS app:\n\n### Android\n\n```sh\nnpm run android\n```\n\n### iOS\n\nFor iOS, remember to install CocoaPods dependencies (this only needs to be run on first clone or after updating native deps).\n\nThe first time you create a new project, run the Ruby bundler to install CocoaPods itself:\n\n```sh\nbundle install\n```\n\nThen, and every time you update your native dependencies, run:\n\n```sh\nbundle exec pod install\n```\n\nFor more information, please visit [CocoaPods Getting Started guide](https://guides.cocoapods.org/using/getting-started.html).\n\n```sh\nnpm run ios\n```\n\nIf everything is set up correctly, you should see your new app running in the Android Emulator, iOS Simulator, or your connected device.\n\nThis is one way to run your app — you can also build it directly from Android Studio\n\n## Development Issues\n\n### `:app:installDebug FAILED`\n\n* This [link](https://stackoverflow.com/questions/37500205/react-native-appinstalldebug-failed/54955869#54955869) suggests doing some cleaning\n  * `pushd android`\n  * `./gradlew clean`\n  * `popd`\n  * Possibly also clean/reinstall packages.\n* In my case, it looks like the virtual Android device was simply hung. Force reboot or reset.\n\n### Troubleshooting\n\nIf you're having issues getting the above steps to work, see the [Troubleshooting](https://reactnative.dev/docs/troubleshooting) page.\n\n## To trigger debug menu\n\n1. Either shake device or\n2. `adb shell input keyevent 82`\n\n## Generate images from largest using `res/gen-images.sh`\n\n## Curl notes\n\n```\ncurl   -H \"Accept: application/json\" -H \"Content-Type: application/json\"   -H \"User-Agent: Dexcom Share/3.0.2.11 CFNetwork/711.2.23 Darwin/14.0.0\"   -X POST https://share1.dexcom.com/ShareWebServices/Services/General/LoginPublisherAccountByName   -d '{\"applicationId\":\"d8665ade-9673-4e27-9ff6-92db4ce13d13\",\"accountName\": \"jazeee\", \"password\": \"\"}'\n\ncurl   -H \"Content-Length: 0\" -H \"Accept: application/json\"   -H \"User-Agent: Dexcom Share/3.0.2.11 CFNetwork/672.0.2 Darwin/14.0.0\"   -X POST 'https://share1.dexcom.com/ShareWebServices/Services/Publisher/ReadPublisherLatestGlucoseValues?sessionId=abc123-342\u0026minutes=1440\u0026maxCount=1'\n```\n\nOutput like:\n\n```\n[{\n  \"DT\":\"\\/Date(1558231462000-0700)\\/\",\n  \"ST\":\"\\/Date(1558231462000)\\/\",\n  \"Trend\":\"Flat\",\n  \"Value\":177,\n  \"WT\":\"\\/Date(1558231462000)\\/\"\n},{\n  \"DT\":\"\\/Date(1558231162000-0700)\\/\",\n  \"ST\":\"\\/Date(1558231162000)\\/\",\n  \"Trend\":\"Flat\",\n  \"Value\":169,\n  \"WT\":\"\\/Date(1558231162000)\\/\"\n}...\nDT is device, ST is server. Trends used to be numbers, like 4 is flat, 3 is up, 2 is very up, 5 is down, 6 is very down. Now are strings.\n```\n\n## Build Notes\n\nNow: `npx react-native build-android --mode=release`\n\n* Takes 5 minutes to build due to Expo\n* `./android/app/build/outputs/bundle/release/app-release.aab`\n\nTruly speaking you only need to run `./build.sh`\nOnce built, you can upload the output file to Google Play Store:\n`android/app/build/outputs/bundle/release/`\n\nYou'll then need to do their release process.\n\n### Other Install notes (Obsolete)\n\nWill need a keystore to sign the app. (Must use new file if you forgot the pwd LoL)\n\n`keytool -genkey -v -keystore ~/.gradle/jazcomkeystore -alias jazcomkeystore -keyalg RSA -keysize 2048 -validity 90000`\n\nSee `~/.gradle/gradle.properties` for default\n\n```\ncd android\n./gradlew assembleRelease\nls -la app/build/outputs/apk/release/app-release-unsigned.apk\n# Note - you will need to choose your own keystore, and key-alias.\n/opt/android-sdk/build-tools/28.0.3/apksigner sign --ks ~/.gradle/jazcomkeystore --ks-key-alias jazcomkeystore --out app/build/outputs/apk/release/app-release.apk app/build/outputs/apk/release/app-release-unsigned.apk\n\nadb install -f app/build/outputs/apk/release/app-release.apk\n```\n\n```\n 2099  cp ../cgm/apktool/new/release-key-dexcom.jks android/app/\n 2100  vi android/gradle.properties\n 2101  mv android/app/release-key-dexcom.jks ~/.gradle/\n 2102  vi ~/.gradle/gradle.properties\n 2103  rm ~/.gradle/release-key-dexcom.jks\n 2104  vi ~/.gradle/gradle.properties\n 2105  keytool -genkey -v -keystore ~/.gradle/jazcomkeystore -alias jazcomkeystore -keyalg RSA -keysize 2048 -validity 90000\n 2107  cd android/\n 2108  ./gradlew assembleRelease\n 2113  ls -la build\n 2114  ls -la build/intermediates/\n 2115  find ./ -name *.apk\n 2116  ls -la app/build/outputs/apk/release/app-release-unsigned.apk\n 2117  cat ../cgm/apktool/build-and-deploy.sh\n 2118  cat ../../cgm/apktool/build-and-deploy.sh\n 2119  /opt/android-sdk/build-tools/28.0.3/apksigner sign --ks ~/.gradle/jazcomkeystore --out app/build/outputs/apk/release/app-release.apk app/build/outputs/apk/release/app-release-unsigned.apk\n 2120  adb install -r app/build/outputs/apk/release/app-release.apk\n 2121  /opt/android-sdk/build-tools/23.0.2/\n 2122  /opt/android-sdk/build-tools/23.0.2/apksigner sign --ks ~/.gradle/jazcomkeystore --out app/build/outputs/apk/release/app-release.apk app/build/outputs/apk/release/app-release-unsigned.apk\n 2123  /opt/android-sdk/build-tools/28.0.3/zipalign -v -p 4 app/build/outputs/apk/release/app-release-unsigned.apk app/build/outputs/apk/release/app-release-unsigned-aligned.apk\n 2124  /opt/android-sdk/build-tools/28.0.3/apksigner sign --ks ../../cgm/apktool/new/release-key-dexcom.jks --out app/build/outputs/apk/release/app-release.apk app/build/outputs/apk/release/app-release-unsigned-aligned.apk\n\n\n 2126  adb install -rf app/build/outputs/apk/release/app-release.apk\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjazeee%2Fdexcom-android-wall-panel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjazeee%2Fdexcom-android-wall-panel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjazeee%2Fdexcom-android-wall-panel/lists"}