io ho un problemone con il programmino Android Flasher (utile per flashare splash, bootanimation, radio, ecc....). Sono 200000 volte che provo a flashare una img per lo splash ma niente....ho installato i driver e tutto. solo che devo riavviare ogni volta il pc perchè me lo vede la prima volta collegato e poi niente più....sapreste spiegarmi il perché?
codice:
questo è il 'testo' che mi riporta Android Flasher: C:\Users\sirio87s\Desktop\AndroidFlasher1.7.6>@echo off
cd data\
taskkill /F /IM adb.exe
OPERAZIONE RIUSCITA: il processo "adb.exe" con il PID 4048 è stato terminato.
taskkill /F /IM fastboot.exe
adb.exe reboot bootloader
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
* daemon started successfully *
ffmpeg -i splash1.bmp -f rawvideo -pix_fmt rgb565 splash1.img
ffmpeg version git-N-29638-g95f163b, Copyright (c) 2000-2011 the FFmpeg developers
built on May 6 2011 12:50:01 with gcc 4.5.3
configuration: --enable-gpl --enable-version3 --enable-memalign-hack --enable-runtime-cpudetect --enable-avisynth --enable-bzlib --enable-frei0r --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-libopenjpeg --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib --pkg-config=pkg-config
libavutil 51. 2. 1 / 51. 2. 1
libavutil 51. 2. 1 / 51. 2. 1
libavcodec 53. 3. 0 / 53. 3. 0
libavformat 53. 0. 3 / 53. 0. 3
libavdevice 53. 0. 0 / 53. 0. 0
libavfilter 2. 4. 0 / 2. 4. 0
libswscale 0. 14. 0 / 0. 14. 0
Input #0, image2, from 'splash1.bmp':
Duration: 00:00:00.04, start: 0.000000, bitrate: N/A
Stream #0.0: Video: bmp, bgr24, 480x800, 25 tbr, 25 tbn, 25 tbc
[buffer @ 031B9940] w:480 h:800 pixfmt:bgr24
[ffsink @ 031B9CE0] auto-inserting filter 'auto-inserted scaler 0' between the filter 'src' and the filter 'out'
[scale @ 031DB500] w:480 h:800 fmt:bgr24 -> w:480 h:800 fmt:rgb565le flags:0x4
Output #0, rawvideo, to 'splash1.img':
Metadata:
encoder : Lavf53.0.3
Stream #0.0: Video: rawvideo, rgb565le, 480x800, q=2-31, 200 kb/s, 90k tbn, 25 tbc
Stream mapping:
Stream #0.0 -> #0.0
Press [q] to stop encoding
frame= 1 fps= 0 q=0.0 Lsize= 750kB time=0.04 bitrate=153600.0kbits/s
video:750kB audio:0kB global headers:0kB muxing overhead 0.000000%
EDIT: ho provato a flashare direttamente da fastboot tramite il comando "fastboot flash splash1 xxx"...mi ha dato OKAY a tutti e due i comandi che lui ha fatto ma quando ho riavviato il cell lo splash era tutto a righe verdi e messo al contrario.....perché?