fb chat can't sign in - Desire Q&A, Help & Troubleshooting

this app com with sebastian15 rom (runnymede5.0).
so how to prove it?
or how to remove this app?

I do not know how to prove, but you can uninstall it in setting>applications>manage applications.
If you can not remove it there, use Titanium Backup to delete or freeze it.

remove apps
you can easily remove apps BEFORE you flash a rom,
u can use winrar or 7zip
you only have to access the folder (in the zip file of the rom) with the system apps and delete the apps you dont like

Related

system app space

maybe a daft question but what is the benefit from deleting system apps,wallpapers etc.
does it speed up things , create more space?
anybody no
Speed up things? Not really, it is a linux based device, not windows But depending on what you delete (e.g. running unnecessary apps).
Removing factory stuff will create more space.
And what to remove? It depends on the ROM what you use. If it is a HTC Sense based ROM, then there is a list over at Leedroid's site what can be remove.
cheers, what will it create more space for tho? can u say obtain apk files of apps from the market and install then as system apps therefore creating more space for downloaded apps on internal memory?
Just cut and paste apks from /data/app into /system/app, preferably large apps that rarely get updated and your unlikely to uninstall.
Or
Use titanium backups "convert to system app" feature.
Don't forget they will disappear when updating your rom.
Sent from my HTC Desire using XDA App
i can convert to system apps in titanium, then backup the rom , extract the boot and system image and run it thru disxda kitchen and that will create a rom with the titanium backups in system apps .wont it??????
Not all apps convert well as system apps in titanium. Also I think you'd need to be s-off to do that.
Why not just run your rom.zip through dsixda, then drop the .apk's you want into the system/app directory and pack it up again?
sounds like a plan dan!
rootSU said:
Not all apps convert well as system apps in titanium. Also I think you'd need to be s-off to do that.
Why not just run your rom.zip through dsixda, then drop the .apk's you want into the system/app directory and pack it up again?
Click to expand...
Click to collapse
i used this method time ago and it works...

Saving or Storing .apk's

I'm about to start buying a few different apps, and want to save them on my PC so I can have them for either future use or if I am gonna be wiping my phone, returning it, getting another phone, etc... Anybody save them straight to their computer from amazon.com, or can I pull them off my phone thru Kies after dowloading from the market? Then I guess I'll also need to know how would I get the apk running once I put it on my SD Card? Sorry in advance if this is a dummy question- it's my first run at this and there are tons of different opinions and people pitching their softwares on google search and youtube that span back to 2009, so I'd like to see what someone who knows how and has a T989, Thanks!
Download astro file manager (free) from the market and u can back up your apk's. Save them to ur sd card and transfer it to ur pc.
Sent from my SGH-T989 using XDA
zero86ea said:
Download astro file manager (free) from the market and u can back up your apk's. Save them to ur sd card and transfer it to ur pc.
Sent from my SGH-T989 using XDA
Click to expand...
Click to collapse
+1
Sent from my SGH-T989 using XDA
You can also use JRUMMY6 apps - Ultimate app manager pro or ROM Toolbox Pro. This will save the apk as well as the settings for that app.
CincoDeDrinko said:
I'm about to start buying a few different apps, and want to save them on my PC so I can have them for either future use or if I am gonna be wiping my phone, returning it, getting another phone, etc... Anybody save them straight to their computer from amazon.com, or can I pull them off my phone thru Kies after dowloading from the market? Then I guess I'll also need to know how would I get the apk running once I put it on my SD Card? Sorry in advance if this is a dummy question- it's my first run at this and there are tons of different opinions and people pitching their softwares on google search and youtube that span back to 2009, so I'd like to see what someone who knows how and has a T989, Thanks!
Click to expand...
Click to collapse
Here's a quick guide:
1) Download and install a file explorer application that can write to the system partition. You can use ROOT explorer or ES file explorer. I'm not sure if astro has system writing capabilities.
2) Go into the application and enable root access and the ability to write to system. For ES, you go into settings then scroll down and check "Up to Root" and "Root Explorer" and "Mount File System"
3) Navigate to the apk files that you want to save. For user apps, it's under /data/apps and for system apps (memo, contacts, etc.) it's under /system/apps. Now you probably default to /sdcard so you'll have to go up one more level to reach the root directory (it'll just be "/") to access system or data. Save those apks.
4) If you want to restore these apks to a future phone/ROM, it's the same idea, except you just have to copy paste the files to the directory that you found them in. But you have to watch out for odexed/deodexed apps because they're not compatible. So if you go into /system/apps or /data/apps and you see a .odex file after each respective .apk file, you won't be able to install those apps to a ROM that is deodexed. If you go into those directories and you only see .apk files, you won't be able to install those apps on a stock ROM (almost all custom ROMs are deodexed).
5) All you have to do is copy the files into the directories and reboot, you don't have to install them or anything. Some will say that you should change the permissions to (rw- r-- r--) but I've tried both ways anecdotally and I don't think it makes a difference whether you do or not.
Although I'm not sure why you want to go about it this way, if you have titanium backup it'll do all your backing up and restoring for you. The only thing that I use this method for is for the memo.apk which I use but isn't included on all ROMs. TB doesn't back this up because it's a system app. So this process is really only necessary for system apps.
yoft1 said:
Here's a quick guide:
1) Download and install a file explorer application that can write to the system partition. You can use ROOT explorer or ES file explorer. I'm not sure if astro has system writing capabilities.
2) Go into the application and enable root access and the ability to write to system. For ES, you go into settings then scroll down and check "Up to Root" and "Root Explorer" and "Mount File System"
3) Navigate to the apk files that you want to save. For user apps, it's under /data/apps and for system apps (memo, contacts, etc.) it's under /system/apps. Now you probably default to /sdcard so you'll have to go up one more level to reach the root directory (it'll just be "/") to access system or data. Save those apks.
4) If you want to restore these apks to a future phone/ROM, it's the same idea, except you just have to copy paste the files to the directory that you found them in. But you have to watch out for odexed/deodexed apps because they're not compatible. So if you go into /system/apps or /data/apps and you see a .odex file after each respective .apk file, you won't be able to install those apps to a ROM that is deodexed. If you go into those directories and you only see .apk files, you won't be able to install those apps on a stock ROM (almost all custom ROMs are deodexed).
5) All you have to do is copy the files into the directories and reboot, you don't have to install them or anything. Some will say that you should change the permissions to (rw- r-- r--) but I've tried both ways anecdotally and I don't think it makes a difference whether you do or not.
Although I'm not sure why you want to go about it this way, if you have titanium backup it'll do all your backing up and restoring for you. The only thing that I use this method for is for the memo.apk which I use but isn't included on all ROMs. TB doesn't back this up because it's a system app. So this process is really only necessary for system apps.
Click to expand...
Click to collapse
TI backup also just requires the pro license key to be stored in the same location as the backup directory. this way you can change roms and get Ti pro back without needing to re purchase.
Sent from my SGH-T989
try using root explorer
then goto the data/app directory copy your apps and move to whatever folder that you like. then if you want you could sign up for minus and upload all your apks (they have a 2gb upload limit so it works great). Or just connect hercules to computer and pull files from folder you copied to to your computer.
rom tool box pro backs up ALL your installed apks on your sd. manual install and market installed.

