Jump to content
  • 0

Info device in lua


Question

Posted

Hello master..

How to display device info in lua script.?

Thank

Recommended Posts

  • 0
Posted
  On 10/6/2019 at 9:33 AM, Enyby said:

Obviously, all those functions that are usually used after io.open - file:*

file:close
file:flush
file:lines
file:read
file:seek
file:setvbuf
file:write

https://www.lua.org/manual/5.3/contents.html#index

 

Expand  

Its just programer, not all people now it.

  On 10/5/2019 at 7:11 PM, Rofiq said:

Hello master..

How to display device info in lua script.?

Thank

Expand  

For simple local a = io.open("/system/build.prop", "r"):read("*a")

print(a)

Its not fix because i think no root can't read build.prop or not all firmware can allow to this, show check before read, like local b = io.open("/system/build.prop", "r") if not b then return end then you can next steep for read build.prop.

  • 0
Posted
  On 10/6/2019 at 1:01 PM, Help_Quit said:

Its just programer, not all people now it.

For simple local a = io.open("/system/build.prop", "r"):read("*a")

print(a)

Its not fix because i think no root can't read build.prop or not all firmware can allow to this, show check before read, like local b = io.open("/system/build.prop", "r") if not b then return end then you can next steep for read build.prop.

Expand  

root not work.

maybe script error maybe im noob

  • 0
Posted
  On 10/6/2019 at 9:33 AM, Enyby said:

Obviously, all those functions that are usually used after io.open - file:*

file:close
file:flush
file:lines
file:read
file:seek
file:setvbuf
file:write

https://www.lua.org/manual/5.3/contents.html#index

 

Expand  

I can only display IMEI

and i can't display DEVICE ..

 

 maybe you can make it for me master...

I am still new to understanding the script

 

please please please........

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.