I'm trying to fix the "daemon started successfully" problem, but I don't think I'm uninstalling and re-installing the driver correctly, I just uninstall the device from device manager, then plug the phone back in and let it install.
That must be wrong because it's not working. The program I'm trying to use is xUltiamte2.4 to deodex my phone.
Astralogic said:
I'm trying to fix the "daemon started successfully" problem, but I don't think I'm uninstalling and re-installing the driver correctly, I just uninstall the device from device manager, then plug the phone back in and let it install.
That must be wrong because it's not working. The program I'm trying to use is xUltiamte2.4 to deodex my phone.
Click to expand...
Click to collapse
If anyone has had this problem and fixed can you please tell me how you did it?
Astralogic said:
I'm trying to fix the "daemon started successfully" problem, but I don't think I'm uninstalling and re-installing the driver correctly, I just uninstall the device from device manager, then plug the phone back in and let it install.
Click to expand...
Click to collapse
Why is that a problem? You want the "daemon" to start successfully, ADB won't work if it doesn't... If it stays stuck on that, maybe you have some program interfering/using ADB. Maybe you have some other ADB program open (flashtool) or maybe you use Bluestacks; check your running processes for a running "adb.exe" process and kill it, then try again.
Removing the drivers should should work as you're doing it already, but before connecting your phone, you should reinstall the drivers first. Or, once it's installed, manually update the drivers through the Windows "Device Manager", by locating the "sa0105adb.inf" file manually.
It can be extracted from the drivers installer (the one that comes with Flashtool) with 7zip, or you might find it still in your temp folder.
Antiga Prime said:
Why is that a problem? You want the "daemon" to start successfully, ADB won't work if it doesn't... If it stays stuck on that, maybe you have some program interfering/using ADB. Maybe you have some other ADB program open (flashtool) or maybe you use Bluestacks; check your running processes for a running "adb.exe" process and kill it, then try again.
Removing the drivers should should work as you're doing it already, but before connecting your phone, you should reinstall the drivers first. Or, once it's installed, manually update the drivers through the Windows "Device Manager", by locating the "sa0105adb.inf" file manually.
It can be extracted from the drivers installer (the one that comes with Flashtool) with 7zip, or you might find it still in your temp folder.
Click to expand...
Click to collapse
Nothing works, isn't there a better way of deodexing then using this stupid program?
Edit: I have a better question. The only reason I want to deodex is so that I can debloat using this guide, that thread already gives me the list of bloatware, isn't there a way I can just go in and manually delete the bloat? Without have to worry about deodexing in order to get the debloat script to run?
Astralogic said:
Nothing works, isn't there a better way of deodexing then using this stupid program?
Edit: I have a better question. The only reason I want to deodex is so that I can debloat using this guide, that thread already gives me the list of bloatware, isn't there a way I can just go in and manually delete the bloat? Without have to worry about deodexing in order to get the debloat script to run?
Click to expand...
Click to collapse
Actually you can also debloat your rom while its odexed. At least as long as the framework is not changed.
Just do a backup, then get a root file manager and delete the safe to remove apps and their odex files. Reboot afterwards.
The only reason why the debloat script doesn't support odexed roms ia that the odex files are not deleted during the script. (However, it would be easily possible to add these lines)
WhiteNeo said:
Actually you can also debloat your rom while its odexed. At least as long as the framework is not changed.
Just do a backup, then get a root file manager and delete the safe to remove apps and their odex files. Reboot afterwards.
The only reason why the debloat script doesn't support odexed roms ia that the odex files are not deleted during the script. (However, it would be easily possible to add these lines)
Click to expand...
Click to collapse
Could you tell me what folder those files are in that I should delete?
Astralogic said:
Could you tell me what folder those files are in that I should delete?
Click to expand...
Click to collapse
Well, if you were following that guide you would have seen that practically everything it's deleting is in /system/app:
delete("/system/app/FBCalendarSync.apk"
Click to expand...
Click to collapse
The odex files are in the same folder, and have the same name aside from the .odex extension.
Then again, that program sometimes has issues; you could always copy the files from /system/app and /system/framework manually without using ADB to the corresponding folders, after starting the program open the Windows Task Manager and kill of the "adb.exe", and the program will continue running and let you deodex the files. Then you'd just have to figure out how to copy them back which is not hard.
Or you could also try a different deodexing program such as Universal Deodexer V4. I've never used any of those since I've deodexed my ROM with dsixda's Rom Kitchen, for which you'd just need to follow the instructions and then copy the resulting files manually (as you'd have to do in the above mentioned example anyway).
Antiga Prime said:
Well, if you were following that guide you would have seen that practically everything it's deleting is in /system/app:
The odex files are in the same folder, and have the same name aside from the .odex extension.
Then again, that program sometimes has issues; you could always copy the files from /system/app and /system/framework manually without using ADB to the corresponding folders, after starting the program open the Windows Task Manager and kill of the "adb.exe", and the program will continue running and let you deodex the files. Then you'd just have to figure out how to copy them back which is not hard.
Or you could also try a different deodexing program such as Universal Deodexer V4. I've never used any of those since I've deodexed my ROM with dsixda's Rom Kitchen, for which you'd just need to follow the instructions and then copy the resulting files manually (as you'd have to do in the above mentioned example anyway).
Click to expand...
Click to collapse
I don't mean I want to manually deodex, I mean I want to manually debloat, deleting the appropriate APK and ODEX file from /system/app seems easy enough, but what would I delete (if anything) from the /system/framework folder?
Astralogic said:
I don't mean I want to manually deodex, I mean I want to manually debloat, deleting the appropriate APK and ODEX file from /system/app seems easy enough, but what would I delete (if anything) from the /system/framework folder?
Click to expand...
Click to collapse
I know, I'm just giving you a solution since that program you're using has always given me issues, and even now, knowing that ADB works, it still get's stuck on that "starting ADB daemon" message.
I'm not trying to be rude, but if you're following the guide you'd have noticed that nothing gets deleted from the framework folder. All it tells you are which apps are safe to remove; whichever apps you do end up removing are up to you. I think the Google Talk app is garbage, but someone else might use it, so debloating is also subjective.
Also, you could just as easily do this with Titanium Backup and actually just freeze the app first in case you're not sure about deleting it.
Astralogic said:
I don't mean I want to manually deodex, I mean I want to manually debloat, deleting the appropriate APK and ODEX file from /system/app seems easy enough, but what would I delete (if anything) from the /system/framework folder?
Click to expand...
Click to collapse
I know, manually deodexing that way would cause a bootloop because of missing classes.dex files in every system app.
Some people that dont like the preinstalled Sony apps prefer getting rid of all the bloat and remove SemcGenericUXPRes.apk from framework folder.. And some (or most) of the framework jar files beginning with "com.sony..."
This will of course bring noticeable smoothness increases, but is very likely to cause bugs when not done by experienced users.
And it could cause a bootloop on odexed builds as the odex files in system/app do no longer fit to the framework.
Just for information.
WhiteNeo said:
I know, manually deodexing that way would cause a bootloop because of missing classes.dex files in every system app.
Some people that dont like the preinstalled Sony apps prefer getting rid of all the bloat and remove SemcGenericUXPRes.apk from framework folder.. And some (or most) of the framework jar files beginning with "com.sony..."
This will of course bring noticeable smoothness increases, but is very likely to cause bugs when not done by experienced users.
And it could cause a bootloop on odexed builds as the odex files in system/app do no longer fit to the framework.
Just for information.
Click to expand...
Click to collapse
I'm just gonna use titaniums backups freeze feature, I never knew it could do that.
I don't suppose someone somewhere has listed which of the com.sony*** files are safe to disable have they?
Astralogic said:
I'm just gonna use titaniums backups freeze feature, I never knew it could do that.
I don't suppose someone somewhere has listed which of the com.sony*** files are safe to disable have they?
Click to expand...
Click to collapse
TiBu's freeze doesnt help against some apps. They keep running in background but are no longer shown in Settings or Greenify.
Nope, but you might check any flashable "Xperia Media App port" zip. The more complete, the better.
The files that are included in framework folder are usually safe to remove. :good:
WhiteNeo said:
TiBu's freeze doesnt help against some apps. They keep running in background but are no longer shown in Settings or Greenify.
Click to expand...
Click to collapse
I have yet to see this happen. Maybe you can point me to one example, since I'd like to test this?
Antiga Prime said:
I have yet to see this happen. Maybe you can point me to one example, since I'd like to test this?
Click to expand...
Click to collapse
OmniSwitch.
Add it to Greenify first, then freeze it and reboot. Check Greenify main activity and you'll see.
Was getting on my nerves for two months, till I finally decided to uninstall it.
WhiteNeo said:
OmniSwitch.
Add it to Greenify first, then freeze it and reboot. Check Greenify main activity and you'll see.
Was getting on my nerves for two months, till I finally decided to uninstall it.
Click to expand...
Click to collapse
Well, don't know why you would add it to Greenify first, makes no sense, but nonetheless, you're right. But then again, this might be due to the way OmniSwitch is integrated into OmniRom in order to use it for the Recent Apps switch. I don't remember this happening on Carbon, which also has OmniSwitch without that integration. I'm on Omni right now so I can't verify this.
In Titanium Backup some apps are red, any idea why?
I'm going to disable two of those com.sony things every morning, but most of them are red.
Astralogic said:
In Titanium Backup some apps are red, any idea why?
I'm going to disable two of those com.sony things every morning, but most of them are red.
Click to expand...
Click to collapse
Most of the framework stuff cannot be disabled, it has to be uninstalled because Dalvik cache would have to be rebuilt when its gone.
I suggest trying doenen's heavily debloated 4.3 rom. Or at least having a look at its apps and framework to see what he has removed. :good:
Astralogic said:
In Titanium Backup some apps are red, any idea why?
I'm going to disable two of those com.sony things every morning, but most of them are red.
Click to expand...
Click to collapse
Titanium Backup has a help section which explains the colors. A red colored app means it's a System Service. I'm sure you can open the help section and check out what the other colors mean.
And as @WhiteNeo said, having a look at some other debloated ROM will help you decide what you can remove or not; don't disable or uninstall something just for the sake of disabling it. Find out what it's for and then decide if you need it, or if your Rom needs it in order to function properly.
If it's of any help you can use this as a reference. I made that back when I used to use Stock ROMs .
WhiteNeo said:
TiBu's freeze doesnt help against some apps. They keep running in background but are no longer shown in Settings or Greenify.
Nope, but you might check any flashable "Xperia Media App port" zip. The more complete, the better.
The files that are included in framework folder are usually safe to remove. :good:
Click to expand...
Click to collapse
Antiga Prime said:
I have yet to see this happen. Maybe you can point me to one example, since I'd like to test this?
Click to expand...
Click to collapse
WhiteNeo said:
OmniSwitch.
Add it to Greenify first, then freeze it and reboot. Check Greenify main activity and you'll see.
Was getting on my nerves for two months, till I finally decided to uninstall it.
Click to expand...
Click to collapse
Just confirming that @WhiteNeo is right. Even on Carbon Omniswitch's process is still active even though it's frozen/disabled. It doesn't consume RAM as far as I can tell, but this is odd behavior.
Related
Is there any way to re-load the default Samsung Captivate calendar app without starting from scratch? I deleted it thinking that I wouldn't really need it (stupid)and now I realize most calendar apps look for it. If not, is there an independent calendar app that could replace it?
Thanks a lot.
-Tony
Are you on stock or a custom rom? If it's the latter I would just download the zip again, extract the calender apk and place it in the correct folder (using root explorer or whatever) and apply permissions again, and reboot.
Sent from my Captivate
Every time I try to install the apk it tells me that it could not be installed. I tried downloading it from a few different sources and I get the same result every time. I put it into the system folder and try to instal it from there. I've gotten rid of all the other calendar files. No clue why I can't install the new one. I'm rooted and have permissions to side-load apps. any advice?
tonyfiore75 said:
Every time I try to install the apk it tells me that it could not be installed. I tried downloading it from a few different sources and I get the same result every time. I put it into the system folder and try to instal it from there. I've gotten rid of all the other calendar files. No clue why I can't install the new one. I'm rooted and have permissions to side-load apps. any advice?
Click to expand...
Click to collapse
Because you don't need to install it. Put the apk in the system folder, make sure it has the correct file permissions and then reboot. Done!
Okay. Well, it's now in the System folder as far as I can tell. I rebooted andthe Calendar is still not installed. What I'm not sure about is the permissions. What are the "correct permissions"? as in, what should they be set to and how would I chane them if I needed to?
Anyone? This has been driving me crazy for like two weeks now.
Still no dice...
Okay, I'm taking a crack at bumping this again. Honestly, I have no idea why this isn't working. I see the apk and odex files listed under my /system folder.
When I check Titanium Backup I see the following files:
com.android.calendar
com.android.providers.calendar
They're both crossed out.
Why won't they install? What am I doing wrong?
tonyfiore75 said:
Okay, I'm taking a crack at bumping this again. Honestly, I have no idea why this isn't working. I see the apk and odex files listed under my /system folder.
When I check Titanium Backup I see the following files:
com.android.calendar
com.android.providers.calendar
They're both crossed out.
Why won't they install? What am I doing wrong?
Click to expand...
Click to collapse
I think these apps should be under "/system/app" and not "/system" folder.
Yeah, I also have them under /system/app but still no luck. This is really driving me nuts. They're there. For all intents and purposes the phone SHOULD recognize them and install them... but it doesn't. Weird. I honestly don't know what I should do except forget it.
Hey guys,
Downloaded the transparent geniewidget and overwrite/backup the original one in the /system/app folder - using super manager app (rooted with visionary). Did an install and everything works fine..(background is transparent).
However upon phone reboot, background is not transparent anymore..(Had to repeat the process above to get background transparency)..It seems that the original file is automatically reinstalled upon reboot (Can't even find my backup file anymore). What did i do wrong here?
Did you enable root access in super manager?
That's all I can think of.
It's one of the first options in the settings.
I would also suggest that you disable super manager's task killer and power management functions.
You might also try tapping on geniewidget apk once it's in system/app and installing it, even though it should work without installing it that way I think that might sometimes help.
daveyian said:
Did you enable root access in super manager?
That's all I can think of.
It's one of the first options in the settings.
I would also suggest that you disable super manager's task killer and power management functions.
Click to expand...
Click to collapse
daveyian said:
You might also try tapping on geniewidget apk once it's in system/app and installing it, even though it should work without installing it that way I think that might sometimes help.
Click to expand...
Click to collapse
root access is enabled..
how do i disable task killer and management functions? i'm on super manager lite btw..
tried installing it..but it says 'Application not installed'
bossnass15 said:
root access is enabled..
how do i disable task killer and management functions? i'm on super manager lite btw..
tried installing it..but it says 'Application not installed'
Click to expand...
Click to collapse
I don't have super manager installed right now, that is one way to disable it's management functions btw (uninstall it)
I used super manager before there was a lite version, so maybe things are a little different now, there were a couple of settings I would turn off related to task killing and there was an app2sd reminder function.
I am really fumbling around in the dark myself so take anything I say with a grain of salt.
You should try putting the geniewidget I made (or the other one in the thread) in /data/app as well as system/app.
Try installing it from there too.
Although I just re-checked, and putting the apk in system/app alone did the job for me.
I've never had the probem exactly the way you describe it but I have run into the problem where I haven't found the correct file to rename and then the new file does nothing. I haven't seen the problem manifest on reboot, it just doesn't work.
Make sure you have found geniewidget or com.geniewidget (I forget the exact name), rename it to xxxapk.bak.
Is it still there after your reboot as xxxapk.bak?
daveyian said:
I've never had the probem exactly the way you describe it but I have run into the problem where I haven't found the correct file to rename and then the new file does nothing. I haven't seen the problem manifest on reboot, it just doesn't work.
Make sure you have found geniewidget or com.geniewidget (I forget the exact name), rename it to xxxapk.bak.
Is it still there after your reboot as xxxapk.bak?
Click to expand...
Click to collapse
Nope its gone.
After rooting, I backed up all apps and bloatware with Titanium Backup Pro, and then uninstalled the bloatware. I want to revert back to my stock state by reinstalling all bloatware, unrooting, reformatting, and rerooting and then using Psouza4's script method instead.
Obviously, I was unaware that I wasn't going to be able to reinstall several of these apps even though they are backed up.
I've been on this for HOURS. I obtained ALL the .apks of the bloatware from the Droid 3 System Dump that was posted here a while back. I moved all the .apks and .odexs of the corresponding apps into system/apps by using Root Explorer.
1.) When I use Root Explorer to try an install an app (DLNA or Flickr Authenticator, for example), it simply says "Application not Installed." It can install other apps such as Kindle and Books, but it cannot install the same ones that Titanium Backup has a problem installing as well So I tried Droid Explorer.
2.) Droid Explorer: Same thing. It can install most apps but not DLNA, Flickr Authenticator, and a handful of others. Crashes whenever I try to. "Droid Explorer has stopped working." So I learned how to use ADB.
3.) ADB: Whenever I try to install the app by "adb install DLNA.apk", it shows the progress and then gives me the error of [INSTALL_FAILED_DEXOPT].
Like the others ADB can install anything else except for the "problem child" list. Here's the list of the ones I cannot find a way to install without an error or a crash --
DLNA 0709.69
DLNASystemService 1.0
GoToMeeting 1.0
Guided Tours 2.3.4
Help Center 2.3.4
IM 3.0.4.6
IM Presence 2.3.4
News 2.3.4
Picasa Authenticator 2.3.4
Social Messaging 2.3.4
Social Messaging Service 2.3.4
Social Networking 2.3.4
Social Sharing 2.3.4
Social Status 2.3.4
Twitter Authenticator 2.3.4
Please help...and thank you in advance.
Forgot to mention; I've tried the method where you long-press the .apk and .odex using Root Explorer and then changing the permissions and then rebooting, but even after a reboot the app does not appear in my drawer.
Solved. Took me forever to figure it out. Thinking I should write a guide on how to do this for all the unfortunate souls who uninstalled apps instead of freezing or using Psouza4's script.
Lyxdeslic said:
Solved. Took me forever to figure it out. Thinking I should write a guide on how to do this for all the unfortunate souls who uninstalled apps instead of freezing or using Psouza4's script.
Click to expand...
Click to collapse
Would you mind sharing your solution? I have the same issue and am leary of trying Psouza's app because my carrier is Bell not Verizon (he's warned be this could cause a boot loop!). So I only tried replacing system apps that I deleted with no success.
Use psouza4 safe bloat remover in the Dev section, it will also recover your missing apps, make backups, symlink them correctly and more.
http://forum.xda-developers.com/showthread.php?t=1238472
-smc
somemadcaaant said:
Use psouza4 safe bloat remover in the Dev section, it will also recover your missing apps, make backups, symlink them correctly and more.
http://forum.xda-developers.com/showthread.php?t=1238472
-smc
Click to expand...
Click to collapse
I just realized his ONE-CLICK method is what allows system/app to be restored if you have the System Dump available. People kept telling me "yea use his script, it'll put everything back to normal." No, it won't. His script can rename all apps on the list from .apk to .bak, but the script itself will NOT restore anything. His ONE-CLICK method, however, will, assuming you have all the system files available.
UnhappyDroid3User said:
Would you mind sharing your solution? I have the same issue and am leary of trying Psouza's app because my carrier is Bell not Verizon (he's warned be this could cause a boot loop!). So I only tried replacing system apps that I deleted with no success.
Click to expand...
Click to collapse
1.) Download Root Explorer
2.) You need to get the .apk's and their corresponding .odex's into system/app. If they are on your computer, connect your phone via USB and drag them into a folder on your SD card (I made one called System Dump).
3.) Use Root Explorer to browse to the folder you put all the .apk's and .odex's in, and press the menu button and click "Multi-Select", and select all the apk's and odex's you want to install, then click "Move" or "Copy"
4.) Browse back into the system/app folder and click "Paste." (If it doesn't let you, make sure you have "r/w" clicked at the top right or you won't have permission to make alterations to that folder)
5.) Now find the .apk you want to install that you just pasted. For example, DLNA.apk. Click the file, and press "Install." It should give you a list of the permissions that the app needs. Hit ok/install, and it should say "App was not installed" or "Installation unsuccessful."
6.) Now, press and hold the .apk file you just tried to install. A menu will pop up. Click on "Permissions." Make sure ONLY the following boxes are checked - Owner: Read and Write, Group: Read, Others: Read. Everything else is to remain unchecked. Press "OK"
7.) Now, press and hold the .apk file again, but this time scroll down to "Change Owner." Change both Owner and Group to "0 - root" (it's the top-most option). Click "OK."
8.) Repeat steps 6 and 7 for the apk's corresponding .odex file.
9.) Change back to "r/o" at the top right of Root Explorer and exit.
10.) Reboot your phone.
11.) Once booted, your system file should be installed properly.
Lyxdeslic said:
I just realized his ONE-CLICK method is what allows system/app to be restored if you have the System Dump available. People kept telling me "yea use his script, it'll put everything back to normal." No, it won't. His script can rename all apps on the list from .apk to .bak, but the script itself will NOT restore anything. His ONE-CLICK method, however, will, assuming you have all the system files available.
Click to expand...
Click to collapse
He provides links to Verizon's system files in one of the posts.... so if you're with Verizon you're golden.... not so lucky if you're with Bell Canada like I am.
UnhappyDroid3User said:
He provides links to Verizon's system files in one of the posts.... so if you're with Verizon you're golden.... not so lucky if you're with Bell Canada like I am.
Click to expand...
Click to collapse
Additionally, the program has several menu items and links in the text that you can use to download these files. But again, only for Verizon users because we have different apps.
UnhappyDroid3User said:
He provides links to Verizon's system files in one of the posts.... so if you're with Verizon you're golden.... not so lucky if you're with Bell Canada like I am.
Click to expand...
Click to collapse
Unhappy, did you try out the steps I wrote out for you? They work like a charm. A bit time consuming, but it gets the job done regardless. Let me know if you need help or if you can't figure it out.
Would really appreciate some help.
Removed some bloatware via Titanium Backup, and of course, I got trigger happy.
process com.motorola.contacts (Contacts force closes)
process com.motorola.conversations (text messaging force closes)
So I have Root Explorer and got a hold of a system dump for Bionic.
I started by moving YahooContacts.apk (one of the apps I guess I shouldn't have uninstalled) back to the /system/app folder...but it doesn't show up anywhere as an installed app (just that the .apk was moved). If I try to actually select the .apk and try to install it says "Application did not Install" but the .apk IS moved.
Processes still don't work after moving.
I would appreciate any help, at this point I can't text or place calls. Thanks in advance, this forum helped me with the entire root process.
You cannot freeze/remove ANY of the other authenticator apps, it will cause contacts to freeze. I ran into that on the Droid 3.
First off there is no need to delete/remove, Freezing them accomplishes the same thing but most importantly it allows you to reverse what you have broken by Defrosting it. Do yourself a favor stop deleting and start freezing. If 16GB is not enough internal storage for you then you might consider an external HD from Seagate!!!!!!! LOL
I realize I made a big mistake. That's totally on me But it's in the past
Do I have any options to get this working again? I am definitely going to freeze apps in the future.
If I did delete an authenticator process, is there any way I can get those back? Would they be available through a system dump?
I believe that you need to make sure the permissions are correct after reinstalling an apk to the system/app folder. I've never done this, so I'll let you do the research. I've heard you can use root explorer to do this or a script with terminal emulator. Sorry I can't help more
I have the exact same problem, and am attempting to troubleshoot this issue on a different forum, however I am not allowed to post links but I'll try and keep you updated.
Edit: It's not a problem with permissions, I've made sure that they're correct with root explorer. It seems to be a Bionic-specific issue. I might just return it at this rate.
Thankfully, there's an unroot to use. I think im in the same boat. re-added all the yahoo related .apk and .odex and set permissions/owner, still nothing. Unroot and hope the Verizon dude is in a good mood!
Except now ADB is throwing "ERROR: ADB could not be granted root access" when trying to unroot
excellent.
Someone in the thread I was talking about had some success, its on droidforums dot net, droid bionic forum, bionic support, HELP! accidentally deleted IMSCServer from Droid Bionic thread. Maybe you can try something I haven't.
just do a factory reset thats what i had to do as I had the same problem.
I tried that, it didn't work... Did you actually get your system apps back? Did you do it through settings or the recovery menu?
i froze my bloat thats prob the difference and it was yahoo that caused the problem for me...
GLIMMERMAN76 said:
i froze my bloat thats prob the difference and it was yahoo that caused the problem for me...
Click to expand...
Click to collapse
It really begs the question why anything with Yahoo is required by the system. Furthermore, why did they make it so frustratingly hard to reinstall system apps on the Bionic? Really disappointed in Motorola for this.
Here is the fix for Contacts, restore these files and set correct permission, reboot and presto Contacts fixed
That did it.. I have been looking for the YAHOO Contacts.apk file for 3 days with a bloody wortheless phone that I spent 300 shells on!
BTW I agree with Glimmerman, WHY DID YAHOO get involved in contacts? Talk about a sneaky way in integrate them.
0mie said:
Here is the fix for Contacts, restore these files and set correct permission, reboot and presto Contacts fixed
Click to expand...
Click to collapse
Sorry if I'm newbtastic here but what do I do with these APKs and odex. I tried installing with ES explorer but it would not install. Am I supposed to move these files somewheres? /system/app then try install ? Thanks
answered my own question. I WAS newbtastic afterall. LOL. Thanks anyways. This did it. Dang Yahoo!
lol yep my girlfriend did this yesterday fortunately i have a bionic too so i just pulled the files from my phone and pushed to hers.
damn you yahoo.
also, apparently go contacts EX will 'fix' the problem (you must use their app however)
phil7280 said:
Sorry if I'm newbtastic here but what do I do with these APKs and odex. I tried installing with ES explorer but it would not install. Am I supposed to move these files somewheres? /system/app then try install ? Thanks
Click to expand...
Click to collapse
Wait - WHERE are we putting the Contact fix and do we extract it once we've moved it?
0mie said:
Here is the fix for Contacts, restore these files and set correct permission, reboot and presto Contacts fixed
Click to expand...
Click to collapse
I'm confused as to where to put this. I downloaded it and it downloaded into tapatalk downloads. Where do I move it and do I extract it?
How to properly integrate updates into ROM of SONY XPERIA apps like album, Walkman and Movies? Whenever I use Titanium Backup, Link2SD, or other apps, camera stops functioning, and album and walkman doesn't have any cover/thumbnails. Clearing cache/dalvic-cache never helps, and from what I have understood it must be a 'libs' problem, beacuse whenever I integrate theme, the symlinks from /data/data folder point out to nowhere. Also, I have tried to manually replace/move the 'libs' from /data/app-lib to /system/lib, but achieved nothing. Is there anything else I can do? Thank you.
P.S: Camera stops functioning beacuse of the integration of 'AR-effect' update.
NFS_FM said:
How to properly integrate updates into ROM of SONY XPERIA apps like album, Walkman and Movies? Whenever I use Titanium Backup, Link2SD, or other apps, camera stops functioning, and album and walkman doesn't have any cover/thumbnails. Clearing cache/dalvic-cache never helps, and from what I have understood it must be a 'libs' problem, beacuse whenever I integrate theme, the symlinks from /data/data folder point out to nowhere. Also, I have tried to manually replace/move the 'libs' from /data/app-lib to /system/lib, but achieved nothing. Is there anything else I can do? Thank you.
P.S: Camera stops functioning beacuse of the integration of 'AR-effect' update.
Click to expand...
Click to collapse
I tried that too, integrating using Titanium, replacing files using root explorer etc but no luck. So back to how it was. Keep the original file where it was and install updates over it.
sourabhp said:
I tried that too, integrating using Titanium, replacing files using root explorer etc but no luck. So back to how it was. Keep the original file where it was and install updates over it.
Click to expand...
Click to collapse
Well, if there it isn't any other solution, it seems I wiil just let them untouched. But how ROM makers integrate updates then?
NFS_FM said:
Well, if there it isn't any other solution, it seems I wiil just let them untouched. But how ROM makers integrate updates then?
Click to expand...
Click to collapse
not sure about that. but may be they are using patched services.jar ( SuperUser mod)
sourabhp said:
not sure about that. but may be they are using patched services.jar ( SuperUser mod)
Click to expand...
Click to collapse
I'm already using superuser mod, either by replacing my services.jar, either by Xposed, but no result. Well, thank you for trying to help, anyway!