where do I get them from and how do I install them?
I've tried looking in other roms but cant seem to find them.
any help?
1wingangel said:
where do I get them from and how do I install them?
I've tried looking in other roms but cant seem to find them.
any help?
Click to expand...
Click to collapse
in the market, search for "live wallpaper"
tep065 said:
in the market, search for "live wallpaper"
Click to expand...
Click to collapse
i've tried that, but I'm looking for the "stock" lwps.
They're not in the market.
They won't run well.
You can grab them from his Nexus ROM, then push them via adb.
adb remount
adb push LiveWallpapers.apk /system/app/
1wingangel said:
i've tried that, but I'm looking for the "stock" lwps.
They're not in the market.
Click to expand...
Click to collapse
sorry, here, this from Cyanogen's forums
this is the thread that mentions them:
http://forum.cyanogenmod.com/index.php?/topic/3080-nexus-one-stock-live-wallpaper-on-507t2/?
this is the link to the .apk
http://www.goaruna.com/webdownloads/download/b1725d0cbe7b9e2297a0115a00b677ffc65fc2e4
Related
Has anyone tried to install any of the apk's from the European Galaxy S phone? I am too afraid to try installing any of the ones that replace system programs. I was able to install the Samsung Apps program but it doesn't offer anything for the Epic.
optimiss said:
Has anyone tried to install any of the apk's from the European Galaxy S phone? I am too afraid to try installing any of the ones that replace system programs. I was able to install the Samsung Apps program but it doesn't offer anything for the Epic.
Click to expand...
Click to collapse
Do you have a link for those Apps?
Fixter said:
Do you have a link for those Apps?
Click to expand...
Click to collapse
Yeah, someone on the boards posted them in another thread.
forum.xda-developers.com/showthread.php?t=722831
optimiss said:
Yeah, someone on the boards posted them in another thread.
forum.xda-developers.com/showthread.php?t=722831
Click to expand...
Click to collapse
Do you even know if they are the European ones?
Nope!
Sent from my SPH-D700 using XDA App
Other Galaxy S apps
I checked out the files from that and there were quite a few apks from the other samsung galaxy s phone. I pulled out a few i thought would be interesting but could not install or push to my phone. Does anyone know how this can be done?
you have to adb push /system .apk
samuelwatts said:
you have to adb push /system .apk
Click to expand...
Click to collapse
http://karuppuswamy.com/wordpress/2...stem-partition-in-read-write-mode-in-android/
You have to mount /system as read/write first
That link should help
dmasjz45 said:
http://karuppuswamy.com/wordpress/2...stem-partition-in-read-write-mode-in-android/
You have to mount /system as read/write first
That link should help
Click to expand...
Click to collapse
I really appreciate the guidance given, as this is a lil differ3ent than the Evo. Now, when I type Su I am asked for a password...? Anyone know what this is about? I updated the Su and busybox from the market, so binaries are updated.
If anyone knows, plz let me know.. oh and after having a Evo I am proud to own the epic. It is a awesome and amazing device. I can't wait till the tab arrives.
Sent From The Moon
I want the movie Avatar!!!
Anyone looking to theme swype here's a link to do it. Finally found out how to do it after weeks of looking. So thought I'd share with y'all.
http://forum.xda-developers.com/showthread.php?t=838269
Red Trace Line For Swype
http://www.mediafire.com/?479yc17cew02n20
Just replace the libswypecore.so in /system/lib/ with this file. Read the thread in the above link if you're not sure how to do it.
PM me if you want the swype that worked for me while doing this
So post your proof? Would like a themed swype myself, but no computer for the next month
Sent from my T-Mobile G2 using XDA Premium App
Spastic909 said:
So post your proof? Would like a themed swype myself, but no computer for the next month
Sent from my T-Mobile G2 using XDA Premium App
Click to expand...
Click to collapse
There you go. And you don't need a computer really. Just download the files from the link I posted to your phone
suwu10 said:
There you go. And you don't need a computer really. Just download the files from the link I posted to your phone
Click to expand...
Click to collapse
How did you do it? Do you have a G2 phone? I have Swype.apk in system/apps. I followed the directions for the terminal command and it said my files are read only. What do I have to do? Anyone?
Sent from my HTC Vision using XDA App
suwu10 said:
There you go. And you don't need a computer really. Just download the files from the link I posted to your phone
Click to expand...
Click to collapse
Just put in the sd root directory and do I need to extract the file?
coszy said:
Just put in the sd root directory and do I need to extract the file?
Click to expand...
Click to collapse
No download the app metamorph from the market. This will create a folder on ur sd card called android themes. Put the downloaded zip file in this folder. Open up metamorph and click upzip/create new theme. Then click on the zip file and then apply the theme. Make sure u apply the theme TWICE
LikeaG2root said:
How did you do it? Do you have a G2 phone? I have Swype.apk in system/apps. I followed the directions for the terminal command and it said my files are read only. What do I have to do? Anyone?
Sent from my HTC Vision using XDA App
Click to expand...
Click to collapse
I really didn't do the terminal commands. I just applied the zip twice using metamorph and it worked for me
So are you flashing it or just installing it like every other app?
suwu10 said:
There you go. And you don't need a computer really. Just download the files from the link I posted to your phone
Click to expand...
Click to collapse
which one do you get (the one on the pic) the name of the theme please
The one I got was called naked red
popimp315 said:
So are you flashing it or just installing it like every other app?
Click to expand...
Click to collapse
No just apply the zip using metamorph
suwu10 said:
The one I got was called naked red
Click to expand...
Click to collapse
thanks dude
How did you do it? Do you have a G2 phone? I have Swype.apk in system/apps. I followed the directions for the terminal command and it said my files are read only. What do I have to do? Anyone?
Sent from my HTC Vision using XDA App
Click to expand...
Click to collapse
I think the creator of that thread assumed we knew to mount /system as read/write....
essentially, all he's asking you to do is move com.swype.android.inputmethod.apk (note, some of you might have: com.swype.android.inputmethod-1.apk) from /data/app to /system/app and then rename it to Swype.apk so that the metamorph applies itself to the correct apk... here is the exact sequence of commands to do this from adb:
adb shell
su
mount -o rw,remount /system
cp /data/app/com.swype.android.inputmethod.apk (or whatever the .apk for your Swype is named) /system/app/Swype.apk
Click to expand...
Click to collapse
you can do it through terminal emulator as well, you just don't need the first command above (adb shell)
after performing this, if you navigate to your system/app folder, you should see Swype.apk. it is just a renamed clone of your original swype from /data/app... the thing is that the metamorph theme looks specifically in /system/app for Swype.apk, which is why we have to move and rename it. after the morph is applied to Swype.apk in your /system/app folder, simply move it back to /data/app as the name of your original swype apk (most likely com.swype.android.inputmethod.apk) so it overwrites the existing Swype, and theoretically you're good to go. (I say theoretically because it is apparently hit or miss.. maybe it depends on the theme? I'm not sure, but I haven't been able to get the morphs to apply and then have a working swype afterwards)
got on mine and same as well using naked red as it goes with red remix theme for cm7
ilostchild said:
got on mine and same as well using naked red as it goes with red remix theme for cm7
Click to expand...
Click to collapse
How did u get the swype line to be red?
Nvm figured it out
suwu10 said:
Nvm figured it out
Click to expand...
Click to collapse
Can you tell me how to do that? I read OP for the thread but don't know how to do that on the computer
Sent from my HTC Vision using XDA Premium App
Nvm figured it out
Click to expand...
Click to collapse
Can you tell me how to do that? I read OP for the thread but don't know how to do that on the computer
Sent from my HTC Vision using XDA Premium App
Click to expand...
Click to collapse
Read the second post from the thread theat I posted in the link
Metamorph app does not work on HTC Vision...at least on mine it did not. It says not enough space.
I used "Zip Themer" app and it worked. Just loaded zip into app and then flashed through rom manager.
HTC Vision/meXdroidmod/meXperia V2
LikeaG2root said:
Metamorph app does not work on HTC Vision...at least on mine it did not. It says not enough space.
I used "Zip Themer" app and it worked. Just loaded zip into app and then flashed through rom manager.
HTC Vision/meXdroidmod/meXperia V2
Click to expand...
Click to collapse
works fine. could be several things causing this, but typically if you just go back in after it says "not enough space" and closes a few times it will eventually figure it out.
try updating your busybox via titanium backup ("problems" button)
I know there's a thread for this but I'm not finding it anywhere. Why can't I play flash videos anymore? What's the fix/workaround? I click on the video box and it appears to be "playing" but it's just a black screen.
I posted the instructions in the MIUI thread, but they apply for the AOSP roms so here is a link to that post. http://forum.xda-developers.com/showpost.php?p=19562913&postcount=1629
ABQNM said:
I posted the instructions in the MIUI thread, but they apply for the AOSP roms so here is a link to that post. http://forum.xda-developers.com/showpost.php?p=19562913&postcount=1629
Click to expand...
Click to collapse
Thanks for this, but I'm navigating to data>data>com.android.browser, and I don't have any file or folder named app_plugins. Could it be in any other location?
Are you using the stock browser? If not, you have to go to data>data>insert.package.name.of.your.browser And you do have flash installed, right? I would uninstall flash and reinstall the market version and it should create the folder.
ABQNM said:
Are you using the stock browser? If not, you have to go to data>data>insert.package.name.of.your.browser And you do have flash installed, right? I would uninstall flash and reinstall the market version and it should create the folder.
Click to expand...
Click to collapse
Yeah the browser was the problem. navigated to the tunnybrowser folder (aka dolphin) and found what file I needed to change perms on. Thanks for the help!
You're welcome. Glad to help!
@colossus...please sticky this
Sent from my Incredible 2 using xda premium
Hi, I just got my new One X. Its not rooted and I'm not planning to do it anytime soon. I came across this: http://www.rujelus22.com/evo/
I try installing these apk's like a normal app but i keep getting a signature conflict error. I've tried clearing cache and uninstalling the updates but i still cant get it to work. I tried Google +, Facebook, YouTube and G mail. I wonder if there is a way around this.
Thanks for Helping
Cheers.
You can't update system apps with modified ones.
Rusty! said:
You can't update system apps with modified ones.
Click to expand...
Click to collapse
yes you can but you need to work into /system/apps folder in the phone and replace the original.apk with this apk...
It would have been nice if i was able to.
Thanks anyway
I'm on Giffgaff too
matt95 said:
yes you can but you need to work into /system/apps folder in the phone and replace the original.apk with this apk...
Click to expand...
Click to collapse
Will this cause any FC's or any other errors?
omondisingh said:
Will this cause any FC's or any other errors?
Click to expand...
Click to collapse
i really don't know, if the app is compatible and you do everything right that should not create problems...
matt95 said:
yes you can but you need to work into /system/apps folder in the phone and replace the original.apk with this apk...
Click to expand...
Click to collapse
Yes, but that requires root.
Rusty! said:
Yes, but that requires root.
Click to expand...
Click to collapse
oh yeah, thank you mate i haven't red that particular so no it is not possible if you are not rooted
Before you get angry, I have extracted the rom. I only go to xda as a last resort. The only calculator APK I found was the overly, I have installed it but does absolutely nothing.
Currently on freedom os 2.3, and I don't want to dirty flash it again to get it back. Anyway to find it?
SHOTTZZ99 said:
Before you get angry, I have extracted the rom. I only go to xda as a last resort. The only calculator APK I found was the overly, I have installed it but does absolutely nothing.
Currently on freedom os 2.3, and I don't want to dirty flash it again to get it back. Anyway to find it?
Click to expand...
Click to collapse
Will post a link shortly!
Here it is ?? https://drive.google.com/file/d/0B5hXFZn11VsuUFg1WTB2Vm1keUE/view?usp=drivesdk
MrWilsonxD said:
Will post a link shortly!
Here it is ?? https://drive.google.com/file/d/0B5hXFZn11VsuUFg1WTB2Vm1keUE/view?usp=drivesdk
Click to expand...
Click to collapse
it seems to say that the apk is corrupted and cannot be installed
SHOTTZZ99 said:
it seems to say that the apk is corrupted and cannot be installed
Click to expand...
Click to collapse
https://mega.nz/#!KFdXhTgZ!qAlMax0Wec1noOzCb6NefEtLqqVw-LHdBCcnwDmX0VM
still doesn't work, it seems to me to be missing something. I also tried to extract the apk from the oxygen os rom, but to no avail, the message still appears.
http://imgur.com/a/JoNpO
SHOTTZZ99 said:
still doesn't work, it seems to me to be missing something. I also tried to extract the apk from the oxygen os rom, but to no avail, the message still appears.
http://imgur.com/a/JoNpO
Click to expand...
Click to collapse
That sucks! Sorry i couldn't help man..
SHOTTZZ99 said:
Before you get angry, I have extracted the rom. I only go to xda as a last resort. The only calculator APK I found was the overly, I have installed it but does absolutely nothing.
Currently on freedom os 2.3, and I don't want to dirty flash it again to get it back. Anyway to find it?
Click to expand...
Click to collapse
That calculator really isn't that great. I'd really just get a 3rd party calc or LG's good as well.
Well if the guys are posting the apk from the oos rom then you shouldnt install it. Go to root folder > system> apps and make a folder calculater and put the apk there and give it necessary permissions should be rw-r-r. Then reboot your phone and it will appear in your app drawer