Screenshot - Motorola Droid RAZR

Is there native screen shot capabilities? Just came from T-Mobile and the G2x so I am still learning.
Sent from my DROID RAZR using XDA App

No.
Sent from my XT910 using xda premium

Wait for ICS which is coming up real soon and it'll include screenshot.

Is there any app in Market that can provide this function for razr?
Sent from my XT910 using XDA App

ScreenShooter ER works fine but you need to be rooted.
Sent from my DROID RAZR using XDA App

What if I don't have the root access? Any apps support this?
Sent from my XT910 using XDA App

No root screenshot it works well on the razr. It does require you to connect the phone to a computer for the initial setup, and you need to reconnect it to a computer everytime you reboot your phone. The app is also about $5. I'd wait for ICS unless you really need this capability now.

try pulling "Screen Grabber apk" from one of the X2 ROMs
it work GREAT on the Razr

Anyone can provide this?
Sent from my XT910 using XDA App

onemotodroid said:
try pulling "Screen Grabber apk" from one of the X2 ROMs
it work GREAT on the Razr
Click to expand...
Click to collapse
this is what i mean

I am using DDMS from Android SDK Suite. Yeah, you need to connect your phone to PC, but, still usable.
Here I attached my Home screen. BTW, I change the default Motoblur to stock Gingerbread Launcher2.

bahathir said:
I am using DDMS from Android SDK Suite. Yeah, you need to connect your phone to PC, but, still usable.
Here I attached my Home screen. BTW, I change the default Motoblur to stock Gingerbread Launcher2.
Click to expand...
Click to collapse
how do you do this exactly? sorry newbie

ddms is a part of Android SDK suite which you can download from android.com . This suite is Android software development kit for PC/Mac/GNU/Linux. Download the suite and related packages, enable Debugging mode in RAZR, connect to PC, and start the ddms program. This program is a java based program, which use adb to pull framebuffer from the phone and convert it to PNG format.
Beside using ddms, I explained how to use adb and ffmpeg to pull and convert the framebuffer into PNG in this post.
http://forum.xda-developers.com/showthread.php?p=20567738
You can look/google for ddms tutorials for further information.
There are several screen capture apps in Market which not requires rooting. I use this one, but, the developer need to add RAZR resolution to make it usable. Yeah, I choose this app and I don't mind the extra steps, because it is FREE.
https://market.android.com/details?id=com.ScreenCapture22

Related

take screen shots on a non rooted device running 1.6, possible?

Is there an app that will allow me to take screen shots of my locked dell streak running an official 1.6 rom? please say it's possible.
Sent from my Dell Streak using XDA App
No app that I know of you can take screenshots with the Android SDK but it requires that you be connected to your computer by USB cable.
I made a shortcut to ddms.bat and put it on my desktop so I can just click and open the sdk interface.
The Android SDK is available for multiple operating systems so one advantage is that it works on most computers.
Aw man! All that? lol. I'll pass... Thanks for the info tho. (0:
Sent from my Dell Streak using XDA App
It's actually pretty easy. Looks like more than it is.

Yahoo Messenger front camera is working now! :-)

