[Q] Live Wallpaper help - Android Q&A, Help & Troubleshooting

Hello folks
I want to create live wallpapers for sale on the android market. I found a custom creator script and a lwp creator software that does this but I don't think it signs them. Now I am not sure if those could be sold on the market or not. I am still very new to android.
At the moment I am trying to start small, something simple like a looped animation sequence and make that a live wallpaper...just plain, with no settings. So what would be a good way to approach this mission ?

You could try this: http://forum.xda-developers.com/showthread.php?t=739512. You could even try to make them on your phone with this: http://android.ownskin.com/livewallpaper.

Can I sell the apk that I get from custom creator or is there something I need to do before I upload it.

retareq said:
Can I sell the apk that I get from custom creator or is there something I need to do before I upload it.
Click to expand...
Click to collapse
Make sure it's signed.

That's all ? Man thats simple. Here I was readying myself thinking I'm gonna need to brush up my old coding skills. Very nice. Thanks guy.

I would like to pack 2 live wallpapers in one apk. Is this possible ?

No, it's not unless you make an app which will allow selection of whichever one the user wants.

That sucks. I figured I'd provide 2 wallpapers as a pack for $0.99 because they are simple with no settings. There is no other way ?
I suppose I'll start with single ones and then eventually make an app.

Ok so I did some experiments, first apk was 80mb, second was 40mb and the newest one is like 400kb only. But it lags a lot. How do I optimize ?

retareq said:
Ok so I did some experiments, first apk was 80mb, second was 40mb and the newest one is like 400kb only. But it lags a lot. How do I optimize ?
Click to expand...
Click to collapse
Have you tried zipaligning them? See here: http://developer.android.com/resources/articles/zipalign.html.

I am just beginning installing eclipse and the steps that follow. I am still not sure how to open the apk to view what the code is. I was hoping I could see this code and then implement it in eclipse using a fresh project. Main thing I want to find out is how the image sequence loading is implemented. I guess I will post back here in a few days.

Should I code this in ICS or get the sdk files for 2.1 and do it on that ?

retareq said:
Should I code this in ICS or get the sdk files for 2.1 and do it on that ?
Click to expand...
Click to collapse
It depends on what you want. If you only want ICS (and later android versions to come) devices to support your wallpapers, then you can go ahead and code it in ICS. If you want a wider range of support (for now), then your 2nd option is best.

Well ideal case would be its backwards compatible. I've been reading and says ics has new api's...but I'm hoping the wallpaper and related services are backwards compatible. Its okay if its not, I get to learn at least.

retareq said:
Well ideal case would be its backwards compatible. I've been reading and says ics has new api's...but I'm hoping the wallpaper and related services are backwards compatible. Its okay if its not, I get to learn at least.
Click to expand...
Click to collapse
It sure does, but most of them are not backward compatible. Notice only a few (approximately 3) apps built for ICS worked on Gingerbread so the chance is very small that they will support backward compatibility. They may be the same services, etc., but many will still require the ICS+ framework.

Interesting...so that means its safer to start from 2.1 for more than just backwards compatibility reasons. I just tried to grab api7 in sdk manager and it gave me error for file not found. Should I do 2.3.3 ?
Fixed it, 2.1 ready to go. Thanks.

Live wallpapers are now at
http://forum.xda-developers.com/showthread.php?t=1408528
This thread has served its purpose. Request mod to lock it.

Related

[Q] Noob questions..

