Re: [b2g] building Firefox OS v1.4 for Peak fails

2014-04-13 Thread Jovan Gerodetti
thank you for taking a look at my issue. It is working now.

Jovan


2014-04-07 23:58 GMT+02:00 Dave Huseby :

> It looks like you don't have the Android SDK installed properly.  Try
> following the instructions here: http://mzl.la/1hmmQN1
>
> FWIW, I just build v1.4 for my Peak on Ubuntu 13.04 64-bit with these
> environment variables:
>
> Build Config:
>   CC = /usr/bin/gcc-4.6
>   CXX= /usr/bin/g++-4.6
>   BRANCH = v1.4
>   B2G_DIR= /opt/B2G-Peak
>   GECKO_PATH = /opt/B2G-Peak/gecko
>   GECKO_OBJDIR   = /opt/B2G-Peak/objdir-gecko-v1.4
>   ANDROIDFS_ROOT = /opt/Backups/Peak
>
> You can find my blog post on my .userconfig file here:
> http://bit.ly/1hmn5Yx
>
> Good luck!
>
> -dave
>
> On 04/02/2014 09:39 AM, Jovan Gerodetti wrote:
> > Hello all,
> >
> > I'm trying to build b2g for my Geeksphone Peak on openSUSE 13.1 x64. I
> > installed all requirements listed on https://github.com/mozilla-b2g/b2g.
> > I also build and installed gcc in to /home/jovan/gcc-4.6.3-bin/ and
> > exported gcc and g++ with
> >
> > export CC=/home/jovan/gcc-4.6.3-bin/bin/gcc
> > export CXX=/home/jovan/gcc-4.6.3-bin/bin/g++
> >
> > I could successfully run config (from /home/jovan/b2g/) with
> >
> > BRANCH=v1.4 ./config.sh peak
> >
> > But if I trynow to build with
> >
> > ./build.sh -j1
> >
> > It always fails with
> >
> >
> prebuild/linux-86/toolchain/arm-linux-andriodeabi-4.4.x/bin/../lib/gcc/arm-linux-androideabi/4.4.3/../../../../arm-linux-androideabi/bin/ld:
> >
> out/target/product/peak/obj/SHARED_LIBRARIES/libstagefright_intermediatets/MediaExtractor.o:
> > in function
> > android::MediaExtractor::Create(android::sp const&,
> > char
> > const*):frameworks/base/media/libstagefright/MediaExtractor.cpp:119:
> > error: undefined reference to
> >
> 'android::MPEG2PSExtractor::MPEG2PSExtractor(android::sp
> > const&)'
> > collect2: id returned 1 exit status
> > make: ***
> >
> [out/target/product/peak/obj/SHARED_LIBRARIES/libstagefright_intermediates/LINKED/libstagefright.so]
> > Error 1
> >
> > can anyone tell me why it fails and what I have to do to fix it?
> >
> > Regards,
> > Jovan Gerodetti
> >
> >
> > ___
> > dev-b2g mailing list
> > dev-b2g@lists.mozilla.org
> > https://lists.mozilla.org/listinfo/dev-b2g
> >
>
>
> ___
> dev-b2g mailing list
> dev-b2g@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-b2g
>
>
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] Never again will I buy a ZTE anymore.

2014-04-13 Thread Adrian Custer

On 4/12/14, 2:53 PM, Ernesto Acosta wrote:

It is intolerable lack of communication that exists with ZTE. It is
intolerable that offer little support to ZTE Open, to the point that
they have not even given an official explanation of why updates have
not gone.

In social networks ZTE only promotes and supports for their Android
phones. Now there's a comment on the net that says that ZTE will not
give more support to ZTE Open.

Honestly, never, I will buy another product from ZTE, at least
FirefoxOS included.

I stay with my ZTE Open because I have no choice, but the next think
about buying a Geekphone or any other phone to go on sale FirefoxOS
if they sell any. ___
dev-b2g mailing list dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g



Hey,

Bummer that you are having a bad time with a Firefox OS device. I know 
that it is totally frustrating to have one's phone, our most intimate 
device, not feel reliable and not be a joy to use.



The blame, however, does not lie solely, or perhaps even at all, with 
ZTE. My own feeling is that the blame for lack of communication, 
explanation, and support lies much closer to home. While I originally 
blamed the hardware providers like you are doing, I now believe that 
Firefox OS itself, and Mozilla, deserve the core of the blame.


The fundamental irony of Firefox OS is that Mozilla builds the *only* 
operating system on which the Firefox browser runs where that Firefox 
browser CAN NOT BE UPGRADED!





