[ASK]Replacing stock live wallpapers,, - Desire Themes and Apps

hi there
i hove one noob question here
Is there any way to replacing / installing live wallpaers ?
I'm trying just installing .apk, but it failed
I'm trying manual replacing live wall in my system via Root eksploler, failed again,,,
so i'm courious about this case, is there any other ways ?
if the other way is via Recovery, how can i make xxx.zip from my xxx.apk ?
thx & sory for my noob Q

You sound confused to me...
There is an apk in system/app folder called live wallpaper picker. this does what it says on the tin. When you're on your homescreen and press menu there is an option to choose live wallpaper. This opens the aforementioned apk. If you have installed other live wallpapers they will show here and you can select them.
Hope that clears things up!
Swyped from my HTC Desire oxygen 2.0.3. using XDA App

Theres an apk within my theme called livewallpaper.apk
And that replaces the nexus one with cyanogen livewallpaper
With much more options. If you delete all the other apks from
One of my zips and the framework folder you can flash it in recovery.
You can just add your livewallpaper to the zip also in system/app.

Related

Need help installing a couple of apps with root explorer

I moved the apk's I wanted to install into the system/app directory, changed the permissions, pushed the r/w button to remount the system and then tried installing the apps.
Here is where I'm at now, magic smoke live wallpaper installed fine but when I try to select it as my wall paper, it force closes. Not sured if I need another file. I then tried to install ocean waves, dandilion, and luminescence live wallpaprs but the installation failed on all 3 of those...
Any help is appriciated, thanks
Eazail70x7 said:
I moved the apk's I wanted to install into the system/app directory, changed the permissions, pushed the r/w button to remount the system and then tried installing the apps.
Here is where I'm at now, magic smoke live wallpaper installed fine but when I try to select it as my wall paper, it force closes. Not sured if I need another file. I then tried to install ocean waves, dandilion, and luminescence live wallpaprs but the installation failed on all 3 of those...
Any help is appriciated, thanks
Click to expand...
Click to collapse
Usually for me, I just copy the apk's into system/app, change the permissions, and reboot. Which apps are you trying to install?
Some apps will install im /system/app folder some will het fc's,and some apps will get fc's in regualar install but install fine in /system/apps folder.A tip:Sometimes an app gets fc when in system app folder however if you mod that file(change icon color,etc.) It will work fine!I dont know why that is maybe something to do with signature.
Moved to general as not development
mattallica76 said:
Usually for me, I just copy the apk's into system/app, change the permissions, and reboot. Which apps are you trying to install?
Click to expand...
Click to collapse
Magic smoke live wallpaper from the vibrant dump and sprintandroidextention (sp?).
Eazail70x7 said:
Magic smoke live wallpaper from the vibrant dump and sprintandroidextention (sp?).
Click to expand...
Click to collapse
Make sure you change the permissions of the files to match the permissions of other files in the system/app folder.
ive done that. The wallpaper is installed but when I try to view it in the wallpaper selecter, it forcecloses
Do I need an extra file?

[Q] uot kitchen, what should i do in UPLOAD layer?

Hello, ive made a theme in uot.kitchen for my milestone A853. Im using cm7 rc14 mod on my phone, GOT rom. What should i do in the UPLOADING layer??? Plz help.
Sent from my Milestone using XDA App
Set all options like on this pic:
...then copy your favoured Theme Chooser apk from Milestone (you can find it in /system/app folder, eg. Androidian.apk) to your computer, click on "Select File" button and choose apk with theme for Theme Chooser. Go to the Summary section and submit your work to kitchen.
When it will be done, download update zip with your custom theme, unpack it and in /system/app folder you will find your apk for Theme Chooser (it should be named as eg. UOTAndroidian.apk). Copy it to your phone and install like normal app. Open Theme Chooser, choose your newly created theme and reboot phone. That's all.

{Q} Few question about Dorimanx-ROM

