How could I change parameters of initialization? (v1)

I want to start my app in fullscreen, so I set on initialization:

statusbarOverlay: false,

Later I want to enable statusbarOverlay.

myApp.params.statusbarOverlay = true;

is not working. Please help, because at this time I cannot change to v2 or v3. In future I want to do that.