[Q] Microfon Issues on 4.1 JB - HD2 Android Q&A, Help & Troubleshooting and Genera

Hello there,
I've used three Roms so far and none seemed to fix my problem...
MY PROBLEM
- People keep telling me I sound like a Roboter and that my microphone level is to high.
WHAT HAVE I TRIED:
- Installed three ROMS, none fixed the issue
- used hd2 mic gain control, didnt fix the issue
- disabled “Audible touch tones”, didnt fix the issue
- during call, enabled the speaker and disabled it, didnt fix the issue
I am really frustraded and help would be appreciated, any suggestions?
Cheers
Chris
ROM: NexusHD2-JellyBean-4.1.2-CM10 V1.3a
Radio: 2.15.50.14

Hello
download the file: htcleo.adb
htcleo.adb default.acdb change the name and replace the various softach then it will be quieter mic gain without using hd2 micgain.
It works in any firmware.
Unzip the firmware default.acdb delete the file path is:
system / etc / firmware
Paste in the same place htcleo.adb but renamed to default.acdb.
Firmwawe pack again in the zip and install.
Way by me tested on at least four different softach.
Htcleo.adb file has just been muted the microphone so that the well can be heard by the ear and as a speakerphone.
Use the hd2 micgain it works only if you receive a call and if you call it every time during the connection each time you need to attenuate the volume + / - and then work micgain and as is always the outgoing calls.
I know what I'm writing because I spent the whole week is the time to get to this so I could hear other people well.
I would add that there was a moment that I wanted to throw mijego Leon because of the kind of small detail but well working phone are essential.
I have a htc hd2 EU version of the GSM network and not CDMA CDMA reportedly because you do not have to do this combination.
I do not know why chefs do not normally throw each as modified firmware htcleo.adb htcleo.
Regards
jace699
ps. English with translator