Hi to everybody.....
I know that until now i'm starting to be boring but !!!! Finally i have managed to install Dorimanx-ROM. Now i have some questions:
1. How to delete EMail.apk, i tried with some file explorer and i can't do it ?
2. How to put my own ringtone mellody ?
3. How to put normal wallpaper , because i don't like this "slideing" wallpaper, i want for each page normal wallpaper picture.
Hopeing to get answers ... Thanks and regards
P.S. I'm Newby
1. 2ways :
Open zip with for example winrar but DONT unzip just "look into "it and go to system/app or if it's not there to data/app and delete the apk, then reflash.
Or you use root explorer on your phone and delete it the same way and reboot.
2. There are several apps on the market being able to do this for you its the easier way
3. Install a different launcher or go to the launcher the rom has and see the settings for the option disable /enable wallpaper scrolling.
Hope this helps you and is a thanks worth for you.
Sent from my HTC Pyramid using xda premium
Will try that thanks

[Q] Galaxy S5 icons grid to 5x5

Hello to erveryone!How can i get 5x5 grig in my phone?Im with touchwiz with omega 7.I dont want to chang the launcher because i like touchwiz.
Thank you and sorry for my bad english!
ntinosterpsis said:
How can i get 5x5 grig in my phone?Im with touchwiz with omega 7.I dont want to chang the launcher because i like touchwiz.
Click to expand...
Click to collapse
Not sure if you want to modify your own TW launcher or locate one that is already modified for 5x5. A forum search would find threads for both approaches.
Here is a summary of what you'd need to do to effect the change yourself. If you find this confusing, then you should search the forum for a more detailed tutorial.
Backup your phone.
You will need apktool to decompile the launcher, /system/priv-app/TouchWizHome.apk
Copy the framework packages to the apktool directory, i.e.
/system/framework/framework-res.apk
/system/framework/twframework-res.apk
Open a command prompt
Add the frameworks to the apktool configuration:
Code:
apktool if framework-res.apk
apktool if twframework-res.apk
Decompile your launcher
Code:
apktool d TouchWizHome.apk
Go to the TouchWizHome.apk/res/sw360dp-xhdpi folder
Open integers.xml and change the grid to 5x5
Code:
<integer name="home_cellCountX">5</integer>
<integer name="home_cellCountY">5</integer>
To shrink the icon sizes, edit dimens.xml
Recompile the package
Code:
apktool b TouchWizHomeNew.apk
The recompiled package will be unsurprisingly named TouchWizHomeNew.apk
Open both the original TouchWizHome.apk in your apktool folder and the recompiled one with winrar.
Copy over the "res" and "resources.arsc" files from the recompiled apk to your original launcher apk, overwriting the files that are there. This is done to preserve the apk signature.
Copy the modified TouchWizHome.apk (not TouchWizHomeNew.apk) to your priv-app folder, overwriting the original.
Confirm that the apk has 0644 permissions.
Reboot to recovery mode and clear your system cache.
Reboot.
.
fffft said:
Not sure if you want to modify your own TW launcher or locate one that is already modified for 5x5. A forum search would find threads for both approaches.
Here is a summary of what you'd need to do to effect the change yourself. If you find this confusing, then you should search the forum for a more detailed tutorial.
Backup your phone.
You will need apktool to decompile the launcher, /system/priv-app/TouchWizHome.apk
Copy the framework packages to the apktool directory, i.e.
/system/framework/framework-res.apk
/system/framework/twframework-res.apk
Open a command prompt
Add the frameworks to the apktool configuration:
Code:
apktool if framework-res.apk
apktool if twframework-res.apk
Decompile your launcher
Code:
apktool d TouchWizHome.apk
Go to the TouchWizHome.apk/res/sw360dp-xhdpi folder
Open integers.xml and change the grid to 5x5
Code:
<integer name="home_cellCountX">5</integer>
<integer name="home_cellCountY">5</integer>
To shrink the icon sizes, edit dimens.xml
Recompile the package
Code:
apktool b TouchWizHomeNew.apk
The recompiled package will be unsurprisingly named TouchWizHomeNew.apk
Open both the original TouchWizHome.apk in your apktool folder and the recompiled one with winrar.
Copy over the "res" and "resources.arsc" files from the recompiled apk to your original launcher apk, overwriting the files that are there. This is done to preserve the apk signature.
Copy the modified TouchWizHome.apk (not TouchWizHomeNew.apk) to your priv-app folder, overwriting the original.
Confirm that the apk has 0644 permissions.
Reboot to recovery mode and clear your system cache.
Reboot.
.
Click to expand...
Click to collapse
Thank you very much my friend .that's very difficult so I do a search to forum !!Thank you for your time! ![emoji1][emoji1]
ntinosterpsis said:
How can i get 5x5 grig in my phone?
Click to expand...
Click to collapse
Perhaps what you want. Full refund if not.
.
That's it !!!Thank you my friend !!I will try it !!
fffft said:
Perhaps what you want. Full refund if not.
.
Click to expand...
Click to collapse
How I will install this ??I try the instructions from over but it can't install .
Στάλθηκε από το SM-G900F μου χρησιμοποιώντας Tapatalk
ntinosterpsis said:
How I will install this ??I try the instructions from over but it can't install .
Click to expand...
Click to collapse
If you were trying to install it with the package manager e.g. by clicking on it.. it doesn't work like that. This is a replacement system app that needs to be moved to the correct directory, rather than installed per se.
Backup your phone just in case anything goes wrong.
Your phone needs to be rooted, so that you have access to the system files.
Use a root file browser to copy the new launcher to /system/priv-app/TouchWizHome.apk, overwriting the existing file.
Check that the launcher has 0644 permissions.
Wipe your system cache and reboot.
.
consolidated post
I try all of this but it doesn't work .When I reboot my phone a pop up window appears and ask me to choose a launcher .but the only choices is simple touchwiz nova and next launchers.
Otherwise when I put the original touchwiz when I put the home button a pop up window appears with next nova simple touchwiz and full touchwiz. I do a reboot in recovery I wipe dalvik cache other dalvik and when I reboot I choose the touchwiz and everything is good
ntinosterpsis said:
I try all of this but it doesn't work .When I reboot my phone a pop up window appears and ask me to choose a launcher .but the only choices is simple touchwiz nova and next launchers.
Otherwise when I put the original touchwiz when I put the home button a pop up window appears with next nova simple touchwiz and full touchwiz. I do a reboot in recovery I wipe dalvik cache other dalvik and when I reboot I choose the touchwiz and everything is good
Click to expand...
Click to collapse
You didn't mention earlier that you had a custom launcher installed. Your custom launcher has probably disabled the stock launcher. Revert or uninstall the custom launcher, so that your phone is using the 100% stock launcher. Then move the one in this thread into the priv-app folder.
If you didn't explicitly install a custom launcher, then your Omega ROM may be packaged with a modified or renamed launcher. You can search the Omega support thread and/or search the forum to find out if that is the case.
Or try one of the other 5x5 modified TW launchers in the forums.
.
fffft said:
You didn't mention earlier that you had a custom launcher installed. Your custom launcher has probably disabled the stock launcher. Revert or uninstall the custom launcher, so that your phone is using the 100% stock launcher. Then move the one in this thread into the priv-app folder.
If you didn't explicitly install a custom launcher, then your Omega ROM may be packaged with a modified or renamed launcher. You can search the Omega support thread and/or search the forum to find out if that is the case.
Or try one of the other 5x5 modified TW launchers in the forums.
.
Click to expand...
Click to collapse
I cant find any moded touchwiz.I will try to ask in omegas thread to take an answer.
Hi, i tried the steps, but i can't see the touchwiz i can only see google launcher and easy touch wiz, i even changed the permissions to look like rw-r--r--
Am i missing some thing.... I really loved your launcher
Sent from my S5 using XDA Free mobile app
Instructions in Post No. 7
You didn't say anything about overwriting the original file or wiping your cache. Did you do those?
Backup your phone just in case anything goes wrong.
Your phone needs to be rooted, so that you have access to the system files.
Use a root file browser to copy the new launcher to /system/priv-app/TouchWizHome.apk, overwriting the existing file.
Check that the launcher has 0644 permissions.
Wipe your system cache and reboot.
Enjoy.
.
Hi, thx 4 reply, yes i changed the permissions to -rw-r--r-- and over written the original file, and "wipe cache partition"
After reboot still can't see the launcher
Sent from my Nexus 5 using XDA Free mobile app
You're not providing nearly enough detail to discern what is going on with your phone. What does can't see the launcher mean? If you couldn't see the launcher you wouldn't have a homepage. But somehow, I doubt you would have neglected to mention that if it was the case.
You didn't spell out what you did step by step, confirm the path and name of your existing launcher, provide before and after screenshots or anything else that would give us crucial details to either see what went astray or where you made a misstep. Your signature says that you are using a Nexus.. are you installing this on a S5 or N5?
The launcher has worked fine for dozens of people. A few in this thread have had difficulties, but it's impossible to know why because of the lack of details. If you expect constructive help, you need to provide exhaustive detail of your situation.
.
Sorry mate.
I'm trying this on my wife's S5 which is Australian version.
Steps
I'm using Google launcher as default.
First downloaded apk and over written it to the location mentioned.
Changed the permissions as mentioned
Cleared the defaults for Google launcher
Booted to recovery
Wiped cache
Restarted
Now I can only see the option select launcher after unlocking from restart
The only 2 options visible are Google launcher and easy touch wiz
Plz refer to below screen shots
Note - the original Touchwiz launcher is around 4 mb while the downloaded one is around 3 mb
And the old touchwiz works fine when I revert
Thx
Sent from my SM-G900I using XDA Free mobile app
The extra detail helps enormously.
You didn't mention a lot of crucial facts earlier in the thread e.g. having installed a non-stock (Google) launcher already, Australian variant, odexed ROM, etc.
Ideally you should revert your phone to a stock launcher before installing this one as I have no idea what changes you made when installing the other launchers, nor did you describe them.
This launcher is also intended for a deodexed system, although if you remove the corresponding odex file e.g. remove both TouchWizHome.apk and TouchWizHome.odex and wipe the launcher cache and data from the Application manager and wipe the cache partition from recovery mode, I expect it should still work on your phone.
Your immediate obstacles are the presence of the odex file and possibly your modified system configuration expecting a launcher file name other than the stock TouchWizHome.apk.
.
TouchWizHome.apk
fffft said:
The extra detail helps enormously.
You didn't mention a lot of crucial facts earlier in the thread e.g. having installed a non-stock (Google) launcher already, Australian variant, odexed ROM, etc.
Ideally you should revert your phone to a stock launcher before installing this one as I have no idea what changes you made when installing the other launchers, nor did you describe them.
This launcher is also intended for a deodexed system, although if you remove the corresponding odex file e.g. remove both TouchWizHome.apk and TouchWizHome.odex and wipe the launcher cache and data from the Application manager and wipe the cache partition from recovery mode, I expect it should still work on your phone.
Your immediate obstacles are the presence of the odex file and possibly your modified system configuration expecting a launcher file name other than the stock TouchWizHome.apk.
.
Click to expand...
Click to collapse
Hello you could give me my TouchWizHome.apk for my S5 Mini G800f with 5x5 grid change please please
fffft said:
The extra detail helps enormously.
You didn't mention a lot of crucial facts earlier in the thread e.g. having installed a non-stock (Google) launcher already, Australian variant, odexed ROM, etc.
Ideally you should revert your phone to a stock launcher before installing this one as I have no idea what changes you made when installing the other launchers, nor did you describe them.
This launcher is also intended for a deodexed system, although if you remove the corresponding odex file e.g. remove both TouchWizHome.apk and TouchWizHome.odex and wipe the launcher cache and data from the Application manager and wipe the cache partition from recovery mode, I expect it should still work on your phone.
Your immediate obstacles are the presence of the odex file and possibly your modified system configuration expecting a launcher file name other than the stock TouchWizHome.apk.
.
Click to expand...
Click to collapse
Hi fffft, am using xtrolite rom version 1.3.5 on my s5 sm g900h, i asked in xtrolite thread to do a sec launcher 5/6, no one answer.
How can i make my launcher 5/ 6 gird, realy i dont like stock launcher or nova and apex launcher.
Its will be very nice if you help me
Thanks
..

