android fix of screenshot

This commit is contained in:
chrox
2014-05-28 23:21:08 +08:00
parent 30c3c6189a
commit 9f9acbbffb
2 changed files with 5 additions and 6 deletions

View File

@@ -33,7 +33,7 @@ function Device:getModel()
self.model = "Emulator"
return self.model
end
self.model = nil
self.model = ""
local kindle_sn = io.open("/proc/usid", "r")
if kindle_sn then
local kindle_devcode = string.sub(kindle_sn:read(),3,4)