Does the procedure described in the Ray and X8 forums to enable dual band and burst mode work on the Mini Pro as well?
Cheers
i've tried that on stock ROM, still can't see any channel above 11, don't know about on custom ROM though
tummen73 said:
Does the procedure described in the Ray and X8 forums to enable dual band and burst mode work on the Mini Pro as well?
Cheers
Click to expand...
Click to collapse
Try hybrom v12...
bbooff said:
Try hybrom v12...
Click to expand...
Click to collapse
Hi bbooff, i've installed your ROM on LWW, it's a great ROM, everything works perfectly except that when i change the regulatory domain to 13 channels i got an error "there was a problem setting the regulatory domain" and still... can't detect a wifi that is on channel 13, any help?
regards,
nano-kun said:
Hi bbooff, i've installed your ROM on LWW, it's a great ROM, everything works perfectly except that when i change the regulatory domain to 13 channels i got an error "there was a problem setting the regulatory domain" and still... can't detect a wifi that is on channel 13, any help?
regards,
Click to expand...
Click to collapse
Same here (even on stock ROM) ST15i
[Problem Solved] i edit /data/data/com.android.providers.settings/databases/settings.db
find the line in 'secure' section :
Code:
wifi_num_allowed_channels
change the value from 11 to 13
save the file, reboot phone!
channel 13 detected!
[edit] I tried this on Hybromv12, haven't tried it on stock ROM.
nano-kun said:
[Problem Solved] i edit /data/data/com.android.providers.settings/databases/settings.db
find the line in 'secure' section :
Code:
wifi_num_allowed_channels
change the value from 11 to 13
save the file, reboot phone!
channel 13 detected!
Click to expand...
Click to collapse
Thanks There's something like this:
wifi_num_allowed_channles%!Gdisabled_syst....
which should i change?
you just have to change the number '11' don't change anything else.
btw, what app did you use to change the settings.db? I used an app called SQlite editor, it's easier using that app as you won't see any weird characters.
nano-kun said:
you just have to change the number '11' don't change anything else.
btw, what app did you use to change the settings.db? I used an app called SQlite editor, it's easier using that app as you won't see any weird characters.
Click to expand...
Click to collapse
so maybe it's cause of text editor i use. i run the file via es (file manager) text editor. i'll try SQlite and response then
for me it doesn't work ( system rewrite it back to 11(
no jive here either system rewrites 13 to 11
MAKAPOH said:
for me it doesn't work ( system rewrite it back to 11(
Click to expand...
Click to collapse
2nd that. what else can we do. AND - this used to work on my phone right from the advanced wifi-settings. don't know what has changed in the phone.
what else can we do?
Related
I have enabled ICS like system wide spellchecker service similar to in CM9.
I have modified system apks (framework.jar and settings.apk) attached with this email; and replace them in its respective location
Steps to update
1) go to task manager and clear memory
2) using root explorer copy and over-write Settings.apk in \system\app folder
3) using root explorer copy framework.jar in \system\framework\ folder
3) Reboot phone
4) go to Settings -> Language and Input -> spelling correction -> Android correction and select it
and all is set
Note: you need to have AOSP ICS keyboard to have this service; you can also install any third party spellchecker service as this feature is enabled in framework
This mod is tested on stock and wanamlite roms.
Please send me framework.jar and settings.apk to enable it on custom rom with modified framework and settings;
Thanks to Wanamlite for his APK mod tool
Reserved ...
just wondering, but how did you enable the spellchecker in the framework and settings apps? Did you have to change or add a lot of code? What exactly did you do to enable it on stock firmwares?
xxhorseriderxxx said:
just wondering, but how did you enable the spellchecker in the framework and settings apps? Did you have to change or add a lot of code? What exactly did you do to enable it on stock firmwares?
Click to expand...
Click to collapse
Not much code
Actually Samsung has removed Spellchecker Service Classes from framework; and also write a extension/override method to check if spell checked ; It was always returning false.
other change is in Settings.apk where they have removed a XML for Spellcheker setting xml from it.
Rest all code for spellchecker framework was there ; and its very tedious task for Samsung to remove every trace of it so they just make above changes to disable it ; rest spell checker things were present.
I just make changes to that method IsSpellCheckerEnabled() mehtod and returned True from it; with Samsung Code it always return False; and with Google code it checks from setting and return appropriate status;
other change in Settings.apk; I added that missing XML file;
that's it;
I haven't added missing spell checker service files; as it wil need also need a dictionary . however these classes were also available in CM9 keyboard; with dictionary. once framework is enabled it can utilize any of the available spellchecker service.
Thanks for this. Would like to report a little buy/annoyance though. There is a empty space just below the "Spelling correction" setting.
Also, how do I edit the dictionary of the custom words that I have added?
desean said:
Thanks for this. Would like to report a little buy/annoyance though. There is a empty space just below the "Spelling correction" setting.
Also, how do I edit the dictionary of the custom words that I have added?
Click to expand...
Click to collapse
This empty space is for user dictionary which can do editing of custom words; but this class is not available in Samsung ROM; and I am not getting enough time embed a new class/functionality in it; I will try to do it for next release;
I've been looking for this for a while and I would appreciate if you could modify mine's. I leave them attached.
Hi can you please enable the spell checker you talk about in your thread for those 2 files?! I'm dying for this!
This is arabic rom of wanamlite JHLP9!
You can also attach them in your OP so everyone can download them too!
Thank you a lot!
Life Engineer said:
Hi can you please enable the spell checker you talk about in your thread for those 2 files?! I'm dying for this!
This is arabic rom of wanamlite JHLP9!
You can also attach them in your OP so everyone can download them too!
Thank you a lot!
Click to expand...
Click to collapse
Wanamlite is already using my mode in his ROMs ; I am not sure about Arabic once;
Please check in Settings - > Language & Input -> Spell Correction
pawandeep said:
Wanamlite is already using my mode in his ROMs ; I am not sure about Arabic once;
Please check in Settings - > Language & Input -> Spell Correction
Click to expand...
Click to collapse
Nop man! I checked many times!
I don't want it to check my spelling in arabic! I want english and it's not implemented in this ROM! It looks that he kept it stock!
Please patch it for us
I disabled it on my latest V12, it causes a contacts name completion issue on Email app and maybe on some other apps.
EDIT : @Pawandeep : is there any way to disable it on some fields like browser address bar, search fields with completion enabled.
Life Engineer said:
Nop man! I checked many times!
I don't want it to check my spelling in arabic! I want english and it's not implemented in this ROM! It looks that he kept it stock!
Please patch it for us
Click to expand...
Click to collapse
I am am not sure about 11.9 or 12 release "English" and it was present; even I am using same rom.
anyways I will enable it you you ; have you tied files attached with first post; it was working fine on 11.7 of wanamlite; it should also work with latest rom also as he didnt change much;
pawandeep said:
I am am not sure about 11.9 or 12 release "English" and it was present; even I am using same rom.
anyways I will enable it you you ; have you tied files attached with first post; it was working fine on 11.7 of wanamlite; it should also work with latest rom also as he didnt change much;
Click to expand...
Click to collapse
To be honest bro i am not sure about using them in my ROM!
My file sizes differ from the one you are including in your post; besides it's a different rom base! It includes arabization even for the menus and everything (not only can read/write like any other ICS rom) so i think it won't work!
If it's a hard job for you man drop it! I'll live without it!
wanam said:
I disabled it on my latest V12, it causes a contacts name completion issue on Email app and maybe on some other apps.
EDIT : @Pawandeep : is there any way to disable it on some fields like browser address bar, search fields with completion enabled.
Click to expand...
Click to collapse
yes we can do that; but you have to modify that particular APK ;
we need to change the input type attributes of text as follows
android:inputType="textNoSuggestions"
and in case of multiline it should be
android:inputType="textMultiLine|textNoSuggestions"
probably in layout xmls or in code
hope this will fix this
Life Engineer said:
To be honest bro i am not sure about using them in my ROM!
My file sizes differ from the one you are including in your post; besides it's a different rom base! It includes arabization even for the menus and everything (not only can read/write like any other ICS rom) so i think it won't work!
If it's a hard job for you man drop it! I'll live without it!
Click to expand...
Click to collapse
not much efforts needed ; only constrain is I am not getting enough time to do job as my project is in critical stage :-(
I will try to do tonight
Hi, I have Galaxy s3 and there too there is no spell checker by default. Is it possible to do the same magic for S3 and post it. Thanks.
guptadh said:
Hi, I have Galaxy s3 and there too there is no spell checker by default. Is it possible to do the same magic for S3 and post it. Thanks.
Click to expand...
Click to collapse
yes you can enable it by modifying framework.jar and settings.apk as follows
Framework.jar
modify smali\android\widget\TextView.smali file for method "isSuggestionsEnabled" and change "const/4 v0, 0x0" to "const/4 v0, 0x1"
.method public isSuggestionsEnabled()Z
.locals 1
.prologue
.line 10372
const/4 v0, 0x1
return v0
.end method
Settings.apk
decompile and change location_settings.xml with attached file and repack/rebuild it. its that simple
Do I need to deodex before doing this?
Yes its required
I would really appreciate if you can elaborate a bit on the modification part. I am a normal user and don't know anything about this exercise. But the spell check option is the only reason makes me use CM. Please help.
EDIT: Does this work with all phones.. I have Galaxy Note.
Hey everybody. I wanted to share an application with you people, its not developed by me. This app simply speeds up your GPS lock using the old gps.conf method. Yeah yeah I know this method is old but this was the only app which actually worked for me. I now don't touch AGPS and use my integrated GPS receiver. I am at my relatives place in another town. I flashed a new ROM and tried this app, it reduced my first fix time from 5 minutes (earlier at Gurgaon) to 39 seconds, YES 39 SECONDS! Completely new First Fix in 39 seconds. It even backs up your old gps.conf file. Please donate to this guy if possible. Cheers Here is the play store link-
https://play.google.com/store/apps/details?id=org.fastergps&hl=en
If link dont work, try searching for FasterGPS on Play Store
Obviously, only for root users.
PS-If you are in India, and do not want to download this app, add this line to your gps.conf file in \system\etc\
"NTP_SERVER=in.pool.ntp.org"
Anybody report if this works?
satya-1998 said:
PS-If you are in India, and do not want to download this app, add this line to your gps.conf file in \system\etc\
"NTP_SERVER=in.pool.ntp.org"
Click to expand...
Click to collapse
I am from India. I want to follow what this line means but it's not clear. Could you be more elaborate?
thunderising said:
Anybody report if this works?
I am from India. I want to follow what this line means but it's not clear. Could you be more elaborate?
Click to expand...
Click to collapse
its an pretty old trick ..... it is like specifying to which area\country\region u live in ... so that the gps locates the device faster (because it knos ur in that region)
use root explorer to edit the file .. or kust downlond frm the play store
Thunder, this line means that you can use root explorer and edit the gps.conf file in system\etc\ directory and add the line given to decrease you GPS fix time. Out specifies which server to use and the satellite then knows that you are in India and it locates you faster.
Sent from my ST25i using xda app-developers app
Downloaded the app from playstore and it really worked. Tried it with my Sola in my house too :good:
Added the line. Confirmed working. THANKS!
Hey bro,
I thought I'd reply to your post in my thread here
NTP_SERVER=3.in.pool.ntp.org
NTP_SERVER=0.asia.pool.ntp.org
NTP_SERVER=1.asia.pool.ntp.org
NTP_SERVER=2.asia.pool.ntp.org
NTP_SERVER=3.asia.pool.ntp.org
XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin
XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin
# DEBUG LEVELS: 0 - none, 1 - Error, 2 - Warning, 3 - Info
# 4 - Debug, 5 - Verbose
DEBUG_LEVEL =0
# Intermediate position report, 1=enable, 0=disable
INTERMEDIATE_POS=0
# Accuracy threshold for intermediate positions
# less accurate positions are ignored, 0 for passing all positions
ACCURACY_THRES=0
# Report supl ref location as position, 1=enable, 0=disable
REPORT_POSITION_USE_SUPL_REFLOC=1
# Wiper (wifi positioning), 1=enable, 0=disable
ENABLE_WIPER=1
################################
##### AGPS server settings #####
################################
# FOR SUPL SUPPORT, set the following
SUPL_HOST=supl.google.com
SUPL_PORT=7276
SUPL_NO_SECURE_PORT=7276
SUPL_SECURE_PORT=7276
# FOR C2K PDE SUPPORT, set the following
# C2K_HOST=c2k.pde.com or IP
# C2K_PORT=1234
#################################
##### AGPS Carrier settings #####
#################################
CURRENT_CARRIER=common
DEFAULT_AGPS_ENABLE=TRUE
DEFAULT_SSL_ENABLE=FALSE
# TRUE for "User Plane", FALSE for "Control Plane"
DEFAULT_USER_PLANE=TRUE
Click to expand...
Click to collapse
This will make it much faster for Indians I can get lock in like 5 seconds if net is ok & accuracy of 10m or less even when range is nearly 0 For other countries, Search Google for "Your Country" + NTP Server, and add the servers you get replacing the asia and india servers ive posted here Keep everything else as it is
Min3r said:
Hey bro,
I thought I'd reply to your post in my thread here
This will make it much faster for Indians I can get lock in like 5 seconds if net is ok & accuracy of 10m or less even when range is nearly 0 For other countries, Search Google for "Your Country" + NTP Server, and add the servers you get replacing the asia and india servers ive posted here Keep everything else as it is
Click to expand...
Click to collapse
Do I copy paste the entire thing instead of just one line?
Yup replace the entire gps.conf with that Just make sure that,if you copy it to windows to make edit, you use a Unix Compatible editor
Thanks. That one line already working great. Barely 5 seconds for lock.
I assume this will work for any country in the world ?
Should I just replace the indian data from this thread with my data which is :
server 0.bg.pool.ntp.org
server 1.bg.pool.ntp.org
server 2.bg.pool.ntp.org
server 3.bg.pool.ntp.org
mkoev said:
I assume this will work for any country in the world ?
Should I just replace the indian data from this thread with my data which is :
server 0.bg.pool.ntp.org
server 1.bg.pool.ntp.org
server 2.bg.pool.ntp.org
server 3.bg.pool.ntp.org
Click to expand...
Click to collapse
Dude, I believe you are not from India. So you can download the app given in the link in the first post. Then set your continent and region, the app will automatically write the relevant lines to your GPS.Conf and speed up GPS lock. It even backs up your old conf file just in case. The line I specified is only for India. But the app works worldwide
Cheers ;D
Sent from my ST25i using xda app-developers app
mkoev, Yup it will work fine And using the App can work too Satya-1998, keep up the good work
It's no sweat from my side. I was just sharing. Will actually upload my first Rom /os soon
Sent from my ST25i using xda app-developers app
Are you talking about the Stock f/w you zipped or something else entirely ?
Min3r said:
Are you talking about the Stock f/w you zipped or something else entirely ?
Click to expand...
Click to collapse
Ya the stock FW. I debloated it as much as I could. I will test it soon. Reduced size from 533 MB to 420 MB. Wanna reduce it further but I have deleted a lot of apps already. I even deleted some useless ringtones. I intend it to be a base to install custom ROM installation and an alternative for FTF.
People like me, whose flashtool doesn't function well on flashmode can use this
Testing and uploading soon.......
satya-1998 said:
Ya the stock FW. I debloated it as much as I could. I will test it soon. Reduced size from 533 MB to 420 MB. Wanna reduce it further but I have deleted a lot of apps already. I even deleted some useless ringtones. I intend it to be a base to install custom ROM installation and an alternative for FTF.
People like me, whose flashtool doesn't function well on flashmode can use this
Testing and uploading soon.......
Click to expand...
Click to collapse
Best of luck If you need any help, let me know Debloating is my expertise now thanks to ICS lite and Xperiance Lite Alternatively, take alook at either of my roms.. Going through their install script should give you a good clue of whats safe to remove
And also, add root & CWM to it so its easier to go straight to a custom rom without having to connect to computer etc
"NTP_SERVER=in.pool.ntp.org"
Click to expand...
Click to collapse
using this line in itself is enough for me. Less than 5 seconds lock.
Root and cwm
Min3r said:
Best of luck If you need any help, let me know Debloating is my expertise now thanks to ICS lite and Xperiance Lite Alternatively, take alook at either of my roms.. Going through their install script should give you a good clue of whats safe to remove
And also, add root & CWM to it so its easier to go straight to a custom rom without having to connect to computer etc
Click to expand...
Click to collapse
I want to add Brains Kernel directly. It is prerooted, so i presume the OS gets rooted already. So could you tell me how to add his Kernel. I have the elf file, now what?
Maybe I could tell people to download the flashable version of his kernel, flash that with CWM, then reboot into recovery and install my kernel-less stock ICS. That way they'll have stock FW with modded kernel. Then they can proceed with custom ROM's. Would that be good ??
I'm new, so please help
Internatiional Xperia U users, please report on how the app is working. Thanks
How to set stock dialer to filter contacts by name as you type? Stock Xperia X10i ROM (2.3.3) wasn't set to do so. I later used FeraVolt's v28 ROM (2.3.9) and it was working; now using his v30 ROM (2.3.9) now it's filtering only by phone numbers. But the same ROM was filtering by name and number at the same time; how to change this behaviour? There is no settings option for this.
pisisler said:
How to set stock dialer to filter contacts by name as you type? Stock Xperia X10i ROM (2.3.3) wasn't set to do so. I later used FeraVolt's v28 ROM (2.3.9) and it was working; now using his v30 ROM (2.3.9) now it's filtering only by phone numbers. But the same ROM was filtering by name and number at the same time; how to change this behaviour? There is no settings option for this.
Click to expand...
Click to collapse
Don't know if there is a setting per se.
I have stock based GB v2.3.3 and I'm using Contacts version 6.0.A.0.25 and that filters contacts as you type the name.
What version of Contacts do you have when you list the details in settings -> Manage Applications -> all
The same exact version with you: 6.0.A.0.25
I believe there must be an option to set in system files for this. Not in GUI..
Anybody?
pisisler said:
Anybody?
Click to expand...
Click to collapse
Copy smartsearch.apk from v28 nd past into system app on v30
Don't forget to set the permission
Sent from my X10 using xda premium
Hi guys,
I'm on Xiaomi.eu Stable 7.2.13.0 rom and it is a pretty stable and good rom. The only problem with it for me is the low speakers volume.
Checked some guides around and found a solution that "fixed" that issue for me at least. The sound is way more loud while still clear.
Credits to those guys - https://www.youtube.com/watch?v=LUBkAun9SaM, https://www.youtube.com/watch?v=ihpeowj73XI
Steps -
1. Must be rooted
2. Download ES File Explorer
3. Open app
4. On the left side tap Root Explorer
5. Press Mount R/W
6. On /system change the blue circle to RW and press OK
7. Tap Homepage and choose device
8. Press etc
9. Find and press mixed_paths.xml
10. When asked choose ES Note editor
11. Scroll down until you find Path Name - "Speaker" (was close to the end for me)
12. Tap the Pencil button
13. Change "RX7 and 8 Digital Volume" value = " to 95 (should be 84 by default)
14. Press back and when asked choose YES (to save)
15. Go back to root explorer, press Mount R/W and change /system back to RO
16. Reboot
17. You should have louder speaker now
You can change it back to default later if you want....
Tested on the rom i stated, no problems for me
Dude you're the best.
awesome work, thanks in advance!
Ty bro.
What are the strings to increase incall voice volume?
Nice find dude. Thumbs up.
I wonder if theres a wsy to make the recent menu scroll vertically like stock android, hmm. Xposed perhaps...
Hi,
Thanks for sharing.
Does it increases the earphones volume ?
any ideas how to make phone speaker(for calls) louder?
what strings to edit?
hello everybody ,
does anyone know how to increase speaker volume in miui 8 6.9.8 as it has mixer_paths.xml and mixer_paths_tasha.xml, which are completely different from 7.2.13 rom
i would appreciate any help
thank you
I've tried this guide on my Mi5 (Xiaomi.eu Weekly 6.10.13 rom) - But no changes of sound in the internal speaker.
Could somebody confirm this guide works in MIUI8 and mentioned ROMs?
Thanks in advance
For me is the only change that left to do to make it perfect, sincerely factory sounds a little low
please help to get
I hope someone would make a similar solution for MIUI 8
toulan said:
I hope someone would make a similar solution for MIUI 8
Click to expand...
Click to collapse
The config file is the same, so is the required modifications.
leledumbo said:
The config file is the same, so is the required modifications.
Click to expand...
Click to collapse
I'm not sure if you tried it, but from my experience it didn't work for me on MUI 8.
toulan said:
I'm not sure if you tried it, but from my experience it didn't work for me on MUI 8.
Click to expand...
Click to collapse
I did and it works. This base volume management is governed by the base Android version, which should be identical over the same major versions (could be compatible with other major versions, too. But no guarantee). MIUI 7 & 8 for Mi 5 only differs in patch (6.0 vs 6.0.1), so for this one they're the same.
I only find the file mixer_paths_tasha.xml and making the settings of post 1, it does not work
Hi guys. Someone have found a way to increase volume on MIUI v8? Thx
fabietto081086 said:
Hi guys. Someone have found a way to increase volume on MIUI v8? Thx
Click to expand...
Click to collapse
I'd like to know, too
fabietto081086 said:
Hi guys. Someone have found a way to increase volume on MIUI v8? Thx
Click to expand...
Click to collapse
i followed another solution in this forum, you have to overwrite the mix_patch files from the china rom to our global rom. This is the link
https://forum.xda-developers.com/mi...dio-volume-t3524017/post70210358#post70210358
felixmorillo said:
i followed another solution in this forum, you have to overwrite the mix_patch files from the china rom to our global rom. This is the link
https://forum.xda-developers.com/mi...dio-volume-t3524017/post70210358#post70210358
Click to expand...
Click to collapse
Trying to compare the two files on my Mi Max now.
felixmorillo said:
i followed another solution in this forum, you have to overwrite the mix_patch files from the china rom to our global rom. This is the link
https://forum.xda-developers.com/mi...dio-volume-t3524017/post70210358#post70210358
Click to expand...
Click to collapse
I try this way but the volume still low...
#This is for android Pie..
After reading many topics abut the build.prop file and abut the VM and after many testing. finally i got somthing usefull in performance and battery friendly :fingers-crossed:.
Tested on s6 update and i think it will work with all update.the build.prop attached down here.
# how to:
- unzip the file and open the build.prop with any text editor.
- select all the text and copy.
- use mix explorer and go to system\vendor.
- open system\vendor\build.prop.
- select all text. Delete.
- now after that past what you copy before.
- press save. Then reboot to recovery.
- go to wipe..advanced wipe..and wipe both cach.
- reboot to system.
Post your results after testing:good:
Edit: some people get a problem when copy the all text in rhe bulid.prop file because the diffrent of the model and update.so i will post only the change i made in the codes then it will works with all models and updates and replace the numbers as the following:
Open system\vendor\build.prop
..and change the codes like this
dalvik.vm.heapgrowthlimit=160m
dalvik.vm.heapsize=512m
dalvik.vm.heaptargetutilization=0.625
Then scroll down and change like this
ro.config.dha_cached_min=2
ro.config.dha_cached_max=5
ro.config.dha_empty_min=4
ro.config.dha_empty_init=8
ro.config.dha_empty_max=15
ro.cfg.dha_cached_min=6
ro.cfg.dha_cached_max=15
ro.cfg.dha_empty_min=4
ro.cfg.dha_empty_init=17
ro.cfg.dha_empty_max=24
Thats it...now press save. Then reboot to recovery.
- go to wipe..advanced wipe..and wipe both cach.
- reboot to system.
Post the results please.good luck
#{Now for the stock Q} #
[ new update will have ## near the number ]
1_ *edit: new update .better battery life and performance. after tested :good:
open system\vendor\build.prop and replace the codes as the following:
dalvik.vm.heapgrowthlimit=160m
dalvik.vm.heaptargetutilization=0.625
ro.config.dha_cached_min=2
ro.config.dha_cached_max=5
ro.config.dha_empty_min=4
ro.config.dha_empty_init=8
ro.config.dha_empty_max=15
ro.cfg.dha_cached_min=6
ro.cfg.dha_empty_min=4
ro.cfg.dha_empty_init=16
and this
ro.cfg.freelimit_val=11 ## or 10
ro.cfg.dha_cached_max=12
ro.cfg.custom_sw_limit=200
ro.cfg.dha_empty_max=21 ## or 24
* after you replaced all these codes press save. Then reboot to recovery.
- go to wipe..advanced wipe..and wipe both cach.
- reboot to system.
thats is.. good luck for all with a good performance and a good battery life :good::fingers-crossed:
great job
Gollo99 said:
great job
Click to expand...
Click to collapse
Thank you.welcome any time:fingers-crossed:
86 download and just 2 voted?
I can only change system files using twrp
@hooooossamq I had some problems due to my phone being another model (SM-A205G), luckily I had a backup from the original file to restore. In this case I cannot vote =)
cizordj said:
@hooooossamq I had some problems due to my phone being another model (SM-A205G), luckily I had a backup from the original file to restore. In this case I cannot vote =)
Click to expand...
Click to collapse
Whats problem you have with this method? I will copy my phone software inf
৭:-A
معلومات البرنامج (
إصدار One
1.1
Android lo!
إصدار النطاق الأساسي A205FDDS6ATA1
إصدار Kernel
44111
#1 Mon Dec 16 11:44:59 EST 2019
رقم الإصدار PPR 1180610011 A205FXXS6ATA1
حالة الأمان المحسن لنظام Android
Enforcing SEPF SM-A205F_9_0011 Mon Jan 06 15:42:41 2020
إصدار Knox
Knox 3.3 Knox API level 28 TIMA 4.1.0
إصدار برنامج مزود الخدمة SAOMC_SM-A205F_OJM_MID_PP_0014 RZ8M43C7CFV MID/MID, MID/MID
älaa |lzaliudal
I even using it with Ripper kernel .there is no problem and even do better than the stock kernel.
physwizz said:
I can only change system files using twrp
Click to expand...
Click to collapse
Why you can't change els system?
I make the vote to know if its work with all galaxy a20 .and if any one have any idea and edite the numbers of this build.prop file to make it better it will be great.but must be tested by the editor before sharing it here.
good luck for all...
@hooooossamq I got a bootloop for the first time I installed and then I restored the original build.prop and that didn't solve the problem, in the end I have to flash the whole firmware again. It's not your fault though. I guess the problem was caused by our phones being different, my bootloader is 5, yours is 6, my model is SM-A205G and yours is the F variant
cizordj said:
@hooooossamq I got a bootloop for the first time I installed and then I restored the original build.prop and that didn't solve the problem, in the end I have to flash the whole firmware again. It's not your fault though. I guess the problem was caused by our phones being different, my bootloader is 5, yours is 6, my model is SM-A205G and yours is the F variant
Click to expand...
Click to collapse
Ok then.i will post only the codes of what i change.to not make a copy of all the build.prop file so i think it will be save for all model's of a20
Edit: the codes in the first post
Q codes are coming
iam testing now some codes after updating to android Q stock one .and will share the
better performance build.prop method for Q here if any one want it .
till now i got the best codes for best performance and a good battery backup :good: and still testing
edit: the stock Q was good performance fast but a little laggy some time but the battery was draining so fast.so i change the codes many time and testing till i got the best
hooooossamq said:
# {Coming soon for android Q}.
#This is for android Pie..
After reading many topics abut the build.prop file and abut the VM and after many testing. finally i got somthing usefull in performance and battery friendly :fingers-crossed:.
Tested on s6 update and i think it will work with all update.the build.prop attached down here.
# how to:
- unzip the file and open the build.prop with any text editor.
- select all the text and copy.
- use mix explorer and go to system\vendor.
- open system\vendor\build.prop.
- select all text. Delete.
- now after that past what you copy before.
- press save. Then reboot to recovery.
- go to wipe..advanced wipe..and wipe both cach.
- reboot to system.
Post your results after testing:good:
Edit: some people get a problem when copy the all text in rhe bulid.prop file because the diffrent of the model and update.so i will post only the change i made in the codes as the following:
Open system\vendor\build.prop
..and change the codes like this
dalvik.vm.heapgrowthlimit=160m
dalvik.vm.heapsize=512m
dalvik.vm.heaptargetutilization=0.625
Then scroll down and change like this
ro.config.dha_cached_min=2
ro.config.dha_cached_max=5
ro.config.dha_empty_min=4
ro.config.dha_empty_init=8
ro.config.dha_empty_max=15
ro.cfg.dha_cached_min=6
ro.cfg.dha_cached_max=15
ro.cfg.dha_empty_min=4
ro.cfg.dha_empty_init=17
ro.cfg.dha_empty_max=24
Thats it...now press save. Then reboot to recovery.
- go to wipe..advanced wipe..and wipe both cach.
- reboot to system.
Post the results please.good luck
Click to expand...
Click to collapse
here I leave you others that are very useful
#Knox
ro.securestorage.knox=false
#Securestorsge
ro.securestorage.support=false
#Boot & Shutdown Animation FPS Boost
boot.fps=32
shutdown.fps=32
ro.config.dmverity=false
ro.config.kap=false
Q codes added
now the Q codes is ready in the first post :highfive: good luck :good:
hooooossamq said:
now the Q codes is ready in the first post :highfive: good luck :good:
Click to expand...
Click to collapse
Just made changes to Ultimate Q
physwizz said:
Just made changes to Ultimate Q
Click to expand...
Click to collapse
you can use the same method and numbers for Ultimate Q too:good: .you can test and try
edit: or you mean that you already try it in Ultimate Q ROM? so if you try it.did you find it usefull?
hooooossamq said:
you can use the same method and numbers for Ultimate Q too:good: .you can test and try
edit: or you mean that you already try it in Ultimate Q ROM? so if you try it.did you find it usefull?
Click to expand...
Click to collapse
I added a link to your thread here
https://forum.xda-developers.com/galaxy-a20/how-to/android-10-q-guide-a20-t4095589
physwizz said:
I added a link to your thread here
https://forum.xda-developers.com/galaxy-a20/how-to/android-10-q-guide-a20-t4095589
Click to expand...
Click to collapse
oh.ok iam happy .you are free to use it
hooooossamq said:
oh.ok iam happy you are free to use it
Click to expand...
Click to collapse
Just a link to your thread
deleted