[Q&A] [ROM] [4.4.4] CyanogenMod 11.0 for Xiaomi Redmi 1S [Build R6] [09/10/14] - Xiaomi Redmi 1S

Q&A for [ROM] [4.4.4] CyanogenMod 11.0 for Xiaomi Redmi 1S [Build R6] [09/10/14]
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer. Thanks for understanding and for helping to keep XDA neat and tidy! :smile:

How to solve the Sound lags issue when playing via headphone ? It is very annoying.
Sent from my HM 1SW using XDA Premium 4 mobile app

anyone know why proximity sensor doesn't work on R6?

Arkaprovaz said:
How to solve the Sound lags issue when playing via headphone ? It is very annoying.
Sent from my HM 1SW using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Didn't understand. Could you please throw some more light on the ROM, is it music or video..??
Because no one else is facing this issue.
extreverse said:
anyone know why proximity sensor doesn't work on R6?
Click to expand...
Click to collapse
Brother, try mokee, its the most stable ROM out of all CM based ROMs. Even the sound is quite good there.
Regards
BOND

SuperDroid-BOND said:
Didn't understand. Could you please throw some more light on the ROM, is it music or video..??
Because no one else is facing this issue.
Regards
BOND
Click to expand...
Click to collapse
Having issue with music and sometimes video both. The sounds are cutting and playing a "buzz" sound every minute (I guess) . please try to solve this.
Sent from my HM 1SW using XDA Premium 4 mobile app

Mokee has proved to be best custom ROM from my personal experience....I've used cm11 , PA , miui but performance was best in mokee(even battery wise):thumbup::thumbup:
Sent from my HM 1SW using XDA Free mobile app

We fix sounds problems to R7

Kra1o5 said:
We fix sounds problems to R7
Click to expand...
Click to collapse
Thanks Mate! Waiting!

Kra1o5 said:
We fix sounds problems to R7
Click to expand...
Click to collapse
Wow... @Kra1o5 you're the man... [emoji7]
Loved your work on Y300 and now Rocks on Armani [emoji8]
Good Luck

Kra1o5 said:
We fix sounds problems to R7
Click to expand...
Click to collapse
You are the developer of CM11 for Redmi 1s. Please make a thread in orig-dev section. All the best!

Shahi00 said:
Wow... @Kra1o5 you're the man... [emoji7]
Loved your work on Y300 and now Rocks on Armani [emoji8]
Good Luck
Click to expand...
Click to collapse
Thanks but not only my work here.
pgreed said:
You are the developer of CM11 for Redmi 1s. Please make a thread in orig-dev section. All the best!
Click to expand...
Click to collapse
Yes, Im one of the two CM11 developers for Redmi 1S.
jsevi83 a.k.a fefifofum is the other developer.
Greetings

Kra1o5 said:
We fix sounds problems to R7
Click to expand...
Click to collapse
Omg, really incredible.

not able to see recovery
after i installed the unofficial version of cm11 on my redmi 1s. I found that I am not able to see the CWM recovery on my phone. when i boot into recovery mode the xiaomi's boot time logo (written mi, mi.com in white on black background) hides the recovery.(since when i did random operarions using power,volume buttons i found that my /data partition was wiped so that means recovery boot is working i am not able to ee recovery screen). can any one help me????

Android Lollipop request.
Kra1o5 said:
Thanks but not only my work here.
Yes, Im one of the two CM11 developers for Redmi 1S.
jsevi83 a.k.a fefifofum is the other developer.
Greetings
Click to expand...
Click to collapse
I am happy and proud owner of redmi1s. Your custom ROM mean everything to me. The only reason this phone is lag free means because of you guys. Thanks billion times. Currently running Mokee btw(would give more than 2month testing period of each rom). I am going to test CM11 soon. A small request bro. Please support this device with Lollipop once it possible. thanks for the awesome afford.

Bluetooth
bluetooth fix download isn't working...what do i do?

Sound Config
In stock rom (MIUI) I could increase volume by tweaking files at /system/etc/snd_soc_msn (snd_soc_msm_Tapan, snd_soc_msm_TapanLite, snd_soc_msm_TapanLite_SKUF, snd_soc_msm_Tapan_SKUF) but in cm-11-20141201-UNOFFICIAL-armani that folder is not present.
I think It has something to do with android_hardware_qcom_audio and libalsa-intf.
Is this missing for any missconfiguration on build?
Can It be enabled?
Should it work (as driver should be enabled but not custom config files were provided on build) if I simply add the folder with my tweaked files from original MIUI rom?
Thanks for your help.