I was looking at how yahoo video plug-in uses the HTC front camera and found out that it calls “com.htc.hardware.twinCamDevice.FrontFacingCamera. getFrontFacingCamera();” to load it. So I baksmali-ed the com.motorola.hardware.frontcamera.jar and changed it to look like the HTC version so YM can use it.
ADB Method (YOU MUST BE ROOTED TO APPLY IT):
1. Extract YMFrontCamADB.zip
2. Connect your device in Debugging mode (Settings -> Applications -> Development -> USB Debugging)
3. Run YMFrontCam.bat and follow the instructions.
4. Close the process for YM plug-in.
5. Make a video call.
YMFrontCamCWM.zip and YMFrontCWMCamRemover.zip can be used for CWM un/installation
NON-ATRIX devices should use the ADB method as the CWM method is specific for Atrix only. If the ADB method doesn't work, download the com.htc.hardware.twinCamDevice.zip, extract com.htc.hardware.twinCamDevice.jar, copy it to your /system/framework and change the permission to 644
2011-05-31 - Updated to support more devices.
Gingerbread devices (using the standard 2.3 front camera API)
Motorola
Samsung
LG
Dell Streak and Streak 7 (Untested)
Huawei (Untested)
Other htc devices without the com.htc.hardware.twinCamDevice.jar (Untested)
Feel free to edit the source and make it work on your device
2011-05-31 - Updated YMFrontCamADB.zip script to fix mount command on other devices. The new script requires busybox (rooted devices should have it anyway)
2011-06-11 -Updated YMFrontCamADB.zip and com.htc.hardware.twinCamDevice.jar to fix the exception in integer "Parameters" values (samsung, dell, lg). Source code FrontFacingCamera.java.zip is updated as well. CWM method NOT updated.
2011-07-03 - After more than 2 months of hiding and distributing the APKs in secrecy, I’m now attaching them in here. I was advised not to post modifications for Google Market APKs here and so I did but as I can see in other threads, everything is allowed.
For a fix that does not need root and ADB stuffs, you can download the APK versions. First you have to uninstall the YM and YM plug-in from the market, install yahoo.im.apk (a must) and choose one among the plugins that suits best your need.
There are 4 versions of the plug-in I made. Some users reported that their devices got the wrong camera orientation (side-ways, or flipped image) and so I made 3 additional versions that add 90, 180 or 270 degrees clockwise to the orientation. It might or might not show the correct orientation on the android device but the transmitted image should be correct. Another thing is that, FFC and back cam doesn’t always have the same orientation so fixing the other might break the orientation of the other; so choose which cam you prefer to use.
Awesome! Haven't tried it out yet because I'm not home, but sure hope it works. I wonder if it works with other apps... any chance of looking at Vtok and Ovoo?
EDIT: Confirmed, it works with Yahoo. I used the com.htc.hardware.twinCameDevice.zip method and not the CWM flash, but have no reason to imagine that the other method wouldn't work as well. THANK YOU THANK YOU!
Sent from my MB860 using XDA App
Awesome, I'm trying it now.
Sent from my MB860 using XDA Premium App
Doesn't seem to work. I used the cwm zip to apply the update. I can see the flip camera icon but it never switches to front camera.
Update: removed and applied again through cwm, works like charm! Thanks for sharing.
Sent from my MB860 using XDA Premium App
ceo.mtcl said:
Doesn't seem to work. I used the cwm zip to apply the update. I can see the flip camera icon but it never switches to front camera.
Sent from my MB860 using XDA Premium App
Click to expand...
Click to collapse
Hmm, since it worked for me perfectly extracting the jar, maybe you should try it that way?
Worked like a charm!! Many thanks to this!!! Now i can slowly let go of my 4
klub242 said:
I wonder if it works with other apps... any chance of looking at Vtok and Ovoo?
Click to expand...
Click to collapse
I have a modified version of ooVoo that works with the atrix's front camera but I'm not sure if I can post it here or not.
I believe though that ooVoo will very soon release the version that supports the atrix and the front camera. Their code actually includes the loader class for the front camera but for some reason, it is not yet included in loader array. Maybe it is still under testing.
Sent from my MB860 using XDA App
What version are you using? I'm using the french 4.2.1 sbf (bell). Maybe it's just a versioning issue. I'll make one tonight (GMT - 5) that will actually load and use the motorola library to avoid versioning issues.
Sent from my MB860 using XDA App
Says unable to copy the file to system/framework
Sent from my MB860 using XDA App
Thank you sooo much .You are amazing .I have been waiting for this for a loong time now.Tested it works gr8888
zir4 said:
Says unable to copy the file to system/framework
Sent from my MB860 using XDA App
Click to expand...
Click to collapse
You have to mount /system as read/write. If you don't know how, it should be easy to find out on google.
Sent from my MB860 using XDA App
I remember seeing that Skype with video was out for the thunderbolt, any way we could make that work using a similar method?
Sent from my MB860 using XDA App
According to what a few other people have said, that app was coded with a lot of lines of code specific to that device... so it would practically be quicker to start from scratch.
Sent from my MB860 using XDA App
Do you believe that this will work with the Xoom as well seeing how they have the same camera drivers?
It's sure worth a try, I bet so. If not, the same method (renaming the default camera framework file to the htc version) would work. Try it.
Sent from my MB860 using XDA App
I've updated it and changed the code to simply load and use the existing driver from motorola. It should be easy now to port to other devices.
Works perfect
Sent from my MB860 using XDA App
exume said:
I remember seeing that Skype with video was out for the thunderbolt, any way we could make that work using a similar method?
Sent from my MB860 using XDA App
Click to expand...
Click to collapse
I've never heard that skype has a video support. Maybe I should check for that.
thanks alot! I have been dying to use this feature on my atrix it works great!
not working for me..tried both ways. i am rooted..gb3.5...

Installing unknown apks on stock atrix?

Is it not possible to install unknown apks on my stock.unrooted atrix? I downloaded a game off of gamelofts website but can't install it. Any help?
Sent from my MB860 using XDA App
Only ways I know of is to root or you could try Sideload Wonder Machine.
Sent from my MB860 using Tapatalk
go to the market and download
SQlite Editor (it's like $2.99, but this will take less than 15 minutes, so just refund it once you are finished)
once it is downloaded, make sure you have root access, and navigate to:
/system/etc/motorola/com.motorola.android.providers.settings/
in there you should see a file called settings.db
open that up with sqlite editor
once it's up, look until you find the line that says :
" force_only_market_apps" in it's own cell. to the direct right you will see (in it's own cell) the number 1
simply change the 1 to a 0
so it'll look like this
|force_only_market_apps | 0 |
Thanks guys ill do that. Looks like ill be rooting my phone tomorrow lol
Sent from my MB860 using XDA App
I just use "AirSideload" and haven't had to root my phone or anything. Works fine for me.
~ Sent from my Motorola Atrix 4G ~
Noob4Life said:
Thanks guys ill do that. Looks like ill be rooting my phone tomorrow lol
Sent from my MB860 using XDA App
Click to expand...
Click to collapse
rooting your phone is just too messy. just use sideload wonder machine. its an app that you run on your computer with your phone plugged in via debugging mode. then you just choose the apk to load from your computer, and it will install it. i used this to install gameloft's let's golf and gt racing motor academy and it runs perfectly fine, no rooting necessary.
Thanks for the help guys id rather not root the phone right now since its brand new and im perfectly fine with this froyo until gb is officially released.
Sent from my MB860 using XDA App

