Android :: Want To Make Activity Appear In 'wallpaper Chooser'
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
Aug 4, 2009
i have a set of activities on my stack Say A-->B-->C. when i launch the activity named 'D' it should get fired as the root activity of my application and all the other activities(A,B,C) should get cleared from my stack once Activity D is launched.Can any one tell me as how to do this
View 4 Replies
View Related
Feb 3, 2010
I have created a small sample Live Wallpaper, and I want to use it with a small test Activity I have also created. However, I cannot seem to find an example of how to do this. The examples I have seen on the Web and in the Android sources all seem to focus on creating the live wallpaper itself, not how to link it to an Activity and display it behind the activity with transparency, etc. So far, all I have is a Live Wallpaper service, with no idea how to go about using it! Does anyone know where I could find _all_ the steps to do this?
View 4 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
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
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
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
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
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
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
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 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
Apr 11, 2013
I am trying to make an android live wallpaper for Xperia P. The resolution for the screen is 540x960.
1) I exported the animation as .mp4 and it came out around 4mb. Is there a way to create an .apk using this mp4 file that will work as live wallpaper and if yes how?
2) Do I have to multiply the width if I want to fit more than one screens? So for three, would it be 540 x 3?
3) Can I just repeat the main live wallpaper(540x960) instead of multiplying the width so that the same animation appears on all screens?
View 9 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
May 3, 2010
How do I make a photo in my album be my lick screen wallpaper?I tried long pressing, hitting "set as" but I'm having no luck >.
View 5 Replies
View Related
May 2, 2010
I am asking cause i have 5.3, the OTA updater will not download the updates at all, its telling me that it cant be downloaded at this time~ it will only allow me to download 5.4 which i don't want. now cause the instructions tell you to flash the fix right after flashing the rom will it still work for me? really wanna try out one of these wallpapers ive downloaded.
View 3 Replies
View Related
Jan 4, 2010
Has anyone found an app that replaces the crummy date chooser that is default on Android? Coming from a Palm (or even from Windows), I think Android has the _worst_ date picker I've ever used! I think I'd rather key the date
View 2 Replies
View Related
Feb 22, 2010
I'm wondering if anyone has a lead on some nice code to do a Folder Chooser / Directory Picker? I know they wrote one at OpenIntents but I don't want to package the whole OI thing with my app - it'll make it bigger than I need. I just want a nice interface for picking directories (As in, a directory of images to slideshow).
View 2 Replies
View Related
Jan 7, 2010
Is it possible to make 2 MapView on one Activity ?
If so, How to make it ?
View 1 Replies
View Related
Aug 19, 2010
I have some activities and I have to display a fullscreen ad image before displaying the activity... all my activities extends a custom activity and I thought it was a great idea to implement that advertisement there, so I did: code...
This works nice... the ad is displayed for 3 seconds and it closes automatically. The problem is that the activity that should be hide for the ad is being created faster, so the user can see it for a second before the ad is created. How can I avoid that behavior? How to make sure the ad activity starts before the another does?
View 1 Replies
View Related
May 14, 2010
I downloaded pictures off the internet and tried to set them as my background, and it says "This picture has been set as wallpaper" But its just the default wallpaper. So then I tried the Bar code scanner wallpapers and Android themes.com and same thing!
View 1 Replies
View Related
Jun 19, 2010
Where can i find a Reference Chooser like this: http://www.vogella.de/articles/Android/images/first46.gif
View 2 Replies
View Related
May 19, 2010
How do I make an activity full screen? I mean without the notification bar. Any ideas?
View 1 Replies
View Related