Can I make app to call with Linux on firefox OS? - Firefox OS General

Now we have Faux kernel on Nexus4 it can boot firefox os and can OC
But i don't know API to use javascript to call Linux
Who know please teach me!
Sorry for my bad english

pureexe said:
Now we have Faux kernel on Nexus4 it can boot firefox os and can OC
But i don't know API to use javascript to call Linux
Who know please teach me!
Sorry for my bad english
Click to expand...
Click to collapse
Mozilla provides the API's for FxOS on their developer website, with reference apps as well.
A good place to learn how to build apps for FxOS is through Mozilla. Won't be very hard if you already know some js and html5.
https://marketplace.firefox.com/developers/docs/quick_start

Related

[Q] decompiling zImage ??

Hi,
Whether and how to can decompile / decompress zImage?
S.
What is your reason to do this?
You can download source code, kernel is OpenSource ;-)
http://git.linuxtogo.org/?p=groups/mobile-linux/kernel.git;a=shortlog;h=refs/heads/htc-msm-2.6.32
I know.
I can do: source to zImage
but I can not do: zImage to source
ATomCZ said:
What is your reason to do this?
You can download source code, kernel is OpenSource ;-)
http://git.linuxtogo.org/?p=groups/mobile-linux/kernel.git;a=shortlog;h=refs/heads/htc-msm-2.6.32
Click to expand...
Click to collapse
Considering how the OP dodged your question, I'd guess he wants to decompile a kernel for which no source code is / has been provided (idk, maybe he got his hands on an "experimental" kernel by Cotulla or something like that). Since that would imply some yet "unofficial" kernel, I'd say it's good that he can't decompile it
I'd be keen to learn a little about it too...
For example at the moment I'm running an older kernel tat has been undervolted/overclocked.
Obviously the kernels released by the devs are not undervolted.
So what I'd like to know is how to take the latest kernel and apply the undervolt/overclock to it or vice versa...
I'm keen to try and get a grasp at how this Linux whatdyacallit works
the_scotsman said:
I'd be keen to learn a little about it too...
For example at the moment I'm running an older kernel tat has been undervolted/overclocked.
Obviously the kernels released by the devs are not undervolted.
So what I'd like to know is how to take the latest kernel and apply the undervolt/overclock to it or vice versa...
I'm keen to try and get a grasp at how this Linux whatdyacallit works
Click to expand...
Click to collapse
git, change, compile...
Anyone got anything worthwhile to say....
I have limited Linux knowledge so a few pointers would be a good start, if possible...not looking for anyone to hold my hand...but looking for something a little more than the previous post.
Thanks
the_scotsman said:
I'd be keen to learn a little about it too...
For example at the moment I'm running an older kernel tat has been undervolted/overclocked.
Obviously the kernels released by the devs are not undervolted.
So what I'd like to know is how to take the latest kernel and apply the undervolt/overclock to it or vice versa...
I'm keen to try and get a grasp at how this Linux whatdyacallit works
Click to expand...
Click to collapse
I'm keen as well, fairly new to programming and whatnot, so this would be very helpful...
Ok so there's a little more info here: http://git.linuxtogo.org/?p=groups/...7;hb=e51cb9c975bb81ae498c286ff28efa89489c3b17
The readme explains a little about how to do it, but it looks like they assume you have a fair understanding of it already...some light reading for me tomorrow then
the_scotsman said:
Ok so there's a little more info here: http://git.linuxtogo.org/?p=groups/...7;hb=e51cb9c975bb81ae498c286ff28efa89489c3b17
The readme explains a little about how to do it, but it looks like they assume you have a fair understanding of it already...some light reading for me tomorrow then
Click to expand...
Click to collapse
thats it! its not to simple... LOL, its impossible to teach such a thing in a post
Sorry, i didn't want to be rude my friend...
the_scotsman said:
I'd be keen to learn a little about it too...
For example at the moment I'm running an older kernel tat has been undervolted/overclocked.
Obviously the kernels released by the devs are not undervolted.
So what I'd like to know is how to take the latest kernel and apply the undervolt/overclock to it or vice versa...
I'm keen to try and get a grasp at how this Linux whatdyacallit works
Click to expand...
Click to collapse
Maybe I'm being too risk-avoiding, but I'd stay away from especially anything that has to do with undervolting and overclocking, even if it means taking the functionality from source code that works and putting it in another piece of code... that may not be the best way to learn about how that kind of coding works
+1 for me too, the reason why I want to know is there is a solution to a problem in one kernel, which I want to see how it was fixed and to see if it can be added to another kernel.
And if you ask why not use the kernel that has the fix, the answer is compatability.
A decent answer wouldn't be bad, for me either.
I recently got a cheap 3Q Q-Pad tabby, which is closed, and 1GHz + 512MB RAM + ICS 4.0.3 is not a good mix :S
Why wont you just get tytungs kernel from guthub?

