Joshua Martin
Members
- Nov 21, 2013
- 8
- 21
Se already have support for ota via cmupdater, but it automatically flash rom on system0, and user can't choose, we're going to fix this with a cwm updatecan we find update on this app? http://www.lordoftech.it/ecco-lapp-per-i-fan-di-cyanogenmod-cyanogenmod-fan-app/
Notification may be disabled on settings app. For system, u can enlarge both partition or just use another gapps packageI had a no notifications bug with two apps, cleaning data + reinstalling them solved the problem with one, the other still doesn't show any notification. Since the app is a game (quizduell) I refuse to do a factory reset, also because I found many people tried doing it for various apps without success. I think this is a KitKat bug, and I'm reporting it only because I was going to ask a question anyway.
The question regards the system partition: the last two times I flashed the ROM there wasn't enough space to install the PAgapps-mini. I had to remove some system apps with ES, then I was able to flash them. This solution means losing a lot of time and all the gapps' settings. Is there a more simply way to flash updates? AFAIK the problem is a too small system partition, but resizing it is too complicated and/or too dangerous. Either way what can I do?
What PC do u have??Dear M1cha, could you please give a link with the good manual, how to compile cm11 from sources? I tried already 5 or 6 times with several "how-to"-s, which i find in web, but there is no succes for me(
i have unzipped device-tree to /devices/xiaomi/aries, kernel to /devices/xiaomi/aries/kernel, and replace "proprietaries" from github in /devices/xiaomi/aries,
next made source build/envsetup.sh
next tried breakfast aries/lunch aosp-aries-userdebug/... - and no progress, rom isn`t building(
Please help(
my pc is Samsung np-350v5c, core i7 3610qm 16Gb ram, OS Ubuntu 13.10 amd64What PC do u have??
Andò why u need to build ROM urself? We pubblish build often
Do u have cm sources?my pc is Samsung np-350v5c, core i7 3610qm 16Gb ram, OS Ubuntu 13.10 amd64
First of all, i want to try this) I already tried to build kernel) And with help of M1cha it was successful
Second - i want to try to compile the rom with dofferent optimisations)
Sorry for my english, if it`s bad
"i have unzipped" pls use repo and don't download zip's from github.Dear M1cha, could you please give a link with the good manual, how to compile cm11 from sources? I tried already 5 or 6 times with several "how-to"-s, which i find in web, but there is no succes for me(
i have unzipped device-tree to /devices/xiaomi/aries, kernel to /devices/xiaomi/aries/kernel, and replace "proprietaries" from github in /devices/xiaomi/aries,
next made source build/envsetup.sh
next tried breakfast aries/lunch aosp-aries-userdebug/... - and no progress, rom isn`t building(
Please help(
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="M1cha/android_device_xiaomi_aries" path="device/xiaomi/aries" remote="github" revision="cm-11.0-legacyaudio" />
<project name="M1cha/android_kernel_xiaomi_aries" path="kernel/xiaomi/aries" remote="github" />
<project name="M1cha/proprietary_vendor_xiaomi" path="vendor/xiaomi" remote="github" />
<remove-project path="hardware/qcom/audio" name="CyanogenMod/android_hardware_qcom_audio" />
<project path="hardware/qcom/audio" name="M1cha/android_hardware_qcom_audio" groups="qcom" remote="github" />
<remove-project path="hardware/qcom/audio-caf" name="CyanogenMod/android_hardware_qcom_audio-caf" />
<project path="hardware/qcom/audio-caf" name="M1cha/android_hardware_qcom_audio-caf" groups="qcom" remote="github" revision="cm-11.0-legacyaudio" />
<remove-project path="hardware/qcom/display" name="CyanogenMod/android_hardware_qcom_display" />
<project path="hardware/qcom/display" name="M1cha/android_hardware_qcom_display" groups="qcom" remote="github" />
</manifest>
of-course)Do u have cm sources?
Inviato dal mio MI 2 utilizzando Tapatalk
i will try! thank you!"i have unzipped" pls use repo and don't download zip's from github.
Just copy this file to .repo/local_manifests/xiaomi_aries.xml and resync ur tree.
Code:<?xml version="1.0" encoding="UTF-8"?> <manifest> <project name="M1cha/android_device_xiaomi_aries" path="device/xiaomi/aries" remote="github" revision="cm-11.0-legacyaudio" /> <project name="M1cha/android_kernel_xiaomi_aries" path="kernel/xiaomi/aries" remote="github" /> <project name="M1cha/proprietary_vendor_xiaomi" path="vendor/xiaomi" remote="github" /> <remove-project path="hardware/qcom/audio" name="CyanogenMod/android_hardware_qcom_audio" /> <project path="hardware/qcom/audio" name="M1cha/android_hardware_qcom_audio" groups="qcom" remote="github" /> <remove-project path="hardware/qcom/audio-caf" name="CyanogenMod/android_hardware_qcom_audio-caf" /> <project path="hardware/qcom/audio-caf" name="M1cha/android_hardware_qcom_audio-caf" groups="qcom" remote="github" revision="cm-11.0-legacyaudio" /> <remove-project path="hardware/qcom/display" name="CyanogenMod/android_hardware_qcom_display" /> <project path="hardware/qcom/display" name="M1cha/android_hardware_qcom_display" groups="qcom" remote="github" /> </manifest>
Repo is right... SRC is not a problem, u compile for generic device but it won't boot cuz it need right frameworks too..I`ve tried, the compilation is proceed in the places, when it was bricked last time. But it`s still don`t finish.. i even can`t understand, where to search the error.. By the way, i have another two questions:
1) Is there possible to compile cm without kernel?
2) i had several errors in the beginning of process.. is it bad? The errors like "src" not found..
And one more thing, is it right repo for cm11?
repo init -u git://github.com/CyanogenMod/android.git -b cm-11.0
because, i think what there is no sources for typical cm-apps, like trebuchet-lanucher etc..
I`ve tried, the compilation is proceed in the places, when it was bricked last time. But it`s still don`t finish.. i even can`t understand, where to search the error.. By the way, i have another two questions:
1) Is there possible to compile cm without kernel?
2) i had several errors in the beginning of process.. is it bad? The errors like "src" not found..
And one more thing, is it right repo for cm11?
repo init -u git://github.com/CyanogenMod/android.git -b cm-11.0
because, i think what there is no sources for typical cm-apps, like trebuchet-lanucher etc..
where i can find it?Repo is right... SRC is not a problem, u compile for generic device but it won't boot cuz it need right frameworks too..
Inviato dal mio MI 2 utilizzando Tapatalk
I have already compiled kernel with linaro toolchain and want to compile also libdvm,libc,libm...1) why would someone want todo that u said u want to optimize cm11. start with that
2) CM is fully opensource. look at packages/apps for the apps u mentioned.
with no fixes? just sync repo & use this 3 comands? and rom`s building successful?I use:
lunch cm_aries-userdebug
make ...
I usewith no fixes? just sync repo & use this 3 comands? and rom`s building successful?
well, in my case the kernel doesn`t built without your advice:ofc. Which fixes?
acp: file '/home/tr/cm11/out/target/product/aries/obj/KERNEL_OBJ/arch/arm/boot/zImage' does not exist
make: *** [/home/tr/cm11/out/target/product/aries/kernel] Error 1
make: *** Ожидание завершения заданий...
aapt: warning: string 'media_route_chooser_grouping_done' has no default translation in frameworks/base/core/res/res; found: az az_AZ et hy ka km lo mn ms ne ne_NP si si_LK
aapt: warning: string 'permdesc_cancelNotifications' has no default translation in frameworks/base/core/res/res; found: da fi fr ja pt_PT sk sv zh_CN zh_TW
aapt: warning: string 'permlab_cancelNotifications' has no default translation in frameworks/base/core/res/res; found: da fi fr ja pt_PT sk sv zh_CN zh_TW
aapt: warning: string 'policydesc_enforceMmac' has no default translation in frameworks/base/core/res/res; found: zh_TW
aapt: warning: string 'policydesc_enforceSelinux' has no default translation in frameworks/base/core/res/res; found: zh_TW
aapt: warning: string 'policylab_enforceMmac' has no default translation in frameworks/base/core/res/res; found: zh_TW
aapt: warning: string 'policylab_enforceSelinux' has no default translation in frameworks/base/core/res/res; found: zh_TW
aapt: warning: string 'wifi_display_notification_message' has no default translation in frameworks/base/core/res/res; found: az az_AZ et hy ka km lo mn ms ne ne_NP si si_LK
aapt: warning: string 'wifi_display_notification_title' has no default translation in frameworks/base/core/res/res; found: az az_AZ et hy ka km lo mn ms ne ne_NP si si_LK
frameworks/base/core/res/AndroidManifest.xml:1689: warning: No comment for public symbol androidermission/SUBSCRIBED_FEEDS_WRITE
frameworks/base/core/res/res/values/public.xml:923: warning: No comment for public symbol android:anim/accelerate_decelerate_interpolator
frameworks/base/core/res/res/values/public.xml:1141: warning: No comment for public symbol android:anim/anticipate_interpolator
frameworks/base/core/res/res/values/public.xml:1143: warning: No comment for public symbol android:anim/anticipate_overshoot_interpolator
frameworks/base/core/res/res/values/public.xml:1144: warning: No comment for public symbol android:anim/bounce_interpolator
frameworks/base/core/res/res/values/public.xml:1243: warning: No comment for public symbol android:anim/cycle_interpolator
frameworks/base/core/res/res/values/public.xml:919: warning: No comment for public symbol android:anim/fade_in
frameworks/base/core/res/res/values/public.xml:920: warning: No comment for public symbol android:anim/fade_out
frameworks/base/core/res/res/values/public.xml:1145: warning: No comment for public symbol android:anim/linear_interpolator
frameworks/base/core/res/res/values/public.xml:1142: warning: No comment for public symbol android:anim/overshoot_interpolator
frameworks/base/core/res/res/values/public.xml:921: warning: No comment for public symbol android:anim/slide_in_left
frameworks/base/core/res/res/values/public.xml:922: warning: No comment for public symbol android:anim/slide_out_right
frameworks/base/core/res/res/values/public.xml:1322: warning: No comment for public symbol android:attr/actionBarTabBarStyle
frameworks/base/core/res/res/values/public.xml:1323: warning: No comment for public symbol android:attr/actionBarTabTextStyle
frameworks/base/core/res/res/values/public.xml:1325: warning: No comment for public symbol android:attr/actionModeCloseButtonStyle
frameworks/base/core/res/res/values/public.xml:1750: warning: No comment for public symbol android:attr/actionModeStyle
frameworks/base/core/res/res/values/public.xml:1324: warning: No comment for public symbol android:attr/actionOverflowButtonStyle
frameworks/base/core/res/res/values/public.xml:121: warning: No comment for public symbol android:attr/alertDialogStyle
frameworks/base/core/res/res/values/public.xml:233: warning: No comment for public symbol android:attr/bottomBright
frameworks/base/core/res/res/values/public.xml:229: warning: No comment for public symbol android:attr/bottomDark
frameworks/base/core/res/res/values/public.xml:234: warning: No comment for public symbol android:attr/bottomMedium
frameworks/base/core/res/res/values/public.xml:232: warning: No comment for public symbol android:attr/centerBright
frameworks/base/core/res/res/values/public.xml:228: warning: No comment for public symbol android:attr/centerDark
frameworks/base/core/res/res/values/public.xml:235: warning: No comment for public symbol android:attr/centerMedium
frameworks/base/core/res/res/values/public.xml:498: warning: No comment for public symbol android:attr/cycles
frameworks/base/core/res/res/values/public.xml:286: warning: No comment for public symbol android:attr/dial
frameworks/base/core/res/res/values/public.xml:2067: warning: No comment for public symbol android:attr/fadingMode
frameworks/base/core/res/res/values/public.xml:405: warning: No comment for public symbol android:attr/flipInterval
frameworks/base/core/res/res/values/public.xml:1309: warning: No comment for public symbol android:attr/fragmentCloseEnterAnimation
frameworks/base/core/res/res/values/public.xml:1310: warning: No comment for public symbol android:attr/fragmentCloseExitAnimation
frameworks/base/core/res/res/values/public.xml:1311: warning: No comment for public symbol android:attr/fragmentFadeEnterAnimation
frameworks/base/core/res/res/values/public.xml:1312: warning: No comment for public symbol android:attr/fragmentFadeExitAnimation
frameworks/base/core/res/res/values/public.xml:1307: warning: No comment for public symbol android:attr/fragmentOpenEnterAnimation
frameworks/base/core/res/res/values/public.xml:1308: warning: No comment for public symbol android:attr/fragmentOpenExitAnimation
aapt: warning: string 'media_route_chooser_grouping_done' has no default translation in frameworks/base/core/res/res; found: az az_AZ et hy ka km lo mn ms ne ne_NP si si_LK
aapt: warning: string 'permdesc_cancelNotifications' has no default translation in frameworks/base/core/res/res; found: da fi fr ja pt_PT sk sv zh_CN zh_TW
aapt: warning: string 'permlab_cancelNotifications' has no default translation in frameworks/base/core/res/res; found: da fi fr ja pt_PT sk sv zh_CN zh_TW
aapt: warning: string 'policydesc_enforceMmac' has no default translation in frameworks/base/core/res/res; found: zh_TW
aapt: warning: string 'policydesc_enforceSelinux' has no default translation in frameworks/base/core/res/res; found: zh_TW
aapt: warning: string 'policylab_enforceMmac' has no default translation in frameworks/base/core/res/res; found: zh_TW
aapt: warning: string 'policylab_enforceSelinux' has no default translation in frameworks/base/core/res/res; found: zh_TW
aapt: warning: string 'wifi_display_notification_message' has no default translation in frameworks/base/core/res/res; found: az az_AZ et hy ka km lo mn ms ne ne_NP si si_LK
aapt: warning: string 'wifi_display_notification_title' has no default translation in frameworks/base/core/res/res; found: az az_AZ et hy ka km lo mn ms ne ne_NP si si_LK
frameworks/base/core/res/AndroidManifest.xml:1689: warning: No comment for public symbol androidermission/SUBSCRIBED_FEEDS_WRITE
frameworks/base/core/res/res/values/public.xml:923: warning: No comment for public symbol android:anim/accelerate_decelerate_interpolator
frameworks/base/core/res/res/values/public.xml:1141: warning: No comment for public symbol android:anim/anticipate_interpolator
frameworks/base/core/res/res/values/public.xml:1143: warning: No comment for public symbol android:anim/anticipate_overshoot_interpolator
frameworks/base/core/res/res/values/public.xml:1144: warning: No comment for public symbol android:anim/bounce_interpolator
frameworks/base/core/res/res/values/public.xml:1243: warning: No comment for public symbol android:anim/cycle_interpolator
frameworks/base/core/res/res/values/public.xml:919: warning: No comment for public symbol android:anim/fade_in
frameworks/base/core/res/res/values/public.xml:920: warning: No comment for public symbol android:anim/fade_out
frameworks/base/core/res/res/values/public.xml:1145: warning: No comment for public symbol android:anim/linear_interpolator
frameworks/base/core/res/res/values/public.xml:1142: warning: No comment for public symbol android:anim/overshoot_interpolator
frameworks/base/core/res/res/values/public.xml:921: warning: No comment for public symbol android:anim/slide_in_left
frameworks/base/core/res/res/values/public.xml:922: warning: No comment for public symbol android:anim/slide_out_right
frameworks/base/core/res/res/values/public.xml:1322: warning: No comment for public symbol android:attr/actionBarTabBarStyle
frameworks/base/core/res/res/values/public.xml:1323: warning: No comment for public symbol android:attr/actionBarTabTextStyle
frameworks/base/core/res/res/values/public.xml:1325: warning: No comment for public symbol android:attr/actionModeCloseButtonStyle
frameworks/base/core/res/res/values/public.xml:1750: warning: No comment for public symbol android:attr/actionModeStyle
frameworks/base/core/res/res/values/public.xml:1324: warning: No comment for public symbol android:attr/actionOverflowButtonStyle
frameworks/base/core/res/res/values/public.xml:121: warning: No comment for public symbol android:attr/alertDialogStyle
frameworks/base/core/res/res/values/public.xml:233: warning: No comment for public symbol android:attr/bottomBright
frameworks/base/core/res/res/values/public.xml:229: warning: No comment for public symbol android:attr/bottomDark
frameworks/base/core/res/res/values/public.xml:234: warning: No comment for public symbol android:attr/bottomMedium
frameworks/base/core/res/res/values/public.xml:232: warning: No comment for public symbol android:attr/centerBright
frameworks/base/core/res/res/values/public.xml:228: warning: No comment for public symbol android:attr/centerDark
frameworks/base/core/res/res/values/public.xml:235: warning: No comment for public symbol android:attr/centerMedium
frameworks/base/core/res/res/values/public.xml:498: warning: No comment for public symbol android:attr/cycles
frameworks/base/core/res/res/values/public.xml:286: warning: No comment for public symbol android:attr/dial
frameworks/base/core/res/res/values/public.xml:2067: warning: No comment for public symbol android:attr/fadingMode
frameworks/base/core/res/res/values/public.xml:405: warning: No comment for public symbol android:attr/flipInterval
frameworks/base/core/res/res/values/public.xml:1309: warning: No comment for public symbol android:attr/fragmentCloseEnterAnimation
frameworks/base/core/res/res/values/public.xml:1310: warning: No comment for public symbol android:attr/fragmentCloseExitAnimation
frameworks/base/core/res/res/values/public.xml:1311: warning: No comment for public symbol android:attr/fragmentFadeEnterAnimation
frameworks/base/core/res/res/values/public.xml:1312: warning: No comment for public symbol android:attr/fragmentFadeExitAnimation
frameworks/base/core/res/res/values/public.xml:1307: warning: No comment for public symbol android:attr/fragmentOpenEnterAnimation
frameworks/base/core/res/res/values/public.xml:1308: warning: No comment for public symbol android:attr/fragmentOpenExitAnimation
Kernel make error . Have you reverted your change and build the origin source to check weather the environment is set up correctly? The error may be related to kernel modification.please look at this... That`s strange, zImage cant be found..
We use essential cookies to make this site work, and optional cookies to enhance your experience. Cookies are also used for ads personalisation