Table of Contents

HARDWARE

OPO

FLAME

First make sure you have access to the right repository if using Debian based systems like ubuntu just edit /etc/apt/sources.list (http://cn.* prefix will from china)

33.media.tumblr.com_f6e00df5701c607a8b4a6075dc2c4b11_tumblr_ne8z6dln0w1qc3vduo1_400.jpg

# boot device plug usb and you should see it as :
lsusb
Bus 001 Device 009: ID 05c6:9025 Qualcomm, Inc. Qualcomm HSUSB Device


Flame_2.0_v180_1$ sudo bash -e -x ./flash.sh 

+ adb kill-server
+ adb devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached 
e47cd822        device

+ adb reboot bootloader
+ fastboot devices
+ echo 'Partition table...'
Partition table...
+ fastboot flash partition gpt_both0.bin
< waiting for device >
target reported max download size of 301989888 bytes
sending 'partition' (33 KB)...
OKAY [  0.005s]
writing 'partition'...
OKAY [  0.047s]
finished. total time: 0.052s
+ echo 'Flash nCPU...'
Flash nCPU...
+ fastboot flash modem NON-HLOS.bin
target reported max download size of 301989888 bytes
sending 'modem' (32225 KB)...
OKAY [  1.286s]
writing 'modem'...
OKAY [  1.176s]
finished. total time: 2.463s
+ fastboot flash rpm rpm.mbn
target reported max download size of 301989888 bytes
sending 'rpm' (144 KB)...
OKAY [  0.008s]
writing 'rpm'...
OKAY [  0.010s]
finished. total time: 0.018s
+ fastboot flash tz tz.mbn
target reported max download size of 301989888 bytes
sending 'tz' (335 KB)...
OKAY [  0.016s]
writing 'tz'...
OKAY [  0.014s]
finished. total time: 0.030s
+ fastboot flash sbl1 sbl1.mbn
target reported max download size of 301989888 bytes
sending 'sbl1' (239 KB)...
OKAY [  0.012s]
writing 'sbl1'...
OKAY [  0.011s]
finished. total time: 0.023s
+ fastboot flash sdi sdi.mbn
target reported max download size of 301989888 bytes
sending 'sdi' (10 KB)...
OKAY [  0.003s]
writing 'sdi'...
OKAY [  0.006s]
finished. total time: 0.009s
+ fastboot flash fsg study.img
target reported max download size of 301989888 bytes
sending 'fsg' (832 KB)...
OKAY [  0.037s]
writing 'fsg'...
OKAY [  0.044s]
finished. total time: 0.081s
+ echo 'Flash Apps...'
Flash Apps...
+ fastboot flash aboot emmc_appsboot.mbn
target reported max download size of 301989888 bytes
sending 'aboot' (272 KB)...
OKAY [  0.013s]
writing 'aboot'...
OKAY [  0.013s]
finished. total time: 0.027s
+ fastboot flash boot boot.img
target reported max download size of 301989888 bytes
sending 'boot' (7474 KB)...
OKAY [  0.297s]
writing 'boot'...
OKAY [  0.281s]
finished. total time: 0.578s
+ fastboot flash system system.img
target reported max download size of 301989888 bytes
s
erasing 'system'...
OKAY [  0.466s]
sending 'system' (242063 KB)...
OKAY [  9.653s]
writing 'system'...
OKAY [ 11.745s]
finished. total time: 21.864s
+ fastboot flash persist persist.img
target reported max download size of 301989888 bytes
sending 'persist' (4264 KB)...
OKAY [  0.171s]
writing 'persist'...
OKAY [  0.176s]
finished. total time: 0.347s
+ fastboot flash recovery recovery.img
target reported max download size of 301989888 bytes
sending 'recovery' (8788 KB)...
OKAY [  0.350s]
writing 'recovery'...
OKAY [  0.318s]
finished. total time: 0.667s
+ fastboot flash cache cache.img
target reported max download size of 301989888 bytes
erasing 'cache'...
OKAY [  0.092s]
sending 'cache' (5304 KB)...
OKAY [  0.213s]
writing 'cache'...
OKAY [  0.218s]
finished. total time: 0.523s
+ fastboot flash userdata userdata.img
target reported max download size of 301989888 bytes
erasing 'userdata'...
OKAY [  2.805s]
sending 'userdata' (91940 KB)...
OKAY [  3.628s]
writing 'userdata'...
OKAY [  3.925s]
finished. total time: 10.358s
+ fastboot flash usbmsc usbdisk.img
target reported max download size of 301989888 bytes
sending 'usbmsc' (20480 KB)...
OKAY [  0.811s]
writing 'usbmsc'...
OKAY [  0.756s]
finished. total time: 1.567s
+ echo Done...
Done...
+ fastboot erase modemst1
erasing 'modemst1'...
OKAY [  2.639s]
finished. total time: 2.639s
+ fastboot erase modemst2
erasing 'modemst2'...
OKAY [  2.634s]
finished. total time: 2.634s
+ fastboot reboot
rebooting...

finished. total time: 0.005s
+ echo 'Just close the windows as you wish.'
Just close the windows as you wish.
+ adb logcat
- waiting for device -
sudo apt-get install android-tools-fastboot android-tools-adb

$ adb shell ls /sdcard/screenshots | tr -d '\r' |  while read t ; do adb pull /sdcard/screenshots/$t ; done
554 KB/s (109403 bytes in 0.192s)
553 KB/s (73061 bytes in 0.128s)
545 KB/s (129799 bytes in 0.232s)
414 KB/s (46061 bytes in 0.108s)
602 KB/s (118760 bytes in 0.192s)
440 KB/s (77818 bytes in 0.172s)
139 KB/s (10956 bytes in 0.076s)
693 KB/s (222094 bytes in 0.312s)

Now flash it again with latest version

https://raw.githubusercontent.com/Mozilla-TWQA/B2G-flash-tool/master/shallow_flash.sh

bash -x -e  shallow_flash.sh -ggaia.zip -Gb2g-36.0a1.en-US.android-arm.tar.gz 
+ VERY_SURE=false
+ KEEP_PROFILE=false
+ ADB_DEVICE=Device
+ FLASH_GAIA=false
+ FLASH_GAIA_FILE=
+ FLASH_GECKO=false
+ FLASH_GECKO_FILE=
+ NO_FTU=false
+ [[ 2 = 0 ]]
+ case `uname` in
++ uname
++ getopt -o g::G::s::yh --long gaia::,gecko::,keep_profile,help -n 'invalid option' -- -ggaia.zip -Gb2g-36.0a1.en-US.android-arm.tar.gz
+ TEMP=' -g '\''gaia.zip'\'' -G '\''b2g-36.0a1.en-US.android-arm.tar.gz'\'' --'
+ [[ 0 != 0 ]]
+ eval set -- ' -g '\''gaia.zip'\'' -G '\''b2g-36.0a1.en-US.android-arm.tar.gz'\'' --'
++ set -- -g gaia.zip -G b2g-36.0a1.en-US.android-arm.tar.gz --
+ true
+ case "$1" in
+ FLASH_GAIA=true
+ case "$2" in
+ FLASH_GAIA_FILE=gaia.zip
+ shift 2
+ true
+ case "$1" in
+ FLASH_GECKO=true
+ case "$2" in
+ FLASH_GECKO_FILE=b2g-36.0a1.en-US.android-arm.tar.gz
+ shift 2
+ true
+ case "$1" in
+ shift
+ break
+ [[ false == false ]]
+ [[ true == true ]]
+ make_sure
+ echo 'Are you sure you want to flash '
Are you sure you want to flash 
+ [[ true == true ]]
+ echo -e 'Gaia: gaia.zip '
Gaia: gaia.zip 
+ [[ true == true ]]
+ echo -e 'Gecko: b2g-36.0a1.en-US.android-arm.tar.gz '
Gecko: b2g-36.0a1.en-US.android-arm.tar.gz 
+ read -p 'to your Device? [y/N]' isFlash
to your Device? [y/N]^

Ok this is a BuG I fixed and It's merged UpStream :)

https://ftp.mozilla.org/pub/mozilla.org/b2g/nightly/latest-mozilla-central-flame-kk/gaia.zip

me:~/mozilla/daily$ time bash ./shallow_flash.sh -ggaia.zip -Gb2g-36.0a1.en-US.android-arm.tar.gz    
Are you sure you want to flash 
Gaia: gaia.zip 
Gecko: b2g-36.0a1.en-US.android-arm.tar.gz 
to your Device? [y/N]y
### Waiting for device... please ensure it is connected, switched on and remote debugging is enabled in Gaia
### Restarting adb with root permissions...
adbd is already running as root
### Remounting the /system partition...
remount succeeded

### Stopping b2g process...
### Processing Gecko: b2g-36.0a1.en-US.android-arm.tar.gz
### Untar b2g-36.0a1.en-US.android-arm.tar.gz to /tmp/shallowflashgecko.NUa3PBG4B85c ...
### Pushing Gecko to device...
### Cleaning Extra System Files ...
rm failed for /system/media, No such file or directory
### Cleaning Done.
### Cleaning Extra Gecko Files ...
### Cleaning Done.
push: /tmp/shallowflashgecko.NUa3PBG4B85c/b2g/dictionaries/en-US.aff -> /system/b2g/dictionaries/en-US.aff
push: /tmp/shallowflashgecko.NUa3PBG4B85c/b2g/dictionaries/en-US.dic -> /system/b2g/dictionaries/en-US.dic
push: /tmp/shallowflashgecko.NUa3PBG4B85c/b2g/components/components.manifest -> /system/b2g/components/components.manifest
push: /tmp/shallowflashgecko.NUa3PBG4B85c/b2g/libsoftokn3.so -> /system/b2g/libsoftokn3.so
push: /tmp/shallowflashgecko.NUa3PBG4B85c/b2g/removed-files -> /system/b2g/removed-files
push: /tmp/shallowflashgecko.NUa3PBG4B85c/b2g/libnssckbi.so -> /system/b2g/libnssckbi.so
push: /tmp/shallowflashgecko.NUa3PBG4B85c/b2g/Throbber-small.gif -> /system/b2g/Throbber-small.gif
push: /tmp/shallowflashgecko.NUa3PBG4B85c/b2g/libfreebl3.so -> /system/b2g/libfreebl3.so
push: /tmp/shallowflashgecko.NUa3PBG4B85c/b2g/b2g -> /system/b2g/b2g
push: /tmp/shallowflashgecko.NUa3PBG4B85c/b2g/ua-update.json -> /system/b2g/ua-update.json
push: /tmp/shallowflashgecko.NUa3PBG4B85c/b2g/libnss3.so -> /system/b2g/libnss3.so
push: /tmp/shallowflashgecko.NUa3PBG4B85c/b2g/precomplete -> /system/b2g/precomplete
push: /tmp/shallowflashgecko.NUa3PBG4B85c/b2g/application.ini -> /system/b2g/application.ini
push: /tmp/shallowflashgecko.NUa3PBG4B85c/b2g/libreplace_jemalloc.so -> /system/b2g/libreplace_jemalloc.so
push: /tmp/shallowflashgecko.NUa3PBG4B85c/b2g/omni.ja -> /system/b2g/omni.ja
push: /tmp/shallowflashgecko.NUa3PBG4B85c/b2g/crashreporter.ini -> /system/b2g/crashreporter.ini
push: /tmp/shallowflashgecko.NUa3PBG4B85c/b2g/dependentlibs.list -> /system/b2g/dependentlibs.list
push: /tmp/shallowflashgecko.NUa3PBG4B85c/b2g/run-mozilla.sh -> /system/b2g/run-mozilla.sh
push: /tmp/shallowflashgecko.NUa3PBG4B85c/b2g/libmozglue.so -> /system/b2g/libmozglue.so
push: /tmp/shallowflashgecko.NUa3PBG4B85c/b2g/libxul.so -> /system/b2g/libxul.so
push: /tmp/shallowflashgecko.NUa3PBG4B85c/b2g/plugin-container -> /system/b2g/plugin-container
push: /tmp/shallowflashgecko.NUa3PBG4B85c/b2g/updater -> /system/b2g/updater
push: /tmp/shallowflashgecko.NUa3PBG4B85c/b2g/libmozsandbox.so -> /system/b2g/libmozsandbox.so
push: /tmp/shallowflashgecko.NUa3PBG4B85c/b2g/platform.ini -> /system/b2g/platform.ini
push: /tmp/shallowflashgecko.NUa3PBG4B85c/b2g/chrome.manifest -> /system/b2g/chrome.manifest
25 files pushed. 0 files skipped.
5302 KB/s (39183218 bytes in 7.216s)
### Push Done.
### Processing Gaia: gaia.zip
### Unzip gaia.zip to /tmp/shallowflashgaia.yvzTxtBYLFNX ...
### Cleaning Gaia and Profiles ...
rm failed for /data/local/svoperapps, No such file or directory
rm failed for /data/local/user.js, No such file or directory
rm failed for /data/local/OfflineCache, No such file or directory
rm failed for /data/local/indexedDB, No such file or directory
rm failed for /system/b2g/webapps, No such file or directory
### Cleaning Done.
### Pushing Gaia to device ...
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/wappush.gaiamobile.org/application.zip -> /system/b2g/webapps/wappush.gaiamobile.org/application.zip
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/wappush.gaiamobile.org/manifest.webapp -> /system/b2g/webapps/wappush.gaiamobile.org/manifest.webapp
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/sms.gaiamobile.org/application.zip -> /system/b2g/webapps/sms.gaiamobile.org/application.zip
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/sms.gaiamobile.org/manifest.webapp -> /system/b2g/webapps/sms.gaiamobile.org/manifest.webapp
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/fm.gaiamobile.org/application.zip -> /system/b2g/webapps/fm.gaiamobile.org/application.zip
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/fm.gaiamobile.org/manifest.webapp -> /system/b2g/webapps/fm.gaiamobile.org/manifest.webapp
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/wallpaper.gaiamobile.org/application.zip -> /system/b2g/webapps/wallpaper.gaiamobile.org/application.zip
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/wallpaper.gaiamobile.org/manifest.webapp -> /system/b2g/webapps/wallpaper.gaiamobile.org/manifest.webapp
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/collection.gaiamobile.org/application.zip -> /system/b2g/webapps/collection.gaiamobile.org/application.zip
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/collection.gaiamobile.org/manifest.webapp -> /system/b2g/webapps/collection.gaiamobile.org/manifest.webapp
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/video.gaiamobile.org/application.zip -> /system/b2g/webapps/video.gaiamobile.org/application.zip
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/video.gaiamobile.org/manifest.webapp -> /system/b2g/webapps/video.gaiamobile.org/manifest.webapp
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/gallery.gaiamobile.org/application.zip -> /system/b2g/webapps/gallery.gaiamobile.org/application.zip
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/gallery.gaiamobile.org/manifest.webapp -> /system/b2g/webapps/gallery.gaiamobile.org/manifest.webapp
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/ringtones.gaiamobile.org/application.zip -> /system/b2g/webapps/ringtones.gaiamobile.org/application.zip
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/ringtones.gaiamobile.org/manifest.webapp -> /system/b2g/webapps/ringtones.gaiamobile.org/manifest.webapp
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/search.gaiamobile.org/application.zip -> /system/b2g/webapps/search.gaiamobile.org/application.zip
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/search.gaiamobile.org/manifest.webapp -> /system/b2g/webapps/search.gaiamobile.org/manifest.webapp
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/keyboard.gaiamobile.org/application.zip -> /system/b2g/webapps/keyboard.gaiamobile.org/application.zip
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/keyboard.gaiamobile.org/manifest.webapp -> /system/b2g/webapps/keyboard.gaiamobile.org/manifest.webapp
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/default_theme.gaiamobile.org/application.zip -> /system/b2g/webapps/default_theme.gaiamobile.org/application.zip
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/default_theme.gaiamobile.org/manifest.webapp -> /system/b2g/webapps/default_theme.gaiamobile.org/manifest.webapp
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/fl.gaiamobile.org/application.zip -> /system/b2g/webapps/fl.gaiamobile.org/application.zip
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/fl.gaiamobile.org/manifest.webapp -> /system/b2g/webapps/fl.gaiamobile.org/manifest.webapp
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/network-alerts.gaiamobile.org/application.zip -> /system/b2g/webapps/network-alerts.gaiamobile.org/application.zip
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/network-alerts.gaiamobile.org/manifest.webapp -> /system/b2g/webapps/network-alerts.gaiamobile.org/manifest.webapp
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/bluetooth.gaiamobile.org/application.zip -> /system/b2g/webapps/bluetooth.gaiamobile.org/application.zip
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/bluetooth.gaiamobile.org/manifest.webapp -> /system/b2g/webapps/bluetooth.gaiamobile.org/manifest.webapp
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/callscreen.gaiamobile.org/application.zip -> /system/b2g/webapps/callscreen.gaiamobile.org/application.zip
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/callscreen.gaiamobile.org/manifest.webapp -> /system/b2g/webapps/callscreen.gaiamobile.org/manifest.webapp
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/settings.gaiamobile.org/application.zip -> /system/b2g/webapps/settings.gaiamobile.org/application.zip
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/settings.gaiamobile.org/manifest.webapp -> /system/b2g/webapps/settings.gaiamobile.org/manifest.webapp
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/bookmark.gaiamobile.org/application.zip -> /system/b2g/webapps/bookmark.gaiamobile.org/application.zip
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/bookmark.gaiamobile.org/manifest.webapp -> /system/b2g/webapps/bookmark.gaiamobile.org/manifest.webapp
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/findmydevice.gaiamobile.org/application.zip -> /system/b2g/webapps/findmydevice.gaiamobile.org/application.zip
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/findmydevice.gaiamobile.org/manifest.webapp -> /system/b2g/webapps/findmydevice.gaiamobile.org/manifest.webapp
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/communications.gaiamobile.org/application.zip -> /system/b2g/webapps/communications.gaiamobile.org/application.zip
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/communications.gaiamobile.org/manifest.webapp -> /system/b2g/webapps/communications.gaiamobile.org/manifest.webapp
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/homescreen.gaiamobile.org/application.zip -> /system/b2g/webapps/homescreen.gaiamobile.org/application.zip
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/homescreen.gaiamobile.org/manifest.webapp -> /system/b2g/webapps/homescreen.gaiamobile.org/manifest.webapp
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/calendar.gaiamobile.org/application.zip -> /system/b2g/webapps/calendar.gaiamobile.org/application.zip
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/calendar.gaiamobile.org/manifest.webapp -> /system/b2g/webapps/calendar.gaiamobile.org/manifest.webapp
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/emergency-call.gaiamobile.org/application.zip -> /system/b2g/webapps/emergency-call.gaiamobile.org/application.zip
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/emergency-call.gaiamobile.org/manifest.webapp -> /system/b2g/webapps/emergency-call.gaiamobile.org/manifest.webapp
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/operatorvariant.gaiamobile.org/application.zip -> /system/b2g/webapps/operatorvariant.gaiamobile.org/application.zip
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/operatorvariant.gaiamobile.org/manifest.webapp -> /system/b2g/webapps/operatorvariant.gaiamobile.org/manifest.webapp
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/clock.gaiamobile.org/application.zip -> /system/b2g/webapps/clock.gaiamobile.org/application.zip
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/clock.gaiamobile.org/manifest.webapp -> /system/b2g/webapps/clock.gaiamobile.org/manifest.webapp
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/marketplace.firefox.com/application.zip -> /system/b2g/webapps/marketplace.firefox.com/application.zip
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/marketplace.firefox.com/update.webapp -> /system/b2g/webapps/marketplace.firefox.com/update.webapp
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/ftu.gaiamobile.org/application.zip -> /system/b2g/webapps/ftu.gaiamobile.org/application.zip
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/ftu.gaiamobile.org/manifest.webapp -> /system/b2g/webapps/ftu.gaiamobile.org/manifest.webapp
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/email.gaiamobile.org/application.zip -> /system/b2g/webapps/email.gaiamobile.org/application.zip
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/email.gaiamobile.org/manifest.webapp -> /system/b2g/webapps/email.gaiamobile.org/manifest.webapp
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/music.gaiamobile.org/application.zip -> /system/b2g/webapps/music.gaiamobile.org/application.zip
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/music.gaiamobile.org/manifest.webapp -> /system/b2g/webapps/music.gaiamobile.org/manifest.webapp
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/system.gaiamobile.org/application.zip -> /system/b2g/webapps/system.gaiamobile.org/application.zip
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/system.gaiamobile.org/manifest.webapp -> /system/b2g/webapps/system.gaiamobile.org/manifest.webapp
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/verticalhome.gaiamobile.org/application.zip -> /system/b2g/webapps/verticalhome.gaiamobile.org/application.zip
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/verticalhome.gaiamobile.org/manifest.webapp -> /system/b2g/webapps/verticalhome.gaiamobile.org/manifest.webapp
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/camera.gaiamobile.org/application.zip -> /system/b2g/webapps/camera.gaiamobile.org/application.zip
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/camera.gaiamobile.org/manifest.webapp -> /system/b2g/webapps/camera.gaiamobile.org/manifest.webapp
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/pdfjs.gaiamobile.org/application.zip -> /system/b2g/webapps/pdfjs.gaiamobile.org/application.zip
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/pdfjs.gaiamobile.org/manifest.webapp -> /system/b2g/webapps/pdfjs.gaiamobile.org/manifest.webapp
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/costcontrol.gaiamobile.org/application.zip -> /system/b2g/webapps/costcontrol.gaiamobile.org/application.zip
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/costcontrol.gaiamobile.org/manifest.webapp -> /system/b2g/webapps/costcontrol.gaiamobile.org/manifest.webapp
push: /tmp/shallowflashgaia.yvzTxtBYLFNX/gaia/profile/webapps/webapps.json -> /system/b2g/webapps/webapps.json
67 files pushed. 0 files skipped.
4564 KB/s (50559041 bytes in 10.817s)
83 KB/s (3455 bytes in 0.040s)
5852 KB/s (311574 bytes in 0.051s)
### Push Done.
### Shallow Flash Successful!

real    1m11.715s

33.media.tumblr.com_6d66c1c10e53cdf0364234ce83343cb9_tumblr_ne8z56z5he1qc3vduo1_400.jpg

MISC

MORE

qualcomm.txt · Last modified: 2024/03/20 08:18 by rzr
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki