Hi abodah, and welcome to the forums

I dont think you need to worry about your English, as it is quite good, and easy to understand
As for the Andriod tablet to control the HVAC system, there are a few steps that are needed to get this working.
1) As far as I am aware, there is no Android software out there that will control the Commodore/ Chevy Lumina HVAC controls readily available,
so this will mean that it will need to be written, which isnt too hard with the right tools..
Which will also mean we will need to do the following.....
2) The HVAC controls will need to be sniffed, to work out the commands to send the various modules to do things, such as change the drivers, passengers selected temperature, fan speed, outlet mode, A/C on or Off, Fresh air or recirc, and polution mode settings....
Once we have this information, then we can begin controlling the HVAC system from another device (Android, Incar PC, etc)...
3) We will probably want to read data from the Single wire bus as well, for things like ambient air temperature, as well as current settings for the above...
4) Once that information is sniffed, and known, then the GUI side of the App will need to be designed. (Including buttons, sliders, text labels, and and any images you may wish to use, where to place them, and how they will work)...
5) Finally, write the backend code that will do things with the GUI widgets, such as send commands out on the single wire bus, for the car to respond to, and do its thing....
--------------------
The best way to sniff data at the moment is to use a P.C. (Linux, Mac, Windows, it doesn't really matter).
The reason for this is that there are heaps of terminal programs which will allow you to speak to your modified ELM327 device, and consequently read and write data on the GM single wire bus...
Because your adaptor is bluetooth, you will need a PC/Laptop with a bluetooth adaptor.
If you dont have one, you can buy them cheaply on eBay...
Once you are up to this stage, attempt to connect to your ELM327 adaptor using a bluetooth connection, and a terminal program, and see if you can send an AT command. (AT means attention, it should return something like a ??, or error)...
If you can get that far, then the rest is fun
Let us know how you go, the more people playing with this sort of stuff, the better !
Cheers
Matti