So I found someone's debloater tool on here that removes apps that were considered bloat, however, it also removed the Email app, which I heavily use for corporate email. So I found a link to download all the original apks, and copied over the following to my /system/app folder:
SecEmail_J.apk
SecEmail_J.odex
SecExchange.apk
SecExchange.odex
and rebooted my phone. However, the icons don't show up for the Email app, and I don't have the option to add a Microsoft exchange account when I go into the 'add account' menu in Settings
Any ideas on what I can do?
Bump
billybob00 said:
So I found someone's debloater tool on here that removes apps that were considered bloat, however, it also removed the Email app, which I heavily use for corporate email. So I found a link to download all the original apks, and copied over the following to my /system/app folder:
SecEmail_J.apk
SecEmail_J.odex
SecExchange.apk
SecExchange.odex
and rebooted my phone. However, the icons don't show up for the Email app, and I don't have the option to add a Microsoft exchange account when I go into the 'add account' menu in Settings
Any ideas on what I can do?
Click to expand...
Click to collapse
billybob00 said:
Bump
Click to expand...
Click to collapse
Install the no-wipe copy of your ROM using ODIN. See the Android Development forum for this phone for a pointer.
Did you set the permissions correctly?
Surge1223 said:
Did you set the permissions correctly?
Click to expand...
Click to collapse
-rw-r--r-- root root 14614907 2013-10-07 11:12 SecEmail_J.apk
-rw-r--r-- root root 9157632 2013-10-07 11:12 SecEmail_J.odex
-rw-r--r-- root root 122868 2013-10-07 11:12 SecExchange.apk
-rw-r--r-- root root 3965744 2013-10-07 11:12 SecExchange.odex
Those are the same permissions as everything else in that folder. Does it look right?
Related
The Nook Honeycomb build is now ready for work! The Email client now completely ignores security policies pushed by the Exchange server and I'm able to get to my corporate email.
I decompiled the Email.apk (using apktool), and repacked it after bypassing the check for security policies. Essentially it is the same method as described by user afflaq.
For the 3.0 build, the function isActive() needs to be modified in com.android.email.SecurityPolicy to make it always return 1.
Here is a diff:
Code:
$ diff -rup SecurityPolicy.smali smali/com/android/email/SecurityPolicy.smali
--- SecurityPolicy.smali 2011-02-09 02:32:22.269439000 -0500
+++ smali/com/android/email/SecurityPolicy.smali 2011-02-09 02:32:29.634860300 -0500
@@ -1778,7 +1778,7 @@
return v1
:cond_0
- const/4 v1, 0x0
+ const/4 v1, 0x1
goto :goto_0
.end method
Use the attached signed Email.apk and replace the one in /system/app with it.
Note: I noticed that all the apks under /system/app were setuid user and group. I wonder why? Anyways, so when I copied the Email.apk, I just set it to the permissions of the original Email.apk.
Code:
# adb shell mount -o remount,rw /dev/block/mmcblk0p2 /system
# adb push Email.apk /system/app
# adb shell chmod 6755 /system/app/Email.apk
Warning: Do not forget to secure your lock screen with either a PIN, pattern or password (Honycomb supports all of these methods). This is under Settings->Location and Security
Enjoy!
EDIT: yes the APK is signed so no need to sign it again.
You first said:
j4mm3r said:
Use the attached signed Email.apk and replace the one in /system/app with it.
Click to expand...
Click to collapse
But then you were like...
Oh and dont forget to sign the apk before pushing it to the phone.
Click to expand...
Click to collapse
So which one is it? Signed or unsigned?
HQRaja said:
You first said:
But then you were like...
So which one is it? Signed or unsigned?
Click to expand...
Click to collapse
since its just an apk, Im going to go with unsigned. You would sign a zip file. You can push the apk directly from ADB, or sign and zip it and flash it
Bypassing corporate security policies = mucho bad.
Ummm... yeah... bypassing corporate security is real bad. I'm a Systems Admin at a healthcare company and if one of our employees bypassed security, had e-mails with Protected Health Information on a device and lost it, they would probably get fired. Same goes for financial institutions. Or anyone who violates IT policy. But, you know, whatever you're into...
A. Nonymous said:
Bypassing corporate security policies = mucho bad.
Click to expand...
Click to collapse
You seem to have an extra word at the beginning of that sentence.
But then I suppose that also depends on which side of the "remote data wipe" you happen to be on.
iconoclastnet said:
You seem to have an extra word at the beginning of that sentence.
But then I suppose that also depends on which side of the "remote data wipe" you happen to be on.
Click to expand...
Click to collapse
HAHA that response was EPIC, to say the least!
Modified Email.apk for rooted stock Nook?
All in the title...
I've rooted my nook, using ADW launcher, hoping to get onto corporate email the same way I do on my phone. Will the Email.apk in this thread work on stock? If not, does anyone have an Email.apk that will work with stock?
Thanks,
Alan
Just in case you were wondering, this is incompatible with phones running Android 2.x
I just tried pushing it to my phone, but no love.
lost icon
Well, got root, copied Email.apk to Email.apk.bak.
Copied new Email.apk and EmailWidget.apk into /system/app, set perms, all OK.
Now the email icon is gone.
What did I do? How can I launch my mail app?
Thanks in advance.
HolderOfTheHorns
Thanks to Indirect, brianf21, and AdamOutler, albertwertz and others, I've downgraded 1.4.0, rooted, installed gapps, and clockword mod recovery on my new Nook Tablet. No problem keeping root and sideloading apps.
Does anyone have a detailed change log for 1.4.1? All BN says is "minor system enhancements" (gotta love that word "enhancements"), but others say it fixes some bugs. Has anyone done a close comparison of 1.4.0 and 1.4.1? If all the update does is break root and sideloading, why bother?
There is no (non-internal) detailed changelog for the 1.4.1 update. All requests for such documentation have fallen on deaf ears.
conundrum768 said:
There is no (non-internal) detailed changelog for the 1.4.1 update. All requests for such documentation have fallen on deaf ears.
Click to expand...
Click to collapse
Well, I'm intrigued enough to start digging. I compared all the apps in the /system/app folder using ExamDiff for the stock 1.4.0 (acclaim_update.zip) and update to 1.4.1 (downloaded from BN), and found
Files that are different:
Accessories.apk
AFfileDownloadService.apk
AMV.apk
AppLauncher.apk
ApplicationsProvider.apk
B3AndroidReader.apk
BnCloudRequestSvc.apk
BnConnectivityService.apk
Browser.apk
CloudService.apk
DemoMode.apk
DeviceManager.apk
DRPReader.apk
Email.apk
Fava.apk
Gallery.apk
Home.apk
HomeWidgets.apk
LatinIME.apk
Library.apk
NookCommunity.apk
Oobe.apk
PackageInstaller.apk
Pandora.apk
Quickoffice_Viewer_3.3.5.apk
QuickSearchBox.apk
RDGEReaderAcclaim.apk
Reader.apk
Settings.apk
SettingsProvider.apk
Shop.apk
Social.apk
SystemUI.apk
ThumbnailService.apk
WWReader.apk
Files that are identical
AccountAndSyncSettings.apk
AirRuntime.apk
BnAppInstaller.apk
BnPolicyManagerSvc.apk
CertInstaller.apk
Chess.apk
ContactsProvider.apk
Crossword.apk
CryptoServer.apk
DefaultContainerService.apk
DownloadAdmin.apk
DownloadProvider.apk
DRMProvider.apk
FlashPlayer.apk
Gsearch.apk
Hulu_Plus_159.apk
MediaProvider.apk
Music.apk
netflix-1.5.0-137-390-release.apk
NookHWTest.apk
PicoTts.apk
QuickStartActivity.pak
SoundRecorder.apk
Sudoku.apk
SysChecksum.apk
TelephonyProvider.apk
TokenParser.apk
TtsService.apk
UserDictionaryProvider.apk
Apps not present in 1.4.1 update /system/apps:
Calculator.apk
Calendar.apk
CalendarProvider.apk
DeskClock.apk
DownloadProviderUI.apk
Not extremely useful, I know, but a start.
Hey Guys
I managed to do a system dump of all the Developer Tools loaded on the test image when I got my Prime back. There are quite a few useful tools, I'm not a developer, so alot of it doesn't make much sense to me, but in an effort to help all of us, I would like to post this and hopefully you developers out there could help to make some improvements using these tools.
You'll see a couple of the standard APKs in here aswell, but just run through each of them, there's at least about 20 or so developer tools (ranging from GPS,BT,Wifi,Accelerometer, CPU tests, a specific Developer Tool kit...etc)
Have a look and let me know if any of it is useful. I've compressed in using 7zip:
http://www.4shared.com/archive/PJJe9p8O/app.html?
Thank you for providing this..although host site 4shared requires signup/login in order to download.
Sorry about that, 4shared was the only site I could think of at the time without having to pay to upload. I was going to use Dropbox and share a public link, but they have disabled that feature.
If you have any other site that doesn't require a subscription, let me know and I will upload it there.
phoenix573 said:
Sorry about that, 4shared was the only site I could think of at the time without having to pay to upload. I was going to use Dropbox and share a public link, but they have disabled that feature.
If you have any other site that doesn't require a subscription, let me know and I will upload it there.
Click to expand...
Click to collapse
I'll mirror it to DevHost and post the link to it here once it's done downloading/uploading
Edit: Here's the DevHost link: http://d-h.st/5pD
Sent from my ADR6425LVW using XDA Premium.
Have any of you guys found this useful?
Sent from my GT-N7000 using xda premium
137 MB 7z archive? Those apps must be loaded with some goodies. I'm no dev, but I'm downloading it out and will check it out right now. I wonder if there is an unlocker in there that doesn't communicate to ASUS or even a relocker. Of course I'm just postulating and it's possible they didn't include that.
*crosses fingers*
---------- Post added at 09:37 PM ---------- Previous post was at 08:38 PM ----------
Nothing that interesting. Some apps don't install, others don't work... One weird one I couln't figure out was AtCmdSender.
Here's whats inside the file, in case anyone's wondering:
Code:
accelerometerfactorycalibration.apk
ApplicationsProvider.apk
AppLocker.apk
AsusDayScene.apk
AsusReader.apk
AtCmdSender.apk
AWS.apk
BatteryWidget.apk
Bluetooth.apk
BooksTablet.apk
Browser.apk
BTtest.apk
Calculator.apk
Calendar.apk
CalendarProvider.apk
Camera.apk
CertInstaller.apk
CheckCompassCalibarateStatus.apk
ChromeBookmarksSyncAdapter.apk
CMClient.apk
Contacts.apk
ContactsProvider.apk
data
DataBackup.apk
DefaultContainerService.apk
DeskClock.apk
Development.apk
Dictionary.apk
DidimCalibration.apk
DMClient.apk
DownloadProvider.apk
DownloadProviderUi.apk
DrmProvider.apk
ECompassK.apk
Email.apk
EmailWidget.apk
Exchange.apk
FacebookPoster.apk
FAQLoader.apk
FileManager2.apk
GalleryNew3D.apk
Gmail.apk
GoogleBackupTransport.apk
GoogleCalendarSyncAdapter.apk
GoogleContactsSyncAdapter.apk
GoogleFeedback.apk
GoogleLoginService.apk
GooglePartnerSetup.apk
GoogleQuickSearchBox.apk
GoogleServicesFramework.apk
GPSTest.apk
HoloSpiralWallpaper.apk
HTMLViewer.apk
Keyboard.apk
Kindle-OEM.apk
LatinImeGoogle.apk
Launcher2.apk
LightSensorK.apk
LiveWallpapersPicker.apk
LogTool.apk
Maps.apk
MarketUpdater.apk
MEar.apk
MediaProvider.apk
MediaUploader.apk
Mms.apk
MTTestTool.apk
Music2.apk
MyCloud.apk
MyNet.apk
MyWater.apk
MyWater2.apk
MyZine.apk
NetworkLocation.apk
NvCPLSvc.apk
NVIDIATegraZone.apk
PackageInstaller.apk
Phone.apk
Phonesky.apk
PhotoSlideShow.apk
PicoTts.apk
PixWe.apk
PlusOne.apk
PolarisOffice.apk
PRAndroid.apk
QuickSearch.apk
Screenshot.apk
Settings.apk
SettingsProvider.apk
SetupWizard.apk
SoundRecorder.apk
SpareParts.apk
SpeechRecorder.apk
StrAsus.apk
Street.apk
Supernote.apk
SystemUI.apk
Talk.apk
TaskManager.apk
TelephonyProvider.apk
TtsService.apk
UpdateLauncher.apk
UserDictionaryProvider.apk
Vibe2.apk
VibeConfig.apk
Vibe_CN.apk
VideoEditorGoogle.apk
Videos.apk
VoiceSearch.apk
Weather.apk
WidevineSamplePlayer.apk
Wifi_BCM_RfTest.apk
XT9IME.apk
YoutubeSearch.apk
YouTubeTablet.apk
ZinioReader.apk
ZinioSettingsProvider.apk
data/com.android.vending-1.apk
---------- Post added at 11:40 AM ---------- Previous post was at 11:31 AM ----------
phoenix573 said:
I managed to do a system dump of all the Developer Tools loaded on the test image when I got my Prime back.
Click to expand...
Click to collapse
What OS version did these come from?
I'm getting a lot of "Application not installed" errors trying to load some of these on my device. Running stock 4.0.3 [US_epad-9.4.2.28] Rooted
Thanks for sharing!
This is a simple flashable package with an updater script that will remove the following:
ATT Device Help
ATT Address Book Sync
ATT Amazon Kindle
ATT CityID
ATT Drive Mode
ATT Family Map
ATT Hot Spot
ATT Locker
ATT Messages
ATT myATT
ATT Navigator
ATT Promo Widget
ATT Ready2go
ATT SmartWifi
ATT YPmobile
Added to removeATTbloat5.zip:
ATT CodeScanner
ATT Games
This should work on either odexed or deodexed stock/rooted. I recommend wiping cache and dalvik after flashing in TWRP or CWM.
If you notice one of these still installed after rebooting - you can remove it via play store after flashing this zip, but BEFORE you do please get me the package name from /data/app/ so I can add it to the script to be removed
Looking for even more of a cleanse? @wevsspot has shared a script here (http://forum.xda-developers.com/showpost.php?p=46916104&postcount=65) that will remove above and beyond ATT bloat. Thanks!
Thanks. I'll give it a try. If it works like expected, You Da Man!!!!:laugh:
Edit:
Works great, but I did notice a few other AT&T apps I would like to get rid of, " AT&T FamilyMap, AT&T Smart Wi-Fi and AT&T Messages".
Is it possible to add these to the script?
Thanks man!
dmjlabelle said:
Thanks. I'll give it a try. If it works like expected, You Da Man!!!!:laugh:
Edit:
Works great, but I did notice a few other AT&T apps I would like to get rid of, " AT&T FamilyMap, AT&T Smart Wi-Fi and AT&T Messages".
Is it possible to add these to the script?
Thanks man!
Click to expand...
Click to collapse
Hmm they were removed for me...but looking through i think i see a few more things that need removed that may take care of it. Gimme a few..
Edit: Do they still show in /system/app/ when checking with a file browser?
homeslice976 said:
Hmm they were removed for me...but looking through i think i see a few more things that need removed that may take care of it. Gimme a few..
Edit: Do they still show in /system/app/ when checking with a file browser?
Click to expand...
Click to collapse
No actually they don't. They are still in my app drawer and do still run when clicked one. Maybe I can uninstall now on google play. I'll try.
Edit: I was able to remove them from the play store and after reboot they are still gone. Thanks man. Not sure why I needed to do that, but it worked.
dmjlabelle said:
No actually they don't. They are still in my app drawer and do still run when clicked one. Maybe I can uninstall now on google play. I'll try.
Edit: I was able to remove them from the play store and after reboot they are still gone. Thanks man. Not sure why I needed to do that, but it worked.
Click to expand...
Click to collapse
Before you uninstall them, Can you check /data/app/ ? If they're there, get me the package names, please
Edit: just saw your edit. No worries.
Note to anyone else who doesn't get something removed - you can remove it via play store after running this script, but before you do please get me the package name from /data/app/ so I can add it to the script
homeslice976 said:
Before you uninstall them, Can you check /data/app/ ? If they're there, get me the package names, please
Edit: just saw your edit. No worries.
Note to anyone else who doesn't get something removed - you can remove it via play store after running this script, but before you do please get me the package name from /data/app/ so I can add it to the script
Click to expand...
Click to collapse
Ya Sorry. If I knew more about how things work, I would have known better and waited to see if there was anything that could have helped you first.
Hey, just used your script. I still have AT&T Smart Wi-Fi in the app drawer and both AT&T Messages and AT&T Smart Wi-Fi under installed apps. I couldn't find any remaining AT&T apk's under /system/app.
Could you please check /data/app?
Sent from my HTC One using Tapatalk 2
Nothing AT&T related in there either.
Edit:
My /data is empty actually.
Probably won't be att there.. it'll be com.something.something. the icons should be the same though..
Sent from my HTC One using Tapatalk 2
Does this remove ATT Contacts too? So many useless features, right?
--edit:
Never mind, ATT Contacts are gone too. Great!
I still see LiveTV though which I believe is from AT&T. This app is a different one from TV with the remote function.
Great, thank you!
hp79 said:
Does this remove ATT Contacts too? So many useless features, right?
--edit:
Never mind, ATT Contacts are gone too. Great!
I still see LiveTV though which I believe is from AT&T. This app is a different one from TV with the remote function.
Click to expand...
Click to collapse
If livetv is indeed att bloat, I'll add it to the updater script tomorrow to be removed
Sent from my HTC One using Tapatalk 2
homeslice976 said:
If livetv is indeed att bloat, I'll add it to the script tomorrow
Click to expand...
Click to collapse
Here's an ls from \system\app on a developer model. I'm guessing anything the AT&T model has beyond that is bloatware.
Code:
AndroidHtcSync.apk
AndroidHtcSync.odex
Automotive_Home.apk
Automotive_Home.odex
Automotive_InternetRadio.apk
Automotive_InternetRadio.odex
Automotive_Traffic.apk
Automotive_Traffic.odex
BackupRestoreConfirmation.apk
BackupRestoreConfirmation.odex
Basic.apk
Basic.odex
Bluetooth.apk
Bluetooth.odex
Books.apk
Books.odex
BrcmBluetoothServices.apk
BrcmBluetoothServices.odex
Browser.apk
Browser.odex
CalculatorWidget.apk
CalculatorWidget.odex
Calendar+nonprime.apk
Calendar+nonprime.odex
CalendarProvider.apk
CalendarProvider.odex
Camera.apk
Camera.odex
CertInstaller.apk
CertInstaller.odex
CheckinProvider.apk
CheckinProvider.odex
ChromeBookmarksSyncAdapter.apk
ChromeBookmarksSyncAdapter.odex
ChromeWithBrowser.apk
ChromeWithBrowser.odex
CIMEXT9.apk
CIMEXT9.odex
com.htc.videoCenter-debug.apk
com.htc.videoCenter-debug.odex
ContactsProvider.apk
ContactsProvider.odex
COTAClient.apk
COTAClient.odex
CustomAppInstaller.apk
CustomAppInstaller.odex
CustomizationSettingsProvider.apk
CustomizationSettingsProvider.odex
CustomizationSetup.apk
CustomizationSetup.odex
DefaultContainerService.apk
DefaultContainerService.odex
DemoFLOPackageInstaller.apk
DemoFLOPackageInstaller.odex
DeviceManagement.apk
DeviceManagement.odex
DownloadProvider.apk
DownloadProvider.odex
DownloadProviderUi.apk
DownloadProviderUi.odex
Dropbox.apk
Dropbox.odex
Facebook.apk
Facebook.odex
FacebookEngine.apk
FacebookEngine.odex
Facebook_Client.apk
Facebook_Client.odex
FaceLock.apk
FaceLock.odex
FDHttpd.apk
FDHttpd.odex
FilePicker.apk
FilePicker.odex
FlexNet.apk
FlexNet.odex
Flickr.apk
Flickr.odex
FlickrEngine.apk
FlickrEngine.odex
FMRadioService.apk
FMRadioService.odex
FM_Radio.apk
FM_Radio.odex
Frisbee.apk
Frisbee.odex
GenieWidget.apk
GenieWidget.odex
Gmail.apk
Gmail.odex
GmsCore.apk
GmsCore.odex
GMS_Maps.apk
GMS_Maps.odex
GoogleBackupTransport.apk
GoogleBackupTransport.odex
GoogleCalendarSyncAdapter.apk
GoogleCalendarSyncAdapter.odex
GoogleContactsSyncAdapter.apk
GoogleContactsSyncAdapter.odex
GoogleFeedback.apk
GoogleFeedback.odex
GoogleLoginService.apk
GoogleLoginService.odex
GooglePartnerSetup.apk
GooglePartnerSetup.odex
GoogleServicesFramework.apk
GoogleServicesFramework.odex
GoogleTTS.apk
GoogleTTS.odex
GSD.apk
GSD.odex
HoloSpiral.apk
HoloSpiral.odex
HomePersonalize.apk
HomePersonalize.odex
HtcAccessoryService.apk
HtcAccessoryService.odex
HtcAirplaneModeWidget.apk
HtcAirplaneModeWidget.odex
HTCAlbum.apk
HTCAlbum.odex
HtcAlbumMapView.apk
HtcAlbumMapView.odex
HtcAutoRotateWidget.apk
HtcAutoRotateWidget.odex
HtcBackgroundDataWidget.apk
HtcBackgroundDataWidget.odex
HTCBackup.apk
HTCBackup.odex
HtcBackupReset.apk
HtcBackupReset.odex
HtcBtWidget.apk
HtcBtWidget.odex
HtcCalendarWidgets.apk
HtcCalendarWidgets.odex
HtcCarGps.apk
HtcCarGps.odex
HtcCompressViewer.apk
HtcCompressViewer.odex
HtcContacts.apk
HtcContacts.odex
HtcContactsDNATransfer.apk
HtcContactsDNATransfer.odex
HtcContactWidgets.apk
HtcContactWidgets.odex
HtcCupd.apk
HtcCupd.odex
HtcDataRoamingWidget.apk
HtcDataRoamingWidget.odex
HtcDataStripWidget.apk
HtcDataStripWidget.odex
HtcDialer.apk
HtcDialer.odex
HtcDLNAMiddleLayer.apk
HtcDLNAMiddleLayer.odex
HtcDropboxGLRPlugin.apk
HtcDropboxGLRPlugin.odex
HtcFMRadioWidget.apk
HtcFMRadioWidget.odex
HtcGetStarted.apk
HtcGetStarted.odex
HtcGpsWidget.apk
HtcGpsWidget.odex
HtcHotspotWidget.apk
HtcHotspotWidget.odex
HtcImageWallpaper.apk
HtcImageWallpaper.odex
HtcInternalSettingsProvider.apk
HtcInternalSettingsProvider.odex
HtcLavaLiveWallpaper.apk
HtcLavaLiveWallpaper.odex
HtcLocationService.apk
HtcLocationService.odex
HtcLockScreen.apk
HtcLockScreen.odex
HTCMediaAutoUploadSetting.apk
HTCMediaAutoUploadSetting.odex
HtcMediaCacheService.apk
HtcMediaCacheService.odex
HtcMediaUploader.apk
HtcMediaUploader.odex
HtcMessageProvider.apk
HtcMessageProvider.odex
HtcMessageUploader.apk
HtcMessageUploader.odex
HtcMobileNetworkWidget.apk
HtcMobileNetworkWidget.odex
HtcModeClient.apk
HtcModeClient.odex
HtcMusic.apk
HtcMusic.odex
HtcMusicEnhancer.apk
HtcMusicEnhancer.odex
HtcMusicWidget.apk
HtcMusicWidget.odex
HtcNotes.apk
HtcNotes.odex
HtcNotesPainterView.apk
HtcNotesPainterView.odex
HtcNotesProvider.apk
HtcNotesProvider.odex
HtcPhotoEnhancer.apk
HtcPhotoEnhancer.odex
HtcPowerManager.apk
HtcPowerManager.odex
HtcPowerStripWidget.apk
HtcPowerStripWidget.odex
HtcProfilesWidget.apk
HtcProfilesWidget.odex
HtcResetNotify.apk
HtcResetNotify.odex
HtcRingtoneWidget.apk
HtcRingtoneWidget.odex
HtcScreenBrightnessWidget.apk
HtcScreenBrightnessWidget.odex
HtcScreenTimeoutWidget.apk
HtcScreenTimeoutWidget.odex
HtcSettingsProvider.apk
HtcSettingsProvider.odex
HTCSetupWizard.apk
HTCSetupWizard.odex
HTCShoeboxEngine.apk
HTCShoeboxEngine.odex
HTCShoeboxShare.apk
HTCShoeboxShare.odex
HtcSpeakNGF.apk
HtcSpeakNGF.odex
HtcSpeak_HFM.apk
HtcSpeak_HFM.odex
HTCSyncManager.apk
HTCSyncManager.odex
HtcSyncWidget.apk
HtcSyncWidget.odex
HtcVideoPlayer.apk
HtcVideoPlayer.odex
HtcWeatherClockWidget.apk
HtcWeatherClockWidget.odex
HTCWeatherClockWidgetAgent.apk
HTCWeatherClockWidgetAgent.odex
HtcWeatherLiveWallpaper.apk
HtcWeatherLiveWallpaper.odex
HtcWiFiWidget.apk
HtcWiFiWidget.odex
HTC_CIR.apk
HTC_CIR.odex
HTC_IME.apk
HTC_IME.odex
HTC_IR_Remote.apk
HTC_IR_Remote.odex
HTMLViewer.apk
HTMLViewer.odex
Idlescreen_Base.apk
Idlescreen_Base.odex
IdleScreen_Music.apk
IdleScreen_Music.odex
IdleScreen_No_lock_screen.apk
IdleScreen_No_lock_screen.odex
IdleScreen_Photo.apk
IdleScreen_Photo.odex
Idlescreen_productivity.apk
Idlescreen_productivity.odex
idlescreen_shortcut.apk
idlescreen_shortcut.odex
IMEHWRPenPower.apk
IMEHWRPenPower.odex
IMEXT9Arabic.apk
IMEXT9Arabic.odex
IMEXT9BahasaIndonesia.apk
IMEXT9BahasaIndonesia.odex
IMEXT9BahasaMalaysia.apk
IMEXT9BahasaMalaysia.odex
IMEXT9Bulgaria.apk
IMEXT9Bulgaria.odex
IMEXT9Croatian.apk
IMEXT9Croatian.odex
IMEXT9Czech.apk
IMEXT9Czech.odex
IMEXT9Danish.apk
IMEXT9Danish.odex
IMEXT9Dutch.apk
IMEXT9Dutch.odex
IMEXT9English.apk
IMEXT9English.odex
IMEXT9Estonian.apk
IMEXT9Estonian.odex
IMEXT9Finnish.apk
IMEXT9Finnish.odex
IMEXT9French.apk
IMEXT9French.odex
IMEXT9German.apk
IMEXT9German.odex
IMEXT9Greek.apk
IMEXT9Greek.odex
IMEXT9Hebrew.apk
IMEXT9Hebrew.odex
IMEXT9Hungarian.apk
IMEXT9Hungarian.odex
IMEXT9Italian.apk
IMEXT9Italian.odex
IMEXT9Kazakh.apk
IMEXT9Kazakh.odex
IMEXT9Latvian.apk
IMEXT9Latvian.odex
IMEXT9Lithuanian.apk
IMEXT9Lithuanian.odex
IMEXT9Norwegian.apk
IMEXT9Norwegian.odex
IMEXT9Polish.apk
IMEXT9Polish.odex
IMEXT9Portuguese.apk
IMEXT9Portuguese.odex
IMEXT9Romanian.apk
IMEXT9Romanian.odex
IMEXT9Russian.apk
IMEXT9Russian.odex
IMEXT9Serbian.apk
IMEXT9Serbian.odex
IMEXT9Slovak.apk
IMEXT9Slovak.odex
IMEXT9Slovenian.apk
IMEXT9Slovenian.odex
IMEXT9Spanish.apk
IMEXT9Spanish.odex
IMEXT9Swedish.apk
IMEXT9Swedish.odex
IMEXT9Turkish.apk
IMEXT9Turkish.odex
IMEXT9Ukrainian.apk
IMEXT9Ukrainian.odex
InputDevices.apk
InputDevices.odex
install_flash_player.apk
install_flash_player.odex
JETCET_PRINT_Resources.apk
JETCET_PRINT_Resources.odex
JETCET_PRINT_S50.apk
JETCET_PRINT_S50.odex
KeyChain.apk
KeyChain.odex
KidMode-google.apk
KidMode-google.odex
LinkedIn_Fsplugin.apk
LinkedIn_Fsplugin.odex
Liveretouch.apk
Liveretouch.odex
LMIRescue.apk
LMIRescue.odex
LMIRescueIcon.apk
LMIRescueIcon.odex
LMIRescueSecurity.apk
LMIRescueSecurity.odex
LMW.apk
LMW.odex
LocationPicker.apk
LocationPicker.odex
Magazines.apk
Magazines.odex
Mail+nonprime.apk
Mail+nonprime.odex
MediaProvider.apk
MediaProvider.odex
MediaUploader.apk
MediaUploader.odex
Message+Nonprime.apk
Message+Nonprime.odex
Music2.apk
Music2.odex
MusicChannel.apk
MusicChannel.odex
MusicVisualization.apk
MusicVisualization.odex
MyBreeze.apk
MyBreeze.odex
MyDropbox.apk
MyDropbox.odex
MyGoogleTaskPlugin.apk
MyGoogleTaskPlugin.odex
MyHTC.apk
MyHTC.odex
MyPen.apk
MyPen.odex
MySketcher.apk
MySketcher.odex
MyTask.apk
MyTask.odex
NetworkLocation.apk
NetworkLocation.odex
NewsPlugin.apk
NewsPlugin.odex
Nfc.apk
Nfc.odex
NoiseField.apk
NoiseField.odex
OneTimeInitializer.apk
OneTimeInitializer.odex
out.txt
PartnerBookmarksProvider.apk
PartnerBookmarksProvider.odex
PhaseBeam.apk
PhaseBeam.odex
Phone.apk
Phone.odex
Phonesky.apk
Phonesky.odex
Picasa_GLRplugin.apk
Picasa_GLRplugin.odex
PluginManager.apk
PluginManager.odex
PlusOne.apk
PlusOne.odex
PolarisOffice.apk
PolarisOffice.odex
Prism.apk
Prism.odex
Prism_AppUpdate_DummpPackage.apk
Prism_AppUpdate_DummpPackage.odex
Prism_AppUpdate_UpdatingScreen.apk
Prism_AppUpdate_UpdatingScreen.odex
Prism_LocalFeedProvider.apk
Prism_LocalFeedProvider.odex
Prism_SocialFeedProvider.apk
Prism_SocialFeedProvider.odex
PrivInit.apk
PrivInit.odex
PureC_ApplicationsProvider.apk
PureC_ApplicationsProvider.odex
PureC_PackageInstaller.apk
PureC_PackageInstaller.odex
PureC_UserDictionaryProvider.apk
PureC_UserDictionaryProvider.odex
RebootWarningWin.apk
RebootWarningWin.odex
SelectPlayer.apk
SelectPlayer.odex
SenseTV_Home.apk
SenseTV_Home.odex
Settings.apk
Settings.odex
SettingsProvider.apk
SettingsProvider.odex
SetupWizard.apk
SetupWizard.odex
SharedStorageBackup.apk
SharedStorageBackup.odex
SmartDim.apk
SmartDim.odex
SocialManager.apk
SocialManager.odex
SoundSetDownloadManager.apk
SoundSetDownloadManager.odex
Stk.apk
Stk.odex
Stock.apk
Stock.odex
Street.apk
Street.odex
SystemUI.apk
SystemUI.odex
Tag.apk
Tag.odex
Talk.apk
Talk.odex
talkback.apk
talkback.odex
TelephonyProvider.apk
TelephonyProvider.odex
Transfer.apk
Transfer.odex
Trim_n_Slow.apk
Trim_n_Slow.odex
Tube2_Configuration.apk
Tube2_Configuration.odex
Twitter.apk
Twitter.odex
TwitterEngine.apk
TwitterEngine.odex
Twitter_Client.apk
Twitter_Client.odex
UDove.apk
UDove.odex
Updater.apk
Updater.odex
Usage.apk
Usage.odex
Velvet.apk
Velvet.odex
Videos.apk
Videos.odex
VoiceDictation.apk
VoiceDictation.odex
VoiceSearchStub.apk
VoiceSearchStub.odex
VpnDialogs.apk
VpnDialogs.odex
Watch.apk
Watch.odex
Weather.apk
Weather.odex
WeatherProvider.apk
WeatherProvider.odex
WeatherSyncProvider.apk
WeatherSyncProvider.odex
WifiRouter.apk
WifiRouter.odex
WorldClock.apk
WorldClock.odex
YouTube.apk
YouTube.odex
ZeroEditing.apk
ZeroEditing.odex
Thank you! This works.....just AT&T messages remain left in the list.
cschmitt said:
Here's an ls from \system\app on a developer model. I'm guessing anything the AT&T model has beyond that is bloatware.
Code:
~snip~
Click to expand...
Click to collapse
Thanks for the list...the extra ones we have (on top of what the package already removes) are as follows:
com.mobitv.client.tv.apk (LiveTV)
CS_Flow.apk (can't find much info about it, but I think it's the ATT Setup you get first boot/after wiping data)
PDF_Viewer_F_A.apk (sounds like a pdf viewer)
SoundHound_Freemium.apk (Free version of Sound Hound)
TetheringGuard.apk (Don't 100% know what this does or if it should be removed?)
I'll get these added, and I'll add TetheringGuard too if someone can confirm it's safe to remove.
we don't have:
kidmode_google.apk
LMIRescue.apk
LMIRescueIcon.apk
LMIRescueSecurity.apk
MyBreeze.apk
UDove.apk
rgoyena said:
Thank you! This works.....just AT&T messages remain left in the list.
Click to expand...
Click to collapse
Please let me know the name of the package in /data/app.
homeslice976 said:
Please let me know the name of the package in /data/app.
Click to expand...
Click to collapse
International has the following in /data/preload (some are duplicates you've already excluded.)
Code:
Calculator.apk
Flashlight.apk
HtcRingtoneTrimmer.apk
HtcSoundRecorder.apk
PDF_Viewer_F_A.apk
SoundHound_Freemium.apk
TuneIn.apk
FYI, I took a peak inside TetheringGuard.apk and it appears to be an HTC built app that that is used to check and grant/block hotspot and tethering permissions. It has code specific for Verizon, Sprint, and AT&T.
Since it's not included in the international ROM, might try removing it and seeing if wifi hotspot still works.
Thank you for this sir
Would be cool if we could add the stuff that comes with the international HTC One Just a thought. Although I don't know what the international has that ours doesn't.
Does this debloat script eliminate the bar that shows up when you open the stick browser (has a Facebook button, a share button, etc.)? I don't really mind it per se, but I think it's an AT&T thing so I'm curious.
Once again, OP is king.
Sent from my HTC One using Tapatalk 2
This is a great little tool. However, I have a small problem. Since I installed Scott's stock rooted odex rom, then this zip. Now everything works fine except it wont let me install apps I have previously purchased. It says "Couldn't install on USB storage or SD card."
I tried wiping cache/dalvic & fixing permissions and still get same error. Any suggestions?
Everything else works fine.
Thanks for this, it is very helpful until we get some good custom roms.
----------------------------------------------------------------------------------------------------------
Edit: This was a problem with Scot's rom and he is upping a fix. Thanks again for this OP!
Are you have GPS On Your Galaxy Star
After a hard work,i am succes to install gps in software of s5282
HA HA HA HA HA.I AM HERE WITH GPS MOD FOR GALAXY STAR.
Lets See
You Have Need Some Files:-
Here is the Download Link-
android.hardware.location.gps.xml-https://drive.google.com/file/d/0B2_mhreVV4KscmpvemdZQVFPRm8/view?usp=sharing
gps.conf-https://drive.google.com/open?id=0B2_mhreVV4KsVjU2a0VBVXlUV2M
hw-https://drive.google.com/open?id=0B2_mhreVV4KsfnpXMkREbndIOHV5SG9tNmJrZzJBRTk4cEtDZzhFc2tyd1pKX3Y2YUtlQk0
gps-https://drive.google.com/open?id=0B2_mhreVV4Ksfm9EQWZoZVE1YmtSWHowbTZqWERIVjVqa0JvSUthMXZoT19ndkJTaTRCSGc
gps certificate-https://drive.google.com/open?id=0B2_mhreVV4KsNkRDMDNseXo4ZDA
Installation Process
1.android.hardware.location.gps.xml-put it to system/etc/permission and set permisson to rw-r--r
2.in system/etc,you have to create a folder named as 'gps' and set permission to 0755 and in system/lib you have to paste the hw folder and set permission to 0755,then open the folder and set the all 'so' files to rw-r--r.
3.open your downloaded gps file.you can three files were there.
4.copy the three files to system/etc/gps folder that you are created and set permission rw-r--r,for the three files.
5.copy gps.conf and paste it to system/etc and set permission rw-r--r.
6.copy gps certificate to your storage and go to settings/security/install certificates from storage and install.[it would say to set pattern lock screen]
SCREENSHOT
View attachment 3408258
bye bye:cyclops:
Please make the thread are lookin' nice. Anyway good work
Sent from my GT-S5282 using XDA Free mobile app
Pratik Mandi said:
Are you have GPS On Your Galaxy Star
After a hard work,i am succes to install gps ons5282
HA HA HA HA HA.I AM HERE WITH GPS MOD FOR GALAXY STAR.
Lets See
You Have Need Some Files:-
Here is the Download Link-
android.hardware.location.gps.xml-https://drive.google.com/file/d/0B2_mhreVV4KscmpvemdZQVFPRm8/view?usp=sharing
gps.conf-https://drive.google.com/open?id=0B2_mhreVV4KsVjU2a0VBVXlUV2M
hw-https://drive.google.com/open?id=0B2_mhreVV4KsfnpXMkREbndIOHV5SG9tNmJrZzJBRTk4cEtDZzhFc2tyd1pKX3Y2YUtlQk0
gps-https://drive.google.com/open?id=0B2_mhreVV4Ksfm9EQWZoZVE1YmtSWHowbTZqWERIVjVqa0JvSUthMXZoT19ndkJTaTRCSGc
gps certificate-https://drive.google.com/open?id=0B2_mhreVV4KsNkRDMDNseXo4ZDA
Installation Process
1.android.hardware.location.gps.xml-put it to system/etc/permission and set permisson to rw-r--r
2.in system/etc,you have to create a folder named as 'gps' and set permission to 0755 and in system/lib you have to paste the hw folder and set permission to 0755,then open the folder and set the all 'so' files to rw-r--r.
3.open your downloaded gps file.you can three files were there.
4.copy the three files to system/etc/gps folder that you are created and set permission rw-r--r,for the three files.
5.copy gps.conf and paste it to system/etc and set permission rw-r--r.
6.copy gps certificate to your storage and go to settings/security/install certificates from storage and install.[it would say to set pattern lock screen]
SCREENSHOT
View attachment 3408258
bye bye:cyclops:
Click to expand...
Click to collapse
Bro u can set only option s in software.
It not work because gps is hardware...
In my opinean..
Dont angry....
---------- Post added at 10:16 PM ---------- Previous post was at 10:12 PM ----------
Scan exact location on gmaps?????
Post ss