Showing posts with label better. Show all posts
Showing posts with label better. Show all posts

Sunday, 11 October 2015

VKWorld VK6735 Review, Info, FAQs, better than the Doogee Y100 PRo?







Hey guys, what's up, ZI Jin Cheng here and this is the review of the VKworld VK6735, which has the same specs as the Doogee Y100 Pro and an extra 800mAh battery. Check it out at the link below, it goes for 0USD.

http://goo.gl/EdhiiY


Specs:
5.0" 1280x720 IPS Display
MTK6735 Quad Core Processor
2GB RAM, 16GB ROM
13MP, 5MP Camera
3000mAh Battery
2G: GSM 850/900/1800/1900MHz
3G: WCDMA 850/900/1900/2100MHz
4G: FDD-LTE 700/900/1800/2600MHz



Friday, 9 October 2015

Better custom ROM or stock + Xposed?



Better custom ROM or stock + Xposed? How better is a custom ROM that has the greatest potential?



A better musicplayer app for CM12.1



Hi,

currently I'm running CM12.1 /Temasek ROM.
The stock musicplayer, the AudioFX has some bugs, it has no functional DSP, ... I do not like it.
So, I want to replace it with a better musicplayer.

Suggestions and installing infos are welcome.
Thanks.
H-maniac



MS Office Removal = better battery??



Hi Folks,

I was speaking with my brother about his Note 5 and his struggle with high standby drain... I was also seeing 2.5-3.5% drain per hour on mostly idle.

After doing a full reset and removing most apps I moved this down to sub 1% per hour (on good wifi). I loaded 2 apps per day for a week and everything was stable... Until I went to install Word/Powerpoint/and Excel. I use these often! However, as soon as i installed them my standby drain increased significantly. This didn't always show up in my battery statistics (although it did every once in a while as office keeping the device away for hours at a time). Anyway, I went an disabled these apps again and saw a nice bounce back to the sub 1% per hour. My brother did the same thing and saw a nice lift in his battery. Anyone else?



Thursday, 8 October 2015

Is battery life getting better over time?



When I first used the OPT, I noticed that it loses battery *in standby* pretty fast. Screen on time was good but just leaving it be would drain a lot of battery. I turned off LTE but also noticed that it often struggled with cell network quality (which usually makes a phone look for other stations etc. thus battery is used a lot).

However, today, after a couple of days of use and maybe 3, 4 recharge cycles, it seems a bit better. Is there a chance that this is an actual effect (it could be something very different). Do batteries also get better after some use or am I just biasing my highly non-scientific measurements here?

:)



Wednesday, 7 October 2015

Which is better official or port cm12



I want cm12 on my moto g but which is better the nightly official or stable port?



[Camera] Tweak thread to make M9`s camera even better :)



First of all, I would like to thank all those guys from "Photos Taken With M9" thread.
HUGE GREAT BIG AWESSOME THANKS go to @starbase64 ; @defcomg ; @hamdir !!!
SO THANK YOU MATES!!!!


Since HTC made a bad software, that compress data from chip and creates jpeg, many of us hoped for something new, something better. With every update we prayed for better noise control. Some prays were heard, some were not. Theese hard times a few heroes, that see thru codes and hacks found a way how to make our photos better. Enough talks, lets go for it!

DISCLAIMER: I AM NOT RESPONSIBLE FOR ANY DAMAGE YOU DO TO YOUR PHONE USING SOME OF THIS HACKS

Build.prop tweaks:
For better noise controling, faster shots etc.. :)

How to: In system folder is build.prop file. Open it (for example) in ES file explorer (you have to check root explorer) and simply add theese lines at the end of it. :)

persist.camera.qcwnr.enabled=0 / this command removes HTC`s color noise reduction.
camera.eis.enable=0 / this command disable electronical image stabilisation
persist.camera.snap.format=1 / this forces subsampling to 2:1 (default is 2:2) , about subsampling : http://www.cerious.com/help8sp1/jpeg_sub_sampling.html
persist.denoise.process.plates=x / REPLACE "X" with 0,1,2,3 where:


Quote:









Y = Luminance Channel
CBCR = Color Channels

0 = CAM_WAVELET_DENOISE_YCBCR_PLANE | Quality Priority Color & Luma
1 = CAM_WAVELET_DENOISE_CBCR_ONLY | Quality Priority Color only
2 = CAM_WAVELET_DENOISE_STREAMLINE_YCBCR | Speed Priority Luna & Color. This is the default profile used BTW
3 = CAM_WAVELET_DENOISE_STREAMLINE_CBCR | Speed Priority Color only.






LONGER EXPOSURE than 2s

This tweak is about getting longer exposure in manual, RAW mode.
I am able to get 4sec long exposure. Some are able to get 4.9.

Its complicated, because it depends on firmware version of your ROM.
But you can do it by your own using HEX editor.

1. You need file /system/lib/hw/camera.msm8994.so
2. In HEX editor find B4 EE E0 8A and change it to F4 EE 60 0A
3. You need also /system/vendor/lib/libmmcamera_t4ka7.so
4. In HEX editor find B4 EE 61 8A and change it to F4 EE 61 1A
5. Save those files in your SDcard. Backup original files. Delete original files from those directories and paste those new. I dont know why, but overwriting didnt worked for me.
6. Find res_ctrl.conf in /system/ETC/
7. Edit it via this quote:

Quote:









M_ISO=1600,800,400,200,100
M_VIDEO=3840x2160,1920x1088,1280x720,960x544,800x4 80,768x432,720x480,640x480,480x320,352x288,320x240 ,176x144
F_VIDEO=1920x1088,1280x720,960x544,800x480,768x432 ,720x480,640x480,480x320,352x288,320x240,176x144
M_SHUTTER_SPEED=1/8000,1/6400,1/5000,1/4000,1/3200,1/2500,1/2000,1/1600,1/1250,1/1000,1/800,1/640,1/500,1/400,
1/320,1/250,1/200,1/125,1/100,1/80,1/60,1/50,1/40,1/30,1/25,1/20,1/15,1/13,1/10,1/8,1/6,1/5,1/4,0.3,0.4,0.5,0.6,0.8,1,1.3,1.6,2,2.5,3,3.5,4,4.5, 4.9
M_SHUTTER_SPEED_MARKER=1/8000,1/1000,1/125,1/15,0.5,2,2.5,3,3.5,4,4.5,4.9




I am attaching modified camera.msm8994.so and libmmcamera_t4ka7.so for ViperOneM9 3.5.0 based on 2.10.401.1.

My camera settings:

Quote:









build.prop:
persist.camera.qcwnr.enabled=0
camera.eis.enable=0
persist.camera.snap.format=1
persist.denoise.process.plates=0
In camera app:
10:7 ratio
big resolution
contrast +0,5
saturation +0,5
sharpeness -2




At the end, I would like to said that this oficial post is under construction and all critics are welcome.
Thank you and have a nice photos :cool:
and you can also check my instagram :angel: instagram.com/Majky_majk :cyclops: