when im taking resolution from device like that:
print( " Device Width ".. application:getDeviceWidth() )
print( " Device Height ".. application:getDeviceHeight() )
local h=application:getDeviceHeight()
local w=application:getDeviceWidth()
application:setLogicalDimensions(w, h)
what I can see is automatic image resolution is not working
Comments
You will see that it is working. In addition to that also don't forget to choose scaling method.
http://docs.giderosmobile.com/automatic_screen_scaling.html