Hi iam new to all this, and i try to read so mmany things that i can, but not all is easy to find.
1: When you port a rom from 1 phone 2 another, how do they do it, why is there so many problems with diff aps? If i see CM they seem to get things to work on diff models at the same time, why is that?
2: What does 9 png mean i know that png is a picture extension.
3: Why is it from what i read a pain in the *** to remake aps to another phone
4: I use the new rom with sence 2.1, i really love it, but i would like to remove the names on my aps/shortcuts (forgot the real word for it) like you can in adw launcher, is this possible and how.
Thx in advance, for this site and hopefully answers
Brian DK
As far as I know the hardest thing to do in order to make a custom ROM work is to make all the drivers working. They are usually developed by the hardware manufacturer and are available only as binaries so it is not so simple to make all the system work perfectly.
I know this explanation may not be complete, but I hope I have clarified the basis at least.
Thx, it was what i fugured, so thx for answer
The problems with remaking apps is they are usually for a phone with a higher resolution,so things dont fit properly
Ha ha... you can go read what ogo2 have been doing with the salsa rom on dev side to see what happening. I've been following that thread for quite some time.
Give his rom a test drive. Best way to know this issue is to experience it.
About rename or no name on app, I think it's a launchers function. I just learn that you can rename or leave the short cut blank in "go launcher ex"
Sent from my Legend using XDA App

[Request] Remove stock Swype from custom ROMs

