[LIVEWALLPAPER] ORIGINAL Livewallpapers.apk Nexus S - Galaxy S I9000 Themes and Apps

New port. It's the LiveWallpapers.apk from Nexus S, the ORIGINAL. Very smooth and zero problems. Had to decompile and fix some lines.
Back up and Delete your original LiveWallpapers.apk Then Push to /system/app with the usual permissions. Enjoy.
Screenshot:
Link: Livewallpaper Nexus
APK attached if the Mediafire link fails.

thanks for this...can you make an update.zip for flashing it through CWM?

Thanks dude.
I made a standalone apk for the Nexus LWP alone.

@santiemanuel
doesn´t work,

Fixing. Sorry for the inconvenience.

New version, manifest.xml fixed, optiPNG for images, cleaned classes.dex and deleted unnecesary files, renamed to com.android.nexuss . Just 642kb. Install and enjoy.

santiemanuel said:
New version, manifest.xml fixed, optiPNG for images, cleaned classes.dex and deleted unnecesary files, renamed to com.android.nexuss . Just 642kb. Install and enjoy.
Click to expand...
Click to collapse
Thank you so much for your work - I will check this out.
One thing though - would it be possible to make a flashable .zip-file for CWM?

BronzedDroid said:
Thank you so much for your work - I will check this out.
One thing though - would it be possible to make a flashable .zip-file for CWM?
Click to expand...
Click to collapse
Yes, in a few minutes.

update.zip signed (UNTESTED sorry).
For people that didnt installed the installable apk

santiemanuel said:
New version, manifest.xml fixed, optiPNG for images, cleaned classes.dex and deleted unnecesary files, renamed to com.android.nexuss . Just 642kb. Install and enjoy.
Click to expand...
Click to collapse
Is this a standalone APK?
Or do I have to replace LiveWallpapers.apk with this?

Darkyy said:
Is this a standalone APK?
Or do I have to replace LiveWallpapers.apk with this?
Click to expand...
Click to collapse
Just install as a normal .apk.

Its renamed to com.android.nexuss, install and get only the Nexus LWP, the others are equal to stock.

working perfectly, thanks a lot! been looking for this so much!

Dumb question - I have to be deodexed and rooted for this, right?

hello, I need a clarification: I have to rename the file from NexusS.apk to com.android.nexuss.apk before installing it? I also noticed that the animation does not start where I touch the screen, but a little to the right.
thank's in advance

tony81 said:
hello, I need a clarification: I have to rename the file from NexusS.apk to com.android.nexuss.apk before installing it? I also noticed that the animation does not start where I touch the screen, but a little to the right.
thank's in advance
Click to expand...
Click to collapse
You dont, its just to allow you to install it without deleting the LiveWallpapers.apk from system/app.

santiemanuel said:
You dont, its just to allow you to install it without deleting the LiveWallpapers.apk from system/app.
Click to expand...
Click to collapse
thanks for your answer, but why the animation does not start where I touch the screen, but a little to the right?

I dont know, you should ask Google , jk.

Force closes everytime

lockpick said:
Force closes everytime
Click to expand...
Click to collapse
Phone model-ROM?

Related

[MOD REQUEST] Remove Power Off Confirmation Popup

Hi.
Just wondering if it's possible for me to remove the Power Off popup which appears just before the phone restarts, goes into recovery etc.
I'm not shy with having to alter files either, so whatever it takes I'd like to know...
This is for a Deodexed JVT 2.3.5.
Thanks in advance.
are you using an app to get to recovery,download,etc...?
You can get it from my Mod, get stock files and comare the files to see what is changed.
Have fun.
playerzking said:
are you using an app to get to recovery,download,etc...?
Click to expand...
Click to collapse
No, I'm actually using the mod by Perka, but it might be an old version.
Perka said:
You can get it from my Mod, get stock files and comare the files to see what is changed.
Have fun.
Click to expand...
Click to collapse
Cool I'll take a look. If you could tell me the files that are changed that would narrow it down a little for me.
OK I did a file compare and there are WAY too many files which are different (including the framework-res.apk file).
Can you please narrow it down for me.
Worked it out finally.
Can you please explain how did you do it?
Thanks!
I just took Perka's advice and it worked out.
The files that needed editing are in the android.policy.jar file located in /system/framework/
I compared Perka's android.policy.jar file against mine and updated GlobalActions files that are associated with the Reboot, Shutdown etc.
It's not too hard especially if you have some kind of programming background.
My next project is to work on the 10 lockscreen mod.

