Re: [b2g] Updating Zte Open

2014-01-26 Thread Yasuhiro Fujii
 If you can do adb, probably it's possible and safer to push only gecko
 and gaia (that's what we do internally).
 
 From the B2G directory, this is ./flash.sh gecko  ./flash.sh gaia.
 
 That said, maybe some blobs that are in 1.1 are not completely
 compatible with the 1.2 code, especially in the graphic subsystem, but I
 don't know much more.

Is there any Wiki page to track the changes which cause Gecko/Gonk
incompatibility?
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] Updating Zte Open

2014-01-22 Thread Julien Wajsberg
Le 21/01/2014 21:00, Brion Vibber a écrit :
 On Tue, Jan 21, 2014 at 11:47 AM, Jan Keromnes jkerom...@mozilla.comwrote:

 Same thing bit me, I flashed B2G nightly configured as inari on ZTE Open
 1.1.0b02 (previously 1.0 upgraded over SD) and the phone is bricked. It
 boots into a blue Firefox OS screen, doesn't respond to fastboot or adb,
 and the SD upgrade doesn't work anymore...

 I'm trying to recover from this same thing currently.

 It appears to allow me to do the SD-card upgrade with the 1.1.0B2 for
 V1.1 build -- not the 1.1.0B2 for V1.0 build which I originally used to
 update to the official 1.1.

 http://www.ztedevices.com/support/smart_phone/b5a2981a-1714-4ac7-89e1-630e93e220f8.html

 Since I couldn't get adb working, I had to swap the SD card into a working
 Android phone to copy the file over.

 Anyway, I'm now successfully booting back into 1.1 so...I think I'll just
 avoid doing custom builds for a while and work with apps. :)



If you can do adb, probably it's possible and safer to push only gecko
and gaia (that's what we do internally).

From the B2G directory, this is ./flash.sh gecko  ./flash.sh gaia.

That said, maybe some blobs that are in 1.1 are not completely
compatible with the 1.2 code, especially in the graphic subsystem, but I
don't know much more.

-- 
Julien



signature.asc
Description: OpenPGP digital signature
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] Updating Zte Open

2014-01-22 Thread nghiratdeptrai
On Wednesday, January 22, 2014 6:26:09 PM UTC+7, Julien Wajsberg wrote:
 Le 21/01/2014 21:00, Brion Vibber a écrit :
 
  On Tue, Jan 21, 2014 at 11:47 AM, Jan Keromnes jkerom...@mozilla.comwrote:
 
 
 
  Same thing bit me, I flashed B2G nightly configured as inari on ZTE Open
 
  1.1.0b02 (previously 1.0 upgraded over SD) and the phone is bricked. It
 
  boots into a blue Firefox OS screen, doesn't respond to fastboot or adb,
 
  and the SD upgrade doesn't work anymore...
 
 
 
  I'm trying to recover from this same thing currently.
 
 
 
  It appears to allow me to do the SD-card upgrade with the 1.1.0B2 for
 
  V1.1 build -- not the 1.1.0B2 for V1.0 build which I originally used to
 
  update to the official 1.1.
 
 
 
  http://www.ztedevices.com/support/smart_phone/b5a2981a-1714-4ac7-89e1-630e93e220f8.html
 
 
 
  Since I couldn't get adb working, I had to swap the SD card into a working
 
  Android phone to copy the file over.
 
 
 
  Anyway, I'm now successfully booting back into 1.1 so...I think I'll just
 
  avoid doing custom builds for a while and work with apps. :)
 
 
 
 
 
 
 
 If you can do adb, probably it's possible and safer to push only gecko
 
 and gaia (that's what we do internally).
 
 
 
 From the B2G directory, this is ./flash.sh gecko  ./flash.sh gaia.
 
 
 
 That said, maybe some blobs that are in 1.1 are not completely
 
 compatible with the 1.2 code, especially in the graphic subsystem, but I
 
 don't know much more.
 
 
 
 -- 
 
 Julien

Yeah, I can do flash gaia and gecko in v1.1b02, everything works fine but Notes 
app (and the new lockscreen seems not to be responsive) so I went back to v1.1 
:D
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] Updating Zte Open

