Ubuntu-Touch For Yureka - YU Yureka Original Android Development

This port is not completed yet, had many compilation errors. but some how i passed many errors (which i shall list them here and solutions as well )
i am seeking for developers to help me out, in order to compile it successfully.
Sources i am using
Ubuntu touch Source phablet-4.4.2_r1
Code:
repo init -u https://code-review.phablet.ubuntu.com/p/aosp/platform/manifest.git -b phablet-4.4.2_r1
Sources from CyanogenMod for tomato (kk4.4.4):
cm-11.0 kernel source msm8916, Device Tree, android_device_qcom_common
Click to expand...
Click to collapse
Currrent Error
Code:
----- Making recovery image ------
Copying baseline ramdisk...
DTB combiner:
Input directory: '/media/rameez/bca677b6-b13b-40fa-9aa4-9c325e685a35/new/out/target/product/tomato/obj/KERNEL_OBJ/arch/arm/boot/dts/'
Output file: '/media/rameez/bca677b6-b13b-40fa-9aa4-9c325e685a35/new/out/target/product/tomato/dt.img'
Failed to open input directory '/media/rameez/bca677b6-b13b-40fa-9aa4-9c325e685a35/new/out/target/product/tomato/obj/KERNEL_OBJ/arch/arm/boot/dts/'
make: *** [/media/rameez/bca677b6-b13b-40fa-9aa4-9c325e685a35/new/out/target/product/tomato/dt.img] Error 255
make: *** Waiting for unfinished jobs....
Modifying ramdisk contents...
cp: cannot stat ‘/media/rameez/bca677b6-b13b-40fa-9aa4-9c325e685a35/new/out/target/product/tomato/root/init.recovery.*.rc’: No such file or directory
Any Help Would Be Appreciated :angel:
XDA:DevDB Information
Ubuntu-Touch For YUREKA, ROM for the YU Yureka
Contributors
sheikhrr
ROM OS Version: 4.4.x KitKat
Based On: CyanogenMod
Version Information
Status: Snapshot
Created 2016-01-21
Last Updated 2016-01-21

Reserved

Reserved

Reserved

Related

Can't build CWM for Note 3

