Android Screen Monitor v2.10 - Touch CDMA Android Development

This is a really nice screen monitoring\screenshot program. Supports Android 1.5, 1.6, 2.0, 2.1
Android sdk and Jre(JDK) 5 or 6 must be installed
ASM is an Android Debug Bridge (adb) client, When it starts monitoring screen,
ASM connects to adb on port 5037 and receives frame buffer continuously on the device or emulator and transfer image to your desktop window.
You can rotate and scaling monitor window and export a image into PNG file as screen shot tool.
If you have sdk installed skip step 1.
If you have Java JRE(JDK) installed skip step 2
Make sure you have your phone plugged in usb.
1. Download Android SDK for Windows and place the android-sdk-windows folder on the root of your C:\ Drive.
2. Download(skip login) and install JRE(JDK) 6
3. Download the attached asm.zip and extract asm.jar out.
4. Place the asm.jar in \android-sdk-windows\tools folder.
5. Right click on asm.jar and place a shortcut on your desktop. Run the jar file or shortcut to bring up the monitor
right click on monitor screen to:
get screenshots
change to landscape\portrait
zoom in or out

incubus26jc said:
This is a really nice screen monitoring\screenshot program. . .
Click to expand...
Click to collapse
Incubus26jc,
Great Find!
I like this alot better than PicMe.
Thanks...

JM-PDA said:
Incubus26jc,
Great Find!
I like this alot better than PicMe.
Thanks...
Click to expand...
Click to collapse
I like it better too. Picme would always disconnect on me.

awesome find i only wish i could interface with the android phone using my pc
like open apps and type messages like the wm program "MyMobiler"

evilclosetmonkeynate said:
awesome find i only wish i could interface with the android phone using my pc
like open apps and type messages like the wm program "MyMobiler"
Click to expand...
Click to collapse
Yes!
I miss running MyMobiler under WinMo.
Maybe one day we will have the same for Android.
Aside from the camera, I am LOVING Android on my Vogue!

JM-PDA said:
Yes!
I miss running MyMobiler under WinMo.
Maybe one day we will have the same for Android.
Aside from the camera, I am LOVING Android on my Vogue!
Click to expand...
Click to collapse
the lack of a camera in 2.1 is the only reason i still have wm on my vogue and until its is fixed i will keep duel booting android. my phone is the only camera i own and i only boot into wm to use it and quietly go back to android as soon as im done

JM-PDA said:
Yes!
I miss running MyMobiler under WinMo.
Maybe one day we will have the same for Android.
Aside from the camera, I am LOVING Android on my Vogue!
Click to expand...
Click to collapse
Yeah the camera blows, the quality just isn't there and I wish it was possible to fix it.

Can't select device
When I start asm I don't see any device to select.
In what mode should I start the device when connect into PC?
My HTC Desire gives 4 options:
- Only charging
- HTC Sync
- Diskdive
- Shared internet

spamblokkie said:
When I start asm I don't see any device to select.
In what mode should I start the device when connect into PC?
My HTC Desire gives 4 options:
- Only charging
- HTC Sync
- Diskdive
- Shared internet
Click to expand...
Click to collapse
try HTC sync

It works now!
cp0020 said:
try HTC sync
Click to expand...
Click to collapse
It is working now, just made my first screendump. Had to install, deinstall and install HTC sync again but now it is working.

evilclosetmonkeynate said:
awesome find i only wish i could interface with the android phone using my pc
like open apps and type messages like the wm program "MyMobiler"
Click to expand...
Click to collapse
hmmm have you looked at this thread? http://forum.xda-developers.com/showthread.php?t=663390

Wow. Another great PC tool that is not designed for a Mac too. I understood it with Windows Mobile, but dang…where is the love with Android.

j8971 said:
Wow. Another great PC tool that is not designed for a Mac too. I understood it with Windows Mobile, but dang…where is the love with Android.
Click to expand...
Click to collapse
it should work for mac. Just download the jave for mac to go with it.

incubus26jc said:
it should work for mac. Just download the jave for mac to go with it.
Click to expand...
Click to collapse
Java only has lunix which I tried to download but it would not open. I will try to find a way other than using Picme. Thanks.

