franz1
(Franz Balleis)
July 20, 2021, 8:45am
#1
I checked out [Kodular Fenix (v1.5.0) Bug Tracker] The program breaks when DeviceUtilities.GetIMEI is called(Kodular Fenix Bug Tracker ) before creating a new topic
Describe your issue
with change from V1.4 to V1.5 The program breaks when DeviceUtilities.GetIMEI is called
**
**
Steps to reproduce the issue
Expected Behaviour
Return IMEI
Actual Behaviour
Programm stop
Show your Blocks
Android version
Jinx
(Jinx)
July 20, 2021, 8:46am
#2
Can you show where you initialised the Global variable?
1 Like
dora_paz
(Dora)
July 20, 2021, 8:51am
#3
Not possible for android 10 and higher
Android has added restrictions on who can access the non-resettable device identifiers such as the IMEI number starting from Android 10 and limited the apps that can use it to the apps that have the READ_PRIVILEGED_PHONE_STATE permission which isn’t available for non-platform apps If try to access any of these identifiers a security exception occurs. On Android 10 and hiegher, so unfortunately, there is no way to get the IMEI on Android 10 and hiegher unless your app is a platform app…
2 Likes
franz1
(Franz Balleis)
July 20, 2021, 8:56am
#4
Hi same problem in Tinydb.getValue
franz1
(Franz Balleis)
July 20, 2021, 8:58am
#5
in the same screen screen1
franz1
(Franz Balleis)
July 20, 2021, 9:00am
#6
on Friday this function ran under 1.4 and today (1.5) does it produce an error?
iamwsumit
(Sumit Kumar)
July 20, 2021, 9:21am
#7
Yes. But It don’t throw errors​ .
This error is from component. It seems that there is an extension that’s not migrated causing the error. Are you using any extension? If yes then post here.
And create a new screen then try this.
1 Like
franz1
(Franz Balleis)
July 20, 2021, 9:37am
#8
This are the used components
But the problem seems to be in TinyDB and DeviceUtilities
Franz
franz1
(Franz Balleis)
July 21, 2021, 7:16am
#9
HI ist there any possibility to go back to 1.4 for the moment ?
I havn’t actual the time for Try and Error to find this problem.
Franz
franz1
(Franz Balleis)
July 21, 2021, 7:46am
#10
Maybe this error can help
Anu10
(Anu)
July 21, 2021, 7:48am
#11
franz1:
Which extensions you are using ?
It looks like one of the extension is not compatible with Android X.
franz1
(Franz Balleis)
July 21, 2021, 7:59am
#12
It seems I’ve found the problem !
it’s not an extention. I used State_Progress_Bar
When I delete this component from my sreen the App is running !
Anu10
(Anu)
July 21, 2021, 8:00am
#13
Can you check this
The issue is already known & it will be fixed in next update.
Fixes under testing