[Q] How to recovery the original Text Messaging app? - Defy General

I have just installed the Pays-ROM Defy v6.0 Froyo with Ginger feeling in http://forum.xda-developers.com/showthread.php?t=943258.
I don't want to use the mms.apk(I cann't remember its name accurately) and delete it, but now I donn't have a text messaging app. So could you please tell me how to recovery it?
Thanks a lot!
BTW, I cann't find a file manager in the ROM.

if you deleted it, youll have to get it from someone else, or you could do a nandroid backup, re install pays ROM and copy the app to your memory card using root explorer or similar, then restore your old backup and install the apk from your memory card

stewi21 said:
if you deleted it, youll have to get it from someone else, or you could do a nandroid backup, re install pays ROM and copy the app to your memory card using root explorer or similar, then restore your old backup and install the apk from your memory card
Click to expand...
Click to collapse
I have got the app folder from CG39.smg, but I don't know which app is for the Text Messagings.
I tried copy Conversations.apk and Conversations.odex to "SystemAppBackup" folder (I have SystemApp Remover installed), and then used SystemApp Remover' recovery function but it didn't work.

Try with Messaging.apk and Messaging.odex. (you can copy those files in your /system/app folder also using adb if you have Android SDK installed on your computer)
Currently I am at work and I don't have the usb cable with me, but when I'll get home I'll send you those files (if you don't get them by then)

Im pretty sure the app needed for sending sms' and settings is something like mms.apk, ill have a look in my system folder for ya
EDIT: yeah im pretty sure its mms.apk, id post mine up for you, but im on cyanogen so itd be a different app.

tuxtm said:
Try with Messaging.apk and Messaging.odex. (you can copy those files in your /system/app folder also using adb if you have Android SDK installed on your computer)
Currently I am at work and I don't have the usb cable with me, but when I'll get home I'll send you those files (if you don't get them by then)
Click to expand...
Click to collapse
Thank you! I can get the two files and I will try it.
stewi21 said:
Im pretty sure the app needed for sending sms' and settings is something like mms.apk, ill have a look in my system folder for ya
EDIT: yeah im pretty sure its mms.apk, id post mine up for you, but im on cyanogen so itd be a different app.
Click to expand...
Click to collapse
Thank you! I want to recovery the original text app and the mms.apk on cyanogen may be different.

yeah it would be, you could do as i first suggested

stewi21 said:
yeah it would be, you could do as i first suggested
Click to expand...
Click to collapse
I tried in this way but the yaffs explorer I used cann't access the root under the Pays-ROM Defy v6.0, which works well under other stock rom. And before I found Root Explorer I have flashed another stock rom because I couldn't wait to stay with a rom cann't send and receive text message. Maybe the mms.apk is also OK.
Sorry for my poor English.

Related

[Q] process com.android.browser

