Guest MadEye Moody Posted August 24, 2012 Report Posted August 24, 2012 Synced with repos. I get that we don't need these 2 hacks Fix bionic - Before line 138 add "#undef __ARM_HAVE_LDREX_STREX" in bionic/libc/private/bionic_atomic_arm.h Disable fraunhofer AAC - Edit both frameworks/av/media/libstagefright/codecs/aacenc/Android.mk and frameworks/av/media/libstagefright/codecs/aacdec/Android.mk, comment out AAC_LIBRARY = fraunhofer (with #) But do we still need this? Disable srec UNIX stuff - Delete external/srec/audio/AudioIn/UNIX/src/Android.mk[/code]
Guest Rattonboy Posted August 24, 2012 Report Posted August 24, 2012 I don't think cachesdreset moves any app to sd-ext. It just moves (actually removes the original and on reboot is created in sd-ext) the dalvik cache. I wrote that and it moved all my apps to the sd partition, i don't recall doing anything else for them to move.
Guest Dazzozo Posted August 24, 2012 Report Posted August 24, 2012 Synced with repos. I get that we don't need these 2 hacks Fix bionic - Before line 138 add "#undef __ARM_HAVE_LDREX_STREX" in bionic/libc/private/bionic_atomic_arm.h Disable fraunhofer AAC - Edit both frameworks/av/media/libstagefright/codecs/aacenc/Android.mk and frameworks/av/media/libstagefright/codecs/aacdec/Android.mk, comment out AAC_LIBRARY = fraunhofer (with #)[/CODE] But do we still need this? [CODE]Disable srec UNIX stuff - Delete external/srec/audio/AudioIn/UNIX/src/Android.mk I'm not building from the CM manifest anymore, so I'm not sure.
Guest MadEye Moody Posted August 24, 2012 Report Posted August 24, 2012 (edited) is there an alternative way? Edit : It compiles ok, copying to phone now Edit2 : Won't boot. deleting UNIX/src/Android.mk. compiling again Edited August 24, 2012 by MadEye Moody
Guest robt77 Posted August 24, 2012 Report Posted August 24, 2012 Thanks Cartwheelbob. Got a2sd working using those commands.
Guest Dazzozo Posted August 24, 2012 Report Posted August 24, 2012 is there an alternative way? Edit : It compiles ok, copying to phone now Edit2 : Won't boot. deleting UNIX/src/Android.mk. compiling again http://github.com/ColdFusionX
Guest MadEye Moody Posted August 25, 2012 Report Posted August 25, 2012 http://github.com/ColdFusionX Is this like an addition to cm repos or should i start the download from scratch?
Guest Rattonboy Posted August 25, 2012 Report Posted August 25, 2012 with the latest build has anyone else got problems with the video playback e.g. no video but there is sound. Want to know if its just me.
Guest the_crevis Posted August 25, 2012 Report Posted August 25, 2012 with the latest build has anyone else got problems with the video playback e.g. no video but there is sound. Want to know if its just me. Yeah I have :/
Guest Dazzozo Posted August 25, 2012 Report Posted August 25, 2012 Is this like an addition to cm repos or should i start the download from scratch? You can probably switch the manifest to the CFX one, most of the repos are still sourced from CM. There's probably a better way to do it but I just edited something in the .repo folder.
Guest MadEye Moody Posted August 25, 2012 Report Posted August 25, 2012 You can probably switch the manifest to the CFX one, most of the repos are still sourced from CM. There's probably a better way to do it but I just edited something in the .repo folder. eh.... need a little more help. should i edit the whole .repo/manifest.xml and remove local_manifest.xml, or remove everything from local_manifest.xml and add CFX?
Guest tilal6991 Posted August 25, 2012 Report Posted August 25, 2012 Right cd .repo/manifests git remote set-url origin git://github.com/ColdFusionX/android.git git reset --hard origin/jellybean cd ../../ repo sync -j16
Guest Dazzozo Posted August 25, 2012 Report Posted August 25, 2012 That's the better way to do it. :P
Guest MadEye Moody Posted August 25, 2012 Report Posted August 25, 2012 (edited) Right cd .repo/manifests git remote set-url origin git://github.com/ColdFusionX/android.git git reset --hard origin/jellybean cd ../../ repo sync -j16 thanks Edit : Are the changes in project kernel/zte/zte-kernel-msm7x27(remove -Werror \) and arch/arm/configs/cyanogen_blade2_p736e_defconfig(CONFIG_KSM=y) required or should i do git checkout on that as well? Edited August 25, 2012 by MadEye Moody
Guest Dazzozo Posted August 25, 2012 Report Posted August 25, 2012 thanks Edit : Are the changes in project kernel/zte/zte-kernel-msm7x27(remove -Werror \) and arch/arm/configs/cyanogen_blade2_p736e_defconfig(CONFIG_KSM=y) required or should i do git checkout on that as well? If you've switched to the CFX kernel that's not necessary. The kernel there requires no edits.
Guest Frankish Posted August 25, 2012 Report Posted August 25, 2012 I was under the impression that the camera works in this with external apps. However the phone reboots when I try to open Camera ICS.
Guest robt77 Posted August 25, 2012 Report Posted August 25, 2012 I was under the impression that the camera works in this with external apps. However the phone reboots when I try to open Camera ICS. Camera 360 works with this Rom
Guest the_crevis Posted August 25, 2012 Report Posted August 25, 2012 Camera 360 works with this Rom For me camera 360 makes my phone reboot as well :S
Guest razzmataz1478 Posted August 25, 2012 Report Posted August 25, 2012 Right cd .repo/manifests git remote set-url origin git://github.com/ColdFusionX/android.git git reset --hard origin/jellybean cd ../../ repo sync -j16 And this is the easy way to change projects in default.xml without editing manually?
Guest cartwheelbob Posted August 26, 2012 Report Posted August 26, 2012 For me camera 360 makes my phone reboot as well :S camera 360 and camera mx work for me
Guest rymate1234 Posted August 27, 2012 Report Posted August 27, 2012 (edited) Guys. I have found an A2SD alternative that appears to work on jellybean! http://forum.xda-dev...d.php?t=1342387 There's no GUI for it, but it does appear to be working EDIT - nvm, doesn't appear to be working Edited August 27, 2012 by rymate1234
Guest Frankish Posted August 27, 2012 Report Posted August 27, 2012 DT A2SD appears to be working for me. Just the zip from the cm thread.
Guest rymate1234 Posted August 27, 2012 Report Posted August 27, 2012 DT A2SD appears to be working for me. Just the zip from the cm thread. It does? Last time I tried it, I got a segmentation fault or something!
Guest MadEye Moody Posted August 27, 2012 Report Posted August 27, 2012 It does? Last time I tried it, I got a segmentation fault or something! it seg faults because the installation of the scripts is incomplete. free up some space in /system and flash a2sd again
Guest OuahOuah Posted August 28, 2012 Report Posted August 28, 2012 How do you free space in system ? I never understood how to do this.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now