a-shell icon indicating copy to clipboard operation
a-shell copied to clipboard

May I use ADB commands?

Open KH0000001 opened this issue 2 years ago • 9 comments

I want to use ADB commands on iPad Air 4. Please let me know if you have any recommendations for settings.

KH0000001 avatar Apr 10 '22 05:04 KH0000001

I'm going to need more information on that. The only ADB I can find using a search engine is "Android Debug Bridge", which is unlikely to work on iOS. Unless you have an iOS device connected to an Android device? If you could explain to me what they are and what you use them for?

holzschu avatar Apr 10 '22 05:04 holzschu

I'm going to need more information on that. The only ADB I can find using a search engine is "Android Debug Bridge", which is unlikely to work on iOS. Unless you have an iOS device connected to an Android device? If you could explain to me what they are and what you use them for?

Thanks for reply. As you looked it up, the adb I mentioned is the "Android debug bridge". Thanks for looking it up. I'm hoping to use the ADB SHELL command on my iPad Air 4. I can use this command to remove pre-installed apps that are disabled by default in Android. I use this command because if the device is old or something, I get the phenomenon where the app keeps retrying to start even though its service has been terminated.

KH0000001 avatar Apr 11 '22 09:04 KH0000001

Afaict a-shell has no way to connect to the USB connector of the iPad so the adb bridge wouldn't work in the first place..?

normen avatar May 09 '22 08:05 normen

Afaict a-shell has no way to connect to the USB connector of the iPad so the adb bridge wouldn't work in the first place..?

I'm trying to connect the USB Hub. Fortunately, iPad Air 4 has a built-in Type-C port.

KH0000001 avatar May 09 '22 13:05 KH0000001

I'm trying to connect the USB Hub. Fortunately, iPad Air 4 has a built-in Type-C port.

Still the software has no connection to it. i.e. theres no /dev/usbxxx

normen avatar May 10 '22 13:05 normen

You can try to use iSH.ISH is a app in appstore. You can install it to use adb.

ghost avatar Jul 06 '22 14:07 ghost

You can try to use iSH.ISH is a app in appstore. You can install it to use adb.

Really!? Please tell me more about it. Can't I just install the iSH application?

KH0000001 avatar Jul 24 '22 16:07 KH0000001

Try ish and type it

upintheairsheep avatar Aug 01 '22 23:08 upintheairsheep

You could theoretically use adb over wifi, but it is a pretty fringe use case to figure out how to build adb from source in wasm for. You’d need to figure this out, and build it.

xloem avatar May 02 '23 22:05 xloem