Android Screen cast is around for some time now on Google Code.
http://code.google.com/p/androidscreencast/

Droid X here
new droid user, got software installed, but I also can do not see anything in "select device" window.... help would be greatly appreciated by this noob

Awesome dude.... You roks...

I used MyMobiler with WM and not wise this for Android; good work man and thank you very much for sharing your work.

ShootMe App is the best one, shoots without your Computer on Android phone videos with 10 Frames per second! Needs a rooted device and there you go!

I am using Nexus S. Its not able to identify my device. How do i resolve

Related

Andriod version of "My Mobiler"

Is anyone going to made a "My Mobiler" type of application for the G1?
It was very nice to have it with my Wing.
i loved it on my Wing too. i miss it!
Please report this thread to Koush
As he already have Screenshot Application Relaying it to any IP Socket can make a Video Streaming of Onscreen on G1 then only Catching Mouse and Keyboard Events from PC to G1 is require and mapped and channels to Device can be done to Make such Applications
Bump!
Did anyone ever find an app that does anything remotely like this? I'd love to have this capability, since I'm near a desktop pretty much all day and could benefit greatly by responding to messages through a PC based console.
hetaldp said:
Please report this thread to Koush
As he already have Screenshot Application Relaying it to any IP Socket can make a Video Streaming of Onscreen on G1 then only Catching Mouse and Keyboard Events from PC to G1 is require and mapped and channels to Device can be done to Make such Applications
Click to expand...
Click to collapse
That sounds cool. Where can I find it?
Robb_in_hou said:
Is anyone going to make a "My Mobiler" type of application for the G1?
Click to expand...
Click to collapse
Someone, please do it! I used MyMobiler constantly on my previous WinMo phone (T-Mobile MDA). I would pay to have its equivalent for the Android T-Mobile G1. I haven't rooted my G1 (yet) but would absolutely do it if it was required for running a MyMobiler-like app.
Just think of it:
- Type text messages using your keyboard.
- View your mobile screen on your desktop.
- Control your mobile by using desktop keyboard and mouse.
- Copy/Cut/Paste text between mobile and desktop.
- Capture mobile screen.
- Drag and drop files to your mobile.
Reference: MyMobiler
i looked in to this a little for a project i am working on (Droid Explorer). I found that /dev/input/event1 is the touch events, /dev/input/event2 is the trackball events, /dev/input/event3 is the keyboard and buttons, i cant figure out what /dev/input/event0 and /dev/input/event4 are for.
I tried writing to the file with events that were "recorded" but was unable to write to it. That is as far as I got when I was looking in to it, I put it on the back burner for now.
This would definitely be awesome to get going
Hmm, im not a dev or anything but wouldn't it be somewhat easy to redirect the emulator in the SDK to use the phone instead of the files in the SDK?
camalot said:
i looked in to this a little for a project i am working on (Droid Explorer). I found that /dev/input/event1 is the touch events, /dev/input/event2 is the trackball events, /dev/input/event3 is the keyboard and buttons, i cant figure out what /dev/input/event0 and /dev/input/event4 are for.
I tried writing to the file with events that were "recorded" but was unable to write to it. That is as far as I got when I was looking in to it, I put it on the back burner for now.
Click to expand...
Click to collapse
i dont know if this can help u.
here is a VNC Server for android.
http://code.google.com/p/android-vnc-server/
it works realy slow so its not for daily use (and after a time of use, the android turns into a reboot), but i think in the sorcecode you can find something that can help u
Hey guys there is one now!
[Tool] Android Screencast (open-source)
http://forum.xda-developers.com/showthread.php?t=557717
Go search for mymobiler at code.google.com and vote for it.
I want something like this too and I can't root my phone...
Does the VNC Viewer work over USB? (On Windows Mobile it make a RNDIS connection over USB so I could use TCP/IP programs like Web/FTP/VNC Servers...)
MyMobiler for Android is good solution
For those who have used MyMobiler on WM, I just read on there website that MyMobiler now supports Android! I tested it and it works on my Inspire
http://mymobiler.com/ it is also listed in this froum http://forum.xda-developers.com/showthread.php?t=1230349
Direct Link http://mymobiler.com/?p=42

PC Suite For Android V1.3.1.70 Released