out of no where one day, i went to use my browser and i got process com.android.browser. any time i try to use browser now i get that and i have tried everything. i really DONT want to do a factory reset, or root. is there anyway someone can send me the stock browser.apk? do you think that will work?
??????????
Out of nowhere Something had to have happened to cause that, or your phone has a serious issue - browser is a system app(?) and since we don't have rw access on the slide there's no way it could have deleted it especially while it's booted and definitely wouldn't if you're not rooted also.
Do a full reboot, power it off and power it back on, it should be ok. If that doesn't work, think back to the past few days prior to this, what have you done or installed?
Yet another example of why you should be rooted - nandroid
its been like this for a month its been restarted many a time =/ the last thing i was doing on it was watching youtube videos on the browser but using the streaming video player rather than the utube app i was listening to white noise music to fall asleep. then when i woke up thats when it stopped working
Well I'm not sure if it's possible (or allowed) but I'll try to pull the browser.apk off my phone and post it on here for you. Hopefully it's not odex(ed), if it is that creates an issue for a non rooted phone.
MODS: If I'm not allowed to post it then just delete it once it's up or let me know before I do.
OK, here's the browser file. Just load it to your sdcard and use a file explorer to install it or an apk installer. I would reboot after you do it, hopefully it will work but it's a shot in the dark since I doubt it will install in the normal ./system/app/ directory. If it even installs, it will probably go to the ./system/data/ directory (just in case you ever need to find it or remove it).
BTW, this is the browser from froyo/Team Fenix 2.0, might not work if there's any difference in the browser. If not, go to this thread download the file, unzip it, and look for 'system' > 'app' and then find the browser.apk. Put it on your sdcard and install it.
KCRic said:
OK, here's the browser file. Just load it to your sdcard and use a file explorer to install it or an apk installer. I would reboot after you do it, hopefully it will work but it's a shot in the dark since I doubt it will install in the normal ./system/app/ directory. If it even installs, it will probably go to the ./system/data/ directory (just in case you ever need to find it or remove it).
BTW, this is the browser from froyo/Team Fenix 2.0, might not work if there's any difference in the browser. If not, go to this thread[/URL] download the file, unzip it, and look for 'system' > 'app' and then find the browser.apk. Put it on your sdcard and install it.
Click to expand...
Click to collapse
ok first way didnt work. second way i unzip the file and its .img files what do i use to open those?
Wow, I just realized that I posted the link for a stock nandroid backup - not at all what you need. I'll post the link to slidemeroot, it's a stock rom (not nandroid backup) and I'll upload the broswer from that in this post.
The browser on the stock rom is odex'ed, there may not be a way to install it without rooting but give it a shot. If all else fails and you don't want to root you'll just have to install a different browser from the market like dolphin or opera.
OK, uploaded the borwser.odex file (unzip it after you download it). Here are the commands to [hopefully] get it to work that you need to run through command prompt. You should just be able to copy and paste the adb commands one at a time. You'll have to get adb to catch your phone in recovery mode in order to do this since you'll be writing to the system so be prepared for a headache since your doing this without rooting and flashing an eng build, but if it works you'll be happy you did it
Code:
adb remount
adb push browser.apk /system/app/browser.apk
adb push browser.odex /system/app/browser.odex
You'll need to make sure the files are in your android sdk tools directory and you 'cd' to it. If you have no idea what I'm talking about check the slide rom bible thread and look at one of the links about rooting - you'll understand
That won't work. You can't have the same app installed in both /system and /data.
Sent from my T-Mobile myTouch 3G Slide using XDA App
migueltherocker said:
That won't work. You can't have the same app installed in both /system and /data.
Sent from my T-Mobile myTouch 3G Slide using XDA App
Click to expand...
Click to collapse
So he would have to get in to recovery and delete the original browser apk from /system/app then re-install it and the odex file? The browser should be in the sysyem/app directory from the factory right? The /data/ dir. is for custom installed apps.
The easier way would be to uninstall the browser apk and odex file from /system/ and just install the first browser apk I posted which will install to the /data/ dir.
Can that even be done through adb without root? Or is the a way to 'sudo' with android like you do with ubuntu?

[Solved][Help] Req. the Contacts app

