PocketHAL 1.0.5 Released1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
OEM String: "MotoQ9c"
PocketHAL (Version 1.0.4)
Display::Create( hwnd = 7C08E830, W:320, H:240, O:0, S:1 )
Initializing display...
VideoDetect::DetectDrivers()
GDIDriver: Detect()
GDIDriver: Found W:240, H:320, D:16
VideoDetect: OS Version is 5.2
DriverVGA: Detect()
DriverVGA: Raw info: W:240, H:320, X:2, Y:480, FB:49A00080
DriverVGA: Native orientation is 0
DriverVGA: Found W:240, H:320, D:16
DriverVGA: Offset is 0
DriverVGA: Final framebuffer address = 49a00080
CreateDriver( 00000008 )
Initializing video driver...
DriverVGA: Initialize()
Driver initialized!
Success, returning display params to caller (W:240, H:320, O:0, S:2)
19 lines; 0 keywds; 29 nums; 79 ops; 1 strs; 0 coms Syntactic Coloring v0.4 - Dan East
Kzinti wrote:I have implemented the classic Motorola Q fix for the Motorola Q9C. Can you give this version a try and let me know if it works properly? I have enabled logging so we can get updated information about the device.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
OEM String: "MotoQ9c"
PocketHAL (Version 1.0.5)
Display::Create( hwnd = 7C0898D0, W:320, H:240, O:0, S:1 )
Initializing display...
VideoDetect::DetectDrivers()
GDIDriver: Detect()
GDIDriver: Found W:240, H:320, D:16
VideoDetect: OS Version is 5.2
DriverVGA: Detect()
DriverVGA: Raw info: W:240, H:320, X:2, Y:480, FB:49A00080
DriverVGA: Native orientation is 0
DriverVGA: Found W:240, H:320, D:16
DriverVGA: Offset is 0
DriverVGA: Final framebuffer address = 49a00080
CreateDriver( 00000008 )
Initializing video driver...
DriverVGA: Initialize()
Driver initialized!
Success, returning display params to caller (W:240, H:320, O:0, S:2)
19 lines; 0 keywds; 29 nums; 79 ops; 1 strs; 0 coms Syntactic Coloring v0.4 - Dan East