2014-01-21 Thread paziusss
 I've upgraded to 1.1.0B02 then build v1.2 manually. After flashing it to the 
 phone, the phone keeps rebooting :(

 
 Me too :( I've tried flashing 1.3 builds on 1.1.0b02 and I only get bootloops

Because you need to pick the blobs from the same version you're on.
Maybe you're trying to flash a 1.3 build based on 1.0.1b02 on top of 1.1.0, and 
this does NOT work
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] Updating Zte Open

2014-01-21 Thread Jan Keromnes
Same thing bit me, I flashed B2G nightly configured as inari on ZTE 
Open 1.1.0b02 (previously 1.0 upgraded over SD) and the phone is 
bricked. It boots into a blue Firefox OS screen, doesn't respond to 
fastboot or adb, and the SD upgrade doesn't work anymore...


On 21/01/2014 15:52, paziu...@gmail.com wrote:

I've upgraded to 1.1.0B02 then build v1.2 manually. After flashing it to the 
phone, the phone keeps rebooting :(
  

Me too :( I've tried flashing 1.3 builds on 1.1.0b02 and I only get bootloops

Because you need to pick the blobs from the same version you're on.
Maybe you're trying to flash a 1.3 build based on 1.0.1b02 on top of 1.1.0, and 
this does NOT work
___
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] Updating Zte Open

2014-01-21 Thread Brion Vibber
On Tue, Jan 21, 2014 at 11:47 AM, Jan Keromnes jkerom...@mozilla.comwrote:

 Same thing bit me, I flashed B2G nightly configured as inari on ZTE Open
 1.1.0b02 (previously 1.0 upgraded over SD) and the phone is bricked. It
 boots into a blue Firefox OS screen, doesn't respond to fastboot or adb,
 and the SD upgrade doesn't work anymore...


I'm trying to recover from this same thing currently.

It appears to allow me to do the SD-card upgrade with the 1.1.0B2 for
V1.1 build -- not the 1.1.0B2 for V1.0 build which I originally used to
update to the official 1.1.

http://www.ztedevices.com/support/smart_phone/b5a2981a-1714-4ac7-89e1-630e93e220f8.html

Since I couldn't get adb working, I had to swap the SD card into a working
Android phone to copy the file over.

Anyway, I'm now successfully booting back into 1.1 so...I think I'll just
avoid doing custom builds for a while and work with apps. :)

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


Re: [b2g] Updating Zte Open

2014-01-20 Thread Ernesto Acosta
 Just in case someone didn't notice, there's revision 02 of v1.1 on ZTE's 
 website
 
 http://www.ztedevices.com/support/smart_phone/b5a2981a-1714-4ac7-89e1-630e93e220f8.html?type=software


How odd. Now appearing:

OPEN(American Standard) SD card upgrading instruction  software 
package(ebay)-237620B0669OPEN_US_DEV_FFOS_V1.1.0B02(for V1.0)

and:

OPEN(American Standard) SD card upgrading instruction  software 
package(ebay)-237620B0669OPEN_US_DEV_FFOS_V1.1.0B02(for V1.1)

I guess I should download the first option. But this is a hotfix for FirefoxOS 
1.1 version .. Right? I thought they were going to put version 1.2 :(
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] Updating Zte Open

2014-01-20 Thread nghiratdeptrai
On Monday, January 20, 2014 7:58:05 PM UTC+7, Ernesto Acosta wrote:
  Just in case someone didn't notice, there's revision 02 of v1.1 on ZTE's 
  website
 
  
 
  http://www.ztedevices.com/support/smart_phone/b5a2981a-1714-4ac7-89e1-630e93e220f8.html?type=software
 
 
 
 
 
 How odd. Now appearing:
 
 
 
 OPEN(American Standard) SD card upgrading instruction  software 
 package(ebay)-237620B0669OPEN_US_DEV_FFOS_V1.1.0B02(for V1.0)
 
 
 
 and:
 
 
 
 OPEN(American Standard) SD card upgrading instruction  software 
 package(ebay)-237620B0669OPEN_US_DEV_FFOS_V1.1.0B02(for V1.1)
 
 
 
 I guess I should download the first option. But this is a hotfix for 
 FirefoxOS 1.1 version .. Right? I thought they were going to put version 1.2 
 :(

I've upgraded to 1.1.0B02 then build v1.2 manually. After flashing it to the 
phone, the phone keeps rebooting :(
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] Updating Zte Open

2014-01-20 Thread Marek Raida
Well, me too...
Movistar edition of FFOS released update to 1.1 during October and I'm sorely 
waiting for 1.2 because of... well, many embarassing things...
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] Updating Zte Open

2014-01-20 Thread joui1994
On Monday, 20 January 2014 14:09:38 UTC+1, nghirat...@gmail.com  wrote:
 On Monday, January 20, 2014 7:58:05 PM UTC+7, Ernesto Acosta wrote:
 
   Just in case someone didn't notice, there's revision 02 of v1.1 on ZTE's 
   website
 
  
 
   
 
  
 
   http://www.ztedevices.com/support/smart_phone/b5a2981a-1714-4ac7-89e1-630e93e220f8.html?type=software
 
  
 
  
 
  
 
  
 
  
 
  How odd. Now appearing:
 
  
 
  
 
  
 
  OPEN(American Standard) SD card upgrading instruction  software 
  package(ebay)-237620B0669OPEN_US_DEV_FFOS_V1.1.0B02(for V1.0)
 
  
 
  
 
  
 
  and:
 
  
 
  
 
  
 
  OPEN(American Standard) SD card upgrading instruction  software 
  package(ebay)-237620B0669OPEN_US_DEV_FFOS_V1.1.0B02(for V1.1)
 
  
 
  
 
  
 
  I guess I should download the first option. But this is a hotfix for 
  FirefoxOS 1.1 version .. Right? I thought they were going to put version 
  1.2 :(
 
 
 
 I've upgraded to 1.1.0B02 then build v1.2 manually. After flashing it to the 
 phone, the phone keeps rebooting :(



Me too :( I've tried flashing 1.3 builds on 1.1.0b02 and I only get bootloops
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] Updating Zte Open

2014-01-19 Thread Ernesto Acosta
El viernes, 17 de enero de 2014 10:47:36 UTC-5, Steven Yang  escribió:
 We've checked the new version provided by ZTE, the fastboot functions 
 
 works fine.
 
 ZTE said that it will be put on the web soon.
 
 
 
 Thanks,
 
 Steven
 
   于 1/17/14, 9:41 PM, Ernesto Acosta 写道:
 
  El lunes, 13 de enero de 2014 02:05:14 UTC-5, Steven Yang  escribió:
 
  Hi,
 
 
 
 
 
 
 
  I just got the update from ZTE few hours ago that the updated ROM is still 
  under validation. The check point is set to 1/17. Thanks!
 
 
 
 
 
 
 
  Steven
 
 
 
 
 
 
 
  Sent from my mobile
 
 
 
 
 
 
 
  nghiratdept...@gmail.com 於 2014/1/13 下午2:50 寫道:
 
  On Monday, January 6, 2014 10:17:37 PM UTC+7, Steven Yang wrote:
 
  We've asked ZTE to test it before releasing the ROM to the website.
 
  Before the ROM going to public, I'll also double check the fastboot
 
  function once got it from ZTE.
 
  Hope it helps. Thanks!
 
  Steven Yang
 
  Technical Account Manager
 
  Mobile Devices Group
 
  Mozilla Corporation
 
  于 1/6/14, 10:58 PM, Daniel Roesler 写道:
 
  Okay, then are we going to have to go through all this Revision 01
 
  (fastboot disabled) - Revision 02 (fastboot enabled) mess every time
 
  then? It's happened both releases so far, and it's really getting the
 
  developer community pissed.
 
  On Mon, Jan 6, 2014 at 6:48 AM, Steven Yang sty...@mozilla.com wrote:
 
  No, ZTE will base on the previous version and enable fastboot on it 
  only.
 
  Steven Yang
 
  Technical Account Manager
 
  Mobile Devices Group
 
  Mozilla Corporation
 
  于 1/6/14, 10:29 PM, Daniel Roesler 写道:
 
  Thanks a ton Thomas! Looking forward to the release!
 
  Do you think that they will ever release an update with the
 
  testkey.x509.pem public key included in the recovery verifier, so that
 
  we can update to nightly builds via recovery mode instead of having to
 
  setup adb and fastboot?
 
  That would solve all this fuss about whether or not fastboot is
 
  enabled each time they release an update.
 
  Daniel
 
  On Sun, Jan 5, 2014 at 10:32 PM, Thomas Ho t...@mozilla.com wrote:
 
  Ginn,
 
  ZTE will release a new ROM later this week, w/ the fastboot disabled
 
  error corrected.
 
  Thomas
 
  Product and Project Management, Mobile Devices
 
  Mozilla Corporation
 
  於 2014/1/6 下午2:25, Qi Chen 提到:
 
  The point is the website now has 1.1B01 not 1.0B02.
 
  I believe 1.1B01 US version has fastboot disabled again.
 
  I've nowhere to download the 1.0B02 firmware now.
 
  Ginn
 
  在 2014年1月6日,下午2:04,Daniel Roesler diaf...@gmail.com 写道:
 
  ZTE released a fastboot-enabled version. You can follow the
 
  instructions here:
 
  https://bugzilla.mozilla.org/show_bug.cgi?id=928659#c2
 
  On Sun, Jan 5, 2014 at 9:54 PM, Ginn Chen ginn.c...@oracle.com
 
  wrote:
 
  Hi,
 
  I've the same problem.
 
  fastboot is disabled in this firmware.
 
  You can use ./flash gaia and ./flash gecko to get newer version of
 
  Firefox OS onto your phone.
 
  But you can't use fastboot.
 
  See my posts around Dec 29 in this group.
 
  I didn't see an official answer yet.
 
  I raised my question in ZTE support, the answer is to contact 
  local
 
  service.
 
  Regards,
 
  Ginn
 
  On Jan 6, 2014, at 1:44 PM, abhiram 
  abhiram.chintan...@gmail.com
 
  wrote:
 
  Hello,
 
  I am trying to update my phone to a custom version of firefox os 
  that
 
  I
 
  have build, the process seems to fail at the very end during the
 
  flashing
 
  stage. Here is the output of the ./flash  command. Since the
 
  user-data
 
  and cache are erased I phone boots up to the the first time use
 
  screen.
 
  rog% sudo ./flash.sh
 
 [sudo] password for abhiram:
 
  waiting for device 
 
 erasing 'cache'...
 
 OKAY [  0.531s]
 
 finished. total time: 0.531s
 
 erasing 'userdata'...
 
 OKAY [  1.399s]
 
 finished. total time: 1.399s
 
 sending 'userdata' (53571 KB)...
 
 OKAY [  4.518s]
 
 writing 'userdata'...
 
 FAILED (status read failed (No such device))
 
 finished. total time: 9.911s
 
  Trying to push system and boot partitions using the same flash 
  script
 
  seems to fails as well. Here are the details of my existing build
 
  OS Version 1.1.0.0
 
  Software : OPEN_US_DEV_FFOS_V1.10B01
 
  Thanks for your time.
 
  --
 
  Abhiram Chintangal
 
  Graduate Student
 
  Florida State University
 
  Computer Science Department
 
  (850) 980-4954
 
  ___
 
  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
 
  ___
 
  dev-b2g mailing list
 
  dev-b2g@lists.mozilla.org
 
  

Re: [b2g] Updating Zte Open

2014-01-19 Thread nghiratdeptrai
On Monday, January 20, 2014 12:28:15 AM UTC+7, Ernesto Acosta wrote:
 El viernes, 17 de enero de 2014 10:47:36 UTC-5, Steven Yang  escribió:
 
  We've checked the new version provided by ZTE, the fastboot functions 
 
  
 
  works fine.
 
  
 
  ZTE said that it will be put on the web soon.
 
  
 
  
 
  
 
  Thanks,
 
  
 
  Steven
 
  
 
于 1/17/14, 9:41 PM, Ernesto Acosta 写道:
 
  
 
   El lunes, 13 de enero de 2014 02:05:14 UTC-5, Steven Yang  escribió:
 
  
 
   Hi,
 
  
 
  
 
  
 
  
 
  
 
  
 
  
 
   I just got the update from ZTE few hours ago that the updated ROM is 
   still under validation. The check point is set to 1/17. Thanks!
 
  
 
  
 
  
 
  
 
  
 
  
 
  
 
   Steven
 
  
 
  
 
  
 
  
 
  
 
  
 
  
 
   Sent from my mobile
 
  
 
  
 
  
 
  
 
  
 
  
 
  
 
   nghiratdept...@gmail.com 於 2014/1/13 下午2:50 寫道:
 
  
 
   On Monday, January 6, 2014 10:17:37 PM UTC+7, Steven Yang wrote:
 
  
 
   We've asked ZTE to test it before releasing the ROM to the website.
 
  
 
   Before the ROM going to public, I'll also double check the fastboot
 
  
 
   function once got it from ZTE.
 
  
 
   Hope it helps. Thanks!
 
  
 
   Steven Yang
 
  
 
   Technical Account Manager
 
  
 
   Mobile Devices Group
 
  
 
   Mozilla Corporation
 
  
 
   于 1/6/14, 10:58 PM, Daniel Roesler 写道:
 
  
 
   Okay, then are we going to have to go through all this Revision 01
 
  
 
   (fastboot disabled) - Revision 02 (fastboot enabled) mess every time
 
  
 
   then? It's happened both releases so far, and it's really getting the
 
  
 
   developer community pissed.
 
  
 
   On Mon, Jan 6, 2014 at 6:48 AM, Steven Yang sty...@mozilla.com 
   wrote:
 
  
 
   No, ZTE will base on the previous version and enable fastboot on it 
   only.
 
  
 
   Steven Yang
 
  
 
   Technical Account Manager
 
  
 
   Mobile Devices Group
 
  
 
   Mozilla Corporation
 
  
 
   于 1/6/14, 10:29 PM, Daniel Roesler 写道:
 
  
 
   Thanks a ton Thomas! Looking forward to the release!
 
  
 
   Do you think that they will ever release an update with the
 
  
 
   testkey.x509.pem public key included in the recovery verifier, so 
   that
 
  
 
   we can update to nightly builds via recovery mode instead of having 
   to
 
  
 
   setup adb and fastboot?
 
  
 
   That would solve all this fuss about whether or not fastboot is
 
  
 
   enabled each time they release an update.
 
  
 
   Daniel
 
  
 
   On Sun, Jan 5, 2014 at 10:32 PM, Thomas Ho t...@mozilla.com wrote:
 
  
 
   Ginn,
 
  
 
   ZTE will release a new ROM later this week, w/ the fastboot 
   disabled
 
  
 
   error corrected.
 
  
 
   Thomas
 
  
 
   Product and Project Management, Mobile Devices
 
  
 
   Mozilla Corporation
 
  
 
   於 2014/1/6 下午2:25, Qi Chen 提到:
 
  
 
   The point is the website now has 1.1B01 not 1.0B02.
 
  
 
   I believe 1.1B01 US version has fastboot disabled again.
 
  
 
   I've nowhere to download the 1.0B02 firmware now.
 
  
 
   Ginn
 
  
 
   在 2014年1月6日,下午2:04,Daniel Roesler diaf...@gmail.com 写道:
 
  
 
   ZTE released a fastboot-enabled version. You can follow the
 
  
 
   instructions here:
 
  
 
   https://bugzilla.mozilla.org/show_bug.cgi?id=928659#c2
 
  
 
   On Sun, Jan 5, 2014 at 9:54 PM, Ginn Chen ginn.c...@oracle.com
 
  
 
   wrote:
 
  
 
   Hi,
 
  
 
   I've the same problem.
 
  
 
   fastboot is disabled in this firmware.
 
  
 
   You can use ./flash gaia and ./flash gecko to get newer version 
   of
 
  
 
   Firefox OS onto your phone.
 
  
 
   But you can't use fastboot.
 
  
 
   See my posts around Dec 29 in this group.
 
  
 
   I didn't see an official answer yet.
 
  
 
   I raised my question in ZTE support, the answer is to contact 
   local
 
  
 
   service.
 
  
 
   Regards,
 
  
 
   Ginn
 
  
 
   On Jan 6, 2014, at 1:44 PM, abhiram 
   abhiram.chintan...@gmail.com
 
  
 
   wrote:
 
  
 
   Hello,
 
  
 
   I am trying to update my phone to a custom version of firefox 
   os that
 
  
 
   I
 
  
 
   have build, the process seems to fail at the very end during 
   the
 
  
 
   flashing
 
  
 
   stage. Here is the output of the ./flash  command. Since the
 
  
 
   user-data
 
  
 
   and cache are erased I phone boots up to the the first time 
   use
 
  
 
   screen.
 
  
 
   rog% sudo ./flash.sh
 
  
 
  [sudo] password for abhiram:
 
  
 
   waiting for device 
 
  
 
  erasing 'cache'...
 
  
 
  OKAY [  0.531s]
 
  
 
  finished. total time: 0.531s
 
  
 
  erasing 'userdata'...
 
  
 
  OKAY [  1.399s]
 
  
 
  finished. total time: 1.399s
 
  
 
  sending 'userdata' (53571 KB)...
 
  
 
  OKAY [  4.518s]
 
  
 
  writing 'userdata'...
 
  
 
  FAILED (status read failed (No such device))
 
  
 
  finished. total time: 9.911s
 
  
 
   Trying to push system and boot partitions using the same flash 
   script
 
  
 
   seems to fails as well. Here are the details of my existing 
   build
 
  
 
   OS Version 1.1.0.0
 
  
 
   

Re: [b2g] Updating Zte Open

2014-01-17 Thread Ernesto Acosta
El lunes, 13 de enero de 2014 02:05:14 UTC-5, Steven Yang  escribió:
 Hi,
 
 
 
 I just got the update from ZTE few hours ago that the updated ROM is still 
 under validation. The check point is set to 1/17. Thanks!
 
 
 
 Steven
 
 
 
 Sent from my mobile
 
 
 
  nghiratdept...@gmail.com 於 2014/1/13 下午2:50 寫道:
 
  
 
  On Monday, January 6, 2014 10:17:37 PM UTC+7, Steven Yang wrote:
 
  We've asked ZTE to test it before releasing the ROM to the website.
 
  
 
  Before the ROM going to public, I'll also double check the fastboot 
 
  
 
  function once got it from ZTE.
 
  
 
  Hope it helps. Thanks!
 
  
 
  
 
  
 
  Steven Yang
 
  
 
  Technical Account Manager
 
  
 
  Mobile Devices Group
 
  
 
  Mozilla Corporation
 
  
 
  
 
  
 
  于 1/6/14, 10:58 PM, Daniel Roesler 写道:
 
  
 
  Okay, then are we going to have to go through all this Revision 01
 
  
 
  (fastboot disabled) - Revision 02 (fastboot enabled) mess every time
 
  
 
  then? It's happened both releases so far, and it's really getting the
 
  
 
  developer community pissed.
 
  
 
  
 
  On Mon, Jan 6, 2014 at 6:48 AM, Steven Yang sty...@mozilla.com wrote:
 
  
 
  No, ZTE will base on the previous version and enable fastboot on it only.
 
  
 
  
 
  Steven Yang
 
  
 
  Technical Account Manager
 
  
 
  Mobile Devices Group
 
  
 
  Mozilla Corporation
 
  
 
  
 
  于 1/6/14, 10:29 PM, Daniel Roesler 写道:
 
  
 
  
 
  Thanks a ton Thomas! Looking forward to the release!
 
  
 
  
 
  Do you think that they will ever release an update with the
 
  
 
  testkey.x509.pem public key included in the recovery verifier, so that
 
  
 
  we can update to nightly builds via recovery mode instead of having to
 
  
 
  setup adb and fastboot?
 
  
 
  
 
  That would solve all this fuss about whether or not fastboot is
 
  
 
  enabled each time they release an update.
 
  
 
  
 
  Daniel
 
  
 
  
 
  On Sun, Jan 5, 2014 at 10:32 PM, Thomas Ho t...@mozilla.com wrote:
 
  
 
  Ginn,
 
  
 
  
 
  ZTE will release a new ROM later this week, w/ the fastboot disabled
 
  
 
  error corrected.
 
  
 
  
 
  Thomas
 
  
 
  Product and Project Management, Mobile Devices
 
  
 
  Mozilla Corporation
 
  
 
  
 
  於 2014/1/6 下午2:25, Qi Chen 提到:
 
  
 
  The point is the website now has 1.1B01 not 1.0B02.
 
  
 
  
 
  I believe 1.1B01 US version has fastboot disabled again.
 
  
 
  I've nowhere to download the 1.0B02 firmware now.
 
  
 
  
 
  Ginn
 
  
 
  
 
  在 2014年1月6日,下午2:04,Daniel Roesler diaf...@gmail.com 写道:
 
  
 
  
 
  ZTE released a fastboot-enabled version. You can follow the
 
  
 
  instructions here:
 
  
 
  https://bugzilla.mozilla.org/show_bug.cgi?id=928659#c2
 
  
 
  
 
  On Sun, Jan 5, 2014 at 9:54 PM, Ginn Chen ginn.c...@oracle.com
 
  
 
  wrote:
 
  
 
  Hi,
 
  
 
  
 
  I've the same problem.
 
  
 
  fastboot is disabled in this firmware.
 
  
 
  
 
  You can use ./flash gaia and ./flash gecko to get newer version of
 
  
 
  Firefox OS onto your phone.
 
  
 
  But you can't use fastboot.
 
  
 
  
 
  See my posts around Dec 29 in this group.
 
  
 
  I didn't see an official answer yet.
 
  
 
  I raised my question in ZTE support, the answer is to contact local
 
  
 
  service.
 
  
 
  
 
  Regards,
 
  
 
  
 
  Ginn
 
  
 
  
 
  On Jan 6, 2014, at 1:44 PM, abhiram abhiram.chintan...@gmail.com
 
  
 
  wrote:
 
  
 
  
 
  Hello,
 
  
 
  
 
  I am trying to update my phone to a custom version of firefox os 
  that
 
  
 
  I
 
  
 
  have build, the process seems to fail at the very end during the
 
  
 
  flashing
 
  
 
  stage. Here is the output of the ./flash  command. Since the
 
  
 
  user-data
 
  
 
  and cache are erased I phone boots up to the the first time use
 
  
 
  screen.
 
  
 
  
 
  rog% sudo ./flash.sh
 
  
 
[sudo] password for abhiram:
 
  
 
 waiting for device 
 
  
 
erasing 'cache'...
 
  
 
OKAY [  0.531s]
 
  
 
finished. total time: 0.531s
 
  
 
erasing 'userdata'...
 
  
 
OKAY [  1.399s]
 
  
 
finished. total time: 1.399s
 
  
 
sending 'userdata' (53571 KB)...
 
  
 
OKAY [  4.518s]
 
  
 
writing 'userdata'...
 
  
 
FAILED (status read failed (No such device))
 
  
 
finished. total time: 9.911s
 
  
 
  
 
  Trying to push system and boot partitions using the same flash 
  script
 
  
 
  seems to fails as well. Here are the details of my existing build
 
  
 
  
 
  OS Version 1.1.0.0
 
  
 
  
 
  Software : OPEN_US_DEV_FFOS_V1.10B01
 
  
 
  
 
  Thanks for your time.
 
  
 
  
 
  --
 
  
 
  Abhiram Chintangal
 
  
 
  Graduate Student
 
  
 
  Florida State University
 
  
 
  Computer Science Department
 
  
 
  (850) 980-4954
 
  
 
  ___
 
  
 
  dev-b2g mailing list
 
  
 
  dev-b2g@lists.mozilla.org
 
  
 
  https://lists.mozilla.org/listinfo/dev-b2g
 
  
 
  ___
 
  
 
  dev-b2g mailing list
 
  
 
  

Re: [b2g] Updating Zte Open

2014-01-17 Thread Steven Yang
We've checked the new version provided by ZTE, the fastboot functions 
works fine.

ZTE said that it will be put on the web soon.

Thanks,
Steven
 于 1/17/14, 9:41 PM, Ernesto Acosta 写道:

El lunes, 13 de enero de 2014 02:05:14 UTC-5, Steven Yang  escribió:

Hi,



I just got the update from ZTE few hours ago that the updated ROM is still 
under validation. The check point is set to 1/17. Thanks!



Steven



Sent from my mobile




nghiratdept...@gmail.com 於 2014/1/13 下午2:50 寫道:

On Monday, January 6, 2014 10:17:37 PM UTC+7, Steven Yang wrote:
We've asked ZTE to test it before releasing the ROM to the website.
Before the ROM going to public, I'll also double check the fastboot
function once got it from ZTE.
Hope it helps. Thanks!
Steven Yang
Technical Account Manager
Mobile Devices Group
Mozilla Corporation
于 1/6/14, 10:58 PM, Daniel Roesler 写道:

Okay, then are we going to have to go through all this Revision 01
(fastboot disabled) - Revision 02 (fastboot enabled) mess every time
then? It's happened both releases so far, and it's really getting the
developer community pissed.
On Mon, Jan 6, 2014 at 6:48 AM, Steven Yang sty...@mozilla.com wrote:

No, ZTE will base on the previous version and enable fastboot on it only.
Steven Yang
Technical Account Manager
Mobile Devices Group
Mozilla Corporation
于 1/6/14, 10:29 PM, Daniel Roesler 写道:

Thanks a ton Thomas! Looking forward to the release!
Do you think that they will ever release an update with the
testkey.x509.pem public key included in the recovery verifier, so that
we can update to nightly builds via recovery mode instead of having to
setup adb and fastboot?
That would solve all this fuss about whether or not fastboot is
enabled each time they release an update.
Daniel
On Sun, Jan 5, 2014 at 10:32 PM, Thomas Ho t...@mozilla.com wrote:

Ginn,
ZTE will release a new ROM later this week, w/ the fastboot disabled
error corrected.
Thomas
Product and Project Management, Mobile Devices
Mozilla Corporation
於 2014/1/6 下午2:25, Qi Chen 提到:

The point is the website now has 1.1B01 not 1.0B02.
I believe 1.1B01 US version has fastboot disabled again.
I've nowhere to download the 1.0B02 firmware now.
Ginn

在 2014年1月6日,下午2:04,Daniel Roesler diaf...@gmail.com 写道:
ZTE released a fastboot-enabled version. You can follow the
instructions here:
https://bugzilla.mozilla.org/show_bug.cgi?id=928659#c2

On Sun, Jan 5, 2014 at 9:54 PM, Ginn Chen ginn.c...@oracle.com
wrote:
Hi,
I've the same problem.
fastboot is disabled in this firmware.
You can use ./flash gaia and ./flash gecko to get newer version of
Firefox OS onto your phone.
But you can't use fastboot.
See my posts around Dec 29 in this group.
I didn't see an official answer yet.
I raised my question in ZTE support, the answer is to contact local
service.
Regards,
Ginn

On Jan 6, 2014, at 1:44 PM, abhiram abhiram.chintan...@gmail.com
wrote:
Hello,
I am trying to update my phone to a custom version of firefox os that
I
have build, the process seems to fail at the very end during the
flashing
stage. Here is the output of the ./flash  command. Since the
user-data
and cache are erased I phone boots up to the the first time use
screen.
rog% sudo ./flash.sh
   [sudo] password for abhiram:
waiting for device 
   erasing 'cache'...
   OKAY [  0.531s]
   finished. total time: 0.531s
   erasing 'userdata'...
   OKAY [  1.399s]
   finished. total time: 1.399s
   sending 'userdata' (53571 KB)...
   OKAY [  4.518s]
   writing 'userdata'...
   FAILED (status read failed (No such device))
   finished. total time: 9.911s
Trying to push system and boot partitions using the same flash script
seems to fails as well. Here are the details of my existing build
OS Version 1.1.0.0
Software : OPEN_US_DEV_FFOS_V1.10B01
Thanks for your time.
--
Abhiram Chintangal
Graduate Student
Florida State University
Computer Science Department
(850) 980-4954
___
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

___
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

Hi Steven,
When will the new ROM w/ the fastboot enabled released? It's been a week, and 
the ROM on ZTE's website is still 1.1B01 :(
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g

That is, available today .. Right? Okay ... thanks

^_^
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org

Re: [b2g] Updating Zte Open

2014-01-12 Thread nghiratdeptrai
On Monday, January 6, 2014 10:17:37 PM UTC+7, Steven Yang wrote:
 We've asked ZTE to test it before releasing the ROM to the website.
 
 Before the ROM going to public, I'll also double check the fastboot 
 
 function once got it from ZTE.
 
 Hope it helps. Thanks!
 
 
 
 Steven Yang
 
 Technical Account Manager
 
 Mobile Devices Group
 
 Mozilla Corporation
 
 
 
 于 1/6/14, 10:58 PM, Daniel Roesler 写道:
 
  Okay, then are we going to have to go through all this Revision 01
 
  (fastboot disabled) - Revision 02 (fastboot enabled) mess every time
 
  then? It's happened both releases so far, and it's really getting the
 
  developer community pissed.
 
 
 
  On Mon, Jan 6, 2014 at 6:48 AM, Steven Yang sty...@mozilla.com wrote:
 
  No, ZTE will base on the previous version and enable fastboot on it only.
 
 
 
  Steven Yang
 
  Technical Account Manager
 
  Mobile Devices Group
 
  Mozilla Corporation
 
 
 
  于 1/6/14, 10:29 PM, Daniel Roesler 写道:
 
 
 
  Thanks a ton Thomas! Looking forward to the release!
 
 
 
  Do you think that they will ever release an update with the
 
  testkey.x509.pem public key included in the recovery verifier, so that
 
  we can update to nightly builds via recovery mode instead of having to
 
  setup adb and fastboot?
 
 
 
  That would solve all this fuss about whether or not fastboot is
 
  enabled each time they release an update.
 
 
 
  Daniel
 
 
 
  On Sun, Jan 5, 2014 at 10:32 PM, Thomas Ho t...@mozilla.com wrote:
 
  Ginn,
 
 
 
  ZTE will release a new ROM later this week, w/ the fastboot disabled
 
  error corrected.
 
 
 
  Thomas
 
  Product and Project Management, Mobile Devices
 
  Mozilla Corporation
 
 
 
  於 2014/1/6 下午2:25, Qi Chen 提到:
 
  The point is the website now has 1.1B01 not 1.0B02.
 
 
 
  I believe 1.1B01 US version has fastboot disabled again.
 
  I've nowhere to download the 1.0B02 firmware now.
 
 
 
  Ginn
 
 
 
  在 2014年1月6日,下午2:04,Daniel Roesler diaf...@gmail.com 写道:
 
 
 
  ZTE released a fastboot-enabled version. You can follow the
 
  instructions here:
 
  https://bugzilla.mozilla.org/show_bug.cgi?id=928659#c2
 
 
 
  On Sun, Jan 5, 2014 at 9:54 PM, Ginn Chen ginn.c...@oracle.com
 
  wrote:
 
  Hi,
 
 
 
  I've the same problem.
 
  fastboot is disabled in this firmware.
 
 
 
  You can use ./flash gaia and ./flash gecko to get newer version of
 
  Firefox OS onto your phone.
 
  But you can't use fastboot.
 
 
 
  See my posts around Dec 29 in this group.
 
  I didn't see an official answer yet.
 
  I raised my question in ZTE support, the answer is to contact local
 
  service.
 
 
 
  Regards,
 
 
 
  Ginn
 
 
 
  On Jan 6, 2014, at 1:44 PM, abhiram abhiram.chintan...@gmail.com
 
  wrote:
 
 
 
  Hello,
 
 
 
  I am trying to update my phone to a custom version of firefox os that
 
  I
 
  have build, the process seems to fail at the very end during the
 
  flashing
 
  stage. Here is the output of the ./flash  command. Since the
 
  user-data
 
  and cache are erased I phone boots up to the the first time use
 
  screen.
 
 
 
  rog% sudo ./flash.sh
 
 [sudo] password for abhiram:
 
  waiting for device 
 
 erasing 'cache'...
 
 OKAY [  0.531s]
 
 finished. total time: 0.531s
 
 erasing 'userdata'...
 
 OKAY [  1.399s]
 
 finished. total time: 1.399s
 
 sending 'userdata' (53571 KB)...
 
 OKAY [  4.518s]
 
 writing 'userdata'...
 
 FAILED (status read failed (No such device))
 
 finished. total time: 9.911s
 
 
 
  Trying to push system and boot partitions using the same flash script
 
  seems to fails as well. Here are the details of my existing build
 
 
 
  OS Version 1.1.0.0
 
 
 
  Software : OPEN_US_DEV_FFOS_V1.10B01
 
 
 
  Thanks for your time.
 
 
 
  --
 
  Abhiram Chintangal
 
  Graduate Student
 
  Florida State University
 
  Computer Science Department
 
  (850) 980-4954
 
  ___
 
  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
 
  ___
 
  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

Hi Steven,
When will the new ROM w/ the fastboot enabled released? It's been a week, and 
the ROM on ZTE's website is still 1.1B01 :(
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] Updating Zte Open

2014-01-12 Thread Steven Yang
Hi,

I just got the update from ZTE few hours ago that the updated ROM is still 
under validation. The check point is set to 1/17. Thanks!

Steven

Sent from my mobile

 nghiratdept...@gmail.com 於 2014/1/13 下午2:50 ��道:
 
 On Monday, January 6, 2014 10:17:37 PM UTC+7, Steven Yang wrote:
 We've asked ZTE to test it before releasing the ROM to the website.
 
 Before the ROM going to public, I'll also double check the fastboot 
 
 function once got it from ZTE.
 
 Hope it helps. Thanks!
 
 
 
 Steven Yang
 
 Technical Account Manager
 
 Mobile Devices Group
 
 Mozilla Corporation
 
 
 
 于 1/6/14, 10:58 PM, Daniel Roesler 写道:
 
 Okay, then are we going to have to go through all this Revision 01
 
 (fastboot disabled) - Revision 02 (fastboot enabled) mess every time
 
 then? It's happened both releases so far, and it's really getting the
 
 developer community pissed.
 
 
 On Mon, Jan 6, 2014 at 6:48 AM, Steven Yang sty...@mozilla.com wrote:
 
 No, ZTE will base on the previous version and enable fastboot on it only.
 
 
 Steven Yang
 
 Technical Account Manager
 
 Mobile Devices Group
 
 Mozilla Corporation
 
 
 于 1/6/14, 10:29 PM, Daniel Roesler 写道:
 
 
 Thanks a ton Thomas! Looking forward to the release!
 
 
 Do you think that they will ever release an update with the
 
 testkey.x509.pem public key included in the recovery verifier, so that
 
 we can update to nightly builds via recovery mode instead of having to
 
 setup adb and fastboot?
 
 
 That would solve all this fuss about whether or not fastboot is
 
 enabled each time they release an update.
 
 
 Daniel
 
 
 On Sun, Jan 5, 2014 at 10:32 PM, Thomas Ho t...@mozilla.com wrote:
 
 Ginn,
 
 
 ZTE will release a new ROM later this week, w/ the fastboot disabled
 
 error corrected.
 
 
 Thomas
 
 Product and Project Management, Mobile Devices
 
 Mozilla Corporation
 
 
 於 2014/1/6 下午2:25, Qi Chen 提到:
 
 The point is the website now has 1.1B01 not 1.0B02.
 
 
 I believe 1.1B01 US version has fastboot disabled again.
 
 I've nowhere to download the 1.0B02 firmware now.
 
 
 Ginn
 
 
 在 2014年1月6日,下午2:04,Daniel Roesler diaf...@gmail.com 写道:
 
 
 ZTE released a fastboot-enabled version. You can follow the
 
 instructions here:
 
 https://bugzilla.mozilla.org/show_bug.cgi?id=928659#c2
 
 
 On Sun, Jan 5, 2014 at 9:54 PM, Ginn Chen ginn.c...@oracle.com
 
 wrote:
 
 Hi,
 
 
 I've the same problem.
 
 fastboot is disabled in this firmware.
 
 
 You can use ./flash gaia and ./flash gecko to get newer version of
 
 Firefox OS onto your phone.
 
 But you can't use fastboot.
 
 
 See my posts around Dec 29 in this group.
 
 I didn't see an official answer yet.
 
 I raised my question in ZTE support, the answer is to contact local
 
 service.
 
 
 Regards,
 
 
 Ginn
 
 
 On Jan 6, 2014, at 1:44 PM, abhiram abhiram.chintan...@gmail.com
 
 wrote:
 
 
 Hello,
 
 
 I am trying to update my phone to a custom version of firefox os that
 
 I
 
 have build, the process seems to fail at the very end during the
 
 flashing
 
 stage. Here is the output of the ./flash  command. Since the
 
 user-data
 
 and cache are erased I phone boots up to the the first time use
 
 screen.
 
 
 rog% sudo ./flash.sh
 
   [sudo] password for abhiram:
 
waiting for device 
 
   erasing 'cache'...
 
   OKAY [  0.531s]
 
   finished. total time: 0.531s
 
   erasing 'userdata'...
 
   OKAY [  1.399s]
 
   finished. total time: 1.399s
 
   sending 'userdata' (53571 KB)...
 
   OKAY [  4.518s]
 
   writing 'userdata'...
 
   FAILED (status read failed (No such device))
 
   finished. total time: 9.911s
 
 
 Trying to push system and boot partitions using the same flash script
 
 seems to fails as well. Here are the details of my existing build
 
 
 OS Version 1.1.0.0
 
 
 Software : OPEN_US_DEV_FFOS_V1.10B01
 
 
 Thanks for your time.
 
 
 --
 
 Abhiram Chintangal
 
 Graduate Student
 
 Florida State University
 
 Computer Science Department
 
 (850) 980-4954
 
 ___
 
 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
 
 ___
 
 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
 
 Hi Steven,
 When will the new ROM w/ the fastboot enabled released? It's been a week, and 
 the ROM on ZTE's website is still 1.1B01 :(
 ___
 dev-b2g mailing list
 dev-b2g@lists.mozilla.org
 https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] Updating Zte Open

2014-01-06 Thread Alexandre Lissy
Le 06/01/2014 15:29, Daniel Roesler a écrit :
 Thanks a ton Thomas! Looking forward to the release!
 
 Do you think that they will ever release an update with the
 testkey.x509.pem public key included in the recovery verifier, so that
 we can update to nightly builds via recovery mode instead of having to
 setup adb and fastboot?

I'd prefer that we fix build system so that you can build you own
recovery with test keys.

 
 That would solve all this fuss about whether or not fastboot is
 enabled each time they release an update.
 
 Daniel
 
 On Sun, Jan 5, 2014 at 10:32 PM, Thomas Ho t...@mozilla.com wrote:
 Ginn,

 ZTE will release a new ROM later this week, w/ the fastboot disabled
 error corrected.

 Thomas
 Product and Project Management, Mobile Devices
 Mozilla Corporation

 於 2014/1/6 下午2:25, Qi Chen 提到:
 The point is the website now has 1.1B01 not 1.0B02.

 I believe 1.1B01 US version has fastboot disabled again.
 I've nowhere to download the 1.0B02 firmware now.

 Ginn

 在 2014年1月6日,下午2:04,Daniel Roesler diaf...@gmail.com 写道:

 ZTE released a fastboot-enabled version. You can follow the
 instructions here:
 https://bugzilla.mozilla.org/show_bug.cgi?id=928659#c2

 On Sun, Jan 5, 2014 at 9:54 PM, Ginn Chen ginn.c...@oracle.com wrote:
 Hi,

 I've the same problem.
 fastboot is disabled in this firmware.

 You can use ./flash gaia and ./flash gecko to get newer version of 
 Firefox OS onto your phone.
 But you can't use fastboot.

 See my posts around Dec 29 in this group.
 I didn't see an official answer yet.
 I raised my question in ZTE support, the answer is to contact local 
 service.

 Regards,

 Ginn

 On Jan 6, 2014, at 1:44 PM, abhiram abhiram.chintan...@gmail.com wrote:

 Hello,

 I am trying to update my phone to a custom version of firefox os that I
 have build, the process seems to fail at the very end during the flashing
 stage. Here is the output of the ./flash  command. Since the user-data
 and cache are erased I phone boots up to the the first time use screen.

 rog% sudo ./flash.sh
  [sudo] password for abhiram:
   waiting for device 
  erasing 'cache'...
  OKAY [  0.531s]
  finished. total time: 0.531s
  erasing 'userdata'...
  OKAY [  1.399s]
  finished. total time: 1.399s
  sending 'userdata' (53571 KB)...
  OKAY [  4.518s]
  writing 'userdata'...
  FAILED (status read failed (No such device))
  finished. total time: 9.911s

 Trying to push system and boot partitions using the same flash script
 seems to fails as well. Here are the details of my existing build

 OS Version 1.1.0.0

 Software : OPEN_US_DEV_FFOS_V1.10B01

 Thanks for your time.

 --
 Abhiram Chintangal
 Graduate Student
 Florida State University
 Computer Science Department
 (850) 980-4954
 ___
 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

 ___
 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] Updating Zte Open