Well, I deleted one app too many from my Defy. Titanium Backup is wonderful, but it backs up ONLY DATA for system apps, so I'm hosed UNLESS...
Could someone mail me the original Contacts app? It's data backup is named 'Contacts-2.1-update1' with the internal name 'com.motorola.blur.contacts'. I think that's all I'd need. There's also 'ContactsUnconnected-2.1-update1' and 'Work-Contacts-2.1-update1' so it wouldn't hurt to get them too.
BTW, the symptoms? When I try to dial by tapping on a contact name the call fails, a red stop sign flashes over the signal strength bars, and an alarm message is posted saying something to the effect that the network service is not available. To make a call I need to do a long press and choose Call from the menu. Ouch!
So, please, anyone who knows how to do it (I use Ghost Commander, a free app, which has a Send built in) send this app to 'Mars-On-Earth at dslextreme dot com'.
Thanks a bunch!
Sign up as a developer at Motorola, it's free. Then you can download "Motodev Studio" which among other things, will let you accesss /system/app
Otherwise, reflash the rom using RSD Lite, there's a guide for it here:
http://android.modaco.com/content/m...ering-bricked-firmware-on-your-motorola-defy/
Sorensiim said:
Sign up as a developer at Motorola, it's free. Then you can download "Motodev Studio" which among other things, will let you accesss /system/app
Click to expand...
Click to collapse
Are you saying the "Motodev Studio" includes the original app files?
MarSOnEarth said:
Are you saying the "Motodev Studio" includes the original app files?
Click to expand...
Click to collapse
MOTODEV Studio does not contain app files. It is Motorola's developer tools for Android phones. Sorensiim is referring to the DDMS perspective that ships with it. DDMS allows you to extract files off the phone and there is an Eclipse view in MOTODEV Studio.
If you already have the Android SDK installed, you can run the DDMS desktop application from sdk/tools (on windows, it's a .bat file).
Sorensiim said:
Sign up as a developer at Motorola, it's free. Then you can download "Motodev Studio" which among other things, will let you accesss /system/app
Click to expand...
Click to collapse
Do you even have to sign up for anything?
I haven't and yet I was able to find this download page by Googling 'MotoDev Studio'.
Anyway, I just wanted to double-check/see if I understood things correctly, does MotoDev Studio let you delete/uninstall apks from the handset?
Could it be used as a simpler method of doing this.
Motodev studio gives you a nice graphical interface to pushing and pulling files, for instance, one could push the contacts apk to the phone.
If you sign up, it will even download the latest Android SDK for you
@Sorensiim, @ericcl:
Thanks, but my problem is I deleted the app. Erased, puff, gone. I do have the tools to put it back, I don't have anything to put in there. And there is in /system/app and what is the native Contacts application binary. SO, would some kind soul grab the binary off of their healthy system and send it off to me. Please.
Get the apk from here lad
http://modmymobile.com/forums/639-m...motorola-defy-system-boot-recovery-dumps.html
Download the system.zip and extract the apk from there
Oh and a tip - dont delete apks rename them to say .bak especially if you are messing about trying to see whats safe to delete, that way you can just change the name back
Higgsy is saving the day! Yey!
Higgsy said:
Get the apk from here lad
http://modmymobile.com/forums/639-m...motorola-defy-system-boot-recovery-dumps.html
Download the system.zip and extract the apk from there
Click to expand...
Click to collapse
Thanks a bunch!
Higgsy said:
Oh and a tip - dont delete apks rename them to say .bak especially if you are messing about trying to see whats safe to delete, that way you can just change the name back
Click to expand...
Click to collapse
Good call! [ & embarrassed]
Rats! This is so close, maybe close enough, but the ROM dumps are for the UK model. The USA Defy has newer software (it appears. The US version is 2.1-update1) and the apps seem structured differently. In the USA ROM there is just one Contacts app, on the UK one it seems to be split in two, *Data and *Provider app. Hmm.
Hi, sorry for the language..
Id deleted some apps yesterday and i have no menu anymore... so i think i just failing during my choose. When i restart the phone i only can have access to my account on motoblur... and it doesn't work as well cause he cannot connect or something more, i don't know what happened.
I'm so disappointed. Must I install system.zip by the pc ? I'll try that when it finishs to dl but...
EDIT : Flashing the rom, i success... omg so much fear thank you for your guide
MarSOnEarth said:
Rats! This is so close, maybe close enough, but the ROM dumps are for the UK model. The USA Defy has newer software (it appears. The US version is 2.1-update1) and the apps seem structured differently. In the USA ROM there is just one Contacts app, on the UK one it seems to be split in two, *Data and *Provider app. Hmm.
Click to expand...
Click to collapse
the uk version is 2.1 update 1 too. The moto apps are the same as far as I know/have read? then again I have never seen the US system/app.
There are many Dev's who have reflashed the UK .sbf (because the us one is not available) - fixed the 3g and wifi calling and say its the same
in my dump I have
contactsdata.apk
contactsprovider2_0.apk
contactsunconnected.apk
Think we need another US user to check their system/app and let us know what they have.
Higgsy said:
the uk version is 2.1 update 1 too. The moto apps are the same as far as I know/have read? then again I have never seen the US system/app.
There are many Dev's who have reflashed the UK .sbf (because the us one is not available) - fixed the 3g and wifi calling and say its the same
in my dump I have
contactsdata.apk
contactsprovider2_0.apk
contactsunconnected.apk
Think we need another US user to check their system/app and let us know what they have.
Click to expand...
Click to collapse
Ok I just pulled back the system/app dump JBoogie3 posted from the Tmobile US rom from Here
It has exactly the same 3 contact apks as the uk rom. So not too sure where you are getting there was only 1 lol.
Higgsy, you just beat me to posting that link to the US ROM dump.
Now, the discrepancy in naming stems from how different utilities display the app names. In TitaniumBackup the file I junked is called 'Contacts-2.1-update1' with domain 'com.motorola.blur.contacts', and I'm still not quite sure what is its file system name. TitaniumBackup does not display it.
I ran a diff on the file list in JBoogie3's ROM dump and my Defy's file system (in the attachment) and the most likely match for the above file would seem to be the BlurContacts.*
Which begs the question, what file manager do you guys use? What for SMB access? FTP? Is it one and the same utility, or separate.
So far SwiFTP (a server on the phone) has been solid for me, and with WinSCP (on a PC) it's been a good combination at home. What's good/can be trusted on (standalone) Android?
root explorer (application) will let you show whats actually in system/app - titanuim aint gonna show you this. Titanium IMO is only good for backing up user apps
Also you can use motodev studio and browse system/app via that
Or good old adb
Theres probably a 101 other ways too - these are my suggestions.
EDIT: an FTP client is not the way forward for sure
oh and blurcontacts.apk also resides in both the UK and US system/app, so thas the one you've deleted and need to replace.
I would either install root explorer or motodev studio (easiest way for you) and check your system/app against the dump and replace any files as required
Higgsy said:
root explorer (application) will let you show whats actually in system/app - titanuim aint gonna show you this. Titanium IMO is only good for backing up user apps
Click to expand...
Click to collapse
As I found out the hard way. It only backs up data for the sys apps.
Higgsy said:
Also you can use motodev studio and browse system/app via that
Or good old adb
Click to expand...
Click to collapse
I've got both downloaded (but not yet installed).
Higgsy said:
Theres probably a 101 other ways too - these are my suggestions.
Click to expand...
Click to collapse
And I thank you for it.
Higgsy said:
EDIT: an FTP client is not the way forward for sure
Click to expand...
Click to collapse
Right, the file permissions, but a good FTP utility is always good for /sdcard and backups, right? ;-)
Higgsy said:
oh and blurcontacts.apk also resides in both the UK and US system/app, so thas the one you've deleted and need to replace.
I would either install root explorer or motodev studio (easiest way for you) and check your system/app against the dump and replace any files as required
Click to expand...
Click to collapse
Again, thanks for the suggestions. Slowly I'll settle in with my workflow.
MarSOnEarth said:
Right, the file permissions, but a good FTP utility is always good for /sdcard and backups, right? ;-)
Click to expand...
Click to collapse
yeah it fine for transferring between sdcard etc i have one set up myself - I use Andftp
Higgsy said:
Ok I just pulled back the system/app dump JBoogie3 posted from the Tmobile US rom from Here
It has exactly the same 3 contact apks as the uk rom. So not too sure where you are getting there was only 1 lol.
Click to expand...
Click to collapse
I'd like to thank Higgsy for much advise, and JBoogie3 for posting the US ROM dumps from which I got the needed apps. Through many twists and turns my goof up has been remedied. And I really mean twists and turns, the latest being that even after the deleted apps had been copied back to their place they were still not being recognized, until after I realized that all but the restored apps in /system/app were owned by 'root', while the restored apps were owned by 'sdcard_rw', or something similar. chmod and chown'ing finally got it all working.
Thanks again.

