Settings-applications-development
Sent from my LG-VM670 using Tapatalk
Thanks! For some reason I was thinking it was in the CM settings...
Settings-applications-development
Sent from my LG-VM670 using Tapatalk
ever since the 10/16 release of backside, I've not been able to get the clock on the status bar to show up. checked cm settings and everything is enabled but there's just no clock. I've had to stay with the 10/16 version for this reason. anyone have any ideas?
Navigation works perfect. I use it quite more than i thought i would tbh. i used it yesterday night to find the hotel i was staying at. I'm about to buy the window mount for the vortex, i use it that much. :thumbup:
Btw the mount is on amazon for 11 shipped just a fyi in case someone wants one
LG Vortex VS660 Navigational Car Mount / Cradle in Verizon Retail Packaging:Amazon:Cell Phones & Accessories
Sent from your mom's phone.
Has anyone tried drew's GingerKernel with IHO? I've been curious about it.
What's up guys? Did anyone els notice mrg666 new build 12/01/11 or we distracted by themes and such? lol. Does anyone have a significant change log for it? The link on github to the official Change log website is confusing for me to read.
What's up guys? Did anyone els notice mrg666 new build 12/01/11 or we distracted by themes and such? lol. Does anyone have a significant change log for it? The link on github to the official Change log website is confusing for me to read.
Confirmed, svga hangs the camera app. I will try with BobZhome's camera repo and see if it makes any difference.
I just tested and it happens with mine also...
I just tested and it happens with mine also...
----------------------------------------------------------------
Edit:
Why would you even use svga? We have:
2048x1536 >3M Pixels
1600x1200 >UXGA
1024x768 >XGA
800x600 >SVGA
640x480 >VGA
320x240 >QVGA
Now that I'm looking at it...I may change 1024x768 >XGA to 1280x720 >HD720 and also 1600x1200 >UXGA may become 1920x1080 >HD1080
--- QualcommCameraHardware.cpp_orig 2011-12-01 21:58:41.308753688 -0500
+++ QualcommCameraHardware.cpp 2011-12-01 21:59:19.792754192 -0500
@@ -233,9 +233,7 @@
{ 2048, 1536 }, // 3MP QXGA
{ 1600, 1200 }, // 2MP UXGA
{ 1024, 768 }, // 1MP XGA
- { 800, 600 }, // SVGA
- { 640, 480 }, // VGA
- { 320, 240 } // QVGA
+ { 640, 480 } // VGA
};
static unsigned int PICTURE_SIZE_COUNT = sizeof(picture_sizes)/sizeof(camera_size_type);
static const camera_size_type *picture_sizes_ptr;