Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
Main Target
Old
#1  
Senior Member - OP
Thanks Meter 13
Posts: 229
Join Date: Sep 2008
Default Where are wallpapers stored?

So I am having issues with the way Gallery sets wallpapers.

Even though I have a high resolution photo, it insists on cropping the photo and somehow scaling it without zooming. So I end up with a really terrible zoomed in portion of my original picture. I would prefer to just dump my wallpaper in the touchwiz or launcher pro wallpaper chooser.

Thoughts?
 
Main Target
Old
#2  
Senior Member - OP
Thanks Meter 13
Posts: 229
Join Date: Sep 2008
Up, any ideas?
 
inku
Old
#3  
inku's Avatar
Senior Member
Thanks Meter 15
Posts: 171
Join Date: Jul 2010
Location: Bayamón

 
DONATE TO ME
they are inside TwWallpaperChooser.apk and about setting up wallpapers is best if u use the correct res 960x800 that way it won't crop it or scale it.
 
jsmith8858
Old
#4  
Senior Member
Thanks Meter 83
Posts: 601
Join Date: Nov 2008
Location: Boston
When setting the wallpaper, you can grab the crop border and "pull it out" to fit the entire image so it won't be cropped.
- Jeff

AT&T Galaxy S2 (CM10.1 / AJ Kernel)
Samsung Captivate (SlimROM JB)
BN Nook Color (CM10)
 
Main Target
Old
#5  
Senior Member - OP
Thanks Meter 13
Posts: 229
Join Date: Sep 2008
I have done this but it still looks terrible even though the picture looks great on the computer

Sent from my SAMSUNG-SGH-I897 using XDA App
 
Main Target
Old
#6  
Senior Member - OP
Thanks Meter 13
Posts: 229
Join Date: Sep 2008
Quote:
Originally Posted by inku View Post
they are inside TwWallpaperChooser.apk and about setting up wallpapers is best if u use the correct res 960x800 that way it won't crop it or scale it.
Hmm being new to android your statement about it being inside an APK confuses me. I thought APK's were containers to be installed on the phone. Do you have any insight on how to add/remove files from an APK? As far as the proper resolution, it continues to scale the picture from the size presnted on the screen will degraded quality.


Another question, in the android theming forum, Alot of themes are labled CM5/6, does this mean they can only be used with phones with CM? or just optimized?
 
sifulee
Old
#7  
Member
Thanks Meter 2
Posts: 85
Join Date: Jul 2010
I'm having this same problem. Anyone figure out a way add pictures to the twWallpaper chooser?
 
iamjester
Old
(Last edited by iamjester; 26th October 2010 at 10:45 PM.) Reason: Added more complete information, formatting
#8  
iamjester's Avatar
Junior Member
Thanks Meter 3
Posts: 20
Join Date: Jul 2010
Location: Portland, OR
I take no responsibility if you brick your phone doing this. Modifying system files is always done at your own risk.

To modify an .apk (in this case TwWallpaperChooser.apk):

step 0: Make a backup!!!

Quote:
adb shell
su
cp /system/app/TwWallpaperChooser.apk /sdcard/TwWallpaperChooser.bak
then get out of adbshell
Quote:
exit
exit
(that's right, 2 "exit"s, one to exit root, one to exit the shell)

1) pull the file from your phone to your computer:
Quote:
adb pull /system/app/TwWallpaperChooser.apk
2) Open the archive
a) If in linux just use archive manager
b) In Windows it might be easier to change the extension from .apk to .zip first

3) Add the files you want. Wallpapers go in the apk here: /res/drawable-hdpi/
3b)If you changed the extension to .zip change it back to .apk

4) Push the files back to your phone. Theoretically this command should work:
Quote:
adb push TwWallpaperChooser.apk /system/app/
but adb (for me anyway) doesn't like pushing files into /system, so you might have to do this instead:

push the file to the sd card:
Quote:
adb push TwWallpaperChooser.apk /sdcard
Then use root explorer to move the file to /system/app or use adb:
Quote:
adb shell
su
mv /sdcard/TwWallpaperChooser.apk /system/app
5) reboot
Quote:
adb reboot
Ta-da!
The Following User Says Thank You to iamjester For This Useful Post: [ Click to Expand ]
 
rob989_69
Old
#9  
rob989_69's Avatar
Senior Member
Thanks Meter 4
Posts: 213
Join Date: Jul 2010
Location: Rochester, NY

 
DONATE TO ME
Tried the method above except I used Root Explorer to move around the file. Everything is fine except none of the wallpapers I added show up. I tried ADB but I get a Cross-Device link error when I try to move it.
 
newter55
Old
#10  
Account currently disabled
Thanks Meter 188
Posts: 2,037
Join Date: Sep 2010
Location: Southern Michigan
Quote:
Originally Posted by rob989_69 View Post
Tried the method above except I used Root Explorer to move around the file. Everything is fine except none of the wallpapers I added show up. I tried ADB but I get a Cross-Device link error when I try to move it.

Much easier method...workload justpictures from market and set resolution to miami maximum....nice pretty zoomed in pictures and clear wallpapers


Sent telepathically using vulcan mind meld app.

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...