[ROM]CYANOGENMOD 11[4.4.4][UNOFFICIAL][Wiko Rainbow][Micromax A120][BETA 2]

Al3XKOoL

Inactive Recognized Developer
Mar 8, 2011
674
1,459
133
36
Tenerife (Canary Islands, Spain)
  • Like
Reactions: arvinquilao

arvinquilao

Senior Member
Jul 31, 2013
261
227
0
Manila
Thanks for the response. Did you also change some values in config.xml in overlay folder? I tried your suggestion, did another build, but the notification led just won't turn on anymore. With the previous liblight files the LED would light up when receiving a call, now it's completely dead. I don't intend to hijack your thread but my device has very little development support that's why I'm asking it here.
 

Al3XKOoL

Inactive Recognized Developer
Mar 8, 2011
674
1,459
133
36
Tenerife (Canary Islands, Spain)
Thanks for the response. Did you also change some values in config.xml in overlay folder? I tried your suggestion, did another build, but the notification led just won't turn on anymore. With the previous liblight files the LED would light up when receiving a call, now it's completely dead. I don't intend to hijack your thread but my device has very little development support that's why I'm asking it here.
Try first with light lib from my build.
If work then revert makefile.
Only keep lights.c from fire and test.
 
  • Like
Reactions: arvinquilao

arvinquilao

Senior Member
Jul 31, 2013
261
227
0
Manila
Try first with light lib from my build.
Notification LED fixed. :) I used mtk lights from Kingzone, and modified the config.xml in the overlay folder:

Code:
 <bool name="config_intrusiveNotificationLed">true</bool>
Code:
<bool name="config_intrusiveBatteryLed">true</bool>
Both values were set to "false" in your device tree. Again, thanks a lot for the help.
 

tandob

Senior Member
Mar 10, 2012
491
77
58
28
kolkata
when I try to flash this rom beta2 in my canvas 2 colors it shows its for rainbow your device is MTK.....
how to solve????????
I have Flashed wiko rainbow stock rom v13

---------- Post added at 05:58 PM ---------- Previous post was at 05:57 PM ----------

when I try to flash this rom beta2 in my canvas 2 colors it shows its for rainbow your device is MTK.....
how to solve????????
I have Flashed wiko rainbow stock rom v13
 

Al3XKOoL

Inactive Recognized Developer
Mar 8, 2011
674
1,459
133
36
Tenerife (Canary Islands, Spain)
when I try to flash this rom beta2 in my canvas 2 colors it shows its for rainbow your device is MTK.....
how to solve????????
I have Flashed wiko rainbow stock rom v13

---------- Post added at 05:58 PM ---------- Previous post was at 05:57 PM ----------

when I try to flash this rom beta2 in my canvas 2 colors it shows its for rainbow your device is MTK.....
how to solve????????
I have Flashed wiko rainbow stock rom v13
Flash recovery from this thread and then flash ROM.
 
  • Like
Reactions: tandob

tandob

Senior Member
Mar 10, 2012
491
77
58
28
kolkata
Notification LED fixed. :) I used mtk lights from Kingzone, and modified the config.xml in the overlay folder:

Code:
 <bool name="config_intrusiveNotificationLed">true</bool>
Code:
<bool name="config_intrusiveBatteryLed">true</bool>
Both values were set to "false" in your device tree. Again, thanks a lot for the help.
where to get ovarlay folder?
 

ZombieEsc

New member
Jul 14, 2015
1
0
0
Hi,
I installed CM11 on my Rainbow and everything I need works fine except that when I watch a HD-Video with apps like Youtube or a Twitch Stream it is either lagging strong or it just shows a blackscreen. :crying:
Is this problem known or is there even a fix for it? I would really like to know. :)
 

Al3XKOoL

Inactive Recognized Developer
Mar 8, 2011
674
1,459
133
36
Tenerife (Canary Islands, Spain)
Hi,
I installed CM11 on my Rainbow and everything I need works fine except that when I watch a HD-Video with apps like Youtube or a Twitch Stream it is either lagging strong or it just shows a blackscreen. :crying:
Is this problem known or is there even a fix for it? I would really like to know. :)
It's know problem. @fire855 is working to fix video enc, maybe this fix video dec.
For now we only can wait.
 