Thank you, but that didn't fix it either.
I found another solution that might serve somebody else...
SOLUTION
For some reason my mic gain was way to high, therefore I had to adjust the gain manually.
You need
- root
- explorer (like file explorer or Root browser lite)
- some sort of text editor, root browser lite has an editor
Open explorer and go to: /etc/init.d/
- make a new file or edit:
10mic_level
- insert the following into that file
echo '0 375' > /proc/mic_level
echo '1 600' > /proc/mic_level
restart your device...
- the first echo (echo '0 ) sets the gain for a normal call to 375
- the seconde one (echo '1 ) sets the gain to 600 when the speaker is turned on
- the gain can be 0-1000 you might have to play a little with the values
Enjoy...

Related

Low volume with headphones

I'm having very low volume even at max when listening to music with headphones. Are you experiencing the same?
I haven't had this issue.
what music app are you using? try the stock app with SRS WOWHD in equalizer.
simplistian said:
what music app are you using? try the stock app with SRS WOWHD in equalizer.
Click to expand...
Click to collapse
is the stock app called "Music"?
i couldnt find a setting with equalizer.. in fact i couldnt find any settings in this app..
iamelton said:
is the stock app called "Music"?
i couldnt find a setting with equalizer.. in fact i couldnt find any settings in this app..
Click to expand...
Click to collapse
try to play a song first, then hit the menu button, you won't see the settings in playlists.
simplistian said:
try to play a song first, then hit the menu button, you won't see the settings in playlists.
Click to expand...
Click to collapse
got it.. thx!
iamelton said:
got it.. thx!
Click to expand...
Click to collapse
No luck for me. I have installed the Honeycomb Music app and removed the Froyo app. This one doesn't have much at all in settings. Anyone else?
Also my loud speaker and phone speaker are simply not loud enough. Any noise at all nearby and I cannot hear the caller talking. Do you think there will be fixes for this?
GolfCranK said:
No luck for me. I have installed the Honeycomb Music app and removed the Froyo app. This one doesn't have much at all in settings. Anyone else?
Also my loud speaker and phone speaker are simply not loud enough. Any noise at all nearby and I cannot hear the caller talking. Do you think there will be fixes for this?
Click to expand...
Click to collapse
I suggest to get the stock Music app back, your will be surprised by the SRS WOWHD equalizer with a good earplug
Try experimenting with the values in /system/etc/hwVolumeFactor.cfg. I haven't tried modifying this as I don't have an issue but I'm sure it's what you're looking for. It only has values for wired headset and speaker though, so whether speaker is both earpiece and loudspeaker or just loudspeaker I don't know. Give it a go and post your results.
@stockwell
You are right.
You have to increase the value "wired_headset". I changed mine from 60 to 70 and now it works prefectly with my on-ear headset. A bit too loud at max though.
If you need assistance feel free to ask ;-)
@AliWam- Please give instructions. Will be appreciated.
Hi !
Do i need to root my phone to change the value to 65 or above?
I cant save the changes because the mapp is write protected
Hey,
I'm sorry for the late reply, quite busy these days.
I take no responsibility for any harm that comes to your phone as a result of applying this mod.
1. You need a rooted device (e.g. z4root), Busybox[1] installed and a text editor (e.g. Text Editor from Market).
2. Open /system/etc/hwVolumeFactor.cfg in the text editor, replace the value(s) as you like and save it as a new file e.g. /mnt/sdcard/myVol.cfg. The file might look like this:
Code:
speaker=80
wired_headset=70
3. Remount the related partition writeable:
Code:
mount -o remount,rw /dev/block/mmcblk0p12 /system
4. Copy your new file and replace the old system file:
Code:
cp /mnt/sdcard/myVol.cfg /system/etc/hwVolumeFactor.cfg
5. Reboot your phone and then the new values should be applied.
------
[1]I'm not sure if you really need Busybox installed for these steps.
no sdk
To change the volume without the SDK (not use console command).
- install on your computer AndroidCommander
- in the phone menu choose the "applications / developer / debugging usb"
- connect phone to a PC
- run AndroidCommander on your computer.
- find / system / etc / hwVolumeFactor.cfg in AndroidCommander (right panel is a telephone system files)
- copy the file "VolumeFactor.cfg" to your computer and change values
- in the left window AndroidCommander find the edited file and move (copy) to "/ system / etc / hwVolumeFactor.cfg" on the window phone.
- disconnect the phone and restart
In this way you can change other files, but be careful .
Guys, i try all this even tho my phone is rooted when i paste my new file says its read only and when i try at android commander it says not rooted even tho it is i checked with root checker !!
any ideas ?
ektorgre said:
Guys, i try all this even tho my phone is rooted when i paste my new file says its read only and when i try at android commander it says not rooted even tho it is i checked with root checker !!
any ideas ?
Click to expand...
Click to collapse
I had no success changing the values in the file / system / etc / hwVolumeFactor.cfg using "es explorer" so upon advice in another thread I bought Root Explorer in the Market and it works. Once you are in the etc folder press the Mount R/W button and then you can edit the .cfg file by longpressing on it. It will auto create a backup. I increased my values to 99 and 70.
I also found from a poster here that the stock music player has an equalizer that you only see once you select a track to play. The default setting is very quiet but the SRS WOWHD is much better. Happy listening
Sorry for my silliness in advance guys. I can't make Android Commander work. It says "device not found". Have any ideas on what I'm doing wrong?
Alexcxvtr said:
Sorry for my silliness in advance guys. I can't make Android Commander work. It says "device not found". Have any ideas on what I'm doing wrong?
Click to expand...
Click to collapse
Make sure you have debugging enabled on the phone:
Go to settings > applications > development
Then enable USB debugging.
Poulsen8r said:
Make sure you have debugging enabled on the phone:
Go to settings > applications > development
Then enable USB debugging.
Click to expand...
Click to collapse
Thanks for the quick response. I do have usb debugging enabled. I can't figure out what I'm doing wrong whatsoever. Any other ideas?
Computer:
Is the SDK installed and did you set your path variables?
Have you installed the ADB driver for the phone?
Phone:
Do you have busybox?
Root?

[stop-dev][TWHK][cm7][flipout-mb511-ruth][testing] status: become stable

WARNING:
This update zip use write mot_boot_mode as shell script to run bootmenu,
don't modify it. otherwise, maybe you will get stop at M logo.
NOTICE: This update zip is ONLY for mb511, if you want to update, please check your stock rom.
If you use this update zip at charm(mb502), is unstable, mb502 and mb511 still has some different.
My STOCK ROM VERSION:
Code:
RUTEM_U3_01.14.16_DEBLUR_SIGNED_USARUTH15ND0RTINT056.0R_PDS000_USARUTHEHKTWEMARA_P011_A010_HWp3_1FF.sbf
If you try to call, but can't hear sound or can't registration of the carrier network, try this ROM version to update RC version.
RC version 5: v0.7.4
configure sources
NOTICE:If you want update fix zip, you should use bootmenu to update.When boot at motologo,click click and click "vol -" to enter bootmenu.
->because bootmenu executed by mot_boot_mode, so /system can't umount, only can remount.
--and update zip have to modify updater-script, remount /system.
[2013/11/13]:
last update:
Seems we can use the command of telnetd to do emergency rescue.
I write telnetd as shell script. It's only to execute bootmenu, if someone modify mot_boot_mode maybe cause bootmenu can't execute.
The telnetd will execute by eclair's init_mapphone30_umts.rc. But it's only can use bootmenu to execute adb to do some things (ex. modify mot_boot_mode).
These days, I try using 2ndboot, but still freeze on hbootmod, I don't know why we can't execute hbootmod.
I can't find anything solution, and can't get more message.
For me, it's hard to debug, I'm not kernel developer. I try to understand the source code of hbootmod, should stuck on do_branch.
But I still can't get any idea to solve this question.
Hope someone can complete it, let we can use new kernel.
RC version 5 should can be a stable version.
[2013/10/04]:
RC version 5:
Seems when I try fix camera, has incorrect modify of sensors. Fix incorrect modify.
write shell script /etc/init.d/07cphostapconf, copy /system/etc/wifi/softap/hostapd.conf to /data/misc/wifi/hostapd.conf
modify updater-script, clear /data/dalvik-cache. if already upgraded previous version update zip, should can direct flash RC5, skip double wipe.
[2013/09/26]:
20130926.zip:
I forget modify configure sources of buttonblink.sh.
old buttonblink.sh file will get bad battery life.
[2013/09/19]:
20130919.zip:
According to this, use smartass is more stable, thanks edgarsongla.
modify init.mapphone30_umts.rc, set smartass as default and delete cpufreq_interactive.ko.
[2013/09/18]:
for traditional chinese user:
fork tcime unofficial for flipout.
upload tcime.apk for flipout.
source code
[2013/09/16]:
baseband:
use and modify cyanogenmod4milestone's configure files of mmparts.
but I'm not do full test, should be ok.
reduce reboot times:
seems wakelock cause reboot, I guess.
these steps maybe can reduce reboot times.
disable wi-fi or don't set wi-fi sleep policy at never.
disable Android debugging.
but maybe still has reboot problem. I can't find solution.
[2013/08/28]:
camera:
use and modify CyanogenKobe's configure of libcamera.
fix part of camera. Take picture is normal, solved rotation 90 degree problem. But video recorder still rotation 90 degree.
wifi:
use stock rom's files.
media:
add libraries of 720p files. but 720p still has problem.
[2013/08/15]:
fix part of magnetic sensor, tested by google map.
modify lights code. when enter standby to check notification, if exist set buttons backlight on.
and if already standby when get notification, set blink and backlight on.
delete /system/etc/init.d/99buttonblink, modify /system/xbin/buttonblink.sh(for enter standby and exist notification use).
[2013/08/08]:
seems write to Android services will get bad use of battery.
so write to /system/etc/init.d/99buttonblink, to start service (check blinking of buttons backlight).
[2013/08/01]:
fix notification blinking of buttons(menu, home and back) backlight.
[2013/07/03]:
find the way to compile tiap_drv.ko
-->if get error, try this command then reboot.
Code:
cp /system/etc/wifi/softap/hostapd.conf /data/misc/wifi/hostapd.conf
modify overlay of auto brightness and notification LED.
[2013/06/26]:
use CyanogenModXT720's libaudio.so, ril should be normal.
use CyanogenModXT720's dsp directory.
get some kernel modules from CyanogenModXT720.
-->seems tiap_drv.ko can use, but still has problem, try to fix in next version.
[2013/06/23]:
define open keyboard of orientation by overlay.
modify BoardConfig.mk.
use cyanogenmod4milestone's apns-conf.xml.
use "mka bacon" to compile cm7.
separate gapps:
-->attachments gapps.zip for bootmenu use.
can work:
camera
battd
fmradio
bluetooth
gps
sensors
usb connect
audio
half work:
video
-> 720p has problem.
wifi
->I only use 2G service, so I can't test softap.
ril
->I only use 2G service, so I can't test 3G.
use mknod to replace mv /dev/xxx
[2013/04/01]:
resume original parameter in init.mapphone30_umts.rc
->symlink /dev /dev/netmux
I don't know why I deleted it...
modify /system/bootmenu/2nd-init/init.rc:
/mnt/sdcard -> /sdcard
modify void.fstab:
/mnt/sdcard -> /sdcard
delete /system/etc/init.d/02movedevice
fix sdcard mount question.
replace files by upload zip, and delete /system/etc/init.d/02movedevice. Or wait release new version.
fix in preview version 2.
In terms of audio recorder, following information may help:
Flipout uses Sample Rate '16KHz' or "22KHz" to record sound, NOT '44KHz'. This is why flipout cannot use skype >_<. If you guys are using a recorder that uses Sample Rate "44KHz" (which almost all recorders set as default Sample Rate), you have to change the setting.
No phone to test
>.<
Sorry guy I can't help
May be I can help to fix this bugs.audio,fmradio,sensors,camera,ril&wifi,look this:https://github.com/xn-Dream/android_device_motorola_sage-1,and you can pm me else.
Seems use mb508's libaudio.so can use video(low quality,landscape orientation) and audio recorder.
-- hard decoding still problem, can use some player (like mxplayer) to play with soft decoding.
-- Spirit FM will be no sound.
-- call phone number still no sound.
[2013/04/02]:recompile cm7 with mb508's libaudio.so
Now we can hear sound from the other side , but the other side can't hear what I say .
But use speaker it's no problem.
sim unlock problem
Hi, first thanks for do this ROM :good:
I install but when start now the system want to give a sim unlock code, I was use before so do u have any idea or something that i have to do to solve this problem
Sorry for my english is not my native language
Best regards
phchshow said:
Seems use mb508's libaudio.so can use video(low quality,landscape orientation) and audio recorder.
-- hard decoding still problem, can use some player (like mxplayer) to play with soft decoding.
-- Spirit FM will be no sound.
-- call phone number still no sound.
[2013/04/02]:recompile cm7 with mb508's libaudio.so
Now we can hear sound from the other side , but the other side can't hear what I say .
But use speaker it's no problem.
Click to expand...
Click to collapse
error log
about 3G
3gw.Service 7225 Mobile Network not connected - not roaming
about codec
Error TIOMX_CORE 2045 dlopen libOMX.TI.720P.Decoder.so failed because Cannot load library: load_library[1111]: Library 'libOMX.TI.720P.Decoder.so' not found
Info TI_Video_Decoder 2045 TI Video Decoder
Error OMXCodec 2045 Profile and/or level exceed the decoder's capabilities.
Error MediaPlayer 16597 error (1, -2147483648)
Error MediaPlayer 16597 Error (1,-2147483648)
Error MX.Player.Joint 16597 1st error: what=1 extra=-2147483648
Use 508 libOMX.TI.720P.Decoder.so put into system/lib
Error OMXCodec 2048 [OMX.TI.720P.Decoder] ERROR(0x80001009, 1)
I'm impressed that you finally got it working, but i have a evil kind of Bug around here!
The Play Store vanishes every Reboot, Titanium says it is Frozen and im unable to unfreeze it.
If i can i would provide a logcat in the next hours!
Anyway, awesome to finally see 2.3.7 on MB511 ^^
//EDIT: I connected the Device with the Internet, now it is working fine ^^
everything is working except that when phone reboot version is still 2.1 and nothing changed :/
adout keylayout:
unzip keylayout.zip
--init.mapphone30_umts.rc
--init_prep_keypad.sh
to /system/bootmenu/2nd-init/
chmod 0644 /system/bootmenu/2nd-init/init.mapphone30_umts.rc
chmod 0755 /system/bootmenu/2nd-init/init_prep_keypad.sh
Integrate to fix-20130413.zip.
phchshow said:
adout keylayout:
unzip keylayout.zip
--init.mapphone30_umts.rc
--init_prep_keypad.sh
to /system/bootmenu/2nd-init/
chmod 0644 /system/bootmenu/2nd-init/init.mapphone30_umts.rc
chmod 0755 /system/bootmenu/2nd-init/init_prep_keypad.sh
Click to expand...
Click to collapse
Is This QWERTZ?
Should be QWERTY.
There are two files, ruthp0-keypad.kl and ruthp1-keypad.kl.
use this command
"cat /proc/device-tree/[email protected]/[email protected]/name"
My device get ruthp1-keypad.
If you want to use QWERTZ, you can try replace ruthp0-keypad.kl, ruthp1-keypad.kl, ruthp0-keypad.kcm.bin and ruthp1-keypad.kcm.bin.
Get from QWERTZ version.
ShockBuddy said:
Is This QWERTZ?
Click to expand...
Click to collapse
Maybe can solved Turn on USB storage problem.
Integrate to fix-20130413.zip.
if replug usb, maybe has problem, use killall com.motorola.usb to reset usb.
Hi to all,
Thanks to all that are working on this rom.
Since both models are merged in the same post because the same hardware, I wonder if I can deploy this rom into a Motorola Charm, or if I got to make changes on code, I guess at least have to change some files where refers to 511 to 512, and where refers "Ruth" to "Charm".
What other changes should I do to make this model work?
Thanx for response.
Please help
Please help me, How do i do to work because i have not service,
The problem is SIM NETWOR UNLOCK PIN
Please HELP!!!!
just the key pad related files, I was unable to compile this ROM from source using charm files, I think an update file to replace keypad files with charm should do the trick.
I shall try it and let you know.
there are so many attachments here
please put them into #1
Great job, men!
netmanmac said:
Please help me, How do i do to work because i have not service,
The problem is SIM NETWOR UNLOCK PIN
Please HELP!!!!
Click to expand...
Click to collapse
I dont have the Issue and i haven't inserted any SIM Card, it should be enough to reboot without Sim Card.
If you get to Homescreen, use a Root Explorer and edit /system/build.prop, check if
Code:
keyguard.no_require_sim=xyz
is set to "false", if it isn't in there, add it!
Hope i helped :fingers-crossed:
finally installed.is the screen orientation working good?when i flip out the keyboard the screen orientation remains protrait,pretty annoying!anyway great job,never though i'd have seen cm on flipout!love this device,unlike any other

CS968 Exclusive MODDED ROM EQS-v2.0M 1080p

Exclusive MODDED ROM EQS-v2.0M
CS968 a RK3188 ChipSet Based TVBoX
AKA: TV01 [GeekBuying] CR11s [CloudNET2GO]
THIS VERSION HAS NATIVE 1080P KERNEL, NOT SAME AS V1.
IMPORTANT INFORMATION:
WE JUST LEARNED THERE ARE A FEW CS968/TV01/CR11s MODELS equipped with different WIFI/BT MODULES.
Thanks to dFenix we figured this out. [More info]
THIS ROM IS FOR AP6210 WIFI CHIP bundled devices, MAINBOARD VERSION 2.
So if you try this rom on other models you may loose your wifi connection.
Click to expand...
Click to collapse
IMPORTANT NOTICE:
THIS IS KIND OF BETA/ALPHA FIRMWARE OR WHATEVER YOU WANT TO CALL IT.
CURRENTLY I HAVE EXPERIENCED NONE PROBLEM AND IT SEEMS EVERYTHING INCLUDING 1080P MODE WORKS FINE.
THIS IS AN EXCLUSIVE ROM BECAUSE THERE ARE A FEW THINGS FACTORY FIRMWARE HAS NOT.
SYSTEM IS SAME AND NOTHING HAS BEEN MODIFIED EXCEPT SUPERUSER and BUILD.PROP, SO IF THERE IS A BUG THEN THAT IS FIRMWARE RELATED THIS ISN'T SUPER DUPER FIRMWARE AND DOESN'T HAVE SPECIAL KERNEL OR RECOVERY, EVERYTHINGS IS STOCK.
NOTE : LIBMEDIA.SO REPLACED, READ BELOW...
Factory Date : 09-12-2013 from CloudNET based CR11/s
Modification Date: 21-12-2013
NOTICE: THIS IS FOR 2 MPX VERSION, NOT FOR 5 MPX
You may harm your device, if you flash this firmware to 5 mpx camera version.
LCD Display density has been set to 240, if you need smaller icons and texts you can easily change by using preinstalled DPI changer program (May need root permission after first start).
Features:
Rooted [ You may notice a bit difference than v1 version, but it is normal ]
Build tweaks
TCP Tweaks (Buffering etc...)
Networking Tweaks
Wifi Tweaks (Signal etc...)
Multimedia Tweaks
Streaming Tweaks
HW Video Acceleration by default
Spoofed as Galaxy S3
Date format set to European
Timezone Europe GMT +1
Renewed bootanimation
Renewed wallpaper
Add: SuperSU.apk (Updated)
Add: LuckyPatcher (Updated)
Add: RootBrowser (NEW)
Add: OGYoutube with downloader [ Original YouTube still can be apartly installed ]
Add: Dolphin Browser 10.1.2
Add: Android Weather
Add: JetAudio
Add: Blueput Droid (NEW)
Add: Texdroider DPI (NEW)
Add: BSPlayer FREE (NEW)
Add: Cifs Manager (NEW)
Add: ESFile Explorer (NEW)
Add: Patched Libmedia.so (Many thanks hillyu from FreakTab, More info)
Updated : AddAway (Update)
Removed : All of useless chinese media stuff
Removed : Chrome
Removed : Search Box
Removed : Google Stuff (Search, maps, gmail, talk)
Removed : Email
Removed : XBMC Installer (Not everyone's taste)
Removed : A few more crap...
Exclusive test modules : Tun, Cifs*, NFS, NTFS and Xpad these modules are not installed by system, must be done manually from console/terminal.
Included CIFS MANAGER can do it for you, you don't need to install from terminal.
Exlusive bootanimation (Renewed)
Good working Remote Control.
Faster Internet browsing, smoother streaming, Very nice playing 1080p media from NAS DRIVE
*: It seems cifs module won't work properly, it is interesting because it was allright with K-R42 device but I'll search for it.
v2.0M CHANGES
NEW*: MultiWindow
*Needs Xposed Framework to be installed completely.
NEW*: Xposed Framework Installer
*Installation must be done via program self, then after reboot you may download modules as much as you want
REPLACED : BSPLAYER-> MX PLAYER FREE - No Codec pre-installed
REMOVED : JETAUDIO
UPDATE : LUCKY PATCHER, ADAWAY
UPDATE : DOLPHIN BROWSER 10.2.1
Re-Add : RKVideo player, RKExplorer
A few fixes that causes problems.
More optimized video playback (about 40 mbps mkv from network drive), more stable system.
LCD Density set to : 160 (Smaller icons and texts by default)
A little bit faster than 2.0 version.
Feel free to test or build new one, no words for future updates or versions etc.
FLASH WITH YOUR OWN RISK, I'M NOT RESPONSIBLE FOR ANY DAMAGE CAUSED BY FLASHING OR AFTER.
AnTuTu Results
Devhost / Mirror
password : cs968eqs
Firmware flashing guide.
[ HD QUALITY BOOT ANIMATIONS... ]http://forum.xda-developers.com/showthread.php?t=2612221
hi
Hi Equancy,
Is a small community of CS968 users here: freaktab.com/forumdisplay.php?165-CS968-CR11s-amp-similar-sticks
Would you like to share this rom there too?
fakotibor said:
Hi Equancy,
Is a small community of CS968 users here: freaktab.com/forumdisplay.php?165-CS968-CR11s-amp-similar-sticks
Would you like to share this rom there too?
Click to expand...
Click to collapse
Hi,
Yeah, it seems not much users have CS968 here in XDA but, I'm a member of XDA-Dev and I share what I have here, but you may share this thread on freaktab as yours if you wish.
I have no account on FreakTab and I don't think I may able to manage this thread on multiple forums.
So, I can answer questions only here and also publish updates of my rom.
Thanks for your interest.
Hi Equancy, I cant download this file.
(Error no: 1) Connection failure : User 'proxy_iamheman' has exceeded the 'max_user_connections' resource (current value: 10)
What seems to be the issue. please fix the link. Thanks.
resansid said:
Hi Equancy, I cant download this file.
(Error no: 1) Connection failure : User 'proxy_iamheman' has exceeded the 'max_user_connections' resource (current value: 10)
What seems to be the issue. please fix the link. Thanks.
Click to expand...
Click to collapse
Try primary download host (Devhost), its working flawlesly.
I guess mirror host has problem rightnow.
I've uploaded another Mirror-link working well.http://www.filedropper.com/showdownload.php/cs968051213eqsv2m
EQUANCY said:
Try primary download host (Devhost), its working flawlesly.
I guess mirror host has problem rightnow.
I'll make more mirrors soon.
Click to expand...
Click to collapse
OK This worked. Thanks.
resansid said:
OK This worked. Thanks.
Click to expand...
Click to collapse
Your welcome. :good:
Or you may try from here too.
@EQUANCY,
i tried your rom, looks good. few things are not wrking
1. xposed: i installed xposed framework, rebooted, then installed GravityBox, none of the tweaks in it wkrs. like transparent status bar/traffic meter.
after installing the GB and setting it up, i rebooted, but still not wrking.
2. window support is also not wrking. hv added some of the apps to wkr in window mode, but all run in full screen.
Have you tried these on ur rom ???
hanu_blr said:
@EQUANCY,
i tried your rom, looks good. few things are not wrking
1. xposed: i installed xposed framework, rebooted, then installed GravityBox, none of the tweaks in it wkrs. like transparent status bar/traffic meter.
after installing the GB and setting it up, i rebooted, but still not wrking.
2. window support is also not wrking. hv added some of the apps to wkr in window mode, but all run in full screen.
Have you tried these on ur rom ???
Click to expand...
Click to collapse
Yes,
Multi-window not working, but some features of Gravitybox well.
Actually I've put Multi-window by mistake, it was a bit late when I saw
However you may remove this app by following steps below.
1- Deactivate Multi-window app in Xposed modules menu (uncheck)
2- Reboot
3- Open RootBrowser and go to System/app directory
4- Long press on multi_window.apk and select Delete
I didn't tested all of modules and most of them are not working properly because of Tablet UI, I'll remove both application in next firmware mod.
Sorry for inconvenience, thanks for understanding.
Hi Equancy,
I am having issues with wifi direct. I can establish the wifi direct connection with the other device (Samsung Galaxy S3) just fine, I can send files from the box to the SG3, but I absolutely can't receive files sent from the SG3 to the box (I never even get the prompt).
I also tried to use the Superbeam app, and same story: I can send files out but not receive them.
Any clue? I am not sure whether this is specific to your ROM as I haven't tried with any other.
Cheers, Merry Christmas and Happy New Year to you.
daviddema said:
Hi Equancy,
I am having issues with wifi direct. I can establish the wifi direct connection with the other device (Samsung Galaxy S3) just fine, I can send files from the box to the SG3, but I absolutely can't receive files sent from the SG3 to the box (I never even get the prompt).
I also tried to use the Superbeam app, and same story: I can send files out but not receive them.
Any clue? I am not sure whether this is specific to your ROM as I haven't tried with any other.
Cheers, Merry Christmas and Happy New Year to you.
Click to expand...
Click to collapse
hi,
Thanks for your best wishes, hoping same for you.
For the issue,
Possible answer for WiFi Direct function is Firmware related, because I didn't touched any system file except su binary and build.prop.
I also tested by my self, receiving files from TVBox is working but transfering to the device isn't via SuperBeam.
As I said before, I suppose it is a firmware bug and must be reported.
And question is:
To who
However, you may ask other users who is using another firmware versions or custom roms.
Happy new years...
NFS help needed
I tried the rom on my cr11s and i must say its awesome except that its a bit slow.. i also can't get nfs to mount thru adb nor cifsmanager.. does the supplied nfs.ko support nfsv4? Everything else is working with no major issues.. thanks for the rom anyways...
PsychicSaint said:
I tried the rom on my cr11s and i must say its awesome except that its a bit slow.. i also can't get nfs to mount thru adb nor cifsmanager.. does the supplied nfs.ko support nfsv4? Everything else is working with no major issues.. thanks for the rom anyways...
Click to expand...
Click to collapse
It is very little bit slower than v1.1 but its not really noticable on 2D applications, can you specify what have you experienced actually?
I'm using a NTFS formatted NAS drive with no problem, even watching MKV files about 40-50 mbps rate. (NetGear ReadyNAS).
All of thoose modules have been supplied but not loaded by default need manually installed or you must add lines to the init.rc from system.
This can't be automatically because Kernel needs to be modified and I don't want to do that.
NFS module is actual module for RK3188.
If you more specify problem may be I can look it for you.
And for your consideration...
Some issues are FIRMWARE RELATED, because these firmwares aren't fully optimized, just generic RK3xxx roms.
Not good drivers at all...
And not all manyfacturers optimizes their own firmwares.
Produce and forget policy.
EQUANCY said:
hi,
Thanks for your best wishes, hoping same for you.
For the issue,
Possible answer for WiFi Direct function is Firmware related, because I didn't touched any system file except su binary and build.prop.
I also tested by my self, receiving files from TVBox is working but transfering to the device isn't via SuperBeam.
As I said before, I suppose it is a firmware bug and must be reported.
And question is:
To who
However, you may ask other users who is using another firmware versions or custom roms.
Happy new years...
Click to expand...
Click to collapse
I sent a email to cloudnetgo support, let's see what comes out (probably nothing...)
daviddema said:
I sent a email to cloudnetgo support, let's see what comes out (probably nothing...)
Click to expand...
Click to collapse
You've done very well my friend, please let us know if you get an answer from them.
EQUANCY said:
You've done very well my friend, please let us know if you get an answer from them.
Click to expand...
Click to collapse
I also tried to get screen mirroring to work with the wifidisplay app included in the ROM (is this also part of the original image or did you add it?).
Again, I can set up the mirroring connection between a Samsung Note 3 and the wifidisplay app, but then actual mirroring never happens. I suspect that whatever causes wifi direct not to work also causes the mirroring not to work... pity as this is would be a nice feature...
@EQUANCY,
I have a strange issue related to sound settings, its because of the stock firmware issue, hope you give some pointers on this
in the sound devices settings, there is input sound device and o/p sound device. I understand abt the output sound device, but what is the use of input sound device ? and is by default always set. Is there a way to disable the i/p device ?.
I ask this bcasue, my sound bar sony will cutoff the sound to other devices if the cs968 device is switched-off, if in on/standby mode, the sound passthorough (via cs968 )for other devices i hv connected to my soundbar. My guess is that since sound input device is checked(Radio button on), sound bar thinks that it has to pass through cs968. If i unplug the hmdi cable from cs968, the soundbar wrks fine.
My guess is that somewhere in the settings xml file, there shd be a way of disabling the sound input device.
I tried decompiling settings.apk and settingsprovider.apk searched all file with sound as filecontent key, but could not find anything related to disabling of sound input device.
can you help me on this ???
daviddema said:
I also tried to get screen mirroring to work with the wifidisplay app included in the ROM (is this also part of the original image or did you add it?).
Again, I can set up the mirroring connection between a Samsung Note 3 and the wifidisplay app, but then actual mirroring never happens. I suspect that whatever causes wifi direct not to work also causes the mirroring not to work... pity as this is would be a nice feature...
Click to expand...
Click to collapse
Wifi Display part of firmware self, I didn't add by myself and yes it is not working properly, I've read at somewhere this application supports only Nexus devices but I'm not sure.
hanu_blr said:
@EQUANCY,
I have a strange issue related to sound settings, its because of the stock firmware issue, hope you give some pointers on this
in the sound devices settings, there is input sound device and o/p sound device. I understand abt the output sound device, but what is the use of input sound device ? and is by default always set. Is there a way to disable the i/p device ?.
I ask this bcasue, my sound bar sony will cutoff the sound to other devices if the cs968 device is switched-off, if in on/standby mode, the sound passthorough (via cs968 )for other devices i hv connected to my soundbar. My guess is that since sound input device is checked(Radio button on), sound bar thinks that it has to pass through cs968. If i unplug the hmdi cable from cs968, the soundbar wrks fine.
My guess is that somewhere in the settings xml file, there shd be a way of disabling the sound input device.
I tried decompiling settings.apk and settingsprovider.apk searched all file with sound as filecontent key, but could not find anything related to disabling of sound input device.
can you help me on this ???
Click to expand...
Click to collapse
Disabling sound input?
As much as I know, the only sound input is internal microphone.
I real don't know the other sound inputs and als no clue about disabling it.
If you mean sound output such as Analog, Optical and HDMI then may be there is option but for input, I have no idea.
Sorry.
Uninstall Apps
How can I unistall app like bsplayer?
Thanks
Hi,
Open RootBrowser (usually opens in main directory) if not then got to Main Directory first then next to
\System\App
And long press the application which you want to remove and select Delete.
Or download a root uninstaller from market then uninstall what you want.
Hope this helps.

In-call headphone and headset volume too loud

I have tried several roms. AEX woivod 8.1, crdroid difr 8.1, frankenROM 8.1 etc. The in-call volume is very very loud in headset and headphones. Increased the steps but that didnt bring down the minimal volume which is way too high. I tried jasper custom kernal and decreased the headphone gain in sound but that brought down the media gain and the ringing gain levels. It does not get solved by clean flash or even after full internal storage wipe. This is present throughout all custom roms I think. Someone suggested editing mixer_* files in /system/vendor/etc. There are too many of these files and I dont know which values to edit to lower in-call volume.
SOMEONE PLEASE HELP!!!!!:crying::crying::crying::crying::crying::crying:
Someone please help!!!!! I did a recovery to my original miui backup but the problem is still there. I dont mind losing data. Im willing to do any type of clean install to solve this. I just want this bug to go away. Should I change the firmware?
What should I do?
PLEASE HELP!!!
ShadeOfLight said:
Someone please help!!!!! I did a recovery to my original miui backup but the problem is still there. I dont mind losing data. Im willing to do any type of clean install to solve this. I just want this bug to go away. Should I change the firmware?
What should I do?
PLEASE HELP!!!
Click to expand...
Click to collapse
Facing this problem too. I've tried patch as well as editing values in vendor. None seems to work.
So i just have to avoid talking on headphones as of now.
aman_bindal_ said:
Facing this problem too. I've tried patch as well as editing values in vendor. None seems to work.
So i just have to avoid talking on headphones as of now.
Click to expand...
Click to collapse
Have you tried stable Nougat ROMS? I would like to know if the problem is there in nougat or not. Is there no other way to solve this?
try out difr's patch and see if it works (its for 8.1 oreo ROMs)
mixer_paths.xml.zip
krishna_jm said:
try out difr's patch and see if it works (its for 8.1 oreo ROMs)
mixer_paths.xml.zip
Click to expand...
Click to collapse
I tried it bro..... No use....I even tried it on his crdroid build... Thank you so much for responding.
Hey ShadeOfLight,
I have the same problem with too high headset in-call-volume in havoc rom.
Thats pretty annoying...
But I found a solution for the problem that worked for me:
You need tasker and Kernel Auditor for this.
In Kernel Auditor you create two profiles: One with low volume in sound option for calls (I choose value -8) and one with normal volume (value 0) for music.
Now save them under different names. I named them "low volume" and "normal volume".
In Tasker you create two tasks with the Kernel Auditor plugin:
1. "low volume"-Kernel Auditor profile
2. wait (10s) -> "normal volume"
Now go to "profiles" in tasker and create a new profile with the state "Call" (choose any) under phone states.
Define "low volume"-task for the new profil and the "normal volume"-task as exit-task.
This worked for me. During calls I can use my headset again and can listen to music normally.
Maybe this will work for you too.
Best regards

Note 3 + Android 10 + root (Video recording & editing of system file >> DON´T WORK <)

Note 3 + Android 10 + root (Video recording & editing of system file >> DON´T WORK <)
Hello XDA friends, thank you for this forum
I am a beginner user, only that I have been awake for 3 days until 5am watching YouTube video in all languages ​​and putting into practice all the steps.
I hope you can find a solution.
I CAN'T RECORD :crying:
Pressing the record video button gives me these two messages at the same time.
> Could not start media recorder
> Can´t star video recorder
I put all the information in order.
Mobile: Note3 N900W8
Android version: Android 10 Havoc-OS
Super user: activated
Root: 100%
Camera2 API: LEGACY
Problem 1: I have tried to replace the patch in the file since:
> SYSTEM> VENDOR> Lib> libmmcamera2_sensor_modules.so
I have also tried to replace the file since:
> SYSTEM> build.prop
The answer is :
>> Read only files cannot be deleted <<
Problem 2: I have tried to edit from the pc by means of:
> USB driver and the computer does not recognize it.
(Although I have not tried this much because I do not know the commands that should change for this mobile)
Postscript:
I know it is something I am not doing well since the camera worked well before root.
(I first installed Android 9 Lineage 16 and the same thing happened)
I have tried to change the patches because it has been the solution I found.
-Do you think changing the patches is a solution? How can I ACTIVATE the EDIT SYSTEM FILES option?
-Do you know ANOTHER SOLUTION to solve it?
I hope the information is in order and clear.
Thank you all in advance.

Categories

Resources