I don't know how many chefs read this side of the forum, but I know I'll get my hand slapped for posting this in the development side.
But now that Swype beta is available to pretty much everyone, why are we including the stock version anymore? Everyone seems to do it, and it's difficult to remove to install the beta.
It's obvious that the old version doesn't play nice with Gingerbread's text selection process, and the new version has solved that issue.
Can anyone explain why we're still including an almost useless version?
gspitman said:
I don't know how many chefs read this side of the forum, but I know I'll get my hand slapped for posting this in the development side.
But now that Swype beta is available to pretty much everyone, why are we including the stock version anymore? Everyone seems to do it, and it's difficult to remove to install the beta.
It's obvious that the old version doesn't play nice with Gingerbread's text selection process, and the new version has solved that issue.
Can anyone explain why we're still including an almost useless version?
Click to expand...
Click to collapse
I can cook you up a straight stock rom without it. It's only an apk you can uninstall with tb
Sent from my PG86100 using Tapatalk
aray92 said:
I can cook you up a straight stock rom without it. It's only an apk you can uninstall with tb
Sent from my PG86100 using Tapatalk
Click to expand...
Click to collapse
Thank you, but that's not really the point. I can remove it from any ROM, just asking why we're bothering to include something that generally doesn't work with our version of the OS.
gspitman said:
I don't know how many chefs read this side of the forum, but I know I'll get my hand slapped for posting this in the development side.
But now that Swype beta is available to pretty much everyone, why are we including the stock version anymore? Everyone seems to do it, and it's difficult to remove to install the beta.
It's obvious that the old version doesn't play nice with Gingerbread's text selection process, and the new version has solved that issue.
Can anyone explain why we're still including an almost useless version?
Click to expand...
Click to collapse
+1 10chars
gspitman said:
Thank you, but that's not really the point. I can remove it from any ROM, just asking why we're bothering to include something that generally doesn't work with our version of the OS.
Click to expand...
Click to collapse
its included because its the only authorized version allowed to be distributed by the manufacturer, if the developer ( the Rom maker ) included it, swype could get pissed and ask for a take down. you need to sign up for an account and be part of the beta to get it.
so in short.. its against Swype's ToS and EULA. in order to avoid complications, rom makers dont include it
Spyderekz said:
its included because its the only authorized version allowed to be distributed by the manufacturer, if the developer ( the Rom maker ) included it, swype could get pissed and ask for a take down. you need to sign up for an account and be part of the beta to get it.
so in short.. its against Swype's ToS and EULA. in order to avoid complications, rom makers dont include it
Click to expand...
Click to collapse
That's just it, I'm not asking to include the new version... just to NOT include the old one.
The old one doesn't really work, and prevents the easy installation of the new one.
So why include broken software?
gspitman said:
Thank you, but that's not really the point. I can remove it from any ROM, just asking why we're bothering to include something that generally doesn't work with our version of the OS.
Click to expand...
Click to collapse
It's not just the APK, there's a file in system/lib that needs to go too. Last paragraph:
http://forum.swype.com/showthread.p...install-Swype-Swype-PreLoad-Production-Device
Edit: Instead of requesting the devs remove, write a quick script that will remove the old. Then you just need run it once whenever you install a new rom.
lyric911 said:
It's not just the APK, there's a file in system/lib that needs to go too. Last paragraph:
http://forum.swype.com/showthread.p...install-Swype-Swype-PreLoad-Production-Device
Edit: Instead of requesting the devs remove, write a quick script that will remove the old. Then you just need run it once whenever you install a new rom.
Click to expand...
Click to collapse
Again, I know how to remove it, I know that it's possible to remove.
The question that no one is answering is WHY INCLUDE SOFTWARE THAT IS NOT COMPATIBLE WITH GINGERBREAD?
Sorry for yelling, but I'm trying to grasp the value of having the original package.
gspitman said:
Again, I know how to remove it, I know that it's possible to remove.
The question that no one is answering is WHY INCLUDE SOFTWARE THAT IS NOT COMPATIBLE WITH GINGERBREAD?
Sorry for yelling, but I'm trying to grasp the value of having the original package.
Click to expand...
Click to collapse
Am I the only one who's seeing the same trend here that happened in the movie "Anger Management"?
He's only asking "Who you are." LOL
gspitman said:
Again, I know how to remove it, I know that it's possible to remove.
The question that no one is answering is WHY INCLUDE SOFTWARE THAT IS NOT COMPATIBLE WITH GINGERBREAD?
Sorry for yelling, but I'm trying to grasp the value of having the original package.
Click to expand...
Click to collapse
Woops. Meant to quote aray92, not you since he/she said only the apk must be removed.
lyric911 said:
It's not just the APK, there's a file in system/lib that needs to go too. Last paragraph:
ht tp://forum.swype.com/showthread.php?2287-Unable-to-uncheck-uninstall-Swype-Swype-PreLoad-Production-Device
Click to expand...
Click to collapse
Thank you for the link. The Swype beta always crashed for me and now I know why. I removed the files and now Swype works. Thanks!
I agree, I want to be able to install the latest swype. If I recall correctly, couldn't they make it so we could uninstall? I think that's how it was with OG Evo custom roms.
It's been removed from mine from day one.
I thoroughly inspect my ROM for every instance of software that I don't want.
gspitman said:
That's just it, I'm not asking to include the new version... just to NOT include the old one.
The old one doesn't really work, and prevents the easy installation of the new one.
So why include broken software?
Click to expand...
Click to collapse
1) It works just fine.
2) It takes 10 seconds to uninstall with TB.
3) Did you ever consider the possibility that some people may not have another version of swype?
nabbed said:
1) It works just fine.
2) It takes 10 seconds to uninstall with TB.
3) Did you ever consider the possibility that some people may not have another version of swype?
Click to expand...
Click to collapse
1. It doesn't work right.
2. Takes longer than that including removal of the lib files and a half dozen reboots to get the beta installed
3. F%#@ them. Majority wins and its a fantastic idea to remove it, let's get rid of car panel, Twitter, footprints, friendstream, stocks, htcfacebook, fm radio too
its not in my rom either
NewZJ said:
1. It doesn't work right.
2. Takes longer than that including removal of the lib files and a half dozen reboots to get the beta installed
3. F%#@ them. Majority wins and its a fantastic idea to remove it, let's get rid of car panel, Twitter, footprints, friendstream, stocks, htcfacebook, fm radio too
Click to expand...
Click to collapse
Done, agreed, done, may not play right, and maybe!
anyone got the new Swype beta? Haven't tried it out yet

[Request] Samsung/AT&T apps that came stock

