after root my huawei y300 with rootgenius missing maps und youtube - Upgrading, Modifying and Unlocking

After rooting of 2 of huawei y300-100 with rootgenius i found out that at least 3 apps were deleted by rootgenius. I'm very shure, that e.g. maps was there on both phones, because i proved the working GPS with maps. After using rootgenius, i installed sshdroid, and with df I was surprised about lot of free space in /system. And i saw these apk files with zero size!
Code:
/data/data/berserker.android.apps.sshdroid/home # ls -l /system/app |grep "Jul 14"
-rw-r--r-- 1 root root 0 Jul 14 13:06 GMS_Maps.apk
-rw-r--r-- 1 root root 2979560 Jul 14 13:06 Kinguser.apk
-rw-r--r-- 1 root root 0 Jul 14 13:06 Maps.apk
-rw-r--r-- 1 root root 0 Jul 14 13:06 YouTube.apk
pulling maps and youtube from a 4.0.3 Android (this was the closest i have here) and try to install the apk files fail with "App not installed"
I used version 3.1.7 from here: https://androidmtk.com/download-root-genius-application
So, did somebody else made this experience?
can somebody supply me the original apk files (i dont like maps version 8!) with ADB
adb pull /system/app/Maps.apk maps.apk
and so on from his Y300 ?
btw: can i delete the rootgenius (green dog) app again? The guardian to root seems to be Kinguser.

Related

[Q] cm10 2012-11-04 gio bln

Dear jellaxy developers,
I'm not allowed to ask this one in the development section, because I am a noob with less then 10 posts. Obviously I have to post 10 posts.....
CM10 2012-11-04: GIO:
Great Release, no Problems so far. For me faster and more memory efficient than cm9.
But BLN does not work. In earlier CM9 releases I managed to get some liblights.so to get it running. In a later post I found erikcas mentioning that the lights.so have to be deleted... Neither works. My /system/lib/hw looks like:
localhost hw # ls -l
total 1177
-rw-r--r-- 1 root root 58768 Aug 1 2008 audio.a2dp.default.so
-rw-r--r-- 1 root root 5524 Aug 1 2008 audio.primary.default.so
-rw-r--r-- 1 root root 50692 Aug 1 2008 audio.primary.gio.so
-rw-r--r-- 1 root root 75324 Aug 1 2008 audio_policy.default.so
-rw-r--r-- 1 root root 75320 Aug 1 2008 audio_policy.gio.so
-rw-r--r-- 1 root root 17800 Aug 1 2008 camera.gio.so
-rw-r--r-- 1 root root 9552 Aug 1 2008 copybit.msm7x27.so
-rw-r--r-- 1 root root 9608 Aug 1 2008 gps.goldfish.so
-rw-r--r-- 1 root root 60788 Aug 1 2008 gps.msm7x27.so
-rw-r--r-- 1 root root 9888 Aug 1 2008 gralloc.default.so
-rw-r--r-- 1 root root 18104 Aug 1 2008 gralloc.msm7x27.so
-rw-r--r-- 1 root root 42348 Aug 1 2008 hwcomposer.msm7x27.so
-rw-r--r-- 1 root root 9572 Aug 1 2008 keystore.default.so
-rw-r--r-- 1 root root 9748 Aug 1 2008 lights.msm7x27.so
-rw-r--r-- 1 root root 5464 Aug 1 2008 local_time.default.so
-rw-r--r-- 1 root root 5416 Aug 1 2008 power.default.so
-rw-r--r-- 1 root root 84112 Aug 1 2008 sensors.gio.so
-rw-r--r-- 1 root root 9568 Aug 1 2008 sensors.goldfish.so
I tried to delete the lights.msm7x27, but I think this ones for the brightness of the display....
Any hints?
Best Regards
K
Rename from .zip to .so and put it in /system/lib/hw (rw-r--r--)
konstantin12 said:
Rename from .zip to .so and put it in /system/lib/hw (rw-r--r--)
Click to expand...
Click to collapse
Thanks, I tried this. It looked like that:
localhost home # mount -o rw,remount /system/system
localhost home # cd /system/lib/hw/
localhost hw # mv /data/lights.gio\(1\).zip .
localhost hw # mv lights.gio\(1\).zip lights.gio.so
localhost hw # chmod 644 lights.gio.so
localhost hw # mount -o ro,remount /systemnt /system
localhost hw # ls -l
total 1193
-rw-r--r-- 1 root root 58768 Aug 1 2008 audio.a2dp.default.so
-rw-r--r-- 1 root root 5524 Aug 1 2008 audio.primary.default.so
-rw-r--r-- 1 root root 50692 Aug 1 2008 audio.primary.gio.so
-rw-r--r-- 1 root root 75324 Aug 1 2008 audio_policy.default.so
-rw-r--r-- 1 root root 75320 Aug 1 2008 audio_policy.gio.so
-rw-r--r-- 1 root root 17800 Aug 1 2008 camera.gio.so
-rw-r--r-- 1 root root 9552 Aug 1 2008 copybit.msm7x27.so
-rw-r--r-- 1 root root 9608 Aug 1 2008 gps.goldfish.so
-rw-r--r-- 1 root root 60788 Aug 1 2008 gps.msm7x27.so
-rw-r--r-- 1 root root 9888 Aug 1 2008 gralloc.default.so
-rw-r--r-- 1 root root 18104 Aug 1 2008 gralloc.msm7x27.so
-rw-r--r-- 1 root root 42348 Aug 1 2008 hwcomposer.msm7x27.so
-rw-r--r-- 1 root root 9572 Aug 1 2008 keystore.default.so
-rw-r--r-- 1 root root 6170 Nov 8 07:59 lights.gio.so
-rw-r--r-- 1 root root 9748 Aug 1 2008 lights.msm7x27.so
-rw-r--r-- 1 root root 5464 Aug 1 2008 local_time.default.so
-rw-r--r-- 1 root root 5416 Aug 1 2008 power.default.so
-rw-r--r-- 1 root root 84112 Aug 1 2008 sensors.gio.so
-rw-r--r-- 1 root root 9568 Aug 1 2008 sensors.goldfish.so
localhost hw # exit
BLN Control still shows an error.
Maybe I should try a fresh install, since I upgraded from a CM9. Hmmm.

Freezable/Removable Bloat