Linux on A500: The Future

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.

Any Chance to get FireFox OS on our beloved HD2?

Dear developer friends
i just saw Firefox OS running on Nokia N9 phone
just asking if it is possible since it has some new features and based on HTML5 web standards as core system, to port it to HTC HD2.
thanks in advance and sorry for my poor english :good:
It will be done if there is interest and potential..
naser6355 said:
Dear developer friends
i just saw Firefox OS running on Nokia N9 phone
just asking if it is possible since it has some new features and based on HTML5 web standards as core system, to port it to HTC HD2.
thanks in advance and sorry for my poor english :good:
Click to expand...
Click to collapse
This may partly answer your query: http://www.mozilla.org/en-US/firefox/mobile/features/
abdelazeez said:
This may partly answer your query: http://www.mozilla.org/en-US/firefox/mobile/features/
Click to expand...
Click to collapse
MMmm... Sorry to interrupt but I think he/she was not talking about that.
To be exact the question was if it was possible to get Firefox OS << yep is clickable. To the HD2. And for a quick answer yes it could be possible, just go and inspire a dev or learn how to dig up from the source. Here
In resume... Can be possible and please don't confuse it with the browser.
Cya
I would love to play around with it aswell. :laugh:
Yes this would be pretty cool. Imagine its pretty doable for the devs that have done all the Android work. I have managed to download the source and build the emulator but that is about as far as my knowledge can take me lol
Maybe we can do a pool (are you interested in FireFox os on HTC HD2 : yes or no) like in the meego port to show the devs we are intersted.
Like if we can get many yes's i am sure one of our devs would start tinkering
I would really appreciate it if there will be a ff os sometime
Is there any progress?
maykel. said:
Is there any progress?
Click to expand...
Click to collapse
I'm currently working on a port of B2G (firefox os) for the HD2.
Edit: compiling as of 11:00 PM EST
Edit 2: compiling failed. Will reattempt with different sources soon.
FireFox OS on HD2? really?
me three
Personally I would love to see this. I humbly offer my services as a tester if anyone does produce anything that needs testing.
Any progress on this one?
Did Mozilla release Source code for the system? If yes, id like to test if not attempt to build this over the summer.
shawnbusker said:
I'm currently working on a port of B2G (firefox os) for the HD2.
Edit: compiling as of 11:00 PM EST
Edit 2: compiling failed. Will reattempt with different sources soon.
Click to expand...
Click to collapse
When are we will see HTC HD2 Firefox OS ready?
shawnbusker said:
I'm currently working on a port of B2G (firefox os) for the HD2.
Edit: compiling as of 11:00 PM EST
Edit 2: compiling failed. Will reattempt with different sources soon.
Click to expand...
Click to collapse
Are you compiling with Mozilla sources?
And is this running on a particular kernel? like android kernels run ubuntu phone?
I think any dev will port it for us.
any news regarding Firefox OS on HD2?
Are there any news regarding Firefox OS on HD2?
shawnbusker said:
I'm currently working on a port of B2G (firefox os) for the HD2.
Edit: compiling as of 11:00 PM EST
Edit 2: compiling failed. Will reattempt with different sources soon.
Click to expand...
Click to collapse

