[ROM][RK3066/RK3188][SD/HD] Malaysk ROMs Android 4.4.4 for any yet known MTCB-Device

What is your unit?

  • RK3066 - 800X480

    Votes: 464 18.3%
  • RK3066 - 1024X600

    Votes: 215 8.5%
  • RK3188 - 800X480

    Votes: 480 18.9%
  • RK3188 - 1024X600

    Votes: 1,382 54.4%

  • Total voters
    2,541

R4D3N

Senior Member
Dec 23, 2008
174
38
0
Please help me, since the last version with FUSE I do not have WiFi neither 3G. In previous ROM without FUSE it was working perfect but now the WiFi does not turn on and the 3g does not connect. I tried installing an earlier version without FUSE but the problem remains....
 

markusmuster

Senior Member
Mar 5, 2008
94
12
0
Yes. One of the few advantages of living in Romania is the possibility to have a 3G or even 4G internet connection for as low as 5 euros/month, unlimited :)
I am using a Huawei WiFi modem to avoid 3G dongle compatibility issues.
I am envious. Believe me... ;) Have to pay at least 12€ for a ~1Gb 3G connection here in germany just for the cheapest distributor. ~45€ for unlimited 4G. Would not be too much surprised if it's the same carrier but just another country....
 

ravenrocha

Senior Member
Mar 1, 2008
251
34
0
Bluetooth ringtone

Hi all,
I'm trying to change the ring.mp3 from bluetooth application. I would really like to change the ringtone to another one I like. I delete this file in /mtc folder and put another ring.mp3 with my ringtone. I tested and it was fine. But as soon as I reboot the original ring.mp3 comes again. Anyone know how to permanently change the bluetooth ringtone?

Thanks!
 

Mr Bigglesworth

Senior Member
Jul 23, 2013
284
41
48
I.m wondering of someone have try OK Google. It open always a browser and after 1 search it crash.
Also texst to speak don't work how it supposed to. Are there solutions for this device?

I also testing open mic+ app (always listen ) but after one time open its make a random loop it's open and open and open
Hi, quite a few people have had trouble with Google search. I made a thread here http://forum.xda-developers.com/and...qa/google-app-google-search-question-t3356835 as I thought the detail was getting lost in this thread and it applies to more than just this ROM.

Please could you post your settings on that thread to help stimulate conversation on that thread, maybe try some other versions, maybe there is a solution out there!
 

xrapidx

Senior Member
Jan 23, 2006
398
24
0
Whats the app for automatically dimming the LCD based on time? I upgraded to the latest rom, and now my LCD doesn't dim anymore - I also can't find the app :/
TIA
 

americo silva

New member
Mar 18, 2015
4
0
21
multimidia quadcore tw-r16

:confused::confused:good ..alguem me help please,,, I made a wrong update on my radio and crashed the sound, not the sound radio,, and do not know what is the popis manufactures source MCU appears only a few numbers ,, someone please help me,, attached photos of the same, thank some help,

----------------------------------------------------------------------------------------------------------------------------------------

+[/QUOTE][email protected]
 
Last edited:

filegator

Senior Member
Dec 1, 2012
51
92
0
Houston
How to Change the Ringtone.

Hi all,
I'm trying to change the ring.mp3 from bluetooth application. I would really like to change the ringtone to another one I like. I delete this file in /mtc folder and put another ring.mp3 with my ringtone. I tested and it was fine. But as soon as I reboot the original ring.mp3 comes again. Anyone know how to permanently change the bluetooth ringtone?

Thanks!
DO IT AT YOUR OWN RIS !K
The source: 4pda.ru
The idea and the code belongs to: booroondook
Consulted by: Malaysk

I have successfully changed the ringtone on my HU:
JY-UQ124U, RK3188, 1024*600 with Malaysk ROM released at March 16.

Booroondok from 4pda.ru explained that the ringtone is embedded into the bootloader (boot.img) and it is impossible to change the ringtone on the fly.
He came up with the idea to substitute embedded ringtone to a customer mp3 file by editing startup script /system/etc/install-recovery.sh
Your ringtone file should be named myringtone.mp3 and placed into /mnt/internal_sd/Ringtones/

Then you have to add t the following code into /system/etc/install-recovery.sh