Having trouble with root on 2.3.4

Alright as the title says I can't get root on 2.3.4 I've tried the one click method and after its done it says phone is rooted but the app drawer does not show the su app. I'm also not very good at using adb with no success I wasn't able to get that started. Can someone help me?
Sent from my DROID X2 using XDA App
dodge_408 said:
Alright as the title says I can't get root on 2.3.4 I've tried the one click method and after its done it says phone is rooted but the app drawer does not show the su app. I'm also not very good at using adb with no success I wasn't able to get that started. Can someone help me?
Sent from my DROID X2 using XDA App
Click to expand...
Click to collapse
I recommend using the guide found here.
http://forum.xda-developers.com/showthread.php?t=1315711
So, I assume you've used Pete's Rooting Tool, with that said, am I assuming correctly that, this tool is what said you were successfully rooted?
Also, what launcher are you running on your DX2? Some launchers give you the ability to hide apps in the app drawer and perhaps that app is hidden. A better way to check for this app would be to go to Settings -> Applications -> Manage Applications -> "All Tab" -> Scroll and look for Superuser
I'd also give it another shot. Make sure you pay close attention to the steps provided, sometimes it's easy to miss one of the steps. If you're still having problems, post back some of the things you've checked and we can continue to help you troubleshoot the issue.
Using Petes one click I was never successfully rooted even tho on the computer screen it says I was successfully rooted.
The one thing I noticed while using Petes one click is that my phone is only rebooted once during the whole process. Also I'm running adw ex and the apps aren't hidden.
Sent from my DROID X2 using XDA App
Try the new zerg method in the 2.3.5 leak post. It works pretty smooth although the petes one shouldwork for ya.
dodge_408 said:
Using Petes one click I was never successfully rooted even tho on the computer screen it says I was successfully rooted.
The one thing I noticed while using Petes one click is that my phone is only rebooted once during the whole process. Also I'm running adw ex and the apps aren't hidden.
Sent from my DROID X2 using XDA App
Click to expand...
Click to collapse
Pete's did the same for me way back when.. I used the attached instead with no problems. Found it somewhere on XDA back when 2.3.4 was found.http://bayfiles.com/file/1bXj/1SEtQA/DROID_3_easy_root_script_v7.zip
Sent from my DROID X2 using XDA App
Make sure usb debugging is enabled. I had a similar problem.
Sent from my stripped and rooted X2.
I thought zerg was 2.3.5 only? But ill look it over.
thanks ill try that method and ill report back
And also debugging is enabled
Sent from my DROID X2 using XDA App
Alright so I redownloaded petes one click from a different source the one that was suggested few posts back didn't work but with the fresh download I'm finally rooted got 1.3 eclipse and blooded up and blazed out theme to go with it thank you everyone
Sent from my DROID X2 using XDA App
Glad you got it figured out. Have fun!
Sent from my Eclipsed and ICS themed X2.

[Q] copying photos error

Ahhhhh! That stupid MTP mode is an utter pain, how hard would it have been for sony to implement mass storage!! I know it is available via root but I'm not willing to unlock my bootloader just yet.
Trying to copy photos by copying and pasting them using the crappy windows explorer within the phone menu, but after copying the process bar gets suck at 4% and doesn't do anything!
I have tried the importing photos option but it finds a whole load of album art which I don't want copied...
Can anyone help with the best way to copy them over?
cheeeeers
Adb plugin for Total Commander. Hadn't failed me once.
Sent from my LT26i using XDA
it happened to me once, i was copying some pictures from my pc to my xs, then it always stopped at 40% at the picture number xxx41, then i copied again everything except the picture number xxx41 and there you go, i think the phone detected it as a corrupted file or something, then later, at the end i just copied only that single picture and pasted it in my xs without a problem
Or just use the always faithful Droid explorer, works with no mucking around and has a few Android developer enhancements.
http://de.codeplex.com/
Sent from my LT26i using xda premium
somemadcaaant said:
Or just use the always faithful Droid explorer, works with no mucking around and has a few Android developer enhancements.
http://de.codeplex.com/
Sent from my LT26i using xda premium
Click to expand...
Click to collapse
Don't you need root for that method though?
K900, could you post some links the Adb plugin search doesn't reveal much
cheers
adsada arc said:
Don't you need root for that method though?
K900, could you post some links the Adb plugin search doesn't reveal much
cheers
Click to expand...
Click to collapse
http://www.xda-developers.com/android/android-filesystem-plugin-for-total-commander/
Sent from my LT26i using XDA

Categories

Resources