[LG LEON]FIX: MIC Bad Quality&Volume+Headset+Panorama+Multithread *ROOT REQUIRED* - LG Leon ROMs, Kernels, Recoveries, & Other Develop

"AUDIOVIDEOFIX"
Why does our LG LEON has such an awful quality sound in Whatsapp, audio recordings, and stuff? This is a mix between: Low gain for main mic, terrible noise reduction, and (for some apps like Whatsapp voice messages) low bitrate and frequency for the acc encoder.
So, the "AUDIOVIDEOFIX" will: put more gain (dB) to the main mic - set the min bitrate and frequency for the acc encoder higher, so apps like Whatsapp are forced to record in better quality (REALLY BETTER QUALITY). Cameras has also slightly higher video bitrate, which means less compression noise, and audio quality, for both frontal and main camera. Set volume a little higher for headset and speaker. Also, we will enable panorama mode and HDR for the main camera app.
How to do it?
- You need to be rooted
- Download attached AUDIOVIDEOFIX.zip file and unzip it
- Use root explorer or another file explorer that supports root and setting permissions to files
- Go to /system/etc and backup the original files before replacing them. You can copy them to your sdcard.
- Now replace those original 3 .xml with these you have downloaded from this thread.
- SET PERMISSIONS of those files as rw-r--r-- (If you don't do this, the phone might not boot again! bootloop warning)
- re-check, and be sure that the permissions are correct, same as any other file in the same folder, and everything is correct
- reboot and done!
If you are a whatsapp voice messages guy like me, smash that microphone icon and send a voice note. You will instantly notice the difference!
Camera sound quality workaround: After applying this patch, camera app will record with more volume, bitrate and frequency. But noise reduction will still be active. To avoid that, after applying this fix, download Open Camera from PlayStore and select default audio source ( should be the 3rd option in the list) in audio source, inside video recording settings. Use that new app to record videos.
---------------------------
"MULTITHREADFIX"
The "MULTITHREADFIX" will prevent the system to be SO agressive with background processes. Again using whatsapp as an example, if you put it on background while hearing some voice note, and you open other app, the audio may stop because of the process being killed by the system. LG setted up a REALLY TOO MUCH aggressive method for OOM. Also, zRam is setted too high in this device (half of physical RAM). That's why I made (thanks to the help of @Filip98 here) a FIX on init.lge.zramswap.sh located on /system/etc
How to fix?
PART A:
- You need to be rooted
- Go to /system and backup the file "build.prop" just in case of failure
- Now edit the build.prop under /system with root explorer OR use build prop editor from Play Store
Find these lines:
ro.sys.fw.mOomMinFree1=73728
ro.sys.fw.mOomMinFree2=92160
ro.sys.fw.mOomMinFree3=122880
ro.sys.fw.mOomMinFree4=204800
ro.sys.fw.mOomMinFree5=266240
ro.sys.fw.mOomMinFree6=327680
Click to expand...
Click to collapse
- Change them to:
ro.sys.fw.mOomMinFree1=10240
ro.sys.fw.mOomMinFree2=20480
ro.sys.fw.mOomMinFree3=40960
ro.sys.fw.mOomMinFree4=81920
ro.sys.fw.mOomMinFree5=122880
ro.sys.fw.mOomMinFree6=163840
Click to expand...
Click to collapse
- Save the file build.prop
- check that permissions has not changed and that you didn't mess up any other line in build prop.
- reboot and done!
PART B:
Stock zRam is setted to around 450Mb, half of instaled memory. That's why I made the attached MULTITHREADFIX, which will set zram to A THIRD of available memory (that will be 300MB actually) instead of 450MB.
- You need to be rooted
- Download attached MULTITHREADFIX.zip file and unzip it
- Use root explorer or another file explorer that supports root and setting permissions to files
- Go to /system/etc and backup original file before replacing it. You can copy the original one to your sdcard.
- Now replace the original .sh script with the one you have downloaded from this thread.
- SET PERMISSIONS as rw-r--r-- (If you don't do this, the phone might not boot again! bootloop warning)
- re-check, and be sure that the permissions are correct, same as any other file in the same folder, and everything is correct
- reboot and done!
DISCLAIMER: I'm not responsible of what you do with these fixes. Be careful. If you feel you don't really understand what you're doing, read, read read, and read. Follow instructions carefully. Tested on Leon LTE H340AR running stock Lillipop 5.0.1. But should work for all LG Leon and maybe others like Spirit. If it did, tell me.

reserved

I used your guide right now and its seems to be working perfectly
Thanks

charnoha said:
I used your guide right now and its seems to be working perfectly
Thanks
Click to expand...
Click to collapse
Thanks for the feedback. If you discover any way to disable noise supression for all camera audio path, please tell me. I'm trying to discover new stuff and, if so, I gonna upload it here.

thank you for your work, i believe the following lines in the build.prop should be responsible for that;
lge.fm_gain_control_headset=0.53
lge.fm_gain_control_speaker=0.63
persist.audio.fluence.voicecall=true
persist.audio.fluence.voicerec=false
persist.audio.fluence.speaker=true
other fluence lines
is it alright if i use your work in a tweaks compilation thread?
edit;
in system\etc there iz a file called init.lge.zramswap.sh
'# Evaluate the zram size for swap
# sz_zram=$((((memtotal_kb/4) / ${nr_zramdev}) * 1024))
sz_zram=$((((memtotal_kb/2) / ${nr_zramdev}) * 1024))'
i believe this is what you've been looking for also ;p i might want to leave it at a higher proportion tho, like memtotal_kb/3

Filip98 said:
thank you for your work, i believe the following lines in the build.prop should be responsible for that;
lge.fm_gain_control_headset=0.53
lge.fm_gain_control_speaker=0.63
persist.audio.fluence.voicecall=true
persist.audio.fluence.voicerec=false
persist.audio.fluence.speaker=true
other fluence lines
is it alright if i use your work in a tweaks compilation thread?
edit;
in system\etc there iz a file called init.lge.zramswap.sh
'# Evaluate the zram size for swap
# sz_zram=$((((memtotal_kb/4) / ${nr_zramdev}) * 1024))
sz_zram=$((((memtotal_kb/2) / ${nr_zramdev}) * 1024))'
i believe this is what you've been looking for also ;p i might want to leave it at a higher proportion tho, like memtotal_kb/3
Click to expand...
Click to collapse
Yeah,if you put the link to this original thread, there s no problem.
Great! I'll check that, respecting zram

Thanks
I've taken a closer look at your media_profiles and found
Code:
<!ATTLIST ImageEncoding quality (90|80|70|60|50|40) #REQUIRED>
on line 45
and
Code:
<ImageEncoding quality="99" />
<ImageEncoding quality="90" />
<ImageEncoding quality="89" />
<ImageDecoding memCap="20000000" />
on 272-275
&
Code:
<ImageEncoding quality="99" />
<ImageEncoding quality="95" />
<ImageEncoding quality="90" />
<ImageDecoding memCap="20000000" />
on 402-405
I think thease need to be defined in line 45 and I don't understand why did you put different encoding qualities for the rear and front camera?
also I've found mismatching bitrate settings for timelapsed and non-timelapsed versions of videos? maybe to keep the size in check?
and last, i don't think a 720p profile for the front camera is going to work well, but if it does then great

Viejo, que cambios has notado con respecto a lo de la multitarea? A mi no se me cierra el whatsapp como dices vos por lo de escuchar audios pero si siento que mantiene muy pocas aplicaciones en segundo plano antes de que las tengas que volver a abrir. Por ejemplo, estas en Chrome, y cambias a Snapchat y zas, se te reinicia el Chrome.
Esos ajustes ayudan un poco con es? Gracias!

I've just updated the post with some improvements. Any feedback is appreciated. If you hitted NO on the poll, please explain why. Otherwise I will take that as a YES

Chakapack said:
Viejo, que cambios has notado con respecto a lo de la multitarea? A mi no se me cierra el whatsapp como dices vos por lo de escuchar audios pero si siento que mantiene muy pocas aplicaciones en segundo plano antes de que las tengas que volver a abrir. Por ejemplo, estas en Chrome, y cambias a Snapchat y zas, se te reinicia el Chrome.
Esos ajustes ayudan un poco con es? Gracias!
Click to expand...
Click to collapse
Si, la parte de multithread fix es la que tenes que seguir.
Follow the multithreadfix part to fix that. Please write spanish and english, forum rules.

i appreciate your work on this. just downloaded the files, will probably do the fixes tomorrow and let you know how it goes.

Nope. There's a problem with this (at least, for me). If you change the build prop there is a improved for multitasking like change between snapchat and instagram for example or Chrome-snapchat-instagram but the problem comes with the opening apps. The apps take more time to boot.
I checked this with a before-after and yes, there a plus for multitasking but a minus for starting apps
This happen to me. Dont know if anyone is with the same problem

Chakapack said:
Nope. There's a problem with this (at least, for me). If you change the build prop there is a improved for multitasking like change between snapchat and instagram for example or Chrome-snapchat-instagram but the problem comes with the opening apps. The apps take more time to boot.
I checked this with a before-after and yes, there a plus for multitasking but a minus for starting apps
This happen to me. Dont know if anyone is with the same problem
Click to expand...
Click to collapse
You should try the zram part but living original too-aggressive killers on the build.prop.
We can improve it together.
For me, it works just fine, but maybe your use is different.

Hey, leandeganis, do you know if is there any custom rom for the lg leon h320, because the original rom takes like 4.5gb and it would be great to have that space allowed to be used.

leandeganis said:
You should try the zram part but living original too-aggressive killers on the build.prop.
We can improve it together.
For me, it works just fine, but maybe your use is different.
Click to expand...
Click to collapse
My original build.prop settings were different from yours. I wonder if maybe that has to do with why your settings differ from Chakapack.
These were my values:
ro.sys.fw.mOomMinFree1=73728
ro.sys.fw.mOomMinFree2=92160
ro.sys.fw.mOomMinFree3=110592
ro.sys.fw.mOomMinFree4=153600
ro.sys.fw.mOomMinFree5=199680
ro.sys.fw.mOomMinFree6=245760
I have only done the zram multithread fix at first and noticed some improvement in speed but the apps did seem to continue to have to "relaunch" even if multitasking in another app for a few seconds. I went ahead and modified these values on build.prop and will report if there is noticeable improvements in multitasking with no other issues.

I just did the "multithread fix" (both build.prop and zram tweaks) and the difference is brutal. For example, "Relay for reddit" used to reload all the goddamned time (seriously, I couldn't even switch apps without the phone killing it) and now it works like a charm. Same thing with Chrome. I didn't notice any difference in apps startup loading times, as mentioned by Chakapack. My build.prop settings were just like OP's (my LG Leon model is H340AR), if that's of any use to anyone. Great job, OP!!

LGV_123 said:
I just did the "multithread fix" (both build.prop and zram tweaks) and the difference is brutal. For example, "Relay for reddit" used to reload all the goddamned time (seriously, I couldn't even switch apps without the phone killing it) and now it works like a charm. Same thing with Chrome. I didn't notice any difference in apps startup loading times, as mentioned by Chakapack. My build.prop settings were just like OP's (my LG Leon model is H340AR), if that's of any use to anyone. Great job, OP!!
Click to expand...
Click to collapse
Great to reaed it worked well for you! Same for me.

Problem with Panorama
Unfortunately for me, the panorama mode doesn't work on my phone. When I try to take a panorama, the app crashes. I tried using 3rd party apps but none seem to have the panorama mode. Is there any way to make it work or what can I do other than that everything else is flawless :good:

Buenas! Como va Lean? Curiosamente me llamo igual jajaj! Che boludo, me pasa q ahora q aumenté los dB del mic, me pasa q con snapchat grabo un vid y sale RE saturada la música x ej, y es un pijjjjazo eso. Después todo joya, multithread no lo probé todavía, ahora en un toquesito lo voy a mandar.
Hi! I'm actually using the AUDIOVIDEOFIX, but now that I changed the dB's of main mic, when I record something in snapchat the sound is horrible, it gets really satured.

So I've tried to unzip the file and can't, also tried to download root explorer and again can't. I have an lg leon and this isn't working. Please help!

Related

Windows Mobile 6.5 English and Spanish

Installation Instructions:
- Before you start you need to Hard-SPL your device. Read more about Hard-SPL
- Backup your device (not external miniSD) as any of the data stored in the internal memory will not be preserved.*
- Flash your device with the latest original Windows Mobile 6.0 updater. Before it ends up flashing hold the media button at the side of the phone and wait till the tricolor screen appears.
- Flash your device via mini SD or standard HTC Hermes udater. Get the HTC Hermes updater here
- Set up your device and your phone is ready to use.
- Don't forget to leave your comments
*Remember that with all versions of this ROM you can backup your SMS/MMS with Microsoft My Phone.
Recommended video encoders
Roxio Video Copy & Convert (iPod profile)
QuickTime
Adobe Media Encoder
Advanced video format details
Supported multiplexers:
- MPEG4 with iPod compatibility mode.
- 3GPP
Supported video codecs
- Simple L0 - L3
- Advance Simple L0 - L5
Supported audio codecs
- AAC
- AAC+ V1
- AAC+ V2
Supported resoultions:
- Up to 352 x 288
Supported video bitrates:
- Up to 4000 Kbps (Recommended VBR at 2500 Kbps)
Supported video Fps:
- Up to 60 Fps (Recommended 30 Fps)
Supported audio bitrates:
- Up to 320 Kbps
Supported audio sample rates:
- Up to 92 KHz
Changelog
Version 4.3
- CHome and LockScreen removed: they where the cause of the memory leak as they cause abnormal
heap allocations in GWES. The bitmap objects stored in memory trough GWES are not cleaned after being unused for a while.
A partial solution was to send WM_HIBERNATE commands to GWES periodically but at the end the memory leak
was there so due to how badly coded these features are I decided to remove them to make the OS fit the device capabilities.
- Windows Mobile downgraded to 21854 a much more stable build.
- MMS carrier settings get configured automatically after entering the pin for the first time.
- Vibrate when mute switch is on or off options available and working.
- All Palm settings panels including overrides (like Phone CPL) are now enabled, this will make the band switching option accessible.
- No restart required after entering the pin for the first time.
- D-Pad press loop hang in scroll lists and dialog boxes fixed.
- Power button now works as expected.
- Quick Tour added to the start menu, now called "Getting Started".
- HTC Mega theme set as default and fixed.
- Microsoft My Phone will no longer crash when trying to sync tasks.
- Fixed language dependant metadata issues.
- Enabled Transcriber and voice command for English version.
- All HTC common utilities and services updated to WM 6.5 ready versions.
Version 4.2
- Fixed kernel partition issues.
Version 4.1
- Potential hotfix over unexpected hangs at boot.
Version 4
- Finally WMP has hadware accelerated playback now you can play videos up to 2000 Kbps at 50fps all without V-Sync tearing and with gamma correction. This is the first release ever for Treo 750 wich uses the ATI Imageon as a decoder instead of a framebuffer.
- Working search button.
Dowloads
Version 4.3
English
MD5: ccf01af106f8d829f64f18c7bf77ddc3
SHA1: 3d602a261503a598e476ad7b17515bf0f5d85251
CRC32: 0f0e1dad
Download
Spanish
MD5: b958856960c9404b59397bac88b336c9
SHA1: c7af9902ed9d9772b86d7de5e4178668bc1da68e
CRC32: a678b2cf
Download
Receive files from bluetooth
Download
Kitchen | Includes OSKitchen Zero, please get documented before using it
MD5: cca96106cd9ced9a17e1739818122128
SHA1: 2adb3b5c8d21d26486fb71b9d7c0088629c85963
CRC32: 3d717cfb
Download
Version 4.2
English
MD5: 5fd9422594a7590700fc4661dc61e3dc
SHA1: a753e77af895a69cc1568fe99e20182280d50a86
CRC32: e26e31c1
Download
Spanish
MD5: af5c3c95d28c4b345fddafd624a775c1
SHA1: 1c5fb1ab4b3e7ce332d3b7780a65d1c41bcd9d56
CRC32: 165e72ed
Download
Version 3
English
MD5: 6403b147bdf556c4b1dc363e21ccaf19
SHA1: 9a79aa507952a0657d6f29527515e0a46ce45842
CRC32: 2593b3fb
Download
Spanish
MD5: 27fee3ef57411069c092d4bb2d9fc118
SHA1: 2d09c85dadc80f11227cf646779d48ec01257e13
CRC32: b2b19b9a
Download
If you liked my work please donate
Donate
Hey dude Thanks for making a new ROM version , i hope u don't dissapear the next week XD loool, anyways lets see how this ROM works, dlding ... .
and thanks again!!!
Hi man. its posible change language in settings on english? thanks for you work.
yes can you please provide this in English?
Cordial Saludo. Antes que todo permiteme felicitarte por el gran aporte de colocar el tan esperado SO Wmobile 6.5 en ESPAÑOL y si no es mucha molestia podrias reparar el link de descarga ya que marca error. Gracias y un saludo desde México
Hi , indeed the link it doesn't works anymore, so if you can upload it again it would be great.
Hola , gracias por tu esfuerzo y por las imagenes, pero al parecer el link ya no es funcional, si pudieras resubirlo para testearlo seria interesante. Muchas gracias.
Descargando---- Link Reparado---- Muchas Gracias :-D
Awesome, works fast and the most important thing, THE RED BUTTON WORKS , lets see what happens with that memory leak, maybe it will help a shortcut to task manager to end the process , i will post any bugs
Greetings and thanks again
Espectacular, lo veo rapido y lo mas importante con la tecla roja funcionando jeje, veremos que pasa con lo del consumo de memoria, quizas ayudaria colocar un acceso directo al administrador de tareas para terminar procesos en ejecución , voy posteando si veo novedades, saludos y gracias nuevamente!!
Apoapo said:
maybe it will help a shortcut to task manager to end the process
Click to expand...
Click to collapse
Link to task manager (MS not HTC) is already in start menu, start menu/settings/system and command key + ok key.
Anyway I have tried applying PDAViet memmory fix with no success it seems to be related with some driver or service if anyone could add the Hermes ati driver set (without atihwtbl which wouldn't be compatible with treo's screen settings, so leaving treo's) with HTCRIE and test it, I'm too bussy currently. No registry hive settings require to be changed as the only registry values are for the driver registration, some hw functions as hwroundrect or bitmap caching (framebuffer acceleration) and cache sizes. You would just have to replace the following files with the ones from hermes:
ace_ddi.dll, ahimmsys.dll, ahioem.dll, ahimm_dspimage.dll and d3dm_sedrv.dll
Remember to recmod them so you can add them with HTCRIE
Please do have mercy to those who need an english ROM. All of us have hoped to other cookers but only you @Fjtorsol keeps updating a custom ROM. We do love your work but we really wanted an english one. :weep: Can we ask you to make us one?
link down...can you upload again...thanks
Why the link goes automatically down and nobody reports a bug ?? What could be the reason ??
How to build your own language pack for an already built ROM
1. Get any CAB maker (WinCECABManager is recommended)
2. Get the following info from the already built ROM:
BUILD_XXXX
LANG_XXXX
DPI_XX
RESH_XXX_RESV_XXX
3. Grab somwere the packages for your language matching the previous requirements (if you have a DPI 192 folder and your device is DPI 92 you delete that folder) and the initflashfiles.dat from the device you own in your language (if not WM65 you can get it from other device I.E.: for Palm Treo, HTC Topaz).
4. When you already have all the required files you just extract them in a folder and undo packages (if they are done) with a package tool (unless you want to manually put all the files and modules together in the folder). Now you should set Windows Explorer to show hidden files and folder and system hidden files.
5. Now you will have to recmod all the modules and delete cespell.dll.
6. Now go to the folder you created first and delete all *.dsm files. After that you should combine all the RGU files (Unicode TXT based registry entries). To do this you can create a new TXT document and copy the contents of each file to it, the you should save the file as Unicode and with the extension *.reg.
7. Now lets fix the registry file we created to avoid duplicated devices or connections. You have to delete the following keys and it's contents:
Code:
[HKEY_LOCAL_MACHINE\Comm\DefaultConnections]
*<Contents>*
*[Following Key]*
[HKEY_LOCAL_MACHINE\Drivers\Display\Active\*<Display name depending on language>*]
*<Contents>*
*[Following Key]*
And whe're done with the registry.
8. No we create another folder and read the initflashfiles.dat whe got before. In the file you will find all the links folders and subfolders that will be created. With this list you have to consider the second folder you created as the roout of Windows Mobile and start creating folders, subfolders and links (to create the links just copy the ones from the already created rom and rename them). After creating folders and subfolders you may have empty folders where you should place an empty hidden file (I.E.: desktop.ini, empty).
9. Now whe have our new language dependant folders and translated links so we have to open our CAB creator, we will explain it for WinCECABManager.
With WinCECABmanager we create a new CAB package (use the name you want, no additonal settings as processor type require to be changed) now we add all the files including the ones we created for empty folders and the links. 10. After they are all added we set them to be in the proper directory the ones comming from the first folder we created in windows and the ones from the second folder in their respective folders considering the second folder as the root of Windows Mobile. Finally we import the registry file we created first and save the CAB package.
Necessary links = Google
For this ROM and in English "23017 0409 .zip/.rar" or "23016 0409 .zip/.rar", this file contains all necessary files for the steps related with the first folder.
For the iniflashfiles.dat dump RUU_Signed.nbh from WM 6.5 Topaz updater English with HTC ROM Image Editor (HTCRIE).
Now we have a fully working device specific language pack !!!
^^ Beyond my skill level, but thanks for posting this. Hopefully someone takes this and runs with it ...
me too, it beyond my skill level. :upset: How can I even find those files?
bbmadzky said:
Please do have mercy to those who need an english ROM. All of us have hoped to other cookers but only you @Fjtorsol keeps updating a custom ROM. We do love your work but we really wanted an english one. Can we ask you to make us one?
Click to expand...
Click to collapse
As I said earlier, I asked you to please create us one. I am new to this kind of modding the ROM (right?) and the instructions you gave without the necessary links to the files and screenshots would be very difficult to us especially that we don't have even a little background how custom ROMs are created.
Gracias por la ROM Exelente!!!
Antes que nada agradecer al desarrollador de esta rom, ya he utilizador anteriormente el wm 6.5 pero no sabia que lo podia instalar en mi treo, espero poderla cargar sin problema. Saludos les estaré comentando nuevamente.
red button don´t work....
in the "Today" when you press the red button the phone doesn´t go to standby...
Gracias!! la estava esperando. Habia provado la que esta posteada en ingles, pero daba muchos fallos.
Voy a provar esta aver que tal funciona.
Despues te comento.
Por cierto podrias subirlo a megaupload o otro servidor que no sea 4shared?¿
no me deja descargarlo.

[ROM][JB 4.1.1] AOSP JellyBean

Welcome.
Here is AOSP 4.1.1 Cerebrum from me.
It's just clean JB , without extra features , without tweaks.
SCREENSHOTS​http://forum.xda-developers.com/showpost.php?p=43501891&postcount=7
Bugs:
- after every boot you must disable phisical keyboard from Settings to showing keyboard
- 6 volume level (calling)
- louderspeaker
What's work:
All others?
System partition - min.180MB
Installation:
- Go to Recovery
- backup your rom
- wipe data/factory reset
- mounts and storage > format system , sdext , boot
- choose zip from sdcard
- install my zip
- reboot system
- reboot once more to dalvik- cache relocate
- done
Deepsleep not work when bluetooth/wifi is on , remember , if u dont used it , turn off to save battery!
Thanks to:
@miroslav_mm for kernel
@popdog123 for sources
Download for Recovery:
http://www.mediafire.com/?9686n8ozv1hy55b
Fix for smooth videos:
http://www.mediafire.com/?hhx2dkkxktui2tj
'' Attention! If you do not see Windows MTP USB driver, remove from folder Windows/inf/ files wpdmtp.inf and wpdmtp.PNF
''
Are u using Ad-Hoc networks? Read this post http://forum.xda-developers.com/showpost.php?p=39168727&postcount=171
this is amazing
I never expected to get to see a JellyBean AOSP for our device
Thx u did it again :good:
Testing...
CM10 from You is good, but after installation a few apps ROM slowed down... V6 SuperCharger getting no results. Jelly Bean AOSP can't help GT540... Still the best for this phone is Froyo (CM6) and few Gingerbread ROMs (with V6SC) ex. Mike's Froyo and CyanogenMod 7 by tejasdj12. But still good luck, I could be wrong.
no funciona la reproduccion de video
no video playback works
dexterdre said:
no funciona la reproduccion de video
no video playback works
Click to expand...
Click to collapse
hola amigo ya checaste la memoria RAM? despues de instalar AOSP y revisar la cantidad de memoria disponible, me indica 0mb de RAM libres
hello friend already checked the RAM? after installing AOSP and check the amount of available memory, system display 0MB free RAM: confused:
gamaz7 said:
hola amigo ya checaste la memoria RAM? despues de instalar AOSP y revisar la cantidad de memoria disponible, me indica 0mb de RAM libres
hello friend already checked the RAM? after installing AOSP and check the amount of available memory, system display 0MB free RAM: confused:
Click to expand...
Click to collapse
Si tengo 20 mb libres.
Pero como estan abierto los ajustes y consumen 48mb sera por eso
If I have 20 mb free.
But the settings are open and therefore will consume 48mb
Enviado desde mi LG-GT540 usando XDA Premium HD app
PolishVodka said:
Welcome.
Here is AOSP 4.1.1 Cerebrum from me.
It's just clean JB , without extra features , without tweaks.​
Bugs:
- after every boot you must disable phisical keyboard from Settings to showing keyboard
- 6 volume level (calling)
- louderspeaker
What's work:
All others?
System partition - min.180MB
Installation:
- Go to Recovery
- backup your rom
- wipe data/factory reset
- mounts and storage > format system , sdext , boot
- choose zip from sdcard
- install my zip
- reboot system
- reboot once more to dalvik- cache relocate
- done
Deepsleep not work when bluetooth/wifi is on , remember , if u dont used it , turn off to save battery!
Thanks to:
@miroslav_mm for kernel
@popdog123 for sources
Download for Recovery
http://www.mediafire.com/?9686n8ozv1hy55b
'' Attention! If you do not see Windows MTP USB driver, remove from folder Windows/inf/ files wpdmtp.inf and wpdmtp.PNF
''
Are u using Ad-Hoc networks? Read this post http://forum.xda-developers.com/showpost.php?p=39168727&postcount=171
Click to expand...
Click to collapse
Screenshots
Enviado desde mi LG-GT540 usando XDA Premium HD app
Someone can upload version for fastboot?
dexterdre said:
no funciona la reproduccion de video
no video playback works
Click to expand...
Click to collapse
So , HQ Videos laggy? Or not working?
PolishVodka said:
So , HQ Videos laggy? Or not working?
Click to expand...
Click to collapse
Yes, laggy
Enviado desde mi LG-GT540 usando XDA Premium HD app
Don't worry about that. Tomorrow <3Mb fix for smooth video playback.
Edit: Fix for video playback:
http://www.mediafire.com/?hhx2dkkxktui2tj

Any Mod to increase the Hz of a Mi A2?

I have the doubt and I would like to know if there is any Mod that increases the Hz of the Mi A2 (Pixel Experience Q)
Tengo la duda y me gustaría saber si existe algún Mod que aumente los Hz del Mi A2 (Pixel Experience Q)
The KANGMEG kernel it changes to 64Hz has a specific version that changes
y, microwave, 1minute for every extra 10hz you want. easy to get to 144hz.
backup first
L.E. in case it wanst obv im joking, dont all start microwaving phones, in all seriousness, if you want a higher refresh screen you need a new phone.
laviniu_c said:
y, microwave, 1minute for every extra 10hz you want. easy to get to 144hz.
backup first
L.E. in case it wanst obv im joking, dont all start microwaving phones, in all seriousness, if you want a higher refresh screen you need a new phone.
Click to expand...
Click to collapse
I've tried that and now I have the first Mi A2 at 240Hz. Without backup, no needed.
Zoyduo said:
I have the doubt and I would like to know if there is any Mod that increases the Hz of the Mi A2 (Pixel Experience Q)
Tengo la duda y me gustaría saber si existe algún Mod que aumente los Hz del Mi A2 (Pixel Experience Q)
Click to expand...
Click to collapse
Idk, the screen panel is 60hz according to my acknowledge
there is a custom kernel to get 64

How To Guide Call Recording GT 2 (non-root/root)

Thanks to criszz, who posted it in the GT 2 Pro Forums here: https://forum.xda-developers.com/t/call-recording-working-in-gt-2-pro-no-root.4448895/
So the GT 2 Owners are aware and can enjoy it, too.
You need:
- Enabled Developer Settings with activated USB-Debugging
- ADB: https://forum.xda-developers.com/t/tool-windows-adb-fastboot-may-2022.3944288/, https://github.com/K3V1991/ADB-and-FastbootPlusPlus
- Phone Dialer APK from Attachements (I'm using the latest OnePlus Dialer from APKMirror: https://www.apkmirror.com/apk/oneplus-ltd/oneplus-phone-2/)
1. Go into your Developer Settings (if you haven't activated them, go to "About Device", search for your Device Version and tap multiple times on your build number) and activate USB-Debugging.
2. Download SetEdit by 4A from the Google Play Store. Open it, if you try to add a Setting it should show, that you have to enable the write secure Settings.
3. Connect your Phone, open ADB and enable the Secure write Settings for SetEdit with the Command:
pm grant by4a.setedit22 android.permission.WRITE_SECURE_SETTINGS
mine worked with:
adb shell pm grant by4a.setedit22 android.permission.WRITE_SECURE_SETTINGS
!!! If it doesn't work the first time, also activate the Option Disable Permission Monitoring in the Developer Settings. !!!
4. Open SetEdit and on the Top Right instead of System Table choose Global Table. On top of the list you can see the Option + Add new setting, click on it and add: op_voice_recording_supported_by_mcc after that you get asked which value it should have: set it to 1
5. Install OPs Phone Dialer APK, if it doesn't work at first try to deinstall the currently installed Phone Dialer on your Phone, and then try to install it again.
6. When opening a Phone Call another dialer opens on Top, where you have the Option to press on Call Recording. The Files get saved (in my case) to your Music Folder --> Recordings.
7. Go to your Developer Settings and disable the Option Disable Permission Monitoring so it's like before and if you want disable USB-Debugging.
8. Finished. Everything is setup like before and you have Recording enabled.
--------------------------------------------------------------------------------------------------------------------------
ROOTED PHONES:
If you are rooted, it's way simpler to just flash the callrecorder option of your choice, i'm using this one, because it's simple and functional. Just flash in Magisk and you're good to go: https://github.com/chenxiaolong/BCR/
Worked perfectly in my GT2 EU.
Thanks to criszz and smashda! You saved my life!
The problem with this is that you have 2 dialers at the same time. The default one is not nice
Thanks for the perfect tutorial, it works on my realme GT2.
The instructions are accurate and reliable.
Does anyone know a method to not have two dials?
Does anyone know how to automatically record all calls?
To manage call recordings, I use the purchased Skvalex Call Recorder, but the one-time call recording must be turned on at the second dealer, see the instructions in the first post.
CZECH:
Děkuji perfektní návod, na mém realme GT2 funguje.
Návod je přesný a spolehlivý.
Znáte někdo metodu jak nemít dva číselníky?
Znáte někdo jak nahrávat automaticky všechny hovory?
Pro správu nahrávek hovorů používám zakoupený Skvalex Call Recorder, ale jednorázové nahrávání hovoru je nutné zapnou v druhém dealeru, viz návod v první příspěvku.
Does call recording work when using hands free too?
livagoth said:
Does call recording work when using hands free too?
Click to expand...
Click to collapse
Yes, it works for me realme GT 2 EU version even when using speakerphone and also when using wireless BT headphones. Recording uses the built-in system recorder. The recording is very high quality. All I have to do after connecting the call is press record current call. I still don't know how to make automatic recording work.
Any original solutions found for call recording? I want to have automatic call recording and don't want 2 dialers to do this. Can't we do it the original way some how
Try it to see if it suits you
Call Recorder - Cube ACR - Apps on Google Play
Call recorder, Record phone calls, Signal, WhatsApp, Viber, Call recording app
play.google.com
Thanks for the great post
I am thinking to use another dialer, I use True Phone Dialer & Contacts and without doing anything it can record only my voice on calls
How can I find the real name of the true phone dialer" app to give permission with SetEdit "?
Hello,
I am reading your exchanges which are very interesting!
I am in France and I have just bought a Realme GT2 in promotion at the FNAC.
I would like to be able to record my phone calls. However, I don't know which version of the phone I have (Global, EU, etc...).
Another information, I did not root it.
Thanks in advance for your help and feedback.
Translated with www.DeepL.com/Translator (free version)
Realme GT 2 RMX3310 - China version
Realme GT 2 RMX3311 GDPR - Global version
Realme GT 2 RMX3312 Export - India version
Settings - About device - Model
J'ai tenté de suivre le tuto, mais ça ne fonctionne pas pour moi...
I tried to follow the tutorial, but it doesn't work for me...
Is it possible to detail this part better? :
"3. Connect your Phone, open ADB and enable the Secure write Settings for SetEdit with the Command:
pm grant by4a.setedit22 android.permission.WRITE_SECURE_SETTINGS
mine worked with:
adb shell pm grant by4a.setedit22 android.permission.WRITE_SECURE_SETTINGS
!!! If it doesn't work the first time, also activate the Option Disable Permission Monitoring in the Developer Settings. !!!
4. Open SetEdit and on the Top Right instead of System Table choose Global Table. On top of the list you can see the Option + Add new setting, click on it and add: op_voice_recording_supported_by_mcc after that you get asked which value it should have: set it to 1"
Thanks
smashda said:
Thanks to criszz, who posted it in the GT 2 Pro Forums here: https://forum.xda-developers.com/t/call-recording-working-in-gt-2-pro-no-root.4448895/
So the GT 2 Owners are aware and can enjoy it, too.
You need:
- Enabled Developer Settings with activated USB-Debugging
- ADB: https://forum.xda-developers.com/t/tool-windows-adb-fastboot-may-2022.3944288/, https://github.com/K3V1991/ADB-and-FastbootPlusPlus
- Phone Dialer APK from Attachements (I'm using the latest OnePlus Dialer from APKMirror: https://www.apkmirror.com/apk/oneplus-ltd/oneplus-phone-2/)
1. Go into your Developer Settings (if you haven't activated them, go to "About Device", search for your Device Version and tap multiple times on your build number) and activate USB-Debugging.
2. Download SetEdit by 4A from the Google Play Store. Open it, if you try to add a Setting it should show, that you have to enable the write secure Settings.
3. Connect your Phone, open ADB and enable the Secure write Settings for SetEdit with the Command:
pm grant by4a.setedit22 android.permission.WRITE_SECURE_SETTINGS
mine worked with:
adb shell pm grant by4a.setedit22 android.permission.WRITE_SECURE_SETTINGS
!!! If it doesn't work the first time, also activate the Option Disable Permission Monitoring in the Developer Settings. !!!
4. Open SetEdit and on the Top Right instead of System Table choose Global Table. On top of the list you can see the Option + Add new setting, click on it and add: op_voice_recording_supported_by_mcc after that you get asked which value it should have: set it to 1
5. Install OPs Phone Dialer APK, if it doesn't work at first try to deinstall the currently installed Phone Dialer on your Phone, and then try to install it again.
6. When opening a Phone Call another dialer opens on Top, where you have the Option to press on Call Recording. The Files get saved (in my case) to your Music Folder --> Recordings.
7. Go to your Developer Settings and disable the Option Disable Permission Monitoring so it's like before and if you want disable USB-Debugging.
8. Finished. Everything is setup like before and you have Recording enabled.
Click to expand...
Click to collapse
Hi,
I don't understand anything, in SetEdit I don't understand what to do and I have an error message when running in ADB command (see screenshots).
Some help please, thank you.
Bonjour à tous,
Je suis heureux de vous annoncer que j'ai finalement réussi à effectuer la manipulation pour enregistrer mes appels téléphoniques sans avoir besoin d'être root.
Cependant, j'ai quelques questions :
J'ai maintenant deux applications de numérotation, l'une d'Oppo et l'autre de Google. Lorsque je reçois des appels, les deux applications s'affichent, mais je ne peux répondre qu'avec l'application de Google. Cela signifie que je ne peux pas enregistrer mes conversations lorsqu'on m'appelle. Est-ce que quelqu'un sait comment désactiver l'application de Google pour n'utiliser que celle d'Oppo ? Pour information, j'ai un Realme GT2 EU acheté en France.
En outre, j'ai téléchargé et installé l'application de numérotation d'Oppo "com.android.incallui_13.8.0-13008000_minAPI30(nodpi).apk". Existe-t-il une version plus récente de cette application et où puis-je la télécharger ?
Je vous remercie d'avance pour vos réponses.
************************************************************************************************************************************
Hello everyone,
I am happy to announce that I finally managed to perform the manipulation to record my phone calls without needing to be rooted.
However, I have a few questions:
- I now have two dialing apps, one from Oppo and one from Google. When I receive calls, both apps show up, but I can only answer with the Google app. This means I can't record my conversations when someone calls me. Does anyone know how to disable the Google app to use only the Oppo app? For information, I have a Realme GT2 EU bought in France.
- Also, I downloaded and installed the Oppo dialer app "com.android.incallui_13.8.0-13008000_minAPI30(nodpi).apk". Is there a newer version of this app and where can I download it?
I thank you in advance for your answers.
Kamal91 said:
Bonjour à tous,
Je suis heureux de vous annoncer que j'ai finalement réussi à effectuer la manipulation pour enregistrer mes appels téléphoniques sans avoir besoin d'être root.
Cependant, j'ai quelques questions :
J'ai maintenant deux applications de numérotation, l'une d'Oppo et l'autre de Google. Lorsque je reçois des appels, les deux applications s'affichent, mais je ne peux répondre qu'avec l'application de Google. Cela signifie que je ne peux pas enregistrer mes conversations lorsqu'on m'appelle. Est-ce que quelqu'un sait comment désactiver l'application de Google pour n'utiliser que celle d'Oppo ? Pour information, j'ai un Realme GT2 EU acheté en France.
En outre, j'ai téléchargé et installé l'application de numérotation d'Oppo "com.android.incallui_13.8.0-13008000_minAPI30(nodpi).apk". Existe-t-il une version plus récente de cette application et où puis-je la télécharger ?
Je vous remercie d'avance pour vos réponses.
************************************************************************************************************************************
Hello everyone,
I am happy to announce that I finally managed to perform the manipulation to record my phone calls without needing to be rooted.
However, I have a few questions:
- I now have two dialing apps, one from Oppo and one from Google. When I receive calls, both apps show up, but I can only answer with the Google app. This means I can't record my conversations when someone calls me. Does anyone know how to disable the Google app to use only the Oppo app? For information, I have a Realme GT2 EU bought in France.
- Also, I downloaded and installed the Oppo dialer app "com.android.incallui_13.8.0-13008000_minAPI30(nodpi).apk". Is there a newer version of this app and where can I download it?
I thank you in advance for your answers.
Click to expand...
Click to collapse
You can't disable the Phone App, because it is a system App, and it seems like you can't set the Oppo Phone App as a standard app.
We have to use two dialers without root :-/
To enable always recording, you have to pull down your status bar and click on the Oppo Dialer, while your are in a call, there you can go to settings on the Oppo Dialer, and change it.
OK, thanks for taking the trouble to reply.
I'll try the manipulation: "...pull down your status bar and click on the Oppo Dialer, while you are on a call, there you can go to the Oppo Dialer settings, and change it."
I've tried, I can't see anywhere to find the options to do this. Probably not up to date dialer?
Call recorder app worked for me. You can find this app in Play Store too but it doesn't work because all call recorders are banned from Play Store. So, in the developer home page you can find not banned app that works: https://www.appliqato.com/.
The app record all calls automatically and works fine.
Could someone confirm with root we can have only 1 dialer with recording feature and how to do it?
b0nb0n3v said:
Could someone confirm with root we can have only 1 dialer with recording feature and how to do it?
Click to expand...
Click to collapse
It's now better to just root and install Basic Call Recorder, simple and functional.
Release Version 1.42 · chenxiaolong/BCR
The changelog can be found at: CHANGELOG.md. See README.md for information on how to install and use BCR. The downloads are digitally signed. Please consider verifying the digital signatures becau...
github.com

Question can't set pictures as a wallpaper / lockscreen

Hey there,
so i've just updated my 11T Pro from 12.5 to 14. Unfortunately i'm not able to set pictures as a wallpaper. The Theme App simply says it can't use the picture i'm choosing as a background (either as a wallpaper or lockscreen) or it says it can't add it to the wallpaper caroussel.
Also setting the wallpaper over the gallery does not work as it always goes to the caroussel / miui theme app.
Is there any way to circumvent this or do i need to install a custom rom just so that i can use custom wallpapers which i made with the camera?
thanks and best regards
It has been due to the update, send him an email, support and comment on what happened, the same thing, they can help you.
pagero a sido por la actualizacion madale un correo soprte y coments lo que tr a sucedido lo mismo te pueden syudar
Mod. edit: post translated. alecxs

Categories

Resources