Open GoogleCodeExporter opened 9 years ago
I have the same behaviour. I'm writing my spec. If you need some help testing
ask.
Device name : Samsung Galaxy S GT-9000
Device rooted : YES
Device OS version : 4.0.3 (onecosmic)
Computer OS and version : Win Vista x86
Java version : 1.6.0_29
ADB version : 1.0.29
AndroidScreencast version: Downloaded in day 23/12/2011
Original comment by pscamo...@gmail.com
on 23 Dec 2011 at 1:22
I have the same issue. My specs are as follows:
Device Name: Samsung Galaxy Nexus
Device Rooted: YES
Device OS Version: 4.0.2
Computer OS and Version: Win 7 x86
Java Version: 1.6.0_29
ADB Version: 1.0.29
AndroidScreencast Version: Downloaded 2012-02-06
Original comment by OneCrazy...@gmail.com
on 6 Feb 2012 at 9:31
Same this side:
I have the same issue. My specs are as follows:
Device Name: Motorola RAZR
Device Rooted: YES
Device OS Version: 4.0.3
Computer OS and Version: Win XP SP3
Java Version: java version "1.6.0_30"
Java(TM) SE Runtime Environment (build 1.6.0_30-b12)
Java HotSpot(TM) Client VM (build 20.5-b03, mixed mode, sharing)
ADB Version: 1.0.20
AndroidScreencast Version: Downloaded 2012-02-07
Original comment by garang...@gmail.com
on 7 Feb 2012 at 1:43
You can try with:
http://groups.google.com/group/androidscreencast/browse_thread/thread/de8dd3277a
187225/be644145f4702ac0#be644145f4702ac0
Original comment by alex...@gmail.com
on 7 Feb 2012 at 2:01
Alex,
thanks for the hint.
I can confirm you that Motorola RAZR with ICS 4.0.3 is working fine with
Honeycomb fix you implemented. (
http://alexfdz-screencast-honeycomb.googlecode.com/git/android-screencast-dist/a
ndroid-screencast.jnlp)
really appreciated.
Thanks
Giancarlo
Original comment by garang...@gmail.com
on 7 Feb 2012 at 3:43
Sadly, this does not work for me on my Galaxy Nexus running ICS 4.0.2 :(
Guess I might have to hope the 4.0.3 patch for it comes out soon... and that it
then works. Lol. :P
Original comment by OneCrazy...@gmail.com
on 7 Feb 2012 at 6:37
The honeycomb version worked on my galaxy note with ICS, but before I had to
follow the steps:
adb shell
su
chmod 777 /data/dalvik-cache
cd /data/dalvik-cache
chmod 777 ./
Original comment by rafs...@gmail.com
on 7 Feb 2012 at 8:43
Same issue, on an HTC Sensation XE, with ICS 4.0.3 and Sense 3.6 (Android
Revolution HD 6.2.1).
Honeycomb version didn't work either, even with the chmod commands.
Original comment by razvanbr...@gmail.com
on 23 Feb 2012 at 9:38
This worked for me running Galaxy s2 (i9100) with MIUI ICS.
Keyboard and mouse now fully functional! :)
Original comment by benr...@gmail.com
on 9 May 2012 at 9:39
There is a method to insert special characters like àèìòù or signs like ',?
Thanks to all!
Original comment by davide.b...@gmail.com
on 30 Jun 2012 at 1:20
http://alexfdz-screencast-honeycomb.googlecode.com/git/android-screencast-dist/a
ndroid-screencast.jnlp)
Thanks
Giancarlo
worked for me too thanx
Original comment by sulu...@gmail.com
on 23 Jul 2012 at 11:57
Hi,
I have the same problem with screencast on android jelly bean 4.1. Has anyone try to control the jelly beans devices with screencast ?
Thanks,
Andrew
Original comment by barjovan...@gmail.com
on 26 Jul 2012 at 11:25
With this tick :
http://code.google.com/p/androidscreencast/issues/detail?id=77#c7
Woks fine now!
Original comment by gokuhpirata
on 28 Sep 2012 at 10:45
I made the rights changes for the dalvik cache and i still cant get click
support. i can see the screen but i cannot control the device remotely.
Original comment by jwebstas
on 28 Sep 2012 at 6:02
I can see the screen but i cannot control the device remotely on Galaxy Nexus
Jelly bean
Original comment by will2...@gmail.com
on 24 Oct 2012 at 5:42
No mouse/keyboard control on Samsung Galaxy S2 (Skyrocket) running Cyanogenmod
10. Also after some time the screen will freeze and I have to close and re-open
the app.
Original comment by Tre...@gmail.com
on 21 Nov 2012 at 7:02
No mouse/keyboard control on HTC Sensation running Cyanogenmod 10 with Jelly
Bean.
Original comment by moliheras@gmail.com
on 14 Dec 2012 at 8:29
Has anyone managed to get it working on a JellyBean ROM and how please?
I did the permission change, but I keep getting this:
12-17 07:31:28.704: E/AndroidRuntime(3858): java.lang.NoSuchMethodError:
android.view.IWindowManager.injectPointerEvent
And a few simmilar NoSuchMethodError exceptions too...TIA
Original comment by gajo...@gmail.com
on 17 Dec 2012 at 8:03
I downloaded the honeycomb version and got screencast to work on my rooted LG
Lucid only after running the adb commands:
adb shell
su
chmod 777 /data/dalvik-cache
cd /data/dalvik-cache
chmod 777 ./
My LG Lucid is Android version 4.0.4, kernel version 3.0.8-perf, Build number
IMM76D
Original comment by fernie...@gmail.com
on 10 Jan 2013 at 8:18
On a x86 emulator I had the same problem. I also downloaded the honeycomb
version and got screencast to work only after running the adb commands:
adb shell
su
chmod 777 /data
chmod 777 /data/dalvik-cache
cd /data/dalvik-cache
chmod 777 ./
The only difference from the above is that I also needed:
chmod 777 /data
Original comment by gpeteina...@gmail.com
on 19 Feb 2013 at 3:09
java.lang.NoSuchMethodError: android.view.IWindowManager.injectPointerEvent
It looks like they remove the method from the WindowManager interface in 4.1 ,
so looking to the monkey code reveals, that the injectPointerEvent has been
changed with InputManager.getInstance().injectInputEvent(localMotionEvent, 1);
Therefore the call should be accordingly modified.
Original comment by izzetker...@gmail.com
on 25 Apr 2013 at 8:28
Did not work for htc one x + device. I am unable to access the device am only
able to see it.
Original comment by satyaswa...@gmail.com
on 9 May 2013 at 10:59
rooted, jellybean 4.2.1, nexus 7 - paranoid android 3... this is really
frustrating. i have tried
adb shell
su
chmod 777 /data/dalvik-cache
cd /data/dalvik-cache
++++++++++++++++++++++
adb shell
su
chmod 777 /data/dalvik-cache
cd /data/dalvik-cache
chmod 777 ./
+++++++++++++++++++++
db shell
su
chmod 777 /data
chmod 777 /data/dalvik-cache
cd /data/dalvik-cache
chmod 777 ./
but still unable to input keyboard or mouse controls. so damn complicated. i've
wasted 6 hours on this with no avail. i should go back to iOS since it seems i
lack the programming skills needed to control the damn device remotely? holy
shit. two-thirds of the broken screen functions, and fastboot enabled me to
flash PA Grouper so I can flip the screen around. but some apps wont allow me
to flip. I need this for those instances because of the way overpriced
replacement screen. mutha fucka!
Original comment by Jeremy.M.Williams
on 26 Jun 2013 at 7:44
I'm trying to remotely control my Gnex (Android 4.3, yakyu, maguro) using:
adb shell
su
chmod 777 /data/dalvik-cache
cd /data/dalvik-cache
chmod 777 ./
It is not working.
Here is what I got.
Anything weird?
Original comment by stefano....@gmail.com
on 11 Oct 2013 at 11:51
Attachments:
same - keyboard works, no mouse
HTC One V, android 4.0.3
Original comment by pawel.ma...@gmail.com
on 20 Jan 2014 at 10:21
I am using Samsung Galaxy S3 Gingerbread
Android version 4.1.2
Kernel 3.0.31
I been at this for couple days on and off and can't figure out how to control
the phone.
My console reads
Missing Application-Name manifest attribute for:
http://androidscreencast.googlecode.com/svn/trunk/AndroidScreencast/dist/android
screencast.jar
Missing Permissions manifest attribute in main jar:
any help would be appreciated
Original comment by zique13s...@gmail.com
on 30 Jan 2014 at 6:28
[deleted comment]
#26
You could have a try ~
This step
http://stackoverflow.com/questions/21404830/securityexception-during-executing-j
nlp-file-missing-required-permissions-manif
Original comment by beyondht...@gmail.com
on 21 Jul 2014 at 9:17
Attachments:
Original issue reported on code.google.com by
yye...@gmail.com
on 25 Jul 2011 at 7:58