Dual camera DVR app - MTCD Android Head Units Q&A

only just installed my px5 HU, and DVR is one of the main features I want as I want to replace the android dash-cam rear view mirror I had been using up to now.
I've bought the 3 camera's to connect to my HU(front rear and reverse), but the DVR app only seems to be able to record the front usb camera. I would like to be able to record both front and rear camera's at the same time - is anyone able to help try and get this working?
As mentioned, I previously had an android rearview mirror with front and rear camera's, it uses an app called fire-eye to record both front and rear cameras at the same time and had some quite good functionality built into the app setting, autostart, video quality, clips size , auto overwrite older files when memory card get full, permanent save options, timestamp, etc.
I've copied the fireeye.apk file from the dashcam, and installed it on my HU, but unfortunately the app won't start and throws an error, perhaps with little investigation, someone might be able to get it working ?
if you do want to try and get it working but need other files off the dashcam, please let me know...

Looking on 4pda.ru, there are posts ( incl. this by Malaysk: http://4pda.ru/forum/index.php?s=&showtopic=601161&view=findpost&p=42953325 ) saying that the fireEye app is dependent on the launcher in the dash cam {dxlauncher/daxunlauncher} the launcher is horrid and no one would want it,.
update: i've pulled the launcher from the dashcam and attached it below, please note it does not work on my HU, please dont hold me responsible if it messes with your setup, i've uploaded it in the hope that it might help someone with more skills than me to get the fireeye app working.

Related

[Q] Camera Swap on rooted TF101

Hi - NaN (not a noob) to software and hacking but new to this device.
I have a rooted TF101 and wonder if anyone's hacked the device so that the front camera becomes the rear and the rear camera becomes the front.
Really just curious before I go ahead and brick my device. I'm thinking about mv /dev/ov5640 and /dev/tegra_camera but that sounds far too easy (and dangerous)...
Why would You be interested in swapping the cameras anyways? Seems to be a biit pointless to me as every app ive used with cameras it had support to use front or back.
Sent from my Transformer TF101 using xda premium
I agree
kenshin1388 said:
Why would You be interested in swapping the cameras anyways? Seems to be a biit pointless to me as every app ive used with cameras it had support to use front or back.
Sent from my Transformer TF101 using xda premium
Click to expand...
Click to collapse
I agree to this, there is no point to make the change.
Well for starters Opera 12, which includes support for getUserMedia() WebRTC extensions uses the first webcam it comes across, the rear. If I wanted to even make a mock up of a video call I would need the front camera (granted this is only good for the lab, not production).
But really I was trying to understand how the underlying media device capability works. If you simply exchange using mv /dev/mi1040 (the front camera device) and /dev/ov5640 (back camera) then it goofs the images to any app that uses cameras.
There must therefore be other layer(s) determining device capabilities, codecs, etc.
There's a file /etc/nvcamera.conf but that only seems to affect the main camera app. I swapped 1 and 0 and front and back tags, although admittedly haven't yet swapped the device ID whilst leaving the front/back tags the same.
And there's a whopping /etc/media_profiles.xml defining all the camera capabilities.
Do I need a reason? Isn't anyone even just curious doing something to push the device and learn more about the platform???
There was a point where Yahoo IM would use the back camera (when it was avaiable native to the TF). There was a member "droidx" he modified some files and got the front camera working with it. You're better off looking at modifying files as oppose to rewiring cameras.
More info here
http://forum.xda-developers.com/showthread.php?t=1087769
How to swap the cameras so Opera 12 uses front camera for getUserMedia()
Ok, here's how I did it.
Essentially you only need to swap the tags 'front' and 'back' in the file /etc/nvcamera.conf
The change is permanent across reboots, but messes the orientation/mirror image of the cameras, so the rear camera becomes a mirror image, not the front. This messes all portrait shots as the camera pic becomes upside down.
Device needs to be rooted.
Need to make /system directory read/write:
# mount -o rw,remount /system
# vi /etc/nvcamera.conf# format, cameraName=device,direction,orientation,type
This is the file before mods
# type can be 'stereo' for stereo capable, 'mono' for not stereo capable,
# 'usb' to enable searching for a usb device and where to put it in the list
# if found. Lines must be shorter then 256 characters
version=1
camera0=/dev/ov5640,back,0,mono
#camera1=/dev/ov5650,back,0,mono // 2nd camera for stereo once supported
camera1=/dev/mi1040,front,0,mono
#camera4=/dev/ov5650,back,0,stereo // virtual stereo device once supported
Change this line:
camera0=/dev/ov5640,back,0,mono
to:
camera0=/dev/ov5640,front,0,mono
And this line:
camera1=/dev/mi1040,front,0,mono
to:
camera1=/dev/mi1040,back,0,mono
Save and it works.
Please remove :/
No keep it, that's a good thing to have available to see or as a project. I love to learn things like this.
Thing O Doom said:
No keep it, that's a good thing to have available to see or as a project. I love to learn things like this.
Click to expand...
Click to collapse
I second doom. It's about pushing the limits of the device.
Good on ya for doing this.
Sent from my SCH-I500 using Tapatalk 2
I also agree. as some may not understand the reasoning, obviously oblonsky has a reason for doing this, just because everyone doesnt understand or agree with him is no reason to cut him off and remove his post... anything anyone learns or attempts to learn about android or the transformers code will progress understanding of the platform and the device. I vote let it stay and continue your endeavor fellow androidian.....
Yes, thanks guys. I'm already wondering now whether it may be possible to add new cameras, or disable cameras - do more useful stuff than swap cameras. Also I took the time to post the answer to my own question just in case it was useful to anyone else - so it would seem odd to want to remove the information that just *might* be useful to others at some point.
will this work on nougat......if not how to do it on nougat
Here is a reason to make the front camera the default camera: After getting in a terrible rain, my main camera on the back is not working anymore.
When starting a camera apps, it just quits with kind of a "connection to camera no possible" message.
Here's another reason to make the front camera as the default
I have a phone that's about 5 years old. It's been through heavy and rough usage. Hence, the connection between the motherboard and camera module are fried.
Now, when I have to login into WhatsApp Web or the WhatsApp App for Windows, I cannot because it needs a QR code scanned - which triggers the back camera.
So, I'm going to go ahead and try this, kudos!
Thanks for posting!
This was useful. Thanks. Please keep experimenting for no reasons.
SHUR1KEN said:
I have a phone that's about 5 years old. It's been through heavy and rough usage. Hence, the connection between the motherboard and camera module are fried.
Now, when I have to login into WhatsApp Web or the WhatsApp App for Windows, I cannot because it needs a QR code scanned - which triggers the back camera.
So, I'm going to go ahead and try this, kudos!
Click to expand...
Click to collapse
Uhm did it work?
Unfortunately, no, it didn't. Apparently, WhatsApp has gotten rid of the gate that used to allow for the "exploit" to happen before. I have heard of users doing it 2 years ago.
Anyway, what I had to do in my case was, I had to maintain pressure at the point on the camera module where it connects to the motherboard, while navigating to WhatsApp Web and scanning the QR code, all without even the most minute of movements. Otherwise the phone would fail to detect the camera module all over again, demanding me to repeat the whole thing again + a manual camera driver reset from my ROM settings.
Tried it like 20+ times. Succeeded in 1/20 of them... **** was tough, bro.
I finally managed to do this on my Redmi Note 5. This is probably applicable to most other devices as well.
Remount the system partition as writable:
Code:
$ su -c mount -o rw,remount /system
Edit /system/vendor/etc/camera/camera_config.xml and swap all
Code:
<Position>BACK</Position>
to
Code:
<Position>FRONT</Position>
and vice versa.
Reboot.
Do you think this will still work?
If I unroot after modifying the file, will the change persist?
Many thanks for your excellent work.
TheSnowpup said:
Do you think this will still work?
If I unroot after modifying the file, will the change persist?
Many thanks for your excellent work.
Click to expand...
Click to collapse
It still works for me at least. I think it will persist after unrooting, but I don't know how rooting works under the hood right now, so this may be incorrect.
If you try it, please report back your results!

$20 webcam= Skype video+camera apps working NOW!

If you are running a teamdrh rom with JB, or ICS with the 2.6.39 kernel, you can use a webcam and this hack to make skype video calls or take pictures/ record video with the stock camera app. I have tested this and it works great, skype calls are getting video and audio but i have only done a couple of five minute calls so I do not know if you will have the same luck with the MIC that I have had. on the stock camera app, if you "switch" from front to back camera, it inverts the video image, but video recording works, however on the stock app the MIC will cut off at around 10 seconds, but videolooks good, and pictures work too. All other camera apps I downloaded have worked as well.
REquirements:
1) a UVC webcam, which means compatible with Video4linux, or Video4windows, really most webcams work. The easy way if you buy one is to find on the box anything that says "no drivers/cd required." But check here: http://www.ideasonboard.org/uvc/#devices
I bought a $17 gigaware at radioshack, the cheapest one in the store.
2) You need to download this file:
https://docs.google.com/file/d/0B4ltl2zYxU7yVTVnM1RzVlBNaUE/edit?pli=1
BUT EXTRACT AND ONLY COPY THE camera.tegra.so FILE INTO your tablet's /SYSTEM/LIB/HW folder, and reboot. If you copy the other stuff you might find that your device will NO LONGER BOOT!!!
3) Plug your webcam into the usb port and in terminal run these commands:
su
chown system.camera /dev/video0
chmod 660 /dev/video0
*If you download gscript you can enter these commands once, and then it is just a couple of clicks, WAY EASIER! they need to be entered everytime you plug the webcam in, and before you run a camera/skype app.
Enjoy, I am hoping some people will test this and confirm it works for them too, please!
Credit BELONGS to Borkata at "another site" for his excellent work on the ADAM
redeyedjedi said:
http://www.tabletroms.com/forums/adam-general-development/5019-ics-external-camera-support-test.html
found this and I am wondering if he is talking about an ICS function, or just an Adam function. Either way, i was thinking the Adam is very similar to ours anyway. Anyone have a usb webcam that wants to try this, or bash me if the idea is out of the question for Gtab?? either is fine, just thought this MIGHT be useful.
Click to expand...
Click to collapse
There is a possibility that this already works on TeamDRH's ICS rom. The support has been added in the kernel awhile back but never been tested.
Thanks and much credit to rajeevvp!!!! I have gotten a webcam to stream video onto my gtab with DRH 1.3.2
Its kind've choppy, and a little blurry but works in a stable manner.
I am beggining to learn programming for android and trying to figure out a way to have any apps divert to my working video source instead of looking at the factory camera for a source. It seems it should be possible but I am just still too newb to Know any better.
If you would like to test this, then refer to this post:
http://forum.xda-developers.com/showpost.php?p=29457353&postcount=11
I have had success with a uvc compatibe webcam so far.
If you might have an idea as to how to trick the rom into looking at the usb port for its default video source I would like to know. Or if you can conclusively tell me that this is not possible I would like to know that too. My understanding is that there are two ways to approach this. One is to have the rom divert any frame capture requests to the usb video source as opposed to the original location. The other way, and probably more likely way, is to take an app like skype and hack it to go to usb for video, as opposed to the "stock camera location." Any insights would be very helpful. At least then, we could video chat with a small webcam, as opposed to no camera at all.
If this works for you, hit the thanks button on RAJEEVVP's post.
bump
That binary source code may also work on other ROMs (Froyo-, GB-, or HC-based ones)--if the Android<->HW camera interface hasn't changed. (The binary, unfortunately, doesn't load on GB and HC.)
This is how it should've been done by nVidia in the first place. I had expected them or VS/Malata to write a kernel driver for their camera which implemented the standard V4L interface. Instead, they have a binary-only shared object which directly controls the camera HW in a completely opaque way. There's hardly any camera-support code in the official (2.6.32.x) kernels at all--I was very surprised when I looked into this some time back.
nVidia's HW is nice and all, but, from now on, I'm just not going to buy any more of their products if it relies on any proprietary blobs.
rajeevvp said:
That binary may also work on other ROMs (Froyo-, GB-, or HC-based ones)--if the Android<->HW camera interface hasn't changed.
This is how it should've been done by nVidia in the first place. I had expected them or VS/Malata to write a kernel driver for their camera which implemented the standard V4L interface. Instead, they have a binary-only shared object which directly controls the camera HW in a completely opaque way. There's hardly any camera-support code in the official (2.6.32.x) kernels at all--I was very surprised when I looked into this some time back.
nVidia's HW is nice and all, but, from now on, I'm just not going to buy any more of their products if it relies on any proprietary blobs.
Click to expand...
Click to collapse
If you're down to take a peek here is where we're at with the Gtab camera on .39...
https://github.com/TeamDRH/android-tegra-nv-2.6.39-rel-14r7/commits/camera
I may not have everything??
redeyedjedi said:
3) Plug your webcam into the usb port and in terminal run these commands:
su
chown system.camera /dev/video0
chmod 660 /dev/video0
*If you download gscript you can enter these commands once, and then it is just a couple of clicks, WAY EASIER! they need to be entered everytime you plug the webcam in, and before you run a camera/skype app.
Enjoy, I am hoping some people will test this and confirm it works for them too, please!
Credit BELONGS to Borkata at "another site" for his excellent work on the ADAM
Click to expand...
Click to collapse
I found out I didn't have a dev/video0 folder. I created one but the camera fcs. Is ther supposed to be files in the video0 folder? I noticed in the audio folder there were several files. I am running DRH ICS 1.3 It didn't have the camera app installed since it didn't work anyway.
Any help would be appreciated. I restored the camera app with Ti from an earlier backup.
Thanks
btw: Thanks to all who got this working. I've been looking for something just like this.
Um, /dev/video0 is only created after you plug in your camera. You do not create this yourself. If your camera is UVC compatible, then after it is plugged in you should have /dev/video0 on the stock rom with no modifications! Did you check the link to see if it is listed?
These terminal commands give the camera permission to use the camera apps, along with the camera.tegra.so file. But, a totally unmodded rom will give /dev/video0 if your camera is compatible, because TEAMDRH already included the needed drivers. download the app "usb host controller" and open it after you plug your camera in. under the USB tab, does it register or list your camera? If so, then google your webcam, not the brand name, but the brand that is listed under "usb host controller" to see if it is UVC. My camera is a Gigaware, but under usb host controller it is listed as an MSI Starcam.
This positively works for me, but I have been waiting for anyone else to tell me it worked for them too so I can confirm. I am happy to help, because I want this to work universally as it should so it is a viable option.
Thanks
redeyedjedi said:
Um, /dev/video0 is only created after you plug in your camera. You do not create this yourself. If your camera is UVC compatible, then after it is plugged in you should have /dev/video0 on the stock rom with no modifications! Did you check the link to see if it is listed?
.
Click to expand...
Click to collapse
Thanks. I'm at work and just pulled out a cheap camera from my drawer. Not even sure what model it is. I wasn't aware though that the camera would create the folder when it is plugged in. When I get home I know I have a camera that is compatible and I will try it again.
Thanks for your help. I will let you know how it goes.
Fnally...a camera again
redeyedjedi said:
This positively works for me, but I have been waiting for anyone else to tell me it worked for them too so I can confirm. I am happy to help, because I want this to work universally as it should so it is a viable option.
Click to expand...
Click to collapse
It works. I haven't actually taken a pic or video yet, but I got a picture. I'm using my Logitech 270 HD webcam and the picture looks great. This is what I've been waiting for. I downloaded the free version if Camera ICS off the Play store. May have to buy it. The older stck camera app still FCs but the ICS one fired right up. Now I'll have to make my script.
Thanks a great deal... :good::good:
On a fresh install of the JB alpha, if you swipe left on the lockscreen instead of right, the camera app pops up, if you do a factory reset, then it will be in your app drawer!
I am so glad to hear it works for someone else.
TO use video recording or skype video, any video, you have to swap from the front to back camera. It shows an inverted image, but when you play back a recorded video, it is proper, also skype might be inverted but it looks right on the other end. I do not know why this is, but it works!!
***To clear up any confusion, the terminal commands only need to be entered once, after the camera is plugged but before you try to use any camera apps. They do not need to be re-entered until the next time you plug your webcam in, or restart the tab. With the gscript, you can put a shortcut on your homescreen, and the process becomes: plug cam in, tap one button, then load camera app or skype,etc!!
I can confirm it works with ICS Beta 1.3.2 (using the Camera ICS app). Camera, and Skype work just fine!
At last, my gTab is complete again! (well... almost...).
fosser2 said:
If you're down to take a peek here is where we're at with the Gtab camera on .39...
https://github.com/TeamDRH/android-tegra-nv-2.6.39-rel-14r7/commits/camera
Click to expand...
Click to collapse
I'll have to pass: Not enough free time. Besides, it looks like someone's already working on it--I'll just be stepping on their toes.
Random newbish question
would this be able to work on other tablets as well? albeit slightly modified and what not... i've been thinking of integrating a dell streak 7 into my dash and an external web cam would be a neat back up cam
Im gonna guess no, but it is possible. YOu need a kernel with V4l2 support, and a file like this to direct the rom to communicate with it. I know nothing about dell streaks, but if you ask a developer of the rom you're using to look at Borkata's github source you might get a solution, but I really do not know.
redeyedjedi said:
Im gonna guess no, but it is possible. YOu need a kernel with V4l2 support, and a file like this to direct the rom to communicate with it. I know nothing about dell streaks, but if you ask a developer of the rom you're using to look at Borkata's github source you might get a solution, but I really do not know.
Click to expand...
Click to collapse
Thanks, I figured that because the dell streak is a tegra 2 board, it wouldnt be too difficult, but i am definatly not a dev of any sort
I've tried this with on a gTablet, testing both G-Harmony & SmoOther Beam 4.1.2, but I haven't been able to get it working.
I'm testing it with a Microsoft HD-6000 webcam. Any suggestions on where I might look to determine if the problem is related to the ROM/approach, or the hardware?
I've already checked the UVC compatibility page. Unfortunately it's a bit out-of-date, and the HD-6000 is not yet listed, yet the sister HD-3000 is listed as supported.
Thank you in advance for any ideas!
RKM
rkmFL said:
I'm testing it with a Microsoft HD-6000 webcam. Any suggestions on where I might look to determine if the problem is related to the ROM/approach, or the hardware?
Click to expand...
Click to collapse
First, see if this Webcam test app works.