2014-01-06 Thread Daniel Roesler
Thanks a ton Thomas! Looking forward to the release!

Do you think that they will ever release an update with the
testkey.x509.pem public key included in the recovery verifier, so that
we can update to nightly builds via recovery mode instead of having to
setup adb and fastboot?

That would solve all this fuss about whether or not fastboot is
enabled each time they release an update.

Daniel

On Sun, Jan 5, 2014 at 10:32 PM, Thomas Ho t...@mozilla.com wrote:
 Ginn,

 ZTE will release a new ROM later this week, w/ the fastboot disabled
 error corrected.

 Thomas
 Product and Project Management, Mobile Devices
 Mozilla Corporation

 於 2014/1/6 下午2:25, Qi Chen 提到:
 The point is the website now has 1.1B01 not 1.0B02.

 I believe 1.1B01 US version has fastboot disabled again.
 I've nowhere to download the 1.0B02 firmware now.

 Ginn

 在 2014年1月6日,下午2:04,Daniel Roesler diaf...@gmail.com 写道:

 ZTE released a fastboot-enabled version. You can follow the
 instructions here:
 https://bugzilla.mozilla.org/show_bug.cgi?id=928659#c2

 On Sun, Jan 5, 2014 at 9:54 PM, Ginn Chen ginn.c...@oracle.com wrote:
 Hi,

 I've the same problem.
 fastboot is disabled in this firmware.

 You can use ./flash gaia and ./flash gecko to get newer version of Firefox 
 OS onto your phone.
 But you can't use fastboot.

 See my posts around Dec 29 in this group.
 I didn't see an official answer yet.
 I raised my question in ZTE support, the answer is to contact local 
 service.

 Regards,

 Ginn

 On Jan 6, 2014, at 1:44 PM, abhiram abhiram.chintan...@gmail.com wrote:

 Hello,

 I am trying to update my phone to a custom version of firefox os that I
 have build, the process seems to fail at the very end during the flashing
 stage. Here is the output of the ./flash  command. Since the user-data
 and cache are erased I phone boots up to the the first time use screen.

 rog% sudo ./flash.sh
  [sudo] password for abhiram:
   waiting for device 
  erasing 'cache'...
  OKAY [  0.531s]
  finished. total time: 0.531s
  erasing 'userdata'...
  OKAY [  1.399s]
  finished. total time: 1.399s
  sending 'userdata' (53571 KB)...
  OKAY [  4.518s]
  writing 'userdata'...
  FAILED (status read failed (No such device))
  finished. total time: 9.911s

 Trying to push system and boot partitions using the same flash script
 seems to fails as well. Here are the details of my existing build

 OS Version 1.1.0.0

 Software : OPEN_US_DEV_FFOS_V1.10B01

 Thanks for your time.

 --
 Abhiram Chintangal
 Graduate Student
 Florida State University
 Computer Science Department
 (850) 980-4954
 ___
 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

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


