Camera Stuff thats interesting - Sprint Samsung Galaxy Note5

well people I found this in the camera
public static final boolean NO_4G_RECORDING_LIMIT = false;
public static final boolean NO_RECORDING_DURATION_LIMIT = false;
but found this in another area of the camera
public static final boolean NO_4G_RECORDING_LIMIT = true;
public static final boolean NO_RECORDING_DURATION_LIMIT = true;
public static final int video_reach_4g_and_restart_recording = 2131492874;
I think the x6 exynos note 5s have no limit on recording size but I do see the 5 minute limit is still there for 4k, I cant seem to find where that limit lies... Im testing the 4gb limit now with 1920x1080
Here is the 5 minute limit for the 4k
public int getCamcorderVideoDuration()
{
return getIntPreference("pref_camera_video_duration_key", 60);
}
public int getCamcorderVideoDurationInMS()
{
int i = -1;
if (getIntPreference("pref_camera_video_duration_key", 60) == -1)
{
if (CscFeature.getInstance().getInteger("CscFeature_Message_MmsModeCaptureVideoMaxDuration") > 0) {
i = CscFeature.getInstance().getInteger("CscFeature_Message_MmsModeCaptureVideoMaxDuration") * 1000;
}
}
else {
return i;
}
return 3600000;
}

Found this too!
public static final int video_reach_4g_and_restart_recording = 2131492874;
public int getCamcorderVideoDuration()
{
return getIntPreference("pref_camera_video_duration_key", 60);
}
public int getCamcorderVideoDurationInMS()
{
int i = -1;
if (getIntPreference("pref_camera_video_duration_key", 60) == -1)
{
if (CscFeature.getInstance().getInteger("CscFeature_Message_MmsModeCaptureVideoMaxDuration") > 0) {
i = CscFeature.getInstance().getInteger("CscFeature_Message_MmsModeCaptureVideoMaxDuration") * 1000;
}
}
else {
return i;
}
return 3600000;
}

You came to the note 5?

sml2004 said:
You came to the note 5?
Click to expand...
Click to collapse
Yep. Come to find out what 1920x1080 will record infinite but will cut into 4gb incriments. The 4k one is interesting as it has a 5 min limit but i think if i get rid of that it may record forever

i had read somewhere in dpreview forums that the reason they limit recording video on phones and cameras is so that they don't get classified as camcorders and avoid having to pay some kinda fee/tax or whatever. i never followed up on that info. you know if there's any truth in it?

madsquabbles said:
i had read somewhere in dpreview forums that the reason they limit recording video on phones and cameras is so that they don't get classified as camcorders and avoid having to pay some kinda fee/tax or whatever. i never followed up on that info. you know if there's any truth in it?
Click to expand...
Click to collapse
Not sure but im gonna get rid of the 4k limit once we get root

kevinrocksman said:
Not sure but im gonna get rid of the 4k limit once we get root
Click to expand...
Click to collapse
I look forward to being able to take video while playing music (bluetooth) again on my note 5

I am grabbing my note 5 today. I did find this on rooting..don't know if it works yet though.
https://www.androidroot.us.com/how-to-root-samsung-note-5/

millerboy3 said:
I look forward to being able to take video while playing music (bluetooth) again on my note 5
Click to expand...
Click to collapse
O you come up to the 5 too...nice

Bigmar75 said:
I am grabbing my note 5 today. I did find this on rooting..don't know if it works yet though.
https://www.androidroot.us.com/how-to-root-samsung-note-5/
Click to expand...
Click to collapse
No sir. Does not work.
Sent from my SM-N920P using Tapatalk

Removing the limitation is nice and all but this built in storage will get full in no time. Can't cloud cause the files are to big and network speed is inconsistence, time to get a backpack to carry around my laptop where ever I go. Thanks a lot Samsung!

Ok get to it @kevinrocksman lol

sml2004 said:
Ok get to it @kevinrocksman lol
Click to expand...
Click to collapse
holy crap, kansas city MO? wow im not that far from there, working on it right now

kevinrocksman said:
holy crap, kansas city MO? wow im not that far from there, working on it right now
Click to expand...
Click to collapse
Well kearney to be exact. Lol but i spend most my time in KCK working. Good deal thanks.

