Related
Hi,
Is this possible yet?
Sent from my CyanogenMod Desire HD
timstanley1985 said:
Hi,
Is this possible yet?
Sent from my CyanogenMod Desire HD
Click to expand...
Click to collapse
Only chroot also waithing for native
Moved to general.
god i cant wait till i can use it
dython said:
Only chroot also waithing for native
Click to expand...
Click to collapse
Are there any decent resources for running ubuntu in a chroot I am trying with the nexus based tutorials but not having much success.
Paul
Z0m81e said:
Are there any decent resources for running ubuntu in a chroot I am trying with the nexus based tutorials but not having much success.
Paul
Click to expand...
Click to collapse
sould work ! i'm gessing your doing somthing wrong
PLS, any build for noob like me ?
U R right. Guide for NEXUS working on DHD. THX
pls i have not cyanogen mod, but i have custom rom, i think Modaco, tried nexus based tutorials, but cant connect my ubuntu with vnc, whats wrong?
HD2 is runing Ubuntu in native mode (no VNC), can DHD do the same?
Do DHD users need to recompile their kernal to enable loop back devices the same as the EVO4G?
I am currently using Official HTC 2.6.32.21-g3d0aaff should it be the same instructions as compiling a kernal with CONFIG_DEV_BLK_LOOP=y for the EVO4G for the DHD aswell?
I have chrooted ubuntu working on my desire hd a recompile of the kernel was not needed like the evo4g.
Teblin said:
I have chrooted ubuntu working on my desire hd a recompile of the kernel was not needed like the evo4g.
Click to expand...
Click to collapse
Can you give us a tutorial please?
EDIT: read wrong, thought you said native.
Teblin said:
I have chrooted ubuntu working on my desire hd a recompile of the kernel was not needed like the evo4g.
Click to expand...
Click to collapse
What kernel are you using currently?
Teblin said:
I have chrooted ubuntu working on my desire hd a recompile of the kernel was not needed like the evo4g.
Click to expand...
Click to collapse
Wully616 said:
Do DHD users need to recompile their kernal to enable loop back devices the same as the EVO4G?
I am currently using Official HTC 2.6.32.21-g3d0aaff should it be the same instructions as compiling a kernal with CONFIG_DEV_BLK_LOOP=y for the EVO4G for the DHD aswell?
Click to expand...
Click to collapse
1 LOOP = is for short ubuntu in android we want real ubuntu NATIVE
2 DHD kan easy do ubuntu.even beter then hd2 as spec are beter.
3 We only need some kind of boot img with some options enabled like config_vt=y ( i dont know wat's needed more * )
4 CONFIG_DEV_BLK_LOOP=y is needed to chroot a os in a os
From wat i read online this are the option to enable in .config in your source to build.
CONFIG_INPUT=y
CONFIG_VT=y
CONFIG_VGA_CONSOLE=y
CONFIG_VT_CONSOLE=y
But as i say i dont know, its only wat i read
Hi,
I got it working on LeeDroid using this guide:
ht tp://androlinux.com/android-ubuntu-development/how-to-install-ubuntu-on-android/
Just out of curiousity...the Android OS is linux based...what would be the benefit of running ubuntu on the DHD (or any phone for that matter)?
I am currently running Ubuntu 10.10 on my laptop and there IS benefits there, but I just don't see how they would be related to a smartphone application except for the (pardon the reference) "geekiness" of it.
I know leedroid is currently playing with ubuntu on dhd...
He has mentioned this in the leedroid hd v2.0 thread (around page 800...yep its a big thread! lol)
Dwnshft said:
Just out of curiousity...the Android OS is linux based...what would be the benefit of running ubuntu on the DHD (or any phone for that matter)?
I am currently running Ubuntu 10.10 on my laptop and there IS benefits there, but I just don't see how they would be related to a smartphone application except for the (pardon the reference) "geekiness" of it.
Click to expand...
Click to collapse
just for some points , not that you need them.
1 download a 10G torrent for me on you phone without crashing.
2 let just forget all the apps you get with ubuntu alone
3 please run some python for me and i do mean full support
4 greasemonkey support
5 this are just some of the things
6 and that all on a smal smartphone instead of a 11inch notebook.
But just for the recored not that you need them , but sure i do.
Watched a few YouTube vids .. using the touch screen instead of a mouse looks tricky
Sent from my Desire HD using XDA App
We have had native Linux on our Iconias for quite a while now but the builds and kernels are getting outdated, Unity is here and there is no real direction as to what needs to be accomplished.
This thread has been started principally for two kinds of people:
Kernel and Linux developers whom can offer advice or indeed actual code
Iconia enthusiasts for suggestions / ideas as well as any logic they may have
This thread does not aim to make Linux on our Iconias poof out of nowhere. It requires a huge amount of work to get going although with proper information exchange it should be much easier to get the project going.
The current ToDo list is as follows (feel free to post me more):
RootFS on /data/linux
Kernel initrd which will chroot to /data/linux
Linux Kernel will boot off mmcblk0p7
Upgrade to Ubuntu 12.04 (although RootStock is now deprecated, we can just download a pre-built bundle for the arm-eabi FS, use live-build or get a pre-made RootFS. There's lots of options for this)
Build the kernel from scratch (this is kind of obvious anyway). Building for armhf sounds like a good idea
Full graphics acceleration from the Tegra 2 for Unity
Perhaps a build of Backtrack (this shouldn't be too difficult - they offer an image for arm. If it can share the kernel then we should be okay)
A501 3G Modem
USB Huawei Modems (although initial Googling seems to imply the compatibility of usbserial.ko and hence OOTB compatibility so long as a udev rule is added)
Camera, sensors and non-patchy wifi (issue on 2.6.38 although the nvidia drivers below should fix this)
Latest Linux kernel (ie 3.1.x)
We have plenty of resources at our disposal such as:
Dual Boot Bootloader: http://forum.xda-developers.com/showthread.php?t=1619913
ICS Kernel source: http://global-download.acer.com/GDF...AB&Step3=A500&OS=a08&LC=en&BC=Acer&SC=EMEA_27
A 2.6.x chromeos-based kernel with quite a bit of functionality implemented: https://github.com/astarasikov/iconia-gnu-kernel
Linux for Tegra which provides many drivers for porting Linux to the Tegra chips: http://developer.nvidia.com/linux-tegra
Kexecboot - a bootloader on a kernel image system which could be placed on mmcblk0p2 and can give us huge flexibility in terms of launching a kernel (http://kexecboot.org)
I've looked inside the Linux for Tegra package and a HUGE amount is in there including x configurations, hardware drivers, Broadcom wifi firmware and the list goes on.......
There's also a codec package so we can have native video acceleration in loads of formats.
The bootloader will, at least initially, probably be the default Acer one. We could utilise kexecboot in the future as noted above
What we need:
A system for organising the code. CI & trac?
Perhaps a wiki.... or at least somewhere to organise ideas and reversed data
Either role assignment or a huge number of 'issues' with the code on a system such as trac and anybody can fix any issue
What works without kernel hacking:
Sound: The Wolfson WM8903 sound chip has driver provided by Wolfson which have been integrated directly into the official Linux kernel source (source: http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices)
Wi-Fi (almost) - the broadcom drivers are available with a simple apt-get. They are also available through Linux for Tegra
Graphics Acceleration (Hardware) - the drivers and codecs come from Linux for Tegra
armhf - Support for the hard float capabilities is built right into the Tegra2 and both Ubuntu and Linux for Tegra provide this support alongside the (seemingly legacy!) armel
The RootFS can now be built with qemu-debootstrap
Please let me know if I forgot anything else (which I undoubtedly did!)
I'm all in. I can do whatever is needed. Looking For Backtrack more than Ubuntu but i'd imagine once we get the Kernels sorted any distro will be easy to make work. Looking forward to the FUN.
First, we have 3.0.0 kernel by sp3dev (having issues), I'll take look on that one. Eventhough kernels 3.0.y and 3.2.y (not 3.1.10 - that's EOL!) are good enough.
Secondly, kernel does not chroot, a script in initrd image does chroot (this isn't any magic). As in the previous question about cmdline, it's just say "dynamic configuration" for the kernel (as where to find rootfs etc.). In the linux kernel, it's hardcoded right now (needs to be undefined).
First, it's better to get points 1) - 3) working for now.
blackthund3r said:
There is a strong focus on the preliminary uboot bootloader, however. I'm not sure if this would replace the Acer bootloader or be chainloaded? Ideally we just want a boot img on mmcblk0p7. Can somebody confirm this for me?
Click to expand...
Click to collapse
No that's not possible. U-boot will be standalone bootloader (i.e if u-boot, then no Acer BL). Right now, my patch in Acer BL gives us a "sub-bootloader" (don't want to call it second-stage bootloader, because it always returns back to Acer BL, eventhough we submit the image as a byte array (and not a partition)).
I think its a good idea to start from 3.1.10 that's on nv git and has linux variant too...
thor2002ro said:
I think its a good idea to start from 3.1.10 that's on nv git and has linux variant too...
Click to expand...
Click to collapse
I think its a good idea someone cares to share his android kernel source. I tried to rebase my cros patches on top of nvidia android branch and most stuff seems to boot, but fb is not working.
I think I'll make a new version of uboot that will be able to boot custom kernel from a file/script in data partition and stock kernel from recovery partition. I have made a good port of uboot to sgs2 and now I know how to handle boot mode detection via gpio. Sadly I'm not using my iconia at all lately.
P.S. Everything works on 2.6.38 except camera and sensors. Wifi is unstable. What else could anyone probably want
Add to todo. 3G modem for A501
While the dual-boot bootloader is nice, it's not the best solution, in my opinion. Kexecboot would offer a nice multi-boot solution with a GUI. We'll have the ability to compile kernels on the native Linux environment without flashing every time. By simply passing arguments to the kernel (the one kexecboot loads), we can have it boot off of any partition Linux can see. This would eliminate any restrictions that the dual-boot bootloader may have. This would also be beneficial to users who prefer booting from non mmcblk0p7, non boot-img systems. (I personally prefer something along the lines of mmcblk1p1, with no boot img). Kexecboot already works for the Tegra 2, and has touchscreen abilities, so porting wouldn't be too terribly difficult. See here and here.
As far as distros go, we should look at something compiled for armhf. That'll help increase speeds. The tegra2 drivers already have a hard float pre-release available to play with.
If I think of anything else, I'll edit this post.
Added all your changes
What exactly is the aim of this thread?
Is it for the improved quality of different Linux distros in general of the Tab?
Is it for the creation of a single distro which will run decently?
Is it for just for spitballing ideas about the above ideas?
Stating a single goal will help us accomplish said goal with greater ease.
apapousek said:
What exactly is the aim of this thread?
Is it for the improved quality of different Linux distros in general of the Tab?
Is it for the creation of a single distro which will run decently?
Is it for just for spitballing ideas about the above ideas?
Stating a single goal will help us accomplish said goal with greater ease.
Click to expand...
Click to collapse
Threefold:
1) to collaborate what we have
2) to port and produce a fully working Ubuntu distro (complete including all patches, drivers etc)
3) if possible, make a backtrack port too
Sent from my Iconia A500 using Tapatalk 2
blackthund3r said:
Threefold:
1) to collaborate what we have
2) to port and produce a fully working Ubuntu distro (complete including all patches, drivers etc)
3) if possible, make a backtrack port too
Sent from my Iconia A500 using Tapatalk 2
Click to expand...
Click to collapse
1. A wiki would be nice. I have server space & bandwidth available.
2. That's not too difficult, especially with Ubuntu on the AC100 being tegra2
3. I've had one working for a while. It's just not too slick.
apapousek said:
1. A wiki would be nice. I have server space & bandwidth available.
2. That's not too difficult, especially with Ubuntu on the AC100 being tegra2
3. I've had one working for a while. It's just not too slick.
Click to expand...
Click to collapse
1. I have server space too - it powers my flash tool, ICS Root etc. I can install media wiki overnight - not an issue
2. In theory. It still has to be done though and there'll be loads of bugs. We want perfection
3. That's what we aim to change
Sent from my Iconia A500 using Tapatalk 2
Im all in particularly looking forward to backtrack but Ubuntu will be awesome if we can get it running without many if any bugs....
should we be focusing on ubuntu i mean there alot more lightweight os's such as DSL, Slitaz, unity linux, and puppy linux that would be alot less of a resource hog ;-)
gears177 said:
Im all in particularly looking forward to backtrack but Ubuntu will be awesome if we can get it running without many if any bugs....
should we be focusing on ubuntu i mean there alot more lightweight os's such as DSL, Slitaz, unity linux, and puppy linux that would be alot less of a resource hog ;-)
Click to expand...
Click to collapse
The Tegra 2 + 1GB RAM puts the A500 up there as one of the most powerful dual core tabs on the market. Ubuntu will be fantastic.
Sent from my Iconia A500 using Tapatalk 2
blackthund3r said:
The Tegra 2 + 1GB RAM puts the A500 up there as one of the most powerful dual core tabs on the market. Ubuntu will be fantastic.
Sent from my Iconia A500 using Tapatalk 2
Click to expand...
Click to collapse
kk looking forward to it pm me if i can help
gears177 said:
kk looking forward to it pm me if i can help
Click to expand...
Click to collapse
Sure. What skills do you have?
Sent from my Iconia A500 using Tapatalk 2
gears177 said:
Im all in particularly looking forward to backtrack but Ubuntu will be awesome if we can get it running without many if any bugs....
should we be focusing on ubuntu i mean there alot more lightweight os's such as DSL, Slitaz, unity linux, and puppy linux that would be alot less of a resource hog ;-)
Click to expand...
Click to collapse
gears177 said:
kk looking forward to it pm me if i can help
Click to expand...
Click to collapse
Okay, so none of the distros you named could be ran on our tablet. They're all Intel/AMD only. We have an ARM device. It's a beautiful, low-power architecture, that only a few distros support. Arch Linux runs fairly smooth on it, even when running from a Class 4 external microsd card.
If you want to help, learn how to compile a kernel, the differences between x86 and ARM, and about some basic user-space tools which interact directly or almost directly with the kernel.
Honestly, I'm not trying to be an a-hole, but having a plethora of volunteers does nothing if the volunteers don't know how it works.
apapousek said:
Okay, so none of the distros you named could be ran on our tablet. They're all Intel/AMD only. We have an ARM device. It's a beautiful, low-power architecture, that only a few distros support. Arch Linux runs fairly smooth on it, even when running from a Class 4 external microsd card.
If you want to help, learn how to compile a kernel, the differences between x86 and ARM, and about some basic user-space tools which interact directly or almost directly with the kernel.
Honestly, I'm not trying to be an a-hole, but having a plethora of volunteers does nothing if the volunteers don't know how it works.
Click to expand...
Click to collapse
I suppose that's a good point.
Anyhow, now we have loads of volunteers, should we assign roles?
Sent from my Iconia A500 using Tapatalk 2
blackthund3r said:
I suppose that's a good point.
Anyhow, now we have loads of volunteers, should we assign roles?
Sent from my Iconia A500 using Tapatalk 2
Click to expand...
Click to collapse
oh sorry :'( i can build from source and compile kernels but not very good have to learn and refine more sorry alot of my scripting is sloppy :-\
gears177 said:
oh sorry :'( i can build from source and compile kernels but not very good have to learn and refine more sorry alot of my scripting is sloppy :-\
Click to expand...
Click to collapse
I meant no offense by my comment at all. You're inquisitive, which is very very necessary for this project.
I would like to work a bit of the kernel side with gears.
Kernel side question. Do we want it to be compiled for ARM HF? It would give us speed benefits, above all else.
Anyone planning to port Ubuntu Touch to the Note 10.1. It seems like any device that can run CM 10.1 can run Ubuntu. https://wiki.ubuntu.com/Touch/Porting
I think we need a multi boot boot-loader maybe the method like on the nexus 7 IT Rocks can mutiboot several os ..
I have ran ubuntu on nexus not tried touch yet. Maybe i will today later..
erica_renee said:
I think we need a multi boot boot-loader maybe the method like on the nexus 7 IT Rocks can mutiboot several os ..
I have ran ubuntu on nexus not tried touch yet. Maybe i will today later..
Click to expand...
Click to collapse
A multi boot would definitely be nice but you should be able to backup and restore to previous Android as it keeps the custom recovery.
There's a how-to guide for porting on wiki.ubuntu if someone is capable of doing it:
https://wiki.ubuntu.com/Touch/Porting
Ooo this sounds very cool. I tried to read the wiki but my head almost exploded trying to understand the first bits. So I doubt I am the one to get it. lol!
Ok! According to Ubuntu post on nexus 10 forum they discovered that the Ubuntu touch is actually a Cm10.1 rom with Ubuntu over it and they say that porting is as simple as porting cm to other devices
http://forum.xda-developers.com/showthread.php?p=38337137
Ubuntu is HERE!!!
Sent from my GT-N8000 using XDA Premium HD app
Hello!
I did what I could, please feel free to check out my Port for N8000
mamenyaka said:
Hello!
I did what I could, please feel free to check out my Port for N8000
Click to expand...
Click to collapse
Awesome, too bad I have N8013 but great work.
8013
mamenyaka said:
Hello!
I did what I could, please feel free to check out my Port for N8000
Click to expand...
Click to collapse
Great job, thanks
Hey guys.
I am new to android developing.
I started by porting the CM10.1 ROM from HTC Desire, but my phone is stuck at the Huawei logo when it boots up.
I can still flash another ROM, but that is not the problem.
I want to know how to fix this. I want it to go past the Huawei Logo.
By the way, I used this procedure: http://forum.xda-developers.com/showthread.php?t=1598713 and I used Aurora ICS 5.0 for the base ROM. I know it doesn't have the same version of android, but there is no reason I shouldn't be experimenting like this.
Can anyone help?
Thanks.
rqmok said:
Hey guys.
I am new to android developing.
I started by porting the CM10.1 ROM from HTC Desire, but my phone is stuck at the Huawei logo when it boots up.
I can still flash another ROM, but that is not the problem.
I want to know how to fix this. I want it to go past the Huawei Logo.
By the way, I used this procedure: http://forum.xda-developers.com/showthread.php?t=1598713 and I used Aurora ICS 5.0 for the base ROM. I know it doesn't have the same version of android, but there is no reason I shouldn't be experimenting like this.
Can anyone help?
Thanks.
Click to expand...
Click to collapse
Delete phone.apk and try it?
Sent from my U8800-51
You can't port CM10.1 ROM to ICS ROM as base. That is inpossible.
I know
Mlopik said:
You can't port CM10.1 ROM to ICS ROM as base. That is inpossible.
Click to expand...
Click to collapse
I know, but it is not completely impossible.
I also tried to port it with CM10.1 that you are trying to fix, but I still get the same thing.
I will setup logcat and upload the information here.
Thanks.
Need to ask something
Hey again.
I haven't had time to do anything to my phone yet.
I am replying to ask if there is an awesome tutorial out there that could help me with this porting?
Currently, to port my ROM, I replaced files in port ROM from base ROM. Should I replace files in base ROM from port ROM?
Thanks for the help.
Hi Again
Hello.
I found out that there was a problem with the base ROM.
I have ported CM10.1 from U8800! Yaay!
But there are four things that are not working:
- WiFi
- Bluetooth
- Cam Recording
- Sound
Can you guys tell me how to fix the audio? In the logcat, it says that there is no sound output.
Thanks
CatLog results
Hey guys.
I've got the log attached to this reply. Have a look at the audio events and see what is wrong. I can't figure it out by myself.
Thanks
When will you releasing it fully functional?
Working on JB
Djuganight said:
When will you releasing it fully functional?
Click to expand...
Click to collapse
I have just ported the Jelly Bean from u8800pro to u8800non-pro, so I will be working on this ROM.
Seriously, I have no idea when I will be releasing a fully functional ROM. Because I have my studies as well, so I don't get much time to work on the ROM.
The audio is working in this ROM (wasn't working in the previous port),
The things that are currently not working are:
- WiFi
- Bluetooth
- Video Recording
I will try my best to do as much as possible.
I am new at building android ROMs, so please don't expect too much from me
I will be needing some help from other developers as well.
Do you think I should make a thread for this? or is there already enough not-fully functional JB ROMs there?
Thanks.:good:
Lololololol ridiculous!
Another porting, same issues...
How many are now? 4, 5 Jelly beans?
Ooo man, some times is just better to stay quiet....
Djuganight said:
Lololololol ridiculous!
Another porting, same issues...
How many are now? 4, 5 Jelly beans?
Ooo man, some times is just better to stay quiet....
Click to expand...
Click to collapse
I know how you feel. I also feel that way.
I would like to build Jelly Bean from source, like Blefish is doing right now, but I need a 64bit computer for that (mine is only 32bit. Unless there is a hack for this, I can't build from source.
I think everyone is going to start porting Jelly Bean ROMs until one starts working. :silly:
Everyone is porting the rom with the intention of making ir fully working and then abandon development. Why don't you and others continue the work that is already done instead of making a new port which will end up like the others.
Like your are having compatibility issues due to your 32bit computer, perhaps our device is incompatible with JB...
Djuganight said:
Everyone is porting the rom with the intention of making ir fully working and then abandon development. Why don't you and others continue the work that is already done instead of making a new port which will end up like the others.
Like your are having compatibility issues due to your 32bit computer, perhaps our device is incompatible with JB...
Click to expand...
Click to collapse
U8800 is compatible with JB.
Djuganight said:
Everyone is porting the rom with the intention of making ir fully working and then abandon development. Why don't you and others continue the work that is already done instead of making a new port which will end up like the others.
Like your are having compatibility issues due to your 32bit computer, perhaps our device is incompatible with JB...
Click to expand...
Click to collapse
Our device will remain compatible with every new android untill android will be using some new architecture of processor, so "sometimes it's better to stay silent".
OP, abandon your trials of getting a working JB using copy-paste ports. It can be only ported from source.
P.S.: just install ubuntu x64 and try to build something like CWM recovery out of forumber's source. If it builds, you can build anything you want. Today's computers know how to emulate x64. I'm myself using an old pentium d 820 (i386, sse2 and that's all) and I can build.
Mlopik said:
U8800 is compatible with JB.
Click to expand...
Click to collapse
That I don't know for sure but I believe our is. But why 4 or 5 JB around, all with exactly same issues
Now I and others also pick up a JB Rom, mod it here and there and then instead of 4/5 roms we can have dozens. Then again non working well. This makes sense?
Djuganight said:
That I don't know for sure but I believe our is. But why 4 or 5 JB around, all with exactly same issues
Now I and others also pick up a JB Rom, mod it here and there and then instead of 4/5 roms we can have dozens. Then again non working well. This makes sense?
Click to expand...
Click to collapse
It's still same ROM with other features.. It isn't simply fix Wi-Fi without source.
Djuganight said:
That I don't know for sure but I believe our is. But why 4 or 5 JB around, all with exactly same issues
Now I and others also pick up a JB Rom, mod it here and there and then instead of 4/5 roms we can have dozens. Then again non working well. This makes sense?
Click to expand...
Click to collapse
Because most of devs or those who like to be called developers don't have required knowledge and then leave the project as an excuse.
Honestly I have no hope that we can see a JB rom fully functional.
dark_vader said:
Because most of devs or those who like to be called developers don't have required knowledge and then leave the project as an excuse.
Honestly I have no hope that we can see a JB rom fully functional.
Click to expand...
Click to collapse
Why you don't make some for android yourself? if it's so simply.
nagato.fm said:
Our device will remain compatible with every new android untill android will be using some new architecture of processor, so "sometimes it's better to stay silent".
OP, abandon your trials of getting a working JB using copy-paste ports. It can be only ported from source.
P.S.: just install ubuntu x64 and try to build something like CWM recovery out of forumber's source. If it builds, you can build anything you want. Today's computers know how to emulate x64. I'm myself using an old pentium d 820 (i386, sse2 and that's all) and I can build.
Click to expand...
Click to collapse
So I can install ubuntu x64 on my x86 laptop? Are you talking about a virtual machine or installing ubuntu x64 on the actual laptop?
And as for others: Instead of saying that JB is not compatible with our device and all that sh*t, why don't you encourage me and give me some solutions.
Anyways, I am not posting this JB ROM until it's fully functional, because I might stop development as well (getting interested in firefox os).
rqmok said:
So I can install ubuntu x64 on my x86 laptop? Are you talking about a virtual machine or installing ubuntu x64 on the actual laptop?
And as for others: Instead of saying that JB is not compatible with our device and all that sh*t, why don't you encourage me and give me some solutions.
Anyways, I am not posting this JB ROM until it's fully functional, because I might stop development as well (getting interested in firefox os).
Click to expand...
Click to collapse
First of all,your CPU must support x64,If it supported,you can install x64 to you computer.
If you want install x64 system in virtual machine (like VirtualBox),you CPU must support VT-x or AMD-V (virtualization).
You can check virtualization and x64 support via SecurAble;
http://securable.en.softonic.com
Hi,
I've published a new git repository github.com/U8800Pro for our phone
I've started my work by forking G300 Dazzozo repository since he his actively working to Ascend G300 and he already get Firefox OS and Ubuntu phone port to his phone, and he is the only I found that get a CM-10.1 working on huawei devices.
Actually with my repo you can build from scratch a "CWM-based Recovery v6.0.2.9" with huawei 3.0.8 kernel built from scratch using gcc version 4.6.x-google 20120106 (prerelease).
Done:
CWM-based Recovery v6.0.2.9
Todo:
Test cm-10.1
Build Instruction:
[tbd]
Thanks to owner of following repository:
github.com/fredvj/device_huawei_u8860
github.com/Dazzozo/android_device_huawei_u8815
github.com/ioz9/cm9_device_u8800pro (yes this is always ivan/qiwu)
What is GIT repository ?
gleb_grid said:
What is GIT repository ?
Click to expand...
Click to collapse
Its for device and kernel trees
Sent from my U8800-51
You know what you are doing or the same with me...playing arround?
pikachukaki said:
You know what you are doing or the same with me...playing arround?
Click to expand...
Click to collapse
Try it out!
Sent from my U8800-51
pikachukaki said:
You know what you are doing or the same with me...playing arround?
Click to expand...
Click to collapse
I'd like a cm10.1 from source. So I can build ubuntu touch and firefox os like dazzozo does.
Since ivan don't release source I had to start from scratch.
let me know if someone wants to contribute...
dpeddi said:
I'd like a cm10.1 from source. So I can build ubuntu touch and firefox os like dazzozo does.
Since ivan don't release source I had to start from scratch.
let me know if someone wants to contribute...
Click to expand...
Click to collapse
You will not find noone that can help...and leave ubuntu and firefox for now...the phone dont have a proper official ICS rom...
pikachukaki said:
and leave ubuntu and firefox for now...the phone don't have a proper official ICS rom...
Click to expand...
Click to collapse
And so?
G300 shouldn't have official ICS too and Dazzozo get firefox os and ubuntu working on his phone (I don't know if full working or partially working)
dpeddi said:
And so?
G300 shouldn't have official ICS too and Dazzozo get firefox os and ubuntu working on his phone (I don't know if full working or partially working)
Click to expand...
Click to collapse
So..you dont want to fix your house roof that leaking but you will build a pool!!ok...you got the power
dpeddi said:
And so?
G300 shouldn't have official ICS too and Dazzozo get firefox os and ubuntu working on his phone (I don't know if full working or partially working)
Click to expand...
Click to collapse
Hope you can prove us wrong by achieving something similar with our phone based on what Dazzozo did on his G300
well good luck! If you got the skillz make a working 10.1 first,firefox and ubuntu haven't even sort out their initial build bugs,i think porting a buggy beta release is a waste of time but its your time,so have fun with it..!
I don't want to guess who and when but if someone will try to make new kernel properly I would like to emphasize the kernel bug which is a bit annoying.
Camera pixels displacement.
When you try to make a photo vertically 5MP quality it has several pixels wide picture displacement and in result you get photo with (in most cases) white line at left border.
If you change quality to lower it is not appearing. If you make photo holding phone horizontally this is also not occurring.
Some times you can even see that this line at left border has image parts which should actually should be placed at the right side of the picture seems like that line was cut out from right side and placed to the left border...
Since it is just in few pixels wide it is not making picture completely bad but as I said it is annoying.
I also saw pika has release new version of kernel so as I said I would not like to ask any exact person for this to take care but if someone will succeed please consider it as a bug that is needed to fix in kernel.
p.s. about g300 I bought that one for my wife so 4.1.2 is not for daily use. only 4.0.3/4 based on stock is reliable
p.p.s If that is not related to kernel that who could look at this prob? it is with most of 3.xxx kernel using roms
good work eddi, ubuntu touch work on g300 but is very very slow tested by me with my friend's phone
mauronofrio said:
good work eddi, ubuntu touch work on g300 but is very very slow tested by me with my friend's phone
Click to expand...
Click to collapse
I suspect this... What about firefox os?
no my friend dont want to install firefox os, dpeddi talk me with gtalk when you can
Seriously ?? Ubuntu? We dont even have a fully working cm10. Ubuntu is outta range. Even in my dads GS3 ubuntu doesnt work fully camera doesnt work gallery craps out. I seriously feel we should work on ICS or CM10 first to make them better and the first and the foremost thing to do is..To get a higher kernel than 3.0.8.. anyway thanks for sharing the GIT
-Rik[Rittik]
I manage to build touch and not-touch cwm through here http://builder.clockworkmod.com/ but i can't manage to fix usb mount...if anyone want to try it..its UOT like builder for cwm!!!