4 مستودعات
The process of installing APKs on Android devices using various privilege levels.
Distinct from Android App Downloads: Existing candidates focus on downloading, packaging, or execution rather than the deployment process itself.
Explore 4 awesome GitHub repositories matching mobile development · Android Package Deployments. Refine with filters or upvote what's useful.
This project is an Android package manager and app store client designed for browsing, installing, and updating open-source software from F-Droid and custom third-party repositories. It functions as an open-source repository client that allows users to discover software through a synchronized catalog. The system features a local-first repository cache, enabling users to search and manage their software library in an offline operation mode without an active internet connection. It supports multi-source catalog management to aggregate application data from multiple repository URLs into a single
Deploys software packages to Android devices using various permission levels including Root, Shizuku, and Session methods.
هذا تطبيق سطح مكتب لإدارة أجهزة Android وiOS المتصلة. يعمل كأداة عبر المنصات لتحميل حزم التطبيقات (sideloading)، والتقاط شاشات الأجهزة، وجمع تقارير أخطاء النظام، وتنفيذ نصوص shell البرمجية. يتميز المشروع بتوفير واجهة موحدة لكلا نظامي التشغيل المحمولين. يتيح تسجيل الفيديو والتقاط لقطات الشاشة في وقت واحد من أجهزة متعددة إلى التخزين المحلي، ويسمح بتنفيذ نصوص bash مخصصة عبر جهاز واحد أو عدة أجهزة متصلة. يغطي البرنامج عدة مجالات تشغيلية بما في ذلك نشر التطبيقات، واختبار ضمان الجودة، وأتمتة العتاد. يتضمن أدوات لإدارة مسارات تخزين الوسائط وإعادة وضع عرض صور الأجهزة داخل واجهة التطبيق.
Supports sideloading and installing APKs onto Android devices directly from a computer.
Pidcat هي أداة سطر أوامر مصممة لتطوير Android تقوم بتصفية سجلات النظام لحزمة تطبيق محددة. تعمل كمرشح وملون لسجلات النظام (logcat)، حيث تعزل المخرجات لحزمة واحدة للمساعدة في تصحيح سلوك التطبيق. تتميز الأداة بتتبع معرفات العمليات ديناميكياً. تراقب قوائم عمليات النظام لتحديث معرف العملية المستهدف تلقائياً عند إعادة تشغيل التطبيق أو إعادة نشره، مما يضمن استمرار تدفق السجل دون تدخل يدوي. لتحسين القراءة، تطبق الأداة ترميزاً لونياً على إدخالات السجل بناءً على مستويات الخطورة والمصادر. تحقق ذلك عن طريق تحليل تدفقات السجل الخام باستخدام التعبيرات النمطية وحقن تسلسلات الهروب ANSI في مخرجات الطرفية.
Ensures the log stream persists by automatically tracking the process ID across application restarts.
rawdrawandroid is a framework for building Android applications using C and Make. It provides a native development system that compiles source code into standalone executable packages, bypassing the standard Java or Kotlin toolchains and virtual machines. The project features a native UI toolkit for creating hardware-accelerated graphics windows and a dedicated hardware interface for direct communication with USB peripherals and onboard sensors. It utilizes a containerized build environment to ensure consistent compilation and signing of binaries without requiring local toolchain installation
Enables the installation and launching of native application packages on Android devices using a debug bridge.