Re: [b2g] Updating Zte Open

2014-01-06 Thread Daniel Roesler
Okay, then are we going to have to go through all this Revision 01
(fastboot disabled) - Revision 02 (fastboot enabled) mess every time
then? It's happened both releases so far, and it's really getting the
developer community pissed.

On Mon, Jan 6, 2014 at 6:48 AM, Steven Yang sty...@mozilla.com wrote:
 No, ZTE will base on the previous version and enable fastboot on it only.

 Steven Yang
 Technical Account Manager
 Mobile Devices Group
 Mozilla Corporation

 于 1/6/14, 10:29 PM, Daniel Roesler 写道:

 Thanks a ton Thomas! Looking forward to the release!

 Do you think that they will ever release an update with the
 testkey.x509.pem public key included in the recovery verifier, so that
 we can update to nightly builds via recovery mode instead of having to
 setup adb and fastboot?

 That would solve all this fuss about whether or not fastboot is
 enabled each time they release an update.

 Daniel

 On Sun, Jan 5, 2014 at 10:32 PM, Thomas Ho t...@mozilla.com wrote:

 Ginn,

 ZTE will release a new ROM later this week, w/ the fastboot disabled
 error corrected.

 Thomas
 Product and Project Management, Mobile Devices
 Mozilla Corporation

 於 2014/1/6 下午2:25, Qi Chen 提到:

 The point is the website now has 1.1B01 not 1.0B02.

 I believe 1.1B01 US version has fastboot disabled again.
 I've nowhere to download the 1.0B02 firmware now.

 Ginn

 在 2014年1月6日,下午2:04,Daniel Roesler diaf...@gmail.com 写道:

 ZTE released a fastboot-enabled version. You can follow the
 instructions here:
 https://bugzilla.mozilla.org/show_bug.cgi?id=928659#c2

 On Sun, Jan 5, 2014 at 9:54 PM, Ginn Chen ginn.c...@oracle.com
 wrote:
 Hi,

 I've the same problem.
 fastboot is disabled in this firmware.

 You can use ./flash gaia and ./flash gecko to get newer version of
 Firefox OS onto your phone.
 But you can't use fastboot.

 See my posts around Dec 29 in this group.
 I didn't see an official answer yet.
 I raised my question in ZTE support, the answer is to contact local
 service.

 Regards,

 Ginn

 On Jan 6, 2014, at 1:44 PM, abhiram abhiram.chintan...@gmail.com
 wrote:

 Hello,

 I am trying to update my phone to a custom version of firefox os that
 I
 have build, the process seems to fail at the very end during the
 flashing
 stage. Here is the output of the ./flash  command. Since the
 user-data
 and cache are erased I phone boots up to the the first time use
 screen.

 rog% sudo ./flash.sh
   [sudo] password for abhiram:
waiting for device 
   erasing 'cache'...
   OKAY [  0.531s]
   finished. total time: 0.531s
   erasing 'userdata'...
   OKAY [  1.399s]
   finished. total time: 1.399s
   sending 'userdata' (53571 KB)...
   OKAY [  4.518s]
   writing 'userdata'...
   FAILED (status read failed (No such device))
   finished. total time: 9.911s

 Trying to push system and boot partitions using the same flash script
 seems to fails as well. Here are the details of my existing build

 OS Version 1.1.0.0

 Software : OPEN_US_DEV_FFOS_V1.10B01

 Thanks for your time.

 --
 Abhiram Chintangal
 Graduate Student
 Florida State University
 Computer Science Department
 (850) 980-4954
 ___
 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

 ___
 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] Updating Zte Open

2014-01-06 Thread abhiram
Steven,

Thanks for opening the specific bug as well, I hope Zte get it right
this time.

On 01/06/14 20:47, Steven Yang wrote:
 We've asked ZTE to test it before releasing the ROM to the website.
 Before the ROM going to public, I'll also double check the fastboot
 function once got it from ZTE.
 Hope it helps. Thanks!
 
 Steven Yang
 Technical Account Manager
 Mobile Devices Group
 Mozilla Corporation
 
 于 1/6/14, 10:58 PM, Daniel Roesler 写道:
 Okay, then are we going to have to go through all this Revision 01
 (fastboot disabled) - Revision 02 (fastboot enabled) mess every time
 then? It's happened both releases so far, and it's really getting the
 developer community pissed.

 On Mon, Jan 6, 2014 at 6:48 AM, Steven Yang sty...@mozilla.com wrote:
 No, ZTE will base on the previous version and enable fastboot on it
 only.

 Steven Yang
 Technical Account Manager
 Mobile Devices Group
 Mozilla Corporation

 于 1/6/14, 10:29 PM, Daniel Roesler 写道:

 Thanks a ton Thomas! Looking forward to the release!

 Do you think that they will ever release an update with the
 testkey.x509.pem public key included in the recovery verifier, so that
 we can update to nightly builds via recovery mode instead of having to
 setup adb and fastboot?

 That would solve all this fuss about whether or not fastboot is
 enabled each time they release an update.

 Daniel

 On Sun, Jan 5, 2014 at 10:32 PM, Thomas Ho t...@mozilla.com wrote:
 Ginn,

 ZTE will release a new ROM later this week, w/ the fastboot disabled
 error corrected.

 Thomas
 Product and Project Management, Mobile Devices
 Mozilla Corporation

 於 2014/1/6 下午2:25, Qi Chen 提到:
 The point is the website now has 1.1B01 not 1.0B02.

 I believe 1.1B01 US version has fastboot disabled again.
 I've nowhere to download the 1.0B02 firmware now.

 Ginn

 在 2014年1月6日,下午2:04,Daniel Roesler diaf...@gmail.com 写道:

 ZTE released a fastboot-enabled version. You can follow the
 instructions here:
 https://bugzilla.mozilla.org/show_bug.cgi?id=928659#c2

 On Sun, Jan 5, 2014 at 9:54 PM, Ginn Chen ginn.c...@oracle.com
 wrote:
 Hi,

 I've the same problem.
 fastboot is disabled in this firmware.

 You can use ./flash gaia and ./flash gecko to get newer version of
 Firefox OS onto your phone.
 But you can't use fastboot.

 See my posts around Dec 29 in this group.
 I didn't see an official answer yet.
 I raised my question in ZTE support, the answer is to contact local
 service.

 Regards,

 Ginn

 On Jan 6, 2014, at 1:44 PM, abhiram abhiram.chintan...@gmail.com
 wrote:

 Hello,

 I am trying to update my phone to a custom version of firefox
 os that
 I
 have build, the process seems to fail at the very end during the
 flashing
 stage. Here is the output of the ./flash  command. Since the
 user-data
 and cache are erased I phone boots up to the the first time use
 screen.

 rog% sudo ./flash.sh
[sudo] password for abhiram:
 waiting for device 
erasing 'cache'...
OKAY [  0.531s]
finished. total time: 0.531s
erasing 'userdata'...
OKAY [  1.399s]
finished. total time: 1.399s
sending 'userdata' (53571 KB)...
OKAY [  4.518s]
writing 'userdata'...
FAILED (status read failed (No such device))
finished. total time: 9.911s

 Trying to push system and boot partitions using the same flash
 script
 seems to fails as well. Here are the details of my existing build

 OS Version 1.1.0.0

 Software : OPEN_US_DEV_FFOS_V1.10B01

 Thanks for your time.

 -- 
 Abhiram Chintangal
 Graduate Student
 Florida State University
 Computer Science Department
 (850) 980-4954
 ___
 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
 ___
 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


-- 
Abhiram Chintangal
Graduate Student
Computer Science Department
Florida State University
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] Updating Zte Open

2014-01-06 Thread Ernesto Acosta
El lunes, 6 de enero de 2014 10:17:37 UTC-5, Steven Yang  escribió:
 We've asked ZTE to test it before releasing the ROM to the website.
 
 Before the ROM going to public, I'll also double check the fastboot 
 
 function once got it from ZTE.
 
 Hope it helps. Thanks!

Glad ZTE is taking action on the matter and are offering better support to ZTE 
Open. Thank you, thank you very much.

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


Re: [b2g] Updating Zte Open

2014-01-05 Thread Ginn Chen
Hi,

I've the same problem.
fastboot is disabled in this firmware.

You can use ./flash gaia and ./flash gecko to get newer version of Firefox OS 
onto your phone.
But you can't use fastboot.

See my posts around Dec 29 in this group.
I didn't see an official answer yet.
I raised my question in ZTE support, the answer is to contact local service.

Regards,

Ginn

On Jan 6, 2014, at 1:44 PM, abhiram abhiram.chintan...@gmail.com wrote:

 Hello,
 
 I am trying to update my phone to a custom version of firefox os that I
 have build, the process seems to fail at the very end during the flashing
 stage. Here is the output of the ./flash  command. Since the user-data
 and cache are erased I phone boots up to the the first time use screen.
 
 rog% sudo ./flash.sh
   [sudo] password for abhiram:
waiting for device 
   erasing 'cache'...
   OKAY [  0.531s]
   finished. total time: 0.531s
   erasing 'userdata'...
   OKAY [  1.399s]
   finished. total time: 1.399s
   sending 'userdata' (53571 KB)...
   OKAY [  4.518s]
   writing 'userdata'...
   FAILED (status read failed (No such device))
   finished. total time: 9.911s
 
 Trying to push system and boot partitions using the same flash script
 seems to fails as well. Here are the details of my existing build
 
 OS Version 1.1.0.0
 
 Software : OPEN_US_DEV_FFOS_V1.10B01
 
 Thanks for your time.
 
 -- 
 Abhiram Chintangal
 Graduate Student
 Florida State University
 Computer Science Department
 (850) 980-4954
 ___
 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] Updating Zte Open

2014-01-05 Thread Daniel Roesler
ZTE released a fastboot-enabled version. You can follow the
instructions here:
https://bugzilla.mozilla.org/show_bug.cgi?id=928659#c2

On Sun, Jan 5, 2014 at 9:54 PM, Ginn Chen ginn.c...@oracle.com wrote:
 Hi,

 I've the same problem.
 fastboot is disabled in this firmware.

 You can use ./flash gaia and ./flash gecko to get newer version of Firefox OS 
 onto your phone.
 But you can't use fastboot.

 See my posts around Dec 29 in this group.
 I didn't see an official answer yet.
 I raised my question in ZTE support, the answer is to contact local service.

 Regards,

 Ginn

 On Jan 6, 2014, at 1:44 PM, abhiram abhiram.chintan...@gmail.com wrote:

 Hello,

 I am trying to update my phone to a custom version of firefox os that I
 have build, the process seems to fail at the very end during the flashing
 stage. Here is the output of the ./flash  command. Since the user-data
 and cache are erased I phone boots up to the the first time use screen.

 rog% sudo ./flash.sh
   [sudo] password for abhiram:
waiting for device 
   erasing 'cache'...
   OKAY [  0.531s]
   finished. total time: 0.531s
   erasing 'userdata'...
   OKAY [  1.399s]
   finished. total time: 1.399s
   sending 'userdata' (53571 KB)...
   OKAY [  4.518s]
   writing 'userdata'...
   FAILED (status read failed (No such device))
   finished. total time: 9.911s

 Trying to push system and boot partitions using the same flash script
 seems to fails as well. Here are the details of my existing build

 OS Version 1.1.0.0

 Software : OPEN_US_DEV_FFOS_V1.10B01

 Thanks for your time.

 --
 Abhiram Chintangal
 Graduate Student
 Florida State University
 Computer Science Department
 (850) 980-4954
 ___
 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] Updating Zte Open

2014-01-05 Thread Qi Chen
The point is the website now has 1.1B01 not 1.0B02.

I believe 1.1B01 US version has fastboot disabled again.
I've nowhere to download the 1.0B02 firmware now.

Ginn

 在 2014年1月6日,下午2:04,Daniel Roesler diaf...@gmail.com 写道:
 
 ZTE released a fastboot-enabled version. You can follow the
 instructions here:
 https://bugzilla.mozilla.org/show_bug.cgi?id=928659#c2
 
 On Sun, Jan 5, 2014 at 9:54 PM, Ginn Chen ginn.c...@oracle.com wrote:
 Hi,
 
 I've the same problem.
 fastboot is disabled in this firmware.
 
 You can use ./flash gaia and ./flash gecko to get newer version of Firefox 
 OS onto your phone.
 But you can't use fastboot.
 
 See my posts around Dec 29 in this group.
 I didn't see an official answer yet.
 I raised my question in ZTE support, the answer is to contact local service.
 
 Regards,
 
 Ginn
 
 On Jan 6, 2014, at 1:44 PM, abhiram abhiram.chintan...@gmail.com wrote:
 
 Hello,
 
 I am trying to update my phone to a custom version of firefox os that I
 have build, the process seems to fail at the very end during the flashing
 stage. Here is the output of the ./flash  command. Since the user-data
 and cache are erased I phone boots up to the the first time use screen.
 
 rog% sudo ./flash.sh
  [sudo] password for abhiram:
   waiting for device 
  erasing 'cache'...
  OKAY [  0.531s]
  finished. total time: 0.531s
  erasing 'userdata'...
  OKAY [  1.399s]
  finished. total time: 1.399s
  sending 'userdata' (53571 KB)...
  OKAY [  4.518s]
  writing 'userdata'...
  FAILED (status read failed (No such device))
  finished. total time: 9.911s
 
 Trying to push system and boot partitions using the same flash script
 seems to fails as well. Here are the details of my existing build
 
 OS Version 1.1.0.0
 
 Software : OPEN_US_DEV_FFOS_V1.10B01
 
 Thanks for your time.
 
 --
 Abhiram Chintangal
 Graduate Student
 Florida State University
 Computer Science Department
 (850) 980-4954
 ___
 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] Updating ZTE Open to 1.1 - Success

2013-12-12 Thread Eric Pasdeloup

Hi,

If you don't known yet, v1.1 is available on ZTE site for UK model :

http://www.ztedevices.com/support/smart_phone/cba40ed6-d3ab-44c0-bdee-3a15803dc187.html?type=software

Eric


Le dimanche 17 novembre 2013 19:27:00 UTC+1, Eduardo González a écrit :
 Check https://bugzilla.mozilla.org/show_bug.cgi?id=937101 for notifications 
 issue
 
 
 
 
 
 On Sunday, November 17, 2013 7:00:06 AM UTC-4:30, m3tr...@gmail.com wrote:
 
  On Sunday, 17 November 2013 10:40:51 UTC, m3tr0g33k  wrote:
 
  
 
   On Thursday, 17 October 2013 08:18:51 UTC+1, Aaron Borden  wrote:
 
  
 
   
 
  
 
