[Tweaks] Samsung galaxy s advance - Galaxy S Advance I9070 General

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. !!!!!!

Related

[Trick] GTA3 full effects enabler on not Tegra :) + Optimized cache for ARMv6 devices

For not duplicating the thread, see the post I posted on Sensation category
armv7:
http://forum.xda-developers.com/showthread.php?t=1399258
added special set for SGSII
screens and patch are there
__________
For those who on armv6 devices, here's fully optimized and reworked cache: http://www.mediafire.com/?992ou6xbx6t49r8
- gives slightly better performance on budget devices
originaly posted here: http://4pda.ru/forum/index.php?showtopic=291245&st=3220#entry10350259
thnx to DjDiversant & QRmegweg
update in first post
Works great! Thanks for this but there's no sound? Is that what we have to sacrifice for insane performance.
These effects are already enabled for the Samsung Galaxy 10.1? I already have rain / lights / etc. OH DUH, for NON Tegra. My mistake.
*se-nsei. said:
Works great! Thanks for this but there's no sound? Is that what we have to sacrifice for insane performance.
Click to expand...
Click to collapse
You mean on armv6? Looks like it
sorry it's not tested by me, as i'm on armv7
but i believe they are just removed from sd card
Yeah, I'm on armv6 and I tried with and without audio folder. Audio slows it down way too much.
Works perfectly without though.
Reposted on HTC WFS forum !
this work for RAZR? or would there need to be a specific patch for the RAZR's PowerVR gpu?
Cant wait to try out GTA in mobile
Not that I would normally talk about IOS users, but I found a sire that explans how one may HEX EDIT their GTA3.set file to get slightly better performance. By using Chainfire 3D, the H.E. method and the XDA Data package for GTA 3 I was able to get nearly 95% lag-free play on my 800 MHz Samsung Admire by MetroPCS. For those interested,
0x568 - Draw Distance
(CC CC) 5C
(CD CC) 4C = Minimum
(CC CC) A4 = Apple A4 Devices-only
0x67c - Lighting
02 = On, 00 = Off
0x676 - Resolution
80 = Hi-Res, 19= Low-Res
0x678 - Shadows
01 = On, 00 = Off
SpawnHyuuga said:
Not that I would normally talk about IOS users, but I found a sire that explans how one may HEX EDIT their GTA3.set file to get slightly better performance. By using Chainfire 3D, the H.E. method and the XDA Data package for GTA 3 I was able to get nearly 95% lag-free play on my 800 MHz Samsung Admire by MetroPCS. For those interested,
0x568 - Draw Distance
(CC CC) 5C
(CD CC) 4C = Minimum
(CC CC) A4 = Apple A4 Devices-only
0x67c - Lighting
02 = On, 00 = Off
0x676 - Resolution
80 = Hi-Res, 19= Low-Res
0x678 - Shadows
01 = On, 00 = Off
Click to expand...
Click to collapse
Could you please provide your gta3.set?
Sent from my HTC Sensation using xda premium
Thanks for the post. I have tried data files from many different sites but the one you pointed is by far the best one for my galaxy fit.
With enabler, is it possible for gta to be played at single core, adreno 205 devices? Such as desire HD
Woot works perfectly on my phone, thnx for the trick!
The3File said:
Could you please provide your gta3.set?
Sent from my HTC Sensation using xda premium
Click to expand...
Click to collapse
Here is gta3.set with his tweaks, attached.
how should we play enabling the sounds?
ive already over clocked the cpu
please some one upload it
I run GTA3 on my HTC HERO on ARMv6 ?????
Thanks nice on p500
Inviato dal mio Transformer TF101G usando Tapatalk
would it be possible for this to run on an LG ms690(optimus m)? im on an armv6, oc'd @825, with chainfire3d enhanced adreno 200 gpu. rooted, running reppards cm7's gb ver. 2.3.5. with v6 supercharger n dt's A2SD enabled
am i just kicking a dead horse?
julle131 said:
Here is gta3.set with his tweaks, attached.
Click to expand...
Click to collapse
Thanks man
Sent from my ICS Powered HTC Desire using xda premium
Not needed anymore I guess? Since now the game has all the settings in the ingame config.

SD card

