Repository ada di https://github.com/senchalabs/android-tools (lisensi: MIT).
Selamat menikmati!
--
Ariya Hidayat
http://www.linkedin.com/in/ariyahidayat
Apakah sebuah website sudah dibuka? Atau tiba-tiba tombol "Capture
Window" langsung ditekan begitu saja?
> kfilemodule(12485)/kio (KDirModel) KDirModelPrivate::_k_slotDeleteItems: No
> node found for item that was just removed:
> KUrl("file:///home/toni/Pictures/4636918166_84ee4e67be.jpg")
> failed to copy '/data/data/com.sencha.remotejs/cache/remotejs-capture.png'
> to '/home/toni/Pictures/remotejs.png': Permission denied
> Sudah chmod a+rw ~/Pictures tetap masih begitu messagenya.
Masalahnya bukan di file sistem lokal, tapi remote.
Test dulu 'adb pull
/data/data/com.sencha.remotejs/cache/remotejs-capture.png
/path/ke/lokal/foobar.png' langsung dari terminal.
--
Ariya
Sebelumnya aku pernah coba capture screenshot via adb langsung dan tak
ada masalah. Maybe I should test again
--
Sent from my mobile device
Sebelumnya aku pernah coba capture screenshot via adb langsung dan tak
ada masalah. Maybe I should test again
On 11/6/10, Ariya Hidayat <ariya....@gmail.com> wrote:
--
Sent from my mobile device
http://launchpad.navinot.com - Dukung Startup Lokal!
Sebelumnya aku pernah coba capture screenshot via adb langsung dan tak
ada masalah. Maybe I should test again
On 11/6/10, Ariya Hidayat <ariya....@gmail.com> wrote:
--
Sent from my mobile device
http://launchpad.navinot.com - Dukung Startup Lokal!
Sebelumnya aku pernah coba capture screenshot via adb langsung dan tak
ada masalah. Maybe I should test again
On 11/6/10, Ariya Hidayat <ariya....@gmail.com> wrote:
--
Sent from my mobile device
http://launchpad.navinot.com - Dukung Startup Lokal!
Sebelumnya aku pernah coba capture screenshot via adb langsung dan tak
ada masalah. Maybe I should test again
On 11/6/10, Ariya Hidayat <ariya....@gmail.com> wrote:
--
Sent from my mobile device
http://launchpad.navinot.com - Dukung Startup Lokal!
Sebelumnya aku pernah coba capture screenshot via adb langsung dan tak
ada masalah. Maybe I should test again
On 11/6/10, Ariya Hidayat <ariya....@gmail.com> wrote:
--
Sent from my mobile device
http://launchpad.navinot.com - Dukung Startup Lokal!
Sebelumnya aku pernah coba capture screenshot via adb langsung dan tak
ada masalah. Maybe I should test again
On 11/6/10, Ariya Hidayat <ariya....@gmail.com> wrote:
--
Sent from my mobile device
http://launchpad.navinot.com - Dukung Startup Lokal!
"Capture Window" di remotejs lain dengan penangkapan framebuffer via adb.
BTW, Eclair atau Froyo?
--
Ariya Hidayat, Engineering Director, Sencha
http://www.linkedin.com/in/ariyahidayat
Eclair (2.1)
On 7 Nov 2010 08:04, "Ariya Hidayat" <ariya....@gmail.com> wrote:
> Tadi kasusnya sudah open sencha example. Trus tekan capture untuk
> ambil gambar dari display smar...
Coba jalankan 'adb logcat' bersamaan dengan aksi penangkapan layar. Di
Froyo yang akan nampak adalah:
I/RemoteJS( 269): Capture finished.
I/RemoteJS( 269): About to save to
/data/data/com.sencha.remotejs/cache/remotejs-capture.png
I/RemoteJS( 269): Capture saved to remotejs-capture.png
Mungkinkah lokasi direktori cache berbeda di Eclair, yakni bukan di
bawah /data/data/com.sencha.remotejs/cache ?
Aha :)
Belum tahu apakah menolong atau tidak, tapi barangkali bisa dicoba:
adb kill-server
sudo adb start-server
lalu jalankan lagi RemoteJS client versi Qt/Desktop ataupun 'adb pull
/data/data/com.sencha.remotejs/cache/remotejs-capture.png
/path/ke/lokal/foobar.png' dari terminal.
--
Ariya