On Wed, 2013-10-16 at 11:37 -0700, Sven Ehret wrote:
 
  
 
   
 
  
 

 
  
 
   
 
  
 
 Hi,
 
  
 
   
 
  
 

 
  
 
   
 
  
 
 
 
  
 
   
 
  
 

 
  
 
   
 
  
 
 I have no luck flashing my ZTE Open:
 
  
 
   
 
  
 

 
  
 
   
 
  
 
 
 
  
 
   
 
  
 

 
  
 
   
 
  
 
 # ./flash.sh 
 
  
 
   
 
  
 

 
  
 
   
 
  
 
  waiting for device 
 
  
 
   
 
  
 

 
  
 
   
 
  
 
 erasing 'cache'...
 
  
 
   
 
  
 

 
  
 
   
 
  
 
 OKAY [  0.528s]
 
  
 
   
 
  
 

 
  
 
   
 
  
 
 finished. total time: 0.528s
 
  
 
   
 
  
 

 
  
 
   
 
  
 
 erasing 'userdata'...
 
  
 
   
 
  
 

 
  
 
   
 
  
 
 OKAY [  1.397s]
 
  
 
   
 
  
 

 
  
 
   
 
  
 
 finished. total time: 1.397s
 
  
 
   
 
  
 

 
  
 
   
 
  
 
 sending 'userdata' (66670 KB)...
 
  
 
   
 
  
 

 
  
 
   
 
  
 
 OKAY [  5.608s]
 
  
 
   
 
  
 

 
  
 
   
 
  
 
 writing 'userdata'...
 
  
 
   
 
  
 

 
  
 
   
 
  
 
 FAILED (status read failed (No such device))
 
  
 
   
 
  
 

 
  
 
   
 
  
 
 finished. total time: 10.991s
 
  
 
   
 
  
 

 
  
 
   
 
  
 
 
 
  
 
   
 
  
 

 
  
 
   
 
  
 
 # adb devices
 
  
 
   
 
  
 

 
  
 
   
 
  
 
 List of devices attached 
 
  
 
   
 
  
 

 
  
 
   
 
  
 
 roamer2 device
 
  
 
   
 
  
 

 
  
 
   
 
  
 
 
 
  
 
   
 
  
 

 
  
 
   
 
  
 
 Can anyone help?
 
  
 
   
 
  
 

 
  
 
   
 
  
 

 
  
 
   
 
  
 

 
  
 
   
 
  
 
I ran into a similar problem. I realized that the fastboot device is
 
  
 
   
 
  
 

 
  
 
   
 
  
 
different from the adb device. If you check your dmesg you'll see two
 
  
 
   
 
  
 

 
  
 
   
 
  
 
different vendor strings. Make sure you have both vendors in your
 
  
 
   
 
  
 

 
  
 
   
 
  
 
android udev rules:
 
  
 
   
 
  
 

 
  
 
   
 
  
 

 
  
 
   
 
  
 

 
  
 
   
 
  
 
SUBSYSTEM==usb, ATTR{idVendor}==19d2, MODE=0666, GROUP=plugdev 
# ZTE Open
 
  
 
   
 
  
 

 
  
 
   
 
  
 
SUBSYSTEM==usb, ATTR{idVendor}==18d1, MODE=0666, GROUP=plugdev 
# Google device
 
  
 
   
 
  
 

 
  
 
   
 
  
 

 
  
 
   
 
  
 

 
  
 
   
 
  
 
And then restart udev (or reload it's configs).
 
  
 
   
 
  
 

 
  
 
   
 
  
 

 
  
 
   
 
  
 

 
  
 
   
 
  
 
Note: I still don't have a bootable image on the ZTE Open yet. In fact,
 
  
 
   
 
  
 

 
  
 
   
 
  
 
I can't get it back to boot via ZTE's latest firmware update either.
 
  
 
   
 
  
 

 
  
 
   
 
  
 
It's like the system.img was missing from their update. This post[1]
 
  
 
   
 
  
 

 
  
 
   
 
  
 
seems to indicate we'll have to build a new boot.img to be compatible
 
  
 
   
 
  
 

 
  
 
   
 
  
 
with a custom B2G, though I'd much rather build it myself than grab some
 
  
 
   
 
  
 

 
  
 
   
 
  
 
random binary off the web ;)
 
  
 
   
 
  
 

 
  
 
   
 
  
 

 
  
 
   
 
  
 

 
  
 
   
 
  
 
-Aaron
 
  
 
   
 
  
 

 
  
 
   
 
  
 

 
  
 
   
 
  
 

 
  
 
   
 
  
 
[1] 
http://sl.edujose.org/2013/10/adapted-boot-image-for-use-with-b2g.html
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   I've been round the brick / reload to stock / re-root loop a few times 
   now. Somewhere along the line, it has stopped being recognised as a 
   roamer2 device in my VirtualBox ubuntu machine.
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   Using a virtual machine on my mac has been working fine, but now it just 
   sees 'Handset [0231]' instead of roamer2, and no google device is seen 
   for fastboot.
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   Not really worried about that, but is there a way of flashing the built 
   img's from a windows or mac, without using flash.sh?
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   How about using clockworkmod rooted shell? Or will having CWM on the 
   phone stop the B2G img's from working?
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   I think I'm close now, compiled with no errors using the image of the 
   stock phone.
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   Any ideas gratefully received.
 
  
 
  
 
  
 
  Well, it 

Re: [b2g] Updating ZTE Open to 1.1

2013-11-17 Thread m3tr0g33k
On Thursday, 17 October 2013 08:18:51 UTC+1, Aaron Borden  wrote:
 On Wed, 2013-10-16 at 11:37 -0700, Sven Ehret wrote:
 
  Hi,
 
  
 
  I have no luck flashing my ZTE Open:
 
  
 
  # ./flash.sh 
 
   waiting for device 
 
  erasing 'cache'...
 
  OKAY [  0.528s]
 
  finished. total time: 0.528s
 
  erasing 'userdata'...
 
  OKAY [  1.397s]
 
  finished. total time: 1.397s
 
  sending 'userdata' (66670 KB)...
 
  OKAY [  5.608s]
 
  writing 'userdata'...
 
  FAILED (status read failed (No such device))
 
  finished. total time: 10.991s
 
  
 
  # adb devices
 
  List of devices attached 
 
  roamer2 device
 
  
 
  Can anyone help?
 
 
 
 I ran into a similar problem. I realized that the fastboot device is
 
 different from the adb device. If you check your dmesg you'll see two
 
 different vendor strings. Make sure you have both vendors in your
 
 android udev rules:
 
 
 
 SUBSYSTEM==usb, ATTR{idVendor}==19d2, MODE=0666, GROUP=plugdev # ZTE 
 Open
 
 SUBSYSTEM==usb, ATTR{idVendor}==18d1, MODE=0666, GROUP=plugdev # 
 Google device
 
 
 
 And then restart udev (or reload it's configs).
 
 
 
 Note: I still don't have a bootable image on the ZTE Open yet. In fact,
 
 I can't get it back to boot via ZTE's latest firmware update either.
 
 It's like the system.img was missing from their update. This post[1]
 
 seems to indicate we'll have to build a new boot.img to be compatible
 
 with a custom B2G, though I'd much rather build it myself than grab some
 
 random binary off the web ;)
 
 
 
 -Aaron
 
 
 
 [1] http://sl.edujose.org/2013/10/adapted-boot-image-for-use-with-b2g.html

I've been round the brick / reload to stock / re-root loop a few times now. 
Somewhere along the line, it has stopped being recognised as a roamer2 device 
in my VirtualBox ubuntu machine.

Using a virtual machine on my mac has been working fine, but now it just sees 
'Handset [0231]' instead of roamer2, and no google device is seen for fastboot.

Not really worried about that, but is there a way of flashing the built img's 
from a windows or mac, without using flash.sh?

How about using clockworkmod rooted shell? Or will having CWM on the phone stop 
the B2G img's from working?

I think I'm close now, compiled with no errors using the image of the stock 
phone.

Any ideas gratefully received.
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] Updating ZTE Open to 1.1 - Success

2013-11-17 Thread m3tr0g33k
On Sunday, 17 November 2013 10:40:51 UTC, m3tr0g33k  wrote:
 On Thursday, 17 October 2013 08:18:51 UTC+1, Aaron Borden  wrote:
 
  On Wed, 2013-10-16 at 11:37 -0700, Sven Ehret wrote:
 
  
 
   Hi,
 
  
 
   
 
  
 
   I have no luck flashing my ZTE Open:
 
  
 
   
 
  
 
   # ./flash.sh 
 
  
 
waiting for device 
 
  
 
   erasing 'cache'...
 
  
 
   OKAY [  0.528s]
 
  
 
   finished. total time: 0.528s
 
  
 
   erasing 'userdata'...
 
  
 
   OKAY [  1.397s]
 
  
 
   finished. total time: 1.397s
 
  
 
   sending 'userdata' (66670 KB)...
 
  
 
   OKAY [  5.608s]
 
  
 
   writing 'userdata'...
 
  
 
   FAILED (status read failed (No such device))
 
  
 
   finished. total time: 10.991s
 
  
 
   
 
  
 
   # adb devices
 
  
 
   List of devices attached 
 
  
 
   roamer2 device
 
  
 
   
 
  
 
   Can anyone help?
 
  
 
  
 
  
 
  I ran into a similar problem. I realized that the fastboot device is
 
  
 
  different from the adb device. If you check your dmesg you'll see two
 
  
 
  different vendor strings. Make sure you have both vendors in your
 
  
 
  android udev rules:
 
  
 
  
 
  
 
  SUBSYSTEM==usb, ATTR{idVendor}==19d2, MODE=0666, GROUP=plugdev # 
  ZTE Open
 
  
 
  SUBSYSTEM==usb, ATTR{idVendor}==18d1, MODE=0666, GROUP=plugdev # 
  Google device
 
  
 
  
 
  
 
  And then restart udev (or reload it's configs).
 
  
 
  
 
  
 
  Note: I still don't have a bootable image on the ZTE Open yet. In fact,
 
  
 
  I can't get it back to boot via ZTE's latest firmware update either.
 
  
 
  It's like the system.img was missing from their update. This post[1]
 
  
 
  seems to indicate we'll have to build a new boot.img to be compatible
 
  
 
  with a custom B2G, though I'd much rather build it myself than grab some
 
  
 
  random binary off the web ;)
 
  
 
  
 
  
 
  -Aaron
 
  
 
  
 
  
 
  [1] http://sl.edujose.org/2013/10/adapted-boot-image-for-use-with-b2g.html
 
 
 
 I've been round the brick / reload to stock / re-root loop a few times now. 
 Somewhere along the line, it has stopped being recognised as a roamer2 device 
 in my VirtualBox ubuntu machine.
 
 
 
 Using a virtual machine on my mac has been working fine, but now it just sees 
 'Handset [0231]' instead of roamer2, and no google device is seen for 
 fastboot.
 
 
 
 Not really worried about that, but is there a way of flashing the built img's 
 from a windows or mac, without using flash.sh?
 
 
 
 How about using clockworkmod rooted shell? Or will having CWM on the phone 
 stop the B2G img's from working?
 
 
 
 I think I'm close now, compiled with no errors using the image of the stock 
 phone.
 
 
 
 Any ideas gratefully received.

Well, it worked - I now have v1.2
CWM on, transfered the img files to the sdcard and used the root shell in cwm 
to flash them on.

The only difference is that I didn't allow CWM to re-add the root binary before 
rebooting.

So, thanks for the boot.img Eduardo!

One bug - can't swipe down to see notifications.
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] Updating ZTE Open to 1.1 - Success

2013-11-17 Thread Eduardo González
Check https://bugzilla.mozilla.org/show_bug.cgi?id=937101 for notifications 
issue


On Sunday, November 17, 2013 7:00:06 AM UTC-4:30, m3tr...@gmail.com wrote:
 On Sunday, 17 November 2013 10:40:51 UTC, m3tr0g33k  wrote:
 
  On Thursday, 17 October 2013 08:18:51 UTC+1, Aaron Borden  wrote:
 
  
 
   On Wed, 2013-10-16 at 11:37 -0700, Sven Ehret wrote:
 
  
 
   
 
  
 
Hi,
 
  
 
   
 
  
 

 
  
 
   
 
  
 
I have no luck flashing my ZTE Open:
 
  
 
   
 
  
 

 
  
 
   
 
  
 
# ./flash.sh 
 
  
 
   
 
  
 
 waiting for device 
 
  
 
   
 
  
 
erasing 'cache'...
 
  
 
   
 
  
 
OKAY [  0.528s]
 
  
 
   
 
  
 
finished. total time: 0.528s
 
  
 
   
 
  
 
erasing 'userdata'...
 
  
 
   
 
  
 
OKAY [  1.397s]
 
  
 
   
 
  
 
finished. total time: 1.397s
 
  
 
   
 
  
 
sending 'userdata' (66670 KB)...
 
  
 
   
 
  
 
OKAY [  5.608s]
 
  
 
   
 
  
 
writing 'userdata'...
 
  
 
   
 
  
 
FAILED (status read failed (No such device))
 
  
 
   
 
  
 
finished. total time: 10.991s
 
  
 
   
 
  
 

 
  
 
   
 
  
 
# adb devices
 
  
 
   
 
  
 
List of devices attached 
 
  
 
   
 
  
 
roamer2 device
 
  
 
   
 
  
 

 
  
 
   
 
  
 
Can anyone help?
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   I ran into a similar problem. I realized that the fastboot device is
 
  
 
   
 
  
 
   different from the adb device. If you check your dmesg you'll see two
 
  
 
   
 
  
 
   different vendor strings. Make sure you have both vendors in your
 
  
 
   
 
  
 
   android udev rules:
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   SUBSYSTEM==usb, ATTR{idVendor}==19d2, MODE=0666, GROUP=plugdev # 
   ZTE Open
 
  
 
   
 
  
 
   SUBSYSTEM==usb, ATTR{idVendor}==18d1, MODE=0666, GROUP=plugdev # 
   Google device
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   And then restart udev (or reload it's configs).
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   Note: I still don't have a bootable image on the ZTE Open yet. In fact,
 
  
 
   
 
  
 
   I can't get it back to boot via ZTE's latest firmware update either.
 
  
 
   
 
  
 
   It's like the system.img was missing from their update. This post[1]
 
  
 
   
 
  
 
   seems to indicate we'll have to build a new boot.img to be compatible
 
  
 
   
 
  
 
   with a custom B2G, though I'd much rather build it myself than grab some
 
  
 
   
 
  
 
   random binary off the web ;)
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   -Aaron
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   [1] http://sl.edujose.org/2013/10/adapted-boot-image-for-use-with-b2g.html
 
  
 
  
 
  
 
  I've been round the brick / reload to stock / re-root loop a few times now. 
  Somewhere along the line, it has stopped being recognised as a roamer2 
  device in my VirtualBox ubuntu machine.
 
  
 
  
 
  
 
  Using a virtual machine on my mac has been working fine, but now it just 
  sees 'Handset [0231]' instead of roamer2, and no google device is seen for 
  fastboot.
 
  
 
  
 
  
 
  Not really worried about that, but is there a way of flashing the built 
  img's from a windows or mac, without using flash.sh?
 
  
 
  
 
  
 
  How about using clockworkmod rooted shell? Or will having CWM on the phone 
  stop the B2G img's from working?
 
  
 
  
 
  
 
  I think I'm close now, compiled with no errors using the image of the stock 
  phone.
 
  
 
  
 
  
 
  Any ideas gratefully received.
 
 
 
 Well, it worked - I now have v1.2
 
 CWM on, transfered the img files to the sdcard and used the root shell in cwm 
 to flash them on.
 
 
 
 The only difference is that I didn't allow CWM to re-add the root binary 
 before rebooting.
 
 
 
 So, thanks for the boot.img Eduardo!
 
 
 
 One bug - can't swipe down to see notifications.
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] Updating ZTE Open to 1.1

2013-11-12 Thread maxrottenkolber
On Monday, November 11, 2013 7:49:29 PM UTC+1, Ernesto Acosta wrote:
 Please, it would be too much to ask that the developers put the images for 
 the ZTE Open as well as have the Geekphones?

Yes, PLEASE! :)
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] Updating ZTE Open to 1.1

2013-11-11 Thread Ernesto Acosta
El viernes, 18 de octubre de 2013 11:51:14 UTC-4, Aaron Borden  escribió:
 On Thu, 2013-10-17 at 08:37 -0700, jezra wrote:
 
  If the owners of ZTE Opens had a nice easy way to get the latest stable
 
  and testing images for their devices (like the geeksphone users have at
 
  http://downloads.geeksphone.com/) none of this would be an issue.
 
 
 
 Agreed. It's a bummer that a device marketed as a development device
 
 cannot be used for development out of box.
 
 
 
 -Aaron

+1 

I have a ZTE Open (U.S.) and it is frustrating to see only have version 1.0.1. 
But even more frustrating is when I press the Update button and nothing happens.

Please, it would be too much to ask that the developers put the images for the 
ZTE Open as well as have the Geekphones?
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] Updating ZTE Open to 1.1