I recently bought a 16gb SD card and its only showing 14 gigs. I know when you buy an sd card you won't get all of the space, but I've never bought one with 2 gigs missing. I was wondering if there was any way to get the full capacity?
Sent from my SGH-T769 using xda app-developers app
If your phone is reporting 14.8 gb, then you have your "16gb" because that is about 16 billion bytes.
Sent from my Polaroid Tablet using Tapatalk 2
tronmech said:
If your phone is reporting 14.8 gb, then you have your "16gb" because that is about 16 billion bytes.
Sent from my Polaroid Tablet using Tapatalk 2
Click to expand...
Click to collapse
I don't follow, it says total capacity for the SD card is 14.8 gb. Shouldn't it be 16 or at least high 15's?
Sent from my SGH-T769 using xda app-developers app
my 32 gig card shows as 27.1 gig...
Sent from my SGH-T769 using xda app-developers app
Take it easy, man !
1024KB = 1MB, and 1024MB = 1Gb.
Thinking again, 16Gb = 1024MB x 16 = 16384MB, but it's very odd, and the manufacturer don't want odd, so the manufacturer decided like this: 1000MB = 1Gb ( 16Gb = 16000MB ) and thus will lead to a lack of numbers ( when the true is "16gb = 16384MB" )
If your phone is reporting 14.8GB, just because your phone ( and every smartphone, HDD, USB, etc. ) memory is calculated by the Manufacturer ( Kingston, SeaGate, etc. ), and by Byte units. Don't worry man.
standards were set back in the day (when the loss was negligible). When working with kilobyte size hard drives. for instance, a 5 KB drive back then was actually just 5000 bytes. which, in reality is 4.88 KB (only a loss of 122 bytes, no biggie, right?)
in today's standard, its still measured the same way. a gigabyte is measured as 1,000,000,000 bytes (equaling 0.93 GB). literally, a gigabyte drive SHOULD be 1,073,741,824 bytes.
So, lets look at you 16 GB sd card... by industry standards, its actually 16,000,000,000 bytes. which is 15,625,000 KB, which is 15,258.79 MB, which is 14.9 GB (take 16,000,000,000, divide by 1024, divide that by 1024, and divide that by 1024).
Long story short, literal KB is 1024 bytes and they're being meausred as 1000 bytes. you're losing 24 bytes for every kilobyte
BIBUBO BCJ said:
Take it easy, man !
1024KB = 1MB, and 1024MB = 1Gb.
Thinking again, 16Gb = 1024MB x 16 = 16384MB, but it's very odd, and the manufacturer don't want odd, so the manufacturer decided like this: 1000MB = 1Gb ( 16Gb = 16000MB ) and thus will lead to a lack of numbers ( when the true is "16gb = 16384MB" )
If your phone is reporting 14.8GB, just because your phone ( and every smartphone, HDD, USB, etc. ) memory is calculated by the Manufacturer ( Kingston, SeaGate, etc. ), and by Byte units. Don't worry man.
Click to expand...
Click to collapse
I get it it now. Thanks! I was pretty confused lol
Sent from my SGH-T769 using xda app-developers app

Samsung releases Galaxy S4 Kernel source – GT-I9500, GT-I9505 & SGH-I337M

