Runner for ADB

১০০+
ডাউনল’ড
সমলৰ মূল্যাংকন
সকলো
স্ক্ৰীনশ্বটৰ প্রতিচ্ছবি
স্ক্ৰীনশ্বটৰ প্রতিচ্ছবি

এই এপ্‌টোৰ বিষয়ে

Runner for ADB lets you save and run ADB commands from your android device.

Device that you wish to run ADB commands against should have wifi debugging enabled.

To make your targeted device accept ADB commands you may need to run:

adb tcpip 5555

You will need to do this using ADB on PC or another app such as LADB.

You can also run ADB command from other apps by sending broadcast with an Intent.

Example code:

val intent = Intent()
intent.action = "dev.tberghuis.adbrunner.RUN_ADB"
intent.putExtra("HOST", "192.168.0.99")
intent.putExtra("ADB_COMMAND", "shell echo hello world")
intent.addFlags(Intent.FLAG_INCLUDE_STOPPED_PACKAGES)
intent.component =
ComponentName("dev.tberghuis.adbrunner", "dev.tberghuis.adbrunner.AdbRunnerBroadcastReceiver")
appContext.sendBroadcast(intent)


Source code: https://github.com/tberghuis/RunnerForAdb
আপডে’ট কৰা তাৰিখ
১৬-০৬-২০২৩

ডেটা সুৰক্ষা

বিকাশকৰ্তাসকলে আপোনাৰ ডেটা কেনেকৈ সংগ্ৰহ আৰু শ্বেয়াৰ কৰে সেয়া বুজি পোৱাৰ জৰিয়তে সুৰক্ষা আৰম্ভ হয়। ডেটাৰ গোপনীয়তা আৰু সুৰক্ষা প্ৰণালী আপোনাৰ ব্যৱহাৰ, অঞ্চল আৰু বয়সৰ ওপৰত ভিত্তি কৰি ভিন্ন হ’ব পাৰে। বিকাশকৰ্তাগৰাকীয়ে এই তথ্যখিনি প্ৰদান কৰিছে আৰু সময়ৰ লগে লগে এয়া আপডে’ট কৰিব পাৰে।
তৃতীয় পক্ষৰ সৈতে কোনো ডেটা শ্বেয়াৰ কৰা নাই
বিকাশকৰ্তাই ডেটা শ্বেয়াৰ কৰাৰ বিষয়ে কেনেকৈ ঘোষণা কৰে সেই বিষয়ে অধিক জানক
কোনো ডেটা সংগ্ৰহ কৰা হোৱা নাই
বিকাশকৰ্তাই ডেটা সংগ্ৰহ কৰাৰ বিষয়ে কেনেকৈ ঘোষণা কৰে সেই বিষয়ে অধিক জানক

নতুন কি আছে

Initial release

এপৰ সমৰ্থন

বিকাশকৰ্তাৰ বিষয়ে
Thomas Johan Berghuis
tberghuisdeveloper@gmail.com
2 Tara Downs Lennox Head NSW 2478 Australia
undefined

Thomas Berghuisৰ দ্বাৰা আৰু অধিক