2013-10-21 Thread Julien Wajsberg
Le 18/10/2013 19:30, jezra a écrit :
 When I first used my ZTE Open, I found a bug and reported the bug. For
 all I know, the bug I reported was fixed a few months ago in v1.1, but
 since there is no easy way for beta testers to keep their ZTE devices up
 to date, I may have just been wasting valuable developer time. 


Don't worry, filing dupe bugs is never wasting time. It usually means
the initial bug was not easy to find, and your new duplicated bug will
make it easier to find for other users and contributors.

So don't feel bad about this, and thanks a lot. Please continue filing
other bugs if you find some without an existing bug  :-)

Although it's right we probably fixed most of 1.0 issues already, and
bugs for 1.2 would be more valuable, so I really thank all people
helping others to upgrade their phone. It really should be easier.

Thanks for your support,
-- 
Julien



signature.asc
Description: OpenPGP digital signature
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] Updating ZTE Open to 1.1

2013-10-18 Thread Aaron Borden
On Thu, 2013-10-17 at 08:37 -0700, jezra wrote:
 If the owners of ZTE Opens had a nice easy way to get the latest stable
 and testing images for their devices (like the geeksphone users have at
 http://downloads.geeksphone.com/) none of this would be an issue.

Agreed. It's a bummer that a device marketed as a development device
cannot be used for development out of box.

-Aaron


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


Re: [b2g] Updating ZTE Open to 1.1

2013-10-18 Thread jezra
On Fri, 18 Oct 2013 08:51:14 -0700
Aaron Borden adbor...@a14n.net wrote:

 On Thu, 2013-10-17 at 08:37 -0700, jezra wrote:
  If the owners of ZTE Opens had a nice easy way to get the latest
  stable and testing images for their devices (like the geeksphone
  users have at http://downloads.geeksphone.com/) none of this would
  be an issue.
 
 Agreed. It's a bummer that a device marketed as a development device
 cannot be used for development out of box.
 
 -Aaron
 
 
 ___
 dev-b2g mailing list
 dev-b2g@lists.mozilla.org
 https://lists.mozilla.org/listinfo/dev-b2g

It seems as though they have taken a page from Tizen's book and
consider a developer to only mean someone that will be developing an
html5 app for the app store.

When I first used my ZTE Open, I found a bug and reported the bug. For
all I know, the bug I reported was fixed a few months ago in v1.1, but
since there is no easy way for beta testers to keep their ZTE devices up
to date, I may have just been wasting valuable developer time. 

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


Re: [b2g] Updating ZTE Open to 1.1

2013-10-17 Thread H Kif
Hi,

Thanks to Eduardo for is good job. I made a simple check on his boot.img
file.
Only 2 files have changed ( init.rc and init.b2g.rc). I don't see backdoor
on his code.

Check this post to see my procedure (in french).
https://vincent.degat.ch/boot-img-de-firefox-os-1-2-pour-zte-open




On Thu, Oct 17, 2013 at 10:28 AM, Eduardo González edujo...@gmail.comwrote:

 Hi! I'm author of adapted boot image, and is correct is not recommended
 use files from third party as file hosted by me, but the issue about create
 own boot.img is not so easy.
 Before talk about boot.img, is necessary remember that flashing the zte
 open using ./flash.sh require fastboot full supported. If you get problems
 using flash.sh (as exact messages posted by Sven) then you have a device
 without fastboot full supported.
 In order to enable fastboot you must update using DEV images from
 ztedevices.com, for example the images of UK American Standard or
 European Standard. Check
 https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Developer_phone_guide/ZTE_OPEN

 Next step is use boot image adapted by me as explained on
 http://sl.edujose.org/2013/10/adapted-boot-image-for-use-with-b2g.html
 By default, b2g tree do not create boot.img. You must define on device
 tree (b2g_dir/device) the elements required so kernels is compiled and
 generate boot.img. Additionally stock boot.img contain a kernel using
 particular modules (zte blobs) not included into b2g kernel source
 ___
 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] Updating ZTE Open to 1.1

2013-10-16 Thread Sven Ehret
Hi,

I have no luck flashing my ZTE Open:

# ./flash.sh 
 waiting for device 
erasing 'cache'...
OKAY [  0.528s]
finished. total time: 0.528s
erasing 'userdata'...
OKAY [  1.397s]
finished. total time: 1.397s
sending 'userdata' (66670 KB)...
OKAY [  5.608s]
writing 'userdata'...
FAILED (status read failed (No such device))
finished. total time: 10.991s

# adb devices
List of devices attached 
roamer2 device

Can anyone help?

Thanks for reading. Sven


Am Freitag, 11. Oktober 2013 07:29:55 UTC+2 schrieb Chris Mills:
 Hi there,
 
 
 
 I published some instructions on the ZTE, including making it flashable, and 
 updating it:
 
 
 
 https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Developer_phone_guide/ZTE_OPEN
 
 
 
 I'm assuming from the date of your last mail that you got one of the older 
 ones? follow the instructions from 
 
 
 
 https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Developer_phone_guide/ZTE_OPEN#Device_revisions
 
 
 
 onwards, and you should be able to update it.
 
 
 
 Let me know how you get on. 
 
 
 
 Chris Mills
 
Senior tech writer || Mozilla
 
 developer.mozilla.org || MDN
 
cmi...@mozilla.com || @chrisdavidmills
 
 
 
 
 
 
 
 On 11 Oct 2013, at 04:10, a.sudha...@gmail.com wrote:
 
 
 
  On Saturday, July 27, 2013 10:09:24 PM UTC+5:30, Michelle Luna wrote:
 
  Hi Jose,
 
  
 
  
 
  
 
  Thanks for using ZTE Open! Currently there is no update to v1.1 
 
  
 
  available for ZTE Open. Let us know what you are missing on v1.0, there 
 
  
 
  might be some other options we can show you and we like to hear your 
 
  
 
  feedback.
 
  
 
  
 
  
 
  Best regards,
 
  
 
  Michelle Luna
 
  
 
  Mozilla support
 
  
 
  
 
  
 
  
 
  
 
  On 7/27/13 8:54 AM, jose llopis wrote:
 
  
 
  is there any way to update zte open to v1.1?
 
  
 
  ___
 
  
 
  dev-b2g mailing list
 
  
 
  dev-b2g@lists.mozilla.org
 
  
 
  https://lists.mozilla.org/listinfo/dev-b2g
 
  
 
  Hi Michel,
 
  Any update on v1.1 availability for ZTE Open as of 11 Oct 2013? 
 
  Regards
 
  Sudhakar
 
  ___
 
  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] Updating ZTE Open to 1.1

2013-10-11 Thread Marek Raida
Hi Chris,
your MDN ZTE page is great info source, thx for it, however I miss there 
information for those having bought phone from cariers like Movistar, if they 
could follow given instructions as well or not, because having non rooted phone 
and waiting for update is a little bit frustrating...
Thx,
Marek


On Friday, 11 October 2013 07:29:55 UTC+2, Chris Mills  wrote:
 Hi there,
 
 
 
 I published some instructions on the ZTE, including making it flashable, and 
 updating it:
 
 
 
 https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Developer_phone_guide/ZTE_OPEN
 
 
 
 I'm assuming from the date of your last mail that you got one of the older 
 ones? follow the instructions from 
 
 
 
 https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Developer_phone_guide/ZTE_OPEN#Device_revisions
 
 
 
 onwards, and you should be able to update it.
 
 
 
 Let me know how you get on. 
 
 
 
 Chris Mills
 
Senior tech writer || Mozilla
 
 developer.mozilla.org || MDN
 
cmi...@mozilla.com || @chrisdavidmills
 
 
 
 
 
 
 
 On 11 Oct 2013, at 04:10, a.sudha...@gmail.com wrote:
 
 
 
  On Saturday, July 27, 2013 10:09:24 PM UTC+5:30, Michelle Luna wrote:
 
  Hi Jose,
 
  
 
  
 
  
 
  Thanks for using ZTE Open! Currently there is no update to v1.1 
 
  
 
  available for ZTE Open. Let us know what you are missing on v1.0, there 
 
  
 
  might be some other options we can show you and we like to hear your 
 
  
 
  feedback.
 
  
 
  
 
  
 
  Best regards,
 
  
 
  Michelle Luna
 
  
 
  Mozilla support
 
  
 
  
 
  
 
  
 
  
 
  On 7/27/13 8:54 AM, jose llopis wrote:
 
  
 
  is there any way to update zte open to v1.1?
 
  
 
  ___
 
  
 
  dev-b2g mailing list
 
  
 
  dev-b2g@lists.mozilla.org
 
  
 
  https://lists.mozilla.org/listinfo/dev-b2g
 
  
 
  Hi Michel,
 
  Any update on v1.1 availability for ZTE Open as of 11 Oct 2013? 
 
  Regards
 
  Sudhakar
 
  ___
 
  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] Updating ZTE Open to 1.1

2013-10-11 Thread Stephan Bardubitzki
So, are you saying that an update to FxOS v1.1 is not distributed OTA by 
Mozilla/ZTE?


On 13-10-11 03:28 AM, Chris Mills wrote:

You are absolutely right. I will take it as a work item going forward to try to 
cover all phones and carriers going forward.

Chris Mills
Senior tech writer || Mozilla
developer.mozilla.org || MDN
cmi...@mozilla.com || @chrisdavidmills



On 11 Oct 2013, at 09:20, Marek Raida marek.ra...@gmail.com wrote:


Hi Chris,
your MDN ZTE page is great info source, thx for it, however I miss there 
information for those having bought phone from cariers like Movistar, if they 
could follow given instructions as well or not, because having non rooted phone 
and waiting for update is a little bit frustrating...
Thx,
Marek


On Friday, 11 October 2013 07:29:55 UTC+2, Chris Mills  wrote:

Hi there,



I published some instructions on the ZTE, including making it flashable, and 
updating it:



https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Developer_phone_guide/ZTE_OPEN



I'm assuming from the date of your last mail that you got one of the older 
ones? follow the instructions from



https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Developer_phone_guide/ZTE_OPEN#Device_revisions



onwards, and you should be able to update it.



Let me know how you get on.



Chris Mills

   Senior tech writer || Mozilla

developer.mozilla.org || MDN

   cmi...@mozilla.com || @chrisdavidmills







On 11 Oct 2013, at 04:10, a.sudha...@gmail.com wrote:




On Saturday, July 27, 2013 10:09:24 PM UTC+5:30, Michelle Luna wrote:

Hi Jose,
Thanks for using ZTE Open! Currently there is no update to v1.1
available for ZTE Open. Let us know what you are missing on v1.0, there
might be some other options we can show you and we like to hear your
feedback.
Best regards,
Michelle Luna
Mozilla support
On 7/27/13 8:54 AM, jose llopis wrote:

is there any way to update zte open to v1.1?
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g

Hi Michel,
Any update on v1.1 availability for ZTE Open as of 11 Oct 2013?
Regards
Sudhakar
___
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



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


Re: [b2g] Updating ZTE Open to 1.1

2013-10-11 Thread Andreas Gal

All ZTE devices are manufactured by ZTE and ZTE distributes the original FxOS 
software for it, as well as any updates. We are working with all our vendors to 
make sure that they update the devices, but in the end only ZTE can make 
reliable statements when and whether and which updates will be available. Any 
information on our Wiki is merely us trying to facilitate the flow of 
information.

Andreas

On Oct 11, 2013, at 8:28 AM, Stephan Bardubitzki step...@mobitec.ca wrote:

 So, are you saying that an update to FxOS v1.1 is not distributed OTA by 
 Mozilla/ZTE?
 
 On 13-10-11 03:28 AM, Chris Mills wrote:
 You are absolutely right. I will take it as a work item going forward to try 
 to cover all phones and carriers going forward.
 
 Chris Mills
Senior tech writer || Mozilla
 developer.mozilla.org || MDN
cmi...@mozilla.com || @chrisdavidmills
 
 
 
 On 11 Oct 2013, at 09:20, Marek Raida marek.ra...@gmail.com wrote:
 
 Hi Chris,
 your MDN ZTE page is great info source, thx for it, however I miss there 
 information for those having bought phone from cariers like Movistar, if 
 they could follow given instructions as well or not, because having non 
 rooted phone and waiting for update is a little bit frustrating...
 Thx,
 Marek
 
 
 On Friday, 11 October 2013 07:29:55 UTC+2, Chris Mills  wrote:
 Hi there,
 
 
 
 I published some instructions on the ZTE, including making it flashable, 
 and updating it:
 
 
 
 https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Developer_phone_guide/ZTE_OPEN
 
 
 
 I'm assuming from the date of your last mail that you got one of the older 
 ones? follow the instructions from
 
 
 
 https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Developer_phone_guide/ZTE_OPEN#Device_revisions
 
 
 
 onwards, and you should be able to update it.
 
 
 
 Let me know how you get on.
 
 
 
 Chris Mills
 
   Senior tech writer || Mozilla
 
 developer.mozilla.org || MDN
 
   cmi...@mozilla.com || @chrisdavidmills
 
 
 
 
 
 
 
 On 11 Oct 2013, at 04:10, a.sudha...@gmail.com wrote:
 
 
 
 On Saturday, July 27, 2013 10:09:24 PM UTC+5:30, Michelle Luna wrote:
 Hi Jose,
 Thanks for using ZTE Open! Currently there is no update to v1.1
 available for ZTE Open. Let us know what you are missing on v1.0, there
 might be some other options we can show you and we like to hear your
 feedback.
 Best regards,
 Michelle Luna
 Mozilla support
 On 7/27/13 8:54 AM, jose llopis wrote:
 is there any way to update zte open to v1.1?
 ___
 dev-b2g mailing list
 dev-b2g@lists.mozilla.org
 https://lists.mozilla.org/listinfo/dev-b2g
 Hi Michel,
 Any update on v1.1 availability for ZTE Open as of 11 Oct 2013?
 Regards
 Sudhakar
 ___
 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
 
 
 ___
 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] Updating ZTE Open to 1.1

2013-10-11 Thread Chris Mills
No - I'm merely saying that I'm going to try to provide information on as many 
of the different Firefox OS devices as I can on MDN, as there are so many 
unanswered questions on there.

Best,

Chris

On 11 Oct 2013, at 16:28, Stephan Bardubitzki step...@mobitec.ca wrote:

 So, are you saying that an update to FxOS v1.1 is not distributed OTA by 
 Mozilla/ZTE?
 
 On 13-10-11 03:28 AM, Chris Mills wrote:
 You are absolutely right. I will take it as a work item going forward to try 
 to cover all phones and carriers going forward.
 
 Chris Mills
Senior tech writer || Mozilla
 developer.mozilla.org || MDN
