Help to delete unnecessary apps! - Galaxy Ace S5830 Themes and Apps

Hello friends I need help from you guys so I can improve my ROM and even be able to provide it later ...
Some of the Apps unnecessary I could erase from my Android, plus the list that follows could not find on any site on the Internet, I found one on the list to delete the Galaxy Y, 5, and Atrix, but even if it applies to ACE, if they can help me saying what can be deleted, since deleted several apps that ate the battery and did nothing, others who were just more active role, and no later than 7 days without any errors on your phone, follow my system and the Apps available as this appears in Titanium Backup program I'm using for this.
SAMSUNG ROM VERSION OF THE OFFICIAL GALAXY ACE GT-S5830L NO OPERATORS, FULLY WORKING IN ENGLISH OR PORTUGUESE 100% INCLUDING THE 3G VERSION 2.3.6 ANDROID.
Come on ...
I put the same color that it appeared to me ...
[CALENDAR] Calendar 2.3.6 Storage
[SETTINGS] Storage settings 2.3.6
[CONTACT / CALL] Storing contacts 2.3.6
Store DRM-protected content 2.3.6
[PLAYLISTS] Storage Media 2.3.6
[SMS / MMS / APN] Storage dialer 2.3.6
2.3.6 Secure Storage
Setup Wizard 1.3
Package Wizard 2.3.6
Market Updater 1.0
Software Update 2.0.0
BadgeProvider 1.0
Status bar 2.3.6
BluetoothTest 1.0
BrcmBluetoothServices 2.3.6
Calc. 2.3.6
Calc. 1.0
Calendar 2.3.6
Calendar 1.0
com.samsung.InputEventApp 1.0.0
com.sec.android.app.lcdtest 1.0
com.sec.android.app.screencapture 1.0
com.sec.android.providers.downloads 2.3.6
Comment on the Market 2.3.7
Bluetooth Sharing 2.3.6
Config. 1.0
Setup Google Partner 2.3.7
[WALLPAPER / SETUP] Settings 2.3.6
account settings and sync 2.3.6
Account Samsung 1.0
Contacts 1.0
Contacts 1.0
2.3.6 DRM Content
Camera 1.0
Camera 1.0
DataCreate 1.0
[VOICEMAIL] Dialer 2.3.6
2.3.6 Downloads
Email 2.3.6
Email 1.0
1.0.0 Error
Structure of Google services 2.3.7
Supplier search app. 2.3.6
Gallery 1.0
Gallery 1.1.30682
Manager. Task 1:11
Manager. Task 1:12
Download Manager 2.3.6
Google Backup 2.3.7 Transport
Google Store Play
Voice Recorder 1.0
Time 11.01.14.01
Installer certificates 2.3.6
2.3.6 Installer packages
SIM Kit 2.3.6
Local network 01.01.08
LogsProvider 1.0
[SMS / MMS / PREFS] Messages 2.3.6
Posts 1.0
My Files 1.0.0
My files 1.0
My submissions 05/01/13
MmsProvision 2.3.6
Notes 1.0
OMACP 2.0
OPP 2.3.6
2.3.6 Perso
Peak TTS 1.0
PopupuiReceiver 1.0
Preconfig 2.3.6
Projector content DRM 1.0
Clock 1.0
[ALARMS] Clock 2.0.2
FM Radio 1.0
FM Radio 2.3.6
Selector animated wallpapers 2.3.6
Self Test Mode 1.0
Serial Number Read / Write 1.0
Service mode 2.3.6
VPN Services 2.3.6
Setup Wizard 1.0
ShutdownApp 1.0
Sync Google Calendar 2.3.7
Synchronization of Google Contacts 2.3.7
Social Hub 1.00.10101
Phone 1.0
SIM Toolkit 1.0
TTS Service 2.3.6
TwWallpaperChooser 1.0
[DICT USER] User Dictionary 2.3.6
HTML Viewer 2.3.6
WlanTest 1.0.0
The list was a little bigger, but as I said already deleted some of these left me the rest ...
Like to get the rest that do not pay at all and neither would change if we take
Apologies for the big list, and posted in the wrong place, and translated English, because I'm Brazilian!
I thank the help!
MayconLeonardo

Hi. The first question is: what kind of rom have you?
For example,i've the S5830DDKQ8 version.
I have the same problem and i want to make a updater-script that remove the apk and the related odex file.
The list of app is:
Code:
signin.apk
syncmldm.apk
SamsungWidget_ProgramMonitor.apk
BluetoothTestMode.apk
Browser.apk
Icdtest.apk
GoogleContactsSyncAdapter.apk
Dlna.apk
DualClock.apk
DownloadProviderUi.apk
Email.apk
FactoryTest.apk
Forest.apk
Gmail.apk
GoogleCalendarSyncAdapter.apk
Talk.apk
Maps.apk
Music.apk
GenieWidget.apk
wssomacp.apk
ClockWidget.apk
GoogleQuickSearchBox.apk
VoiceSearch.apk
SamsungApps.apk
LiveWallpapersPicker.apk
SelfTest.apk
PowerOnOffTest.apk
SnsProvider.apk
SnsAccount.apk
UnifiedInbox.apk
Street.apk
Protips.apk
Swype.apk
talkback.apk
thinkdroid.apk
WlanTest.apk
SamsungWidget_StockClock.apk
YouTube.apk
The script is this:
Code:
ui_print("This package does:");
ui_print(" 1. unistall system apps");
ui_print(" 2. deox rom");
ui_print(" 3. delete dalvik cache");
ui_print("made by John Deere Italy");
run_program("/sbin/mount", "/system");
ui_print("Mounted system partition");
run_program("/sbin/mount", "/data");
ui_print("Mounted data partition");
show_progress(1, 15);
ui_print("Start to uninstall apps");
delete("system/app/BluetoothTestMode.apk");
delete("system/app/BluetoothTestMode.odex");
delete("system/app/Browser.apk");
delete("system/app/Browser.odex");
delete("system/app/ClockWidget.apk");
delete("system/app/ClockWidget.odex");
delete("system/app/Dlna.apk");
delete("system/app/DownloadProviderUi.apk");
delete("system/app/DualClock.apk");
delete("system/app/Email.apk");
delete("system/app/FactoryTest.apk");
delete("system/app/Forest.apk");
delete("system/app/GenieWidget.apk");
delete("system/app/Gmail.apk");
delete("system/app/GoogleCalendarSyncAdapter.apk");
delete("system/app/GoogleContactsSyncAdapter.apk");
delete("system/app/GoogleQuickSearchBox.apk");
delete("system/app/Icdtest.apk");
delete("system/app/LiveWallpapersPicker.apk");
delete("system/app/Maps.apk");
delete("system/app/Music.apk");
delete("system/app/PowerOnOffTest.apk");
delete("system/app/Protips.apk");
delete("system/app/SamsungApps.apk");
delete("system/app/SamsungWidget_ProgramMonitor.apk");
delete("system/app/SamsungWidget_StockClock.apk");
delete("system/app/SelfTest.apk");
delete("system/app/signin.apk");
delete("system/app/SnsAccount.apk");
delete("system/app/SnsProvider.apk");
delete("system/app/Street.apk");
delete("system/app/Swype.apk");
delete("system/app/syncmldm.apk");
delete("system/app/Talk.apk");
delete("system/app/talkback.apk");
delete("system/app/thinkdroid.apk");
delete("system/app/UnifiedInbox.apk");
delete("system/app/VoiceRecorder.apk");
delete("system/app/VoiceSearch.apk");
delete("system/app/WlanTest.apk");
delete("system/app/wssomacp.apk");
delete("system/app/YouTube.apk");
ui_print("Unistall apps done!");
ui_print("Starting deox");
delete("system/app/BluetoothTestMode.odex");
delete("system/app/Browser.odex");
delete("system/app/ClockWidget.odex");
delete("system/app/Dlna.odex");
delete("system/app/DownloadProviderUi.odex");
delete("system/app/DualClock.odex");
delete("system/app/Email.odex");
delete("system/app/FactoryTest.odex");
delete("system/app/Forest.odex");
delete("system/app/IcdTest.odex");
delete("system/app/LiveWallpapersPicker.odex");
delete("system/app/PowerOnOffTest.odex");
delete("system/app/Protips.odex");
delete("system/app/SamsungWidget_ProgramMonitor.odex");
delete("system/app/SamsungWidget_StockClock.odex");
delete("system/app/SelfTest.odex");
delete("system/app/signin.odex");
delete("system/app/SnsAccount.odex");
delete("system/app/SnsProvider.odex");
delete("system/app/UnifiedInBox.odex");
delete("system/app/WlanTest.odex");
delete("system/app/wssomacp.odex");
ui_print("Deoxing completed!");
ui_print("Start to cleaning Dalvik-Cache");
delete_recursive("/data/dalvik-cache");
ui_print("Cleaning Dalvik-Cache completed!");
run_program("/sbin/umount", "/system");
run_program("/sbin/umount", "/data");
ui_print("Done!");
I've only a problem, that it doesn't clean dalvik-cache.
Could someone can help me to make it working?

