Hello and :sign0085:
My application checks the IMEI as software-protection with the phoneID.dll. It runs on every device, I have tested it. Now I tried to start it on the Eten Glofiish X650 after compiling and get an error in line phone.setstrings="" of the following sample-code. The error only exists after compiling it to device.exe and also to autoscale. It only runs under basic4ppc...:BangHead:
I have ordered some eten x650 for my friends, but now the main-app doesn't run:sign0148:
My application checks the IMEI as software-protection with the phoneID.dll. It runs on every device, I have tested it. Now I tried to start it on the Eten Glofiish X650 after compiling and get an error in line phone.setstrings="" of the following sample-code. The error only exists after compiling it to device.exe and also to autoscale. It only runs under basic4ppc...:BangHead:
I have ordered some eten x650 for my friends, but now the main-app doesn't run:sign0148:
B4X:
Sub App_Start
...
phone.New1
phone.setstrings=""
....
End Sub
Sub Button_Click
...
label1.Text=phone.imei
...
End Sub