Hey folks!
I have some veritable probems with the concept of scaling.
I
I am using a standard config.lua made by Lua Glider as you can see below.
content = { width = 800, height = 1280, scale = "letterBox", fps = 30, },
I am using among others a Samsung Galaxy Tab 10.1 (1280x800, 149ppi) to develop.
So, here the problems begins. 
When I comment the scale variable in config.lua to use it with my Galaxy tab black bars appears and I dont know why because all my graphics I am using got exact all the measurements needed (800x1280, 149dpi).
On the other and when I comment the scaling variable to use config.lua on other (smaller) devices like an Android Sony I cant see anything in the correct way…
I think I didn’t understand the Corona scaling concept although I thought I did. 
Thanks in advance!