[Q] Rear camera won't initialize (front = OK) -- any patient helpers out there?

Hello,
I am having problems with a second-hand skyrocket and the rear (main) camera. The guy who sold it to me told me he did something to it (software-wise) that broke the rear camera and it won't initialize or display/take pictures from it. I have downloaded a few different camera apps that would try to initialize or start the rear camera to no affect, but skype, google hangouts, and rear camera only apps work fine.
I have tried going from stock 2.3.6, stock 4.0.4, stock 4.1.2, and most recently both CM 10.1.3 and 10.2 nightly on it to no avail. Most recently on the CM roms, when I open the camera app, it opens (like all other camera apps will, with a black screen), but it says "unfortunately Gallery has stopped" where with the stock roms it will say the Camera has stopped.
I noticed a thread with a possibly similar theme here, but since that thread is a few months old, I'm referencing that one and starting a new one.
Additionally, I found a .zip file with individual camera firmware (or software updates) out there, at least 25 in fact in a 5.83mb zip with the following instructions
- Extract the .bin file to the internal sd card
- type *#34971539# into the dialer
- select "phone to cam FW write"
Click to expand...
Click to collapse
But no matter the firmware I tried to flash, and flash back to the SDEH0D (or back to any of the others), that didn't seem to help. I didn't try all 25, but I did choose about 7 ones staggered from that list.
Any other thoughts or comments, tests or experiments? I'd really appreciate any direction
I'm not an expert on the issue that you're having, But I have encountered a Gallery force-close when starting up the camera. In some of the newer ROM's available today, the camera and gallery are linked. Meaning you can swipe either left or right while inside the camera app and go into your gallery. Anyway, Seems to me that it goes a bit beyond just a software fix. Could be that the camera itself is broken. The only reason I say that is because you say that you've tried several different ROM's and some supposed software fixes, but it's still not working. I would say that if you can, try and find a proper fix that you can either flash in recovery or push to your phone using ADB. I'll do some digging of my own and see what I can come up with.

