HTC SENSE Default Live Wallpaper - Desire HD Themes and Apps

Can anyone extract the Live wallpaper (the default sense live wallpaper) apk for me please? thanks

Based on this post, I've created a zip with all the files you need, extracted from my phone with the latest OTA.
1) If you need to apply this in AOSP (say, you're working in an AOSP custom ROM ) you do the following:
Code:
adb push system/app/Mode10Wallpapers.apk system/app
adb push system/lib/libicule.so /system/lib
adb push system/lib/libiculx.so /system/lib
adb push system/lib/libmode10.so /system/lib
adb push system/lib/libmode10_wallpapers.so /system/lib
adb push system/lib/libmode10Graphics.so /system/lib
adb shell reboot
2) If you need it for a froyo sense ROM, you only need to do this:
Code:
adb push system/app/Mode10Wallpapers.apk system/app
as the required libraries are probably already on your system.
Hope it works, haven't tested it myself.
View attachment sense-lwp.zip

phunkycow said:
Based on this post, I've created a zip with all the files you need, extracted from my phone with the latest OTA.
1) If you need to apply this in AOSP (say, you're working in an AOSP custom ROM ) you do the following:
Code:
adb push system/app/Mode10Wallpapers.apk system/app
adb push system/lib/libicule.so /system/lib
adb push system/lib/libiculx.so /system/lib
adb push system/lib/libmode10.so /system/lib
adb push system/lib/libmode10_wallpapers.so /system/lib
adb push system/lib/libmode10Graphics.so /system/lib
adb shell reboot
2) If you need it for a froyo sense ROM, you only need to do this:
Code:
adb push system/app/Mode10Wallpapers.apk system/app
as the required libraries are probably already on your system.
Hope it works, haven't tested it myself.
View attachment 438777
Click to expand...
Click to collapse
Thank u will try when i get home thx
Sent from my X10i using XDA App

Related

Splash Screen

I have installed the splash screen used in this thread:
forum.xda-developers.com/showthread.php?t=600902
I have used (for copy):
adb remount
adb pull /system/framework/framework-res.apk
then I have changed the copy of framework-res.apk and then I have deleted framework-res.apk from my device with:
adb shell rm /system/framework/framework-res.apk
finally I have replaced framework-res.apk(original) with framework-res.apk(Amended) with:
adb push framework-res-apk /system/framework/framework-res.apk
the installation is successful, but i have problem with market, because then i have installed the framework-res.apk, i can't updated the programs of my device
any possibility of using custom made images?

ADB Push Problem

I'm trying to push a folder from my PC's desktop to the /system folder on my device. Basically I pulled the /system/app folder from my device in order to remove some unused system apps, removed the .apks, and am now trying to get the folder back on the phone without success. Getting the error "Failed to copy... : Read-only file system." I thought you could push and pull anything to and from anywhere with ADB and root. Am I wrong, or I'm I simply missing something? Thanks for any help.
adb remount
adb push c:\app /system/app
adb reboot
BoomBoomPOW said:
adb remount
adb push c:\app /system/app
adb reboot
Click to expand...
Click to collapse
Dude. You helped. It worked. And you didn't trash on me for being a noob. You rule. Thanks!
Part Four said:
Dude. You helped. It worked. And you didn't trash on me for being a noob. You rule. Thanks!
Click to expand...
Click to collapse
Wait. It kind of didn't work. Even though the CMD window showed a successful push, I rebooted and the apps are still there. Damn. Thanks anyway.
adb remount
adb pull /system/app c:\
Make your changes..
adb remount
adb shell rm /system/app
adb push c:\app /system/app
adb reboot
BoomBoomPOW said:
adb remount
adb pull /system/app c:\
Make your changes..
adb remount
adb shell rm /system/app
adb push c:\app /system/app
adb reboot
Click to expand...
Click to collapse
Thanks again, but still no luck. The apps remain. Strange, because it looks like everything worked just fine in adb.

How to remove (live)wallpaper

