I rebased the patches, error should be gone now.Any other ideas?
I rebased the patches, error should be gone now.Any other ideas?
Any other ideas?
Not sure myself, but this could be related to the fact that LP requires encrypted fs, which is not possible with MTD ...?@mikeioannina @Langes
I think PMEM will cause problem in future.
Compiling Omni 5.0 and I got MemoryBasePMEM error.
http://pastebin.com/ebdLvLNx
Good value is what we have now. It's really not worth tweaking the sizes all the time, we can't please everyone. The space is just too limited to do any meaningful changes.I compiled this rom for mango giving 100 MB from /system to /data. With flashing minimal gapps (160 DPI), there are 7 MB free space. I know that's tight, but on the other hand I don't know what to do with 100 MB free space on /system. Maybe it would be good to give more space to /data in general? I know a lot of people use more /system space than me, and I don't know what would be a good value.
collect2: error: ld terminated with signal 7 [Bus error], core dumped
make: *** [/home/clemens/android/cm11/out/target/product/mango/obj/SHARED_LIBRARIES/libwebviewchromium_intermediates/LINKED/libwebviewchromium.so] Fehler 1
fatal: cannot make /home/daniel/android/system/.repo/repo directory: File exists
Traceback (most recent call last):
File "/usr/bin/repo", line 775, in <module>
main(sys.argv[1:])
File "/usr/bin/repo", line 748, in main
os.rmdir(os.path.join(root, name))
If you delete the build.prop file in android/out/target/product/smultron/system your dates will be changed to todayHello Everyone!
I recently (2014.12.15.) built a ROM with the info I read in the first post, but when I install it, the "About Phone" says CyanogenMod version 11-20141018-UNOFFICIAL-LegacyXperia-smultron and the Kernel version is Tue Dec 9 10:33:10 CET 2014.
Is this normal, these dates shouldn't change to today?
p.s.: this is like the 10th build from the same machine, I did exactly what the first post says about "The next times you want to build, you only need to do the following:"
Am I missing something?
thanks for the help.
Thanks!If you delete the build.prop file in android/out/target/product/smultron/system your dates will be changed to today
Doesn't influence the build, just forces a recreate of the build.prop file with new build dates etc.Thanks!
Is this just cosmetic, or is it alter the build in any other way?
build/core/package_internal.mk:269: recipe for target '/home/stanis/android/system/out/target/common/obj/APPS/framework-res_intermediates/package-export.apk' failed
make: *** [/home/stanis/android/system/out/target/common/obj/APPS/framework-res_intermediates/package-export.apk] Error 1
make: *** Deleting file '/home/stanis/android/system/out/target/common/obj/APPS/framework-res_intermediates/package-export.apk'
make: *** Waiting for unfinished jobs....
Aidl: framework <= frameworks/base/core/java/android/speech/tts/ITextToSpeechService.aidl
Change DNS to Google(8.8.8.8,8.8.4.4). It happened to me with Reliance broadband too. Service center got bashed a lot.guys...just recently ran into a problem
i live in india...and i have mtnl internet connection
and probabaly mtnl has blocked github
its showing unable to connect
when i use proxy server then the site opens but i am not able to use that proxy server in terminal so i cant even repo sync
i googled the solutions for using proxy in linux terminal like editing bashrc file and apt.conf.d/95proxies files but no use
any solution for this...????
2. where to add screen recorder app link i.eTo get these built into your ROM you will need to add a couple products to PRODUCT_PACKAGES, you can decide where you want to add this.
Code:
# Screen recorder
PRODUCT_PACKAGES += \
ScreenRecorder \
libscreenrecorder
so that when i compile build...then even this app gets fetched and compiledScreen Recorder app https://github.com/ChameleonOS/andro...ScreenRecorder
1. Add it to msm7x30.mk in /device/msm7x30-common (as you want to build it for all devices)guys...need help
i just saw this thread and i wanted to add this feature in my build
but there are 2 doubts
1. exactly where to put this
2. where to add screen recorder app link i.e so that when i compile build...then even this app gets fetched and compiled
plz help me