How to disable implicitly_wait or set timeouts to 0 with Appium Android?

Hi,

The driver only work after the activity is full load which is taking too long. Is there any way to ignore the full load? I can see the whole app GUI, but some of stuff still loading in background.

I tried disable implicitly wait by driver.implicitly_wait(0) but it not work.
I tried driver.set_page_load_timeout(0) and it give me this error : selenium.common.exceptions.WebDriverException: Message: Not implemented yet for pageLoad.