I am not entirely sure if this is an original request in here, or if it even belongs in here, so please dont kill me if I am wrong, just advise me whar to do next...
But, I am currently running DaGr8's ICS Aplha 2 rom, and noticed that the allshare app is missing, as well as a few others... Now I am also not entirely sure that these apps will work in this scenario, but if they will, or if they can be made to work, that would be awesome... i have also noticed that the photo editor appears to be missing, both of these apps are ones that I use pretty heavily, and would feel a bit more comeplete if I had them, but if they wont work on ICS, then they won't and I will just have to wait til the official OTA hits.
***Edit: if someone IS able to fullfill this request, would you be able to make a zip flashable in CWM for all apps, and then I can just peacemeal them myself through TiBu?
Sent from my GT-P7510 using Tapatalk
martyr2k6 said:
I am not entirely sure if this is an original request in here, or if it even belongs in here, so please dont kill me if I am wrong, just advise me whar to do next...
But, I am currently running DaGr8's ICS Aplha 2 rom, and noticed that the allshare app is missing, as well as a few others... Now I am also not entirely sure that these apps will work in this scenario, but if they will, or if they can be made to work, that would be awesome... i have also noticed that the photo editor appears to be missing, both of these apps are ones that I use pretty heavily, and would feel a bit more comeplete if I had them, but if they wont work on ICS, then they won't and I will just have to wait til the official OTA hits.
***Edit: if someone IS able to fullfill this request, would you be able to make a zip flashable in CWM for all apps, and then I can just peacemeal them myself through TiBu?
Sent from my GT-P7510 using Tapatalk
Click to expand...
Click to collapse
I'll second that request! if only for the photo editor that came stock with the i717.
I put a request in the NOOB forum and haven't heard anything yet...
I'm on stock deodexed 4.1.2.
I do have the Samsung apps on my phone, I don't know how to extract them for you, but the Photo Editor in particular is a crippled version without the features of the one that came with the phone on Android 2.3.6
xanderman said:
I'll second that request! if only for the photo editor that came stock with the i717.
I put a request in the NOOB forum and haven't heard anything yet...
I'm on stock deodexed 4.1.2.
I do have the Samsung apps on my phone, I don't know how to extract them for you, but the Photo Editor in particular is a crippled version without the features of the one that came with the phone on Android 2.3.6
Click to expand...
Click to collapse
Here is the Samsung PhotoEditor that works with I717 4.1.2. Just install like a normal app.
https://dl.dropboxusercontent.com/u/17300857/PhotoEditor2.2.45.apk
After doing a bit of searching I think we're looking for a file called "com.sec.android.mimage.photoretouching-1.apk" with a size of 10-12MB but I haven't confirmed this yet or tested it, downloading a version I found right now...
https://www.dropbox.com/s/auvwb5sjr3ee82b/com.sec.android.mimage.photoretouching-1.apk
The one I posted is 12mb, integrates with photo gallery and has Spen edit support. I think the photo retouching apk is what it was called on GB & ICS.
Sent from my SAMSUNG-SGH-I717 using Tapatalk 4 Beta
Thanks for the quick help, unfortunately both of the links are for similar versions of the same apk, and are not the one I was looking for.
I don't even know for sure if the editing I was doing was on the stock image editor, but the app allowed the use of a magic wand to select areas of a photo, transform the area to resize an object and fill any voids left by shrinking, etc...
I can't find anything on the market or Samsung market so I thought maybe it was left off of Samsungs updated image editor?
xanderman said:
After doing a bit of searching I think we're looking for a file called "com.sec.android.mimage.photoretouching-1.apk" with a size of 10-12MB but I haven't confirmed this yet or tested it, downloading a version I found right now...
https://www.dropbox.com/s/auvwb5sjr3ee82b/com.sec.android.mimage.photoretouching-1.apk
Click to expand...
Click to collapse
I was like you guys and tried searching for the app. I found a few, installed them but they only partially worked. Even on the stock 4.1.2 they weren't fully functional.
probably missing some libs

update beta2 release(app) FLIPBOARD (official beta)