rubensa said:
In stock rom (MIUI) I could increase volume by tweaking files at /system/etc/snd_soc_msn (snd_soc_msm_Tapan, snd_soc_msm_TapanLite, snd_soc_msm_TapanLite_SKUF, snd_soc_msm_Tapan_SKUF) but in cm-11-20141201-UNOFFICIAL-armani that folder is not present.
I think It has something to do with android_hardware_qcom_audio and libalsa-intf.
Is this missing for any missconfiguration on build?
Can It be enabled?
Should it work (as driver should be enabled but not custom config files were provided on build) if I simply add the folder with my tweaked files from original MIUI rom?
Thanks for your help.
Click to expand...
Click to collapse
I think snd_soc_msm_Tapan, snd_soc_msm_TapanLite, snd_soc_msm_TapanLite_SKUF, snd_soc_msm_Tapan_SKUF should be placed on configs folder and device.mk should change from:
Code:
...
# Audio configuration
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/audio_effects.conf:system/vendor/etc/audio_effects.conf \
$(LOCAL_PATH)/configs/audio_policy.conf:system/etc/audio_policy.conf \
$(LOCAL_PATH)/configs/mixer_paths.xml:system/etc/mixer_paths.xml
...
to:
Code:
...
# Audio configuration
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/audio_effects.conf:system/vendor/etc/audio_effects.conf \
$(LOCAL_PATH)/configs/audio_policy.conf:system/etc/audio_policy.conf \
$(LOCAL_PATH)/configs/mixer_paths.xml:system/etc/mixer_paths.xml
$(LOCAL_PATH)/configs/mixer_paths.xml:system/etc/snd_soc_msm_Tapan
$(LOCAL_PATH)/configs/mixer_paths.xml:system/etc/snd_soc_msm_TapanLite
$(LOCAL_PATH)/configs/mixer_paths.xml:system/etc/snd_soc_msm_TapanLite_SKUF
$(LOCAL_PATH)/configs/mixer_paths.xml:system/etc/snd_soc_msm_Tapan_SKUF
...
NOTE: I've attached original MIUI ROM files

rubensa said:
I think snd_soc_msm_Tapan, snd_soc_msm_TapanLite, snd_soc_msm_TapanLite_SKUF, snd_soc_msm_Tapan_SKUF should be placed on configs folder and device.mk should change from:
Code:
...
# Audio configuration
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/audio_effects.conf:system/vendor/etc/audio_effects.conf \
$(LOCAL_PATH)/configs/audio_policy.conf:system/etc/audio_policy.conf \
$(LOCAL_PATH)/configs/mixer_paths.xml:system/etc/mixer_paths.xml
...
to:
Code:
...
# Audio configuration
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/audio_effects.conf:system/vendor/etc/audio_effects.conf \
$(LOCAL_PATH)/configs/audio_policy.conf:system/etc/audio_policy.conf \
$(LOCAL_PATH)/configs/mixer_paths.xml:system/etc/mixer_paths.xml
$(LOCAL_PATH)/configs/mixer_paths.xml:system/etc/snd_soc_msm_Tapan
$(LOCAL_PATH)/configs/mixer_paths.xml:system/etc/snd_soc_msm_TapanLite
$(LOCAL_PATH)/configs/mixer_paths.xml:system/etc/snd_soc_msm_TapanLite_SKUF
$(LOCAL_PATH)/configs/mixer_paths.xml:system/etc/snd_soc_msm_Tapan_SKUF
...
NOTE: I've attached original MIUI ROM files
Click to expand...
Click to collapse
It's also possible that device.mk should change from:
Code:
...
# Audio
PRODUCT_PACKAGES += \
audio.primary.msm8226 \
audio_policy.msm8226 \
audio.a2dp.default \
audio.r_submix.default \
audio.usb.default
...
to:
Code:
...
# Audio
PRODUCT_PACKAGES += \
audio.primary.msm8226 \
audio_policy.msm8226 \
audio.a2dp.default \
audio.r_submix.default \
audio.usb.default \
alsa.msm8226 \
libalsa-intf
...

WiFi direct does NOT work! It only connects to the other devices but can't share the files. I think itz the problem with all the CM 11 ROMs...
Anyways, any help would be welcome...
Sent from my HM 1S using XDA Free mobile app

rubensa said:
It's also possible that device.mk should change from:
Code:
...
# Audio
PRODUCT_PACKAGES += \
audio.primary.msm8226 \
audio_policy.msm8226 \
audio.a2dp.default \
audio.r_submix.default \
audio.usb.default
...
to:
Code:
...
# Audio
PRODUCT_PACKAGES += \
audio.primary.msm8226 \
audio_policy.msm8226 \
audio.a2dp.default \
audio.r_submix.default \
audio.usb.default \
alsa.msm8226 \
libalsa-intf
...
Click to expand...
Click to collapse
As an alternative workaround to increase speaker sound volume, you can edit mixer_paths.xml setting <ctl name="RX4 Digital Volume" value="93" /> on <path name="speaker">. See my pull request here.

Related

Samsung android GIT repository

