closed - HTC EVO 3D

closed here

troopii said:
this app was first created for the optimus 3d to get a better control over the 3d camera
but its now working on all devices >4.0
this is a crosspost from the o3d Freedcam Thread
pls response here for everything releated to the evo 3d
if the app crash post a catlog, and not tell me it crashed without it.
use this app for logging.
im doing this in my freetime, also i have no evo3d and i dont want to get payed for it.
this app should work on all sense roms.
but also on nonesense roms(i like that), but without 3d support
you can get the latest version on the op thread
thx to dreccon and mahg for testing, and there never ending patience with me ;D
if someone is interested getting involved into this send me a pm.
what left todo:
adding supported camera parameters from the evo,
video recording is crashing when width < 720
hf
Click to expand...
Click to collapse
Thanks for your work, definitely i'm going to try it when i'll have my evo back

dreccon had some problems with the yas rom. the 3d preview where laggy like low fps. this is caused due the mediaserver.
but for me there is no way for now to get it fix. because the 3d stuff is controled by the camera. maybe you have a hint for me.
Sent from my Nexus 7 using xda app-developers app

Is this working on non ICS ROM's? Jelly bean or miui for example?
Sent from my Evo 3D GSM using XDA Premium 4 mobile app

yes but without 3d camera. 3d will work only on sense roms.
i dont know if 3d will work with that custom 3d lib.
i dont have this phone. if you tell me the 3d cam can work with the lib i can add it. what i have seen and read it will not work. because the camera controls the 3d part. but correct me if im wrong
Sent from my Nexus 7 using xda app-developers app

troopii said:
yes but without 3d camera. 3d will work only on sense roms.
i dont know if 3d will work with that custom 3d lib.
i dont have this phone. if you tell me the 3d cam can work with the lib i can add it. what i have seen and read it will not work. because the camera controls the 3d part. but correct me if im wrong
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
The app is working great on cm11 but I can select only 2D or Front in settings
Sent from my Evo 3D GSM using XDA Premium 4 mobile app

Anonymuszymus said:
The app is working great on cm11 but I can select only 2D or Front in settings
Sent from my Evo 3D GSM using XDA Premium 4 mobile app
Click to expand...
Click to collapse
is this app working for you on cm11?
http://forum.xda-developers.com/showthread.php?t=2475338
if yes i can give it a try with that custom 3d lib.
but i will take some time bevor im adding it, have enough todo for now.

troopii said:
is this app working for you on cm11?
http://forum.xda-developers.com/showthread.php?t=2475338
if yes i can give it a try with that custom 3d lib.
but i will take some time bevor im adding it, have enough todo for now.
Click to expand...
Click to collapse
I'm using CM 11.
It can take photos but I cannot look photos with program.
I sould open galery for seeing photos that I take with app.
Also for videos after pressing recording button there is a delay happenes for recording like 2-3 seconds.
When I pressing button for stopping recording, program force closes.

troopii said:
is this app working for you on cm11?
http://forum.xda-developers.com/showthread.php?t=2475338
if yes i can give it a try with that custom 3d lib.
but i will take some time bevor im adding it, have enough todo for now.
Click to expand...
Click to collapse
Yepp,it's working perfectly and I can view my old 3D photos taken with ICS roms,please try what u can ,our app is working perfect in 2D but the 3D and video rec is not working
Sent from my Evo 3D GSM using XDA Premium 4 mobile app

HaHaBuRGeR said:
I'm using CM 11.
It can take photos but I cannot look photos with program.
I sould open galery for seeing photos that I take with app.
Also for videos after pressing recording button there is a delay happenes for recording like 2-3 seconds.
When I pressing button for stopping recording, program force closes.
Click to expand...
Click to collapse
try this
http://d-h.st/6Oo
added more debug info to see what happens, and made it stabler.
strange that the gallery view not works, im only calling an intent wich opens the default gallery,
video recording is some sort of problem yet, im working on custom settings and set the default bitrate a bit high, for now this is alpha stage