I know there are a ton of lists out there with freezable/removable apps. But I havent found a good one that was specific for T-Mobile SG3, so here's my list of applications I froze, and have had no issues with (so far):
Here's a Google Doc that was started by the user winwiz, but it seems to be missing a lot of apps: https://docs.google.com/a/dansl.net...DtdC1qVUlLeVFTV3ZOdUtDclpBdVRQOUE&pli=1#gid=0
Names taken from Titanium Backup:
AllShare Cast 1.0
AllShare Play 1.0.1983
AllShare Service 1.0.0
Amazon 2.2.0
AvrcpServiceSamsung 4.1.1-T999UVDLJA
Bonus Apps 2.2.368
Bubbles 1.0
Calendar 4.1.1-T999UVDLJA (replaced with Google Calendar from Play Store)
Calendar Widget 1.0
ChatON 1.11.1
ChocoEUKor 1.0
Clock (digital) 1.0
Clock (digital) 1.0 (why are there two of these? annoying...)
Clock (funky) 1.0
Clock (modern) 1.0
com.samsung.app.playreadyui 1.0.0
Deep Sea 1.0
Dropbox 1.0 (replaced with Dropbox 2.2.1 from Play Store)
Dual Clock (analog) 1.0
Dual Clock (digital) 1.0
Dual Clock (digital) 1.0 (why are there two of these? annoying...)
Email 4.0
Exchange Services 4.1
Favorite apps 1.0
Favorite Contacts 1.1
Flipboard 1.9.10
Game Hub 2.1.0
Google Play Books 2.6.41
Google Play Magazines 1.1.2
Google Play Movies & TV 2.1.9
Google Search 1.0 (Replaced with Google Search 2.1 from Play Store)
Help 1.0
Internet 4.1.1 (Replaced with Google Chrome App from Play Store)
Kies Air 2.2.211081
Kies via WiFi 2.0.0
lcdtest 1.0
License settings 1.10
Luminous dots 1.0
MAPServiceSamsung 4.1.1-T99UVDLJA
Media Hub 1.6.0
Messaging 4.1.1 (replaced with GoSMS from Google Play Store)
MobileLife Contacts 3.11.01
More Services 1.0
Music Hub 30.2012.10.16.15
My Files 1.0.0 (Replaced with ES File Explorer from Google Play Store)
News Daemon(EUR) 120911.01
Phase beam 1.0
Photo Wall 1.0
RoseEUKor 1.0
S Memo 12.02.07.4816
S Memo 12.02.07.4816 (why are there two of these? annoying...)
S Suggest 3.2.47
S Voice 3.2.47 (Replaced with Google voice Search from Play Store)
Samsung Account 1.3.024
Samsung Apps 2.8.026
Samsung Backup Provider 1.1
Samsung Browser SyncAdapter 1.0
Samsung Calendar SyncAdapter 1.0
Samsung Cloud Data Relay 1.4.10r5
Samsung Contant SyncAdapter 1.0
Samsung Keyboard 1.0
Samsung Push Service 1.0
Samsung SMemo SyncAdapter 1.0
Samsung Syncadapters 2.1.5
Samsung TTS (Replaced with SVOX Classic from Play Store)
SamsungAppsUNA2 2.0.35
ShareShotService 1.0
Simple alarm clock 1.0 (replaced with Alarmdroid from Play Store)
Software update v2.2.9
Software update v5_1209_3_1
Stock Daemon(EUR) 120917.01
Swype 1.2.3.8848 (replaced with Swype's Beta Keyboard from http://beta.swype.com/)
T-Mobile My Account 2.2.719
T-Mobile name ID 1.9.11
T-mobile TV 5.1.1.8-216553
Topic Wall 1.0
TouchWiz home 4.1.1 (replaced with GoLauncherEX from the Google Play Store)
USB Settings 1.0
Visual Voicemail 3.0.11.1 (Replaced with Google Voice from Play Store)
Weather Daemon 120905.01 (Replaced with BeWeather Pro from Play Store)
Weather Widget 121002.01
Weather Widget Main 120917.01
Windy Weather 1.0
Yahoo! Finance 120917.01
Yahoo! News 12.10.08.02
Zynga Games 1.5.5 (I uninstalled this, because it kept de-freezing randomly)
You might want to check your apps again after a reboot.. the system automatically re-enables the T-Mobile My Account app and the Zynga Games app if you freeze them.
Only way to permanently stop that is to uninstall them completely.
The new 4.1.1 JB update is utter garbage, full of bloat and carrier enforcing code. There is no sign of "Project Butter", compare it to CM10 and it's sluggish as hell. Can't stand carrier/mfg versions of Android. TW and T-Mobile suck IMO. Everything you do raises the damn flash counter.
If you don't prevent it, the first time you reboot from custom recovery (say you made a backup of stock JB and later restore it) it tries to reflash stock recovery on reboot. Luckily CWM recovery is smart enough to see that and asks if you want to block it. But doing so increases the flash counter.
Thanks God for Nandroid backups, OTA RootKeeper, CWM recovery and Triangle Away (and XDA & CM of course..)
I can't believe how much bloat is on this device... really annoying... I'm wanting to try cyanogen, but I was afraid of tripping the counter. Looks like Triangle Away fixes that problem. Awesome!
so i typically debloat my ROMs, and any other ROM i load up... i don't like all that extra stuff just sitting there wasting space... so here is what i did for you OP... opened terminal, typed in the command below (in blue) to give you a list of all apps left over from my rumaging through them, rampantly deleting... anything NOT on this list, i can tell you right now you can safely remove, as for anything else, that is up to you. but this is a good start... also... ones highlighted in red, i also know for a fact you can remove. good luck
ignore the ones that that start with "com." those are apps i put there myself
[email protected]:/ $ su
[email protected]:/ # ls -al /system/app
-rw-r--r-- root root 190817 2008-08-01 05:00 AccuweatherDaemon.apk
-rw-r--r-- root root 25870152 2008-08-01 05:00 AllSharePlay.apk
-rw-r--r-- root root 96778 2008-08-01 05:00 AllshareMediaServer.apk
-rw-r--r-- root root 118382 2008-08-01 05:00 AllshareService.apk
-rw-r--r-- root root 18125 2008-08-01 05:00 ApplicationsProvider.apk
-rw-r--r-- root root 21992 2008-08-01 05:00 BCService.apk
-rw-r--r-- root root 24365 2008-08-01 05:00 BackupRestoreConfirmation.apk
-rw-r--r-- root root 12376 2008-08-01 05:00 BadgeProvider.apk
-rw-r--r-- root root 20463 2008-08-01 05:00 BluetoothAvrcp.apk
-rw-r--r-- root root 59204 2008-08-01 05:00 BluetoothMap.apk
-rw-r--r-- root root 31147 2008-08-01 05:00 BluetoothTest.apk
-rw-r--r-- root root 159184 2008-08-01 05:00 CSC.apk
-rw-r--r-- root root 19801 2008-08-01 05:00 CapabilityManagerService.apk
-rw-r--r-- root root 38256 2008-08-01 05:00 CertInstaller.apk
-rw-r--r-- root root 728898 2008-08-01 05:00 ChocoEUKor.apk
-rw-r--r-- root root 215779 2008-08-01 05:00 ChromeBookmarksSyncAdapter.apk
-rw-r--r-- root root 15002 2008-08-01 05:00 ClipboardSaveService.apk
-rw-r--r-- root root 28140241 2008-08-01 05:00 ClockPackage.apk
-rw-r--r-- root root 44131 2008-08-01 05:00 ContextAwareService.apk
-rw-r--r-- root root 13827 2008-08-01 05:00 DefaultContainerService.apk
-rw-r--r-- root root 500877 2008-08-01 05:00 DirectShareManager.apk
-rw-r--r-- root root 79055 2008-08-01 05:00 Divx.apk
-rw-r--r-- root root 12544 2008-08-01 05:00 DrmProvider.apk
-rw-r--r-- root root 3607642 2008-08-01 05:00 Dropbox.apk
-rw-r--r-- root root 299499 2008-08-01 05:00 DropboxOOBEPriority3.apk
-rw-r--r-- root root 56390 2008-08-01 05:00 DttSupport.apk
-rw-r--r-- root root 12645 2008-08-01 05:00 EdmSysScopeService.apk
-rw-r--r-- root root 42388 2008-08-01 05:00 EdmVpnServices.apk
-rw-r--r-- root root 21190 2008-08-01 05:00 EnterprisePermissions.apk
-rw-r--r-- root root 1330348 2008-08-01 05:00 FaceLock.apk
-rw-r--r-- root root 2949229 2008-08-01 05:00 FactoryTest.apk
-rw-r--r-- root root 627405 2008-08-01 05:00 FotaClient.apk
-rw-r--r-- root root 8759275 2008-08-01 05:00 GMS_Maps.apk
-rw-r--r-- root root 2849150 2008-08-01 05:00 Gmail.apk
-rw-r--r-- root root 732983 2008-08-01 05:00 GmsCore.apk
-rw-r--r-- root root 122418 2008-08-01 05:00 GoogleBackupTransport.apk
-rw-r--r-- root root 208305 2008-08-01 05:00 GoogleCalendarSyncAdapter.apk
-rw-r--r-- root root 199702 2008-08-01 05:00 GoogleContactsSyncAdapter.apk
-rw-r--r-- root root 285186 2008-08-01 05:00 GoogleFeedback.apk
-rw-r--r-- root root 4751791 2008-08-01 05:00 GoogleLoginService.apk
-rw-r--r-- root root 126076 2008-08-01 05:00 GooglePartnerSetup.apk
-rw-r--r-- root root 40950 2008-08-01 05:00 GoogleSearchWidget.apk
-rw-r--r-- root root 1506482 2008-08-01 05:00 GoogleServicesFramework.apk
-rw-r--r-- root root 5618855 2008-08-01 05:00 GoogleTTS.apk
-rw-r--r-- root root 3242864 2008-08-01 05:00 Hearingdro.apk
-rw-r--r-- root root 2439811 2008-08-01 05:00 HelpHub.apk
-rw-r--r-- root root 217084 2008-08-01 05:00 HelvNeueLT.apk
-rw-r--r-- root root 327934 2008-08-01 05:00 INDI_Server.apk
-rw-r--r-- root root 82319 2008-08-01 05:00 IPService.apk
-rw-r--r-- root root 47756 2008-08-01 05:00 InputDevices.apk
-rw-r--r-- root root 266728 2008-08-01 05:00 JobManager.apk
-rw-r--r-- root root 21256 2008-08-01 05:00 KeyChain.apk
-rw-r--r-- root root 2086995 2008-08-01 05:00 Keystring_DFT.apk
-rw-r--r-- root root 448075 2008-08-01 05:00 Keystring_factory.apk
-rw-r--r-- root root 62337 2008-08-01 05:00 Keystring_misc.apk
-rw-r--r-- root root 16330 2008-08-01 05:00 LTESetting.apk
-rw-r--r-- root root 29459 2008-08-01 05:00 LTETest.apk
-rw-r--r-- root root 24696032 2008-08-01 05:00 LatinIME.apk
-rw-r--r-- root root 12950014 2008-08-01 05:00 LatinImeGoogle.apk
-rw-r--r-- root root 4408128 2008-08-01 05:00 Lcdtest.apk
-rw-r--r-- root root 38224 2008-08-01 05:00 LogsProvider.apk
-rw-r--r-- root root 269912 2008-08-01 05:00 MediaUploader.apk
-rw-r--r-- root root 1143713 2008-08-01 05:00 MobilePrint.apk
-rw-r--r-- root root 618774 2008-08-01 05:00 MtpApplication.apk
-rw-r--r-- root root 68829 2008-08-01 05:00 MusicFX.apk
-rw-r--r-- root root 10108510 2008-08-01 05:00 MusicPlayer.apk
-rw-r--r-- root root 341836 2008-08-01 05:00 NetworkLocation.apk
-rw-r--r-- root root 258530 2008-08-01 05:00 Nfc.apk
-rw-r--r-- root root 36535 2008-08-01 05:00 NfcTest.apk
-rw-r--r-- root root 183079 2008-08-01 05:00 OmaCP.apk
-rw-r--r-- root root 14367 2008-08-01 05:00 OmaDrmPopup.apk
-rw-r--r-- root root 59051 2008-08-01 05:00 PCWClientS.apk
-rw-r--r-- root root 21453 2008-08-01 05:00 PRUI.apk
-rw-r--r-- root root 57349 2008-08-01 05:00 PackageInstaller.apk
-rw-r--r-- root root 4328657 2008-08-01 05:00 PanningTryActually.apk
-rw-r--r-- root root 30348 2008-08-01 05:00 Personalization.apk
-rw-r--r-- root root 24146 2008-08-01 05:00 PhoneErrService.apk
-rw-r--r-- root root 5322517 2008-08-01 05:00 Phonesky.apk
-rw-r--r-- root root 2215495 2008-08-01 05:00 PhotoWall.apk
-rw-r--r-- root root 3304371 2008-08-01 05:00 PickUpTutorial.apk
-rw-r--r-- root root 4263521 2008-08-01 05:00 PolarisViewer.apk
-rw-r--r-- root root 85235 2008-08-01 05:00 PopupuiReceiver.apk
-rw-r--r-- root root 17796 2008-08-01 05:00 Preconfig.apk
-rw-r--r-- root root 20008 2008-08-01 05:00 PreloadInstaller.apk
-rw-r--r-- root root 4017 2008-08-01 05:00 PrivInit.apk
-rw-r--r-- root root 761441 2008-08-01 05:00 RoseEUKor.apk
-rw-r--r-- root root 16181564 2008-08-01 05:00 SMemo.apk
-rw-r--r-- root root 6498858 2008-08-01 05:00 SMemoProvider.apk
-rw-r--r-- root root 415312 2008-08-01 05:00 SPPPushClient_Prod.apk
-rw-r--r-- root root 92517 2008-08-01 05:00 SamsungAppsUNA3.apk
-rw-r--r-- root root 2935657 2008-08-01 05:00 SamsungCamera.apk
-rw-r--r-- root root 4669511 2008-08-01 05:00 SamsungIME.apk <---if you use another keyboard...
-rw-r--r-- root root 76772 2008-08-01 05:00 SamsungTTS.apk
-rw-r--r-- root root 5460396 2008-08-01 05:00 Samsungservice.apk
-rw-r--r-- root root 313907 2008-08-01 05:00 SecBluetooth.apk
-rw-r--r-- root root 3200044 2008-08-01 05:00 SecBrowser.apk <---if you use another browser..
-rw-r--r-- root root 715380 2008-08-01 05:00 SecCalendarProvider.apk
-rw-r--r-- root root 5946254 2008-08-01 05:00 SecCalendar_NAmerica.apk
-rw-r--r-- root root 7373260 2008-08-01 05:00 SecContacts.apk
-rw-r--r-- root root 1215286 2008-08-01 05:00 SecContactsProvider.apk
-rw-r--r-- root root 144334 2008-08-01 05:00 SecDownloadProvider.apk
-rw-r--r-- root root 212663 2008-08-01 05:00 SecDownloadProviderUi.apk
-rw-r--r-- root root 1524260 2008-08-01 05:00 SecExchange.apk
-rw-r--r-- root root 29592 2008-08-01 05:00 SecFactoryPhoneTest.apk
-rw-r--r-- root root 91053 2008-08-01 05:00 SecFileShareClient.apk
-rw-r--r-- root root 110014 2008-08-01 05:00 SecFileShareServer.apk
-rw-r--r-- root root 9543449 2008-08-01 05:00 SecGallery2.apk
-rw-r--r-- root root 7682 2008-08-01 05:00 SecHTMLViewer.apk
-rw-r--r-- root root 129856 2008-08-01 05:00 SecLiveWallpapersPicker.apk
-rw-r--r-- root root 109269 2008-08-01 05:00 SecMediaProvider.apk
-rw-r--r-- root root 7660985 2008-08-01 05:00 SecMms.apk
-rw-r--r-- root root 78829 2008-08-01 05:00 SecOmaDownloadProvider.apk
-rw-r--r-- root root 8326289 2008-08-01 05:00 SecPhone.apk
-rw-r--r-- root root 19424513 2008-08-01 05:00 SecSettings.apk
-rw-r--r-- root root 65522 2008-08-01 05:00 SecSettingsProvider.apk
-rw-r--r-- root root 72494 2008-08-01 05:00 SecTelephonyProvider.apk
-rw-r--r-- root root 4601579 2008-08-01 05:00 SecWallpaperChooser.apk
-rw-r--r-- root root 20225 2008-08-01 05:00 SecurityProvider.apk
-rw-r--r-- root root 822227 2008-08-01 05:00 SelfTestMode.apk
-rw-r--r-- root root 880186 2008-08-01 05:00 SetupWizard.apk
-rw-r--r-- root root 328447 2008-08-01 05:00 ShareShotService.apk
-rw-r--r-- root root 4595 2008-08-01 05:00 SharedStorageBackup.apk
-rw-r--r-- root root 3539245 2008-08-01 05:00 SlideShow.apk
-rw-r--r-- root root 39566 2008-08-01 05:00 SmartcardService.apk
-rw-r--r-- root root 58859 2008-08-01 05:00 Stk.apk
-rw-r--r-- root root 265463 2008-08-01 05:00 Street.apk
-rw-r--r-- root root 1468798 2008-08-01 05:00 Superuser.apk
-rw-r--r-- root root 543681 2008-08-01 05:00 SyncmlDM.apk
-rw-r--r-- root root 91308 2008-08-01 05:00 SysScope.apk
-rw-r--r-- root root 2839613 2008-08-01 05:00 SystemUI.apk
-rw-r--r-- root root 1066673 2008-08-01 05:00 TMServerApp.apk
-rw-r--r-- root root 194409 2008-08-01 05:00 Tag.apk
-rw-r--r-- root root 2286020 2008-08-01 05:00 Talk.apk
-rw-r--r-- root root 247568 2008-08-01 05:00 TetheringProvision.apk
-rw-r--r-- root root 3698 2008-08-01 05:00 TimeService.apk
-rw-r--r-- root root 813502 2008-08-01 05:00 TopicWall.apk
-rw-r--r-- root root 271762 2008-08-01 05:00 TrimApp_phone.apk
-rw-r--r-- root root 18619 2008-08-01 05:00 TwDVFSApp.apk
-rw-r--r-- root root 140091 2008-08-01 05:00 UltraCfg.apk
-rw-r--r-- root root 10898 2008-08-01 05:00 UserDictionaryProvider.apk
-rw-r--r-- root root 6481881 2008-08-01 05:00 Velvet.apk
-rw-r--r-- root root 3092077 2008-08-01 05:00 VideoPlayer.apk
-rw-r--r-- root root 6954245 2008-08-01 05:00 VoiceRecorder.apk
-rw-r--r-- root root 4514 2008-08-01 05:00 VoiceSearchStub.apk
-rw-r--r-- root root 182737 2008-08-01 05:00 VpnClient.apk
-rw-r--r-- root root 15627 2008-08-01 05:00 VpnDialogs.apk
-rw-r--r-- root root 7139 2008-08-01 05:00 WAPPushManager.apk
-rw-r--r-- root root 40472 2008-08-01 05:00 WfdBroker.apk
-rw-r--r-- root root 22976 2008-08-01 05:00 WifiCall.apk
-rw-r--r-- root root 35743 2008-08-01 05:00 WlanTest.apk
-rw-r--r-- root root 200354 2008-08-01 05:00 YahoonewsDaemon.apk
-rw-r--r-- root root 6142017 2008-08-01 05:00 YouTube.apk
-rw-r--r-- root root 2799241 2012-11-20 14:40 com.anddoes.launcher.apk
-rw-r--r-- root root 34196 2012-11-20 14:40 com.anddoes.launcher.pro.apk
-rw-r--r-- root root 7963257 2012-11-20 14:40 com.jb.gosms.apk
-rw-r--r-- root root 3238273 2012-11-20 14:40 com.jb.gosms.emoji.apk
-rw-r--r-- root root 218974 2012-11-20 14:41 com.jb.gosmspro.theme.dark.apk
-rw-r--r-- root root 1560858 2012-11-20 14:41 com.smart.swkey.apk
-rw-r--r-- root root 122953 2008-08-01 05:00 gba-service-TMO-Signed.apk
-rw-r--r-- root root 1018655 2008-08-01 05:00 ims-service.apk
-rw-r--r-- root root 6832 2008-08-01 05:00 ip-provider.apk
-rw-r--r-- root root 25772 2008-08-01 05:00 minimode-res.apk
-rw-r--r-- root root 51574 2008-08-01 05:00 sCloudBackupProvider.apk
-rw-r--r-- root root 58546 2008-08-01 05:00 sCloudDataRelay.apk
-rw-r--r-- root root 131672 2008-08-01 05:00 sCloudDataSync.apk
-rw-r--r-- root root 12385 2008-08-01 05:00 sCloudSyncBrowser.apk
-rw-r--r-- root root 12398 2008-08-01 05:00 sCloudSyncCalendar.apk
-rw-r--r-- root root 12384 2008-08-01 05:00 sCloudSyncContacts.apk
-rw-r--r-- root root 12386 2008-08-01 05:00 sCloudSyncSMemo.apk
-rw-r--r-- root root 149004 2008-08-01 05:00 serviceModeApp.apk
-rw-r--r-- root root 1466729 2008-08-01 05:00 talkback.apk
-rw-r--r-- root root 26108904 2008-08-01 05:00 voicetalk.apk
-rw-r--r-- root root 185400 2008-08-01 05:00 wssyncmlnps.apk
[email protected]:/ #
to be perfectly honest, you could probably remove a lot more... just don't be surprised if something stops working properly lol. and don't just delete stuff if you don't know what it is... you'd be surprised the ***t that will start crashing on you
Just use mrrobinson ashman debloat zip. It will give you 350mb of space
Sent from my SGH-T999 using xda premium
[Just use mrrobinson ashman debloat zip. It will give you 350mb of spaceJust use mrrobinson ashman debloat zip. It will give you 350mb of space]
Link? or directions where to find this? I have searched, but no success.
http://forum.xda-developers.com/showthread.php?t=1732039
I dont think everything on the list is bloat if you use stay on a tw ROM like share shot, that will mess up your share shot function on the camera app. I only consider junk apps as bloat like zynga and T-Mobile crap.
Sent from my SGH-T999 using xda premium
---------- Post added at 10:10 PM ---------- Previous post was at 10:08 PM ----------
How is the Samsung stuff bloat isn't it used for something? Also is the exchange services not necessary for email app? Did your email work fine after using it. I didn't see syscope mentioned here is that bloat idk what it does.
Sent from my SGH-T999 using xda premium
---------- Post added at 10:14 PM ---------- Previous post was at 10:10 PM ----------
Also I do think project butter is in this. It is much faster and way smoother than before.
Sent from my SGH-T999 using xda premium
de_bloat.sh
Here's my list that I have compiled(available in my rom). Stable.
#!/bin/bash
#$Id: de_bloat.sh 17 2012-11-26 13:20:00Z osb $
# remount /system as rw
mount -o remount,rw -t ext4 /dev/block/platform/msm_sdcc.1/by-name/system /system
# annoying power on/off sounds
rm /system/media/audio/ui/PowerOn.ogg
rm /system/media/audio/ui/PowerOff.ogg
rm /system/media/audio/ui/PowerOff.wav
# carrier iq, evil.
rm -r /data/data/com.carrieriq.tmobile
rm -r /data/data/com.carrieriq.tmobile.IQOOB
rm -r /data/data/com.carrieriq.tmobile.IQToggle
rm -r /system/app/IQ-tmobile-release-unsigned.signed_TMO.apk
rm -r /system/app/IQToggle.signed_TMO.apk
rm -r /system/app/IQ_OOB_TMO.apk
# bloatware and other trash
rm -r /data/data/com.dropbox.android
rm -r /data/data/com.google.android.apps.books
rm -r /data/data/com.google.android.apps.magazines
rm -r /data/data/com.google.android.apps.maps
rm -r /data/data/com.google.android.apps.plus
rm -r /data/data/com.mobitv.client.tmobiletvhd
rm -r /data/data/com.tmobile.bonusapps
rm -r /data/data/com.amazon.mShop.android
rm -r /data/data/com.android.pickuptutorial
rm -r /data/data/com.samsung.android.livewallpaper.deepsea
rm -r /data/data/com.sec.android.cloudagent.dropboxoobe
rm -r /data/data/flipboard.app
rm -r /system/app/AccessTmobile_TMO.apk
rm -r /system/app/AllShareCastWidget.apk
rm -r /system/app/AllShareCastWidget.odex
rm -r /system/app/AllshareMediaServer.apk
rm -r /system/app/AllshareMediaServer.odex
rm -r /system/app/AllSharePlay.apk
rm -r /system/app/AllshareService.apk
rm -r /system/app/AllshareService.odex
rm -r /system/app/AmazonShopping_TMO.apk
rm -r /system/app/BonusApp_TMO.apk
rm -r /system/app/Books.apk
rm -r /system/app/ChatON_MARKET.apk
rm -r /system/app/com.mobitv.client.tmobiletvhd.apk
rm -r /system/app/DeepSea.apk
rm -r /system/app/DeepSea.odex
rm -r /system/app/Dropbox.apk
rm -r /system/app/DropboxOOBEPriority3.apk
rm -r /system/app/Flipboard.apk
rm -r /system/app/GameHub_2.0_ICS.apk
rm -r /system/app/HelpHub.apk
rm -r /system/app/HelpHub.odex
rm -r /system/app/KiesAir.apk
rm -r /system/app/kieswifi.apk
rm -r /system/app/LuminousDots.apk
rm -r /system/app/Magazines.apk
rm -r /system/app/MediaHub_D2.apk
rm -r /system/app/MediaUploader.apk
rm -r /system/app/MobileLifeContacts_TMO.apk
rm -r /system/app/MobilePrint.apk
rm -r /system/app/MobilePrint.odex
rm -r /system/app/MoreServices.apk
rm -r /system/app/MoreServices.odex
rm -r /system/app/MusicFX.apk
rm -r /system/app/MusicFX.odex
rm -r /system/app/MusicHub_30.apk
rm -r /system/app/Music2.apk
rm -r /system/app/PlusOne.apk
rm -r /system/app/PolarisViewer.apk
rm -r /system/app/SamsungAppsUNA3.apk
rm -r /system/app/SamsungApps.apk
rm -r /system/app/SMemo.apk
rm -r /system/app/SMemo.odex/dev/block/platform/msm_sdcc.1/by-name/system /system
rm -r /system/app/SMemoProvider.apk
rm -r /system/app/SMemoProvider.odex
rm -r /system/app/SSuggest.apk
rm -r /system/app/Vvm_TMO.apk
rm -r /system/app/Videos.apk
rm -r /system/app/SecBrowser.apk
rm -r /system/app/SecBrowser.odex
dansl said:
I know there are a ton of lists out there with freezable/removable apps. But I havent found a good one that was specific for T-Mobile SG3, so here's my list of applications I froze, and have had no issues with (so far):
Here's a Google Doc that was started by the user winwiz, but it seems to be missing a lot of apps: https://docs.google.com/a/dansl.net...DtdC1qVUlLeVFTV3ZOdUtDclpBdVRQOUE&pli=1#gid=0
Names taken from Titanium Backup:
AllShare Cast 1.0
AllShare Play 1.0.1983
AllShare Service 1.0.0
Amazon 2.2.0
AvrcpServiceSamsung 4.1.1-T999UVDLJA
Bonus Apps 2.2.368
Bubbles 1.0
Calendar 4.1.1-T999UVDLJA (replaced with Google Calendar from Play Store)
Calendar Widget 1.0
ChatON 1.11.1
ChocoEUKor 1.0
Clock (digital) 1.0
Clock (digital) 1.0 (why are there two of these? annoying...)
Clock (funky) 1.0
Clock (modern) 1.0
com.samsung.app.playreadyui 1.0.0
Deep Sea 1.0
Dropbox 1.0 (replaced with Dropbox 2.2.1 from Play Store)
Dual Clock (analog) 1.0
Dual Clock (digital) 1.0
Dual Clock (digital) 1.0 (why are there two of these? annoying...)
Email 4.0
Exchange Services 4.1
Favorite apps 1.0
Favorite Contacts 1.1
Flipboard 1.9.10
Game Hub 2.1.0
Google Play Books 2.6.41
Google Play Magazines 1.1.2
Google Play Movies & TV 2.1.9
Google Search 1.0 (Replaced with Google Search 2.1 from Play Store)
Help 1.0
Internet 4.1.1 (Replaced with Google Chrome App from Play Store)
Kies Air 2.2.211081
Kies via WiFi 2.0.0
lcdtest 1.0
License settings 1.10
Luminous dots 1.0
MAPServiceSamsung 4.1.1-T99UVDLJA
Media Hub 1.6.0
Messaging 4.1.1 (replaced with GoSMS from Google Play Store)
MobileLife Contacts 3.11.01
More Services 1.0
Music Hub 30.2012.10.16.15
My Files 1.0.0 (Replaced with ES File Explorer from Google Play Store)
News Daemon(EUR) 120911.01
Phase beam 1.0
Photo Wall 1.0
RoseEUKor 1.0
S Memo 12.02.07.4816
S Memo 12.02.07.4816 (why are there two of these? annoying...)
S Suggest 3.2.47
S Voice 3.2.47 (Replaced with Google voice Search from Play Store)
Samsung Account 1.3.024
Samsung Apps 2.8.026
Samsung Backup Provider 1.1
Samsung Browser SyncAdapter 1.0
Samsung Calendar SyncAdapter 1.0
Samsung Cloud Data Relay 1.4.10r5
Samsung Contant SyncAdapter 1.0
Samsung Keyboard 1.0
Samsung Push Service 1.0
Samsung SMemo SyncAdapter 1.0
Samsung Syncadapters 2.1.5
Samsung TTS (Replaced with SVOX Classic from Play Store)
SamsungAppsUNA2 2.0.35
ShareShotService 1.0
Simple alarm clock 1.0 (replaced with Alarmdroid from Play Store)
Software update v2.2.9
Software update v5_1209_3_1
Stock Daemon(EUR) 120917.01
Swype 1.2.3.8848 (replaced with Swype's Beta Keyboard from http://beta.swype.com/)
T-Mobile My Account 2.2.719
T-Mobile name ID 1.9.11
T-mobile TV 5.1.1.8-216553
Topic Wall 1.0
TouchWiz home 4.1.1 (replaced with GoLauncherEX from the Google Play Store)
USB Settings 1.0
Visual Voicemail 3.0.11.1 (Replaced with Google Voice from Play Store)
Weather Daemon 120905.01 (Replaced with BeWeather Pro from Play Store)
Weather Widget 121002.01
Weather Widget Main 120917.01
Windy Weather 1.0
Yahoo! Finance 120917.01
Yahoo! News 12.10.08.02
Zynga Games 1.5.5 (I uninstalled this, because it kept de-freezing randomly)
Click to expand...
Click to collapse
Good stuff
Sent from my SGH-T999 using xda premium

Auto-Debloat S4 Flashable Zip! [16 Jun 2013]

Now you can auto-debloat your Galaxy S4 beauty using my new Auto-Debloat S4 flashable zip!
Link: http://www.mediafire.com/download/awabu8cg5a19lj4/Debloat-SGS4.zip
This is tested working on my rooted, unlocked (bootloader) SGH-I337 (AT&T) running Stock AT&T JB 4.2.2 I337UCUAMDL and TWRP Recovery 2.5.0.2.
But it should work on just about any S4 ROM though the primary target is JB 4.2.2.
Now of course there are many ways to debloat your rooted S4. But you may find this one very useful.
By default, my flashable zip frees up 600MB of precious space in your 2.7GB /system partition by removing approximately 90 bloatware apks and their corresponding odex files! Run time is just over 30 seconds.
And the customizable database file (bloatware-apk-sorted.txt) is sorted by file size to help you focus on big bloats like Samsung’s Health app “SHealth2.apk” (88 MB).
Thus you can debloat even more by extracting the database “bloatware-apk-sorted.txt” from zip, changing filename suffixes from “.KEEP” to “.apk”, reinserting database and reflashing. Run time is shorter on the second and subsequent passes.
Want to "rebloat"? No problem: All bloatware is safely moved to a special directory: /sdcard/Download/Bloatware for quick recovery.
As usual, “I will let YOU DECIDE whether to wipe data!”
Here’s a clip of my original database “bloatware-apk-sorted.txt” showing some of the worst offenders --- at least in terms of file size:
-rw-r--r-- 1 root root 88540395 Apr 27 2013 SecSettings.KEEP
-rw-r--r-- 1 root root 87854416 Apr 27 2013 SHealth2.apk
-rw-r--r-- 1 root root 39695494 Apr 27 2013 Episodes.apk
-rw-r--r-- 1 root root 39428223 Apr 27 2013 SecGallery2013.KEEP
-rw-r--r-- 1 root root 36196565 Apr 27 2013 GroupPlay_20.apk
-rw-r--r-- 1 root root 33781912 Apr 27 2013 InteractiveTutorial.apk
-rw-r--r-- 1 root root 28792764 Apr 27 2013 SecContacts.KEEP
-rw-r--r-- 1 root root 27349911 Apr 27 2013 S-Voice_Android_phone_J.apk
-rw-r--r-- 1 root root 26746285 Apr 27 2013 Match3VS.apk
-rw-r--r-- 1 root root 25549401 Apr 27 2013 SMemo2.apk
-rw-r--r-- 1 root root 25440434 Apr 27 2013 Peel.apk
-rw-r--r-- 1 root root 23676201 Apr 27 2013 SamsungBooks.apk
-rw-r--r-- 1 root root 23168685 Apr 27 2013 AllSharePlay15.apk
-rw-r--r-- 1 root root 22967881 Apr 27 2013 ChatONV_J.apk
-rw-r--r-- 1 root root 22829640 Apr 27 2013 ClockPackage.KEEP
-rw-r--r-- 1 root root 22407406 Apr 27 2013 PolarisOffice5.KEEP
Click to expand...
Click to collapse
And here’s the script engine: auto-debloat.sh
#!/sbin/sh
echo " "
echo "Auto-Debloat for Samsung S4!"
echo "Initial Release (16 Jun 2013)"
echo "sendust7 @ xda developers"
bloatdir="/sdcard/Download/Bloatware"
bloatfile="/tmp/bloatware-apk-sorted.txt"
echo " "
echo "All bloatware files are suffixed by .apk in $bloatfile"
echo "System apps to be retained are suffixed by .KEEP in $bloatfile"
echo "All bloatware (apk and odex) will be moved to $bloatdir"
if [ -d $bloatdir ]; then
echo " "
else
echo " "
mkdir $bloatdir
fi
while read line; do
apkname=$(echo $line | cut -d" " -f9)
apkprefix=$(echo $apkname | cut -d"." -f1)
apkodex=$apkprefix.odex
if [ -f /system/app/$apkname ]; then
echo "Moving /system/app/$apkname to $bloatdir ..."
mv /system/app/$apkname $bloatdir
if [ -f /system/app/$apkodex ]; then
echo "Moving /system/app/$apkodex to $bloatdir ..."
mv /system/app/$apkodex $bloatdir
fi
fi
done < $bloatfile
Click to expand...
Click to collapse
Blessings Enjoy
Boom.
Can i use your application to debloat my Samsung Galaxy S4 Active SGH-i537. Running android 4.2.2. Its branded by AT&T and want to get rid of these crapy apps of AT&T. Kindly let me know.
Regards,

Where is stored the raw file for the User Dictionary of HTC Sense Input keyboard ?

Hello.
Where is stored the raw file for the User Dictionary of HTC Sense Input keyboard ? It's obviously not the classic /data/data/com.android.providers.userdictionary/databases/user_dict.db ... because I wiped the file, rebooted, and HTC SI still kept memories of some words. After using backup restaure tools like UDM, HTCSI also can't see new words.
Thanks.
State of art:
For every one: the classic user dictionary is in /data/data/com.android.providers.userdictionary/databases/user_dict.db as SQLite3 . It's very easy to extract:
echo "SELECT word FROM words;" | sqlite3 /data/local/tmp/user_dict.db | sort | uniq | sed ':a;N;$!ba;s/\n/\|/g' > /data/local/tmp/PersonalDictionary.htcudb
providing you have SQLite3 somewhere in your PATH.
The base HTC IME dictionary is here: /data/data/com.htc.sense.ime/app_db/dlm_export
The SD backup is not on emulated (I have asked for emulated SD from internal memory), but on real physical external SD:
/storage/ext_sd/.data/HTC_IME/PersonalDictionary
The method to find the two last files were:
- touch /data/local/tmp/plop
- make a change in the dic, or a backup
- find /storage/ext_sd/ -newer /data/local/tmp/plop
or
- find /data/data -newer /data/local/tmp/plop
You have to re-touch the plop each time.
Once /data/data/com.android.providers.userdictionary/databases/user_dict.db is exported into /data/local/tmp/PersonalDictionary.htcudb, two things are possible:
- copy the file into /storage/ext_sd/.data/HTC_IME/PersonalDictionary, and make a manual import from HTC Sense Input dictionary manager
- attach the file to an email, and open the attachement from HTC-Mail, what will restaure the attached backup.
I have found the following command to ask for restauring the backup:
Code:
am start -a android.intent.action.VIEW -d "content:" -t "application/ime-config" -n com.htc.sense.ime/.ui.RestoreUDB -f "0x00080001"
But I do not get the confirmation toast. Because I don't find where the cache file is stored by HTC-Mail, for IME. Since I run stuff from scripts, that command does not work as is; in my case, I have to run it in this context:
Code:
setprop service.adb.tcp.port 5555
stop adbd
start adbd
adb connect 127.0.0.1
adb shell id
adb shell su -c id
adb shell su -c am start [...]
otherwise I get a nasty error about permission issues:
Starting: Intent { act=android.intent.action.VIEW dat=content: typ=application/ime-config flg=0x80001 cmp=com.htc.sense.ime/.ui.RestoreUDB }
java.lang.SecurityException: Permission Denial: starting Intent { act=android.intent.action.VIEW dat=content: typ=application/ime-config flg=0x10080001 cmp=com.htc.sense.ime/.ui.RestoreUDB } from null (pid=29007, uid=2000) requires com.htc.permission.APP_DEFAULT
Click to expand...
Click to collapse
Work for an other day:
- try to construct the am start call for backup restauration from SD (previous line was for email attachement) => give up
- find how to export and rebuild (via script) /data/data/com.htc.sense.ime/app_db/dlm_export
- find if this dictionary is gaining, or loosing any word => stats now on way: cron is recording daily the size of files
- remove dups from /data/data/com.android.providers.userdictionary/databases/user_dict.db (clean PROVIDER file)
- during export, I want to inject Contact details (first name, name, town name)
*** *** ***
The base problem I have is that HTC Sens keyboard is very good, for daily use, but randomly looses settings, and parts of the dics (some times words added the last days; some times 98% of it, only keeping 10 or 15 words).
I want to monitor the IME dic, and produce a system alert when this dic is found to have lost words, and after user confirmation, restaure the IME dic (with an older version of the file, or by rebuilding it).
Some other files may be interesting, in the same folder: mdb_contact_name seem to be a raw text version of com.android.providers.userdictionary/databases/user_dict.db . stm_dump is also very large. IME dictionary has a concept of alias (and auto-replace); but I don't know where this is stored. I also wonder where the word usage statistics are stored (for suggestions).
The big minus I found in this keyboard is that suggestions are always limited to 3 words on the first line (the one always available) (in portrait); Gingerbread and Hackers offer up to 12 words: as much as they can print on screen. Also, suggestions only include literal words: words with letters only; it never suggests words with numbers (unless I already typed one in currect word) or punctuation (statistics show that some words are very often followed by question mark, comma, or full stop).
Now that I am used to the height of HTC Sens keyboard, I make many typos with smaller boards; but smaller boards leave much more screen space for chat. Sens is very good for writing emails; but instant messaging like Skype and Yahoo use too much screen space, and smaller kbd would leave more chat history visible. But Sens has a better word prediction for intuitive chat ...
***
Recoding daily stats of files:
Code:
find /data/data/com.htc.sense.ime/app_db/dlm_export.history -mtime 0 | grep "e" || {
for i in dlm_export mdb_contact_name stm_dump
do
{ echo -n "$(date +%Y-%m-%d_%H-%M-%S) : " ; ls -l /data/data/com.htc.sense.ime/app_db/$i | awk '{print $4}' ; } >> /data/data/com.htc.sense.ime/app_db/${i}.history
done
This code will work even with non existing history. Then wait history is 1D old .... I have found that one history per file is easier to re-read than one for all. Injecting date this way date +%Y-%m-%d_%H-%M-%S ; echo -n " : " used to introduce an undesired NL..
Proof that stupid dictionary bugs:
Code:
-rw------- 1 root root 0 2016-01-24 23:40 dlm_export
-rw------- 1 root root 1274 2015-09-02 10:15 kdb_0c09.cfg
-rw------- 1 root root 1274 2016-01-24 02:29 kdb_0c0c.cfg
-rw------- 1 root root 1281 2014-10-08 14:56 kdb_0d03.cfg
-rw------- 1 root root 1250 2015-12-20 18:18 kdb_0d09.cfg
-rw------- 1 root root 1250 2016-01-24 23:48 kdb_0d0c.cfg
-rw------- 1 root root 28902 2016-01-25 17:01 mdb_contact_name
-rw------- 1 root root 20 2016-01-25 17:01 sc_mdb_contact_name
-rw------- 1 root root 0 2016-01-24 23:40 stm_dump
-rw------- 1 root root 0 2016-01-25 17:01 tc_mdb_contact_name
-rw------- 1 root root 83251 2016-01-29 20:01 dlm_export
-rw------- 1 root root 1274 2015-09-02 10:15 kdb_0c09.cfg
-rw------- 1 root root 1274 2016-01-29 07:30 kdb_0c0c.cfg
-rw------- 1 root root 1281 2014-10-08 14:56 kdb_0d03.cfg
-rw------- 1 root root 1250 2015-12-20 18:18 kdb_0d09.cfg
-rw------- 1 root root 1250 2016-01-29 19:48 kdb_0d0c.cfg
-rw------- 1 root root 28954 2016-01-29 20:57 mdb_contact_name
-rw------- 1 root root 20 2016-01-29 20:57 sc_mdb_contact_name
-rw------- 1 root root 225751 2016-01-29 09:57 stm_dump
-rw------- 1 root root 0 2016-01-29 20:57 tc_mdb_contact_name
-rw------- u0_a39 u0_a39 145060 2016-02-04 23:44 dlm_export
-rw------- root root 29 2016-02-05 01:01 dlm_export.history
-rw------- u0_a39 u0_a39 1274 2015-09-02 10:15 kdb_0c09.cfg
-rw------- u0_a39 u0_a39 1274 2016-02-04 21:20 kdb_0c0c.cfg
-rw------- u0_a39 u0_a39 1281 2014-10-08 14:56 kdb_0d03.cfg
-rw------- u0_a39 u0_a39 1250 2015-12-20 18:18 kdb_0d09.cfg
-rw------- u0_a39 u0_a39 1250 2016-02-05 00:32 kdb_0d0c.cfg
-rw------- u0_a39 u0_a39 29036 2016-02-05 00:32 mdb_contact_name
-rw------- root root 57 2016-02-05 01:01 mdb_contact_name.history
-rw------- u0_a39 u0_a39 20 2016-02-05 00:32 sc_mdb_contact_name
-rw------- u0_a39 u0_a39 225751 2016-02-04 16:07 stm_dump
-rw------- root root 59 2016-02-05 01:01 stm_dump.history
-rw------- u0_a39 u0_a39 0 2016-02-05 00:32 tc_mdb_contact_name
Clearly: dlm_export and stm_dump were empty 2 weeks ago. Due to the nature of cheap backup, I was wondering if by huge hasard, those files were empty due to rsync glitches (if wifi is lost during file transfert, and glitch occurs while working on THIS file ... one chance in a trillion): such a glitch may produce an empty file; one, and ONE ONLY. Not two: rsync can't have corrupted dlm_export AND stm_dump at the same time. Thus, they are both empty due to a HTC Sens bug. The one that often makes the IME forget about second lang, and no vibrator.
Nobody knows if the loss of content of dlm_export could be related to HTC Sense keyboard issues ?

init.d on 5X

I was wondering where init.d might be located on 5X? Not able to find it in /system/etc/ like most devices.
Basically trying to include a new init.d script but not sure where to put it.
Thanks in advance!
catharsis724 said:
I was wondering where init.d might be located on 5X? Not able to find it in /system/etc/ like most devices.
Basically trying to include a new init.d script but not sure where to put it.
Thanks in advance!
Click to expand...
Click to collapse
Try placing in /su/su.d/ if you're rooted with superSU
Sent from my SHIELD Tablet K1 using Tapatalk
Exile1975 said:
Try placing in /su/su.d/ if you're rooted with superSU
Sent from my SHIELD Tablet K1 using Tapatalk
Click to expand...
Click to collapse
Might not have that because I have systemless phh Superuser.
Code:
bullhead:/ # ls
...
drwxr-xr-x 3 0 2016-11-28 00:38 res
drwx------ 2 0 2016-11-07 18:55 root
drwxr-xr-x 3 4.0K 2016-11-28 11:20 sbin
lrwxrwxrwx 1 21 2016-11-28 00:38 sdcard -> /storage/self/primary
-rw-r--r-- 1 758 2016-11-28 00:38 seapp_contexts
-rw-r--r-- 1 68 2016-11-28 00:38 selinux_version
-rw-r--r-- 1 203K 2016-11-28 00:38 sepolicy
-rw-r--r-- 1 11K 2016-11-28 00:38 service_contexts
drwxr-xr-x 4 80 2016-11-28 11:20 storage
dr-xr-xr-x 13 0 1971-01-18 11:50 sys
drwxr-xr-x 17 4.0K 2016-11-27 15:50 system
...

Categories

Resources