[Q] Honor 6 Plus - worthy update for OnePlus One?

Hi All
I haven’t found a specific forum for Honor 6 plus but I hope to find some answers to my questions here
Currently I have OnePlus One and I look at Honor 6 Plus for an upgrade.
The selling point for me is camera performance. I expect H6+ to have less noise and be general better all-rounder camera.
I know that the performance will be slightly worse than OPO and video quality will be worse as well (OPO has 4k recording and [email protected] and [email protected]).
But…
Can you help me if H6+ will be worthy upgrade for somebody into photography?
1. How it is behaving in general usage (shutters, hick ups, performance issues, software issues – battery drains etc…,)?
2. Lollipop update – forecast?
3. Overall phone quality – any issues with it? Bad pixels, light leaks on the screen, any bend-gates/antenna-gates, my-phone-tries-to-kill-me-gates?
4. How is the camera – photo quality, noise levels on dark photos, does it have any manual settings? Or if not in stock version are they accessible from 3rd party apps? (ie.on OPO using app “Camera FV-5” I have the access to manual ISO and exposure time settings, is this possible in H6+?)
5. 3D photos – since the H6+ has two cameras this technically should be possible – is it?
6. RAW shooting – any chances?
7. Can apps be fully installed on SD card? I have noticed that my Samsung tablet moves only small bits of the app to SD card while my previous Tegra tabled moved whole app there (both were on 4.4 KK) – how does it work on H6+?
8. File manager – since KitKat security restrictions crippled SD card functionality I understand that (without rooting) file managers cannot modify SD card unless they are built in the ROM and seen by the system as core app. Is there any built in file manager in H6+ able to create and delete files from SD card?
9. USB OTG – does H6+ supports USB OTG for USB drives/keyboards/mice? My typical scenario I take photos on my SLR, I transfer them to my phone SD card , I share them from my phone. Will it work for me using H6+?
10. Is it powerful enough to play demanding 3D games like KOTOR for example?
11. Buy now or wait for something on Kirin 935? Or for the price fall? Any fortune-tellers around?
Thank you all for your time and replies
Hi guys. I know there are few H6+ users here. Anybody willing to share their experience?
Andrew_j said:
Hi All
I haven’t found a specific forum for Honor 6 plus but I hope to find some answers to my questions here
Currently I have OnePlus One and I look at Honor 6 Plus for an upgrade.
The selling point for me is camera performance. I expect H6+ to have less noise and be general better all-rounder camera.
I know that the performance will be slightly worse than OPO and video quality will be worse as well (OPO has 4k recording and [email protected] and [email protected]).
But…
Can you help me if H6+ will be worthy upgrade for somebody into photography?
1. How it is behaving in general usage (shutters, hick ups, performance issues, software issues – battery drains etc…,)?
2. Lollipop update – forecast?
3. Overall phone quality – any issues with it? Bad pixels, light leaks on the screen, any bend-gates/antenna-gates, my-phone-tries-to-kill-me-gates?
4. How is the camera – photo quality, noise levels on dark photos, does it have any manual settings? Or if not in stock version are they accessible from 3rd party apps? (ie.on OPO using app “Camera FV-5” I have the access to manual ISO and exposure time settings, is this possible in H6+?)
5. 3D photos – since the H6+ has two cameras this technically should be possible – is it?
6. RAW shooting – any chances?
7. Can apps be fully installed on SD card? I have noticed that my Samsung tablet moves only small bits of the app to SD card while my previous Tegra tabled moved whole app there (both were on 4.4 KK) – how does it work on H6+?
8. File manager – since KitKat security restrictions crippled SD card functionality I understand that (without rooting) file managers cannot modify SD card unless they are built in the ROM and seen by the system as core app. Is there any built in file manager in H6+ able to create and delete files from SD card?
9. USB OTG – does H6+ supports USB OTG for USB drives/keyboards/mice? My typical scenario I take photos on my SLR, I transfer them to my phone SD card , I share them from my phone. Will it work for me using H6+?
10. Is it powerful enough to play demanding 3D games like KOTOR for example?
11. Buy now or wait for something on Kirin 935? Or for the price fall? Any fortune-tellers around?
-Thank you all for your time and replies
Click to expand...
Click to collapse
1. I think it's the best phone I've had since my first cell phone in mid-80's , no freezes etc. Long battery time, charge 2-3 times a week, but I' work at home and are out of the building a few times a week, or while on holiday. Don't use it for music, but Surveillance(Blue Iris) and IP-Cam viewer, booking app, and remote controlling my officePC.
2. Lollipop will arrive in July/August I think. Nothing I think is worth waiting for, have 5.0 on my Tab S, and there are some bugs...
3 Nothing, got the phone in February-15.
4. Camera is OK, HDR, Super night,Panorama etc. I have an M43 from Olympus, so it does not bother me.. ISO , WB, smile detect and touch for focus,GPS,and timer functions+ some watermarks and small adjustments can be made, no manual shutter/aperture. Seen an Oppo which looked better , at least on the screen..
5. No 3D in the Honor app
6. No RAW....
9. I have one Oly PM1 for underwater photos, I use a WD wireless disk with SD card reader on holiday, download to my Tab, share. My EM-10 is wireless, transfers JPG wireless to the phone, share. (I use PhotoMate on the TAB for editing RAW files, can then adjust WB etc.like LR.
11. Hmm, I love this phone,have a alu frame around it with plastic backcover(metal dampens the signals...). I like the camera function where you can adjust the aperture after the shot. I would maybe looked at the newest Honor or Huawei P7 because of an international version of ROM, but then I would miss this camera option!
Roarc3 said:
1. I think it's the best phone I've had since my first cell phone in mid-80's , no freezes etc. Long battery time, charge 2-3 times a week, but I' work at home and are out of the building a few times a week, or while on holiday. Don't use it for music, but Surveillance(Blue Iris) and IP-Cam viewer, booking app, and remote controlling my officePC.
2. Lollipop will arrive in July/August I think. Nothing I think is worth waiting for, have 5.0 on my Tab S, and there are some bugs...
3 Nothing, got the phone in February-15.
4. Camera is OK, HDR, Super night,Panorama etc. I have an M43 from Olympus, so it does not bother me.. ISO , WB, smile detect and touch for focus,GPS,and timer functions+ some watermarks and small adjustments can be made, no manual shutter/aperture. Seen an Oppo which looked better , at least on the screen..
5. No 3D in the Honor app
6. No RAW....
9. I have one Oly PM1 for underwater photos, I use a WD wireless disk with SD card reader on holiday, download to my Tab, share. My EM-10 is wireless, transfers JPG wireless to the phone, share. (I use PhotoMate on the TAB for editing RAW files, can then adjust WB etc.like LR.
11. Hmm, I love this phone,have a alu frame around it with plastic backcover(metal dampens the signals...). I like the camera function where you can adjust the aperture after the shot. I would maybe looked at the newest Honor or Huawei P7 because of an international version of ROM, but then I would miss this camera option!
Click to expand...
Click to collapse
By the way, I have the 32Gb model, only one with NFC...
Thank you for such detail reply. I am getting closer to purchase now
Roarc3 said:
By the way, I have the 32Gb model, only one with NFC...
Click to expand...
Click to collapse
I am looking at this phone, may I ask which country you are in, and if you are finding there is too much chinese and not enough English? And was it easy enough to get google play services and play store working on?
Thanks
scoobyjam said:
I am looking at this phone, may I ask which country you are in, and if you are finding there is too much chinese and not enough English? And was it easy enough to get google play services and play store working on?
Thanks
Click to expand...
Click to collapse
Located in Norway. Downloaded Google Play/updated it with the English version.(The GPlay Icon is the same in Chinese), and the phone updated most apps by itself to English versions. I have chosen Norwegian as language, and almost all menus are in that language, else in English. Hivoice is in Chinese, so voice control does not work(or I have not tried, can't read chinese). HiCloud/cloud+ does not work, annoying, so I have manually set up backups to other drives. This also means you have to download Themes manually, but no big deal for me. There are a few Huawei Apps, forums, etc, all in Chinese. I think the access to Cloud+ and Hivoice is most annoying, as it reminds me to do backups I can't do because I'm denied access to the Cloud+.....
Besides that, after using it since February, I'm very pleased, it's my all time favourite phone since mid-80's , Owned most brands, Motorola,Philips, Ericsson, Nokia, Samsung, HTC,Cubot(Apollo), and now Honor....... And, there will be a Lollipop update late summer for it...
kingroot will root the phone without unlocking the boot loader. then you can use rom toolbox to freeze/disable the stupid system apps. you can get the playstore from the huawei appstore, then kill the appstore. from the miui website you can get the google apps apk installer for google contacts sync. then just use a third party launcher and you have a fairly stock android experience with all of huawei honor6s great hardware
Bought today from Amazon UK, awesome phone. Been on it all day and still got 69% battery ( I'm a heavy user ) lots of media and live streaming playback etc. Phone came with virtually vanilla style setup ( all google apps installed ) very few bloatware so its been a dream start. Camera is good ( not as good as Sony z3 but holds its own. Performance is very snappy and I've not had any lag on anything and also feel no need to root as of yet as all is very good as it is.
Coming previously from a nexus 4 this phone is very good indeed.
Regards as always
I got one from amazon as well. Good thing is that all of bloatware can be uninstalled (not hidden) I managed to get rid of all of it with no problem.
On various reviews I read that it has no headphones in the box but mine come bundled with a pair - haven't tried its quality but they look rather basic with only one button. Also in the box I had two screen savers for front and rear. Still a puzzling thing is that somebody on the amazon claimed that he received his with touchplus screen protector!?!? I wish to have one but it is almost impossible to buy. How about you? Did you get one as well?
Nah same as you mate, headphones are basic yes so I use my own. I got the 32gb version. The apps I didn't want I could actually uninstall so thats a bonus for me I guess. This phones battery is WOW still going and got 35% watched fa cup, golf, boxing as well as faceache and twitter use........ Its running on Duracell lol.
Regards as always
Hi guys - if you are interested I have just posted my review of OPO vs H6+ on the main section of the forum:
http://forum.xda-developers.com/honor-6/general/comparison-oneplus-one-honor-6-plus-t3127840
Honor 6 plus on ebay
Those looking for this device can get the 32GB NFC international version in any of the 3 colours from the manufacturer and a few dealers on eBay. They will load language and radio bands to suit you needs. Must say do like the Gold version..So worth a look on eBay people.
Hi all.
Do you have "cloud problem" as well?
I have been testing my H6+ camera further and I have noticed that test stock camera delivers superb quality on low light shots but its struggle with clouds and end results is very grainy. Even well below 100% magnification you can see the noise. But on the other hand using third part app like my beloved FV-5 solves the problem and clouds looks much better even fully zoomed.
Therefore I believe that this is compression algorithm issue only within Honor camera app. My stock firmware is B141. What's yours?
Wysłane z mojego PE-TL10 przy użyciu Tapatalka

Google Camera 4.2 w/ Raw support.

So after tinkering with this phone for quite awhile! With the help of another developer, we now have a decent working port of google camera for the razer phone. Portrait mode is not working in this version because portrait was introduced in version 5.1 and later. Also the razer phone has hardcoded front camera2 as legacy so there is no raw support so you will never get selfie portrait to work. Hopefully razer will remove this hardcode in Pie, but it's very unlikely. I have sold my phone so there will be no more development from me on this, I'm simply sharing back and actually CARING to have a decent camera!
First and foremost, you need to root your device and unlock the bootloader (recommended but does not have to), then replace all these chromatix files for color fix, using a file explorer of your type. I highly recommend Solid Explorer:
https://drive.google.com/open?id=1EreYInGhkaN08aay3StpHra1gluN9rUJ
After you replace the libs, install the apk and shoot. Modified to have locked 35 frames in all conditions, with raw so you can edit these amazing pictures afterwards.
https://drive.google.com/open?id=1DRab0IZ-0dY8C-AcZsIDYPfyAzmQFev-
xterminater07 said:
So after tinkering with this phone for quite awhile! With the help of another developer, we now have a decent working port of google camera for the razer phone. Portrait mode is not working in this version because portrait was introduced in version 5.1 and later. Also the razer phone has hardcoded front camera2 as legacy so there is no raw support so you will never get selfie portrait to work. Hopefully razer will remove this hardcode in Pie, but it's very unlikely. I have sold my phone so there will be no more development from me on this, I'm simply sharing back and actually CARING to have a decent camera!
First and foremost, you need to root your device and unlock the bootloader (recommended but does not have to), then replace all these chromatix files for color fix, using a file explorer of your type. I highly recommend Solid Explorer:
https://drive.google.com/open?id=1EreYInGhkaN08aay3StpHra1gluN9rUJ
After you replace the libs, install the apk and shoot. Modified to have locked 35 frames in all conditions, with raw so you can edit these amazing pictures afterwards.
https://drive.google.com/open?id=1DRab0IZ-0dY8C-AcZsIDYPfyAzmQFev-
Click to expand...
Click to collapse
I tried replacing those files to "vendor/lib" and now it says Camera Error " Can't connect to the camera". Do any of you guys have the original files? I forgot to make a back up.
matt0323 said:
I tried replacing those files to "vendor/lib" and now it says Camera Error " Can't connect to the camera". Do any of you guys have the original files? I forgot to make a back up.
Click to expand...
Click to collapse
There's no way you get a Camera Error. Are you on the latest firmware for the Razer? I did this multiple times... I don't have the stock bc I sold it already as mentioned. You can do a factory reset or reflash the rom.
Works very well and seems to stable. Been using it for two weeks now and taken ~200 photos with HDR without a single crash.
Thanks for you work!
Hey can you do this for newer versions and can we get a port with telephoto let z

Categories

Resources