cmi...@mozilla.com || @chrisdavidmills
 
 
 
 On 11 Oct 2013, at 09:20, Marek Raida marek.ra...@gmail.com wrote:
 
 Hi Chris,
 your MDN ZTE page is great info source, thx for it, however I miss there 
 information for those having bought phone from cariers like Movistar, if 
 they could follow given instructions as well or not, because having non 
 rooted phone and waiting for update is a little bit frustrating...
 Thx,
 Marek
 
 
 On Friday, 11 October 2013 07:29:55 UTC+2, Chris Mills  wrote:
 Hi there,
 
 
 
 I published some instructions on the ZTE, including making it flashable, 
 and updating it:
 
 
 
 https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Developer_phone_guide/ZTE_OPEN
 
 
 
 I'm assuming from the date of your last mail that you got one of the older 
 ones? follow the instructions from
 
 
 
 https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Developer_phone_guide/ZTE_OPEN#Device_revisions
 
 
 
 onwards, and you should be able to update it.
 
 
 
 Let me know how you get on.
 
 
 
 Chris Mills
 
   Senior tech writer || Mozilla
 
 developer.mozilla.org || MDN
 
   cmi...@mozilla.com || @chrisdavidmills
 
 
 
 
 
 
 
 On 11 Oct 2013, at 04:10, a.sudha...@gmail.com wrote:
 
 
 
 On Saturday, July 27, 2013 10:09:24 PM UTC+5:30, Michelle Luna wrote:
 Hi Jose,
 Thanks for using ZTE Open! Currently there is no update to v1.1
 available for ZTE Open. Let us know what you are missing on v1.0, there
 might be some other options we can show you and we like to hear your
 feedback.
 Best regards,
 Michelle Luna
 Mozilla support
 On 7/27/13 8:54 AM, jose llopis wrote:
 is there any way to update zte open to v1.1?
 ___
 dev-b2g mailing list
 dev-b2g@lists.mozilla.org
 https://lists.mozilla.org/listinfo/dev-b2g
 Hi Michel,
 Any update on v1.1 availability for ZTE Open as of 11 Oct 2013?
 Regards
 Sudhakar
 ___
 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
 
 
 ___
 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] Updating ZTE Open to 1.1

2013-10-11 Thread Stephan Bardubitzki

Thanks for clarifying.

Chris, I'm on a Canadian carrier. Are interested in some information on 
that for your wiki?


Stephan

On 13-10-11 08:35 AM, Chris Mills wrote:

No - I'm merely saying that I'm going to try to provide information on as many 
of the different Firefox OS devices as I can on MDN, as there are so many 
unanswered questions on there.

Best,

Chris

On 11 Oct 2013, at 16:28, Stephan Bardubitzki step...@mobitec.ca wrote:


So, are you saying that an update to FxOS v1.1 is not distributed OTA by 
Mozilla/ZTE?

On 13-10-11 03:28 AM, Chris Mills wrote:

You are absolutely right. I will take it as a work item going forward to try to 
cover all phones and carriers going forward.

Chris Mills
Senior tech writer || Mozilla
developer.mozilla.org || MDN
cmi...@mozilla.com || @chrisdavidmills



On 11 Oct 2013, at 09:20, Marek Raida marek.ra...@gmail.com wrote:


Hi Chris,
your MDN ZTE page is great info source, thx for it, however I miss there 
information for those having bought phone from cariers like Movistar, if they 
could follow given instructions as well or not, because having non rooted phone 
and waiting for update is a little bit frustrating...
Thx,
Marek


On Friday, 11 October 2013 07:29:55 UTC+2, Chris Mills  wrote:

Hi there,



I published some instructions on the ZTE, including making it flashable, and 
updating it:



https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Developer_phone_guide/ZTE_OPEN



I'm assuming from the date of your last mail that you got one of the older 
ones? follow the instructions from



https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Developer_phone_guide/ZTE_OPEN#Device_revisions



onwards, and you should be able to update it.



Let me know how you get on.



Chris Mills

   Senior tech writer || Mozilla

developer.mozilla.org || MDN

   cmi...@mozilla.com || @chrisdavidmills







On 11 Oct 2013, at 04:10, a.sudha...@gmail.com wrote:




On Saturday, July 27, 2013 10:09:24 PM UTC+5:30, Michelle Luna wrote:

Hi Jose,
Thanks for using ZTE Open! Currently there is no update to v1.1
available for ZTE Open. Let us know what you are missing on v1.0, there
might be some other options we can show you and we like to hear your
feedback.
Best regards,
Michelle Luna
Mozilla support
On 7/27/13 8:54 AM, jose llopis wrote:

is there any way to update zte open to v1.1?
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g

Hi Michel,
Any update on v1.1 availability for ZTE Open as of 11 Oct 2013?
Regards
Sudhakar
___
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


___
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] Updating ZTE Open to 1.1

2013-10-11 Thread cronneloctopus
So, is there no information on when the 1.1 update will be available OTA for 
the ZTE Open? Will it *ever* be available?

Sam

On Friday, 11 October 2013 08:32:37 UTC-7, Andreas Gal  wrote:
 All ZTE devices are manufactured by ZTE and ZTE distributes the original FxOS 
 software for it, as well as any updates. We are working with all our vendors 
 to make sure that they update the devices, but in the end only ZTE can make 
 reliable statements when and whether and which updates will be available. Any 
 information on our Wiki is merely us trying to facilitate the flow of 
 information.
 
 
 
 Andreas
 
 
 
 On Oct 11, 2013, at 8:28 AM, Stephan Bardubitzki step...@mobitec.ca wrote:
 
 
 
  So, are you saying that an update to FxOS v1.1 is not distributed OTA by 
  Mozilla/ZTE?
 
  
 
  On 13-10-11 03:28 AM, Chris Mills wrote:
 
  You are absolutely right. I will take it as a work item going forward to 
  try to cover all phones and carriers going forward.
 
  
 
  Chris Mills
 
 Senior tech writer || Mozilla
 
  developer.mozilla.org || MDN
 
 cmi...@mozilla.com || @chrisdavidmills
 
  
 
  
 
  
 
  On 11 Oct 2013, at 09:20, Marek Raida marek.ra...@gmail.com wrote:
 
  
 
  Hi Chris,
 
  your MDN ZTE page is great info source, thx for it, however I miss there 
  information for those having bought phone from cariers like Movistar, if 
  they could follow given instructions as well or not, because having non 
  rooted phone and waiting for update is a little bit frustrating...
 
  Thx,
 
  Marek
 
  
 
  
 
  On Friday, 11 October 2013 07:29:55 UTC+2, Chris Mills  wrote:
 
  Hi there,
 
  
 
  
 
  
 
  I published some instructions on the ZTE, including making it flashable, 
  and updating it:
 
  
 
  
 
  
 
  https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Developer_phone_guide/ZTE_OPEN
 
  
 
  
 
  
 
  I'm assuming from the date of your last mail that you got one of the 
  older ones? follow the instructions from
 
  
 
  
 
  
 
  https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Developer_phone_guide/ZTE_OPEN#Device_revisions
 
  
 
  
 
  
 
  onwards, and you should be able to update it.
 
  
 
  
 
  
 
  Let me know how you get on.
 
  
 
  
 
  
 
  Chris Mills
 
  
 
Senior tech writer || Mozilla
 
  
 
  developer.mozilla.org || MDN
 
  
 
cmi...@mozilla.com || @chrisdavidmills
 
  
 
  
 
  
 
  
 
  
 
  
 
  
 
  On 11 Oct 2013, at 04:10, a.sudha...@gmail.com wrote:
 
  
 
  
 
  
 
  On Saturday, July 27, 2013 10:09:24 PM UTC+5:30, Michelle Luna wrote:
 
  Hi Jose,
 
  Thanks for using ZTE Open! Currently there is no update to v1.1
 
  available for ZTE Open. Let us know what you are missing on v1.0, there
 
  might be some other options we can show you and we like to hear your
 
  feedback.
 
  Best regards,
 
  Michelle Luna
 
  Mozilla support
 
  On 7/27/13 8:54 AM, jose llopis wrote:
 
  is there any way to update zte open to v1.1?
 
  ___
 
  dev-b2g mailing list
 
  dev-b2g@lists.mozilla.org
 
  https://lists.mozilla.org/listinfo/dev-b2g
 
  Hi Michel,
 
  Any update on v1.1 availability for ZTE Open as of 11 Oct 2013?
 
  Regards
 
  Sudhakar
 
  ___
 
  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
 
  
 
  
 
  ___
 
  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] Updating ZTE Open to 1.1

2013-10-11 Thread Hubert Figuière
On 11/10/13 11:44 AM, Stephan Bardubitzki wrote:
 Chris, I'm on a Canadian carrier. Are interested in some information on
 that for your wiki?

I don't understand the question exactly, but the US version of the ZTE
Open supports UMTS 850/1900 which mean it will work on the two big
networks in Canada: Bell/Telus and Rogers. And the regional one like
Sasktel or MTS that use the same bands. It will not work on WIND,
Mobilicity, Videotron or Eastlink that all operate in the AWS frequency.

The handset is independent of the carrier.

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


Re: [b2g] Updating ZTE Open to 1.1

2013-10-11 Thread Stephan Bardubitzki

The handset is independent of the carrier.
This is not the point, maybe have a lock at the link below and the 
information provided for US carriers


https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Developer_phone_guide/ZTE_OPEN

And non of my colleques was aware that you can't buy a ZTE Open in 
Canada... oh ebay.com... how much is the shipping cost? ... MicroSD 
card... what plan did you choose?


Hmm... all the cost involved does it still make sense to give it a shot...


On 13-10-11 10:20 AM, Hubert Figuière wrote:

On 11/10/13 11:44 AM, Stephan Bardubitzki wrote:

Chris, I'm on a Canadian carrier. Are interested in some information on
that for your wiki?

I don't understand the question exactly, but the US version of the ZTE
Open supports UMTS 850/1900 which mean it will work on the two big
networks in Canada: Bell/Telus and Rogers. And the regional one like
Sasktel or MTS that use the same bands. It will not work on WIND,
Mobilicity, Videotron or Eastlink that all operate in the AWS frequency.

The handset is independent of the carrier.

Hub
___
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] Updating ZTE Open to 1.1

2013-10-11 Thread Stefan Arentz

On Oct 11, 2013, at 2:19 PM, Stephan Bardubitzki step...@mobitec.ca wrote:

 The handset is independent of the carrier.
 This is not the point, maybe have a lock at the link below and the 
 information provided for US carriers
 
 https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Developer_phone_guide/ZTE_OPEN
 
 And non of my colleques was aware that you can't buy a ZTE Open in Canada... 
 oh ebay.com... how much is the shipping cost? ... MicroSD card... what plan 
 did you choose?
 
 Hmm... all the cost involved does it still make sense to give it a shot…

I purchased one in Canada. The shipping was $11 or so and it arrived within a 
week.

 S.

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


Re: [b2g] Updating ZTE Open to 1.1

2013-10-11 Thread cronneloctopus
I'm in Canada and bought mine from ebay in the states. $15 shipping. Arrived in 
a week.

Sam

On Friday, 11 October 2013 11:41:22 UTC-7, Stefan Arentz  wrote:
 On Oct 11, 2013, at 2:19 PM, Stephan Bardubitzki step...@mobitec.ca wrote:
 
 
 
  The handset is independent of the carrier.
 
  This is not the point, maybe have a lock at the link below and the 
  information provided for US carriers
 
  
 
  https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Developer_phone_guide/ZTE_OPEN
 
  
 
  And non of my colleques was aware that you can't buy a ZTE Open in 
  Canada... oh ebay.com... how much is the shipping cost? ... MicroSD card... 
  what plan did you choose?
 
  
 
  Hmm... all the cost involved does it still make sense to give it a shot…
 
 
 
 I purchased one in Canada. The shipping was $11 or so and it arrived within a 
 week.
 
 
 
  S.

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


Re: [b2g] Updating ZTE Open to 1.1

2013-10-10 Thread Chris Mills
Hi there,

I published some instructions on the ZTE, including making it flashable, and 
updating it:

https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Developer_phone_guide/ZTE_OPEN

I'm assuming from the date of your last mail that you got one of the older 
ones? follow the instructions from 

https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Developer_phone_guide/ZTE_OPEN#Device_revisions

onwards, and you should be able to update it.

Let me know how you get on. 

Chris Mills
   Senior tech writer || Mozilla
developer.mozilla.org || MDN
   cmi...@mozilla.com || @chrisdavidmills



On 11 Oct 2013, at 04:10, a.sudha...@gmail.com wrote:

 On Saturday, July 27, 2013 10:09:24 PM UTC+5:30, Michelle Luna wrote:
 Hi Jose,
 
 
 
 Thanks for using ZTE Open! Currently there is no update to v1.1 
 
 available for ZTE Open. Let us know what you are missing on v1.0, there 
 
 might be some other options we can show you and we like to hear your 
 
 feedback.
 
 
 
 Best regards,
 
 Michelle Luna
 
 Mozilla support
 
 
 
 
 
 On 7/27/13 8:54 AM, jose llopis wrote:
 
 is there any way to update zte open to v1.1?
 
 ___
 
 dev-b2g mailing list
 
 dev-b2g@lists.mozilla.org
 
 https://lists.mozilla.org/listinfo/dev-b2g
 
 Hi Michel,
 Any update on v1.1 availability for ZTE Open as of 11 Oct 2013? 
 Regards
 Sudhakar
 ___
 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] Updating ZTE Open to 1.1

2013-09-16 Thread Julien Wajsberg
Le 16/09/2013 04:08, Eduardo González a écrit :
 Probably you updated your phone on developer mode then you have old apps 
 installed in /system/b2g/webapps and new b2g apps on /data/local/webapps

 In order to keep coherency, you must update to production devices using 

 VARIANT=user ./flash.sh gaia

 or reset all using:

 cd B2G
I guess you meant cd gaia.
 make reset-gaia PRODUCTION=1

make production is a shortcut :)


 On Sunday, September 15, 2013 1:38:00 PM UTC-4:30, Xes Garcia wrote:
 Hi

 I've succesfully updated a ZTE Open to Firefox Os 1.1

 Some issues I've found:

 After the update if I make a Reset Phone the system apps like contacts or 
 calendar updates are gone and they come to the previous version, so the old 
 apps are still there?





 The update number in the info keeps on 1.1 after a system reset, so the 
 phone keeps updated on 1.1 but the apps doesn't



 I've got less space in my device to install apps even if I delete all the 
 testing apps
 ___
 dev-b2g mailing list
 dev-b2g@lists.mozilla.org
 https://lists.mozilla.org/listinfo/dev-b2g




signature.asc
Description: OpenPGP digital signature
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] Updating ZTE Open to 1.1

2013-09-16 Thread Eduardo González
Yes Julien, i was wrong,

cd gaia
make production

is more elegant!
Thanks Julien



On Monday, September 16, 2013 7:17:40 AM UTC-4:30, Julien Wajsberg wrote:
 Le 16/09/2013 04:08, Eduardo González a écrit :
 
  Probably you updated your phone on developer mode then you have old apps 
  installed in /system/b2g/webapps and new b2g apps on /data/local/webapps
 
 
 
  In order to keep coherency, you must update to production devices using 
 
 
 
  VARIANT=user ./flash.sh gaia
 
 
 
  or reset all using:
 
 
 
  cd B2G
 
 I guess you meant cd gaia.
 
  make reset-gaia PRODUCTION=1
 
 
 
 make production is a shortcut :)
 
 
 
 
 
  On Sunday, September 15, 2013 1:38:00 PM UTC-4:30, Xes Garcia wrote:
 
  Hi
 
 
 
  I've succesfully updated a ZTE Open to Firefox Os 1.1
 
 
 
  Some issues I've found:
 
 
 
  After the update if I make a Reset Phone the system apps like contacts or 
  calendar updates are gone and they come to the previous version, so the 
  old apps are still there?
 
 
 
 
 
 
 
 
 
 
 
  The update number in the info keeps on 1.1 after a system reset, so the 
  phone keeps updated on 1.1 but the apps doesn't
 
 
 
 
 
 
 
  I've got less space in my device to install apps even if I delete all the 
  testing apps
 
  ___
 
  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] Updating ZTE Open to 1.1

2013-09-16 Thread Joshua Purcell
On Sunday, September 15, 2013 7:08:17 PM UTC-7, Eduardo González wrote:
 Probably you updated your phone on developer mode then you have old apps 
 installed in /system/b2g/webapps and new b2g apps on /data/local/webapps
 

