{"id":13565193,"url":"https://github.com/ltrudu/ZebraProfileManagerCommand","last_synced_at":"2025-04-03T22:30:49.917Z","repository":{"id":64507770,"uuid":"576329046","full_name":"ltrudu/ZebraProfileManagerCommand","owner":"ltrudu","description":"A class that executes EMDK's profile manager commands.... I needed to refactor some code used in different projects... so why not ?","archived":false,"fork":false,"pushed_at":"2022-12-09T16:15:51.000Z","size":108,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-04T18:46:25.445Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/ltrudu.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}},"created_at":"2022-12-09T15:12:43.000Z","updated_at":"2023-07-05T02:09:45.000Z","dependencies_parsed_at":"2023-01-13T14:53:28.859Z","dependency_job_id":null,"html_url":"https://github.com/ltrudu/ZebraProfileManagerCommand","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ltrudu%2FZebraProfileManagerCommand","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ltrudu%2FZebraProfileManagerCommand/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ltrudu%2FZebraProfileManagerCommand/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ltrudu%2FZebraProfileManagerCommand/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ltrudu","download_url":"https://codeload.github.com/ltrudu/ZebraProfileManagerCommand/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247089875,"owners_count":20881867,"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-08-01T13:01:42.324Z","updated_at":"2025-04-03T22:30:47.114Z","avatar_url":"https://github.com/ltrudu.png","language":"Java","funding_links":[],"categories":["Java"],"sub_categories":[],"readme":"# ZebraProfileManagerCommand\nA class that executes EMDK's profile manager commands.... I needed to refactor some code used in different projects... so why not ?\n\nAdd Jitpack repository to your dependencies:\n```javascript\nallprojects {\n\t\trepositories {\n\t\t\t...\n\t\t\tmaven { url 'https://jitpack.io' }\n\t\t}\n\t}\n```\n\nadd dependency to your project build.gradle:\n```javascript\ndependencies {\n          ...\n\t        implementation 'com.github.ltrudu:ZebraProfileManagerCommand:+'\n          ...\n\t}\n```\n\nUpdate your manifest to add permissions, query and use library (in the application element):\n\n```xml\n\u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003cmanifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n    xmlns:tools=\"http://schemas.android.com/tools\"\u003e\n    \u003cuses-permission android:name=\"com.zebra.provider.READ\"/\u003e\n    \u003cqueries\u003e\n        \u003cpackage android:name=\"com.symbol.emdk.emdkservice\" /\u003e\n    \u003c/queries\u003e\n\n    \u003capplication\n        android:allowBackup=\"true\"\n        android:dataExtractionRules=\"@xml/data_extraction_rules\"\n        android:fullBackupContent=\"@xml/backup_rules\"\n        android:icon=\"@mipmap/ic_launcher\"\n        android:label=\"@string/app_name\"\n        android:roundIcon=\"@mipmap/ic_launcher_round\"\n        android:supportsRtl=\"true\"\n        android:theme=\"@style/Theme.MyApplication\"\n        tools:targetApi=\"31\" \u003e\n        \u003cuses-library android:name=\"com.symbol.emdk\"/\u003e\n    \u003c/application\u003e\n\n\u003c/manifest\u003e\n```\n\nSee Critical Permission Helper for usage:\nhttps://github.com/ltrudu/CriticalPermissionsHelper\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fltrudu%2FZebraProfileManagerCommand","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fltrudu%2FZebraProfileManagerCommand","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fltrudu%2FZebraProfileManagerCommand/lists"}