troopii said:
try this
http://d-h.st/6Oo
added more debug info to see what happens, and made it stabler.
strange that the gallery view not works, im only calling an intent wich opens the default gallery,
video recording is some sort of problem yet, im working on custom settings and set the default bitrate a bit high, for now this is alpha stage
Click to expand...
Click to collapse
Delay while recording video has gone but I cannot open videos with any player.
Also when i connected phone with computer and see if i can open with vlc player, videos are just too small
like 5kb 11kb 3kb. Vlc player couldn't open videos too.
Also i still cannot open photos with program I added screenshot.

for recording:
did you set the video size >= 1280x720 ? else it will not work because the bitrate is set to high.
for taken pics:
do the taken pics appear in your default gallery?
its really mystical

I forgot to set video size in previous post. But seting 1920x1088 and 1280x720 didn't worked too. Just file size increased to 170kb.
For picture i can see them in default gallery i just cant see them in your app.
Here is another log for high video size.

#troopi can you try please to add 3D libs ?
Sent from my Evo 3D GSM using XDA Premium 4 mobile app

@troopii,
Based on what I know about this, the 3D functionality on the EVO 3D is actually dictated and controlled by Sense framework and not by the cam itself, which is why YAS4's actually has 3D capabilities unlike other Sense 4.x ports for the 3D or even the AOSP variants. Adding the libs might not have the intended results but I guess it might not hurt you to try if you have a few minutes

Thx for the information. I will try it after fixing hdr and video recording. Theretically it should work when the surface attached to the camera has 3d function. But it will take some time
i forget to say, you can take 3d pics and videos without 3d preview. but this was done on a sense rom while the preview freezed
i need to know the ro.product.model= "" from the prop.build of cm11,
than i can enable the 3d cam for it without preview.
thats the models i have already, i dont know why each rom has its own model
Build.MODEL.equals("HTC EVO 3D X515m") || Build.MODEL.equals("HTC X515d")|| Build.MODEL.equals("HTC ShooterU")|| Build.MODEL.equals("HTC Shooter");
Sent from my LG-P920 using xda app-developers app

HaHaBuRGeR said:
I forgot to set video size in previous post. But seting 1920x1088 and 1280x720 didn't worked too. Just file size increased to 170kb.
For picture i can see them in default gallery i just cant see them in your app.
Here is another log for high video size.
Click to expand...
Click to collapse
what if have found for cm11
BUGS / NOT WORKING:
3D recording not working
Ocazional data drops.
In-call volume sometimes gets reseted to maximum. Temporary fix:ENABLE TOUCH SOUNDS
Camcorder: When recording video, sometimes first video will not work, the second one should be OK.
Sending MMS's might not work for everybody (receiving works) !
Bluetooth tethering might not work from the first time
Click to expand...
Click to collapse
i attached a version wich use the custom 3d lib. i dont know if it will work
hf

troopii said:
what if have found for cm11
i attached a version wich use the custom 3d lib. i dont know if it will work
hf
Click to expand...
Click to collapse
new version force closes.
Also I have tried with recording more than one times while testing previous versions.
So I dont think its a bug of CM 11

HaHaBuRGeR said:
new version force closes.
Also I have tried with recording more than one times while testing previous versions.
So I dont think its a bug of CM 11
Click to expand...
Click to collapse
i think its a fault of cm11, because on my nexus7 with kitkat recording works.
but try 2.7 i have changed some stuff.
for cm11 3d
have you installed this app?
its needed or the class cant be found and it crashes,
the custom 3d lib api only contains the methods not the lib itself so that app is requiered.

troopii said:
i think its a fault of cm11, because on my nexus7 with kitkat recording works.
but try 2.7 i have changed some stuff.
for cm11 3d
have you installed this app?
its needed or the class cant be found and it crashes,
the custom 3d lib api only contains the methods not the lib itself so that app is requiered.
Click to expand...
Click to collapse
yes I have installed that app before I install your apps new version.
app crashes when i try to open.
Also tried 2.7(nor cm11 version) phone bootloops when i start recording so i cannot test it

Related

Skype Video calls for the Evo 3D?

