Related
Anyone interested in this ROM?
HTC EVO 3D X515M GSM 1.22.CHS.110818-Rooted ROM
Androia: 2.3.4
Sense:3.0
Inner Software: XDA.1.22.CHS.110818 by 育虹-XDA中文网
Inner Version: XDA.CN.1.22.CHS.110818
Usable Space: 1.09GB
Publish Date: 21st, Aug
ROM format:zip
This rom is based on:
RUU_Shooter_U_hTC_Asia_WWE_1.22
.707.2_Radio_10.55.9020.00_10.13.9020.29_M_release_207422_signed.exe
Before using this Rom, please make sure:
1. HTC EVO 3D X515M GSM
2. 50% battery at least
3. Already s-off
Deleted:
---3D_NFS.apk
---3D_SIMS3.apk
---3D_Spiderman_Stub.apk
---AMPed_1.4.2.apk
---Broadband.apk
---CekBonus.2.2.apk
---CekPulsa.2.2.apk
---Chalkboard_HTC_2.8.apk
---com.htc.Plurk3DWidget.apk
---com.htc.Plurk3DWidget.odex
---com.htc.TrendsWidget.apk
---com.htc.TrendsWidget.odex
---HtcRecommends.apk
---HtcRecommends.odex
---HtcRecommendsWidget.apk
---HtcRecommendsWidget.odex
---com.htc.Twitter3DWidget.apk
---com.htc.Twitter3DWidget.odex
---Facebook.apk
---HtcFacebook.apk
---HtcFacebook.odex
---HtcPlurk.apk
---HtcPlurk.odex
---HtcTwitter.apk
---HtcTwitter.odex
---install_flash_player.apk
---JS_Keyboard.apk
---MobileESPN_v1.0_20110317.apk
---MobiTV_Android_H264HQ_0630.apk
---MySingTel_v1.3.1.apk
---MySketcher.apk
---MySketcher.odex
---NSP121.2.2.apk
---Self116.2.3.apk
---SimpatiPromo.2.3.apk
---SingTel_Xplorer_v1.0.apk
---SingTelBPL_v1.0_20110208.apk
---SoundHound_Freemium.apk
---SPB_TV_full_starhub_build86.apk
---TCash.2.2.apk
---TrafficLive_V3.0.apk
---VietnameseIME.apk
---Twitter.apk
---YouTube.apk
and more
Updated:
---latest google market
---latest gmail
---latest Gtalk
and more
Added:
---XDA market
---XDA assistant
Language:
EN, CHS, CHT
Looks very good,worth trying!
I have been trying to do it for several days now. Cant find it I have goggled a lot. Also in XDA forums. I have tried int.d script by adding 80performance 88performance and 03 performance. I am not sure which performance is the default. In my phone it was a default 80performance script. But I have seen probably in wildfire s forum about it. But non of them works.
I used set CPU, No-frills, and CPU Master. But without these apps!!! How?
Phone Specification:
Wildfire S A510E
Rom: Wildchild 2.0 (Full-Odex)
Android Version: 2.3.5
MARVEL PVT SHIP S-OFF RL ( I have seen RH in the forums but mine is RL{what does it mean too??})
HBOOT-0.90.0000
MICROP-0451
RADIO-7.46.35.08
Apr 8 2011, 17:45:10
Hi
I want to have some prebuilt apk installed on the rom, so that when user installs the Rom the apks are automatically installed.
I do not want these apps to be system apps. i.e in /system/apps folder.
These apps needs to be uninstallable by normal user.
Can some please guide me though the method for doing so.
I am not able to figure out where to put this apk and changes to make files.
Thanks in advance
-Ak
Make them flash a data zip if you want I will make you one
Phone:HTC Evo 3D CMDA
HTC Sense:3.6
Software number:Trib's OTA 2 Root v1.5
Kernel version:[he who should not be named]Kernel
Baseband version:1.06.00.1216
Build number:1.13.662.2_RC
HBOOT:1.50 S-off (juopunutbear)
Recovery:4EXT Recovery Touch v1.0.0.5
Can't AOSP ROM's use the data/app folder like Sense ROM's? Or is that a feature of Sense?
Edit: Using ES File exporer on CM9, I enabled root explorer and found the data/app folder. All user apps are installed in there, so in theory you could just make a data/app folder in your ROM to place the user un-installable apps. Might be best to wait for confirmation from someone more experienced than myself though.
Here's where you would need to add the data/app folder if I'm correct about it's location and that it's the folder than installs user apps. You open your ROM.zip and see the following folders (Well this is how ROM's look for my Incredible S) -
/META-INF
/system
boot.img
In theory, all you need to do is add the following -
/META-INF
/system
/data/app
boot.img
Someone please confirm if my information is correct, and I will edit my post accordingly.
ZaySk said:
Can't AOSP ROM's use the data/app folder like Sense ROM's? Or is that a feature of Sense?
Edit: Using ES File exporer on CM9, I enabled root explorer and found the data/app folder. All user apps are installed in there, so in theory you could just make a data/app folder in your ROM to place the user un-installable apps. Might be best to wait for confirmation from someone more experienced than myself though.
Here's where you would need to add the data/app folder if I'm correct about it's location and that it's the folder than installs user apps. You open your ROM.zip and see the following folders (Well this is how ROM's look for my Incredible S) -
/META-INF
/system
boot.img
In theory, all you need to do is add the following -
/META-INF
/system
/data/app
boot.img
Someone please confirm if my information is correct, and I will edit my post accordingly.
Click to expand...
Click to collapse
It looks right but make one with the /data/app and copy the original folder to safe location so you will have one to test and your original one you backed up
Phone:HTC Evo 3D CMDA
HTC Sense:3.6
Software number:Trib's OTA 2 Root v1.5
Kernel version:[he who should not be named]Kernel
Baseband version:1.06.00.1216
Build number:1.13.662.2_RC
HBOOT:1.50 S-off (juopunutbear)
Recovery:4EXT Recovery Touch v1.0.0.5
use titanium backup to delete/move the system apps to user apps it will help u a lot.....
First you will need to update a few files:
edify_generator.py
add something like this:
Code:
def RunDataApps(self, command):
self.script.append('package_extract_dir("data-app", "/data/app");')
self.script.append('set_perm_recursive(0, 0, 0771, 0644 "/data/app");')
ota_from_target_files
add something like this under "script.Mount("/system")":
Code:
script.Mount("/data")
add something like this under "script.UnpackPackageDir("system", "/system")":
Code:
script.RunDataApps()
You will still need to write a method so that the OTA package includes a /data-app folder, need to create a makefile to product copy those files as well. Let me know if you need more guidance.
Ok I have seen a lot of people start asking about what is safe to remove and what does what. I usually like to have a very lean ROM and I delete anything and everything I don't use. It's easier to see a list and know what you want to delete BEFORE you flash the ROM instead of doing this AFTER you flash.
Ways to remove APKs
1. The easiest way is to download the ROM of your choice to your PC (when they start rolling in that is) and open the ROM with 7zip and manually delete them from the ROM. Then place ROM on sdcard and flash.
2. Boot into recovery, mount /system and use ADB commands to delete the APKs (Ex: rm /system/app/Aluminum.apk)
3. When we achieve S-OFF, use root explorer to manually delete APKs out of /system/app
4. Using the touch recovery, there is a built in file manager. Use that to delete the files (I have not tried this, others have mentioned doing this)
5. Use a flashable zip that removes the files. (you will need to edit the script inside to your liking) http://forum.xda-developers.com/showthread.php?t=2012388
I have put together the stock list of APKs that can be found in /system/app for the HTC Droid DNA **There are corresponding .ODEX files that you will need to delete as well. I did not list them as they go hand in hand with the APK
Aluminum.apk - HTC Skin
amazonmp3.apk - Amazon App
Amazon_Shopping_Reease_Signed_2.0.1_20120914.apk - Amazon shopping App
Amazon_Widget_2.0.1.1_Release_Signed_20120914.apk - Amazon Widget
AndroidHtcSync.apk - Android HTC Sync for PC
appdirectedsmspermission.apk -
AppSharing.apk -
AudibleAndroid_v1.39_Release_Signed_20120914.apk -
Automotive_Home.apk - HTC Car Mode
Automotive_InternetRadio.apk - HTC Car Mode
Automotive_Traffic.apk - HTC Car Mode
ba-syncservice-app-signed.apk - Verizon Backup Assistance
BackupRestoreConfirmation.apk -
Basic.apk -
Bluetooth.apk -
Books.apk - Google Books
BrcmBluetoothServices.apk -
Browser+Prime.apk - Web Browser
Calculator.apk - Calculator
CalculatorWidget.apk - HTC Widget
Calendar+prime.apk - HTC Sense Calendar
CalendarProvider.apk -
Camera.apk - HTC Sense Camera
CertInstaller.apk -
CheckinProvider.apk -
ChromeBookmarksSyncAdapter.apk - Sync Adapter for Google Chrome
CIMEXT9.apk -
com.mobitv.client.nfl2010.apk - NFL Mobile App
Concrete.apk - HTC Skin
ContactsProvider.apk - Used for HTC Contacts
COTAClient.apk - OTA Client Checker
CustomAppInstaller.apk -
CustomizationSettingsProvider.apk -
CustomizationSetup.apk -
DefaultContainerService.apk -
Defragment.apk -
DemoFLOPackageInstaller.apk - Demo FLO Package Installer
DeviceManagement.apk -
DialerLauncher.apk -
DLNAMiddleLayer.apk - DLNA Service (TV Connectivity/Streaming)
DMCommandService.apk -
DownloadProvider.apk -
DownloadProviderUi.apk -
DrmProvider.apk - DRM Protected Content Storage
EPST.apk - Verizon Phone Update Checker
Facebook.apk - Facebook for HTC Sense
FacebookEngine.apk - Facebook for HTC Sense
Facebook_Client.apk - Facebook for HTC Sense
FaceLock.apk - HTC Face Lock
FDHttpd.apk -
FieldTrial.apk - HTC Testing Tool
FilePicker.apk - File Browser
FlexDataNetW.apk -
Flickr.apk - Flickr for HTC
FlickrEngine.apk - Flickr for HTC
FriendStream.apk - FriendStream for HTC
fusion.apk - HTC Sense Library
Gmail.apk - Gmail App
GmsCore.apk -
GMS_Maps.apk -
GoogleBackupTransport.apk -
GoogleCalendarSyncAdapter.apk -
GoogleContactsSyncAdapter.apk -
GoogleFeedback.apk -
GoogleLoginService.apk -
GooglePartnerSetup.apk -
GoogleServicesFramework.apk -
GoogleTTS.apk -
Graphite.apk - HTC Skin
GSD.apk - HTC Testing Tool
HoloSpiral.apk - HTC Live Wallpaper
HomePersonalize.apk - Personalize Option Under Settings
Htc3DRichNotesWidget.apk - HTC Widget
HTCAccessoryService.apk -
HTCAlbum.apk - HTC Gallery
HtcAlbumMapView.apk - HTC Gallery
HtcAutoRotateWidget.apk - HTC Widget
HtcBackgroundDataWidget.apk - HTC Widget
HtcBookmarkWidget.apk - HTC Widget
HtcBTAMessageService.apk -
HtcCalendarWidgets.apk - HTC Widget
HtcCarGps.apk - HTC Car Panel Used in A Dock
HtcCdmaMccProvider.apk - Gets CDMA information used from HTC music
HtcClockWidget.apk - HTC Widget
HtcCompressViewer.apk - HTC .ZIP Viewer
HtcContacts.apk - HTC People App
HtcContactWidgets.apk - HTC Widget
HtcCupd.apk -
HtcDataRoamingWidget.apk - HTC Widget
HtcDataStripWidget.apk - HTC Widget
HtcDialer.apk -
HtcDLNAMiddleLayer.apk - DLNA Service (TV Connectivity/Streaming)
HtcDMC.apk - Digital Media Controller. Used by the DLNA
HtcDropboxGLRPlugin.apk - Dropbox for HTC
HtcImageWallpaper.apk - HTC Wallpaper
HtcInternalSettingsProvider.apk -
HtcLavaLiveWallpaper.apk - HTC Live Wallpaper
HtcLinkifyDispatcher+prime.apk -
HtcLocationService.apk -
HtcLockScreen.apk -
HtcMailWidgets.apk - HTC Widget
HTCMediaAutoUploadSetting.apk - Social Media Uploading
HtcMediaCacheService.apk - DLNA Related App
HtcMediaUploader.apk -
HtcMessageProvider.apk - Used by HTC Messaging (SMS/MMS)
HtcMessageUploader.apk -
HtcModeClient.apk -
HtcMsgWidgets.apk - HTC Widget
HtcMusic.apk - HTC Music App
HtcMusicEnhancer.apk - HTC Music App
HtcMusicWidget.apk - HTC Widget
HtcNotes.apk - HTC Notes App
HtcNotesPainterView.apk - HTC Notes APP
HtcNotesProvider.apk - HTC Notes App
HtcOMADM_SettingsPlugin_VZW.apk -
HtcOMADM_VZW.apk -
HtcPhotoEnhancer.apk - Photo Editor for HTC
HtcPhotoWidget.apk - HTC Widget
HtcPowerManager.apk -
HtcPowerStripWidget.apk - HTC Widget
HtcProfilesWidget.apk - HTC Widget
HtcResetNotify.apk - Notification that appears on the statusbar when the phone is reset
HtcRingtoneTrimmer.apk - HTC Ringtone Creator
HtcRingtoneWidget.apk - HTC Widget
HtcScreenBrightnessWidget.apk - HTC Widget
HtcScreenTimeoutWidget.apk - HTC Widget
HtcSettingsProvider.apk - Source for HTC Settings
HtcSettingWidgets.apk - HTC Widget
HTCSetupWizard.apk - 1st Time Setup
HtcSoundRecorder.apk - HTC Sense Sound Recorder
HTCSyncManager.apk - HTC service for syncing contacts, people, social media, etc
HtcSyncWidget.apk - HTC Widget
HtcVideoPlayer.apk - HTC Sense Video App
HtcWeatherLiveWallpaper.apk - HTC Live Wallpaper
HtcWeatherWallpaper.apk - HTC Wallpaper
HTC_IME.apk - HTC Sense Keyboard
HTC_Widget_ShowMe.apk - HTC Widget (Deleting this will cause some/no HTC widgets to show)
HTC_Widget_Watch_3D.apk - HTC Widget
HTMLViewer.apk -
Idlescreen_Base.apk - HTC Lockscreen
IdleScreen_Music.apk - HTC Lockscreen
IdleScreen_No_lock_screen.apk - HTC Lockscreen
IdleScreen_People.apk - HTC Lockscreen
IdleScreen_Photo.apk - HTC Lockscreen
Idlescreen_productivity.apk - HTC Lockscreen
idlescreen_shortcut.apk - HTC Lockscreen
IdleScreen_Stock_Yahoo.apk - HTC Lockscreen
IdleScreen_Weather.apk - HTC Lockscreen
IMDb_2.7.4_Release_Signed_20120914.apk - IMDB App
IMEHWRPenPower.apk -
IMEXT9BahasaIndonesia.apk - Language Pack for Keyboard
IMEXT9BahasaMalaysia.apk - Language Pack for Keyboard
IMEXT9Bulgaria.apk - Language Pack for Keyboard
IMEXT9Croatian.apk - Language Pack for Keyboard
IMEXT9Czech.apk - Language Pack for Keyboard
IMEXT9Danish.apk - Language Pack for Keyboard
IMEXT9Dutch.apk - Language Pack for Keyboard
IMEXT9English.apk - Language Pack for Keyboard
IMEXT9Estonian.apk - Language Pack for Keyboard
IMEXT9Finnish.apk - Language Pack for Keyboard
IMEXT9French.apk - Language Pack for Keyboard
IMEXT9German.apk - Language Pack for Keyboard
IMEXT9Greek.apk - Language Pack for Keyboard
IMEXT9Hungarian.apk - Language Pack for Keyboard
IMEXT9Italian.apk - Language Pack for Keyboard
IMEXT9Latvian.apk - Language Pack for Keyboard
IMEXT9Lithuanian.apk - Language Pack for Keyboard
IMEXT9Norwegian.apk - Language Pack for Keyboard
IMEXT9Polish.apk - Language Pack for Keyboard
IMEXT9Portuguese.apk - Language Pack for Keyboard
IMEXT9Romanian.apk - Language Pack for Keyboard
IMEXT9Russian.apk - Language Pack for Keyboard
IMEXT9Serbian.apk - Language Pack for Keyboard
IMEXT9Slovak.apk - Language Pack for Keyboard
IMEXT9Slovenian.apk - Language Pack for Keyboard
IMEXT9Spanish.apk - Language Pack for Keyboard
IMEXT9Swedish.apk - Language Pack for Keyboard
IMEXT9Turkish.apk - Language Pack for Keyboard
InputDevices.apk -
JETCET_PRINT_Resources.apk - Wireless Printing
JETCET_PRINT_S40.apk - Wireless Printing
KeyChain.apk - Used for Password Storage (Android)
Kindle.apk - Kindle App
LinkedIn_Fsplugin.apk - LinkIn Plugin for HTC
LMW.apk - Low Storage Space wizard
LocationPicker.apk -
LocationPicker_VZW.apk -
Mail+Prime.apk - HTC Mail App
Matte.apk - HTC Skin
MediaProvider.apk -
MediaUploader.apk -
Message+PRIME.apk - HTC Messaging App
MovieEditor.apk - Movie editor App
Music2.apk - Google Music
MusicVisualization.apk - HTC Live Wallpaper
MyBreeze.apk -
MyDropbox.apk - Dropbox for HTC
MyGoogleTaskPlugin.apk -
MyHTC.apk -
MyPen.apk -
MySketcher.apk - Native Screenshot App
MyTask.apk - HTC Sense Task App
MyTaskWidget.apk - HTC Widget
MyVerizon.apk - Verizon Mobile App
NetworkLocation.apk -
NewBayService.apk -
Nfc.apk - Near Field communications (phone swipe payment method)
NoiseField.apk - HTC Live Wallpaper
OneTimeInitializer.apk -
PDF_Viewer_F_A.apk - PDF Viewer for HTC
PhaseBeam.apk - HTC Live Wallpaper
Phone.apk - HTC Phone App
Phonesky.apk - Google Market
Picasa_GLRplugin.apk - Picasa Plugin for HTC
PluginManager.apk -
PlusOne.apk - Google+
PolarisOffice.apk - Polaris Office App
PrivInit.apk -
PureC_ApplicationsProvider.apk -
PureC_PackageInstaller.apk -
PureC_UserDictionaryProvider.apk -
qospermission.apk - Verizon Background Service?
RebootWarningWin.apk -
Rosie.apk - HTC Sense Launcher
securesettingspermission.apk -
SelectPlayer.apk -
Settings.apk - HTC Sense Settings
SettingsProvider.apk -
SetupWizard.apk -
SharedStorageBackup.apk -
ShowMe.apk - HTC Help Viewer
SmartcardService.apk -
SocialManager.apk - Combines Social Media Apps
SoundSetDownloadManager.apk -
Steel.apk - HTC Skin
Stk.apk - SIM toolkit
Stock.apk - HTC Stocks App
StockWidget.apk - HTC Widget
StreakLiveWallpaper.apk - HTC Live Wallpaper
Street.apk - Google Streets
SystemUI.apk - HTC SystemUI
Tag.apk -
Talk.apk - Google Talk
talkback.apk - Android Accessibility
TelephonyProvider.apk -
TetheringGuard.apk -
TrimIt.apk - Ringtone Trimmer
Tube2_Configuration.apk - HD Media Link
TuneIn.apk - Tune In Radio
Twitter.apk - Twitter for HTC
TwitterEngine.apk - Twitter Service for HTC
UDove.apk -
Updater.apk -
Usage.apk - Data Usage App
VCAST_TONES.apk -
Velvet.apk - Google Now!
VerizonSSOEngine.apk - Verizon Service (needed for NFL Mobile, My Verizon, and more)
Videos.apk -
VoiceSearchStub.apk -
VpnDialogs.apk -
VVM.apk - Visual Voice Mail
VzNav.apk - Vz Navigator
VZWAPNLib.apk -
vzwapnpermission.apk - Used to Connnect to the Verizon Network
VZWAPNService.apk -
VzWBackupAssistantClient.apk - Verizon Backup Assistance
VzwLBSPerm.apk - Verizon Location Service
VZW_Dock_Mode.apk -
VZW_Dock_Screen.apk -
VzW_IconGlossary.apk -
VZW_Reign_of_Amira.apk - Verizon Reign of Amira App
VZW_Remote_Tool.apk -
VZW_Serve.apk -
VZW_Slacker_Radio.apk - Verizon Slacker Radio App
VZW_VideoPortal.apk -
VZW_VMM_HUX.apk -
Watch.apk - HTC Watch App
Weather.apk - HTC Sense Weather App
WeatherProvider.apk - HTC Weather Service
WeatherSyncProvider.apk - Syncs HTC Weather
WeatherVideo.apk - Videos for HTC Weather
WeatherWidget.apk - HTC Widget
WifiRouter.apk - Mobile Hotspot
WorldClock.apk - HTC Sense Clock App (Timer, Alarm, Stopwatch)
YouTube.apk - Youtube
zappos_2.5.1_Release_Signed_20120914.apk -
Click to expand...
Click to collapse
I will go through and add a description to the APKs to let you know what does what...
So far I have removed the following and I have not had any problems, force closes or anything of the sort.
Just know what each one does and if you really need it or not
Bloatware (what I consider bloat)
amazonmp3.apk
Amazon_Shopping_Reease_Signed_2.0.1_20120914.apk
Amazon_Widget_2.0.1.1_Release_Signed_20120914.apk
AudibleAndroid_v1.39_Release_Signed_20120914.apk
com.mobitv.client.nfl2010.apk
IMDb_2.7.4_Release_Signed_20120914.apk
Kindle.apk
LinkedIn_Fsplugin.apk
zappos_2.5.1_Release_Signed_20120914.apk
HTC Apps
Automotive_Home.apk
Automotive_InternetRadio.apk
Automotive_Traffic.apk
Books.apk
ChromeBookmarksSyncAdapter.apk
COTAClient.apk
DemoFLOPackageInstaller.apk
EPST.apk
HtcDropboxGLRPlugin.apk
HtcNotes.apk
HtcNotesPainterView.apk
HtcNotesProvider.apk
HtcResetNotify.apk
HtcRingtoneTrimmer.apk
LMW.apk
Mail+Prime.apk
MyBreeze.apk
MyDropbox.apk
MyGoogleTaskPlugin.apk
MyHTC.apk
MyTask.apk
Picasa_GLRplugin.apk
PolarisOffice.apk
ShowMe.apk
Stock.apk
TetheringGuard.apk
TrimIt.apk
Tube2_Configuration.apk
TuneIn.apk
Videos.apk
VVM.apk
Watch.apk
WifiRouter.apk
HTC LockScreens
IdleScreen_Music.apk
IdleScreen_No_lock_screen.apk
IdleScreen_People.apk
IdleScreen_Photo.apk
Idlescreen_productivity.apk
IdleScreen_Stock_Yahoo.apk
IdleScreen_Weather.apk
HTC Skins
Aluminum.apk
Concrete.apk
Graphite.apk
Matte.apk
Steel.apk
HTC Wallappers/Live Wallpapers
Basic.apk
HoloSpiral.apk
HtcImageWallpaper.apk
HtcLavaLiveWallpaper.apk
HtcWeatherLiveWallpaper.apk
HtcWeatherWallpaper.apk
MusicVisualization.apk
NoiseField.apk
PhaseBeam.apk
StreakLiveWallpaper.apk
HTC Widgets
CalculatorWidget.apk
Htc3DRichNotesWidget.apk
HtcAutoRotateWidget.apk
HtcBackgroundDataWidget.apk
HtcBookmarkWidget.apk
HtcCalendarWidgets.apk
HtcClockWidget.apk
HtcContactWidgets.apk
HtcDataRoamingWidget.apk
HtcDataStripWidget.apk
HtcMailWidgets.apk
HtcMsgWidgets.apk
HtcMusicWidget.apk
HtcPhotoWidget.apk
HtcPowerStripWidget.apk
HtcProfilesWidget.apk
HtcRingtoneWidget.apk
HtcScreenBrightnessWidget.apk
HtcScreenTimeoutWidget.apk
HtcSettingWidgets.apk
HtcSyncWidget.apk
HTC_Widget_ShowMe.apk
HTC_Widget_Watch_3D.apk
MyTaskWidget.apk
StockWidget.apk
WeatherWidget.apk
Languages
IMEXT9BahasaIndonesia.apk
IMEXT9BahasaMalaysia.apk
IMEXT9Bulgaria.apk
IMEXT9Croatian.apk
IMEXT9Czech.apk
IMEXT9Danish.apk
IMEXT9Dutch.apk
IMEXT9English.apk
IMEXT9Estonian.apk
IMEXT9Finnish.apk
IMEXT9French.apk
IMEXT9German.apk
IMEXT9Greek.apk
IMEXT9Hungarian.apk
IMEXT9Italian.apk
IMEXT9Latvian.apk
IMEXT9Lithuanian.apk
IMEXT9Norwegian.apk
IMEXT9Polish.apk
IMEXT9Portuguese.apk
IMEXT9Romanian.apk
IMEXT9Russian.apk
IMEXT9Serbian.apk
IMEXT9Slovak.apk
IMEXT9Slovenian.apk
IMEXT9Spanish.apk
IMEXT9Swedish.apk
IMEXT9Turkish.apk
Social Apps
Facebook.apk
FacebookEngine.apk
Facebook_Client.apk
FieldTrial.apk
Flickr.apk
FlickrEngine.apk
FriendStream.apk
PlusOne.apk
Twitter.apk
TwitterEngine.apk
Verizon Apps
ba-syncservice-app-signed.apk
VCAST_TONES.apk
VzNav.apk
VzWBackupAssistantClient.apk
VzwLBSPerm.apk
VZW_Dock_Mode.apk
VZW_Dock_Screen.apk
VzW_IconGlossary.apk
VZW_Reign_of_Amira.apk
VZW_Remote_Tool.apk
VZW_Serve.apk
VZW_Slacker_Radio.apk
VZW_VideoPortal.apk
VZW_VMM_HUX.apk
I deleted via root explorer and they all came back after reboot
Not an iPhone.....
luke1333 said:
I deleted via root explorer and they all came back after reboot
Not an iPhone.....
Click to expand...
Click to collapse
I did that my first go around as well. Then I found out that even though we are unlocked, we still cannot write or modify anything in the /system partition while the phone is on.
I actually deleted these by mounting /system in recovery through ADB. Others I have seen use some file manager in TWP recovery to delete the files
You can make a flashable ZIP to delete the files as well
luke1333 said:
I deleted via root explorer and they all came back after reboot
Not an iPhone.....
Click to expand...
Click to collapse
At this time with S-On you cannot remove these apks with a file manager. It can only be done in the recovery. Some people have been using the built in file manager in twrp revocery, or just freezing them with TiBu. There is a flashable zip found here.. http://forum.xda-developers.com/showthread.php?t=2012388 You can edit the zip file to your needs with Notepad++ :good:
luke1333 said:
I deleted via root explorer and they all came back after reboot
Not an iPhone.....
Click to expand...
Click to collapse
That is because you cannot make perm changes to /system until we get s-off.
The best way to remove these for now, is when you download a Rom to your pc, open up the zip with 7-zip(or equivelant), navigate to /system/apps, and delete the apps you want to, then close the zip. Import zip to phone, flash.
trickster2369 said:
That is because you cannot make perm changes to /system until we get s-off.
The best way to remove these for now, is when you download a Rom to your pc, open up the zip with 7-zip(or equivelant), navigate to /system/apps, and delete the apps you want to, then close the zip. Import zip to phone, flash.
Click to expand...
Click to collapse
That's the best way. All we need now are some ROMs to play with
-HTC Droid DNA-
JWhetstone02 said:
That's the best way. All we need now are some ROMs to play with
-HTC Droid DNA-
Click to expand...
Click to collapse
That and the phone!!... on the fence Note2 or DNA. I had the Eris so I am out of the HTC scene, currently have the Fascinate and I love the ease of Samsung... ie ODIN is your friend!
LakerFam0824 said:
That and the phone!!... on the fence Note2 or DNA. I had the Eris so I am out of the HTC scene, currently have the Fascinate and I love the ease of Samsung... ie ODIN is your friend!
Click to expand...
Click to collapse
I'm going with the DNA myself, I've had bad luck on the hardware/build quality side of Samsung's phone products lately.
Now all I need is lots of moolah!
I delete a bunch of things. Thanks for this.
I used the adb way. took a while, but with these exact names, I was successful
JWhetstone02 said:
I will go through and add a description to the APKs to let you know what does what...
Click to expand...
Click to collapse
I know its a big job, but how fard did you get on this?
I'm wondering what UDOVE.APK is, and why it can't be removed or disabled other than by rooting.
Yea, it's a big job. I only have time to work on it when I'm at work.
I cannot find anything about udove.apk anywhere. the only place I see UDove.apk is under Settings > Battery > Usage > Android System .. So i'm guessing it is needed for the phone. Just not exactly sure for what.
If anyone else knows what some of these APKs are and what they do, feel free to chime in. I'll update OP as well. Thanks
JWhetstone02 said:
Yea, it's a big job. I only have time to work on it when I'm at work.
I cannot find anything about udove.apk anywhere. the only place I see UDove.apk is under Settings > Battery > Usage > Android System .. So i'm guessing it is needed for the phone. Just not exactly sure for what.
If anyone else knows what some of these APKs are and what they do, feel free to chime in. I'll update OP as well. Thanks
Click to expand...
Click to collapse
UDove.apk is a HTC app that gives them feedback, you see this when you are on a custom rom and flashed a mod for example. You'll get a message that says there was an unusual reboot or something like that. Hope i helped you.
this is an awesome post my phone seems so much faster its amazing thank you
I can't figure out how to get the system apps folder to show up in TWRP. I was able to remove an app from the data apps folder.
Anyone know why I can't get there?
Shamrock13 said:
I can't figure out how to get the system apps folder to show up in TWRP. I was able to remove an app from the data apps folder.
Anyone know why I can't get there?
Click to expand...
Click to collapse
Mount the /system partition in twrp then go to the file manager
-HTC Droid DNA-
trickster2369 said:
That is because you cannot make perm changes to /system until we get s-off.
The best way to remove these for now, is when you download a Rom to your pc, open up the zip with 7-zip(or equivelant), navigate to /system/apps, and delete the apps you want to, then close the zip. Import zip to phone, flash.
Click to expand...
Click to collapse
"That is because you cannot make perm changes to /system until we get s-off."
How come the above is not true for the HTC One X?
I have a One X without S-Off and was able to modify /system with stock ROM and Kernel......Only rooted....
nasvi said:
"That is because you cannot make perm changes to /system until we get s-off."
How come the above is not true for the HTC One X?
I have a One X without S-Off and was able to modify /system with stock ROM and Kernel......Only rooted....
Click to expand...
Click to collapse
its not true because on the newer devices, htc decided to encrypt/write protect the internal storage
HELP please....
Dear all, i'm a very newbie on android phone and i live in Indonesia... i've ever used android phone (motorola photon 4g) but i am only using the phone, and never do things like rooting, change ROM or anything like that because i don't understand it at all.
Now i'm using Droid DNA, bought from someone in Indonesia, with condition :
1. rooted (I check it w/ root checker app)
2. seems like still using the stock rom (i don't know for sure)
3. injected with Indonesia's CDMA cell operator smartfren (and just change it to Esia cell operator 2 days ago)
Problem:
1. For the CDMA network, all works fine. but when i switch to GSM (with Telkomsel or AXIS operator's simcard) i only can make a phone call n SMS. the mobile data won't connect, it says "disconnected because service unavailable". actually i have used those SIM card for my photon and it works fine for the mobile data (internet and for wifi hotspot / tethering). I already trying modify the APN parameter following instruction from the official website of both of the operators, but still the mobile data won't connect at all. Can anyone help?
2. Starting from my will to make this droid dna have more internal memory space, i've deleted files considered verizon's bloatware from "website tutorial" (i forgot from which), but before that i have backed up with titanium backup app. then came up problems with the phone after i deleted several app from that "tutorial". I've tried to restore from the titanium backup app, but there's still problem stays :
a. when i try to enter the menu Settings>storage came up "unfortunately the process com.android.settings has stopped" or "unfortunately, Settings has stopped" only opted to click ok then go to the home screen.
b. when entering the Gallery, only shows photos taken before i deleted the bloatware. all photos n videos taken after, don't show up at all. also all application that uses the Gallery, like Camera & whatsapp, only show those files taken before "it" happens.
c. from the titanium backup app, it only shows only 10 or less application (actually it shoud be more than 30 i guess if i look on the titanium backup folder using x-plore file manager app for android)
d. if i connect it to pc, the HTC Sync app says no HTC device detected (it's detected before). on windows explorer, the phone is detected but i can only view files before i deleted the bloatware, and i can't do any file copy paste to the phone's internal memory.
it can be noted that, all files exist after i deleted the bloatware (photos, videos, file document like excel word pdf that i downloaded) are shown with Quickpic app, android file manager app like x-plore, astro, ES file explorer and i can delete, copy or move all the files within the phone's internal memory.
Can anyone help please, especially the second point, because now i can't backed up my phone to PC and can't added files for example copying Papago's files for navigation that i have downloaded via PC. i need to back it up so i can delete those files in the phone memory so i can have more space for taken any new photos videos or document.
thanks before.
Regards,
Welcome to the
HTC Evo 3D GSM Development Index Thread
must see
My evo 3d is broken
so i am discontinuing this thread
if anyone want to own this thread read the 2nd post
THIS IS THE FIRST THREAD OF MINE IN THE DEVELOPMENT SECTION. I SPENT HOURS SEARCHING ROMS FOR MAKING THIS THREAD . I DIDN'T COPY ANYONE'S WORK BECAUSE EVERY OTHER LIST IN THE DEVELOPMENT SECTION IS OUTDATED.
I HAD TO MAKE A NEW LIST FROM THE BEGINNING.
Please don't copy my thread.
FOR DEVELOPERSPlease start putting DATE in the TOPIC! Its easier to track If you created a new rom / kernel, updated your rom / kernel please PM me.
So I can PUT / UPDATE your rom / kernel in this list.
If I missed anything please leave a reply with a link
:highfive::good:IF YOU LIKE MY WORK, PLEASE HELP ME BY HITTING THE THANKS BUTTON:good::highfive:
ROMSThe latest / updated / new roms are on the top of the list.
I will try my best to put the latest/updated/new roms on the top of the list.
Jellybean
[11th May 13]CyanogenMod10.1(WILD FOR THE NIGHT RESURRECTED
[10th May 13]LiquidSmooth
[9th May 13]Carbon Rom
[9th May 13]Evo 3D Vanilla RootBox
[1st Mar 13]Slim Bean - Unofficial (1)
[20th Apr 13]PACman Rom
[14th Mar 13]Unofficial AOKP 4.2.2
[14th Mar 13]Evervolv
[18th Feb 13]Unofficial Slim Bean (2)
[6th Jan 13]AmeriCanAndroid
[20th Nov 12][Nightlies]Jelly Bean Android Open Kang Project
[4th Nov 12]Unity ROM
[2nd Nov 12]BiParanoid 2.52.1
[13th Sep 12][Alpha]Jelly Bean 3D
[11th Aug 12]CyanogenMod 10 - Disarmed Toaster - Rearmed
[3rd Aug 12][Alpha]Unofficial CM10-Maska
[19th July 12][preAlpha]Jelly Bean for HTC EVO 3D GSM
[No Date ]Miui
ICS
Sense 5 themed Sense 3.6
[7th May 13]Next-Gen ROM
[15th Apr 13]Shooter Beats NG
Sense 4.1
[1st May 13]Sensai Rom
[26th Feb 13]SAD ICS Sense 4.1
[30th Jan 13]Viper3D
[17th Jan 13]EleganciaEvo3DGsm
[13th Jan 13]Sense 4.1 Android 4.0.4 Solidrom port
Sense 4.0
[12th Oct 12]Sensolution ICS AKA SAD 2.0
[16th Sep 12]TeamGenesisROM3D
[12th July 12]PredatorUnityROM3D
[5th July 12]DEsenseX
[29th May 12]ComboUI 1.0 RC2
[29th May 12]LoLic Sense 4.0
[27th May 12]Virtuous Eclipse
Sense 3.6
[3rd May 13]Yoda ICS
[1st May 13]CoolICS
[27th Apr 13]mwakious3Drom
[9th apr 13]Anryl
[19th Mar 13]SkyDragon3D
[11th Nov 12]Shooter Bliss
[16th Sep 12]TeamGenesisROM3D
[10th Aug 12]EVOLVER 3D
[26th Jul 12]ShooterU Sense 3.6
[30th May 12]Virtuous Shooter
[7th May 12]Virtuous Quattro Sense Edition
AOSP / AOKP / PA / CM
[29th Jul 12]PARANOIDANDROID beta
[28th Jul 12]AOKP port V6
[3rd May 12]Unofficial *CM9* & *AOKP*
Sense with AOSP feel
[6th Apr 13]Yoda ICS
[17th Feb 13]mwakious3Dtransformer
[31st Aug 12]ICS NonSense®
[16th Jul 12]KingCobra3D-ICS
[12th May 12]ROMeOS3D
[23rd Mar 12]Virtuous Inquisition
Gingerbread
Sense 3.5
[12th Nov 12]Shooter Bliss
[25th Apr 12]Shooter Beats NG
[26th Mar 12]Shooter Beats
[22nd Mar 12]MikRunny
[13th Feb 12]InfectedROM Eternity™
[1st Jan 12]Warm TwoPointThree
[18th Dec 11]Prime XL 3D
Sense 3.0
[13th Oct 12]KingCobra3D
[3rd May 12]High ROM 3D
[2nd May 12]Nocturnal Adrenaline
[3rd Apr 12]LeeDrOiD 3D
[9th Mar 12]GINGERDEX
[2nd Feb 12]ShaWn3D ROM
[27th Dec 11]King Rom
[21st Dec 11]Arghish Speedy Edition
[5th Dec 11]Crypt0's RUU
[1st Dec 11]HKRom
[4th Nov 11]i00 ROM 3D
[28th Oct 11]Evo 3D Beats
[5th Oct 11]Sensation XE aka BeatsAudio Port v1.0 [
[27th Sep 11]Romaur
[22nd Sep 11]Villain3D
[20th Sep 11]ROMeOS3D
[14th Sep 11]InsertCoin
AOSP/AOKP
[6th June 12]E3DLight
[11th Dec 11]Shooteru CM7.2
MIUI
[19th Oct 12]MIUI v4 GSM
[27th Sep 12]CeROM MIUI v4
[29th May 12]MIUI v4 (2.3.23)
[29th May 12]Evo 3D GSM MIUI v4 Style
[29th May 12]ComboUI 1.0 RC2
[24th Apr 12]MIUI 2.4.20-GB
[10th Feb 12]MIUI 1.12.23
Shooteru shipped roms
HTC ShooterU Shipped Roms
Kernels
Kernels for Evo 3d gsm
ButteredToasT
Anryl Kernel
Cool Kernel
LeeDrOiD Shooter
Yoda Kernels
Kernel 3.0.72
Shoot-A-Droid Custom Kernel
AmeriCanAndroid
AmeriCanAndroid Alpha Series
Anthrax Kernel
Gingerbread Kernel comparison
Difference between each GB KERNEL on benchmarks,same ROM
Recoveries
Recoveries for Evo 3d gsm
TWRP
CWM
4EXT
Mods
Mods for Evo 3d gsm
Leedroid Tweaks GSM
HTC Amaze Camera only for devs (Sense 3.6)
Sense 3.6 HTC Amaze Camera alpha v1.0
SonyWalkman W/EQ's/ClearBass + SonyGallery W/PotoEditor Included
Sony Exclusive Pack! | BRAVIA | xLoud | PlayStation Cert
Permanently disable Cell Broadcasting messages on stock-based ROM's
CamMod v3/MusicMod v3 |Sense 3.6
Camera from HTC Amaze 4G
No Antenna mod for FM Radio
Dim Capacitive LED
Disable Browser reflow permanently
Battery Mods
Tutorials
Unlock / Root / S-off
Unlock / Root / S-off hboot 1.49.XXXX / S-off hboot 1.53.XXXX / S-on
Unlock / Root Evo 3D Gsm Hboot 1.49.0011> + S-On (HTC Unlock method)
How to unlock/root/s-off and revert back an Evo 3D(ShooterU)
Revert to hboot 1.49.0007 #4 simple steps (s-off required)
Downgrade and Unlock and S-OFF
S-Off & Root EVO 3D GSM All-Hboot 1.49.0007-1.49.0009&18 S-On+CWM
S-Off & Root EVO 3D GSM All-Hboot with out void warranty
S-Off Hboot 1.53.007 (Rearranged)
Easy unlock/relock/lock bootloader without htcdev.com
Reverting back / Other
How to revert back to Original ROM for backup or warranty purposes
How to lock bootloader(not relock) and s-on for warranty purposes
Fix WiFi Error
Changing CID and Downgraed HBoot to 1.49.0007 for 0009 and 0018 Users
Tools
Tools for Evo 3d gsm
Ultimate Recovery Tool 3.1 (Unbrick, Downgrade HBOOT)
Multi Tool v1.0
MD5 Checker
One & Only easy + working downgrade for revolutionary
Drivers
Drivers for Evo 3d gsm
Qualcomm S3 Adreno 220 GPU ICS Flashable Update
If you like my work dont forget to hit THANKS :good:
MUST SEE
sadly my evo 3d is broken
so i am gonna leave this section
thank you for everyone who in the evo 3d gsm development section
if you want to own this thread leave a post
and you must
update this thread atleast four times a week
give me credits
because i spent hours searching for roms
tell the users to also thank me
you can be an old or new user
post your requests before 28th may
i will add a poll after that to select the correct person
wow,so convenient to find rom,thx, good man!
tzpm said:
wow,so convenient to find rom,thx, good man!
Click to expand...
Click to collapse
thank you senior :good: lol
Very good mate, very good.
dravenSt0rM said:
Very good mate, very good.
Click to expand...
Click to collapse
thanks but i want to get promoted from junior member so that i can edit / make thread without waiting for 5 min
Really good job! I salute you!
One thing though, the 'sense 5 theme' skins still run on a different Sense version. So you might want to add them to 'Sense 3.6' or something like that.
R3NC0N said:
Really good job! I salute you!
One thing though, the 'sense 5 theme' skins still run on a different Sense version. So you might want to add them to 'Sense 3.6' or something like that.
Click to expand...
Click to collapse
Thank u, I'll change that
Sent from my shooteru using xda app-developers app
Nice work, but you forget the most view and one of the greatest Sense3.6/De-sense Rom
I mean mwakious3Drom® (M3DR®)
ardanai said:
Nice work, but you forget the most view and one of the greatest Sense3.6/De-sense Rom
I mean mwakious3Drom® (M3DR®)
Click to expand...
Click to collapse
Thank you for your information, Ive added that.
:good:
Stickie this one mods
Sent from my HTC EVO 3D X515m using xda app-developers app
mhnx said:
Stickie this one mods
Sent from my HTC EVO 3D X515m using xda app-developers app
Click to expand...
Click to collapse
what for ? i dont see the best kernel there
You can add the P.A.C.Man rom from CDMA section, couse it supports GSM also. Best 4.2 rom so far imho... And the speed (48.4 fps in [email protected] and [email protected]) plus all except for 3d is working (at least from the things I'm using), and it will get some more speed in few days (at least that's what cmbaughman - the developer says) Cheers
Wysyłane z mojego Evo 3D GSM za pomocą Tapatalk 2
Added Anryl Kernel
anryl said:
what for ? i dont see the best kernel there
Click to expand...
Click to collapse
Sorry, I've added that.
vishnoo said:
You can add the P.A.C.Man rom from CDMA section, couse it supports GSM also. Best 4.2 rom so far imho... And the speed (48.4 fps in [email protected] and [email protected]) plus all except for 3d is working (at least from the things I'm using), and it will get some more speed in few days (at least that's what cmbaughman - the developer says) Cheers
Wysyłane z mojego Evo 3D GSM za pomocą Tapatalk 2
Click to expand...
Click to collapse
Thanks
thefunnyone said:
Please start putting DATE in the TOPIC! Its easier to track
Click to expand...
Click to collapse
also you can write DATE that you update your topic
MIUI V5
http://forum.xda-developers.com/showpost.php?p=40279632&postcount=272
I love the way you list things here. One more vote to stick this thread (and unstick the list that was outdated for age there)
Just in my opinion, name of developer may be added next to their rom, because sometimes it says something about the rom, and also useful to trace back a rom (for ones without name)
Sent from my HTC EVO 3D X515m using Tapatalk 2
---------- Post added at 04:07 PM ---------- Previous post was at 03:57 PM ----------
One more thing, sorry, is that some rom can belong to more than one category. For example, the Yoda's rom is either with Sense or without (Im using). Maybe you can list it in both groups?
Sent from my HTC EVO 3D X515m using Tapatalk 2
Thanks, I'll try to do that.
nphaibk said:
I love the way you list things here. One more vote to stick this thread (and unstick the list that was outdated for age there)
Just in my opinion, name of developer may be added next to their rom, because sometimes it says something about the rom, and also useful to trace back a rom (for ones without name)
Sent from my HTC EVO 3D X515m using Tapatalk 2
---------- Post added at 04:07 PM ---------- Previous post was at 03:57 PM ----------
One more thing, sorry, is that some rom can belong to more than one category. For example, the Yoda's rom is either with Sense or without (Im using). Maybe you can list it in both groups?
Sent from my HTC EVO 3D X515m using Tapatalk 2
Click to expand...
Click to collapse
TY
Latest PACman rom build is from 20 april, could you update that? And it's an official PACman rom, just fyi. Thanks
Wysyłane z mojego Evo 3D GSM za pomocą Tapatalk 2