I need your help
I must be able to call this function
B4X:
/**
* Bring up the HIDL Vendor HAL and configure for AP (Access Point) mode
*
* @return true for success
*/
public boolean startVendorHalAp() {
return startVendorHal(AP_MODE);
}
my problem is the following, in previous versions of Android 8.0
I could use via root command the following "ndc softap" commands
including "ndc softap fwreload AP"
with Android 8.0 it has been removed
and I need to do this as I believe API
This is not a public API so it is difficult to say whether it is possible to call it or not. You need to get a reference to the correct WifiVendorHal instance.
This is not a public API so it is difficult to say whether it is possible to call it or not. You need to get a reference to the correct WifiVendorHal instance.