doesnt seem like any tools want to extract the odex file...

Finally!
http://forum.xda-developers.com/note5/themes-apps/project-super-camera-steriods-t3187651

theoner1 said:
Removing the limitation is nice and all but this built in storage will get full in no time. Can't cloud cause the files are to big and network speed is inconsistence, time to get a backpack to carry around my laptop where ever I go. Thanks a lot Samsung!
Click to expand...
Click to collapse
you can get a wifi external hd. they're expensive compared to standard though. i've got a seagate wireless plus and build quality has been pretty crappy. getting my third replacement soon.

Unless newer versions of Android use an alternate file system, all of them will have a 4GB file limit because of FAT32. So your recording time will be limited only by your video recording quality. Recording at 4K resolution would eat up a 4GB file pretty quickly versus at 720p. As I said in the first reply, some may have a software limit on how long you can record any quality regardless of how much space you have. If you want unlimited recording time, you need to use a digital video camera instead of a photo camera or a cell phone.

davejet said:
Unless newer versions of Android use an alternate file system, all of them will have a 4GB file limit because of FAT32. So your recording time will be limited only by your video recording quality. Recording at 4K resolution would eat up a 4GB file pretty quickly versus at 720p. As I said in the first reply, some may have a software limit on how long you can record any quality regardless of how much space you have. If you want unlimited recording time, you need to use a digital video camera instead of a photo camera or a cell phone.
Click to expand...
Click to collapse
I have since made unlimited a reality using the note 5 camera. It will now record unlimited. It works on the note 4, note 5, s6 and s6 edge. Someone told me it worked on the note 3 also but not verified

Related

[Q] Google Dev: Does Nexus S do 720p?

