Guest propheus01 Posted February 26, 2014 Report Posted February 26, 2014 Let's add some requests for somewone build us a rom of Ubuntu, Dazzozo have make an almost stable for now ( i believe it will get stable ) rom of CM 10.2 and CM 11.0. I think that now it's usable android parts to build a ubuntu touch rom sicerely i dont care about the games, i use ubuntu on my desktop and i will love to use it on my smartphone. So now what we need is a custom swapped recovery as i undestand ubuntu touch install to data partition. We have: 1GB /data dev/block/mmcblk0p18 1009MB /System /dev/block/mmcblk0p17 1GB /Internal sd /dev/block/mmcblk0p19 For android parts 300MB Should be more that enought. Let's add the top of requests.
Guest ZolaIII Posted February 26, 2014 Report Posted February 26, 2014 (edited) Its a still a little to early for that! Let's Ubuntu first resolve all essential stuff like basic native apps & 100 most popular Android apps (to run natively) & tune up Mir a little bit more. Luckily freedreno is merged in mesa & kernel so graphics won't bea problem. On the other hand you can only whisper when it comes to DSP support. I think that native (compiled with normal compiler) apps will run much much faster & a up to date kernel will bring a big performance improvement in FPU based tasks (hard flout isa). Edited February 26, 2014 by ZolaIII
Guest MadHatterRyu Posted February 27, 2014 Report Posted February 27, 2014 *sigh* : ) waiting for it too
Guest Felsch Posted February 27, 2014 Report Posted February 27, 2014 tbh... I tried building it... I just kept getting stuck on 1 point (creating ota package, part of building CM)... I tried the CM11 kernel sources from dazzozo against the current of what is in the repository's... which isn't based upon 14.04. So I figured I would wait till 14.04 and the official release and then try it again, but more as Proof on concept to... if I am correct: - 13.10 is based upon android cm10.2 (or uses those parts) - 14.04 will be getting the kitkat things they need
Guest propheus01 Posted February 27, 2014 Report Posted February 27, 2014 (edited) tbh... I tried building it... I just kept getting stuck on 1 point (creating ota package, part of building CM)... I tried the CM11 kernel sources from dazzozo against the current of what is in the repository's... which isn't based upon 14.04. So I figured I would wait till 14.04 and the official release and then try it again, but more as Proof on concept to... if I am correct: - 13.10 is based upon android cm10.2 (or uses those parts) - 14.04 will be getting the kitkat things they need Sometimes the error in OTA package can be fixed by editing /yourcyanogensourcedirectory/build/tools/releasetools/common.py Find the line " cmd = [OPTIONS.java_path, "-Xmx2048m", "-jar", " and change "-Xmx2048m" to "-Xmx1024m" or "-Xmx512m". and give it a try. To compille a kernel to ubuntu touch the config of the kernel source xxxx_defconfig sould have the options below: CONFIG_SYSVIPC=y CONFIG_NAMESPACES=y CONFIG_UTS_NS=y CONFIG_IPC_NS=y CONFIG_USER_NS=y CONFIG_PID_NS=y CONFIG_NET_NS=y CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y CONFIG_DEVPTS_MULTIPLE_INSTANCES=y CONFIG_FSNOTIFY=y CONFIG_DNOTIFY=y CONFIG_INOTIFY_USER=y CONFIG_FANOTIFY=y CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y CONFIG_SWAP=y # CONFIG_ANDROID_PARANOID_NETWORK is not set CONFIG_VT=y CONFIG_VT_CONSOLE=y u8833_defconfig file already with the options added: https://drive.google.com/file/d/0BzE-I0L9OCRDc2FEOXpfTWRybkU/edit?usp=sharing Edited February 27, 2014 by propheus01
Guest Felsch Posted February 28, 2014 Report Posted February 28, 2014 Sometimes the error in OTA package can be fixed by editing /yourcyanogensourcedirectory/build/tools/releasetools/common.py Find the line " cmd = [OPTIONS.java_path, "-Xmx2048m", "-jar", " and change "-Xmx2048m" to "-Xmx1024m" or "-Xmx512m". and give it a try. To compille a kernel to ubuntu touch the config of the kernel source xxxx_defconfig sould have the options below: CONFIG_SYSVIPC=y CONFIG_NAMESPACES=y CONFIG_UTS_NS=y CONFIG_IPC_NS=y CONFIG_USER_NS=y CONFIG_PID_NS=y CONFIG_NET_NS=y CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y CONFIG_DEVPTS_MULTIPLE_INSTANCES=y CONFIG_FSNOTIFY=y CONFIG_DNOTIFY=y CONFIG_INOTIFY_USER=y CONFIG_FANOTIFY=y CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y CONFIG_SWAP=y # CONFIG_ANDROID_PARANOID_NETWORK is not set CONFIG_VT=y CONFIG_VT_CONSOLE=y u8833_defconfig file already with the options added: https://drive.google.com/file/d/0BzE-I0L9OCRDc2FEOXpfTWRybkU/edit?usp=sharing the defconfig I did indeed changed already... It's compiled till the following error: unable to load device-specific module; assuming none Traceback (most recent call last): File "./build/tools/releasetools/ota_from_target_files", line 860, in <module> main(sys.argv[1:]) File "./build/tools/releasetools/ota_from_target_files", line 832, in main WriteFullOTAPackage(input_zip, output_zip) File "./build/tools/releasetools/ota_from_target_files", line 409, in WriteFullOTAPackage script.Mount("/system") File "/home/felsch/ubnt-touch/build/tools/releasetools/edify_generator.py", line 150, in Mount p = fstab[mount_point] KeyError: '/system' Internet isn't much helpful(then again, I only looked, never asked) and ubuntu would get better support in the next version, hence I am waiting for the next version.
Guest propheus01 Posted February 28, 2014 Report Posted February 28, 2014 (edited) the defconfig I did indeed changed already... It's compiled till the following error:unable to load device-specific module; assuming noneTraceback (most recent call last): File "./build/tools/releasetools/ota_from_target_files", line 860, in <module> main(sys.argv[1:]) File "./build/tools/releasetools/ota_from_target_files", line 832, in main WriteFullOTAPackage(input_zip, output_zip) File "./build/tools/releasetools/ota_from_target_files", line 409, in WriteFullOTAPackage script.Mount("/system") File "/home/felsch/ubnt-touch/build/tools/releasetools/edify_generator.py", line 150, in Mount p = fstab[mount_point]KeyError: '/system'Internet isn't much helpful(then again, I only looked, never asked) and ubuntu would get better support in the next version, hence I am waiting for the next version. Take o look at your #Recovery part on Boardconfig.mk more specific the partions size. ex. this is u8951 BoardConfig.mk part. CM # Partitions BOARD_SYSTEMIMAGE_PARTITION_SIZE := 0x12C00000 BOARD_USERDATAIMAGE_PARTITION_SIZE := 0x0AF00000 BOARD_BOOTIMAGE_PARTITION_SIZE := 0x00C00000 BOARD_RECOVERYIMAGE_PARTITION_SIZE := 0x00C00000 BOARD_FLASH_BLOCK_SIZE := 0x00020000 BOARD_CACHE_DEVICE := /dev/block/mmcblk0p15 BOARD_CACHE_FILESYSTEM := ext4 BOARD_CACHE_FILESYSTEM_OPTIONS := rw BOARD_SYSTEM_DEVICE := /dev/block/mmcblk0p17 BOARD_SYSTEM_FILESYSTEM := ext4 BOARD_SYSTEM_FILESYSTEM_OPTIONS := rw BOARD_DATA_DEVICE := /dev/block/mmcblk0p18 BOARD_DATA_FILESYSTEM := ext4 BOARD_DATA_FILESYSTEM_OPTIONS := rw Try delete BOARD_SYSTEMIMAGE_PARTITION_SIZE := 0x12C00000 and retry i once encounter that error and by deleting this was able to build. Edited March 1, 2014 by propheus01
Guest slfl Posted March 8, 2015 Report Posted March 8, 2015 I create src in github and build. But, i have more errors =((( I need help.
Guest slfl Posted March 9, 2015 Report Posted March 9, 2015 (edited) build touch... not work :( But, work core! I connect to my device and use adb interface.Core and Logs Edited March 9, 2015 by slfl
Guest Athernet Posted March 23, 2015 Report Posted March 23, 2015 awesome, please continue with it and surprise us with ubuntu touch for g510. I'm dreaming with it so long time!!!!
Guest slfl Posted March 23, 2015 Report Posted March 23, 2015 awesome, please continue with it and surprise us with ubuntu touch for g510. I'm dreaming with it so long time!!!! I too.
Guest jakos176 Posted June 2, 2015 Report Posted June 2, 2015 Hello¡¡ Someone can continue with this ROM? I like Ubuntu, and i think that smartphone can work with other ROM, not just Android Thanks Sorry for my english, i´m spanish
Guest MadHatterRyu Posted June 2, 2015 Report Posted June 2, 2015 Give it up.. our phone isn't REALLY upto it. EVEN if we port Ubuntu onto our devices, we can't utilise ANY of it's features with just two A5 cores clocked at 1ghz and 512 mb ram. And even if it were upto it, Qualcomm's support is terrible. This is a dated, inefficient 45nm die that is several generations old. Adreno 203 has not only outlived it's use but it barely even came into market on more than a handful devices. Don't go by OS, don't go by device, go by how the two come together as an EXPERIENCE.
Guest slfl Posted June 3, 2015 Report Posted June 3, 2015 Give it up.. our phone isn't REALLY upto it. EVEN if we port Ubuntu onto our devices, we can't utilise ANY of it's features with just two A5 cores clocked at 1ghz and 512 mb ram. And even if it were upto it, Qualcomm's support is terrible. This is a dated, inefficient 45nm die that is several generations old. Adreno 203 has not only outlived it's use but it barely even came into market on more than a handful devices. Don't go by OS, don't go by device, go by how the two come together as an EXPERIENCE. WHAT?! GOTO G300/G3001. This phone have a port Ubuntu touch... But, have a small core.
Guest Athernet Posted June 3, 2015 Report Posted June 3, 2015 I hope that some developer hear us and port ubuntu touch for our device. Really i m waiting for it since so looooong !!!
Guest slfl Posted June 3, 2015 Report Posted June 3, 2015 I tried to build. But there was an error with the kernel and do not intend to.
Guest jakos176 Posted June 4, 2015 Report Posted June 4, 2015 (edited) When the developer tried to port the ROM was last year....the code of ubuntu is best than last year....Why dont try again? Somebody want try it? We can be testers or try to help someway.... Sorry for my english, I´m spanish Edited June 4, 2015 by jakos176
Guest fonz93 Posted June 4, 2015 Report Posted June 4, 2015 I tried to build. But there was an error with the kernel and do not intend to. When the developer tried to port the ROM was last year....the code of ubuntu is best than last year....Why dont try again? Somebody want try it? We can be testers or try to help someway.... Sorry for my english, I´m spanish Is that post from last year?
Guest slfl Posted June 4, 2015 Report Posted June 4, 2015 Is that post from last year? No, this year.
Guest Ceastel Posted June 4, 2015 Report Posted June 4, 2015 At the end of 2013 year I compiled one private build of ubuntu touch for y300 and it worked. It was laggy very hard but on acceptable level to just see how it look like. In most cases, most things are compatible. I wish it motivate some devs cuz now ubuntu touch should running much better than 2 years ago ... Greetings, Ceastel
Guest slfl Posted June 4, 2015 Report Posted June 4, 2015 At the end of 2013 year I compiled one private build of ubuntu touch for y300 and it worked. It was laggy very hard but on acceptable level to just see how it look like. In most cases, most things are compatible. I wish it motivate some devs cuz now ubuntu touch should running much better than 2 years ago ... Greetings, Ceastel o_O You have a info for porting? Or can't help?
Guest jakos176 Posted June 4, 2015 Report Posted June 4, 2015 I´m sorry for the date.... :unsure: I Looked at the date of creation of the post
Guest jakos176 Posted June 7, 2015 Report Posted June 7, 2015 At the end of 2013 year I compiled one private build of ubuntu touch for y300 and it worked. It was laggy very hard but on acceptable level to just see how it look like. In most cases, most things are compatible. I wish it motivate some devs cuz now ubuntu touch should running much better than 2 years ago ... Greetings, Ceastel UOOO ... Can you give more information, please?
Guest lSergiomn Posted June 7, 2015 Report Posted June 7, 2015 UOOO ... Can you give more information, please? Fake fake fakeeeeee
Guest juanpablocastillo Posted June 7, 2015 Report Posted June 7, 2015 (edited) Fake fake fakeeeeee You don't have idea of what are you talking about. What arguments do you have to say than Ceastel is lying? Edited June 7, 2015 by juanpablocastillo
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now