mount -o remount,rw /
cp /mnt/internal_sd/Ringtones/myringtone.mp3 /mtc/ring.mp3
chown 0.0 /mtc/ring.mp3
chmod 777 /mtc/ring.mp3
mount -o remount,ro /

I have the code inserted just above
###########################################################
nb=50
db=250
###########################################################

Check permissions of the edited install-recovery.sh file - should be 0755
Reboot the HU and enjoy your favorite ringtone.

Malaysk has warned me if somehow I'll I'll mess up install-recovery.sh script file, I'll loose root.
If this happened just reflash the ROM. NO WIPE, just update.
 
Last edited:

Roerbakeitje

Senior Member
Aug 8, 2015
577
65
0
It's like that okgoogle. Have some serious problems not only here. But also at a Samsung and other roms. I was thinking. Why not SVois from Samsung? the apk files are on this forum. Ore are there thinks on SVois that are really really bad.
Please your idea of SVois

Edit:there is also something like VLingo some are saying it's SVois I. M going to test both when I find the time to run to my car. (2 kids here)

Please share you opinion.
 
Last edited:

ravenrocha

Senior Member
Mar 1, 2008
251
34
0
DO IT AT YOUR OWN RIS !K
The source: 4pda.ru
The idea and the code belongs to: booroondook
Consulted by: Malaysk

I have successfully changed the ringtone on my HU:
JY-UQ124U, RK3188, 1024*600 with Malaysk ROM released at March 16.

Booroondok from 4pda.ru explained that the ringtone is embedded into the bootloader (boot.img) and it is impossible to change the ringtone on the fly.
He came up with the idea to substitute embedded ringtone to a customer mp3 file by editing startup script /system/etc/install-recovery.sh
Your ringtone file should be named myringtone.mp3 and placed into /mnt/internal_sd/Ringtones/

Then you have to add t the following code into /system/etc/install-recovery.sh

mount -o remount,rw /
cp /mnt/internal_sd/Ringtones/myringtone.mp3 /mtc/ring.mp3
chown 0.0 /mtc/ring.mp3
chmod 777 /mtc/ring.mp3
mount -o remount,ro /

I have the code inserted just above
###########################################################
nb=50
db=250
###########################################################

Check permissions of the edited install-recovery.sh file - should be 0755
Reboot the HU and enjoy your favorite ringtone.

Malaysk has warned me if somehow I'll I'll mess up install-recovery.sh script file, I'll loose root.
If this happened just reflash the ROM. NO WIPE, just update.
Thanks very much for your help!
 

bzxhms

Member
Jan 2, 2015
23
0
0
How to update

MTCWeather Updateed files attached

Yahoo - Прикрепленный файлMTCWeather_v-1.4.3-release.apk ( 743,49 КБ )

Yahoo, Foreca,OpenWeatherMap - Прикрепленный файлMTCWeather2_v-2.0.3b-beta.apk ( 1,98 МБ )

The Dark Sky Forecast - Прикрепленный файлMTCWeather3_v-3.0.6b-beta.apk ( 650,12 КБ )

This may be dumb question. How do I know which one to install and how to install?
Thanks for your help
 

R4D3N

Senior Member
Dec 23, 2008
174
38
0
@Malaysk

Please help me...Since the ROM with FUSE support I do not have WiFi or 3g...before FUSE it was working perfect now the WiFI will not turn on (it turns off automatically) and 3g does not connect
 

hans109h

Senior Member
Jan 16, 2015
221
45
48
@Malaysk

Please help me...Since the ROM with FUSE support I do not have WiFi or 3g...before FUSE it was working perfect now the WiFI will not turn on (it turns off automatically) and 3g does not connect
A couple questions: When you flashed the FUSE rom did you do a double wipe?

Have you reflashed a pre-FUSE malaysk rom to see if you get Wi-Fi and 3g back?

Have you reflashed a factory rom to see if Wi-Fi works?

My first suggestion if you haven't already is to flash the latest malaysk rom doing a complete wipe and see where that gets you.

---------- Post added at 01:14 AM ---------- Previous post was at 01:10 AM ----------

Do i run the file like an app or is it a copy into specific area?
They are apk files so open them in your favorite explorer and install them using an apk package installer. You might need to allow 3rd party apps in the settings, I don't recall the Malaysk default.