This is a simple source code for converting Windows HICON to Fl_RGB_Image for my own customized FLTK window. Before understanding how it works, It must be requires understanding of some Windows API like LoadImage(). API, icon_to_flrgb() Fl_RGB_Image* icon_to_flrgb(HICON hIcon) { BITMAP bm; ICONINFO iconInfo; GetIconInfo(hIcon, &iconInfo); GetObject(iconInfo.hbmColor, sizeof(BITMAP),&bm); int width… Read more »
Doogee Shoot 1 is a budget smartphone among brothers of samely born from MT6737T. Brothers are came out each same shapes, Dual lenses with finger print sensor. Here I writing some hands-on-review for checking package and until it boots up. Package arrived, It was arrived in a week with DHL… Read more »
Eventually Oukitel released new OTA update, verison 3.10 to fix many minor bugs ! Now I don’t need see blurred stripes on bottom of screen, and it is no longer need annoying me. Everybody download new OTA binary from needrom site, and URL is here: http://www.needrom.com/download/u20-plus/ I don’t expect how… Read more »
Ulefone Vienna was placed in my demand-list to buy when its cost comes down under 130 USD. And it was able to buy in 120 USD in a month ago. It delivered me with DHL from China while only a week. Vienna was designed to perfect experience to listening music… Read more »
Few monthes ago, I have trip to Vietnam with Emily for a week in Da Nang. It was impressed experience for me and lovely times for having past times of our country in my 40’s age. (sigh …) I was planed to use Vietnam prepaid SIM cards for travel in… Read more »
Here I ordered to two different model but same SOC – MT6737T for supporting dual lenses – Doogee Shoot1 and Bluboo Dual. Bluboo was made an order about 2 weeks ago, but a problem of China holiday (lunar’s day as I heard) was among day in resting term. So I… Read more »
Here is a custom patch for TWRP zip flashing style to disable preinstalled system apps on Vernee Thor. (revision 2) My patch will disables theses apps: AdupsFota AdupsFotaReboot AutoDialer FWUpgrade FWUpgradeProvider MtkFloatMenu MTKLogger MtkQuickSearchBox uber NbAgingTest (included in rev2) All vendor, operator apps Download will be able to here:… Read more »
It was really extreamely long long wait after an order from November of 2016. Yes, It took about 2 monthes from order while package arrived to me with AliExpress standard shipping method – but actually it was China Registered AIR post, maybe it was not AIR … maybe a SHIP… Read more »
Prologue High dynamic tone mapping is a kind of graphical thesis to indemnify exposure of whole a image specially such as 256 leveled Red, Green, Blue (+Alpha transparency) formats. But high dynamic calculates all pixel levels as an floating point number with luminance ( in case of RGB, it convert… Read more »