i hv a list for this loooooooooooooooooooooong time ago.

imbawind said:
i hv a list for this loooooooooooooooooooooong time ago.
Click to expand...
Click to collapse
whta's the meaning of your claim?

John Deere Italy said:
whta's the meaning of your claim?
Click to expand...
Click to collapse
Here it is.

i've read it. But i want to write a script that make it automaticaly, if it's possible

Related

Apps to remove safely... UBER HUGE LIST! (UPDATED LATEST JVU ROM)

Delete the stupid bloatware and get more ram!
You can use ES File Explorer for this job.
Go settings on es file explorer and enable root explorer + mount file system as writable.
And go /system/app
-AngryGPS.apk (Test)
-AxT9IME.apk (Samsung keyboard)
-BluetoothTestMode.apk (Test)
-Bluetooth.apk (For print)
-BuddiesNow.apk (Widget)
-ChocoEUKor.apk (Font)
-CoolEUKor.apk (Font)
-Days.apk (Widget)
-Dlna.apk (Allshare app)
-DualClock.apk (Widget)
-Drmua.apk
-Email.apk (Stock mail app)
-Encrypt.apk (WTF)
-FactoryTest.apk (Test)
-Gallery3D.apk
-GoogleBackupTransport.apk (Backup for your market apps)
-GoogleFeedback.apk (Feedback force closes to google)
-GooglePartnerSetup.apk (Requied for kies)
-HTMLViewer.apk (Reading html files on your file manager)
-install_flash_player.apk (Old flash player. UPDATE BEFORE DELETING THIS!)
-Gmail.apk (UPDATE BEFORE DELETING THIS!)
-lcdtest.apk (Test again)
-LiveWallpapers.apk
-MagicSmokeWallpapers.apk (Live wallpaper)
-Maps.apk (Google Maps. UPDATE BEFORE DELETING THIS!)
-MarketUpdater.apk (Updating new market)
-Memo.apk (Notes app)
-MiniDiary.apk
-MobileTrackerEngineTwo.apk (Mobile Tracker app)
-MobileTrackerUI.apk (Mobile Tracker app)
-MtpApplication.apk (For kies)
-MusicPlayer.apk (Stock music app)
-MyFiles.apk (Stock file manager)
-NetworkLocation.apk (Eats too much ram for me)
-Personalization.apk
-PhoneSetupWizard.apk
-PicoTts.apk (Text to speech)
-PopupuiReceiver.apk (For mobile tracker)
-Preconfig.apk
-Protips.apk (Widget)
-RoseEUKor.apk (Font)
-SamsungApps.apk
SamsungAppsUNA3.apk (Samsung Apps)
-SamsungWidget_CalendarClock.apk
SamsungWidget_FeedAndUpdate.apk
SamsungWidget_ProgramMonitor.apk
SamsungWidget_StockClock.apk (Widgets)
-ScreenCaptureService.apk (Stock screenshot app but takes 4.8 mb ram every second)
-SecurityProvider.apk
-SelfTestMode.apk (Test)
-serviceModeApp.apk (Service menu)
-SetupWizard.apk
-signin.apk (OTA check)
-SimDetachNotifier.apk (Notification for sim detach)
-SnsAccount.apk (SNS, Facebook contact calendar sync etc)
-SnsProvider.apk
-Stk.apk (Sim card menu)
-Street.apk (Google streetview)
-Swype.apk
-syncmldm.apk
-syncmlds.apk
-Talk.apk (google talk)
-talkback.apk (Google Talkback)
-thinkdroid.apk (Thinkfree office)
-TouchWiz30Launcher.apk (TW Launcher)
-TouchWizCalculator.apk (Calculator)
-TouchWizCalendar.apk (Calendar)
-TtsService.apk (Text to speech)
-TwWallpaperChooser.apk (Stock wallpapers)
-UnifiedInbox.apk (Social hub)
-VisualizationWallpapers.apk (Live wallpapers)
-VoiceDialer.apk (Voice diller app tooks so much ram)
-VoiceRecorder.apk (Sound recorder)
-VoiceSearch.apk
-wipereceiver.apk (For mobile tracker)
-WlanTest.apk (test)
-WriteandGo.apk (Type and go app)
-wssyncmlnps.apk
-Youtube.apk (UPDATE BEFORE DELETING.)
Thanks ...for that!
SGS 1 with F1 Innovation v7.0 HD
so can i delete NetworkLocation.apk without any problems.
dontobi said:
so can i delete NetworkLocation.apk without any problems.
Click to expand...
Click to collapse
Yes %100 safe.
Removing Apps
Do not even try to remove some files listed here from CWM ROM to save space and then Flash it ... For Ex: JW1 rom remove PhoneSetup Wizard ... everything boots ok but HOME key still disabled like in wizard ... Ex: remove servicemode application and you wont pass last screen of setup wizard /// my own exprience of making "Lite" ROM's
dontobi said:
so can i delete NetworkLocation.apk without any problems.
Click to expand...
Click to collapse
NetworkLocation is usefull when your SGS Required to get location using cell tower not GPS.
Mostly weather apps work using this file, if you delete this file then u have to be dependent on GPS.
sajidmkhan said:
NetworkLocation is usefull when your SGS Required to get location using cell tower not GPS.
Mostly weather apps work using this file, if you delete this file then u have to be dependent on GPS.
Click to expand...
Click to collapse
Enter the city manually. And use gps status app for second job its faster. It hangs 7.8 mb ram always.
igoa said:
Do not even try to remove some files listed here from CWM ROM to save space and then Flash it ... For Ex: JW1 rom remove PhoneSetup Wizard ... everything boots ok but HOME key still disabled like in wizard ... Ex: remove servicemode application and you wont pass last screen of setup wizard /// my own exprience of making "Lite" ROM's
Click to expand...
Click to collapse
Do you know what kills haptic feedback? I'm searching it.
somewhat useless thread as next lists existing here for ages
SGS (red = removable)
SGS II (speaks for itself and very useful for SGS to
Allot of testing was going on when making these lists...
-Sam-
PS: you could also download my S.U.R.F.A.C.E. ROM and see what is removable
SamHaLeKe said:
somewhat useless thread as next lists existing here for ages
SGS (red = removable)
SGS II (speaks for itself and very useful for SGS to
Allot of testing was going on when making these lists...
-Sam-
PS: you could also download my S.U.R.F.A.C.E. ROM and see what is removable
Click to expand...
Click to collapse
Your rom is bloatwared for me. I can delete 15 or more apps from your rom. That's impossilbe to have a non bloatwared zip like afterwards because first boot needs most of things. This list is more huge than the link. And this will be updated.
burakgon said:
Your rom is bloatwared for me. I can delete 15 or more apps from your rom. That's impossilbe to have a non bloatwared zip like afterwards because first boot needs most of things. This list is more huge than the link. And this will be updated.
Click to expand...
Click to collapse
LoL
you like to exaggerate
according to your "list", there could only be 6 at most but these I won't remove for me mate (6 is my lucky number)
-BluetoothTestMode.apk
-Encrypt.apk
-Preconfig.apk
-SecurityProvider.apk
-SetupWizard.apk
-Swype.apk
you should rather thank me for the sheets as they provide some answers for you mate
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
cheers
SamHaLeKe said:
LoL
you should rather thank me for the sheets as they provide some answers for you mate
cheers
Click to expand...
Click to collapse
I understand that you are frustrated, and you think that your value is the number of "thanks" ? ...
SamHaLeKe said:
LoL
you like to exaggerate
according to your "list", there could only be 6 at most but these I won't remove for me mate (6 is my lucky number)
-BluetoothTestMode.apk
-Encrypt.apk
-Preconfig.apk
-SecurityProvider.apk
-SetupWizard.apk
-Swype.apk
you should rather thank me for the sheets as they provide some answers for you mate
cheers
Click to expand...
Click to collapse
servicemode.apk (how can you delete this on a zip rom?)
drmua.apk
brcmbluetoothservices.apk
bluetooth.apk
I can find 15 apk's to delete on your rom. Anyway thank you.
SamHaLeKe said:
LoL
you like to exaggerate
according to your "list", there could only be 6 at most but these I won't remove for me mate (6 is my lucky number)
-BluetoothTestMode.apk
-Encrypt.apk
-Preconfig.apk
-SecurityProvider.apk
-SetupWizard.apk
-Swype.apk
you should rather thank me for the sheets as they provide some answers for you mate
cheers
Click to expand...
Click to collapse
Thanks for the sheet, I've just found it and I think it's awesome! Good work!
thanks thats what i need
My JVU "Lite"
Default SMS Client removed because i am using GoSMS ... framework-res.apk cleared from unused data ... boots and works very fast
This MUST STAY:
------------------------------------------------------
AccountAndSyncSettings.apk
ApplicationsProvider.apk
BadgeProvider.apk
BluetoothOpp.apk
BluetoothPbap.apk
BluetoothTestMode.apk
BrcmBluetoothServices.apk
Browser.apk
CallSetting.apk
Camera.apk
CameraFirmware.apk
CertInstaller.apk
Contacts.apk
ContactsProvider.apk
CSC.apk
DefaultContainerService.apk
DownloadProvider.apk
DownloadProviderUi.apk
GoogleBackupTransport.apk
GoogleContactsSyncAdapter.apk
GooglePartnerSetup.apk
GoogleServicesFramework.apk
InputEventApp.apk
JobManager.apk
LogsProvider.apk
MediaProvider.apk
MusicPlayer.apk /// May Be Removed
wssomacp.apk
PackageInstaller.apk
Personalization.apk
Phone.apk
PhoneErrService.apk
PhoneSetupWizard.apk
Phone_Util.apk
Preconfig.apk
RootExplorer.apk
SecDownloadProvider.apk
SecurityProvider.apk
serviceModeApp.apk
Settings.apk
SettingsProvider.apk
SetupWizard.apk
shutdown.apk
Superuser.apk
SystemUI.apk
TelephonyProvider.apk
Vending.apk
VideoPlayer.apk /// May Be Removed
VoiceRecorder.apk /// May Be Removed
wssomacp.apk
ZeamL.apk /// Launcher
You may remove Samsung BootLogo from CWM ROM in system/media/
bootsamsung.qmg + bootloop.qmg ... PowerON.wav ... Replace 1MB OGG file with smaller one in framework-res.apk which never played for me and
change defaut screen+lock wallpapers to a much smaller ones
igoa said:
Default SMS Client removed because i am using GoSMS ... framework-res.apk cleared from unused data ... boots and works very fast
This MUST STAY:
------------------------------------------------------
AccountAndSyncSettings.apk
ApplicationsProvider.apk
BadgeProvider.apk
BluetoothOpp.apk
BluetoothPbap.apk
BluetoothTestMode.apk
BrcmBluetoothServices.apk
Browser.apk
CallSetting.apk
Camera.apk
CameraFirmware.apk
CertInstaller.apk
Contacts.apk
ContactsProvider.apk
CSC.apk
DefaultContainerService.apk
DownloadProvider.apk
DownloadProviderUi.apk
GoogleBackupTransport.apk
GoogleContactsSyncAdapter.apk
GooglePartnerSetup.apk
GoogleServicesFramework.apk
InputEventApp.apk
JobManager.apk
LogsProvider.apk
MediaProvider.apk
MusicPlayer.apk /// May Be Removed
wssomacp.apk
PackageInstaller.apk
Personalization.apk
Phone.apk
PhoneErrService.apk
PhoneSetupWizard.apk
Phone_Util.apk
Preconfig.apk
RootExplorer.apk
SecDownloadProvider.apk
SecurityProvider.apk
serviceModeApp.apk
Settings.apk
SettingsProvider.apk
SetupWizard.apk
shutdown.apk
Superuser.apk
SystemUI.apk
TelephonyProvider.apk
Vending.apk
VideoPlayer.apk /// May Be Removed
VoiceRecorder.apk /// May Be Removed
wssomacp.apk
ZeamL.apk /// Launcher
You may remove Samsung BootLogo from CWM ROM in system/media/
bootsamsung.qmg + bootloop.qmg ... PowerON.wav ... Replace 1MB OGG file with smaller one in framework-res.apk which never played for me and
change defaut screen+lock wallpapers to a much smaller ones
Click to expand...
Click to collapse
You need drm provider + sisodrm or some apps will be force closed.
Sent from my GT-I9000 using Tapatalk
I have ES file Explorer and Root explorer i did as written on begin but i dont see system/app in ES file Explorer?
Thank you. Free Ram increased to 191mb at start up.
Teşekkürler
SamHaLeKe said:
somewhat useless thread as next lists existing here for ages
SGS (red = removable)
SGS II (speaks for itself and very useful for SGS to
Allot of testing was going on when making these lists...
-Sam-
PS: you could also download my S.U.R.F.A.C.E. ROM and see what is removable
Click to expand...
Click to collapse
Is is 100% safe to remove the apps marked in red? Also, what does the "insanity" column mean?

[Q] CM7 Google apps, whats optional?

I'm just wondering what each app in CM7's GAPPS.zip is optional.
here are the apps in GAPPS.zip and what I think they do. Can anyone tell me if there are any dependancies between them?
FOTAKill.apk ---What is this?
GenieWidget.apk --- I think this is the weather widget?
GoogleBackupTransport --- APK to send my installed programs list, contacts, and calander to google.
GoogleCalanderSyncAdapter.apk --- Needed to sync to google calander
GoogleContactsSyncAdapter.apk --- Needed to sync google contacts
GoogleFeedback.apk --- Send your info to big brother
Googlepartnersetup.apk --- What is this?
GoogleQuickSearchBox.apk --- That seach box widget
GoogleServicesFramework.apk --- What is this?
LatinInmeturtorial.apk --- what is this?
MarketUpdator.apk --- What is this?
MediaUploader.apk --- What is this?
NetworkLocation.apk --- I'm guessing sends your location to google?
OneTimeInitializer.apk --- What is this?
SetupWizard.apk --- The setup wizard. Is this NEEDED by anything else?
Talk.apk --- Talk to google search?
Vending.apk --- what is this?
Basically I want to know what a bunch of these are. And if I REALLY need them. All I really want is google to backup my my calander and contacts. But I don't know what any of that other stuff is or if I can just delete the APKs. But I don't know if there are any dependancies.

List of Applications (incomplete)

NOTE: These applications are for a different phone, however most of them match what's on the Optimus G and I just thought I'd throw it up here for everyone's knowledge.
WARNING, THIS LIST IS INCOMPLETE, AND I SHALL NOT BE HELD RESPONSIBLE FOR ANYTHING YOU DO TO YOUR OWN DEVICE. PROCEED AT YOUR OWN RISK
LG Optimus 4X HD - Remove unnecessary system apps
(taken from handy-faq.de and translated with google)
http://translate.google.com/transla...hd_unnoetige_system_apps_entfernen-print.html
(some apps may not be included in the Optimus G, this does not include any carrier specific apps afaik)
What are system apps:
These are pre-installed apps that you can not actually delete. Many system apps are unnecessary, reduce the battery life and speed of mobile phones and also consume additional RAM.
What is needed:
Root privileges for the LG Optimus 4X HD
Super Manager or ROOT Explorer
How do you delete the apps:
Can in Super Manager [before the Super Manager Settings Root hook] you comfortably APK Manager to uninstall the apps. It is automatically created at the int SD card to backup the uninstalled apps. Another option is to use a ROOT Explorer [eg ES File Explorer ]. To do so earlier in the ES File Explorer Settings / ROOT settings - "Include File System"> "Root Explorer" and can be activated. Navigated with the ES File Explorer on the star [Favorites] to phone / system / app. It is the most useful apps including [ the associated. ODEX file] not easy to delete, but to move to SD card into a backup folder. It is also possible Apps 'freeze', for example, Titanium Backup Pro or Super Manager Donation.
Important note:
As always, think before you act!
Yes - App can be removed, function no longer available
Caution - through third-party app or replace with restrictions
No - app must not be removed or unknown impact
Overview of system apps:
Code:
Name Erasable? Description
AppBox.apk Yes App Manager
ApplicationManager.apk Yes LG Task Manager
ApplicationsProvider.apk Caution Search suggestions generated by installed applications
BackupRestoreConfirmation Yes Required for backup
Bluetooth.apk No Required for Bluetooth
BluetoothService.apk No Required for Bluetooth
CalenderWidget.apk Yes LG calendar widget
CameraApp.apk Caution LG Camera
CameraTestApp.apk Caution LG Camera Review
Chrome.apk Yes Google Chrome Browser
CertInstaller.apk No Certificate Installer
ChromeBookmarksSyncAdapter.apk Yes Chrome allows the browser on the PC to sync.
com.lge.shutdownmonitor.apk No Shutdown Monitor
DefaultContainerService.apk No Needed for application installer
DrmProvider.apk Caution Required for access to media with DRM
DrmService.apk Caution Required for access to media with DRM
EmailWidget.apk Yes LG EmailWidget
FaceLock.apk Yes Face Unlock
FavoriteContactsWidget.apk Yes Contact widget
Finance.apk Yes Financial News
FmRadio.apk Yes Radio
GalleryLG2.apk Caution Picture gallery
Gmail.apk Yes Gmail
GMS_Maps.apk Yes Google Maps
GoogleBackupTransport.apk Yes Google Backup Service
GoogleCalenderSyncAdapter.apk Caution Calendar synchronization
GoogleContactsSyncAdapter.apk Caution Contact synchronization
GoogleFeedback.apk Caution FC Report
GoogleLoginService.apk Caution Google login service
GooglePartnerSetup.apk No unknown
GoogleQuickSearchBox.apk Caution Search for contacts in the Wählapp
GoogleServiceFramework.apk No needed for Apps
GoogleTTS.apk Caution Google text-to-speech
HiddenMenu.apk Yes Service Menu
HiddenSIMUnlockManu.apk Yes belongs to hiddenmenu
HomeSelector.apk Yes Launcher / home screen switch
HTMLViewer.apk Caution Web Document Viewer
ImageUpdater.apk No unknown
KeyChain.apk No unknown
LGAlarmClock.apk Caution Alarm clock
LGCalculator.apk Yes Pocket calculator
LGCalendar.apk Caution Calendar
LGCalendarProvider.apk Caution Calendar synchronization
LGContacts3.apk Caution Contacts
LGCbReceiver.apk Yes Cell info messages
LGBrowser.apk Caution LG Browser
LGDefaultAccount.apk No unknown
LGDownloadProvider.apk No Remove caused FCs with Market and other apps
LGDrm.apk No unknown
LGEIME.apk Caution LG keyboard
LGEmail.apk Yes LG Email app
lgercui.apk Yes Remote Call Service
LGFotaClient.apk Yes Firmware update Over-The-Air
LGHome3_Theme_Biz.apk Yes BIS Theme
LGHome3_Theme_Cozywall.apk Yes Cozywall theme
LGHome3_Theme_Marshmallow.apk Yes Marshmallow Theme
LGHome3.apk Caution LG launcher / home screen
LGInstallService.apk No unknown
LGMms.apk Caution SMS / MMS
LGOnScreenPhone.apk Yes LG On-Screen Phone
LGPhone_2c.apk No Phone App
LGSettings.apk No Setting menu
LGSettingsProvider.apk No Synchronization setting
LGSetupWizard.apk Yes LG Setup Wizard can be removed after setting
LGSystemServer.apk No unknown
LGTelephonyProvider.apk No Telefon-/SMS/MMS and APN memory
LinkBackup.apk Yes Required for backup
LinkCompanion.apk Caution PC Suite Service
LockScreen.apk No LG Lockscreen
LockScreenSettings.apk No Lockscreen Settings
LocMgrPD.apk No unknown
LocMgrProvider.apk No unknown
LocMgrPT.apk No unknown
LogService.apk No unknown
MediaHome_X3.apk Yes Media Home
MediaProvider.apk No Required for access to all media, including ringtones
MemoWidget.apk Yes Memo Widget
MLT.apk No unknown
MusicFX.apk No unknown
MusicPlayer.apk Caution Music Player
MusicWidget.apk Yes Music Player Widget
NativeLiveWallpapersPicker.apk Caution Select Live Wallpaper
NetworkLocation.apk No for location-based services
News.apk Yes News App
Nfc.apk Caution NFC Near Field Communication
NfcTagPlus.apk Caution NFC tag app
PackageInstaller.apk No required to run (play goals) Apps
PartnerBookmarksProvider.apk No unknown
PCSyncUI.apk No PC Suite UI
Phonesky.apk Caution Google Play Store
PlusOne.apk Yes Google+
QuickClip.apk Caution Quick Memo
RichNote.apk Yes Notes
rspermlge.apk Caution LG Remote Support Service
SetupWizard.apk Caution Google Setup Wizard can be removed after setting
SharedStorageBackup.apk Yes Required for backup
Stk.apk Yes SIM toolkit can also be used with some providers (eg o2 Homezone service)
SmartShare.apk Yes SmartShare DLNA
SNS.apk Yes Social [Facebook, Twitter]
StreamingPlayer.apk Yes Streaming Player
Street.apk Yes Google Street View
SystemBackupService.apk Yes Required for backup
SystemUI.apk No Android UI
Tag_na.apk Yes TagViewer
Talk.apk Yes Google Talk
UserDictionaryProvider.apk Caution User dictionary for keyboard
VideoPlayer_X3.apk Yes Video player
VoiceRecorder.apk Yes Voice memo
VoiceSearch.apk Caution Voice Search
VpnDialogs.apk Caution Is used for VPN connection
WapService.apk Caution WAP service
WeatherWidget.apk Yes LG weather widget
YouTube.apk Yes Youtube
hello! You may send me, ChromeWithBrowser.apk and ChromeBookmarksSyncAdapter.apk with the respectives .odex files. I lost them and I can not synchronize my google boobkmarks. thanks!

[ROM][4.2.2][ODIN][10/8/13] SUperUser_UltraLite™ XDA THEME

Welcome to My Thread
A=A Productions
Presents
SUPERUSER
This is a .tar.md5 file for Odin or Heimdall and Mobile Odin.
THIS IS A CUSTOM ROM THAT YOU FLASH WITH ODIN
Description: This is a rooted customized Odin flashable ROM
this will restore your phone and leave you with TWRP {Most Stable version 2.5.0.2} Root and
A STABLE ROM ==== WITH EVERYTHING YOU NEED
super safe md5 check before flashing is performed makes this a safe choice.
details:
XDA color theme
M919
jfltetmo
Samsung TouchedWiz
wifi-Calling
de-odexed
ROOTED
DE-BLOATED
360 rotational
Drinks beer
4.3 Google play camera
4.3 Google play edition gallery
black and white dialer [hope its a first
Custom Ringtones and alerts alarms
N8TIVE Call REC
transparent modified weather widget accuweather.com
added toggle for data ...
White Toggles
Bootanimation = Nexus4
Customizable bootanimation ... add your own to system/media
tweaks for usability and performance and battery savings
XDA themed
Fast
Stable
Customizable..
water NOise is gone..
Nexus Four + Custom sounds added for touch and UI sounds
*Stock Kernel included
*Rooted and Powered By CHAINFIRE SUPERSU
( **SUnonag.apk included =] )
Thanks to XDA
Dsixda for his kitchen, helped me deodex the apps and bust open the boot.img
GOOGLE
CHAINFIRE
IbotPeaches
Jamison904
The XDA forum Moderators
SchoolSux
Anybody Cool.
Android file host
Notes:
Call REC
only through the towers
RECordings show up under /sdcard/sounds
Flashing guide:
wipe all / factory reset device
disable your antivirus for Odin
Enter Download mode after factory reset of device
In ODIN, only use the PDA section do not touch any other section or make any ticks or clicks on Odin Program
I use Odin 1.85
auto reboot is checked
F. Reset Time is checked that is it...
Special announcement
In Odin...
DO NOT tick Re-Partition, flash lock, phone EFS, Clear Phone or Bootloader Update.
##########################
####YOU Have Been WARNED####
##########################
Do not check or tick those.... if you want to find out what those options do its on you I suggest reading up on it if you are new to Odin in any way =]
Only add to PDA section this file... SUPERUSER_M919.tar.md5 = found on second post.
and flash
flash with Odin (tested=perfection) or Heimdall (untested but surely it will work) Mobile Odin should do fine as well.. like the file indicates it is checked for its MD5SUM and verified before it is allowed to flash via Odin. Heimdall is on you I bet it works just as well, however I am comfortable with Odin so I use Odin on Windows XP and 7.
wait untill device enters TWRP 2.5.0.2 and wipes cache for you and reboots automatically
sign in, let apps populate, if you want...
reboot
done
I reboot twice, but have no evildence that it is necessary.
*Disclaimer: I nor anyone else associated with XDA nor any other person or Group will be held accountable or liable for your actions that you willingly perform to your device or the devices of others.
Therefore by downloading any of the zip files found here or there or anywhere, you agree to the conditions of the *Disclaimer: and its implied terms. ​
Contributor
Rushing
ROM Kernel: Linux 3.4.x
Based On: TouchedWiz Samsung Source
Version Information
Status: Stable
Current Stable Version: SUperUser [ODIN]
Stable Release Date: 2013-10-7
Download via Android File Host
Odin flashable SuperUser M919 jfltetmo.tar.md5
some ss's
file is up
Package name
APK name
Remove Yes/No/Caution
Description​
LINKS DO NOT WORK! PULL FROM A STOCK ROM IF YOU NEED IT
. Account and Sync Settings com.android.providers.subscribedfeeds AccountAndSyncSettings.apk /No/ Syncs settings to Google servers. Needed for Gmail app notifications.
. AccuWeather.com com.sec.android.widgetapp.weatherclock SamsungWidget_WeatherClock.apk /Yes/ Weather Clock Widget
. Adobe Flash Player 10.1 com.adobe.flashplayer install_flash_player.apk/ No/
. AlertRecipients com.samsung.AlertRecipients AlertRecipients.apk /No/
. AllShare com.sec.android.app.dlna Dlna.apk /Yes/ DLNA connectivity, Part of AllShare
. Android Live Wallpapers com.android.wallpaper LiveWallpapers.apk /Yes/ Android Live Wallpapers
. Ap Mobile com.sec.android.widgetapp.apnews SamsungWidget_News.apk /Yes/ AP News Widget
. AppLock com.samsung.AppLock AppLock.apk /No/
. BadgeProvider com.sec.android.provider.badge BadgeProvider.apk /No/
. Bluetooth Share com.android.bluetooth BluetoothOpp.apk /Yes/ Bluetooth app
. Bluetooth Share com.broadcom.bt.app.pbap BluetoothPbap.apk /No/
. BluetoothAvrcp com.broadcom.bt.avrcp BluetoothAvrcp.apk /No/
. BluetoothTest com.android.bluetoothtest BluetoothTestMode.apk /No/
. BrcmBluetoothServices com.broadcom.bt.app.system BrcmBluetoothServices.apk /No/
. Buddies now com.sec.android.widgetapp.buddiesnow BuddiesNow.apk /Yes/ Buddies Widget
. Calculator com.sec.android.app.calculator TouchWizCalculator.apk /Yes/ Calculator app
. Calendar com.android.calendar TouchWizCalendar.apk /Yes/ Calendar
. Calendar com.sec.android.widgetapp.TwCalendarAppWidget TwCalendarAppWidget.apk /Yes/ TouchWiz Calendar Widget
. Calendar Storage com.android.providers.calendar CalendarProvider.apk /Yes/ Calendar Sync
. calendarchooser com.sec.android.app.twwallpaperchooser TwWallpaperChooser.apk /Yes/ TouchWiz Wallpaper selector
. Call settings com.sec.android.app.callsetting CallSetting.apk/No/
. Camera com.sec.android.app.camera Camera.apk /Yes/ Camera app
. Certificate installer com.android.certinstaller CertInstaller.apk /No/ (Web?) Certificate Installer. When removed, the WIFI will not be turned on (Automatically turned off).
. ChocoEUKor com.monotype.android.font.chococooky ChocoEUKor.apk /Yes/ Extra font
. Clock com.sec.android.app.clockpackage ClockPackage.apk /Caution/ Clock/Timer/Stopwatch app + Clock widgets, Provides Alarm and system clock for other apps
. Clock com.sec.android.widgetapp.analogclock AnalogClock.apk /Yes/ Analog Clock Widget
. com.newspaperdirect.pressreader.android.samsung com.newspaperdirect.pressreader.android.samsung PressReader.apk /Yes/ Magazine reader, part of readers hub
. com.orange.authentication.simcard.permission com.orange.authentication.simcard.permission SimServicePermission.apk /Caution/ When not using Orange, can be safely deleted
. com.samsung.app.playreadyui com.samsung.app.playreadyui PRUI.apk /Yes/ Play DRM content
. com.samsung.InputEventApp com.samsung.InputEventApp InputEventApp.apk /No/
. com.sec.android.app.lcdtest com.sec.android.app.lcdtest lcdtest.apk /Yes/ LCD Test
. com.sec.android.app.samsungapps.una com.sec.android.app.samsungapps.una SamsungAppsUNAService.apk /Yes/ Part of Samsung Apps
. com.sec.android.app.screencapture com.sec.android.app.screencapture ScreenCaptureService.apk /Yes/ Make screenshots
. com.sec.android.app.smtsetup com.sec.android.app.smtsetup SMTSetup.apk /No/
. com.sec.android.app.snsimagecache com.sec.android.app.snsimagecache SnsImageCache.apk /Yes/ Part of Samsung Social Hub
. com.sec.android.providers.downloads com.sec.android.providers.downloads SecDownloadProvider.apk /No/
. Contacts com.android.contacts Contacts.apk /No/ Contacts app; the Call log, Contacts and Favorites screens
. Contacts Storage com.android.providers.contacts ContactsProvider.apk /No/ Contacts Sync
. CrashNotifier com.samsung.crashnotifier PhoneCrashNotifier.apk /No/
. CSC com.samsung.sec.android.application.csc CSC.apk /No/ Country Specific Codes, controls APN settings, etc.
. DataCreate com.android.samsungtest.DataCreate DataCreate.apk /No/ Needed each boot (function unknown)
. Days com.sec.android.widgetapp.days Days.apk /Yes/ Days Widget
. Dialer com.android.phone Phone.apk /No/ Phone app; Dialer screen
. Dialer Storage com.android.providers.telephony TelephonyProvider.apk /No/ Phone sync?
. DigiLezen com.txtr.android.bol Bol.com_version_1.0.3.3.apk /Yes/ Bol.com Digilezen app
. Digital clock com.sec.android.widgetapp.digitalclock DigitalClock.apk /Yes/ Digital Clock Widget
. Download Manager com.android.providers.downloads DownloadProvider.apk /No/ Handles downloading files (Market, Browser, etc)
. Downloads com.android.providers.downloads.ui DownloadProviderUi.apk /Yes/ Downloads app
. DRM content com.sec.android.providers.drm SisoDrmProvider.apk /No/ Needed for music playback
. DRM content launcher com.sec.android.app.drmua DrmUA.apk /No/ Needed for music playback
. DRM Protected Content Storage com.android.providers.drm DrmProvider.apk /No/ Provides DRM functions, needed to access media files (including ringtones)
. Dual clock com.sec.android.widgetapp.dualclock DualClock.apk /Yes/ Dual Clock Widget
. Email com.android.email Email.apk Yes POP/IMAP email client, needed by the email widget
. Email com.sec.android.widgetapp.emailwidget EmailWidget.apk /Yes/ Email Widget, requires Email.apk
. EncryptApp com.sec.android.app.encrypt Encrypt.apk No
. Error com.sec.app.RilErrorNotifier PhoneErrService.apk No
. Factory Test com.sec.android.app.factorytest FactoryTest.apk Yes Factory Test
. FM radio com.sec.android.app.fm FmRadio.apk Yes FM Radio
. Gallery com.cooliris.media Gallery3D.apk Yes 3D Photo Gallery app (needed for lock screen wallpaper changer)
. Game Hub com.ngmoco.gamehubmobage GameHub.apk Yes Samsung Game Hub
. Gmail com.google.android.gm Gmail.apk Caution Gmail app
. Google Backup Transport com.google.android.backup GoogleBackupTransport.apk Caution Backup Mechanism for apps and settings?
. Google Calendar Sync com.google.android.syncadapters.calendar GoogleCalendarSyncAdapter.apk Caution Calendar Sync
. Google Contacts Sync com.google.android.syncadapters.contacts GoogleContactsSyncAdapter.apk Caution Contacts Sync
. Google Partner Setup com.google.android.partnersetup GooglePartnerSetup.apk Caution ???
. Google Search com.google.android.googlequicksearchbox GoogleQuickSearchBox.apk Yes Search box? Need for search in Phone app.
. Google Services Framework com.google.android.gsf GoogleServicesFramework.apk Caution Provides account / login information to Google Apps
. Helv Neue S com.monotype.android.font.helvneuelt HelvNeueLT.apk Yes Extra font
. Home screen tips com.android.protips Protips.apk Yes Protips widget
. HTML Viewer com.android.htmlviewer HTMLViewer.apk Yes ??? Doesn't seem to be needed
. IM com.sec.android.im SamsungIM.apk Yes IM app
. IMEITracker com.android.IMEITracker IMEITracker.apk Yes Track your phone when stolen, part of samsung dive
. Internet com.android.browser Browser.apk Yes Internet Browser
. Kies air com.samsung.swift.app.kiesair KiesAir.apk Yes Access your phone from your pc using Wifi
. Kies via Wi-Fi com.sec.android.app.kieswifi kieswifi.apk Yes Connect to Samsung Kies via Wifi
. Kobo com.kobobooks.samsung.android Kobo.apk Yes Magazine reader, part of readers hub
. Let's try, panning! com.sec.android.motions.settings.panningtutorial PanningTryActually.apk Yes Tutorial of motion sensor shortcuts
. Licence settings com.samsung.android.app.divx Divx.apk Yes DivX Player
. Live Wallpaper Picker com.android.wallpaper.livepicker LiveWallpapersPicker.apk Caution Live Wallpaper Selector
. LogsProvider com.sec.android.provider.logsprovider LogsProvider.apk No Needed for call logs
. Market com.android.vending data/app/com.android.vending-1.apk Caution Market app
. Market Feedback Agent com.google.android.feedback GoogleFeedback.apk Caution ForceClose reporting
. Market Updater com.android.vending.updater MarketUpdater.apk Caution Updates app list / download list in market? Needed by Vending.apk
. Media Storage com.android.providers.media MediaProvider.apk No Needed to access media files (including ringtones)
. Memo com.sec.android.app.memo Memo.apk Yes Memo app
. Messaging com.android.mms Mms.apk Yes Provides sms and mms (text) services
. Microbes com.samsung.android.livewallpaper.microbesgl Microbesgl.apk Yes Microbes Live wallpaper
. Mini diary com.sec.android.app.minidiary MiniDiary.apk Yes Mini Diary app
. Mini paper com.sec.android.widgetapp.postit PostIt.apk Yes Mini Paper Widget
. MmsProvision com.sec.android.app.MmsProvision MmsProvisioning.apk Yes Provides sms and mms (text) services
. Mobile Print com.sec.android.app.mobileprint MobilePrint.apk Yes Used to communicate with Wifi printers
. Mobile tracker com.android.settings.mt MobileTrackerEngineTwo.apk Yes Track your phone when stolen, part of samsung dive
. Motion settings com.sec.android.motions.settings MotionsSettings.apk No
. MTP Application com.android.MtpApplication MtpApplication.apk No Needed to connect to Samsung Kies
. Music com.android.music MusicPlayer.apk Yes Stock Music Player
. Music Hub com.samsung.music MusicHub_U1.apk Yes Samsung Music Hub
. My files com.sec.android.app.myfiles MyFiles.apk Yes Files Explorer
. My Uploads com.google.android.apps.uploader MediaUploader.apk Caution Upload media to remote servers? Picasa?
. Network Location com.google.android.location NetworkLocation.apk Caution Provides network (cell) location (as opposed to GPS location)
. News & Weather com.google.android.apps.genie.geniewidget GenieWidget.apk Yes News & Weather widget
. Ocean weather com.sec.ccl.csp.app.secretwallpaper.themeone SecretWallpaper1.apk Yes Secret Wallpaper
. OMACP com.wsomacp wssomacp.apk No SMS/MMS notification/receiving app
. Package Access Helper com.android.defcontainer DefaultContainerService.apk No Needed to install apps
. Package installer com.android.packageinstaller PackageInstaller.apk No Used to manually install apks (i.e. non-market apks)
. PCWDevice com.sec.pcw.device PCWClientS.apk No Unknown?; Freezing causes crashes in android.process.acore (android OS)
. Perso com.sec.android.app.personalization Personalization.apk No
. PhoneUtil com.sec.android.app.phoneutil Phone_Util.apk No
. Photo editor com.sec.android.mimage.photoretouching PhotoRetouching.apk Yes Part of Image Editor
. Pico TTS com.svox.pico PicoTts.apk Yes Text to speech
. Polaris Office com.infraware.polarisoffice PolarisOffice.apk Yes Polaris Office app
. PopupuiReceiver com.sec.android.app.popupuireceiver PopupuiReceiver.apk No
. Preconfig com.android.Preconfig Preconfig.apk No
. Program Monitor com.sec.android.widgetapp.programmonitorwidget SamsungWidget_ProgramMonitor.apk Yes Program Monitor Widget
. QuickView com.arcsoft.quickview QuickView.apk No
. Readers Hub com.sec.android.app.readershub ReadersHub.apk Yes Readers hub
. Samsung account com.osp.app.signin signin.apk Yes Samsung account (you won't be able to open > Settings > About phone > Software update)
. Samsung Apps com.sec.android.app.samsungapps SamsungApps.apk Yes Samsung Apps
. Samsung keypad com.sec.android.inputmethod.axt9 AxT9IME.apk Caution Samsung Keypad
. Samsung MMM com.samsung.mmm MMM_Smartphone_1.5.1_final.apk Yes Samsung MMM Widget
. Samsung TTS com.samsung.SMT SMTEngine.apk No
. Search Applications Provider com.android.providers.applications ApplicationsProvider.apk Yes Fetches the list of applications installed on the phone to provide search suggestions.
. Security Storage com.android.providers.security SecurityProvider.apk No
. Self Test Mode com.sec.android.app.selftestmode SelfTestMode.apk No
. Serial Number Read/Write com.sec.android.app.MainLabel SerialNumberLabelIndicator.apk No
. Service mode com.sec.android.app.servicemodeapp serviceModeApp.apk No
. Settings com.android.settings Settings.apk No Devices settings menu
. Settings Storage com.android.providers.settings SettingsProvider.apk No Settings sync?
. Setup Wizard com.android.setupwizard SetupWizard.apk Yes Setup Wizard when you first use your phone, you can manually configure your accounts later when deleted
. Share App com.sec.android.app.shareapp ShareApp.apk No
. ShutdownApp com.sec.android.app.shutdown shutdown.apk Yes Controls the shutdown process
. SIM Toolkit com.android.stk Stk.apk Yes Sim Tool Kit; manages multiple SIM cards; SMS services
. SNS com.sec.android.app.sns SnsProvider.apk Yes Part of Samsung Social Hub
. SNS disclaimer com.sec.android.app.snsdisclaimer SnsDisclaimer.apk Yes Part of Samsung Social Hub
. SNSAccountFb com.sec.android.app.snsaccountfb SnsAccountFb.apk Yes Facebook part of Samsung Social Hub
. SNSAccountLi com.sec.android.app.snsaccountli SnsAccountLi.apk Yes LinkedIN part of Samsung Social Hub
. SNSAccountMs com.sec.android.app.snsaccountms SnsAccountMs.apk Yes MySpace part of Samsung Social Hub
. SNSAccountTw com.sec.android.app.snsaccounttw SnsAccountTw.apk Yes Twitter part of Samsung Social Hub
. Social Hub com.sec.android.socialhub SocialHub.apk Yes Samsung Social Hub
. Social Hub com.seven.Z7 SevenEngine.apk Yes Part of Samsung Social Hub (needed for IM client)
. Software update com.wssyncmldm syncmldm.apk Yes Software Update (You won't be able to open > Settings > About phone > Software update)
. Sound player com.sec.android.app.soundplayer SoundPlayer.apk Yes
. Speech Recorder com.android.speechrecorder SpeechRecorder.apk Yes Records audio samples to test speech recognition
. Status Bar com.android.systemui SystemUI.apk No Android user interface
. Street View com.google.android.street Street.apk Caution Streetview for Google maps
. Swype com.swype.android.inputmethod Swype.apk Caution Swype Keyboard
. SyncmlDS com.smlds syncmlds.apk No Samsung Account (You won't be able to open > Settings > About phone > Software update, removal causes battery drain)
. Talk com.google.android.talk Talk.apk Caution Google Talk
. Task com.android.task Tasks.apk Yes Tasks app (does not sync with google tasks)
. Task manager com.sec.android.app.controlpanel JobManager.apk No Task Manager
. Tasks provider com.android.providers.tasks TasksProvider.apk No
. Terminal Emulator com.android.term Term.apk Yes Gives access to terminal
. TrimApp com.lifevibes.trimapp TrimApp.apk Yes Part of Video Editor app
. TTS Service android.tts TtsService.apk Caution Text to Speech. Needed by Google Navigator from Google Maps v5+. Otherwise, safe to remove.
. TwLauncher com.sec.android.app.twlauncher TouchWiz30Launcher.apk Caution TouchWiz 3.0
. USB settings com.sec.android.Kies Kies.apk Yes Connect to Samsung Kies
. User Dictionary com.android.providers.userdictionary UserDictionaryProvider.apk Yes Dictionary for LatinIME(keyboard) / Needed for LatinIME.apk to function
. Video maker com.sec.android.app.ve VideoEditor.apk Yes Video Editor
. Videos com.sec.android.app.videoplayer VideoPlayer.apk Yes Video Player
. Voice command com.vlingo.client.samsung VoiceToGo.apk Yes Driving Mode, commands for music require music.apk
. Voice recorder com.sec.android.app.voicerecorder VoiceRecorder.apk Yes Voice Recorder app
. Voice Search com.google.android.voicesearch VoiceSearch.apk Caution Voice Search for Google Search, Google Maps, etc
. VPN Services com.android.server.vpn VpnServices.apk Yes Connect to VPN
. Wi-Fi com.sec.android.app.FileTransferClient FTC.apk No
. Wi-Fi sharing com.sec.android.app.FileTransferServer FTS.apk Yes Wifi Sharing
. Wi-Fi sharing manager com.sec.android.app.FileTransferManager FTM.apk Yes Wifi Sharing Manager
. Windy weather com.sec.ccl.csp.app.secretwallpaper.themetwo SecretWallpaper2.apk Yes Secret Wallpaper
. wipeoutreceiver com.wipereceiver wipereceiver.apk Yes Remotely wipe data when phone is stolen, part of samsung dive
. Wlan Test com.sec.android.app.wlantest WlanTest.apk Yes Test Wlan Connectivity
. wssyncmlnps com.wssnps wssyncmlnps.apk Yes Needed for syncing with Samsung Kies
. Yahoo! Finance com.sec.android.widgetapp.stockclock SamsungWidget_StockClock.apk Yes Yahoo Finance Widget
. YouTube com.google.android.youtube YouTube.apk Caution Youtube app
. Zinio Reader com.zinio.samsung.android Zinio.apk Yes Magazine reader, part of readers hub
All links are checked and provide the APK if needed
SOURCE
First.
Looks interesting.
Downloading now.
Sent from my SGH-M919 using XDA Premium 4 mobile app
devynbf said:
First.
Looks interesting.
Downloading now.
Sent from my SGH-M919 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I guess I be second
This is going to be your goto for recovery for sure, just wait till they get a load of me.
Sent from my SGH-M919 using XDA Premium 4 mobile app
Rushing said:
Was thinking for a moment this one was going to slip onto the third page automagically.
You guys are tough
Sent from my SGH-M919 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
This forum is definitely tough...I feel your pain lol
No pain no gain.
No pain at all really. Just got bit by a mosquito therefore I have bigger problems lol
And actually I was referring to the two guys who are dling it to try it =)
They are tough, haha
I like dual interpretation
It really meant both
views 57
downloads 41
no complaints yet =] thats a win of sorts
Will test it when I have time,too busy these days,thanks for your work!
[email protected] said:
Will test it when I have time,too busy these days,thanks for your work!
Click to expand...
Click to collapse
cool cool I tested it. all is well.. and actually I discovered that you need the stock recovery to recover from a bad flash. twrp wont seem to wipe the device when things are awry.
so next version will be with stock recovery.. I know sounds boring but this thread is too exciting as is gotta tame this .tar
Can I flash with mobile Odin?
Sent from my SGH-M919 using XDA Premium 4 mobile app
Man I'm out of it today.
macboy3000 said:
You have to flash the ROM in a custom recovery. ODIN does not flash .zip roms, only MD5 roms.
Click to expand...
Click to collapse
The file is md5
Sent from my SGH-M919 using XDA Premium 4 mobile app
stewiemakkn said:
The file is md5
Sent from my SGH-M919 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
LoL yes this is for Odin. . it is a .tar. the md5 indicates that it is has a md5 file sum check that is not a necessary addition to a tar file but it makes it safer because =] it checks the ms5 sum before its flashed if the sum doesnt match up then it aborts the flash for your devices' safety
mobile Odin, I dont see why not... although i havent tested it but as stated above its checked for accuracy before a flash so you should be safe. I have never used odin mobile though so flash if you will and report back.
Rushing said:
LoL yes this is for Odin. . it is a .tar. the md5 indicates that it is has a md5 file sum check that is not a necessary addition to a tar file but it makes it safer because =] it checks the ms5 sum before its flashed if the sum doesnt match up then it aborts the flash for your devices' safety
mobile Odin, I dont see why not... although i havent tested it but as stated above its checked for accuracy before a flash so you should be safe. I have never used odin mobile though so flash if you will and report back.
Click to expand...
Click to collapse
yea I just took the risk and flashed it... It works perfectly Thanks
Sent from my SGH-M919 using XDA Premium 4 mobile app
stewiemakkn said:
yea I just took the risk and flashed it... It works perfectly Thanks
Sent from my SGH-M919 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Edited: thanks man, Much Appreciated
btw, any themers care to help me find the toggles button or bar or background? any info would be cool, Im nearly tired of looking. I will appreciate it especially after a few weeks of looking for them in various apps.
...ten minutes later scored in framework-res..... Yes.

Aroma Cleaner Bloatware Version 1

Aroma Cleaner Bloatware
this tool will helping about :
- simple and fast way to delete bloatware from your device
- takes less time to delete all the listed applications and files in the list
- no trash left behind as it would be if you delete files manually using Root Explorer
- more free RAM for apps that you are actually using
- better battery life and device speed improvements
you can select app for remove it by this tool
in next version will add more app later
now app list which you can select for remove
Code:
AlarmWidget.apk
BandService.apk
BasicDreams.apk
BCService.apk
BluetoothTest.apk
DeepSea.apk
DirectConnect.apk
DropboxOOBE.apk
DualClockDigital.apk
FaceLock.apk
GearManagerStub.apk
GlanceView.apk
GoogleCalendarSyncAdapter.apk
GoogleContactsSyncAdapter.apk
MediaUploader.apk
NfcTest.apk
PhotoTable.apk
PickUpTutorial.apk
SamsungTTS.apk (include /system/tts)
SCParser.apk
SecEmail_J.apk
SecExchange.apk
SecFactoryPhoneTest.apk
SecHTMLViewer.apk
SilentLog.apk
SmartcardManager.apk
SmartcardService.apk
Stk.apk
UniNotes.apk
WlanTest.apk
CloudAgent.apk
DirectShareManager.apk
DSMForwarding.apk
DSMLawmo.apk
FactoryTest.apk
GoogleFeedback.apk
PageBuddyNotiSvc.apk
SelfTestMode.apk
Tag.apk
SCONE_Android_ProxyService.apk (include /system/lib/libscone_proxy.so)
WfdBroker.apk
wssyncmlnps.apk
TrimApp_phone_J.apk
SamsungSans.apk
ChocoEUKor.apk
CoolEUKor.apk
RoseEUKor.apk
PanningTryActually.apk
FlashAnnotate.apk
FlashAnnotateSvc.apk
FmmDM.apk
FmmDS.apk
FusedLocation.apk
intelligenceservice_1.0_alpha1.apk
SyncmlDS.apk
Download
http://d-h.st/mqZ
will good if have someone can capture image for me or report or told list app on next version
Aonja said:
Aroma Cleaner Bloatware
...
will good if have someone can capture image for me or report or told list app on next version
Click to expand...
Click to collapse
Great Job man. THX:good:
Can you tell me about this :
- SamsungTTS.apk (include /system/tts)
- SCParser.apk
shasha59 said:
Great Job man. THX:good:
Can you tell me about this :
- SamsungTTS.apk (include /system/tts)
- SCParser.apk
Click to expand...
Click to collapse
SamsungTTS.apk is Samsung text to speak engine , you can remove if not use
SCParser.apk , i don't know what's that , but i removed it. it 's not affect any my daily usage. you can try backup before remove it
on next version i will add more detail about apk which i know
I used this work, unfortunately I no longer the synchronization of contacts in gmail.com (google account), how to restore this?
From your rom .zip extract it and copy /patse then chmod 644
Code:
Aonja said:
From your rom .zip extract it and copy /patse then chmod 644
Click to expand...
Click to collapse
sorry bro, the procedure of how to do I was already clear ... however, I asked you please, which was the application from having to copy.
usitaly said:
I used this work, unfortunately I no longer the synchronization of contacts in gmail.com (google account), how to restore this?
Click to expand...
Click to collapse
With your google account, i think.
@Aonja : can you remove the "GoogleContactsSyncAdapter.apk" in your aroma, please.
I got the same sync problem but fortunately, i restore the file copy with Titanium pro.
shasha59 said:
With your google account, i think.
@Aonja : can you remove the "GoogleContactsSyncAdapter.apk" in your aroma, please.
I got the same sync problem but fortunately, i restore the file copy with Titanium pro.
Click to expand...
Click to collapse
thanks for the report.... I have also taken steps to eliminate by the script some apk that may be necessary which must not be deleted for the normal operation of the device (eg. sync contacts google).
http://www31.zippyshare.com/v/13490485/file.html
all credit always to Aonja

Categories

Resources