cwm 11 repository error - General Questions and Answers

hi guys
i am trying to download cwm repository but getting error
Code:
$ cd ~/android/system/
$ repo init -u https://github.com/CyanogenMod/android.git -b cm-11.0
but i keep getting errors like (see attachment)
please help.

Related

Cm7 development repo infuse4g no product

Hi,
Can't post this in the development thread (not enough posts) but it looks like the build process is currently borked on the github repo. Command run are:
Code:
repo init -u git://github.com/CyanogenMod/android.git -b gingerbread
repo sync -j16
vendor/cyanogen/get-rommanager
repo sync
. build/envsetup.sh && brunch infuse4g
error is:
build/core/product_config.mk:203: *** No matches for product "cyanogen_infuse4g"
I'm probably being dumb...
Yes I am dumb - init should be:
init -u git://github.com/TeamRefuse/android.git -b gingerbread
R
I'm having an issue too...now when I try to sync repo it says permission denied...help please!
sent from my infuse on MIUI 1.4ghz KI3
If in doubt just start again - delete the repo and resync (you might need to get rid of ~/.repoconfig but see if it works without doing that first.

[Q] Source Compiling error

When i type this
[email protected]:~/android_source$ repo init -u git://github.com/CyanogenMod/android.git -b gingerbread
I get error :
/home/agent-panda/bin/repo: line 1: syntax error near unexpected token `newline'
/home/agent-panda/bin/repo: line 1: `<!DOCTYPE html>'
Why ??
Ubuntu 13.10 Fully updated and all dependencies installed.

[Q] Galaxy tab 2.7.0 (p3100) building CM11. First time user question.

Hello,
I am trying to build CM11 for my p3100 from source for first time.
I am following http://wiki.cyanogenmod.org/w/Build_for_p3100. But I guess it is bit old.
I setup a virtualbox with ubuntu 13.10 64 bit server edition and created the folders as in the instructions.
Then I created another folder cm11 (mkdir -p ~/cm11) and I cd to cm11.
Now here is the confusion, should I be doing repo init as below,
Code:
repo init -u git://github.com/CyanogenMod/android.git -b cm-11.0
or
Code:
repo init -u git://github.com/CyanogenMod/android_device_samsung_p3100.git -b cm-11.0
Note: This question came to me after initiated the repo with android.git and its downloaded some GBs of data already.
Thanks,
Simon Mandy

error trying to exec 'cc1': execvp: No such file or directory?

If I use the cm-11.0
Code:
repo init -u git://github.com/CyanogenMod/android.git -b cm-11.0
repo sync
then do `make otatools`, it works fine. I can also build recoveryimg without problem.
However, if I use the cm-9.1.0
Code:
repo init -b cm-9.1.0
repo sync
it will switch to android-4.0.4_r2.1.
Now, if I do make otatools It will raise an error:
Code:
prebuilt/linux-x86/ccache/ccache prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/bin/arm-linux-androideabi-gcc -mthumb-interwork -Ibionic/libc/private -DCRT_LEGACY_WORKAROUND -Ibionic/libc/private -o out/target/product/generic/obj/lib/crtend_so.o -c bionic/libc/arch-arm/bionic/crtend_so.S
arm-linux-androideabi-gcc: error trying to exec 'cc1': execvp: No such file or directory
however I do find this cc1:
Code:
./prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/libexec/gcc/arm-linux-androideabi/4.4.3/cc1
and it also executable
Code:
$ stat -c %a ./prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/libexec/gcc/arm-linux-androideabi/4.4.3/cc1
775
How can I fix this problem?

Compile Heimdall 1.4.2

Hello,
I try to install LineageOS on a Samsung Galaxy A5 (2016).
I'm following the instructions on the Lineage website (I can't post links for now) but I had issues with Heimdall 1.4.0, I read I had to install and compile Heimdall 1.4.2 so I followed those instructions :
Compile with CMake
Download and install MSYS2 to set up a MinGW-W64 build environment. After installing, a terminal will launch. Issue the following commands:
$ pacman -Syu
$ pacman -S mingw-w64-x86_64 mingw-w64-x86_64-clang mingw-w64-x86_64-cmake mingw-w64-x86_64-libusb mingw-w64-x86_64-qt5-static make git
$ export PATH="/mingw64/bin:$PATH"
$ git clone git://github.com/Benjamin-Dobell/Heimdall.git
$ mkdir -p Heimdall/build
$ cd Heimdall/build
$ cmake -G "MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release -DQt5Widgets_DIR=/mingw64/qt5-static/lib/cmake/Qt5Widgets ..
$ make
It worked until the part in which I have to enter this command :
$ cmake -G "MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release -DQt5Widgets_DIR=/mingw64/qt5-static/lib/cmake/Qt5Widgets ..
I have the following message : CMake Error: The source directory "..." does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
Do you have a solution ?
I read people claiming it's easier to use Odin and others claiming I should stick with Heimdall... For now I'd like to try with Heimdall and if I really can't find a solution for this I'll try with Odin.
Thank you !

Categories

Resources