shell: bash
run: |
dude download -k > ./dude.log
- sleep 60
- sdb devices
+ sleep 100
+ if [ $(sdb get-state 2>/dev/null | grep -c "device") -eq 0 ]; then
+ echo "Device is not connected"
+ else
+ echo "Device is connected"
+ sdb devices
+ sdb -d root on
+ sdb -d shell osu --resize
+ sdb -d shell mount -o remount,rw /
+ sdb -d shell mount -o remount,rw /hal
+ sdb -d shell vconftool set -t bool db/setting/oobe 0 -f
+ echo "device 10000000d15e1aff is ready."
+ fi
if: success()
Tizen_Unified_armv7l_GBS_Build:
run: |
sdb devices
sdb -d root on
- sdb -d shell mount -o remount,rw /
sdb -d shell osu --resize
+ sdb -d shell mount -o remount,rw /
+ sdb -d shell mount -o remount,rw /hal
+ sdb -d shell vconftool set -t bool db/setting/oobe 0 -f
echo "device 10000000d15e1aff is ready."
if: success()
run: |
sdb devices
sdb -d root on
- sdb -d shell mount -o remount,rw /
sdb -d shell osu --resize
+ sdb -d shell mount -o remount,rw /
+ sdb -d shell mount -o remount,rw /hal
+ sdb -d shell vconftool set -t bool db/setting/oobe 0 -f
echo "device 10000000d15e1aff is ready."
if: success()
sleep 60
sdb devices
sdb -d root on
+ sdb -d shell osu --resize
sdb -d shell mount -o remount,rw /
+ sdb -d shell mount -o remount,rw /hal
+ sdb -d shell vconftool set -t bool db/setting/oobe 0 -f
echo "device 10000000d15e1aff is ready."
if: success()