I am trying to build CWM for Samsung Note 3 [hlte] and Samasung galaxy note 2 [p3100] but I keep getting this error
Code:
$ breakfast hlte
including vendor/cm/vendorsetup.sh
build/core/product_config.mk:238: *** _nic.PRODUCTS.[[device/samsung/hlte/cm.mk]]: "device/samsung/qcom-common/qcom-common.mk" does not exist. Stop.
Device hlte not found. Attempting to retrieve device repository from CyanogenMod Github (http://github.com/CyanogenMod).
Found repository: android_device_samsung_hlte
Default revision: cm-11.0
Checking branch info
CyanogenMod/android_device_samsung_hlte already exists
Syncing repository to retrieve project.
Fetching project CyanogenMod/android_device_samsung_hlte
Fetching projects: 100% (1/1), done.
Repository synced!
Looking for dependencies
Done
build/core/product_config.mk:238: *** _nic.PRODUCTS.[[device/samsung/hlte/cm.mk]]: "device/samsung/qcom-common/qcom-common.mk" does not exist. Stop.
** Don't have a product spec for: 'cm_hlte'
** Do you have the right repo manifest?
Any advise about how can I solve this problem ??
the_Storm said:
I am trying to build CWM for Samsung Note 3 [hlte] and Samasung galaxy note 2 [p3100] but I keep getting this error
Code:
$ breakfast hlte
including vendor/cm/vendorsetup.sh
build/core/product_config.mk:238: *** _nic.PRODUCTS.[[device/samsung/hlte/cm.mk]]: "device/samsung/qcom-common/qcom-common.mk" does not exist. Stop.
Device hlte not found. Attempting to retrieve device repository from CyanogenMod Github (http://github.com/CyanogenMod).
Found repository: android_device_samsung_hlte
Default revision: cm-11.0
Checking branch info
CyanogenMod/android_device_samsung_hlte already exists
Syncing repository to retrieve project.
Fetching project CyanogenMod/android_device_samsung_hlte
Fetching projects: 100% (1/1), done.
Repository synced!
Looking for dependencies
Done
build/core/product_config.mk:238: *** _nic.PRODUCTS.[[device/samsung/hlte/cm.mk]]: "device/samsung/qcom-common/qcom-common.mk" does not exist. Stop.
** Don't have a product spec for: 'cm_hlte'
** Do you have the right repo manifest?
Any advise about how can I solve this problem ??
Click to expand...
Click to collapse
Did you configure your git correctly?

[KERNEL][T210R] The Berg Kernel

Code:
# I am not responsible for anything that this code does to your device
# I've run it on my device at least once, but my device is NOT your device
# Don't blame me if your tablet becomes a cyborg, eats your cat, or destroys the world.
# Or just stops booting.
#
# Don't forget that this voids your warranty. If you still have one.
I'm working on merging all the fixes for the linux kernel into Samsung's source code.
If you don't know how to build the kernel, this project is NOT for you. But have a recovery image anyway. Its the stock with only the kernel replaced, but that's so I have a stable development platform.
Features
* git history (mostly done via looking at the Makefile and copying everything over the source tree)
* Easier upgrades to newer minor releases (3.4.XX)
Installation
$ adb reboot download
$ heimdall flash --RECOVERY ${PATH_TO_RECOVERY_IMG}
Basic workflow:
# git merge v3.4.xx -- I'm doing it this way so that the changeset between builds is manageable (kind of).
# fix up compilation errors (show breaking) and then replace zImage in Samsung's recovery image. See if it boots into recovery.
# Reboot into regular mode, pull /proc/last_kmsg and check kernel version.
Notes:
Requires that gcc 4.6 is used
linux cannot be in the directory path (gets replaced with "1" by the graphics source code)
Doesn't work with repo. Sorry. I like gitlab better than github, even though I have accounts on both.
Changelog:
v3.4.67-lt02wifi:
Updated to android-3.4 master
[new] Modified ion code (took upstream code, for most part -- main exception is we used "heaps[]" instead of "*heaps"
[new] Marvell drivers can now be built into the kernel (obj-m -> obj-$(CONFIG_WHATEVER))
[fixed] CVE-2015-1805
[fixed] Most kernel CVE's
v3.4.34-samsung:
Updated to v3.4.34 from v3.4.11
[new] Completely replaced net/ipv{4,6} code
v3.4.11-samsung:
Updated to v3.4.11 linux stable source
v3.4.10-samsung:
[new] Updated to v3.4.10 from v3.4.5 stock sources
[fixed] kernel/timeconst.pl (cherry-pick from android-3.4)
Downloads
Kernel source code: https://gitlab.com/sm-t210r/android_kernel_samsung_lt02
Device Tree (not dtb): https://gitlab.com/sm-t210r/android_device_samsung_lt02wifi -- mostly using this to keep track of mainlined kernel modules.
FAQ
Can I build with a GCC version other than 4.6? No
Can I have a directory called "linux" anywhere in the project path? No. One of the vendor modules replaces "linux" with "1".
Can I use the git repo in a local manifest? No. There's a bug in gitlab that prevents this. Hopefully its fixed soonish. For now, just use git clone.
Click to expand...
Click to collapse
Thanks To/Credits
Code:
* Samsung. Even though they are required to release the source upon request.
* The various Linux kernel contributors over the years
* Everyone else who has worked on this device (even if I haven't used their work)
XDA:DevDB Information
Vorpalblade Kernel Updating, Kernel for the Samsung Galaxy Tab 3 7.0
Contributors
vorpalblade77
Source Code: https://gitlab.com/sm-t210r/android_kernel_samsung_lt02
Kernel Special Features:
Version Information
Status: Testing
Current Stable Version: v3.4.5-samsung
Stable Release Date: 2015-12-09
Current Beta Version: v3.4.67-lt02wifi
Beta Release Date: 2016-03-26
Created 2016-03-11
Last Updated 2016-03-26
Reserved
Reserved

Unable to pull proprietary blobs for Titan.! Help!

Hi, I am trying to build a ROM, but I have hit this error, while pulling propriety blobs "[email protected]:~/android$ ./extract-files.sh ~/android/system_dump/ -bash: ./extract-files.sh: No such file or directory"
This would be the first time I will be building a ROM, please be elaborate.
You can get those proprietary blobs from The GitHub . It is available in TheMuppets GitHub ( Vendor) and LineageOS GitHub ( Kernel , Device Tree ) if you're okay to download them

Huawei Y6 (2018) Hybrid Kernel

Hi guys! Presenting to you my Hybrid kernel for Huawei Y6 (2018), the first custom kernel for our device.
This kernel focuses on the performance without sacrificing battery as well as new features compared to stock
Before flashing, please make sure you have an unlocked bootloader.
Supported devices:
ATU-L11
ATU-L21
ATU-L22
ATU-L23
ATU-L31
ATU-L42
Before you flash, please make a backup of your current kernel
Open terminal emulator and type:
Code:
su
dd if=/dev/block/bootdevice/by-name/kernel of=/sdcard/kernel.img
And copy the kernel.img to your computer
To flash, simply download the file to your computer, and then use the commands:
Code:
adb reboot bootloader
fastboot flash kernel <then drag the file you downloaded to the cmd window>
fastboot reboot
XDA:DevDB Information
Hybrid Kernel, Kernel for the Huawei Y6
Contributors
pascua28
Source Code: https://github.com/pascua28/android_kernel_msm8917_ATU
Kernel Special Features:
Version Information
Status: Stable
Current Stable Version: 1.0
Stable Release Date: 2018-08-01
Created 2018-07-31
Last Updated 2018-08-02
Reserved
Features:
Compiled with Linaro 4.9
More cpu governors
More I/O schedulers
Voltage control
Adreno Idler
Downloads
https://www.mediafire.com/folder/ffmaa24sx673r/Y6
Reserved

[TWRP][osprey] Red TWRP 3.3.1 Unofficial for Moto G 2015

This is a unofficial TWRP made by me, which is based on Red Theme.
Code:
**** Disclaimer: I'm not responsible if you destroy your device. Use at your own risk!!! ****
To Flash on your device use following code
Code:
fastboot flash recovery twrp.img
Downloads
Download TWRP​
Source Code: https://github.com/TeamWin/android_device_motorola_osprey
Version Information
Status: Stable
Special Thanks to @squid2 for his Darkgreen theme source available on github,
Reserved
Thanks man ???
Add a screenshot please

Categories

Resources