Building a Firefox OS where the browser (i.e. the entire Gecko layer, 
not the 'browser' app) could be updated by end users would solve most of 
your issues: you would get an up to date browser environment and would 
be able to install the new version of the core Gaia apps. Conversely, 
the current situation, where you can not even install security updates 
to Gecko, leaves you and all of us users, vulnerable to any security 
flaws discovered in the software. This situation is also terrible for 
app developers since we are going to have to code either to the lowest 
common system (Firefox 18 if I remember correctly) or to support the 
multiple browser versions on the different devices using duplicate code. 
The situation also sucks for Mozilla developers because they will not be 
getting their great work out to the largest possible audience. This is 
lose, lose, lose.


This design flaw, as best as I can tell, is purely architectural; there 
appears to be no fundamental technical limitation which would prevent 
such updates to Gecko. (The technical limitation of support for new Web 
API which depend on operating system level code changes is real and 
would require an upgrade to the operating system itself which is more 
complex and may or may not involve device manufacturer support; however, 
those API represent a small issue compared to security updates, updates 
to the core HTML/CSS/Js execution environment, and updates to the main 
Gaia applications which ought to be as regular as updates to the Firefox 
browser on any other, i.e. 'desktop', OS.)


The design flaw preventing Gecko upgrades on Firefox OS is Mozilla's; 
the lack of a response to that flaw is also Mozilla's. A good response 
to your issue would be to acknowledge it and explain the various ways in 
which it is being addressed. However, there is no one on the Firefox OS 
team who has taken on the responsibility to foster communication between 
end users and the project leadership. This is a failure of the the 
leaders of the project who should either be doing that work or 
delegating it to make sure it gets done. We end users can not simply 
solve this on our own: developing a clean architectural separation 
between Gaia and Gonk requires a complete knowledge of both the multiple 
code layers and of the Android+B2G build system, something that only the 
whole project, working together, can achieve. The (re)focus on fixing 
your issue is also the responsibility of the leadership. A good response 
to your issue would be for the leadership to make sure communication 
around the issue happened, a decision was made as to how to go about 
fixing the issue, and the project stayed focused on fixing that complex 
and central issue. Instead, the Firefox OS project seems to be a bunch 
of separate code teams, each doing great work building new features and 
better applications but leaving the core issues unaddressed. (I have a 
long email set to go out to the Board of the Mozilla Foundation on this 
issue of the lack of effective communication, leadership, and end-user 
focus in the Firefox OS project since the board members are the only 
ones that I know of who could assess the project to see if my analysis 
makes sense and deal with it if I am right; however, that letter is on 
hold until the CEO and board situation settles down.)



This of course does not help you, an end user and probably a developer. 
I only encourage you to see that it is as 

Re: [b2g] Never again will I buy a ZTE anymore.

2014-04-13 Thread Bruno Vilar



I believe the worst company is LG. There is no support LG Fireweb (lack 
of: updates and official information about the device) and I can't flash 
my own images. So, those who own the device are stuck on Firefox OS 1.1.



I have also an Alcatel One Touch Fire. I don't have official updates for 
now, but I can build and flash my own images.


Bruno


On 12-04-2014 15:53, Ernesto Acosta wrote:

It is intolerable lack of communication that exists with ZTE. It is intolerable 
that offer little support to ZTE Open, to the point that they have not even 
given an official explanation of why updates have not gone.

In social networks ZTE only promotes and supports for their Android phones. Now 
there's a comment on the net that says that ZTE will not give more support to 
ZTE Open.

Honestly, never, I will buy another product from ZTE, at least FirefoxOS 
included.

I stay with my ZTE Open because I have no choice, but the next think about 
buying a Geekphone or any other phone to go on sale FirefoxOS if they sell any.
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] Never again will I buy a ZTE anymore.

2014-04-13 Thread pavithran
On 12 April 2014 20:53, Ernesto Acosta  wrote:
> It is intolerable lack of communication that exists with ZTE. It is 
> intolerable that offer little support to ZTE Open, to the point that they 
> have not even given an official explanation of why updates have not gone.
I think only 1.1 was official from ZTE . 1.2 on a drop box folder
wouldn't count . Inari nightly builds for 1.3 and 1.4 are not official
, they have hit a roadblock and stopped :(
https://groups.google.com/d/topic/mozilla.dev.b2g/yw-DZEIah8A/discussion
 has no proper replies either from the community,mozilla or ZTE :(
Also at bugzilla there are no replies
https://bugzilla.mozilla.org/show_bug.cgi?id=986004

> I stay with my ZTE Open because I have no choice, but the next think about 
> buying a Geekphone or any other phone to go on sale FirefoxOS if they sell 
> any.

Geeksphone devices are called as B2G devices which is a sad
development , but there is some developer push from the early adopters
who purchased the devices like keon or peak. Revolution a dual boot
intel device comes with android by default but is a good device by
specs.

Regards,
Pavithran

-- 
pavithran sakamuri
http://look-pavi.blogspot.com
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g