There are Google Devs that visit XDA right? Can one please confirm whether or not the Nexus S will do 720p. The specs say no, but I'm hoping its a typo. If not out of the box, then surely a software update will add it?
I would like to know this also
i'm not a google dev but it's confirmed that out of the box there is no 720p. Max resolution is 720x480.
However, the phone should support it since the Nexus one could and i'm pretty sure the galaxy s can as well. Hopefully within a few months (maybe weeks) of it being out with the source code people will be able to enable it.
the leaked nexus s sample video is 720p, so maybe it does have the feature.
here is the video and you can change the resolution to 720p: http://www.youtube.com/watch?v=ZM0n0H179jY&feature=player_embedded
Just throwing this out there, on the official nexus s page, it says it takes HD Video...
come on if you want to know info on a phone take at least do some HARD CORE researching lol. http://www.google.com/nexus/#!/tech-specs
HTC HD2 MAN said:
come on if you want to know info on a phone take at least do some HARD CORE researching lol. http://www.google.com/nexus/#!/tech-specs
Click to expand...
Click to collapse
Yeah it's that 720x480 spec that throws me off. I'm hoping its a typo. I did see where it said HD video. That and the youtube video testing the quality are good signs that point to 720p I guess. A confirmation and/or correction to the specs would be nice though.
saint327 said:
Yeah it's that 720x480 spec that throws me off. I'm hoping its a typo. I did see where it said HD video. That and the youtube video testing the quality are good signs that point to 720p I guess. A confirmation and/or correction to the specs would be nice though.
Click to expand...
Click to collapse
Don't worry about it, it DOES have it. What make you think a (google baby) high-end, 2.3 android, 2nd phone in the nexus line won't have 720p? haha all high-end phones will be having 720p.
On their features page they have mentioned this;
The rear-facing 5 megapixel camera is capable of taking stunning pictures and HD videos that you can share with friends and family. The front-facing camera can take VGA quality images and video.
Click to expand...
Click to collapse
HTC HD2 MAN said:
come on if you want to know info on a phone take at least do some HARD CORE researching lol. http://www.google.com/nexus/#!/tech-specs
Click to expand...
Click to collapse
720 x 480 != 1280 x 720 != 720p
I'm hoping it's a typo, because I really want to like this phone.
Clearly the 720x480 video resolution is for the front facing camera.
ZeroSX said:
720 x 480 != 1280 x 720 != 720p
I'm hoping it's a typo, because I really want to like this phone.
Click to expand...
Click to collapse
(Just to avoid total typ'o'fest... 1280x720 (non-interlaced) == 720p)
720 x 480 is not VGA quality... so it may, or may not refer to the camera on the back...
It would be a GLARING mistake not to mention a functioning 720p recording on the spec sheet...
rajendra82 said:
Clearly the 720x480 video resolution is for the front facing camera.
Click to expand...
Click to collapse
Sadly, no:
Front-facing: VGA (640x480)
From: http://www.google.com/nexus/#!/tech-specs
I Don't understand how this is even a question, we have established this is fundamentally the same phone as the current Galaxy S (I own one) which out of the box running 2.1 eclair had Full 720p support, both Video record (rear 5mp camera only) and playback, in fact it is so cool I am able to play the 720P .mkv High Def TV show downloads you see floating around on the net.
All this straight out of the box.
It will most likely be added later by google or a developer
Developers added 720p Recording to Nexus One
http://forum.xda-developers.com/showthread.php?p=6744172#post6744172
But yea kind of lame by default its not supported considering galaxy S does
rajendra82 said:
Clearly the 720x480 video resolution is for the front facing camera.
Click to expand...
Click to collapse
no its not
ice_coffee said:
I Don't understand how this is even a question, we have established this is fundamentally the same phone as the current Galaxy S (I own one) which out of the box running 2.1 eclair had Full 720p support, both Video record (rear 5mp camera only) and playback, in fact it is so cool I am able to play the 720P .mkv High Def TV show downloads you see floating around on the net.
All this straight out of the box.
Click to expand...
Click to collapse
Dont expect the same support on the NS those video codecs were supplied by samsung since this is Google only i wouldn't expect the same playback support the galaxy s line had .mkv...ect
Im really hoping im wrong though
ZeroSX said:
720 x 480 != 1280 x 720 != 720p
I'm hoping it's a typo, because I really want to like this phone.
Click to expand...
Click to collapse
Actually its:
720 x 480 != 1280 x 720 = 720p
With Nexus S, however, an unexpected trick - in contrast to the Galaxy S, he writes not 720p video, but only 720x480. This is done so as not to create competition for their product. With the same purpose removed the expansion slot and FM-radio. At the Nexus S only built an array of 16 GB, and partly a desire to operators in other markets.
Click to expand...
Click to collapse
Looks like a reviewer confirmed the missing 720p recording.
http://hi-tech.mail.ru/review/misc/Google_Nexus_S-rev.html (in Russian)
Even if the phone doesn't support it at the moment, I dont see why the devs here on XDA would'nt be able to add the feature considering it's essentially the same hardware as the Galaxy S..... and not to mention the devs here are awesome.
English translate
http://translate.google.com/transla...=org.mozilla:en-US:official&channel=s&prmd=iv
HTC HD2 MAN said:
Don't worry about it, it DOES have it. What make you think a (google baby) high-end, 2.3 android, 2nd phone in the nexus line won't have 720p? haha all high-end phones will be having 720p.
Click to expand...
Click to collapse
the fact that they did not put in bt3, memory car slot, 3g+ and made the NFC read only meaning you can't use it to make payments\in the subway etc.?

So,...My girl is taking the NS back no zoom feature in the camera app?