Firefox OS

Mozilla have launched Firefox OS based on Linux kernel ... Its open source ... I would like any of our good developers to look forward towards developing this OS for our phones
More detail here: http://www.mozilla.org/en-US/b2g/
would be hard if there's no propietary driver kernel source..
It's possible.
Here's manifest: https://github.com/mozilla-b2g/b2g-manifest
I'm too busy to port it for now. Maybe someone else can do that.
i will give it a try to port it
This isn't android based... it's not a ROM it's an other OS... i think if it's possible it will be very hard
i have knowledge of unbranded os types
It's not android. But it is linux and android is also linux, so I think drivers can be ported from android to this, no (though no api stuff and such will be the same)?
I assume it'll be hard, much harder than ics and jelly bean, but still possible.
But I also think that it won't run as good/smooth as ics and in the future jb will run.
So it might run, but if it's useful is another question...
Nevertheless it would be awesome to see it running on the gio.
Also does it need to run on it's own or is it possible to run it on top of the android kernel? If this is the case then it becomes rather easy as we have enough stable android kernels for the gio.
Marcin, is that the purpose of the link you posted?
marcin1147 said:
It's possible.
Here's manifest: https://github.com/mozilla-b2g/b2g-manifest
I'm too busy to port it for now. Maybe someone else can do that.
Click to expand...
Click to collapse
I think it's Android based, it uses AOSP repo besided Linaro repo and Mozzila repo!
Code:
<remote name="aosp"
fetch="https://android.googlesource.com/" />
bgm92 said:
I think it's Android based, it uses AOSP repo besided Linaro repo and Mozzila repo!
Code:
<remote name="aosp"
fetch="https://android.googlesource.com/" />
Click to expand...
Click to collapse
but i see no apps in the manifest
tioammar said:
but i see no apps in the manifest
Click to expand...
Click to collapse
Of course not. It's based on android, so the core shares a lot with the core of android. This doesn't make it android.
The whole os is (except for the core stuff) web based, which probably means all apps need to be written in html 5 or maybe other web standards.
So android apk apps don't work, and so it makes no sence including them.
Stannieman said:
Of course not. It's based on android, so the core shares a lot with the core of android. This doesn't make it android.
The whole os is (except for the core stuff) web based, which probably means all apps need to be written in html 5 or maybe other web standards.
So android apk apps don't work, and so it makes no sence including them.
Click to expand...
Click to collapse
simple and great explanation.. thanks
currently trying to port give me some days
warface123 said:
currently trying to port give me some days
Click to expand...
Click to collapse
https://github.com/MaclawStudios
Here are sources for android ICS on GIO. Since the manifest uses android 4.0.4 I think you may need to use some things from this (don't forget to mention Maclaw and Marcin if you do).
Soon this will be updated to JB I think, I don't know if FFOS works with JB as well or it specifically needs ICS though.
About firefox OS: http://en.wikipedia.org/wiki/Firefox_OS
So it's not entirely android based. It only uses some parts for some of the hardware.
thanks for the sourches
It's based android. Because s2 users can install it.
its dam hard but i am making progress what do you want guys odin or cwm just wanna now
warface123 said:
its dam hard but i am making progress what do you want guys odin or cwm just wanna now
Click to expand...
Click to collapse
odin
alright it will be odin then now i gonna sleep but will continu tommorow
How much android is really in it? Mozilla made it so that it can run on devices that run android. So they probably just mean ARM with a certain ammount of ram etc...
Wikipedia says it's a linux kernel, some components of android for hardware communication, mozilla's own api's for app -> hardware communication such as phone, cam, speakers etc, and last but not least the gecko engine.
So if the kernel used is the same as the one used for android then you could use maclaw (and team)'s ICS kernel + the android stuff needed, merged with the b2g sources.
I'm not really a dev so it's probably a lot harder then what I'm saying here. But I think it's easier then a fully fledged android...
Were you able to boot something already?

[GIT - WIP] New CM10.1 Git repository for our phone

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!!!

Categories

Resources