[Q] Launcher question and I did my research

Hey guys i was wondering if there was an apk for the MIUI launcher b/c i really enjoy that launcher but it is unstable right now so if I can get a launcher that would be awesome.
I don't know but ill tell you how to get it. Download miui and then unzip the rom. Go to /system/app and look for an apk named launcher or something similar.
Sent from my PC36100 using XDA App
do I extract the file then copy it to my sd card then install from there?
Thanks so much if this works and if it doesn't thanks for the idea!
I just tried it and all i got was "! application not installed" should i try to zip it and flash it? or is there any other route i can take?
Yeah you can push it to /system/app using adb, or copy and paste with root explorer, or make a flashable zip file.
Sent from my PC36100 using XDA App
I am a big time noob, so what is the easiest way to do it. I have never used any of these routes and how do you zip a file so that it is flashable? thanks again so much for your help your are super helpful.
so i tried copying and pasting using root explorer and it did not work, i get a message saying "you cannot paste here becaue the file system is read only"
jiggajoe506 said:
so i tried copying and pasting using root explorer and it did not work, i get a message saying "you cannot paste here becaue the file system is read only"
Click to expand...
Click to collapse
In the upper right corner there I'd a bottom theft says mount rw(read/write) push that then try to paste there, but a lot of the time that will not work so if it does not you can use adb. you plug your phone in with debugging on, place your apk in your sdk tools folder.
My sdk tooks folder is located at c:/androidsdk/tools and say the apk you are using the launcher.apk so i would open the cmd and use the following commands.
cd c:/androidsdk/tools
adb remount
adb push launcher.apk system/app
adb reboot
After each command wait till its done after last command your phone will reboot.
Sent from my unrEVOked using xda app
Thanks a bunch for the advice but i have never used abd so I would need to know what the program is called and where to get it and what folder that is and maybe a few attempts at it. Sorry I'm such a noob, all I know how to do is download a rom or kernel and flash from recovery.
jiggajoe506 said:
Thanks a bunch for the advice but i have never used abd so I would need to know what the program is called and where to get it and what folder that is and maybe a few attempts at it. Sorry I'm such a noob, all I know how to do is download a rom or kernel and flash from recovery.
Click to expand...
Click to collapse
we were all noobs at one point if you post your apk here i will make you a flashable zip
Wow thank you So much man you are awesome and so are the other fellows that helped. I gotta un-noob myself at some point in my life. This is the launcher I got when I went into the zip file and went to system/apps/ of the miui rom whether there are other things that make it the way it is I don't know. (folders and no app drawer)
Thanks again guys
jiggajoe506 said:
Wow thank you So much man you are awesome and so are the other fellows that helped. I gotta un-noob myself at some point in my life. This is the launcher I got when I went into the zip file and went to system/apps/ of the miui rom whether there are other things that make it the way it is I don't know. (folders and no app drawer)
Thanks again guys
Click to expand...
Click to collapse
here is the flashable zip just put on your sdcard and flash from recovery besure to do a nandroid backup first and here is a link to using adb http://forum.xda-developers.com/showthread.php?t=532719
roscoenr said:
here is the flashable zip just put on your sdcard and flash from recovery besure to do a nandroid backup first and here is a link to using adb http://forum.xda-developers.com/showthread.php?t=532719
Click to expand...
Click to collapse
Your a lot of help.but kept force closing thanks for the extra work you did. Wish I could thank you more them once on here
not sure why it would be force closing unless it a bad apk if you find another apk you can open the zip up with 7-zip and replace the old one with the new one and close do not unzip it just open