So,...My girl is taking the NS back because it doesn't have a zoom feature in the camera app? I mean she is reaally upset about that...Share ur thoughts !
Sent from my Nexus S using XDA App
Smilez_c said:
So,...My girl is taking the NS back because it doesn't have a zoom feature in the camera app? I mean she is reaally upset about that...Share ur thoughts !
Sent from my Nexus S using XDA App
Click to expand...
Click to collapse
what are you expecting to be "shared"?
no zoom on the camera app is the deal breaker?
are you trolling?
what is the point of this post?
Smilez_c said:
So,...My girl is taking the NS back because it doesn't have a zoom feature in the camera app? I mean she is reaally upset about that...Share ur thoughts !
Sent from my Nexus S using XDA App
Click to expand...
Click to collapse
Yes, as noted in the stickied FAQ, there is no digital zoom in the camera app like on other Android devices. As far as I know, and I'm sure someone will be quick to correct me, there hasn't been a real zoom on any phone.
Personally, this didn't bother me because the digital zoom always looked like crap lol.
Smilez_c said:
So,...My girl is taking the NS back because it doesn't have a zoom feature in the camera app?
Click to expand...
Click to collapse
You should explain to her the difference between a mobile phone and a digital camera. And if she thinks that she can get the best of both (all) worlds in a single device, perhaps you should tell her about this thing called ... money?
shrivelfig said:
You should explain to her the difference between a mobile phone and a digital camera. And if she thinks that she can get the best of both (all) worlds in a single device, perhaps you should tell her about this thing called ... money?
Click to expand...
Click to collapse
Bad idea, mate. Talk to a gal about money and all she hears is, "Let's go shopping!"
Smilez_c said:
So,...My girl is taking the NS back because it doesn't have a zoom feature in the camera app? I mean she is reaally upset about that...Share ur thoughts !
Sent from my Nexus S using XDA App
Click to expand...
Click to collapse
Nearly all cell phone cameras lack "zoom".
What you see in cameras labeled "zoom" is actually cropping, so you end up with a lower quality crop.
Explain that and she'll be okay.
Please stop the arguing in this thread, or it will be closed and infractions/warning PMs will be sent. Thank you.
Edit: Thread cleaned from all the nonsense. Please, keep this on track.
Explain that all she's ever had on any phone is digital zoom which is not supported in the stock Android camera app. There are alternative camera apps in the Market if it's really important to her.
ekerazha said:
Nobody asked for your opinion, "go bith and moan" on another thread if you think it's all ok.
Like I've already explained: "maybe it's not so useful for pictures (because it's a digital zoom) but it could be useful for videos in order to move attention on a detail".
Lack of 720p is another issue, however, 720p recording (just like digital zooming) is usually interpolated on smartphones, so it's not a big one. Moreover, you know it doesn't record at 720p from specs.
Click to expand...
Click to collapse
They down sample. There is no issue with downsampling. Upsampling (digital zoom) degrates the image.
JCopernicus said:
They down sample.
Click to expand...
Click to collapse
Upsample. Usually on smartphones the sensor is not 720p capable but it has a lower resolution, so you get 720p recording by upsampling frames. However this is off-topic
its called crop it..done looks waaaaay better
I'm liking the responses
Sent from my Nexus S using XDA App
werd theres not really a big use for zooming in anyway just take a pic and pinch to zoom it looks fine tbh. Not a good reason to return a good phone lmfao tell her to send it back get a free phone to make fone calls and text and buy a digital camera so she can take some ugly facebook pics
ekerazha said:
Upsample. Usually on smartphones the sensor is not 720p capable but it has a lower resolution, so you get 720p recording by upsampling frames. However this is off-topic
Click to expand...
Click to collapse
Nope, video is downsampled from the sensor resolution.
720p frames = 1280×720
5MP sensor size = 2560×2048
The image captured by the sensor is downsized to the 720p size.
The reason cellphones aren't capable of 720p is because the hardware can't keep up with downsizing each frame that the camera is capturing.
Digital zoom in video means downsizing from the sensor resolution to the video resolution. Then upsampling the image information again to make it fit to the recording resolution. You're not gaining anything from digital other than introducing alot of noise.
Tell your girl to get an iphone.
JCopernicus said:
Nope, video is downsampled from the sensor resolution.
720p frames = 1280×720
5MP sensor size = 2560×2048
The image captured by the sensor is downsized to the 720p size.
The reason cellphones aren't capable of 720p is because the hardware can't keep up with downsizing each frame that the camera is capturing.
Click to expand...
Click to collapse
So it can downsize to 480p but it can't downsize to 720p... interesting lol
tekkitan said:
Tell your girl to get an iphone.
Click to expand...
Click to collapse
Lol ..
Sent from my Nexus S using XDA App
tekkitan said:
Tell your girl to get an DSLR.
Click to expand...
Click to collapse
There, I fixed it for you.
ekerazha said:
So it can downsize to 480p but it can't downsize to 720p... interesting lol
Click to expand...
Click to collapse
Oops, I typed that out wrong. It can't keep up with processing the captured frames after downsizing.
JCopernicus said:
Oops, I typed that out wrong. It can't keep up with processing the captured frames after downsizing.
Click to expand...
Click to collapse
Nope. There isn't any "downsizing", they are captured at lower resolution than the max resolution available (because of the bus width), usually the resolution is lower than 720p, then they are processed and upscaled to 720p.

full hd video recording

i just want to know after update to gingerbread can infuse record video in 1080 resolution...
Nope.
Sent from my SAMSUNG-SGH-I997 using XDA App
this is a myth that has been perpetuated by a rather unclear ad from samsung before the infuse was released. it simply said "1080p video" it did not say video recording but it should have specified it as playback. it also said "gingerbread" and "hdmi" when it should have said "gingerbread or hdmi" since att didn't get gingerbread and wont for probably atleast another month or 2, and because rogers didn't and wont get hdmi.
I read somewhere that if you replace some camera files of the gs2 to the infuse it will have 1080p (has to be gingerbread). Its just sad how Sammy restricts their devices to make their newer ones look better.
i also read somewhere infuse camera module is identical to s2,so technically it's possible.just need software support.
mangesh hotkar said:
i also read somewhere infuse camera module is identical to s2,so technically it's possible.just need software support.
Click to expand...
Click to collapse
and hardware that can encode it that fast..
1080p isn't much for a sensor. it only amounts to 2mp so the sensor has never been the limiting factor in smartphone video. video encoding is hardware intensive and though i believe the infuse processor can do it i think it would mean background processes might have to be killed to do it.
Interesting. Out of curiosity, is there anyone here who has been able to record in 1080p even in a "testbed" situation?

[Tweaks] Samsung galaxy s advance

Requirements:
Phone with Root
Build.prop Backup
Applications Required:
Root Explorer
Superuser
Busybox (Optional, but recommended)
All these lines should be added in the build.prop file at the end of build.prop located in / system / build.prop.
What you should do is this:
Open Root Explorer or similar, go to / system / build.prop and make long press on build.prop and then click Open in Text Editor
THIS IS NOT MADE BY ME!!THE CREDIT GOES TO knzo FOR THIS STUFF !!(DON'T FORGET TO THANK HIM)
I AM NOT RESPONSIBLE FOR ANY DAMAGE CAUSED BY THIS TO YOUR PHONE
* Increase the quality of JPG 100%
Code:
ro.media.enc.jpeg.quality = 100
* Decrease dialing without delay
Code:
ro.telephony.call_ring.delay = 0
* Help scrolling response
Code:
windowsmgr.max_events_per_sec = 150
* Battery saver
Code:
wifi.supplicant_scan_interval = 180
pm.sleep_mode = 1
ro.ril.disable.power.collapse = 0
* Increase overall response to touch
Code:
debug.performance.tuning = 1
video.accelerate.hw = 1
* Increase quality camera and video
Code:
ro.media.dec.jpeg.memcap = 8000000
ro.media.enc.hprof.vid.bps = 8000000
* Turn off the phone bootanimation to take less to boot
Code:
debug.sf.nobootanimation = 1
*Tweaks for 3G connection
Code:
ro.ril.hsxpa = 2
ro.ril.gprsclass = 10
ro.ril.hep = 1
ro.ril.enable.dtm = 1
ro.ril.hsdpa.category = 10
ro.ril.enable.a53 = 1
ro.ril.enable.3g.prefix = 1
ro.ril.htcmaskw1.bitmask = 4294967295
ro.ril.htcmaskw1 = 14449
ro.ril.hsupa.category = 5
* Speed ​​improvements for the net
Code:
net.tcp.buffersize.default = 4096,87380,256960,4096,16384,256960
net.tcp.buffersize.wifi = 4096,87380,256960,4096,16384,256960
net.tcp.buffersize.umts = 4096,87380,256960,4096,16384,256960
net.tcp.buffersize.gprs = 4096,87380,256960,4096,16384,256960
net.tcp.buffersize.edge = 4096,87380,256960,4096,16384,256960
* Fixed some problems with applications
Code:
ro.kernel.android.checkjni = 0
* Other tweaks
Code:
ro.config.hw_menu_unlockscreen = false
persist.sys.use_dithering = 0
persist.sys.purgeable_assets = 1
dalvik.vm.dexopt-flags = m = y
ro.mot.eri.losalert.delay = 1000
PRESS THANKS IF U LIKE MY WORK
THIS IS FOR ALL ANDROID DEVICES
Isn't this just copied from the threads over at the Android general forum!?
I do not respond to tech support via PM
Shaaan said:
Isn't this just copied from the threads over at the Android general forum!?
I do not respond to tech support via PM
Click to expand...
Click to collapse
What do you mean by this bro.
Also,most of these don't work.. read many threads about these.. have you tried any on your phone?
Sent from my GT-I9070 using xda premium
Wow thanks for this. About entering them in build.prop do we need to put space on every code i enter like this:
wifi.supplicant_scan_interval = 180pm.sleep_mode = 1ro.ril.disable.power.collapse = 0
debug.performance.tuning = 1video.accelerate.hw = 1
???
Sent from my GT-I9070 using xda app-developers app
Nikko028 said:
Wow thanks for this. About entering them in build.prop do we need to put space on every code i enter like this:
wifi.supplicant_scan_interval = 180pm.sleep_mode = 1ro.ril.disable.power.collapse = 0
debug.performance.tuning = 1video.accelerate.hw = 1
???
Sent from my GT-I9070 using xda app-developers app
Click to expand...
Click to collapse
no
Droids king said:
no
Click to expand...
Click to collapse
so not put space like:
ro.media.dec.jpeg.memcap = 8000000 ro.media.enc.hprof.vid.bps = 8000000
but put it like this?:
ro.media.dec.jpeg.memcap = 8000000
ro.media.enc.hprof.vid.bps = 8000000
ianmcgui said:
so not put space like:
ro.media.dec.jpeg.memcap = 8000000 ro.media.enc.hprof.vid.bps = 8000000
but put it like this?:
ro.media.dec.jpeg.memcap = 8000000
ro.media.enc.hprof.vid.bps = 8000000
Click to expand...
Click to collapse
no just put it as it is
Which smartphone is best?
Happy Tuesday!
Due to heavy pressure from friends, I want to replace my cell phone (I have Blackberry ), recently some smartphones manufacturer launched great devices: Samsung launched the galaxy s4, Nokia the new lumnia and Apple iPhone 5. But prices are really high! at least hundreds of dollars for a single device. On the other hand, there are grast deals for the previous flagship devices such as the Galaxy S Advance, and other instruments of the 2011 yearbook. I want to consult. Which device is best?
nataliemartsiano438 said:
Happy Tuesday!
Due to heavy pressure from friends, I want to replace my cell phone (I have Blackberry ), recently some smartphones manufacturer launched great devices: Samsung launched the galaxy s4, Nokia the new lumnia and Apple iPhone 5. But prices are really high! at least hundreds of dollars for a single device. On the other hand, there are grast deals for the previous flagship devices such as the Galaxy S Advance, and other instruments of the 2011 yearbook. I want to consult. Which device is best?
Click to expand...
Click to collapse
Um the Galaxy S Advance was never a flagship device...
But this device is pretty good for the price too.. although there are better alternatives... you can get better phones for the same price too... the price of Galaxy S Advance and S2 is almost the same now - so you can go for that phone too...
And there is no "single" answer for the question, "which is the best smartphone?" as the answer varies for different people... just find a shop and try out different phones (under your budget) and find out the best one among them... you can also use websites like geekaphone and gsmarena to compare the phones online too...
Sent from my phone, because I'm away from my PC right now
nataliemartsiano438 said:
Happy Tuesday!
Due to heavy pressure from friends, I want to replace my cell phone (I have Blackberry ), recently some smartphones manufacturer launched great devices: Samsung launched the galaxy s4, Nokia the new lumnia and Apple iPhone 5. But prices are really high! at least hundreds of dollars for a single device. On the other hand, there are grast deals for the previous flagship devices such as the Galaxy S Advance, and other instruments of the 2011 yearbook. I want to consult. Which device is best?
Click to expand...
Click to collapse
YEAH IT'S A GOOD PHONE TO BUY IN SUCH A RANGE!!!!!!!!!!
BUT ST ERICSSION :crying: IS NOT RELEASING SOURCE CODE DUE TO WHICH SOME ROMS ARE
NOT STABLE
Droids king said:
* Turn off the phone bootanimation to take less to boot
Code:
debug.sf.nobootanimation = 1
Click to expand...
Click to collapse
Just added this tweak to buil.prop but boot animation didnt turn off? What to do?
//Edit: haha sorry, forgot to save the change
Lol. Half of the tweaks are useless and it has been proved.
Remaining half are already implemented by Samsung!
Sent from my GT-I9070 using Tapatalk 4 Beta
This can easily copy..just google "build.prop tweak" theres toooo many of it
Sent from my GT-I9070 using xda app-developers app
Shaaan said:
Lol. Half of the tweaks are useless and it has been proved.
Remaining half are already implemented by Samsung!
Click to expand...
Click to collapse
So none of those tweaks is actually useful? I hear conflicting opinion about tweaks..
encik_racun said:
This can easily copy..just google "build.prop tweak" theres toooo many of it
Sent from my GT-I9070 using xda app-developers app
Click to expand...
Click to collapse
i think i wrote something like this if u could read!!!!!
THIS IS NOT MADE BY ME!!THE CREDIT GOES TO knzo FOR THIS STUFF !!(DON'T FORGET TO THANK HIM) :silly:
Blue1904 said:
Just added this tweak to buil.prop but boot animation didnt turn off? What to do?
//Edit: haha sorry, forgot to save the change
Click to expand...
Click to collapse
or else remove the bootanim. !!!!!!

S9+ 120fps Camera Mod? (request)

The A50 has just recieved a 120fps camera mod.
There are numerous sources that confirm that the S9 is capable of this.
[Unfortunately as i am a lurker and do not have an account i cannot post links yet so you will have to search yourselves but the sources are numerous]
It is quite obvious that Samsung limited this feature, perhaps in order to segment their branding or because they felt that it was too unstable.
Does anyone know if there is an existing mod for this?
I have a 144hz monitor and would love to start capturing footage I can watch at a higher framerate.
Thanks
MattL600 said:
The A50 has just recieved a 120fps camera mod.
There are numerous sources that confirm that the S9 is capable of this.
[Unfortunately as i am a lurker and do not have an account i cannot post links yet so you will have to search yourselves but the sources are numerous]
It is quite obvious that Samsung limited this feature, perhaps in order to segment their branding or because they felt that it was too unstable.
Does anyone know if there is an existing mod for this?
I have a 144hz monitor and would love to start capturing footage I can watch at a higher framerate.
Thanks
Click to expand...
Click to collapse
Trying to figure this out. super slow mo runs at like 940 fps and slow mode like 240. My numbers might be a bit off. but it already its higher than 120
TheMadScientist said:
Trying to figure this out. super slow mo runs at like 940 fps and slow mode like 240. My numbers might be a bit off. but it already its higher than 120
Click to expand...
Click to collapse
Awesome! Thanks for your work!
MattL600 said:
Awesome! Thanks for your work!
Click to expand...
Click to collapse
Not mine Samsung's lol. Have you read the specs on the s9 camera?
TheMadScientist said:
Not mine Samsung's lol. Have you read the specs on the s9 camera?
Click to expand...
Click to collapse
Oh i thought you were a developer. The S9 can record at 240fps but the actual video is only exported in 60fps and plays at 60fps. I can tell by comparing actual 120fps video with slow mo video i recorded myself without exporting it.
MattL600 said:
Oh i thought you were a developer. The S9 can record at 240fps but the actual video is only exported in 60fps and plays at 60fps. I can tell by comparing actual 120fps video with slow mo video i recorded myself without exporting it.
Click to expand...
Click to collapse
I see now. Lol. That's kinda weird. I'm sure it will come along soon enough mate.
guys.. just open the camera and go to the settings and chose 720p as a resloution.. it will record and export in 240fps and you can do whatever it is that you want with it!

Categories

Resources