Experience flow 2 live wallpaper

Hi,
I'm wondering if anyone has made a swipe sensitive wallpaper like the one on Xperia z5 for redmi 2? I've been searching the whole Internet and all I can find is the Xperia z2 wallpaper. I'm surprised no one has even made anything close to the Xperia live wallpapers, cos I really like the experience flow or cosmic flow wallpapers. The only ones I can find are wallpapers that sparkle on touch but they don't move when swiped(by "move when swiped" I don't mean scrolling wallpapers). I hope someone will bring the z5 wallpaper to other phones soon
Si
@Newbdroidd So, first things first - Wallpapers dont need to be custom made for all devices. If you can fool the original apk into believing it's installed exactly 'where it should be', then it should be no problem getting it to work normally.
Now, the drill
Q1. Are you rooted, buddy?
If yes, Q2. Are you on Stock MIUI ROM, CM or which one?
If AOSP-based (CM/Bliss/AICP etc.), proceed further and follow these steps --
(You can try them on MIUI as well, I'm not sure if they'll work or corrupt your MIUI installation (So make sure to make a Recovery backup if doing this on stock ROM.) )
now the steps --
00. Download the file: http://d-h.st/zUJR
0. Inside you'll find the apk.
1. Try installing normally, then reboot. If it works, great,, and if doesn't proceed as below -
2. Install 'Root Explorer' from play store. Open it, grant root permission when asked, and then go to the folder '/system/priv-app/' .... create a folder named 'Experience Flow 2 Live Wallpaper' ... long press the folder, and set permissions as 'rwxr-xr-x' (0755).
3. Inside, copy paste that apk file from the link, rename it to 'Experience Flow 2 Live Wallpaper.apk' (as inside quotes, no changes) ... set permission to 'rw-r--r--' (0644) and reboot.
4. Try setting it as Live Wallpaper now. It should work.
5. DO make sure to revert here if it worked or not!
All the best!
Link for wallpaper apk taken from : http://forum.xda-developers.com/cro...apps/apk-sony-xperia-z5-premium-root-t3244233
Credit - @Beton Style
shanx_verma said:
@Newbdroidd So, first things first - Wallpapers dont need to be custom made for all devices. If you can fool the original apk into believing it's installed exactly 'where it should be', then it should be no problem getting it to work normally.
Now, the drill
Q1. Are you rooted, buddy?
If yes, Q2. Are you on Stock MIUI ROM, CM or which one?
If AOSP-based (CM/Bliss/AICP etc.), proceed further and follow these steps --
(You can try them on MIUI as well, I'm not sure if they'll work or corrupt your MIUI installation (So make sure to make a Recovery backup if doing this on stock ROM.) )
now the steps --
00. Download the file: http://d-h.st/zUJR
0. Inside you'll find the apk.
1. Try installing normally, then reboot. If it works, great,, and if doesn't proceed as below -
2. Install 'Root Explorer' from play store. Open it, grant root permission when asked, and then go to the folder '/system/priv-app/' .... create a folder named 'Experience Flow 2 Live Wallpaper' ... long press the folder, and set permissions as 'rwxr-xr-x' (0755).
3. Inside, copy paste that apk file from the link, rename it to 'Experience Flow 2 Live Wallpaper.apk' (as inside quotes, no changes) ... set permission to 'rw-r--r--' (0644) and reboot.
4. Try setting it as Live Wallpaper now. It should work.
5. DO make sure to revert here if it worked or not!
All the best!
Link for wallpaper apk taken from : http://forum.xda-developers.com/cro...apps/apk-sony-xperia-z5-premium-root-t3244233
Credit - @Beton Style
Click to expand...
Click to collapse
Hi thanks for replying... I'm rooted and i'm using Temasek CM13 on my redmi 2. First i tried installing the apk normally but it says problem parsing the package. Then I followed all the steps you listed except that i used root browser instead of root explorer cos root explorer isn't free. Rebooted but it doesn't show up on the list of live wallpapers
OH waiit i forgot to rename the apk.. Trying again now hopefully it works
Renamed it but it still doesn't work D:
Shocking
Newbdroidd said:
Renamed it but it still doesn't work D:
Click to expand...
Click to collapse
Well... I've used both Kumajaya CM13 and am currently on Blisspop ROM CM13. I've used this method successfully on both these ROMs. I'm currently having it set as my wallpaper as well.
P.S: But I suppose the source of the file I've used in my case is different from this.
Okay, just wait till morning, I might be able to upload that file here if the internet speed favors me.
Then you just have to repeat the procedure with the new apk.
Please make sure to restore from the backup you created, or fully remove and uninstall the apk used earlier for this method to work.
@shanx_verma
Here's a vid of my phones folders just in case i did something wrong. How do u like the blisspop rom? I like res remix the best but it had a few bugs so i switch to my current one

Categories

Resources