[REQ] Stock 2.3 Apps

im trying to gather all the stock 2.3 apps like mms & a phone apk..etc..and when i say stock i mean no mod version..just plain old stock..so far all i have is launcher2..music..and mms which ill attach to the post for now..but i need help finding a stock phone ,contacts & contacts provider apk..
also if you'd like me to attach other stock apps let me know
can these be used on a 2.2 rom?
no only 2.3..if u want 2.2 apks just let me know!
whenever i try and download a launcher2.apk and try to install it, it tells me that its adw launcher and that install is not complete. can you please help???
andymyrick said:
whenever i try and download a launcher2.apk and try to install it, it tells me that its adw launcher and that install is not complete. can you please help???
Click to expand...
Click to collapse
#1 are you using a 2.3 rom?
#2 if you are you have to use adb or file manager like root explorer to push it to /system/apps/
im using the cyanogenmod 7 2.3 nightlies
andymyrick said:
im using the cyanogenmod 7 2.3 nightlies
Click to expand...
Click to collapse
ok thats 2.3..do you know how to use adb?
not really. i mean i have it installed on my computer and all but havent used it
andymyrick said:
not really. i mean i have it installed on my computer and all but havent used it
Click to expand...
Click to collapse
i suggest you put the sdk folder in C:\ makes it easier you use in adb and put launcher2 file in the sdk after you put it in C:\
open command prompt
type "cd C:\sdk\tools"
then type "adb push C:\sdk\launcher2.apk /system/app/
if it works all you have to do is press your home key then it will let you choose which launcher you want
It's still not working. Ive tried moving it in file explorer but it wont let me. I can't even uninstall adw.
Try adb remount, then push the files
Sent from my HTC Vision using Tapatalk
andymyrick said:
It's still not working. Ive tried moving it in file explorer but it wont let me. I can't even uninstall adw.
Click to expand...
Click to collapse
in adb what does it say when you try to push the file?
I cant even figure out where to start on adb
andymyrick said:
It's still not working. Ive tried moving it in file explorer but it wont let me. I can't even uninstall adw.
Click to expand...
Click to collapse
ok lets forget about adb..
download this http://www.mediafire.com/?h14r700b3euwhhc
put the launcher apk & this file on your sdcard & use file manager to install the root explorer..then open it
scroll down to system..in system go to app(this is where your apps are)
if a grey button on the top says r/w click it..this will allow you to move or delete files in the app folder
then try to move launcher into the app folder
thanks so much. sorry for all the headache.
andymyrick said:
thanks so much. sorry for all the headache.
Click to expand...
Click to collapse
no problem