GIT repository for Samsung Galaxy S source code
git://opensource.samsung.com/p_118
Check here:
https://opensource.samsung.com/guest/listMyCommunity.do
Great notice
With source code, can we use the tv-out in CyanogenMod?
good news
ProgMaq said:
Great notice
With source code, can we use the tv-out in CyanogenMod?
Click to expand...
Click to collapse
CyanogenMod itself does not support tv out, I'm pretty sure it's working within the kernel just nothing you can do to put it to use.
PaulForde said:
CyanogenMod itself does not support tv out, I'm pretty sure it's working within the kernel just nothing you can do to put it to use.
Click to expand...
Click to collapse
Nope, they cannot implement it, impossible to reverse engineer, or something like that.
Sent from my Galaxy S using XDA Premium App
siky_dude said:
Nope, they cannot implement it, impossible to reverse engineer, or something like that.
Sent from my Galaxy S using XDA Premium App
Click to expand...
Click to collapse
Fair enough.
So whats in the GIT? I suppose nobody knows without cloning the repository? Is there all the driver sources to make a full android build or not?
Edit: From browsing....
How to build
1. Get android open source.
: version info - Android gingerbread 2.3.4
2. Overwrite modules that you want to build.
3. Add the following lines at the end of build/target/board/generic/BoardConfig.mk
BOARD_HAVE_BLUETOOTH := true
BOARD_HAVE_BLUETOOTH_BCM_BTLA := true
BOARD_HAVE_BLUETOOTH_BCM := true
BT_ALT_STACK := true
BRCM_BT_USE_BTL_IF := true
BRCM_BTL_INCLUDE_A2DP := true
BOARD_USES_ALSA_AUDIO := true
4. Write the following lines into build/core/user_tags.mk so that add these modules.
ip \
libasound \
4. make
- ./build.sh user
Click to expand...
Click to collapse
this not help kernel masters???
its the same incomplete source as before, but only it was posted on git, nothing new
Tv out Cynaogen Mod platy pus kernel?
Sent from my GT-I9000 using XDA App
Jamirobe said:
Tv out Cynaogen Mod platy pus kernel?
Sent from my GT-I9000 using XDA App
Click to expand...
Click to collapse
so, you like trolling, don`t you?
well, unsuccessful troll is unsuccessful, just so you know.

{ZL}[WORKSHOP] - AOSP - Android 4.3 - sonyxperiadev Project

Workshop thread for Google AOSP for Xperia ZL
If you want to have AOSP for Xperia ZL like Xperia Z. Then let's start working
To use any custom software you have to unlock bootloader following sony guide
Thanks to
Sony for providing us the chance to have official AOSP support
All developers that work or worked on android making a dream become reality
FXP - for OP design
jredestig - for all help thru IRC and Google Hangouts
pabx - for GApps on AOSP builds
Let's Start By Setting Up Work Environment - Follow this
Follow all steps till
cd ~/android
Then we will init AOSP repo instead of AOKP
since we want to use AOSP software we will init master branch (default)
repo init -u https://android.googlesource.com/platform/manifest
Then let's sync up
repo sync -jthread_number
* Thread number can speedup download if you have an good internet connection
* It can take a while even on a 100mbps connection so Patience is the key
Once you have completely sync'd to the AOSP we need to add device/manufacture specific files to compile for our ZL
Copy the attached file to root of you build directory
Code:
cd .repo && mkdir local_manifests && cd local_manifests && curl https://gist.github.com/Mithun46/6100476/raw/42c2c29a0006eb3eb0b65a53c901ced219e04489/gistfile1.txt >> roomservice.xml && cd ../../
Sync again to get sony repos
Code:
repo sync -jthread_number
Get sony vendor blobs and unpack them in root of your build directory : BLOB_LINK
You should now have directories named vendor/sony/lagan and vendor/sony/c6503 in your tree.
After That, Let's Build
Code:
[B]. build/envsetup.sh[/B]
[B]lunch[/B] <enter> Chose your device number and press enter
[B]make -j<cpu thread number>[/B] Now go out and have some drinks and fun. Build might finish in 5min - 1 day depending on PC
[B]for file in *.img; do echo "$file"; done[/B] Will Show all android images that are compiled
Progress
Won't Build till the vendor blobs are corrected - Errors
Temporary Workarround
Edit the file vendor/sony/c6503/c6503-vendor.mk
And remove the line "$(call inherit-product, vendor/qcom/lagan/lagan-partial.mk)" from it
A build after that can give you fresh working AOSP for Xperia ZL
How to install
Download the respective files from here and extract them, After that do the following
Code:
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash userdata data.img
NOTE: The system.img does not include Gapps - You can either install them manually or use pabx's handy .tgz file to do it automatically
4.3 Builds: Click Here!
4.2 Builds: Click Here!
To Install GApps
Download the Gapps for your build and execute the below commands
- For 4.3
Code:
adb push gapps.yuga43_shaky.tgz /sdcard/
- For 4.2
Code:
adb push gapps.yuga.tgz /sdcard/
Code:
adb reboot
So what's the status of AOSP for the ZL?
devilsshadow said:
So what's the status of AOSP for the ZL?
Click to expand...
Click to collapse
They are done. All ready , even builds are posted
EDIT: 21-7-13 build posted with all latest changes from Google's AOSP
Nice.. Thank you
Enviado de meu C6503 usando o Tapatalk 2
Guys am building Android 4.3 AOSP for the ZL
EDIT: Guys builded and uploaded. 25-7-13 build is AOSP 4.3
Be aware that this is completely a dev preview
Sent from my GT-P7300 using Tapatalk 4 Beta
mithun46 said:
Guys am building Android 4.3 AOSP for the ZL
EDIT: Guys builded and uploaded. 25-7-13 build is AOSP 4.3
Be aware that this is completely a dev preview
Sent from my GT-P7300 using Tapatalk 4 Beta
Click to expand...
Click to collapse
Baseband and bluetooth seem to be broken on my 6506. Just a heads up! Unless i did something wrong, which is always a possibility , maybe a new radio is needed or smt...
jug6ernaut said:
Baseband and bluetooth seem to be broken on my 6506. Just a heads up! Unless i did something wrong, which is always a possibility , maybe a new radio is needed or smt...
Click to expand...
Click to collapse
They will be Brocken brother. Its only hours since AOSP source released. I will talk to jredestig
I think a new kernel can help fix this .
Sent from my GT-P7300 using Tapatalk 4 Beta
I'll be happy to help test this too! I PMd you my Google Hangouts ID already mithun. This is exciting!
havanahjoe said:
I'll be happy to help test this too! I PMd you my Google Hangouts ID already mithun. This is exciting!
Click to expand...
Click to collapse
I invited you to my hangout . But you are not replying.
Guys a idea. Let's make a hangout with all xperia zl users and devs
Sent from my GT-P7300 using Tapatalk 4 Beta
mithun46 said:
I invited you to my hangout . But you are not replying.
Guys a idea. Let's make a hangout with all xperia zl users and devs
Sent from my GT-P7300 using Tapatalk 4 Beta
Click to expand...
Click to collapse
You did?? How rude of me! I never got a notification and don't see an invitation. I'll make sure I sent you the right ID
ID is correct, not sure what happened. PM me yours and I can send you a message.
mithun46 said:
They will be Brocken brother. Its only hours since AOSP source released. I will talk to jredestig
I think a new kernel can help fix this .
Sent from my GT-P7300 using Tapatalk 4 Beta
Click to expand...
Click to collapse
Aye just making everyone aware . & yea i concur, in Sony's AOSP announcement regarding 4.3 they mentioned kernel changes. So your probably correct on that.
I tried to build mine but since I such a newbie using Ubuntu I gave up (getting errors, as I don't know where to paste the sonyxperiadev.xml.zip files, it kept getting no such files found), so I gonna watch this thread instead.
nX3NTY said:
I tried to build mine but since I such a newbie using Ubuntu I gave up (getting errors, as I don't know where to paste the sonyxperiadev.xml.zip files, it kept getting no such files found), so I gonna watch this thread instead.
Click to expand...
Click to collapse
Wait I will update thread when am free for a user friendly building
Sent from my GT-P7300 using Tapatalk 4 Beta
mithun46 said:
Wait I will update thread when am free for a user friendly building
Sent from my GT-P7300 using Tapatalk 4 Beta
Click to expand...
Click to collapse
Thanks buddy really appreciate your work :good:
New Build Uploaded : 29-7-13
And All Changes till date are there also cleaned the build guide
add me on google hangouts pls
my gmail is [email protected] add me on hangouts since i own the xperia zl and have been wanting to hack it but dont understand how to. this is all new to me. im used to lg and htc.
dragonmhawk said:
my gmail is [email protected] add me on hangouts since i own the xperia zl and have been wanting to hack it but dont understand how to. this is all new to me. im used to lg and htc.
Click to expand...
Click to collapse
Check hangouts
EDIT: New build uploaded with lots of changes
EDIT: Cleaned install guide with ability to install GApps too

[Rom closed] [JB / CM10] [Horse Rider]Vodafone 858 and huawei u8180.[Android 4.1]

Horse Rider rom JB edition. v1.0
.
. . .......\’,|;\-,.¸ .¸
. . . . ¸,’ ¸,. . ¸ `-,”~
. . . . ) . ‘”¨ . .):. .`-,;
. . .,-’ , , , , ,-‘;:.. . .`-¸;:.
. . (. ,•¸,-~’¨|;;;::.. .. . “-,;
.
Don't expect miracles.Our phone dosen't have at least the minimam requires for Jellybean.
.
V1.0 is a prevew build
.
I'm working on this rom because most people like to get the taste of latest android os.
.
Test the rom and post the bugs that you find.
.
If you can help me to improve this rom please pm me.
.
v1.0
.
Working
Boot
Wifi
Bluetooth
All sensors
Making calls & sms.
RIL (2G&3G) Mobile data.
Camera taking photos (video recoding may work)
Gallery
Launcher
Audio and DSP manager.
Video playback.(only sw mode)
Lockscreen
Touchscreen (multitouch up to 2 points)
Taking screenshots.
other...
.
Broken/Bugs
No app prevew in task manager.
Taking screenshots
Slower than cm7 roms.
Long boot time.
Other-testing needed.
.
Fixed things
* Audio player now works.
* Scorlling is more smoother.
* Holo launcher HD added.
* Screenshot works.[ Using a app ]
***
.
Its better if you can use swaper 2 ,ramexpander or a app like that to get better perfomance.
(Rom is still not ready for hevy usage.)
´
Credits:
• thejaimes111 for lending his old
projectto me.
• psike83 for cm10 sources .
• Me for spending time with this project.
.
▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
Please kindly press the thank button if you like/download this rom.
.
Thanks are very helpful to me to continue on dev works for huawei u8160/80.
.
Also try this
▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓​
Downloads & Install guide !!!
Backup your current rom(just in case)
\/
\/
\/
Wipe all data.
\/
\/
\/
••Download this 01) zip bellow and
flash through recovery
\/
\/
\/
01) No rom files
\/
\/
\/
••Download this 02) zip put in to sd.Boot the
phone, extract 02)zip using file manager
and install all the apks as normal.
[Do not flash in recovery/not flashable]
\/
\/
\/
02)- No longer working
\/
\/
\/
And you are done !!!
.
You can use AppExtractor.apk to
restore your apps and data from your old
rom's cwm backup.(works cm7 cm9 cm10)
.
(First boot may take about 5~20 min)
.
All thanks are wormly welcomed !!!
.
.
Media scanner may not work try rebooting phone,rescan media root app or re flash the rom.
.
or
.
Go to
system settings-developer options-launch tools-media provider-scan sdcard
.
or you can use a file manager or ttpod to play music.
this looks really good
cant wait for release
Sent from my U8160 using xda premium
pikakai said:
this looks really good
cant wait for release
Sent from my U8160 using xda premium
Click to expand...
Click to collapse
Yes.rom will be awable tomorrow night [17th]
also there are many bugs in the rom tryig to fix them as much as i can
mrcham said:
Yes.rom will be awable tomorrow night [17th]
also there are many bugs in the rom tryig to fix them as much as i can
Click to expand...
Click to collapse
im sure this will be a perfect rom and i wish u the best for fixing bugs and optimising
Sent from my U8160 using xda premium
Uploading the rom. It .may take an hour or two
thank to my hi speed network provider.(lol)
As I told there are many bugs but it works
In the next v2.0 many will be fixed
I'm glad you continue it for me
Good luck !
Enviado desde mi Nexus 7 usando Tapatalk 4
thejaimes111 said:
I'm glad you continue it for me
Good luck !
Enviado desde mi Nexus 7 usando Tapatalk 4
Click to expand...
Click to collapse
Thank to you !
do you intend to optimise the performance of this rom? remember copybit does not work on cm10 so it will be harder to get a smooth ui but i wish u all the best luck to get this rom fast
Sent from my U8160 using xda premium
pikakai said:
do you intend to optimise the performance of this rom? remember copybit does not work on cm10 so it will be harder to get a smooth ui but i wish u all the best luck to get this rom fast
Sent from my U8160 using xda premium
Click to expand...
Click to collapse
working on them and asked asked help form few devs also !
mrcham said:
working on them and asked asked help form few devs also !
Click to expand...
Click to collapse
ok ive downloaded rom and im gonna flash it now
Sent from my U8160 using xda premium
I'll do a few modifications to the build later, its 1:47am xD
Cake...
so i tried it and its alot faster than i thought but i came accross some problems. ringtones and notifications dont work and apollo (from zip file) froze everytime i tried to play an mp3. mx player playback (on sw) is slow and laggy, cm10 theme cause settings to force close and once it froze and rebooted on me. i hope u can fix these bugs
Sent from my U8160 using xda premium
pikakai said:
so i tried it and its alot faster than i thought but i came accross some problems. ringtones and notifications dont work and apollo (from zip file) froze everytime i tried to play an mp3. mx player playback (on sw) is slow and laggy, cm10 theme cause settings to force close and once it froze and rebooted on me. i hope u can fix these bugs
Sent from my U8160 using xda premium
Click to expand...
Click to collapse
.
As i think If all the devs get to gether and try to fix a single good rom (cm9 or cm10 what ever) it would be a great succes .That why ask help fom dev.
.
Yes fixing them is hard because there is no hardwear gpu.
xda member sadiq23 is helping me to fix the video playback bug.it may be a success
Cm9 was also a lot buggy than now so we may be able to improve cm10 also.
This is my holiday seson so i can play more with the rom.
.
tones works you have to put the wanted sounds to the Folder "Notifications" in sdcard
mrcham said:
Yes fixing them is hard because there is no hardwear gpu.
xda member sadiq23 is helping me to fix the video playback bug.it may be a success
Cm9 was also a lot buggy than now so we may be able to improve cm10 also.
This is my holiday seson so i can play more with the rom.
.
tones works you have to put the wanted sounds to the Folder "Notifications" in sdcard
Click to expand...
Click to collapse
no the notifications are there but when i select a notification (so that the notification is preview it either crashes settings or doesnt play it. i think sound doesnt work.properly on this rom. some people on the jaimes rom were complaining sound wasnt working
Sent from my U8160 using xda premium
pikakai said:
no the notifications are there but when i select a notification (so that the notification is preview it either crashes settings or doesnt play it. i think sound doesnt work.properly on this rom. some people on the jaimes rom were complaining sound wasnt working
Sent from my U8160 using xda premium
Click to expand...
Click to collapse
ya but i was able to play songs through the file manager.
I will test and hoping to give a good news.
also please could u remove the advertisment from the file manager it makes the rom look unproffessional and might annoy some users. same with horse rider cm7
Sent from my U8160 using xda premium
pikakai said:
also please could u remove the advertisment from the file manager it makes the rom look unproffessional and might annoy some users. same with horse rider cm7
Sent from my U8160 using xda premium
Click to expand...
Click to collapse
no i can't change the ad because fo is a marcket app .ill add oficel cm file manager.
you could try including total comander on horse rider cm7 and cm10 its a good file manager. alberto96 includes it with his roms now.
Sent from my U8160 using xda premium
I've done under the screen modifications (performance) I've edited your build.prop and fixed up some silly stuff.
I also changed some strings so the commands implemented to the ROM itself would go according to the lines.
Cake...

Galaxy W [GT-18150] Low Ram Memory Handling

While surfing the internet i found this amazing codes that helps low memory devices (512mb ram) like our galaxy wonder to handle the memory smoothly to a certain limit. This does'nt means their will be a overall performance boost,but the available memory will be handled smoothly.
I just experimented it in my galaxy w running [ROM][JB 4.2.2][CM10.1] BEAN KAT 4.4 Mod with [KERNEL][CWM 6.0.4.5][CM10.1][3.4] Skull Kernel - v1.9 .
Now the lags have been significantly reduced, literally no lags at all.
This is not only for cm 10.1,you can also try with other cm versions and stock kernels also and share your experience.
Note : use applications like advanced task manager to view the ram memory.
I also suggest to use custom kernels with High Memory Support,because it gives more ram for our device.
Add these lines to build.prop and save it.
Code:
PRODUCT_PROPERTY_OVERRIDES += ro.config.low_ram=true
Code:
PRODUCT_PROPERTY_OVERRIDES += dalvik.vm.jit.codecachesize=0
Extract the zip "framework.config" attached below and place the extracted .xml file in the folder named framework.
path: /system/framework.
In addition,i have also changed this in build.prop
#Reduce total number of background apps (from 10 to 5)
Code:
sys.mem.max_hidden_apps=5
if it is not there,you can add it.
Flashable.zip for Bean Kat user
Thanks for this, btw I've made flashable zip base on @theloneseeker lines, but only for Bean Kat user ( Only for Bean Kat v1, v2, v3, do not use it in Bean Kat Final Eol )
The zip include :
1. Build prop tweak
- Swap SD card
- sys.mem.max_hidden_apps=5
- PRODUCT_PROPERTY_OVERRIDES += ro.config.low_ram=true
- PRODUCT_PROPERTY_OVERRIDES += dalvik.vm.jit.codecachesize=0
2. framework_config.xml
download attached file, and flash from CWM -Wipe cache - install it - reboot , done
credit to @theloneseeker & @ali7557
Nice! I think it might be compatible with other 4.2 ROMS too Who wants to give it a try and report back?
EDIT: This is crazy i think but will it work?
How about pulling-out the file Build.prop and modify it on PC.
add:
- PRODUCT_PROPERTY_OVERRIDES += ro.config.low_ram=true
- PRODUCT_PROPERTY_OVERRIDES += dalvik.vm.jit.codecachesize=0
remove:
- Swap SD card (don't need)
- sys.mem.max_hidden_apps=5 (already set)
extract your .zip> replace Build.prop with the one i modified>zip it back>flash
yeepp :good:
dec0der said:
extract your .zip> replace Build.prop with the one i modified>zip it back>flash
Click to expand...
Click to collapse
Thnx
oke here is mine ,
after using this tweak & removing Apps I don't need in Bean Kat roms ( stock kernel ), no task killer.apps
apps removed :
Books.apk, CMFileManager.apk, com.google.android.apps.docs-1.apk, GenieWidget.apk, GoogleEarth.apk, HoloSpiralWallpaper.apk, Keep.apk, Magazines.apk, Mms.apk, PlayGames.apk, QuickOffice.apk, Talk.apk, Videos.apk, VoiceDialer.apk, VoicePlus.apk, Wallet.apk, YouTube.apk,
Adi Aisiteru Reborn said:
apps removed :
Books.apk, CMFileManager.apk, com.google.android.apps.docs-1.apk, GenieWidget.apk, GoogleEarth.apk, HoloSpiralWallpaper.apk, Keep.apk, Magazines.apk, Mms.apk, PlayGames.apk, QuickOffice.apk, Talk.apk, Videos.apk, VoiceDialer.apk, VoicePlus.apk, Wallet.apk, YouTube.apk,
Click to expand...
Click to collapse
what app do you use to remove those? i can only see an option to disable, not uninstall.
gvmsia said:
what app do you use to remove those? i can only see an option to disable, not uninstall.
Click to expand...
Click to collapse
I use root explorer app to remove not needed apps/ apk files. You can access those apk files at /system/app folder
i installed Bean-Kat_Tweak.zip. after reboot i get message popup from evernote. which do i pick?
Sorry , what is that Evernote ?
GT-I8150
Adi Aisiteru Reborn said:
Sorry , what is that Evernote ?
GT-I8150
Click to expand...
Click to collapse
its like Google Keep. I use it to create notes (text, audio, photos etc)
gvmsia said:
its like Google Keep. I use it to create notes (text, audio, photos etc)
Click to expand...
Click to collapse
ok, the message says that your storage to save that app file has changed, means that your sd card been swaped , bcose my zip will swap your storage , sd card 0 become 1 , so know will be saved in your external sd..
I think bcose it has new place to save it you must continue to re-configure your account but am not sure, never use that app before
Adi Aisiteru Reborn said:
Thanks for this, btw I've made flashable zip base on @theloneseeker lines, but only for Bean Kat user
The zip include :
1. Build prop tweak
- Swap SD card
- sys.mem.max_hidden_apps=5
- PRODUCT_PROPERTY_OVERRIDES += ro.config.low_ram=true
- PRODUCT_PROPERTY_OVERRIDES += dalvik.vm.jit.codecachesize=0
2. framework_config.xml
download attached file, and flash from CWM -Wipe cache - install it - reboot , done
credit to @theloneseeker & @ali7557
Click to expand...
Click to collapse
Thanks and HighFive for @AdiaisiteruReborn for making this flashable zip. Good work buddy...
Sent from my GT-I8150 using XDA Premium 4 mobile app
I have the Bean Kat rom with Operation Killjoy, can I install this tweak together ?
Thanks Adi and loneseeker
Redwraith96 said:
I have the Bean Kat rom with Operation Killjoy, can I install this tweak together ?
Thanks Adi and loneseeker
Click to expand...
Click to collapse
you can try it. but i dont know how much it will help you.you are always welcome to report back after trying it.
No lag .. With this tweaks.. Testing..
With bean kat rom [email protected] aisiteru reborn + [4.2.2][Madridii][3.4.66][V 2.7][370] + the tweak above + turbo boost 250 mb data swap with swappiness 40 + removing unwanted gapps, I got this.
Note: no greenify and task killer.
Sent from my GT-I8150 using XDA Premium 4 mobile app
About this, just for the info:
Extract the zip "framework.config" attached below and place the extracted .xml file in the folder named framework.
path: /system/framework.
Click to expand...
Click to collapse
Is there a need to change the permission after putting the file?
theloneseeker said:
With bean kat rom [email protected] aisiteru reborn + [4.2.2][Madridii][3.4.66][V 2.7][370] + the tweak above + turbo boost 250 mb data swap with swappiness 40 + removing unwanted gapps, I got this.
Note: no greenify and task killer.
Sent from my GT-I8150 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
How did you install the turbo boost? Using aroma? or just cwm?
speedfreak007 said:
How did you install the turbo boost? Using aroma? or just cwm?
Click to expand...
Click to collapse
Using aroma.
Sent from my GT-I8150 using XDA Premium 4 mobile app

DIRTY-UNICORN-for Honor3c(H30-U10 by Syed Hassan

DIRTY-UNICORN By Syed Hassan
Intro:
Dirty Unicorns is a project that started out with no name. It was a project that was first based off AOKP back in the early days of Jelly Bean. In the early days -- it was just a one man show on one device, the EVO 3D. Since then, many others have joined the project and it has grown exponentially.
We have seen a lot of talent contribute to this project of ours. Big or small, the focus was always on contributing to the community. That is ultimately why we do what we do. After Jelly Bean, we decided to move to a new base, OmniROM. While AOKP was fun, OmniROM proved to be even more exciting base because it challenged us to see what we could do with a project that had different goals in mind. We learned a lot and gained contributors in the process. With Lollipop, we moved to an AOSP base with a lot of patches from CAF to make our older devices function as they should. We grew further with experience and learned a lot more along the way.
It has been an awesome learning experience and it's still not over! We are still learning, striving to grow each day, and continuing to move forward. Lastly, weDO NOT accept, nor ask, for donations. We do not believe in that. Everything that is necessary to keep this project going comes out of our own pocket. Gerrit, Jenkins, Websites, Devices, etc. We will never ask for a dime. All that we do ask is that you have patience, search for answers prior to posting, read, and try to enjoy the process with us!!
Rom Download Link:
https://mega.nz/#!VR4DDK5S!-lreT91FqmoJlED7subG7WP9n2doXamEHxAkJE-j-EQ
Google Apps includded/No need to flash google apps separately
Installation Instructions:
> Before any modifications please take a nandroid backup of your phone so you can revert it in case anything goes wrong
> Go to recovery and wipe all partitions except SD card
>got to mount and unmount system partition(important)
> then Flash the Rom zip
#No need to Flash Boot.img(Separately)
What's Working :-
> Camera working
> Video rec working via Camu app
> No Need to reboot for apps to apear in app drawer
> Hotspot Fixed
> BT Fixed
> FM fixed
> GPS fixed
> Data working
> 1080p playback in gallery fixed
> youtube 720p fixed
> youtube live playback fixed
> No Sim fixed
> No Network drop found
> USSD Fixed
> Autorotation Fixed
> All sensors working
> After Reboot QuickSetiings Too
> Rest Are As CM13
> Too many features
> GPS fixed completely
>2g/3g Switch
Bugs :-
VPN
Please Hit Thanks button if you like and support my work:
Changelogs :- (Nov 2016)
> Upstreamed to r74
> Nov 2016 Security Patch Level
> Camera fc after few clicks fixed
> Inverted video recording issues fixed
> New FM app added and working
> playback issues in gallery fixed
> fixed ril and USSD directly from source
> google sync due to old stagefright is fixed
> Offine Charging Animation fixed
> Fixed Carrier Name instead of Number
> Improved Performance
> Added Stock Power Profiles
> Improved Battery Backup
> Added Ambient Display by Default ( check last screenrecord )
> Fixed Xposed in release 74 (r74 contains whitelisting which causes bootloop if any extra app is added which is not mentioned in white list)
> Fixed all UI lags
> Added MultiUser UI
>Added Dolby Atmos
>Xposed Active
Credits :-
hassanjavaid8181
Tirth Patel
TLS
DU Team
Ferhung
Fire855
XDA:DevDB Information
DIRTY-UNICORN-for Honor3c(H30-U10 by Syed Hassan, ROM for the Honor 3C
Contributors
hassanjavaid8181, hassanjavaid8181
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.4.x
Based On: AOSP
Version Information
Status: Stable
Current Stable Version: v1
Created 2016-12-17
Last Updated 2016-12-19
ScreenShots:
hassanjavaid8181 said:
DIRTY-UNICORN By Syed Hassan
>2g/3g Switch
Click to expand...
Click to collapse
so the 2g/3g switch is finally works? that it means on other CM 13 based will works too ?
Looks so cooool. But I don't see theme engine?
gopinaidu77 said:
Looks so cooool. But I don't see theme engine?
Click to expand...
Click to collapse
Me too. I don't see it either.
Sent from my honor 5X using XDA Labs
aries77 said:
so the 2g/3g switch is finally works? that it means on other CM 13 based will works too ?
Click to expand...
Click to collapse
gopinaidu77 said:
Looks so cooool. But I don't see theme engine?
Click to expand...
Click to collapse
adriansticoid said:
Me too. I don't see it either.
Sent from my honor 5X using XDA Labs
Click to expand...
Click to collapse
yes its work in AOSp based roms it works but not in cm based roms,,
theme engine is there you can acces it in settings,,:good:
hassanjavaid8181 said:
yes its work in AOSp based roms it works but not in cm based roms,,
theme engine is there you can acces it in settings,,:good:
Click to expand...
Click to collapse
Great integration and Nice work .
hassanjavaid8181 said:
yes its work in AOSp based roms it works but not in cm based roms,,
theme engine is there you can acces it in settings,,:good:
Click to expand...
Click to collapse
Kewl. The settings app looks like Nougat.
Sent from my honor 5X using XDA Labs
adriansticoid said:
Kewl. The settings app looks like Nougat.
Sent from my honor 5X using XDA Labs
Click to expand...
Click to collapse
I think he is using Xposed
Sent from my KIW-L22 using Tapatalk
gopinaidu77 said:
I think he is using Xposed
Click to expand...
Click to collapse
What module?
Sent from my honor 5X using XDA Labs
adriansticoid said:
What module?
Sent from my honor 5X using XDA Labs
Click to expand...
Click to collapse
Android N-ify ..
Sent from my KIW-L22 using Tapatalk
gopinaidu77 said:
Android N-ify ..
Click to expand...
Click to collapse
I use N-ify. It can only do the Settings drawer on the left, but not the tabs inside like in the screenshot of OP.
Sent from my honor 5X using XDA Labs
adriansticoid said:
I use N-ify. It can only do the Settings drawer on the left, but not the tabs inside like in the screenshot of OP.
Sent from my honor 5X using XDA Labs
Click to expand...
Click to collapse
No ,it does the same as u see In the OP .I tried it many times
Sent from my KIW-L22 using Tapatalk
gopinaidu77 said:
No ,it does the same as u see In the OP .I tried it many times
Click to expand...
Click to collapse
I will take a look at it again.
Sent from my honor 5X using XDA Labs
adriansticoid said:
I will take a look at it again.
Click to expand...
Click to collapse
Take a closer look.
gopinaidu77 said:
Take a closer look.
Click to expand...
Click to collapse
Sure I will.
Sent from my honor 5X using XDA Labs
adriansticoid said:
Sure I will.
Click to expand...
Click to collapse
Good. :good:
Thank you. We appropriate your work. but I think there is many problems with your roms and changing just themes and looking is not what i need. I can't mount system in this rom while i can in previously roms. I can't move modem and catcher file into firmware folder. If you work on this way and try to give us fully working rom, that not need same way to make work on my mobile. It will be easy to us to use your rom. we have imei problems and long way to recover our IMei. it is too boring.
+1 bug. incoming calls sometimes comes via notification, while i am using it. and there should be usually incoming call.
TamaziAce said:
Thank you. We appropriate your work. but I think there is many problems with your roms and changing just themes and looking is not what i need. I can't mount system in this rom while i can in previously roms. I can't move modem and catcher file into firmware folder. If you work on this way and try to give us fully working rom, that not need same way to make work on my mobile. It will be easy to us to use your rom. we have imei problems and long way to recover our IMei. it is too boring.
+1 bug. incoming calls sometimes comes via notification, while i am using it. and there should be usually incoming call.
Click to expand...
Click to collapse
What prob you are facing in themes??
Aosp ROMs are not pre rooted I have to root them..to move modem files use root explorer and after replacing change permissions to rw-r-r..if you always have to replace modem files why Dont you replace modem files before flashing..I use files for my region based modem if you are from other region you have to replace modem files.
BTW incoming call come as notification if you are using you phone if you answer it then it will go to calling ui.that is a mm feature and can't be fix..not in this rom its like in every mm ROM.. Good luck:good:
I've got and error:
Error executing updater binary in zip '/external_sd/Dirty-Unicorn-Syed Hassan.zip'
EDIT: Ok, I fixed it.

Categories

Resources