From what it looks like on my phone, new apps (after switching to production 
mode) are actually in /system/b2g/webapps. The other location 
(/data/local/webapps) contains only two files: marketplace.firefox.com and 
webapps.json.

 
 
 In order to keep coherency, you must update to production devices using 
 
 
 
 VARIANT=user ./flash.sh gaia
 
 
 
 or reset all using:
 
 
 
 cd B2G
 
 make reset-gaia PRODUCTION=1
 
 
 
 On Sunday, September 15, 2013 1:38:00 PM UTC-4:30, Xes Garcia wrote:
 
  Hi
 
  
 
  I've succesfully updated a ZTE Open to Firefox Os 1.1
 
  
 
  Some issues I've found:
 
  
 
  After the update if I make a Reset Phone the system apps like contacts or 
  calendar updates are gone and they come to the previous version, so the old 
  apps are still there?
 
  
 
  
 
  
 
  
 
  
 
  The update number in the info keeps on 1.1 after a system reset, so the 
  phone keeps updated on 1.1 but the apps doesn't
 
  
 
  
 
  
 
  I've got less space in my device to install apps even if I delete all the 
  testing apps

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


Re: [b2g] Updating ZTE Open to 1.1

2013-09-15 Thread Xes Garcia
Hi
I've succesfully updated a ZTE Open to Firefox Os 1.1
Some issues I've found:
After the update if I make a Reset Phone the system apps like contacts or 
calendar updates are gone and they come to the previous version, so the old 
apps are still there?


The update number in the info keeps on 1.1 after a system reset, so the phone 
keeps updated on 1.1 but the apps doesn't

I've got less space in my device to install apps even if I delete all the 
testing apps

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


Re: [b2g] Updating ZTE Open to 1.1

2013-09-15 Thread Eduardo González
Probably you updated your phone on developer mode then you have old apps 
installed in /system/b2g/webapps and new b2g apps on /data/local/webapps

In order to keep coherency, you must update to production devices using 

VARIANT=user ./flash.sh gaia

or reset all using:

cd B2G
make reset-gaia PRODUCTION=1

On Sunday, September 15, 2013 1:38:00 PM UTC-4:30, Xes Garcia wrote:
 Hi
 
 I've succesfully updated a ZTE Open to Firefox Os 1.1
 
 Some issues I've found:
 
 After the update if I make a Reset Phone the system apps like contacts or 
 calendar updates are gone and they come to the previous version, so the old 
 apps are still there?
 
 
 
 
 
 The update number in the info keeps on 1.1 after a system reset, so the phone 
 keeps updated on 1.1 but the apps doesn't
 
 
 
 I've got less space in my device to install apps even if I delete all the 
 testing apps
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] Updating ZTE Open to 1.1

2013-09-10 Thread Joshua Purcell
On Saturday, July 27, 2013 8:54:11 AM UTC-7, jose llopis wrote:
 is there any way to update zte open to v1.1?

Here are the steps I took to create a new boot image for the ZTE Open which 
allows installing dev builds of FxOS:

https://gist.github.com/joshuapurcell/651

Someone named edu at the following link was the first one I found to figure out 
the steps, and I made minor changes for the steps to work in my environment 
(Ubuntu 13.04 64-bit):

http://pof.eslack.org/2013/07/05/zte-open-firefoxos-phone-root-and-first-impressions
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] Updating ZTE Open to 1.1

2013-09-10 Thread Cristi Burca
On Tuesday, 10 September 2013 21:25:05 UTC+3, Joshua Purcell  wrote:
 Here are the steps I took to create a new boot image for the ZTE Open which 
 allows installing dev builds of FxOS:
 
 https://gist.github.com/joshuapurcell/651

Thanks for sharing! Doesn't seem to work for me, though. Some details:

I bricked my device in an earlier attempt. Ever since I flashed the system 
partition (using flash_image), when I reboot, it gets stuck at the splash 
screen (the fox is static, not animated).

Also, Clockwork Mod refuses to install from the official ZTE zip:

assert_failed: getprop_new(ro.build.display.id) == OPEN_EU_DEV_FFOS_

After following the steps in your gist, the device is still bricked.
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] Updating ZTE Open to 1.1

2013-09-10 Thread Cristi Burca
I was only able to run `./flash.sh gaia` and `.flash.sh gecko` in recovery 
mode, since the device was not recognized by adb when booting normally. Maybe 
that's relevant somehow.
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] Updating ZTE Open to 1.1

2013-09-10 Thread Joshua Purcell
On Saturday, July 27, 2013 8:54:11 AM UTC-7, jose llopis wrote:
 is there any way to update zte open to v1.1?

Are you defier from this thread? 
http://pof.eslack.org/2013/07/05/zte-open-firefoxos-phone-root-and-first-impressions

Hopefully you can figure out steps needed to get your phone working. Here are 
some steps on MDN for unbricking a phone running fxos:

https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Developer_phone_guide/Updating_and_Tweaking_Geeksphone#.22Ok.2C_I_bricked_my_phone.22
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] Updating ZTE Open to 1.1

2013-09-05 Thread Eduardo González
Flashing system on running system (FirefoxOS) produce Segmentation fault. I use 
CWM recovery cli commands. After installed CWM, start on recovery mode, enter 
using adb shell and apply flash_image. This method not generate Segmentation 
fault, however FxOS do not works! 

On Wednesday, September 4, 2013 9:53:43 PM UTC-4:30, Cristi Burca wrote:
 On Friday, 23 August 2013 19:16:09 UTC+3, truc...@gmail.com  wrote:
 
  You can root the device with this howto :
 
  
 
  http://pof.eslack.org/2013/07/05/zte-open-firefoxos-phone-root-and-first-impressions/
 
  
 
  Fastboot fails to flash system.img but fash_image in adb shell works.
 
 
 
 Doesn't seem to work for me. Here's what I did:
 
 
 
 In `adb shell`:
 
 
 
 su
 
 mount -o rw,remount /
 
 mkdir _tmp
 
 chmod 0777 _tmp
 
 
 
 Then, in a normal shell:
 
 
 
 adb push out/target/product/inari/system.img _tmp/system.img
 
 
 
 Then back in `adb shell`:
 
 
 
 flash_image system _tmp/system.img
 
 
 
 And the output was:
 
 
 
 ...
 
 mtd: successfully wrote block at 5b2
 
 mtd: successfully wrote block at 0
 
 Segmentation fault
 
 
 
 Fortunately, I had a backup image on the SD card.
 
 
 
 What am I doing wrong?

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


Re: [b2g] Updating ZTE Open to 1.1

2013-09-04 Thread Cristi Burca
On Friday, 23 August 2013 19:16:09 UTC+3, truc...@gmail.com  wrote:
 You can root the device with this howto :
 
 http://pof.eslack.org/2013/07/05/zte-open-firefoxos-phone-root-and-first-impressions/
 
 Fastboot fails to flash system.img but fash_image in adb shell works.

Doesn't seem to work for me. Here's what I did:

In `adb shell`:

su
mount -o rw,remount /
mkdir _tmp
chmod 0777 _tmp

Then, in a normal shell:

adb push out/target/product/inari/system.img _tmp/system.img

Then back in `adb shell`:

flash_image system _tmp/system.img

And the output was:

...
mtd: successfully wrote block at 5b2
mtd: successfully wrote block at 0
Segmentation fault

Fortunately, I had a backup image on the SD card.

What am I doing wrong?
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] Updating ZTE Open to 1.1

2013-08-23 Thread Julien Wajsberg
Le 29/07/2013 08:07, Jan Jongboom a écrit :
 Always possible to build your own (at least thats what I do for my one
 touch fire)
 https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Preparing_for_your_first_B2G_build

AFAIK you can't flash the system on production devices (unless the
device is rooted somehow of course).



signature.asc
Description: OpenPGP digital signature
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] Updating ZTE Open to 1.1

2013-08-23 Thread Jan Jongboom
Hmm, aren't all phones rooted?


2013/8/23 Julien Wajsberg jwajsb...@mozilla.com

 Le 29/07/2013 08:07, Jan Jongboom a écrit :
  Always possible to build your own (at least thats what I do for my one
  touch fire)
 
 https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Preparing_for_your_first_B2G_build

 AFAIK you can't flash the system on production devices (unless the
 device is rooted somehow of course).


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


Re: [b2g] Updating ZTE Open to 1.1

2013-08-23 Thread Alexandre Lissy
Le 23/08/2013 09:42, Jan Jongboom a écrit :
 Hmm, aren't all phones rooted?

Only geeksphones one are rooted, AFAIK.
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] Updating ZTE Open to 1.1

2013-08-23 Thread Ben Kelly

On 08/23/2013 03:26 AM, Julien Wajsberg wrote:

Le 29/07/2013 08:07, Jan Jongboom a écrit :

Always possible to build your own (at least thats what I do for my one
touch fire)
https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Preparing_for_your_first_B2G_build


AFAIK you can't flash the system on production devices (unless the
device is rooted somehow of course).


My experience with a non-rooted image was that I could flash using the 
full ./flash.sh script because it uses fastboot.  I wasn't able to do 
make install-gaia or ./flash.sh gecko, though, because those use adb to 
push to the file system which of course requires root.


Hope that helps.

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


Re: [b2g] Updating ZTE Open to 1.1

2013-08-23 Thread Julien Wajsberg
Le 23/08/2013 16:28, Ben Kelly a écrit :
 On 08/23/2013 03:26 AM, Julien Wajsberg wrote:
 Le 29/07/2013 08:07, Jan Jongboom a écrit :
 Always possible to build your own (at least thats what I do for my one
 touch fire)
 https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Preparing_for_your_first_B2G_build


 AFAIK you can't flash the system on production devices (unless the
 device is rooted somehow of course).

 My experience with a non-rooted image was that I could flash using the
 full ./flash.sh script because it uses fastboot.  I wasn't able to do
 make install-gaia or ./flash.sh gecko, though, because those use adb
 to push to the file system which of course requires root.

I haven't been able to use fastboot with some production device, but
maybe I did something wrong :)



signature.asc
Description: OpenPGP digital signature
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] Updating ZTE Open to 1.1

2013-08-23 Thread trucmuch
Hello,

You can root the device with this howto :
http://pof.eslack.org/2013/07/05/zte-open-firefoxos-phone-root-and-first-impressions/

Fastboot fails to flash system.img but fash_image in adb shell works.
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] Updating ZTE Open to 1.1

2013-08-23 Thread Ben Kelly

On Aug 23, 2013, at 12:13 PM, Julien Wajsberg jwajsb...@mozilla.com wrote:

 Le 23/08/2013 16:28, Ben Kelly a écrit :
 On 08/23/2013 03:26 AM, Julien Wajsberg wrote:
 Le 29/07/2013 08:07, Jan Jongboom a écrit :
 Always possible to build your own (at least thats what I do for my one
 touch fire)
 https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Preparing_for_your_first_B2G_build
 
 
 AFAIK you can't flash the system on production devices (unless the
 device is rooted somehow of course).
 
 My experience with a non-rooted image was that I could flash using the
 full ./flash.sh script because it uses fastboot.  I wasn't able to do
 make install-gaia or ./flash.sh gecko, though, because those use adb
 to push to the file system which of course requires root.
 
 I haven't been able to use fastboot with some production device, but
 maybe I did something wrong :)

I was working on my dev buri that was flashed with non-root production software 
from the vendor.  Maybe this is not equivalent to the issue here.  Sorry for 
the confusion!

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


Re: [b2g] Updating ZTE Open to 1.1

2013-08-22 Thread trucmuch
Le lundi 29 juillet 2013 08:07:10 UTC+2, Jan Jongboom a écrit :
 On Saturday, July 27, 2013 6:42:35 PM UTC+2, Rafał Piotrowski wrote:
 
  Hi Michelle,
 
  
 
  
 
  
 
  any plans for Alcatel One Toch Fire for 1.1?
 
  
 
  
 
  
 
  BR
 
  
 
  
 
  
 
  Rafał
 
  
 
  
 
  
 
  W dniu sobota, 27 lipca 2013 18:39:24 UTC+2 użytkownik Michelle Luna 
  napisał:
 
  
 
   Hi Jose,
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   Thanks for using ZTE Open! Currently there is no update to v1.1 
 
  
 
   
 
  
 
   available for ZTE Open. Let us know what you are missing on v1.0, there 
 
  
 
   
 
  
 
   might be some other options we can show you and we like to hear your 
 
  
 
   
 
  
 
   feedback.
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   Best regards,
 
  
 
   
 
  
 
   Michelle Luna
 
  
 
   
 
  
 
   Mozilla support
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   On 7/27/13 8:54 AM, jose llopis wrote:
 
  
 
   
 
  
 
is there any way to update zte open to v1.1?
 
  
 
   
 
  
 
___
 
  
 
   
 
  
 
dev-b2g mailing list
 
  
 
   
 
  
 
dev-b2g@lists.mozilla.org
 
  
 
   
 
  
 
https://lists.mozilla.org/listinfo/dev-b2g
 
 
 
 Always possible to build your own (at least thats what I do for my one touch 
 fire) 
 https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Preparing_for_your_first_B2G_build

Hello, 

I've try to build b2g for my zte open (inari device) but at the end I don't 
have boot.img.

Anyway I have flashed (with flash_image) system.img and userdata.img but my 
phone won't boot anymore and stay fixed on splatch screen.
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] Updating ZTE Open to 1.1

2013-07-27 Thread Michelle Luna

Hi Jose,

Thanks for using ZTE Open! Currently there is no update to v1.1 
available for ZTE Open. Let us know what you are missing on v1.0, there 
might be some other options we can show you and we like to hear your 
feedback.


Best regards,
Michelle Luna
Mozilla support


On 7/27/13 8:54 AM, jose llopis wrote:

is there any way to update zte open to v1.1?
___
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] Updating ZTE Open to 1.1

2013-07-27 Thread Michelle Luna

Hi Rafal,

As far as 'plans', those are with ZTE and Alcatel for their devices. 
Neither has 1.1 available at this time as far as I understand (1.1 
version is only in developer preview/pre-release testing now).


-Michelle


On 7/27/13 9:42 AM, Rafał Piotrowski wrote:

Hi Michelle,

any plans for Alcatel One Toch Fire for 1.1?

BR

Rafał

W dniu sobota, 27 lipca 2013 18:39:24 UTC+2 użytkownik Michelle Luna napisał:

Hi Jose,



Thanks for using ZTE Open! Currently there is no update to v1.1

available for ZTE Open. Let us know what you are missing on v1.0, there

might be some other options we can show you and we like to hear your

feedback.



Best regards,

Michelle Luna

Mozilla support





On 7/27/13 8:54 AM, jose llopis wrote:


is there any way to update zte open to v1.1?
___
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] Updating ZTE Open to 1.1

2013-07-27 Thread Rafał Piotrowski
Ok thnx for the info. Happy to help in dev/testing if needed.

BR

Rafal

W dniu sobota, 27 lipca 2013 18:52:43 UTC+2 użytkownik Michelle Luna napisał:
 Hi Rafal,
 
 
 
 As far as 'plans', those are with ZTE and Alcatel for their devices. 
 
 Neither has 1.1 available at this time as far as I understand (1.1 
 
 version is only in developer preview/pre-release testing now).
 
 
 
 -Michelle
 
 
 
 
 
 On 7/27/13 9:42 AM, Rafał Piotrowski wrote:
 
  Hi Michelle,
 
 
 
  any plans for Alcatel One Toch Fire for 1.1?
 
 
 
  BR
 
 
 
  Rafał
 
 
 
  W dniu sobota, 27 lipca 2013 18:39:24 UTC+2 użytkownik Michelle Luna 
  napisał:
 
  Hi Jose,
 
 
 
 
 
 
 
  Thanks for using ZTE Open! Currently there is no update to v1.1
 
 
 
  available for ZTE Open. Let us know what you are missing on v1.0, there
 
 
 
  might be some other options we can show you and we like to hear your
 
 
 
  feedback.
 
 
 
 
 
 
 
  Best regards,
 
 
 
  Michelle Luna
 
 
 
  Mozilla support
 
 
 
 
 
 
 
 
 
 
 
  On 7/27/13 8:54 AM, jose llopis wrote:
 
 
 
  is there any way to update zte open to v1.1?
 
  ___
 
  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