Deleted stock programs from the root

Using root explorer i can explore my root. I read somewhere in this forum that i can delete some of the unwanted stock programs; i also read that many of the stock programs waste a lot of ram!
So i want to delete some of the programs i never use. Is it possible? Do i have to just delete the apk file, or do i have to delete the .odex one too? And will it not hurt my phone?
Also, i noticed i can extract some of the programs from there. Is it possible for me to say, extract "video.apk" and "video.odex" from this rom, and simply paste it in the root folder of another rom and expect it to work?
Thankyou
List of programs i want to delete (Notice: these are programs i NEVER use. Also, those marked with an asterisk (.apk*) also have a .odex file too.):
BuddieNow.apk*
Days.apk*
Email.apk*
EmailWidget.apk*
GameHub.apk
GenieWidget.apk*
Gmail.apk*
All “google*syncadapter”.apk*
Maps.apk*
marketupdater.apk*
memo.apk*
minidiary.apk*
operamini-5.1.24639.apk
plusone.apk*
postit.apk*
samsungwidget_news.apk*
snsaccountfb.apk*
snsaccountli.apk*
snsaccountTw.apk*
other “sns” .apk*
SocialHub.apk*
street.apk*
talk.apk*
talkback.apk
youtube.apk*
Just delete the apk and the apps will disappeared but make sure the apk you want to delete is really not important or your phone will not work properly. Or you can try to freeze the apps you want to delete and see it for 1 - 2 days to see if it's working properly with other apps. If its not working properly just unfreeze it again.
Sent from my GT-I8150 using xda premium

moving apps from system/app

I have a few apps like facebook google plus and google maps which are by default installed in XperiaS.
I am rooted stock ics. 45 build.
Can I remove or delete the applications from system/app cause any problems?
And I want to install them from playstore if I need them.
So anyone tell me which.directory does the app we install from playstore are installed so that i.can move apps from sys/app in that folder..
Yes you can and yes, you can easily uninstall/move them.
Use root explorer to move the app/apk that you not want to move from System/app to your SD Card Folder.
Just make sure not to delete or move any system apk, that is required to run the OS.
More Specific instructions by Redstarr1 below- so follow it, u shud b fine.
molzz said:
I have a few apps like facebook google plus and google maps which are by default installed in XperiaS.
I am rooted stock ics. 45 build.
Can I remove or delete the applications from system/app cause any problems?
And I want to install them from playstore if I need them.
So anyone tell me which.directory does the app we install from playstore are installed so that i.can move apps from sys/app in that folder..
Click to expand...
Click to collapse
So auni already told you you can remove apps like Facebook, G+ and Gmaps easily from /system/app. If you want the app back as a "normal" app, you can:
- copy those apps to /data/app, I'd go with one of the following options though
- copy those apps to your external storage and install them like you would any other app (so once you copied the app outside of /system, press it and a dialog will open)
- delete those apps and install them from Play Store.

Restore system apps?

Hi, I have installed custom rom Le1PRO_US_X800-ROW-v48RL-CUOCO92-5.5.011S on my LeTV and I uninstalled few system apps like browser, calendar, bugreporter, and now I want to bring them back. I unpacked a system.img from .zip and extracted a apks from system/app/***/ folder, and pasted this to my phone via app Root Browser, but I don't know what to do next to bring this apps back, because I still don't see this apps installed.
Flash the whole ROM zip without any wipe, then remove the apps you don't want when it fully boots.

Categories

Resources