I can't find a thread for this, but how would I delete stock wallpapers or stock live wallpapers. I prefer to pick and choose which ones to remove to try and save a little space.
I have a rooted N1 with Cyan's mod. I'm comfortable using ADB, just don't know the proper commands, locations of wallpapers or names of specific files.
Me too. want to know where the files are located.
Me three. I've searched around in nearly every directory and cannot find them. I would like to remove the stock htc wallpapers to save space.
adb shell rm /system/app/LiveWallpapers.apk
adb shell rm -r /data/data/com.android.wallpaper
adb uninstall com.android.wallpaper
adb shell rm /system/app/MagicSmokeWallpapers.apk
adb shell rm -r /data/data/com.android.magicsmoke
adb shell rm /system/app/VisualizationWallpapers.apk
adb shell rm -r /data/data/com.android.VisualizationWallpaper
adb uninstall com.android.VisualizationWallpaper
adb shell rm /system/app/Mode10Wallpapers.apk
LiveWallpapers.apk = contains nexus and water live wallpaper and some other i cant remember
wallpapers are located inside of /system/framework/framework-res.apk and does require slight knowledge of how to edit framework files
hey i follow the first adb then i got this (?) then no go???what i need to do after (?)
vinny.1967 said:
hey i follow the first adb then i got this (?) then no go???what i need to do after (?)
Click to expand...
Click to collapse
Check if ur phone is detected by adb (adb devices). Then do an adb remount and the run the above adb commands
My device is detected but i try to put in the above commands I it says that its a read-only file system.
Static wallpapers (except the single default wallpaper) are stored in your launcher or in CM6 or Kang-o-rama a special wallpapers app.
It's much easier to download ES File Explorer, turn on root functions, mount system as read/write (same menu) and selectively delete the files you want from /system/app/ and /data/data/ as above.
But really, you're not going to save any user space as all because, for the most part, you're deleting stuff from /system which you don't otherwise need space on.

trying to adb push an xml file to g1

hi, i'm running cm5 test 4 on my g1 and for the most part it's been great...except for the slow market...so i did my research and found that there's an xml file that you can push to fix this issue-http://www.google.com/support/forum/p/Android+Market/thread?tid=1ea082d443f3d16c&hl=en...so i copied the file, named it "marketfix" and stuck it in C:...tried to adb push it like this - adb push C:\marketfix.rtf /data/data/com.android.vending/shared_prefs/vending_preferences.xml - but after that i get an "adb: not found"...what did i do wrong? any help would be appreciated...thanks in advance!
naars90 said:
hi, i'm running cm5 test 4 on my g1 and for the most part it's been great...except for the slow market...so i did my research and found that there's an xml file that you can push to fix this issue-http://www.google.com/support/forum/p/Android+Market/thread?tid=1ea082d443f3d16c&hl=en...so i copied the file, named it "marketfix" and stuck it in C:...tried to adb push it like this - adb push C:\marketfix.rtf /data/data/com.android.vending/shared_prefs/vending_preferences.xml - but after that i get an "adb: not found"...what did i do wrong? any help would be appreciated...thanks in advance!
Click to expand...
Click to collapse
Either you don't have adb installed, you didn't set it up correctly, or you aren't in the directory where adb is installed.
Solutions are: Setup adb, set it up correctly, or change your directory in your cmd prompt to the directory where the adb.exe file is located.
Additionally, make sure you aren't entering the command superfluously like:
Code:
adb shell
adb push blah blah blah
You can't push files from within adb so once you open you cmd prompt and navigate to the correct directory do adb push directly from there, don't try and go into the shell and then execute adb push like I outlined above

[Q] Pushing Gapps To ginger bread.

I just got Chis's GB rom and as usual it is lacking Google apps, I understand that I must flash them or use adb push, but every time i try adb push it never works!!
I copy the apk files and paste it under androidsdk/tools
then i go to command: cd\androidSDK\tools\adb push androidmarket.apk /system/app/.
then when it should show the file size and download time, it just says directory not found, I've watched tons of tuts, but it does the same every time. What am I doing WRONG!?!
and i know i spelled gingerbread wrong, sorry!
try
cd {path to your android sdk tools} (just drag it to your terminal) enter
androidSDK/tools/ adb root enter
androidSDK/tools/ adb push {path to your .apk, again just drag} /system/app/ enter
it should push then, where did you download the latest gapps from?
I picked them up from the cyanogen guys, u cant flash them all as u normally would because you will get a boot loop.
gullygossner said:
cd {path to your android sdk tools} (just drag it to your terminal) enter
androidSDK/tools/ adb root enter
androidSDK/tools/ adb push {path to your .apk, again just drag} /system/app/ enter
it should push then, where did you download the latest gapps from?
Click to expand...
Click to collapse
I tried this method, but for some reason adb is acting up because almost everything i do it says "permission denied"
You need to mount the file system as rw first.
thanks to both of you guys, i successfully pushed the market on the nexus, however, IT KEEPS CRASHING!!!! It truly never ends! any ideas for this one?

Categories

Resources