I just got an update for Skype and it now supports video calls for Selected devices Unfortunately the Evo 3d was not one of those selected devices Maybe someone can get the apk and hack it..
Sent from my PG86100 using XDA Premium App
I already used Qik, and just installed Skype yesterday, but didn't use it yet...will it not work?
I mean everything on skype works but video calls
Sent from my PG86100 using XDA Premium App
Gotcha, I haven't found anyone to test yet...
Skype
Here is the apk file for Skype 2, maybe rename thread thread to Skype 2 (Dev WIP) and let's get some progress going
Skype_v2.0.0.45.apk
good stuff godzson... hopefully they get it working soon
GODZSON said:
Here is the apk file for Skype 2, maybe rename thread thread to Skype 2 (Dev WIP) and let's get some progress going
Skype_v2.0.0.45.apk
Click to expand...
Click to collapse
wow, i just realized you're a Latino man! I was confused with between Israel y Honduras, lol
godzson said:
here is the apk file for skype 2, maybe rename thread thread to skype 2 (dev wip) and let's get some progress going
skype_v2.0.0.45.apk
Click to expand...
Click to collapse
so this this is the skype that allows video calling?
Was looking for the same thing
shaun0207 said:
so this this is the skype that allows video calling?
Click to expand...
Click to collapse
thats correct.. only works for certain phones tho.
This version works on my evo3d
http://www.villainrom.co.uk/SGS2/skype045.php
Sent using my smoking Evo3D
This version includes video calls and works on Evo 3D: http://forum.xda-developers.com/showthread.php?t=1149025
Wish I knew where the original came from...
EDIT: I have tested video chat on wifi only. Not sure about results on 3G/4G
kkwus74 said:
This version works on my evo3d
http://www.villainrom.co.uk/SGS2/skype045.php
Sent using my smoking Evo3D
Click to expand...
Click to collapse
This gave you video chat on your E3d is that what your saying ? or you saying the app just works and no video ?
Ryan00 said:
This gave you video chat on your E3d is that what your saying ? or you saying the app just works and no video ?
Click to expand...
Click to collapse
Yep it works with video.... I tried it oready...
Sent using my smoking Evo3D
I can confirm that it does work on the 3VO.
Sent from my PG86100 using XDA App
did u guys do something different to get urs to work....i cannot get my skype to work from phone to computer i downloaded 2.0.0.47 and it doesnt work...it initializes a call but the second the person on the computer picks up, it shuts the video off and only does a voice call....is there a trick im missing
Gronde481 said:
did u guys do something different to get urs to work....i cannot get my skype to work from phone to computer i downloaded 2.0.0.47 and it doesnt work...it initializes a call but the second the person on the computer picks up, it shuts the video off and only does a voice call....is there a trick im missing
Click to expand...
Click to collapse
That's because you didn't read the previous threads very well.
You installed version 2.0.0.47
The verison that supports video calling for EVO 3D ( Hacked version) is 2.0.0.45. If you update to version 2.0.0.47 you can NO LONGER use video calling on the EvO 3D because it's not officially supported yet.
Skype sucks.
uninstall 47 on Evo3D...video now works
I had (apparently) updated skype to .47 I used market to uninstall, then installed the downloaded .45 version.
When I ran that version it got to the login point and said I had to reinstall skype...
I realized that the original skype client was still running in the background.
I used Task Manager, looked at all running services, and stopped it there.
I then again tried to install the download, this time it took and logged me in.
Then it showed contacts and had an icon if video was available.
So I clicked on this laptop, and boom skype video over wifi!
Then I turned off wifi and tried again...it was obviously slower and choppier and skype complained, but it did show the two way video!
Thanks to all involved!
Skype and 3D
Can someone confirm if the EVO 3D can send 3D video using skype (if both side got a 3D smartphone) ?
I would say no, and even if it could it would force you to use the two cameras on the back. You can't do 3d video with one lense, so with both parties pointing the back two cameras at themselves how would you see what's on the screen?

[Q] Camera issues with ZERD.one V0.2

