{"id":16293619,"url":"https://github.com/badsyntax/echojs-mobile-client","last_synced_at":"2025-10-14T13:36:14.334Z","repository":{"id":28764571,"uuid":"32286856","full_name":"badsyntax/echojs-mobile-client","owner":"badsyntax","description":"An unnoficial EchoJS Android cordova application","archived":false,"fork":false,"pushed_at":"2015-06-01T19:00:56.000Z","size":4852,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-15T05:15:09.134Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/badsyntax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-15T22:14:12.000Z","updated_at":"2017-02-09T13:43:57.000Z","dependencies_parsed_at":"2022-09-05T00:21:31.973Z","dependency_job_id":null,"html_url":"https://github.com/badsyntax/echojs-mobile-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badsyntax%2Fechojs-mobile-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badsyntax%2Fechojs-mobile-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badsyntax%2Fechojs-mobile-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badsyntax%2Fechojs-mobile-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/badsyntax","download_url":"https://codeload.github.com/badsyntax/echojs-mobile-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248027412,"owners_count":21035594,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-10T20:11:53.008Z","updated_at":"2025-10-14T13:36:09.297Z","avatar_url":"https://github.com/badsyntax.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EchoJS mobile client\n\n## Setup\n\n* Install the android SDK: http://developer.android.com/sdk/\n* Install the latest Java JDK: http://www.oracle.com/technetwork/java/javase/downloads/\n\n## Running the API server\n\nThis client requires a proxy API to the EchoJS api. Install and run the server before running this client: https://github.com/badsyntax/echojs-mobile-server\n\n## npm scripts\n\n* `npm start` - Start the project in dev mode, available at http://localhost:8000\n* `npm run build` - Build the project in dev mode\n* `npm run build:release` - Build the project for release\n* `npm run emulate` - Open the mobile emulator in dev mode\n* `npm run emulate:release` - Open the mobile emulate in release mode\n* `npm run deploy` - Runs a release build and deploys to an Android device\n\n## Installing apk on device\n\n__Note: these steps can be run with `npm run deploy`__\n\nAndroid requires that all apps be digitally signed with a certificate before they can be installed.\n\n1. Enable USB debugging on your Android device.\n2. Run `npm run build:release` to build the apk.\n3. Sign the apk: (Keystore password is: echojs)\n\n  ```\n  cd client/platforms/android/ant-build\n  jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore ../keystores/EchoJS.keystore EchoJS-release-unsigned.apk EchoJS\n  ```\n4. Install the apk with the `adb` tool:\n\n  ```\n  ~/Library/Android/sdk/platform-tools/adb install   app/client/platforms/android/ant-build/EchoJS-release-unsigned.apk\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbadsyntax%2Fechojs-mobile-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbadsyntax%2Fechojs-mobile-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbadsyntax%2Fechojs-mobile-client/lists"}