Did you get any error using the adb command from windows commandline?
You cannot use adb from within your app
Thanks Don
I badly explained myself
It DEALLOCATES command works from adb
this also works by B4A
result = cmd.Shell ("wm density", Null, Sb, StdErr)
I from the density
I can not change it
I made several attempts
Dim value As String = QUOTE & "160" & QUOTE
result = cmd.Shell ("wm density" & value, null, Sb, StdErr)
Error: bad number java.lang.NumberFormatException: Invalid int "" 160 ""