When I try to capture image while recording video it freezes video and I can only exit by hitting home button. When I try to take a picture from a previously recorded video it says image capture failed. Any Ideas???
That feature doesn't work on our phones sadly
beneath-a-burning-turtle said:
That feature doesn't work on our phones sadly
Click to expand...
Click to collapse
That sucks do you know if there is a rom that will support it for the evo 3d?
kingbridges said:
That sucks do you know if there is a rom that will support it for the evo 3d?
Click to expand...
Click to collapse
None that I know of, sorry man
Sent from my NookColor using xda app-developers app

[Q] Flash Player on BiParanoid black screen

Hello,
first of all I'm pretty new to the whole root n stuff. I've successfully, downgraded my hboot, got su and s-off plus i installed biparanoid.
I really like it but here's my problem:
Flash player isn't working properly.
The youtube app just shows a black screen, streams in browser doesn't work and the twitch.tv app just shows a black screen aswell.
I've tried to reinstall flash player but nothing changed
This is an really big issue for me and i hope someone can help me
Tried to post in the original biparanoid thread but it says i dont have permissions ...
Sent from my Evo 3D GSM using xda app-developers app
Go to developer options and disable hw overlays and YouTube should work
( Don't ask me for help as I couldn't care if your phone explodes, eh! )
Thank you! Youtube works now but twitch doesn't. Read something about twitch app and cm not being compatible yet, is that true?
Sent from my Evo 3D GSM using xda app-developers app
yes
Generally streams or just twitch app...? Streams still don't work -.-
Sent from my Evo 3D GSM using xda app-developers app
BiParanoid still isn't perfect. In fact, I couldn't even get it to run the camera.
If you really want to use the ROM, you'll need to mess around with it, or wait until it's more stable. It is however the most stable JB ROM to date.
And yes, the problem is with many streaming apps.

looking for Galaxy Note 2 high speed camera.apk