Recompiling ContactsProvider.apk in order to support Facebook sync again

Hi people,
we all know that since ICS the Facebook app can't sync anymore with Android because Google disabled that feature, and wants Facebook to alter it's app in order to get the sync working again.
Facebook doesn't seem to be working very hard on that, and i really like my FB contacts being synced. So i read a few things on the web, and i saw this: http://android.modaco.com/topic/350037-enabling-facebook-sync-in-ice-cream-sandwich/. That seemed very interesting, but it still worked with some ugly init.d scripts, and his scripts can't be downloaded as Filesonic keeps deleting those files (and he didn't post the source).
But the first step he explained seemed helpful, and a poster who commented on his post gave a solution to get the sync working with only editing the ContactsProvider.apk: http://android.modaco.com/topic/350...-cream-sandwich/page__p__1873845#entry1873845.
So i tried it out. Took my contactsprovider.apk from OneCosmic's ICS (RC 2.11), and decompiled it with the latest apktool. I altered the files as explained in the posts, and tried to recompile.
But that's where i got stuck. It didn't recompile. I can't get it working. Tried different versions of apktool, loaded framework-res.apk, but it keeps giving errors. It really is a bummer, i wanted to try it out and see if i could get the sync working again.
Does anybody have a clue how i can recompile my files again, or does anybody have another solution? Thanks in advance!
I did manage to add arrays.xml file into resources, and patch that smali file (but the spot was @ line 9319!?).
Here's the apk:
http://www.multiupload.com/EJXMTI2G3W
I haven't signed it, cause I don't know if it's needed for system APKs.
Try it, and sign it yourself if needed.
I used apktool to add arrays.xml into resources and baksmali/smali for smali.
And as always I picked the new files (resources.arsc and classes.dex) and replaced them manually into a copy of the original apk.
Hope it helps.
edit: Ahh, forgot to mention.
I took ContactsProvider.apk from Onecosmics 2.1 build but I guess they're the same!
Not running ICS, not using FB sync, so not tested at all.
theos0o said:
I did manage to add arrays.xml file into resources, and patch that smali file (but the spot was @ line 9319!?).
Here's the apk:
http://www.multiupload.com/EJXMTI2G3W
I haven't signed it, cause I don't know if it's needed for system APKs.
Try it, and sign it yourself if needed.
I used apktool to add arrays.xml into resources and baksmali/smali for smali.
And as always I picked the new files (resources.arsc and classes.dex) and replaced them manually into a copy of the original apk.
Hope it helps.
edit: Ahh, forgot to mention.
I took ContactsProvider.apk from Onecosmics 2.1 build but I guess they're the same!
Not running ICS, not using FB sync, so not tested at all.
Click to expand...
Click to collapse
replaced ContactsProvider.apk on my Captivate running CM9 b12, i get force closes -_-
jerkysh said:
replaced ContactsProvider.apk on my Captivate running CM9 b12, i get force closes -_-
Click to expand...
Click to collapse
Not my problem if u can't read!
theos0o said:
I did manage to add arrays.xml file into resources, and patch that smali file (but the spot was @ line 9319!?).
Here's the apk:
http://www.multiupload.com/EJXMTI2G3W
I haven't signed it, cause I don't know if it's needed for system APKs.
Try it, and sign it yourself if needed.
I used apktool to add arrays.xml into resources and baksmali/smali for smali.
And as always I picked the new files (resources.arsc and classes.dex) and replaced them manually into a copy of the original apk.
Hope it helps.
edit: Ahh, forgot to mention.
I took ContactsProvider.apk from Onecosmics 2.1 build but I guess they're the same!
Not running ICS, not using FB sync, so not tested at all.
Click to expand...
Click to collapse
Thx for trying man, but it gives me force closes on de FB app and the Contacts app. Hmm.. Not really shure what to do now :')
dherre65 said:
Thx for trying man, but it gives me force closes on de FB app and the Contacts app. Hmm.. Not really shure what to do now :')
Click to expand...
Click to collapse
Did you sign it?
theos0o said:
Did you sign it?
Click to expand...
Click to collapse
I opened the apk with winrar and put the contents into the original file. That should work?
dherre65 said:
I opened the apk with winrar and put the contents into the original file. That should work?
Click to expand...
Click to collapse
Errr, no!?
First, you should try the APK I uploaded before, *UNTOUCHED*.
If that doesn't work, try this one which is signed.
Do not modify/touch/change any of them!
theos0o said:
Errr, no!?
First, you should try the APK I uploaded before, *UNTOUCHED*.
If that doesn't work, try this one which is signed.
Do not modify/touch/change any of them!
Click to expand...
Click to collapse
Okay, tried your unsigned and signed apk's, still fc on me... Contact app & fb app.
dherre65 said:
Okay, tried your unsigned and signed apk's, still fc on me... Contact app & fb app.
Click to expand...
Click to collapse
Hmm, ok.
I don't know, just followed the instructions!

[MOD][XPERIA 2012][ICS]InfiniteView mod

Found this mod in the SXS forum.
Modded InfiniteView.apk that allows for full screen contact image in contacts and full (top half) image in dialer.
In contacts infinite view the square image tends to get stretched, but in dialer it shows up correctly.
It's actually pretty nice. This modded app from the S is smaller than our stock version so I'm not sure of the differences in base functions but it seems like everything is there.
The mod is packaged as an install bat for the S. I extracted the apk and installed manually.
Always backup before overwriting. Use at your own risk.
http://forum.xda-developers.com/showthread.php?t=1919742
Root needed?
Yes, since it's replacing a system app.
Cool, I was disappointed coming from the Vivid which had full image icon. Thanks for the find. It's amazing how much I learned about android system with all the mods cuz not a lot of devs for our device.
Sent from my LT28i using Tapatalk 2
jeriku said:
The mod is packaged as an install bat for the S. I extracted the apk and installed manually.
http://forum.xda-developers.com/showthread.php?t=1919742
Click to expand...
Click to collapse
I am rooted, copied the file over and tried running it with two different file explorers. after asking me if i want to replace a system app, it says "application not installed" and fails. any ideas?
twent4 said:
I am rooted, copied the file over and tried running it with two different file explorers. after asking me if i want to replace a system app, it says "application not installed" and fails. any ideas?
Click to expand...
Click to collapse
Back up your old InfiniteView.
Copy the modded InfiniteView to /system.
Change permissions to rw- r-- r--
Copy/move the modded InfiniteView to /system/apps (this will overwrite your original)
Reboot.
twent4 said:
I am rooted, copied the file over and tried running it with two different file explorers. after asking me if i want to replace a system app, it says "application not installed" and fails. any ideas?
Click to expand...
Click to collapse
Using your explorer, randomly pick any app and see its permission. Make the permission of the modded InfiniteView app similar to that app.
jeriku said:
Back up your old InfiniteView.
Copy the modded InfiniteView to /system.
Change permissions to rw- r-- r--
Copy/move the modded InfiniteView to /system/apps (this will overwrite your original)
Reboot.
Click to expand...
Click to collapse
Worked wonderfully, thank you very much! and thanks ganeshbiyer!
Not working on Sony Xperia Tipo Dual
jeriku said:
Found this mod in the SXS forum.
Modded InfiniteView.apk that allows for full screen contact image in contacts and full (top half) image in dialer.
In contacts infinite view the square image tends to get stretched, but in dialer it shows up correctly.
It's actually pretty nice. This modded app from the S is smaller than our stock version so I'm not sure of the differences in base functions but it seems like everything is there.
The mod is packaged as an install bat for the S. I extracted the apk and installed manually.
Always backup before overwriting. Use at your own risk.
http://forum.xda-developers.com/showthread.php?t=1919742
Click to expand...
Click to collapse
Bro this mod is not working on my Sony Xperia Tipo Dual... it gives an error "InfiniteView closed'
apkathe said:
Bro this mod is not working on my Sony Xperia Tipo Dual... it gives an error "InfiniteView closed'
Click to expand...
Click to collapse
I can only confirm it works on the lt28. Contact the op for your device.
Sent from my LT28 w MIUI
anyone got a screenshot for this? I kinda get it but still would like a ScreenShot before I mod this, greatly appreciate!
xdax1 said:
anyone got a screenshot for this? I kinda get it but still would like a ScreenShot before I mod this, greatly appreciate!
Click to expand...
Click to collapse
See the original thread, link in the op.
______________
From my LT28
LT28 Thread Index
thanks, I didn't see it, sorry
any reason this would not work with the OC'd 3.7 firmware? I remember this working on 2.68 a couple of months ago, then i reflashed the rom, tried the mod a couple of days ago and there is no change. Checked and rechecked permissions, did everything in these comments..
Thanks for the app
Gonna use it tonight!
Comfortable for Timescape mod??
I mean evenstresm.apk make infinite.apk fc??
Sent from my ST21i using XDA Premium HD app
Thanks for the Mod, will try it !

[Share] Google Play 3.10.10 [Updated 14.12.12]

How to install:
Rename it to Vending.apk
Paste it in system/app
Change permissions to rw-r--r--
Reboot if needed
Worked for me,thnaks
Sent from my iPhone
Worked on democracy rom. :thumbup:
Works on CM7 vo-1 flawlessly, I just wanted to see a list of paid apps that aren't installed like there where on older versions.
Thanks, installed without the need to push it to system app on my nexus 7.
Thanks. As said, you can now view the details of an app in My Apps and return to the list without it leaping to the top. I still miss being able to see a list of purchased apps though.
amwebby said:
Thanks. As said, you can now view the details of an app in My Apps and return to the list without it leaping to the top. I still miss being able to see a list of purchased apps though.
Click to expand...
Click to collapse
Not just that. You can now remove unwanted apps in your App List
Kakashi Hatake said:
Not just that. You can now remove unwanted apps in your App List
Click to expand...
Click to collapse
I found that but still can't order the list to show paid apps together. I also wish you could order uninstalled apps alphabetically.
amwebby said:
I found that but still can't order the list to show paid apps together. I also wish you could order uninstalled apps alphabetically.
Click to expand...
Click to collapse
It will improve more. Just wait for google
Kakashi Hatake said:
It will improve more. Just wait for google
Click to expand...
Click to collapse
... which kinda doesn't make sense, since this was a feature a few versions ago. Someone even "ported" old market version to workaround that: http://forum.xda-developers.com/showthread.php?t=1809215. I hope this will also be useful to others like it was useful to me
Kakashi Hatake said:
Install it ASAP! This update is much better. You can now see you're paid apps in the app list and when you scroll down and click an app you won't go back to the top of the list anymore :good:
How to install:
Rename it to Vending.apk
Paste it in system/app
Change permissions to rw-r--r--
Reboot if needed
Click to expand...
Click to collapse
I trying to change permissions on a rooted galaxy note 2 stock ROM. Possible?
mitchger said:
I trying to change permissions on a rooted galaxy note 2 stock ROM. Possible?
Click to expand...
Click to collapse
Use Root Explorer or similar.
Sent from my GT-S5830 using xda app-developers app
it works! thanks a lot!
Just installed it as normal apk, without renaming it, works perfect!
Cheers!
Tried to copy paste or install...it worked, but when i reboot play store comes back in the old version.
In my system/app the playstore is named phonesky.apk, not vending.apk (using s'perience rom). What should i do?
Bafacchio said:
Tried to copy paste or install...it worked, but when i reboot play store comes back in the old version.
In my system/app the playstore is named phonesky.apk, not vending.apk (using s'perience rom). What should i do?
Click to expand...
Click to collapse
Delete the Phonesky.apk and paste the new Vending.apk to /System/app then change the permission to rw-r--r-- or rename the Vending.apk to Phonesky.apk and paste the new Phonesky.apk to /System/app then change the permission to rw-r--r--
____________________
Sometimes I wonder about being a success in this mediocre world
CallMeLewis | Yeowwwai
Worked, thanks dude
Updated to 3.10.9
Thanks ,download and test.
Updated to 3.10.10

[Guide][Easy][MM]Xperia X Animation Inside The Framework

Hello people !
Many people asked, how i can get Xperia X animation on my
Xperia device running on MM, Well Here is the guide howto modify
it to get that pretty fluid and nice animation.
What it do:
When you locked your phone, and you unlock it
with the lockscreen, the animation goes not up but
from right to the left and your homescreen get opened.
What you need:
Apktool
Framework-res.apk
7zip
Brains
Howto do it:
Decompile your Framework-res.apk
Download the attachment
Open the zip with 7zip
Open Res/Anim
Select all the files
Open your decompiled Framework-res.apk
Go to Res/Anim
Copy the selected files from my zip
Into your Anim folder
Replace? Yes
Copy integers.xml from my zip
Into Res/values folder
Replace ? Yes
Compile and sign
Make A Flashable zip
Flash it
Done
** Note: Don`t forgot to credit and thank me !!​
Review !
could you help me, please?
Metall Boy said:
could you help me, please?
Click to expand...
Click to collapse
@Metall Boy
Why you cant do ot by yourself ?
Thats why this guide is for.
Pandemic said:
@Metall Boy
Why you cant do ot by yourself ?
Thats why this guide is for.
Click to expand...
Click to collapse
i dont have much knowledge of apk modifying .... i tried apktool and i cant even decompile files....
Metall Boy said:
i dont have much knowledge of apk modifying .... i tried apktool and i cant even decompile files....
Click to expand...
Click to collapse
Oke well i am honest people get lazier and lazier around here on xda for sure ><"
I missed something in the TUT will be fixed asap
Tut is refixed and added missing stuff what also you need to do !
@Metall Boy
here your framework, its done
See attachment !
Pandemic said:
Tut is refixed and added missing stuff what also you need to do !
@Metall Boy
here your framework, its done
See attachment !
Click to expand...
Click to collapse
i actually tryed doing it again when you update the OP and it worked! but thanks anyway for your effort
Metall Boy said:
could you help me, please?
Click to expand...
Click to collapse
Pandemic said:
Tut is refixed and added missing stuff what also you need to do !
@Metall Boy
here your framework, its done
See attachment !
Click to expand...
Click to collapse
Which phone is this framework.apk from ??
& can you be kind enough to do this too
Thank You
chawlasrijan said:
Which phone is this framework.apk from ??
& can you be kind enough to do this too
Thank You
Click to expand...
Click to collapse
My framework is from z3c from latest. 291 firmware
Metall Boy said:
My framework is from z3c from latest. 291 firmware
Click to expand...
Click to collapse
No wonder i lost all vibrations
Can you please do the one i uploaded, it's from Xperia Z2 .291
chawlasrijan said:
No wonder i lost all vibrations
Can you please do the one i uploaded, it's from Xperia Z2 .291
Click to expand...
Click to collapse
Actually you no need to decompile it, just change the .apk to .zip.
The only thing to do is push the OP files into the ".zip".
After that rename .zip to .apk, and push to system.
You're done.
Hit thanks if I helped!
Note: The Z3 framework-res.apk don't have "value" this file. I tried to force push and it give me bootloop.
Note 2: Trying to use another method: compile the .apk by replace the zip.
sorry to bother you again @Pandemic I've just noticed all animations are very smoooth,but i found a small bug with the three-dot-menu animation...this animation is slow. I attached a screenshot so you will know which animation im talking about
maple_mak said:
Actually you no need to decompile it, just change the .apk to .zip.
The only thing to do is push the OP files into the ".zip".
After that rename .zip to .apk, and push to system.
You're done.
Hit thanks if I helped!
Note: The Z3 framework-res.apk don't have "value" this file. I tried to force push and it give me bootloop.
Note 2: Trying to use another method: compile the .apk by replace the zip.
Click to expand...
Click to collapse
Value is the folder name in Res folder ><"
Pandemic said:
Value is the folder name in Res folder ><"
Click to expand...
Click to collapse
If I found I already no need to say it before...
i do this but now my phone is bootlp
alinolaw71 said:
i do this but now my phone is bootlp
Click to expand...
Click to collapse
Same for me
Any suggestions @Pandemic
For those who have issues, do this(Especially for Z5 users)
1.Take the final compiled apk and install it as framework
2.Recompile and push to phone
Click thanks if i helped
Excellent work as ever, @Pandemic! :good:

Categories

Resources