This is only a fix for the Vodafone Magic (Italy Tested)
- Mic low Volume fix.
http://www.megaupload.com/?d=H1R2ELQD
Original Post:
http://forum.xda-developers.com/showthread.php?t=537204
For a manual fix from a Original Rom u can
Extract my AudioPara4.csv from zip in your sdk/tools:
./adb remount
./adb shell rm /system/etc/AudioPara4.csv
./adb push AudioPara4.csv /system/etc/
./adb shell reboot
That fixes it~!
OH~ Thank you~!
i was going crazy here trying to figure out what was wrong with the mic volume being all low and stuff.
well this fixes that completely.. well as far as i know anyway... so thank you so much
fyi, i have T-mobile myTouch 32B with CyanogenMod 4.0.1 + recovery-RAv1.2.0G
thank you this worked for my MT3G as well
Hello,
Honey....here.........
Related
Download this attachment:
http://forum.xda-developers.com/showpost.php?p=3838743&postcount=8
Then:
in windows:
adb pull /system/usr/keychars/trout-keypad-v3.kcm.bin trout-keypad-v3.kcm.bin
This backups your existing keylayout.
Then: (you must have the downloaded (unzipped!) file on C: !!)
cd C:\
adb remount
adb push trout-keypad-v3.kcm.bin /sdcard/trout-keypad-v3.kcm.bin
adb shell
cd /sdcard
dd if=trout-keypad-v3.kcm.bin of=/system/usr/keychars/trout-keypad-v3.kcm.bin
reboot
Your device should reboot now and TADA you have fully working QWERTZ!
Please correct my commands if they are wrong.
Disclaimer:
You know this..
can you give me codes to work with the terminal (I don't use sdk -ADB)
And , does it fixes all other stuff to like + - :.... or just swap Z and Y.
(I need that fix so much)
Thanks
Copy the file to your sdcard then:
su
mount -o rw,remount /system
cp /sdcard/trout-keypad-v3.kcm.bin /system/usr/keychars
i think it fixes all including + etc..
ok did it, typing reboot....
g1 htc booting
waiting.....
OMG thanks a million....... close this thread or just move it to (make one with USEFULL THINGS).... will help other people in europe.
Thanks again.
maxisma said:
Your device should reboot now and TADA you have fully working QWERTZ!
Click to expand...
Click to collapse
Hi!
This only works reliably with ROMs with the Google virtual keyboard. With the HTC one (which function-wise is better), the hardkeyboard eventually switches back and forth from qwertz to qwerty and back.
Is there a solution for that issue?
Greets
It's because of the Hardwarekeyboardcorrection.
You can try to deactivate it in Settings/Locale Settings/Touch Input/...
maxisma said:
It's because of the Hardwarekeyboardcorrection.
You can try to deactivate it in Settings/Locale Settings/Touch Input/...
Click to expand...
Click to collapse
Yeah, that's my experience as well that it is due to the hardware keyboard correction.
However, even when I switch that off (correction and completion switched off), this strange behavior of switching back and forth continues :-(.
Is there a solution to this?
Or alternatively how can I install the Google IME on a HTC build as a workaround?
Just pushing GoogleIME.apk doesn't help unfortunately.
Hi guys! I want to share with you this repack of cyanogen 4.0.4, with BFS patch kernel. IMHO is fast.
Changelog:
-Changelog of CM4.0.4
-Kernel from 4.1.6 with BFS
-LatinIME multilanguage
-Calculator, Gmail, Gtalk, Alarm and Market multilanguage
-Old HTC_IME with accent in alfanumeric mode
-Advanced Launcher 17
-Browser enchanched
-Vodafone apn
-Audio from noverca rom
-All android's ringtone (magic has space!)
How to set your language in HTC_IME
Open an sms, hold on "imput text field", select "Input Method" and select TouchInput keyboard. Press home and go into settings>language and text>android language. Select english and after reselect your language. Go into "Touch input" settings, and check if under "keyboard language" there isn't "english" selected (your language doesn't appear, but t9 is right )
Download ROM:
ROM 32a: Download it!
ROM 32b: Download it!
Download THEMES multi5 (search in "dream themes" section for images and changelog!):
gChrome0.2: Download it! (it have bug with notification volume and video control in gallery)
TedsHerov1.1: Download it! (it have bug with video control in gallery)
PS. if you are italian and you flash a theme not "italianized" (i've mod gChrome), you lost gtalk/market/gmail/alarm/calculator multi5
If you want HTC_IME as cm4.0.4, take it and try to push in /data/app :
Code:
adb remount
adb push HTC_IME /data/app
adb shell rm -rf com.android.inputmethod.latin
adb shell rm -rf com.htc.android.htcime
adb shell reboot
if you want audio from cm404, please push AudioFilter.csv AudioPara4.csv AudioPreProcess.csv from /system/etc of original 404.
Code:
adb remount
adb push AudioFilter.csv /system/etc
adb push AudioPara4.csv /system/etc
adb push AudioPreProcess.csv /system/etc
adb shell reboot
If you want the original Launcher (imho more fast), set 5home, download it and push into the magic with:
Code:
adb remount
adb push Launcher.apk /system/app
adb shell reboot
hmm, 32b link not working :/
bufodill said:
hmm, 32b link not working :/
Click to expand...
Click to collapse
ops.. i've fixed!
nk02 said:
Hi guys! I want to share with you this repack of cyanogen 4.0.4, with BFS patch kernel. IMHO is fast.
Changelog:
-Changelog of CM4.0.4
-Kernel from 4.1.6 with BFS
-LatinIME multilanguage
-Calculator, Gmail, Gtalk, Alarm and Market multilanguage
-Old HTC_IME with accent in alfanumeric mode
-Advanced Launcher 17
-Browser enchanched
-Vodafone apn
-Audio from noverca rom
-All android's ringtone (magic has space!)
How to set your language in HTC_IME
Open an sms, hold on "imput text field", select "Input Method" and select TouchInput keyboard. Press home and go into settings>language and text>android language. Select english and after reselect your language. Go into "Touch input" settings, and check if under "keyboard language" there isn't "english" selected (your language doesn't appear, but t9 is right )
Download ROM:
ROM standard: Download for Magic 32B
ROM standard: Download for Magic 32A
Download THEMES multi5 (search in "dream themes" section for images and changelog!):
gChrome0.2: Download it! (it have bug with video control in gallery and with volume setting)
TedsHerov1.1: Download it! (it have bug with video control in gallery)
PS. if you are italian and you flash a theme not "italianized" (i've mod gChrome), you lost gtalk/market/gmail/alarm/calculator multi5
If you want HTC_IME as cm4.0.4, take it and try to push in /data/app :
Code:
adb remount
adb push HTC_IME /data/app
adb shell rm -rf com.android.inputmethod.latin
adb shell rm -rf com.htc.android.htcime
adb shell reboot
[/QUOTE
cant wait to try this out, loved your earlier work. one question, do i need to partition to run this? i think the answer is no, but just need to make sure
thanks
Click to expand...
Click to collapse
huetson2 said:
cant wait to try this out, loved your earlier work. one question, do i need to partition to run this? i think the answer is no, but just need to make sure
thanks
Click to expand...
Click to collapse
you don't need 3partitions
for example, i've only fat32 8gb partition
Hi,
I am using your rom as follows : [28-07 r4.1.1 beta] nk02's ION Multi5.
I have a UK 32B vodafone Magic and I want to update.
Will I need to wipe before I flash this rom?
will this rom be alot faster?
Oh yeah and will Bluetooth, Wifi, led's, microphone all work ok?
thanks
hello, it tells me that
Verifying update package
E: Wrong digest:
system/app/browser
E:verification failed
Installation aborted
I was using cyan 4.04
any ideas?
hughyb said:
hello, it tells me that
Verifying update package
E: Wrong digest:
system/app/browser
E:verification failed
Installation aborted
I was using cyan 4.04
any ideas?
Click to expand...
Click to collapse
getting exact same problem...any help?
huetson2 said:
getting exact same problem...any help?
Click to expand...
Click to collapse
just checked at the top, he says hes uploading new ones.
Cheers
So, if I understand it correct, this is the Cyanogen ROM with complete multilanguage-support?
Thank a lot
Very speed oO
here http://www.megaupload.com/?d=QF3UP4AU in the zip, framework.apk and Launcher.apk gchrome themed, no bug video gallery and ringtones.
working great here! thanks
JeremaX said:
Thank a lot
Very speed oO
here http://www.megaupload.com/?d=QF3UP4AU in the zip, framework.apk and Launcher.apk gchrome themed, no bug video gallery and ringtones.
Click to expand...
Click to collapse
thanks a lot.. tomorrow i try to fix the theme
Nice!
As usually, I like what you do nk02, fast and useful!
Great work!
is possible to install last cyanogen kernel (4.1.10.1) ??
i tried, device is unable to start.
If you want HTC_IME as cm4.0.4, take it and try to push in /data/app :
Code:
adb remount
adb push HTC_IME /data/app
adb shell rm -rf com.android.inputmethod.latin
adb shell rm -rf com.htc.android.htcime
adb shell reboot
thanks for this rom.
I've just a pb, when i want to apply this change. my htc magic boot and stay in a black screen after android logo .... somebody have the same pb ?
thank's a lot
Just curious if anyone knows if nk02 is going to update this ROM anytime soon?
I have no complaints though whatsoever, this ROM is incredibly fast and awesome, thank you nk02!!!
HandsentSMS doesn't work on this ROM. Also the Market is very buggy... Often it doesn't download anything. Please fixe the Market (Take the Market from Donut, this will work. The old Market doesn't work correctly with the Donut-Pieces in this ROM.)
I think the Handsent-problem is not your fail.
as always, a superb rom.
however i have a problem with bluetooth over a2dp. my headphones have been working but have since stopped, and the only solution i have found is to push the lib file every time!
does anyone know of a permanent solution to this?
EXCHANGE and multitouch browser ?
is EXCHANGE (calendar AND contacts) sync included ?
is there a multitouch browser ?
thanks
Blur for MyTouch 3G.
This is Drizzy Build of the Blur, with so tweaks & Edits to the system,
Remove link with request from main dev
-Working
-Hero HTC-IME keyboard
-Camera Working sort of.
-Camcorder working sort of.
-32mb /CC & Swap /60 Enabled.
-GPS working
-Search Button Acts as Power button
* Search works like the Red button does, Press once For sleep.
Hold to bring up the Power down / Options *
-Not working
-Root
-Wifi
-Bluetooth
-Rotation
Updates are unlikely for this rom from me.
Code:
adb shell mount data
adb shell mount system
adb push C:/su /system/bin/
adb shell chmod 4755 /system/bin/su
adb push C:/Superuser.apk /data/app_s/
These commands are based on files being in the C:
File downloads
[url]http://www.mediafire.com/download.php?ynwjjnzjl3v[/url]
Extract rar in C: and run those commands in CMD and you should be fixed
ill added these superuser items repackage and sign and reup later if you want eugene
Zarboz said:
Code:
adb shell mount data
adb shell mount system
adb push C:/su /system/bin/
adb shell chmod 4755 /system/bin/su
adb push C:/Superuser.apk /data/app_s/
These commands are based on files being in the C:
File downloads
[url]http://www.mediafire.com/download.php?ynwjjnzjl3v[/url]
Extract rar in C: and run those commands in CMD and you should be fixed
ill added these superuser items repackage and sign and reup later if you want eugene
Click to expand...
Click to collapse
Sure if you want.
My rom is already supportive for mytouch already and we all devs need to join fo fixes, as I said before if you didnt port it dont post it, ugh here we go again!
we be way better to help out instead of making 10 more blur roms!
DRIZZY~
I'm using your previous version that you posted on Twitter. Do I have to wipe? And thanks to everyone that had a hand in this. If u need testers I have nothing but time lol.
Hello guys im trying for awhile to make a run some boot animation sound over the stock CM6 blue android that is comming as stock but i never get succes can somebody help me with this please
juancaperez2000 said:
Hello guys im trying for awhile to make a run some boot animation sound over the stock CM6 blue android that is comming as stock but i never get succes can somebody help me with this please
Click to expand...
Click to collapse
The solution is not for the faint of heart and will have to be reapplied with each nightly.
Add this to init.local.rc
Code:
###Bootsound - Safe to Delete: Start ###
service bootsound /system/bin/bootsound
user media
group audio
disabled
oneshot
on property:init.svc.bootanim=running # to correct timing
start bootsound
on property:dev.bootcomplete=1
stop bootsound
### Bootsound - Safe to Delete: End ###
Then make a new file called "bootsound" and push it to /system/bin
i.e. "adb push c:\path\to\bootsound /system/bin/bootsound"
Code:
#!/system/bin/sh
bprop=/system/build.prop
grepprop() { x=`grep "^$1=" $bprop | head -n 1`; echo $x | cut -d = -f 2; }
play=`grepprop "ro.config.play.bootsound"`
if [ "$play" = "1" ]; then
stagefright -a -o /data/local/android_audio.mp3
fi
exit 0
Issue the following commands:
Code:
adb remount
adb shell chmod 777 /system/bin/bootsound
adb shell chown root:shell /system/bin/bootsound
adb shell echo ro.config.play.bootsound=1 | cat >> /system/build.prop
Now put your startup sound, whatever MP3 it is, in /data/local with name android_audio.mp3 and it will be played at startup. You test it with an adb reboot. I flash nightlies on a regular basis so I stopped doing this as it's a PITA to constantly have to push changes each night. I like to flash + go.
'tuna
Wow...only question is would this work for for stable 6? And can I do it thru term emu
cubanjinx said:
Wow...only question is would this work for for stable 6? And can I do it thru term emu
Click to expand...
Click to collapse
As long as you have a way to edit the init file + create/edit the new bootsound file then yes it can be done via term emu. Should work with any/all versions of cm6. Obviously you'd omit the "adb shell" portion of the shell commands.
'tuna
spiicytuna said:
The solution is not for the faint of heart and will have to be reapplied with each nightly.
......
'tuna
Click to expand...
Click to collapse
Wow. One of the best answers I have ever seen around here.
spiicytuna said:
The solution is not for the faint of heart and will have to be reapplied with each nightly.
---------
Now put your startup sound, whatever MP3 it is, in /data/local with name android_audio.mp3 and it will be played at startup. You test it with an adb reboot. I flash nightlies on a regular basis so I stopped doing this as it's a PITA to constantly have to push changes each night. I like to flash + go.
'tuna
Click to expand...
Click to collapse
Wow. Not kidding with the "not for the faint of heart" part. I think I will live with no sound. Unless, I knew how the hell to use that code. Meh....
Will donate
Tuna or anyone else willing to walk me through this for a donation? Haha... I set up a whole mp3 for the boot to come to this road block. Also, for anyone reading, how can I change just the lock screen wallpaper on froyo. (Using plain black background right now and it makes the lockscreen a little too boring) Thanks.
has this been confirmed working on CM6 final? read some comments over at the cyanogenmod forum that this script was droid x phones, not the evo?
i'm going to give it a try tonight or tomorrow night, some questions
1)where is the init.local.rc file?
2)what kind of file should the bootsound file be? .txt file? no extension? ??
3) the code you put after saying to make the bootsound, does that mean that code is to be entered into adb or as the content of the bootsound file?
spiicytuna said:
The solution is not for the faint of heart and will have to be reapplied with each nightly.
'tuna
Click to expand...
Click to collapse
EDIT: tried it. edited the init.local.rc file using Notepad++. made the bootsound file using Notepad++ and in it put the code you have up there. no file extension. pushed it to the right directory, followed the adb commands. got an error in the last one (echo) saying it couldn't find the path (it's there though?).
put the android_audio.mp3 in /data/local....rebooted and no sound. no errors either, but no sound.
EDIT 2: thanks for your work spiciituna. apparently there was some mistake on my part. i ran a script that your code in it and now the boot sound works.
http://forum.cyanogenmod.com/topic/7433-bootanimations-audio/
I am still having no luck. :-( Can anyone enlighten me?
Sent from my PC36100 using XDA App
austinjay said:
I am still having no luck. :-( Can anyone enlighten me?
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
I was finally about to get it to work.
Here is the post with the flashable zip
http://forum.xda-developers.com/showthread.php?t=844414
juancaperez2000 said:
Hello guys im trying for awhile to make a run some boot animation sound over the stock CM6 blue android that is comming as stock but i never get succes can somebody help me with this please
Click to expand...
Click to collapse
if it's FroYo, then the directory has been moved to /system/customize/resource/. You reboot to clockworkmod -> mount system (partitions menu) -> reboot recovery (advanced menu) -> open cmd prompt in windows, cd to sdk\tools\ and run: "adb remount" -> then have the .wav file in the tools folder and run "adb push ATT_bootup.wav /system/customize/resource/" if it's an AT&T phone. Verizon phones use VZW_bootup.wav I am pretty sure & I'm not sure about the other ones.
So I,m having this issue CM 7.1.0 Wifi issue . In Iv tried this
"once you have the wlan_loader binary (you can unzip from the rc1 rom):
adb remount
adb push wlan_loader /system/bin
adb chmod 755 /system/bin/wlan_loader"
And also this
"I've got it!
Here is wlan_loader: h t t p://db.tt/jwdh4Izj (remove spaces)
Copy this to system/bin/
Then open terminal emulator and write: su.
Then write: chmod 755 /system/bin/wlan_loader ...... as said Diego.
Ok?"
But when i tried to use the comands in terminal i got some errors two different about adb not found or something like that (cant quote atm sorry) and figured that my system file is locked somehow. I tried to find a way around it and tried some -r remount commands (cant remember them exactly eather)
Anyhow it would be awesome if somone culd tell me how to solve this I read something about that it shuld be solved in some nightly build but I dont dare to change rom again atm. As u can gues Im new to this =P
Thx in advice
"
So now Iv finaly managed to get the wlan_loader into /bin but now when i type "chmod 755 /system/bin/wlan_loader" Still nothing back from terminal. Just an update if somone decided to help me ^^
Btw i found out that Iv posted this at the wrong place. Sorry for that, if possible pls move it