Does anyone have a working veraion of the higj spwed camera app from the note II
Sent from my SAMSUNG-SGH-I717 using xda app-developers app
Not sure what hi speed camera from the Note 2 is, but if it is a fast burst camera mode, I downloaded a free app from either Amazon or the play store called Fast burst Camera that allows you to take literally hundreds of pictures in a few seconds. The resolution isn't great, but the pictures are literally like a flip book. I think the resolution has more to do with the actual camera in the Note rather than the app itself.
Slow Motion Feature
ITs the slow motion feature the Note 2 has that I want, Hoping that someone will or has been able to get it to work like Paper artist from the Note 2
ptgptg said:
Not sure what hi speed camera from the Note 2 is, but if it is a fast burst camera mode, I downloaded a free app from either Amazon or the play store called Fast burst Camera that allows you to take literally hundreds of pictures in a few seconds. The resolution isn't great, but the pictures are literally like a flip book. I think the resolution has more to do with the actual camera in the Note rather than the app itself.
Click to expand...
Click to collapse
RowdyFrowdy said:
ITs the slow motion feature the Note 2 has that I want, Hoping that someone will or has been able to get it to work like Paper artist from the Note 2
Click to expand...
Click to collapse
Find a stock image for the note 2 and extract the camera from it. Doh
RowdyFrowdy said:
Does anyone have a working veraion of the higj spwed camera app from the note II
Sent from my SAMSUNG-SGH-I717 using xda app-developers app
Click to expand...
Click to collapse
Check this out: http://forum.xda-developers.com/showthread.php?t=1966606
I have already tried that and it did not work.....
Sent from my SAMSUNG-SGH-I717 using xda app-developers app
scottx . said:
Find a stock image for the note 2 and extract the camera from it. Doh
Click to expand...
Click to collapse
There's probably library files needed to go with it too...
Thats not even the high speed camera its just Googles new version of there camera.
ndmoh1 said:
Check this out: http://forum.xda-developers.com/showthread.php?t=1966606
Click to expand...
Click to collapse
note 2 camera
ndmoh1 said:
Check this out: http://forum.xda-developers.com/showthread.php?t=1966606
Click to expand...
Click to collapse
the one in this link doesn't have the still while shooting video feature which is what i'm wanting
Take a minute to watch the video for this app.
https://play.google.com/store/apps/details?id=com.sonydna.framegrabber
Its better than Fast Burst camera app because the resolution can be higher.
This app has very bad reviews of it not working on ICS from what i can see in just the top comment which are usually supposed to highlight the good qualities of an app.
rangercaptain said:
Take a minute to watch the video for this app.
https://play.google.com/store/apps/details?id=com.sonydna.framegrabber
Its better than Fast Burst camera app because the resolution can be higher.
Click to expand...
Click to collapse
Atrix2destroyer said:
This app has very bad reviews of it not working on ICS from what i can see in just the top comment which are usually supposed to highlight the good qualities of an app.
Click to expand...
Click to collapse
4.4 stars with almost 700 reviews. Top review is most recent. I bought the app and used it with an old low res video. In 40 seconds I installed it, figured it out, and made a picture. Galaxy Note. I give it five stars.
I dunno it doesn't seem promising when even in your screen shot it says its not working on a galaxy note hahaha. The idea of the app is great though.
rangercaptain said:
4.4 stars with almost 700 reviews. Top review is most recent. I bought the app and used it with an old low res video. In 40 seconds I installed it, figured it out, and made a picture. Galaxy Note. I give it five stars.
Click to expand...
Click to collapse
Atrix2destroyer said:
I dunno it doesn't seem promising when even in your screen shot it says its not working on a galaxy note hahaha. The idea of the app is great though.
Click to expand...
Click to collapse
I figured anyone would take it for granted I was using a note. . . I mean we are in the note apps section talking about apps on a note. The proof is in the result I posted along with the statement "Galaxy Note". I guess you missed that stuff.
Any luck with Stock Camera
Hi Captain,
Did you find any luck with Stock camera port? I am using Probam custom rom. Everything is just perfect except the slow-mo video recording feature that was available on the stock rom. Below are the options which I have already tried but no luck
- Took Titanium backup of stock camera and tried to restore it back on 4.2.2 Probam ROM but it always stuck on RESTORING.
-Found flashable zip from XDA, it flashes successfully through clockwork mod but in the end stock camera/gallery app doesnt show up
- Extracted SGN2 Gallery + Camera.zip (apk) files to /system/app/ but it says files already exist.
Any idea whats an alternate available?
Thanks,
Fast burst works fine
®••TB°×
The problem is taking slow mo videos was never just a software feature. Note 2 has hardware ability to record videos on 60 FPS which are then played back and give you a jerkless slow mo video.
Isnt there any way to get the stock camera back?
Regards,
Sorry, friend. My wife hijacked my phone. Now I'm stuck with an old international note with a cracked screen. I never checked what speeds are possible with the new burst feature in the stock camera. I will check it and report back.
danish.mustafa said:
The problem is taking slow mo videos was never just a software feature. Note 2 has hardware ability to record videos on 60 FPS which are then played back and give you a jerkless slow mo video.
Isnt there any way to get the stock camera back?
Regards,
Click to expand...
Click to collapse
Last time I checked, the stock cameras will only work with TouchWiz. Unless you are talking about the pure Android camera. In that case JamieD uploaded that latest camera in this topic here:
http://forum.xda-developers.com/showthread.php?t=2340301
Try this one out. Shutter not as fast as note 2 but its pretty fast. Installs are works on my note.
http://forum.xda-developers.com/showthread.php?t=2341996
Sent from my SGH-I717D using xda app-developers app

Anyone thinking of installing the Google Gallery camera app, don't 1080p FC's.

Anyone who has a P769 should be warned that the new Google Camera/Gallery APK has a major flaw on this phone.
I can't seem to find a fix for the google camera app to allow 1080p to work.
http://forum.xda-developers.com/showthread.php?t=2340858
If you attempt to change the video record mode to 1080p, you'll end up getting force closes. It just doesn't work.
Why use it? If you are using stock android 4.1.2, you are better off using the stock LG video recording app since 1080p works.
Also, Photo sphere just doesn't work in anything less then 4.2 either for obvious reasons.
Good to know thank you.
Sent from my LG-P769 using xda app-developers app
1080p doesn't work on CM ROMs. Its a known bug.
noob.gamer said:
1080p doesn't work on CM ROMs. Its a known bug.
Click to expand...
Click to collapse
I'm using stock T-Mobile rom 4.1.2.....

Categories

Resources