New Functions:
1.Added the network backup/restoration function, allowing you to back up or restore your contacts, SMS, call history and calendar to or from network.
2.Added “Installation Queue” function in Apps, allowing you to check each app’s installation process or delete apps pending for installation when you are installing multiple apps.
3.Added support for “resume interrupted downloads” feature, allowing you to pause downloading tasks and resume downloads at any time.
4.Added “Rotate Left” and “Rotate Right” function in “ScreenSnap”, which is accessible on the pop-up menu when you right-click on a screenshot.
Function Improvements:
1.Start: optimized the connection with the phone and resolved the problem that the program may get stuck in the “Initializing connection…” process.
2.Contacts: improved the processing logic of contact’s avatars.
3.SMS: resolved the problem that SMS may be unable to load. If your SMS management interface can not show normally, please check if your browser has disabled scripts.
4.SMS Chat: improved the user experience of SMS chat. Now the SMS of sender and receiver will be differentiated with different background colors. If your chat log can not show normally, please check if your browser has disabled scripts.
5.Notes: now new notes will be titled with the first 25 characters of the note contents instead of the original “new notes”.
6.Wallpapers: now wallpapers on the internet will be automatically filtered according to your phone’s resolution, allowing you to easily find wallpapers fitting your phone screen better.
7.One-key Transfer: now the One-key Transfer also supports unsupported fields in contact info to free you from the worry of incomplete data.
8.Docs: now the directory of My Documents has been moved to “/sdcard/My Documents”.
9.Other function improvements.
Bug Fixes:
1.Call History: fixed the incorrect row location of call logs when they are imported from or exported to Excel file.
2.Resolved the problem that the contact name in call history may fail to refresh instantly.
3.Fixed the contact name error in SMS and SMS chat.
4.In Bookmarks, resolved the problem that there may be no correct prompts when the bookmarks are being exported to Favorites.
5.Other bug fixes.
link:download.pandaapp.com
Are you the developer of this app? is it working for the slide? Im going to try it out but dont really like installing exe's from company's I dont know of.
no im not the developer but i used and this is pretty cool and yes it works with the slide!!!!!
Well i don't know if i want to download it. I will wait for review from other people here before i download and install the file
it seems good and has the whole sms chat thing which I started liking because of pdanet .. you have any links to other forums with reviews or anything?
no but give it a try it doesnt hurt to try this is for your comp and is like itunes but for androids phones you can install apps from your comp,you can put music in your phone you can download apps and put them in the phone automatically you can sms chat while your phone is connected your comp you can put pictures,videos,edit them,you can see your phone files have control of your phone in your pc you dont need anything else try it your are not going to regret it trustme!!!!!!!!!!!!!
flexxoo said:
no im not the developer but i used and this is pretty cool and yes it works with the slide!!!!!
Click to expand...
Click to collapse
Hi Flexxoo,
i donwload and installed to my XP, but it cannot connect to my Smasung galaxy S (I9000)?
Does it work on Samsung Galaxy S? If yes, can you show me how to connect?
Cheers,
Danny
Doesn't install on windows 7 x64 the install doesn't even open up.
It does work cause i have windows 7 and it works for me and yes it works for all the android phones connect the phone to the computer and in your phone go to settings then go to manage apps and turn on debugged so your pc suite can reconize it
Funny, I've downloaded the program 3 diff times on 3diff win7 x64 ultimate pc's and none of them run it.... I'm a computer tech and I'm pretty sure it doesn't work.
flexxoo said:
It does work cause i have windows 7 and it works for me and yes it works for all the android phones connect the phone to the computer and in your phone go to settings then go to manage apps and turn on debugged so your pc suite can reconize it
Click to expand...
Click to collapse
Hi flexxoo,
Thanks a lot, now I'm able to connect to PC Suite.
Cheers,
Danny
fenixnr said:
Funny, I've downloaded the program 3 diff times on 3diff win7 x64 ultimate pc's and none of them run it.... I'm a computer tech and I'm pretty sure it doesn't work.
Click to expand...
Click to collapse
Agreed. Won't install on 64-bit Windows 7.
Well i guess i have a special windows 7 64 bits because i have it in my comp did you try to install the app in administrator?
flexxoo said:
Well i guess i have a special windows 7 64 bits because i have it in my comp did you try to install the app in administrator?
Click to expand...
Click to collapse
Yep many times, or you just don't have x64.
of course i have it oh well if it didnt work for you 2 bad!!!
It works with SGS GT-I9000 but you have to put the phone in usb debugging mode: Settings/Application/Development
fenixnr said:
Yep many times, or you just don't have x64.
Click to expand...
Click to collapse
lmao. or your just not a good computer tech. as maybe not this installer file. but i have this program on my x64 machine and my x86 machine. the installer i used worked on both. this was awhile back when i found this program for the g1 and mytouch
since your a computer tech you know how to search ? find anouther fileversion and try... then say the app dont work on x64
shadowmike said:
lmao. or your just not a good computer tech. as maybe not this installer file. but i have this program on my x64 machine and my x86 machine. the installer i used worked on both. this was awhile back when i found this program for the g1 and mytouch
since your a computer tech you know how to search ? find anouther fileversion and try... then say the app dont work on x64
Click to expand...
Click to collapse
Or I just won't use the program that is good for nothing. Why would I search for a file when he posted one that "works" Maybe because it doesn't "work" and has been proven by not just me. So take your ignorant remarks elsewhere.
why are you still complaining? if it doesnt work for you ok you dont have to keep saying the same thing we get it steve jobs!!!!!!!!!!!
Current version 1.76.208
I am running version 1.76.208 on Windows 7 64 bit, controlling an Atrix 4G
Download the program at http://91.pandaapp.com/pcsuite/
A fix for a bug that the developer keeps forgetting to repair (it always opens in Chinese!)
Close down the program and open the directory where the app is:
C:\Program Files (x86)\NetDragon\91 Mobile\Android on 64 bit machines
C:\Program Files\NetDragon\91 Mobile\Android on 32 bit machines
open the file named "91 PC Suite.xml" with notepad
change this line
<Language Current="zh-CN" Default="zh-CN" />
to
<Language Current="en-US" Default="en-US" />
Save the file.
Restart the program

