Motorola Droid X :: Make Whole Wallpaper With Out Cropping Box?
Aug 1, 2010
I just had a question about wallpapers, is there anyway to make for example if someone sends me pictures and i want to make it a whole wallpaper with out the cropping box that shows up? I see around the forums people having different wallpapers not sure if I missing something really stupid since im newbie with this being my first android phone
View 5 Replies
Feb 21, 2010
I have my wallpaper fixed so it doesn't move when I move from screen to screen. Since I'm using a fixed wallpaper why does it still want me to crop an image? I have an image on my phone that fits the screen perfectly but when I go to set it as a wallpaper it wants to crop it and cut the image pretty much in half which is really dumb. Anyway around this?
View 22 Replies
View Related
Jul 17, 2010
Is there a way to do it? I took a picture in portrait that fits the Droid X screen size perfectly and I want to use that as my wallpaper. I have scrollable wallpaper off and don't use the landscape mode for the home screen. I have that turned off as well. So really it makes no sense and its highly annoying.
I made a video to show what I was talking about because its kind of hard to explain...or some people just don't get it. Whatever if you don't understand let me know and I'll post the link up to youtube after its done uploading.
View 22 Replies
View Related
Jan 11, 2010
I have an Eris and wonder why the heck the phone wants me to crop an image to a square shape when the screen is a portrait (rectangle shape). Anyone know a way around this?
View 2 Replies
View Related
Jun 5, 2010
I found some pretty neat wallpapers, 480x800 I believe, and would like to use them on my EVO. Looking at them in the Gallery they are damn sweet, BUT when I try to set them as Wallpaper a cropping tool pops up.
I want to use the images as they are seen in the gallery, cropping doesn't cover the entire image and looks like day old death. Am I asking for something that's impossible?
View 12 Replies
View Related
May 20, 2013
I need a website or app where I can find wallpapers that I dont need to crop.There is nothing more frustraing than browsing through all these beautiful wallpapers and then when I want to use one, I can only use 50% of the picture.I absolutely love to look through wallpapers and save them on my phone, I change my wallpaper every other day, but hate the fact that I can only see part of the picture.
View 7 Replies
View Related
Jun 22, 2010
Does anyone know how to set a picture as your wallpaper without cropping the image to fit all 7 screens on the evo. Basically I had a wallpaper app called "shake them up" which allowed me to set any of my pictures as the wallpaper without cropping them. After the latest update the app is making me crop like the phone does.
View 27 Replies
View Related
Apr 26, 2012
I am using HTC One V (Android 4.0). And as in other phones, when using default HTC Sense launcher, I am unable to set any random image as wallpaper without cropping. One V comes with screen resolution of 480x800 and I downloaded few wallpapers with this specific resolution. But HTC still forces me to crop almost half of image which is irksome.
It sets full image as wallpaper but when I move to right or left for alternate desktops, I get thick black edge. I even selected "Scroll" but still same problem. With no scroll, it goes completely wrong.
Quickpic - They say, use "set as quickpic wallpaper" but this option doesn't work too. It shows a frame to crop which doesn't expand to cover entire screen and if I dont do anything frame, it set image inside frame as wallpaper.
View 4 Replies
View Related
May 4, 2014
Why do you have to crop a pic when selecting as wallpaper or bbm profile pic? On previous platforms I've always been able to zoom out of the pic to make it fit. Having to crop every photo is getting very annoying! Any way around this or how to zoom out of pictures?
View 3 Replies
View Related
Jun 25, 2010
I've been searching on this forum for hours now and can't seem to find any information on a work-around for cropping images for the wallpaper on my Samsung Moment. I've tried "Wallpaper Set & Save" and it just crops it automatically. I just installed the ADW Home Launcher and I can get up to 7 screens on it... but for some reason, my phone still wants to perform as if it's running on 3 screens. So it just automatically crops it.
View 5 Replies
View Related
Aug 5, 2010
I am currently working on a wallpaper application and I was wondering if there is a way to make the bitmap look less blurry and more crisp once it is set as a wallpaper. Does it just require cropping the picture and resizing it to fit perfectly the size of the screen or there is some other way of solving this issue? I read that the application wallpaper set and save is able to deliver very good quality wallpapers once launched!
View 1 Replies
View Related
Jun 1, 2010
I'm trying to crop a photo to use in a Live Wallpaper but I'm getting a FileNotFoundException when the crop activity tries to save my new cropped image. This is the code I'm using:
File file = new File(getFilesDir(), "wallpaper.jpg");
Intent intent = new Intent("com.android.camera.action.CROP");
intent.setData(uri);
DisplayMetrics metrics = new DisplayMetrics();
getWindowManager().getDefaultDisplay().getMetrics(metrics);
intent.putExtra("outputX", metrics.widthPixels * 2);
intent.putExtra("outputY", metrics.heightPixels);
intent.putExtra("aspectX", metrics.widthPixels * 2);
intent.putExtra("aspectY", metrics.heightPixels);
intent.putExtra("scale", true);
intent.putExtra("noFaceDetection", true);
intent.putExtra("output", Uri.parse("file:/" + file.getAbsolutePath()));
startActivityForResult(intent, REQUEST_CROP_IMAGE);
The wallpaper.jpg file seems to exist on DDMS file explorer so I'm not sure what I'm doing wrong.
View 2 Replies
View Related
Sep 13, 2010
How the heck do I get a wallpaper I download from my photobucket to appear not pixelated. I don't know why I'm having so much trouble with this. Or how do I make my own wallpaper, the images are not small the one I'm trying to use is 600 x882
View 2 Replies
View Related
Aug 8, 2010
How do I make my wallpaper picture fit ?? I down load a Pic from my old Omnia i920 forum wallpaper site site. It 480 X 800 pixel JPG (I can stretch it to get the 54 pixel more if I need it). When I go to set it as my wallpaper the "crop" square only let me allow 1/2 of the pic. I resized it way down still no luck. should I make it a PNG file?
View 2 Replies
View Related
Sep 6, 2010
http://i290.photobucket.com/albums/ll248/R1C4/Raiders-8.jpgraiders.bmplooking to make this my wallpaper on my droid , I took it from google images but it doesnt fit. help resize for me so it will fit my screen ?
View 9 Replies
View Related
Feb 16, 2010
I have a small project in which I download images from Internet in the form of drawable and use them in Imageview for which I have provided functionality similar to an Imagebutton but without the gray edges. The question is that is there any functionality in Android (similar to IPhone) by which we can crop the drawable from edges to make them rounded edged drawable. Even if its a "not-tested-neither-recommended" method, do let me know. I would like to work on this a bit.
View 1 Replies
View Related
Sep 13, 2010
I'm running into an issue with my program when trying to crop an image selected by the user from their gallery. The issue so far only appears when running on a Droid X, as running on the original moto Droid works fine.
Basically the issue occurs as the cropping intent is being run. Once the user crops the photo and clicks the save button, it replaces the wallpaper on the main screen with the cropped image that was saved! It does not do this on the moto droid, or emulators. Below is the code for cropping and saving the picture to the SD card:
CODE:................
View 2 Replies
View Related
Sep 18, 2010
I'm a regular visitor to the "Let Us peek at your Screens - thread and one of the most common questions is how to make wallpaper. One of the nicest things about knowing how to do this is you can get wallpaper from almost anywhere for your phone. It's pretty cool really and although it make look a little daunting at first once you do it a couple of times you'll see it's really easy. So I've put together this little tutorial. It uses Photoshop but the same basic principles apply regardless of the image editing software you use.
View 5 Replies
View Related
Nov 7, 2012
however I was interested in making a wallpaper choose apk of some sort. Like the ones you find in ROM's. I have already tried getting cmwallpapers.apk and decompiling/recompiling to no avail.
View 5 Replies
View Related
May 3, 2010
As much as I like the live wallpaper, I want to make my own. I have a couple pics on the laptop...whats the process of getting them setup on the Dinc?
View 1 Replies
View Related
Apr 22, 2010
Does anyone know how to make a wallpaper you get from your photo gallery to not look so grainy and fit correctly? The ones that come out of the ROM look fine but I can't get any other ones to work.
View 2 Replies
View Related
Jun 21, 2010
I bought some cool skins on ebay which 3 came for $10 which you can find stupid easy with a search but they come with matching wallpapers but when I put them on they go on as images and of course we don't get the full image you have to zoom/crop it and you dont get the whole image. Photobucket might resize this so I hope it works but this image I want as a full size. Is there a certain folder to put it in to get it to full size?
View 1 Replies
View Related
Nov 13, 2010
This is a question for those proficient in photoshop/gimp/etc When making a wallpaper for the Inc and it's limited color gamut AMOLED screen what are/is the tools used to make them smooth not showing that ugly dithering (correct word?)? Here is an example below...it looks beautiful on my PC screen (H-IPS panel).
View 5 Replies
View Related
Sep 25, 2010
I want my activity to appear in the list of activities (gallery. live wallpapers, etc) that you see when you try to choose a wallpaper from the home screen. Im assuming this is done with intents but cant seem to find one that works. The closest one I can find is:
<action android:name="android.intent.action.ACTION_SET_WALLPAPER>
but that doesn't work and seems to be used for something else.
View 3 Replies
View Related
Sep 21, 2010
If I download an image that I want to make a wallpaper how do I do it? Where do I put it on the phone and where are the default wallpapers stored?
View 2 Replies
View Related
Mar 2, 2010
What size is the samsung behold 2 wallpaper? I had made 320x480 size wallpaper and transfer it on to the memory card but when i go to set it, the phone always as to crop the picture. how can I make a wallpaper that does not need to be crop?
View 1 Replies
View Related
Jul 30, 2012
Is there a way to make a long lockscreen wallpaper on ics? This is the picture i want to make my wallpaper
View 5 Replies
View Related
Jun 8, 2010
I am so sick of the little crop window you stretch to only see a portion of your photo and it's being reviewed at full screen size. I saw someone post that you grab the upper left and bottom right corners to stretch the window, but it did not work for me.
View 36 Replies
View Related
May 3, 2010
As opposed to the phones default 3 panel wallpaper, how can I make the wallpaper into one Panoramic image?
View 6 Replies
View Related
Jan 7, 2013
How to make the wallpaper scroll in the apex setting.
View 1 Replies
View Related