Found this application which was once only on i-application(iphone) working fine on our touchpad and yes it also plays good on my LG optimus one too. It is like google currents but a little different in work around. Enjoy the port.
Here is the app
Press thanks if I helped.........
no offense but I'm pretty sure i've seen this posted somewhere else..u might wanna give credit to the original poster who yanked this from the sg III launch event..
Should be this http://forum.xda-developers.com/showthread.php?t=1644212
it doesn't look that great on the touchpad....very pixelated
ace9988 said:
it doesn't look that great on the touchpad....very pixelated
Click to expand...
Click to collapse
yes you are right but most of the posts and topics look nice, neat and clean.
and I think something is still better than nothing....
what do you say?
compared to the browser....you'd have to argue the need for this, it was designed for the phone (GS3) and all that's been done is ported from there. If they developer made a bespoke tablet version then it'd be nice. but hey, thats my beef with ICS at the moment, many apps are stretched and look wrong
I like it alot.... Thanks for sharing,I hadn't seen the other thread so glad to have the app on my og evo and touchpad
Sent from my cm_tenderloin using Tapatalk 2
Thanks
HP Touchpad CM9
I think an update came out for this today. Of anyone can pull the updated app it would be greatly appreciated! Thanks
HP Touchpad CM9
Someone was working on a version where they adjusted the fonts to make them look better on a tablet but I never saw the actual package posted.
famewolf said:
Someone was working on a version where they adjusted the fonts to make them look better on a tablet but I never saw the actual package posted.
Click to expand...
Click to collapse
I was working on it.... Never got it right, as it appears I was only able to change the UI fonts. The article fonts themselves appear to be set remotely and just displayed locally. So it didn't even fix the biggest issue with the fonts which is in the articles themselves. It only fixed the UI and header fonts. I was going to post the APK anyway, but I found a force close error when trying to add new feeds, so that made things not so nice. Add to that the fact that for some reason, the APK wasn't installable unless I re-signed it, that makes it difficult to switch between versions without uninstalling/reinstalling, I decided not to post the modified APK.
If a developer type wants, I can send the modified APK directly. I'm not going to post it here because it's A) not stable and B) didn't achieve the intended purpose anyway, and C) I don't want to have to support something that's broken/unfinished.
Anyone that knows how to decompile/recompile an APK can do the same thing I did. All I did was reduce the font sizes in the XML layout and values files. As I said though, that didn't have any effect on the actual article content, which appeared to be defined remotely.

Samsung Galaxy Note 10.1 launcher apk?

Hi there,
Does anyone have a Samsung Galaxy Note 10.1 or know where I can get the launcher apk from? I want to test it on my HTC Flyer. I really like the way you can split the screens so you can do two things at once! Anyone care to point me to the apk?
Thanks all,
Kim
EDIT: Ok I found this http://www.onskreen.com/cornerstone/ and it even includes source code but how do I install onto a HTC Flyer? Anyone out there know how maybe? Would be quite cool to have this!
Kim
thats a no-go. its highly integrated in their framework, so to make this run you need to start learning how to program and develop in java, and when you experienced enough, you can start porting the functionality to work outside samsungs framework, which probably is in 3-5 years time. and that on top 1-2 years development for you alone to do it all.
Dexter_nlb said:
thats a no-go. its highly integrated in their framework, so to make this run you need to start learning how to program and develop in java, and when you experienced enough, you can start porting the functionality to work outside samsungs framework, which probably is in 3-5 years time. and that on top 1-2 years development for you alone to do it all.
Click to expand...
Click to collapse
What about if I try http://www.onskreen.com/cornerstone/ on my Leedroid rom installed on my HTC Flyer?
if you are a good kernel developer, you might get it done in 1 month or so in your spare time its not an app, its a kernel and framework environment.
Dexter_nlb said:
if you are a good kernel developer, you might get it done in 1 month or so in your spare time its not an app, its a kernel and framework environment.
Click to expand...
Click to collapse
Got it, would be nice if this can be made into some kind of .apk.. I'm just dreaming now! If you include the framework into the apk it might work? I know some java / android dev, I'm going to look into this.
It does't work like that. The Framework is a major piece of the ROM built during compile time and is ROM specific. It sits between the apps and the GUI. It ties into almost everything on the ROM and supports widgets, apps, etc.
Check this out for basic information and how it gets built and used.
Android Application Development Tutorial
http://www.youtube.com/watch?v=IHg_0HJ5iQo&feature=relmfu
http://iserveandroid.blogspot.com/2011/01/important-framework-structuresdirectori.html

Categories

Resources