[Q] Htc Hd7 as a USB drive.... Now What?

I managed to follow the instructions found at knowyourcell.com about turning your HD7 into a USB drive... It will open and read as a drive, but I can't transfer or read anything... Help would be appreciated. I am a noob so please take it easy on me.... What now? How can I open it up?
Instructions:
1. Open Windows Registry Editor by typing regedit in your start menu
2. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB
3. Perform a search for ZuneDriver
1. The search should yield a result similar to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB\VID_045E&PID_04EC&MI_00\6&27ffd631&0&0000\Device Parameters\WUDF
4. Click up one level to the Device Parameters key
5. Change ShowInShell from 0 to 1
6. Change PortableDeviceNameSpaceExcludeFromShell from 1 to 0
7. Change EnableLegacySupport from 0 to 1
8. Change EnableDefaultAutoPlaySupport
Thats what i saw in my Explorer.
Tried to cpy a mp3 file into Music, that did not work.
After a restart of hd7 i came only to the level Storage - no sub folders are visable any more now.
And even with my first attempt i had now folder for movies. May be as i do not have any movie in devices storage?
Now everything works fine.
It did'nt work, as there was a filtransfer by zune on his way to the phone. And even killing zune on pc blocked the storage card.
-So edit the registry as mentioned above
-connect your hd7 via usb to pc
-zune starts now
-kill all zune transfer processes
-kill zune
-go to your windows explorer
-you can copy and past media files now.
unfortunaly the office hub is not visable by this procedure.
But i think we are not far away do find out in very near future.
nice! thanks for this. it works.
Sweet!! Got it to work!! Thanks for the help HUMS... Now what? Is there any way to mod up a Ringtone folder? I tried putting in a WMA ringtone and added the folder but no dice... Any suggestions?
great. it works... thanx!
z31k said:
Sweet!! Got it to work!! Thanks for the help HUMS... Now what? Is there any way to mod up a Ringtone folder? I tried putting in a WMA ringtone and added the folder but no dice... Any suggestions?
Click to expand...
Click to collapse
sorry m8 - no idea.
For the moment only copy and paste available for media data.
As every program has its own hub.
Hi all, I'm getting a little frustrated with my HTC HD7. I installed Zune, but it wouldn't recognize my phone (it keeps saying "connect device") and I changed the registry as mentioned above also but whenever I plug the phone in, nothing happens and it changed all the registry values back to what it was before. Also the computer keeps failing to install the phone. Anyone with any helpful info help please? thanks.
-on a side note, i'm running windows vista
hungboii said:
Hi all, I'm getting a little frustrated with my HTC HD7. I installed Zune, but it wouldn't recognize my phone (it keeps saying "connect device") and I changed the registry as mentioned above also but whenever I plug the phone in, nothing happens and it changed all the registry values back to what it was before. Also the computer keeps failing to install the phone. Anyone with any helpful info help please? thanks.
-on a side note, i'm running windows vista
Click to expand...
Click to collapse
have you checked your USB cable or your USB port on PC?
hums said:
have you checked your USB cable or your USB port on PC?[/QUO
Yes I have; I have 6 USB ports and tried all of them. My wife's iphone and my HTC HD2 connects perfectly to the computer. When I plug in the HD7 however, it takes a charge, and windows will try to install it, then says "installation failed" and thats it. I wonder if its problem with vista, with everyone that is successful at connecting their devices, anyone on vista?
Click to expand...
Click to collapse
I'm running windows XP...
What is the point to copy media files to your phone via rather complicated way if you can do it simply by the Zune?
Not that simple
homer.web said:
What is the point to copy media files to your phone via rather complicated way if you can do it simply by the Zune?
Click to expand...
Click to collapse
Sorry but really is not that simple with zune or may be we the users can not understand how to copy folders with zune so can you tell us how simple it is .
Yellowarmadillo said:
Sorry but really is not that simple with zune or may be we the users can not understand how to copy folders with zune so can you tell us how simple it is .
Click to expand...
Click to collapse
OK. Lets split it to two issues:
1. you want to copy media files (Music, video, photos) to and from your phone
Use mouse and drag and drop what you want to sync with your phone. Its so simple.
2. you want to copy any other types of files to and from your phone
Its pointless, because files will NOT be vissible to WP7 and if you want to move files from A to B, than use what is more appropriate and designed for this purpose, like this: http://en.wikipedia.org/wiki/USB_flash_drive#Uses
homer.web said:
OK. Lets split it to two issues:
1. you want to copy media files (Music, video, photos) to and from your phone
Use mouse and drag and drop what you want to sync with your phone. Its so simple.
2. you want to copy any other types fo files to and from your phone
Its pointless, because files will NOT be vissible to WP7 and if you want to move files from A to B, than use what is more appropriate and designed for this purpose, like this: http://en.wikipedia.org/wiki/USB_flash_drive#Uses
Click to expand...
Click to collapse
homer.web. He speaks the Truth.
homer.web said:
What is the point to copy media files to your phone via rather complicated way if you can do it simply by the Zune?
Click to expand...
Click to collapse
I wanted to try this method because zune was in no way connecting to my hd7. I found the problem though. its my operating system. i plugged it into my laptop running windows 7 and it connected perfectly.
Did the required registry edits but unable to view any folders inside the Storage device on the computer, both computer & zune detects the phone though. Need to transfer a .cab file for installation of Satguide.
Would be great, except for the fact that wp7 doesn't use .cab files, only .xap files.
Sent from my HD7 using XDA Windows Phone 7 App
devinwy83 said:
Would be great, except for the fact that wp7 doesn't use .cab files, only .xap files.
Sent from my HD7 using XDA Windows Phone 7 App
Click to expand...
Click to collapse
Wow! thats sad, so is there anything that we can do get it to read .cab files
no there isnt
wp7 isnt simular to windows mobile 6.5

Connecting HTC One to Mac

Hi,
When I connect my HTC One to my Macbook Air, it says I have to use the HTC Sync Manager to transfer files. This sync manager sucks. I just want to drag and drop files (i.e. music) like a mountable drive but it won't show up as a mountable drive on my Mac. Is there a way around this? I know that it works on Windows but how can you do it on Mac? Thanks.
limache said:
Hi,
When I connect my HTC One to my Macbook Air, it says I have to use the HTC Sync Manager to transfer files. This sync manager sucks. I just want to drag and drop files (i.e. music) like a mountable drive but it won't show up as a mountable drive on my Mac. Is there a way around this? I know that it works on Windows but how can you do it on Mac? Thanks.
Click to expand...
Click to collapse
I am all Mac, iMac & Macbook Pro. You do have to use HTC Sync Manager, however it is drag and drop once its up. Plug your phone in and it will mount. Open a Finder window and you can drag between the two.
limache said:
Hi,
When I connect my HTC One to my Macbook Air, it says I have to use the HTC Sync Manager to transfer files. This sync manager sucks. I just want to drag and drop files (i.e. music) like a mountable drive but it won't show up as a mountable drive on my Mac. Is there a way around this? I know that it works on Windows but how can you do it on Mac? Thanks.
Click to expand...
Click to collapse
Android devices generally require you download the Android File Transfer tool for Macs. It's not quite the same as a Finder window, but it does support drag and drop. OS X doesn't support the MTP file transfer protocol, hence the need for this tool. Since the One uses MTP to connect to Windows devices, it should work on OS X as well. I can check in a bit.
Yep, transfer tool works fine.
Rirere said:
Android devices generally require you download the Android File Transfer tool for Macs. It's not quite the same as a Finder window, but it does support drag and drop. OS X doesn't support the MTP file transfer protocol, hence the need for this tool. Since the One uses MTP to connect to Windows devices, it should work on OS X as well. I can check in a bit.
Yep, transfer tool works fine.
Click to expand...
Click to collapse
Thanks a lot! That totally did the trick! I was like "Why is this so strange??" You're awesome :good:
I was using Airdroid and tried out a month - it's cool but it only has 1 gb a month limit and you have to pay so this is way better (and cheaper)!
limache said:
Thanks a lot! That totally did the trick! I was like "Why is this so strange??" You're awesome :good:
I was using Airdroid and tried out a month - it's cool but it only has 1 gb a month limit and you have to pay so this is way better (and cheaper)!
Click to expand...
Click to collapse
No problem, please leave a "thanks" vote if it helped. Nothing beats Airdroid for on the go use, but it's really better as an SMS management tool than as a file transfer tool.
Rirere said:
Android devices generally require you download the Android File Transfer tool for Macs. It's not quite the same as a Finder window, but it does support drag and drop. OS X doesn't support the MTP file transfer protocol, hence the need for this tool. Since the One uses MTP to connect to Windows devices, it should work on OS X as well. I can check in a bit.
Yep, transfer tool works fine.
Click to expand...
Click to collapse
thanks, this was driving me crazy

How can i use my pc to display my phone (Emulation)

Hello people i was wondering how it is possible for me to operate my device on my pc for testing, is it some sort of android development program or emulation program, i just want a picture of my phone on my pc screen and be able to navigate it as if i was using my phone itself, I want to do this for testing out different things making videos etc any help much appreciated
Fibonacci90 said:
Hello people i was wondering how it is possible for me to operate my device on my pc for testing, is it some sort of android development program or emulation program, i just want a picture of my phone on my pc screen and be able to navigate it as if i was using my phone itself, I want to do this for testing out different things making videos etc any help much appreciated
Click to expand...
Click to collapse
Try to sync phone with computer
Phone display on pc
Qusserel said:
Try to sync phone with computer
Click to expand...
Click to collapse
Thanks man but thats not what i was looking for, this would enable me to access my files on my phone on my pc, im looking for something which displays my phones GUI on my pc and be able to navigate my phone through my pc, thanks for the reply tho man
check out vysor on chrome
Qusserel said:
Try to sync phone with computer
Click to expand...
Click to collapse
mohhaxs said:
check out vysor on chrome
Click to expand...
Click to collapse
Nice man getting there but still not quite what im looking for i use firefox and wouldnt dload chrome just to be able to do what i want i know theres a program for it what will work on win10, i think its some sort of developers program which allows me to navigate my phone through my pc, Thanks a bunch for replying man
If you have a samsung you can install sidesync to your pc and phone
Sent from my T-Mobile Samsung Galaxy Note 3 using XDA Labs
vysor for desktop
just copy and paste the text below into your browser of choice
http: vysor.io

Categories

Resources