Askeing Yen (fyen)

Results 23 comments of Askeing Yen (fyen)

Update: The `Keyboard-Symbols.ttf` and `gaia-icons.ttf` in Gaia (master). ``` bash ~/workspace/gaia$ find . -name "*.ttf" ./tv_apps/smart-settings/style/fonts/gaia-icons.ttf ./shared/style/keyboard_symbols/Keyboard-Symbols.ttf ./shared/elements/gaia-icons/fonts/gaia-icons.ttf ./apps/camera/bower_components/gaia-icons/fonts/gaia-icons.ttf ./apps/music/bower_components/gaia-icons/fonts/gaia-icons.ttf ```

After have the discussion with @cctuan (:gduan), we file a bug [1] to RelEng to add these two fonts into `gaia.zip`. Then we can modify the tool to push these...

@zapion IMO, adding `b2g-info` into `gaia.zip` is a little bit weird?

@zacc I found that only one gecko file (for emulator?) and gaia in the folder, it seems like not support other devices except emulator.

@davidflanagan For flash gecko into device, you can try to download gecko file and flash by `shallow_flash.sh`. ex: `./shallow_flash.sh --gecko=Try-b2g-30.0a1.en-US.android-arm.tar.gz` ref: https://github.com/Mozilla-TWQA/B2G-flash-tool#shallow_flashsh

Wow we have `flash_pvt.py` which will download from private server for internal member. If possible, developing the `flash_public.py` which download from public server will help the community. ex: http://ftp.mozilla.org/pub/mozilla.org/b2g/nightly/latest-mozilla-central-flame-eng/

@nhirata , you can try to modify the value of `base_url` in `.flash_pvt` file.

I found that there is no difference between `==` and `=`. The `==` should works on your environment. Ref: http://www.tldp.org/LDP/abs/html/refcards.html#AEN22473 http://stackoverflow.com/questions/3265803/bash-string-equality

great idea, enable local flash, and add force download option might be better. revert #91 by #95, after fix the flashing issue on Mac in #96 ( https://github.com/Mozilla-TWQA/B2G-flash-tool/commit/771faced4d727e4eb8bbf74b5bcc212608e7bc07#commitcomment-4851615 ) ,...