Livewallpaper on Bonsai

Hi All,
I was wondering if I could put out a request for some APKs. I would like to have live wallpapers on Bonsai and have tried putting livewallpaper.apk and the picker into my Epic but I don't have Root Explorer and I can't seem to change the permissions on those files. Right now all of the APKs I found have Read Yes Write Yes and the other one No. All of the APKs in my app directory have Read Yes Write No and other one No. Could someone post those APKs with permissions set like that? I don't know if that is my exact problem or if it is worth it to buy RE for only that purpose.
TIA,
DD
I believe its been mentioned before that ES File Explorer brings most of the Root Explorer functionality for free. I could be wrong though since ive never tried it myself. Worth a shot though if its just a permissions issue.
doggiedog said:
Hi All,
I was wondering if I could put out a request for some APKs. I would like to have live wallpapers on Bonsai and have tried putting livewallpaper.apk and the picker into my Epic but I don't have Root Explorer and I can't seem to change the permissions on those files. Right now all of the APKs I found have Read Yes Write Yes and the other one No. All of the APKs in my app directory have Read Yes Write No and other one No. Could someone post those APKs with permissions set like that? I don't know if that is my exact problem or if it is worth it to buy RE for only that purpose.
TIA,
DD
Click to expand...
Click to collapse
Sent from my SPH-D700 using XDA App
U can also use sdx stock app removal app, just put the apk in the adx folder on the SD card and go Into the app then to manage backups and got restore
Set From My 3.0.1 Bonsai Epic 4g
Thanks. I have tried everything. I could not change the permissions using sdx or ES File manager. All I could do with those programs was access the system directories. Unless I am doing something wrong, I will either need to get Root Explorer and change the permissions or get altered livewallpaper apks.
I think the frankenstine rom thread has a flashable zip for live wallpapers
Sent from my SPH-D700 using XDA Premium App
doggiedog said:
Thanks. I have tried everything. I could not change the permissions using sdx or ES File manager. All I could do with those programs was access the system directories. Unless I am doing something wrong, I will either need to get Root Explorer and change the permissions or get altered livewallpaper apks.
Click to expand...
Click to collapse
U don't need to change permissions in the sdx app removal app...
Set From My 3.0.1 Bonsai Epic 4g
OK. I think I may be confusing some people.
I would like to have Live Wallpapers in Bonsai since it's been removed. I did some research and found that you need to install the livewallpaper apks into the system/app directory. I did that using ES File Manager and rebooted. It didn't work. I did some more research and a few people had the same issue. The solution was to make sure the permissions in the livewallpaper apks was exactly the same as the permissions as the other apks in the apps directory. The apks in the directory all have Read Yes, Write No and Hidden No. All of the livewallpaper apks I found had permissions set up as Read Yes, Write Yes and Hidden No. I figure if I change the Write from Yes to No, it might work. I'm not 100% positive which is why I don't know if it's worth it to buy Root Explorer just to experiment. I'm hoping someone can provide me with the livewallpaper and livewallpaperspicker apks with altered permissions that have those settings.
Estewa_619, I will try that ROM. Thanks!
Tried the Frankenstein ROM livewallpaper apks and it still didn't work. The permissions are still set up as Read Yes, Write Yes and Hidden No.
doggiedog said:
OK. I think I may be confusing some people.
I would like to have Live Wallpapers in Bonsai since it's been removed. I did some research and found that you need to install the livewallpaper apks into the system/app directory. I did that using ES File Manager and rebooted. It didn't work. I did some more research and a few people had the same issue. The solution was to make sure the permissions in the livewallpaper apks was exactly the same as the permissions as the other apks in the apps directory. The apks in the directory all have Read Yes, Write No and Hidden No. All of the livewallpaper apks I found had permissions set up as Read Yes, Write Yes and Hidden No. I figure if I change the Write from Yes to No, it might work. I'm not 100% positive which is why I don't know if it's worth it to buy Root Explorer just to experiment. I'm hoping someone can provide me with the livewallpaper and livewallpaperspicker apks with altered permissions that have those settings.
Estewa_619, I will try that ROM. Thanks!
Click to expand...
Click to collapse
This is very easy to solve. Go to midnight rom and download it to computer. Open up the midnight extras folder and you will find lots of zip files in there that are all flashable in CWM. Just extract the folder, then copy the live wallpaper zips you want onto your sd card, then flash in CWM.
Alternatively, what I normally do is download the rom you want to flash (Bonsai). Open it up on your pc. Navigate to system/apps. Paste the livewallper apks into that directory. Then flash normally. This will include any files you want in the system/app folder.
davidrules7778 said:
U can also use sdx stock app removal app, just put the apk in the adx folder on the SD card and go Into the app then to manage backups and got restore
Set From My 3.0.1 Bonsai Epic 4g
Click to expand...
Click to collapse
Just used this method on bonsai 3.0.1 , worked just fine. Thanks!
Sent from my SPH-D700 using XDA App
All I did was download the flashable zip from frankenstine post and I flashed it in cwm and it worked for me
Sent from my SPH-D700 using XDA Premium App
mis3 said:
This is very easy to solve. Go to midnight rom and download it to computer. Open up the midnight extras folder and you will find lots of zip files in there that are all flashable in CWM. Just extract the folder, then copy the live wallpaper zips you want onto your sd card, then flash in CWM.
Alternatively, what I normally do is download the rom you want to flash (Bonsai). Open it up on your pc. Navigate to system/apps. Paste the livewallper apks into that directory. Then flash normally. This will include any files you want in the system/app folder.
Click to expand...
Click to collapse
7zip (windows) is what u want to use 2 open the zip but DO NOT EXTRACT it!!! Well in 7zip paste the apks u want into system/apps. Then close 7zip. Move the rom 2 ur sdcard and flash as u would normaly. U can also replace the boot/shutdown animation and a few other parts of the rom that you can add or subtract stuff from. I hope this help as not to sound offensive but u seem a bit newbish and 7zip isa great tool for viewing zip files w/o extracting them took me a good deal of time 2 find this handy tool, hope this helps ya out...
Sent from my Epic4G isn't that enough? *disclaimer* I may not know what I'm talikin bout, plz take w/ a grain of salt or sheen style it "I was banging 7 gram rocks and finishing em... because I'm me" -if thats winning I'm losing....
If any of u have the Android sdk installed, this is a 10 second push using adb - fwiw
Sent from my SPH-D700 using Tapatalk
I tried all of the cut and pasting techniques. None of them worked. I came across this online:
Code:
adb push LiveWallpapersPicker.apk /sdcard/
adb shell
Code:
su
remount rw
cat /sdcard/LiveWallpapersPicker.apk > /system/app/LiveWallpapersPicker.apk
exit
exit
I went into the dos shell and sure enough it worked!
Thanks for all the suggestions!
http://forum.xda-developers.com/showpost.php?p=12014836&postcount=13
<smacksforehead>
Here are the .zips from the midNIGHT ROM extras folder... Flash one of these, should work.
But the adb method works just as well... Maybe even faster.
Moved to Q&A.

Categories

Resources