fagci

Member
Feb 3, 2012
13
1
0
Novosibirsk
repo init problem

@Al3XKOoL, according to github's instrctions, repo sync & envsetup process finished, but at
Code:
lunch cm_rainbow-eng
I have message about:
Code:
build/core/product_config.mk:234: *** Can not locate config makefile for product "cm_rainbow".  Stop.
Device rainbow not found. Attempting to retrieve device repository from CyanogenMod Github (http://github.com/CyanogenMod).
Repository for rainbow not found in the CyanogenMod Github repository list. If this is in error, you may need to manually add it to your local_manifests/roomservice.xml.
build/core/product_config.mk:234: *** Can not locate config makefile for product "cm_rainbow".  Stop.
What can I do next?
 

ariafan

Senior Member
Sep 19, 2014
245
518
0
Novosibirsk
@Al3XKOoL, according to github's instrctions, repo sync & envsetup process finished, but at
Code:
lunch cm_rainbow-eng
I have message about:
Code:
build/core/product_config.mk:234: *** Can not locate config makefile for product "cm_rainbow".  Stop.
Device rainbow not found. Attempting to retrieve device repository from CyanogenMod Github (http://github.com/CyanogenMod).
Repository for rainbow not found in the CyanogenMod Github repository list. If this is in error, you may need to manually add it to your local_manifests/roomservice.xml.
build/core/product_config.mk:234: *** Can not locate config makefile for product "cm_rainbow".  Stop.
What can I do next?
You should create vendorsetup.sh for using lunch
 

fagci

Member
Feb 3, 2012
13
1
0
Novosibirsk
You should create vendorsetup.sh for using lunch
Code:
[email protected]:~/cm12_dev$ cat vendor/rainbow/vendorsetup.sh 
add_lunch_combo cm_rainbow-eng
add_lunch_combo cm_rainbow-userdebug
add_lunch_combo cm_rainbow-user
[email protected]:~/cm12_dev$ source build/envsetup.sh 
including device/generic/mini-emulator-x86_64/vendorsetup.sh
including device/generic/mini-emulator-arm64/vendorsetup.sh
including device/generic/mini-emulator-mips/vendorsetup.sh
including device/generic/mini-emulator-armv7-a-neon/vendorsetup.sh
including device/generic/mini-emulator-x86/vendorsetup.sh
including vendor/rainbow/vendorsetup.sh
including vendor/cm/vendorsetup.sh
including sdk/bash_completion/adb.bash
including vendor/cm/bash_completion/git.bash
including vendor/cm/bash_completion/repo.bash
[email protected]:~/cm12_dev$ lunch cm_rainbow-eng
Grabbed, but no result anyway, produces same output =(
 

ariafan

Senior Member
Sep 19, 2014
245
518
0
Novosibirsk
Code:
[email protected]:~/cm12_dev$ cat vendor/rainbow/vendorsetup.sh 
add_lunch_combo cm_rainbow-eng
add_lunch_combo cm_rainbow-userdebug
add_lunch_combo cm_rainbow-user
[email protected]:~/cm12_dev$ source build/envsetup.sh 
including device/generic/mini-emulator-x86_64/vendorsetup.sh
including device/generic/mini-emulator-arm64/vendorsetup.sh
including device/generic/mini-emulator-mips/vendorsetup.sh
including device/generic/mini-emulator-armv7-a-neon/vendorsetup.sh
including device/generic/mini-emulator-x86/vendorsetup.sh
including vendor/rainbow/vendorsetup.sh
including vendor/cm/vendorsetup.sh
including sdk/bash_completion/adb.bash
including vendor/cm/bash_completion/git.bash
including vendor/cm/bash_completion/repo.bash
[email protected]:~/cm12_dev$ lunch cm_rainbow-eng
Grabbed, but no result anyway, produces same output =(
vendorsetup.sh should be in /device/wiko/rainbow
 
Our Apps
Get our official app!
The best way to access XDA on your phone
Nav Gestures
Add swipe gestures to any Android
One Handed Mode
Eases uses one hand with your phone