http://www.sammobile.com/2013/04/19...9500-gt-i9505-sgh-i337m/#.UXFYHqYLuCk.twitter
This is great news! CM 10.1?
winwiz said:
http://www.sammobile.com/2013/04/19...9500-gt-i9505-sgh-i337m/#.UXFYHqYLuCk.twitter
This is great news! CM 10.1?
Click to expand...
Click to collapse
AOSP at the very least...
AWESOME!!!
I will be updating in this thread shortly about proper information about the last unknown things concerning the phones...
Edit: How big is this thing?!
Edit: 372mB, they included various new things in their platform sources, seems they released the source for the Samsung Browser which seems to be the bulk of the increased size.
The 5410 now has proper independent power-gating in its CPUIdle driver.
The CPUFreq driver is populated from 200MHz up until 1300MHz for the A7 cores and 2000MHz for the A15 cores in 100MHz steps.
The shipping CPU already is in its second revision REV_2_0.
The shipping frequencies are 500MHz to 1200MHz for the A7 cores, 800MHz to 1600MHz for the A15 cores.
EDIT: When the IKS is active, which means at all times, then the CPU is set up to run in "turbo"-like configurations, if 1 A15 is active, max frequency is 1800, 2 are active, it is 1700, if all >2 big CPUs are on, 1600MHz is the maximum frequency. I'm still reading through the max index they setup there so I can't confirm this behaviour yet, but it's there in the code.
EDIT: The above logic seems to be disabled any only valid once the CPU was actually set to 1800MHz as maximum, there is no turbo at max of 1600MHz. This probably explains the previous benchmarks and so on of it showing 1800, but never reaching those frequencies.
Hotplugging seems to be DEAD! Finally!
The GPU _is_ running at 532MHz. There is a define for to ommit the last frequency step in the driver and limit it to 480MHz, however, in the released source this is not used and the frequency is 532MHz.
Code:
#define DOWN_STEP_OLD 1100000
#define DOWN_STEP_NEW 600000
#define UP_STEP_OLD 550000
#define UP_STEP_NEW 600000
#define STEP_LEVEL_CA7_MAX 600000
#define STEP_LEVEL_CA15_MIN 800000
if (freqs[cur]->old <= UP_STEP_OLD && target_freq > UP_STEP_NEW)
target_freq = STEP_LEVEL_CA7_MAX;
if (freqs[cur]->old >= DOWN_STEP_OLD && target_freq < DOWN_STEP_NEW) {
if (strcmp(policy->governor->name, "ondemand") == 0)
target_freq = STEP_LEVEL_CA15_MIN;
else
target_freq = STEP_LEVEL_CA7_MAX;
}
if (cur == CA15 && target_freq < freq_min[CA15]) {
do_switch = 1; /* Switch to Little */
} else if (cur == CA7 && user_set_eagle_count > get_num_CA15()
&& target_freq > freq_max[CA7]) {
do_switch = 1; /* Switch from LITTLE to big */
if (count > 0 && count < 4 &&
target_freq > exynos_info[cur]->max_op_freqs[count + 1])
later = true;
}
This is basically the switching logic. The A7 cores are mapped to the A15 frequency at half speed, the frequency table as such means it's 1:1 A15 clocks up until 1200MHz.
There are two conditions to switching from A15's to A7's:
An A15 core will need to be above 1100MHz (real) for the previous sampling period, and the new (current target) virtual frequency to be below 600MHz (1200MHz A7) to trigger an override of the CPUFreq logic and initiate a jump from A15 to A7's, however it doesn't directly switch: Ondemand is the default governor, so what it seems to be doing is to have a stop-over at the minimum A15 frequency / 800MHz for a frequency period and let the next sample decide what to do.
An A7 core will need to be at 550 virtual (1100MHz A7) for its previous sampling period, and over 600 virtual (1200MHz A7) to switch to an A15 core, however again, this is not the actual switching, it's sitting again for another sample at 1200MHz real frequency before it lets the next sample decide.
The actual switching is simple: if frequency reaches 800MHz, we go to A7's, if it goes to 650 (1300 == freq_max[CA7]) it goes to A15.
The whole thing is a bit shenanigans in logic, but I suppose they do it so that the cores don't do too much fine-grained switching and the above logic flattens out the frequency jumps.
EDIT: There's plenty of evidence of a global LTE enabled 5410 device, the kernel even has the usual modem drivers for it and GPIO board definitions.
I think most of the more interesting stuff is already cleared up now.
Does this mean that i9500 owners will be able to clock up to 1.8 to keep up with those fancy Koreans?
AndreiLux said:
I will be updating in this thread shortly about proper information about the last unknown things concerning the phones...
Edit: How big is this thing?!
Edit: 372mB, they included various new things in their platform sources, seems they released the source for the Samsung Browser which seems to be the bulk of the increased size.
The 5410 now has proper independent power-gating in its CPUIdle driver.
The CPUFreq driver is populated from 200MHz up until 1300MHz for the A7 cores and 2000MHz for the A15 cores in 100MHz steps.
The shipping CPU already is in its second revision REV_2_0.
The shipping frequencies are 500MHz to 1300MHz for the A7 cores, 800MHz to 1600MHz for the A15 cores.
Click to expand...
Click to collapse
I'm trying to DL the 9505 sources atm, 28 KB/s on a 50+ Mb/s line, come on Samsung:crying: On the octa, is the voltage table populated for frequencies over 1600 MHz?, if so is there a big jump?
Turbotab said:
I'm trying to DL the 9505 sources atm, 28 KB/s on a 50+ Mb/s line, come on Samsung:crying: On the octa, is the voltage table populated for frequencies over 1600 MHz?, if so is there a big jump?
Click to expand...
Click to collapse
LOL i tried to download the 9500 source but the download speed ridiculously slow ( 20KB - 50KB ) WTF my download speed normally about 1.4MB
they seems only have 1MB LINE for the server :silly::silly::silly:
edit : Andrei how the voltage table, is it much lower than Exynos 4412 ( 32NM vs 28NM ) ? what 1.6GHz voltage ?
and can u check what the DAC model ? is it Wolfson 5102?
Turbotab said:
I'm trying to DL the 9505 sources atm, 28 KB/s on a 50+ Mb/s line, come on Samsung:crying: On the octa, is the voltage table populated for frequencies over 1600 MHz?, if so is there a big jump?
Click to expand...
Click to collapse
They're populated, but only with a dummy 1300mV max value.
I got both sources at 900kB/s so I guess I got lucky before everybody and their grandma started downloading them for kicks.
Lets go!!!!!
So is this better than with the S3 because everyone was complaining about missing kernels and incomplete source.
samsung seems to have stepped up. the 9500 should be OC'd in short order.
What about the freqcheck, how often is it sampling to change the frequency?
If this is good....yup.
I never have a Galaxy, so i dont know...lol
Did Samsung finally release proper sources with documentation?!?!?!?!
If so, I really hope they will do the same with the Note II and S3 quickly!!!!!!
AndreiLux said:
EDIT: There's plenty of evidence of a global LTE enabled 5410 device, the kernel even has the usual modem drivers for it and GPIO board definitions.
I think most of the more interesting stuff is already cleared up now.
Click to expand...
Click to collapse
Does it means that i9500 could be LTE capable?
Inviato dal mio GT-I9000 con Tapatalk 2
DubelBoom said:
Did Samsung finally release proper sources with documentation?!?!?!?!
If so, I really hope they will do the same with the Note II and S3 quickly!!!!!!
Click to expand...
Click to collapse
I think you should read more into the whole sources and documentation story, you obviously don't get it.
Long story short, these are kernel sources and not the sources the CM team needs.
Stevemeister said:
I think you should read more into the whole sources and documentation story, you obviously don't get it.
Long story short, these are kernel sources and not the sources the CM team needs.
Click to expand...
Click to collapse
I don't understand the technical info (English is not my mother language, and definitely not at tech things), but I did knew something was missing. Sadly, its not this
Thanks!
AndreiLux said:
I will be updating in this thread shortly about proper information about the last unknown things concerning the phones...
The GPU _is_ running at 532MHz. There is a define for to ommit the last frequency step in the driver and limit it to 480MHz, however, in the released source this is not used and the frequency is 532MHz.
Code:
#define DOWN_STEP_OLD 1100000
#define DOWN_STEP_NEW 600000
#define UP_STEP_OLD 550000
#define UP_STEP_NEW 600000
#define STEP_LEVEL_CA7_MAX 600000
#define STEP_LEVEL_CA15_MIN 800000
if (freqs[cur]->old <= UP_STEP_OLD && target_freq > UP_STEP_NEW)
target_freq = STEP_LEVEL_CA7_MAX;
if (freqs[cur]->old >= DOWN_STEP_OLD && target_freq < DOWN_STEP_NEW) {
if (strcmp(policy->governor->name, "ondemand") == 0)
target_freq = STEP_LEVEL_CA15_MIN;
else
target_freq = STEP_LEVEL_CA7_MAX;
}
if (cur == CA15 && target_freq < freq_min[CA15]) {
do_switch = 1; /* Switch to Little */
} else if (cur == CA7 && user_set_eagle_count > get_num_CA15()
&& target_freq > freq_max[CA7]) {
do_switch = 1; /* Switch from LITTLE to big */
if (count > 0 && count < 4 &&
target_freq > exynos_info[cur]->max_op_freqs[count + 1])
later = true;
}
Click to expand...
Click to collapse
Strcmp? An unbounded string compare Samsung? For Shame.
Cali3350 said:
Strcmp? An unbounded string compare Samsung? For Shame.
Click to expand...
Click to collapse
... so? The whole Linux kernel might have a word or two with you on the matter http://lxr.free-electrons.com/ident?i=strcmp
I did not download the source, but it clearly says "kernel"source. Isn't the issue that the drivers in the SGIII were not open sourced, yes, the Exynos non-support was an issue, but is there enough in this source release?
Cali3350 said:
Strcmp? An unbounded string compare Samsung? For Shame.
Click to expand...
Click to collapse
Why shame? It compares with literal bounded string. Not more dangerous than strncmp with wrong length.
Sent from my GT-I9300
Hats Off to AndreiLux :victory: to you man

minfree settings for gaming on gnex

hi
are there some preferred minfree values for gaming on gnex?
My idea is that i can open a game that requires a lot of ram,so i'd like know some values for the minfree.
Actually on my gnex i have the mpokang v.10 with, on boot,about 349 ram free.
Doc_Samson said:
hi
are there some preferred minfree values for gaming on gnex?
My idea is that i can open a game that requires a lot of ram,so i'd like know some values for the minfree.
Actually on my gnex i have the mpokang v.10 with, on boot,about 349 ram free.
Click to expand...
Click to collapse
foreground_app = 16
visible_app = 24
secondary_server = 32
hidden_app = 48
content_provider = 56
empty_app = 64
I'm using that configuration on my samsung galaxy star (512mb ram) for gaming and tbh, it's pretty smooth.
P.S. I'm a HD gamer, I play games like Modern combat 4, NFS most wanted, Gangstar Vegas, etc..

Camera Stuff thats interesting

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

Categories

Resources