MMS Issues and how to Correct - Droid Eris Android Development

Please check the following Q&A for answers to your MMS Issues
http://forum.xda-developers.com/showthread.php?t=770879

thanks....lifesaver

Instead of going through the trouble of nand backup, flashing a generic ROM, etc., just stay with your current ROM, download APN Backup and Restore from the market and paste the following XML into a text editor like notepad, name the file original-apns.xml and put it in /sdcard/ApnBackupRestore/. Run APN Backup and Restore from the phone and restore the apn from there.
Below is the code for Verizon Droid Eris (won't work for Hero).
Code:
<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>
<apns count="3">
<apn name="CDMA" numeric="00000" mcc="000" mnc="00" apn="0" user="null" server="null" password="null" proxy="null" port="" mmsproxy="" mmsport="" mmsprotocol="" mmsc="" type="*" />
<apn name="Production" numeric="00000" mcc="000" mnc="00" apn="1" user="null" server="null" password="null" proxy="null" port="" mmsproxy="" mmsport="" mmsprotocol="2.0" mmsc="http://mms.vtext.com/servlets/mms" type="mms" />
<apn name="Android" numeric="310995" mcc="310" mnc="995" apn="internet" user="*" server="*" password="*" proxy="null" port="null" mmsproxy="null" mmsport="null" mmsprotocol="null" mmsc="null" type="null" />
</apns>

Thanks for the tip. Appreciate it. Happy Holidays to you

Related

MMS apn Configuration?

Hi guys, i need help if anyone know to fix this issue
In stock rom the mms work fine but i cant sent mms whit any CM Rom...
I think is problem of APN.
I compare apn-config.xml and try to replace in cm rom but this cause disappear apns
Here a apn form stock
Code:
<apn mmsport='8080' mnc='103' mcc='732' carrier='Colombia:Tigo:Multimedia:1' authtype='1' mmsc='http://mms.ola.com.co' mmsproxy='190.102.206.48' type='mms' user='mms-cm1900' password='mms-cm1900' apn='mms.colombiamovil.com.co'/>
<apn mmsport='8080' mnc='111' mcc='732' carrier='Colombia:Tigo:Multimedia:2' authtype='1' mmsc='http://mms.ola.com.co' mmsproxy='190.102.206.48' type='mms' user='mms-cm1900' password='mms-cm1900' apn='mms.colombiamovil.com.co'/>
<apn mnc='111' mcc='732' carrier='Colombia:Tigo:Web:2' authtype='1' type='default' apn='web.colombiamovil.com.co'/>
<apn mnc='103' mcc='732' carrier='Colombia:Tigo:Web:1' authtype='1' type='default' apn='web.colombiamovil.com.co'/>
<apn mnc='103' mcc='732' carrier='Colombia:Tigo:Modem:1' authtype='1' type='dun' apn='web.colombiamovil.com.co'/>
<apn mnc='111' mcc='732' carrier='Colombia:Tigo:Modem:2' authtype='1' type='dun' apn='web.colombiamovil.com.co'/>
And his from CM10 Rom
Code:
<apn carrier="Tigo MMS" mcc="732" mnc="103" apn="mms.colombiamovil.com.co" user="mms-cm1900" password="mms-cm1900" mmsc="mmsc.colombiamovil.com.co" mmsproxy="190.102.206.48" mmsport="8080" type="mms" />
<apn carrier="Tigo" mcc="732" mnc="103" apn="web.colombiamovil.com.co" type="default,supl" />
Moved to Q&A. Please ask all questions there, thanks.

[CM11][KK][GUIDE][XPERIA] How Port Z2 Framework to any CM11 in 15 min

Hi Users, to September 15 I'm not in the country. I can not access the email. You can send me a message but I replay you when I'm return.
Hi
Gets a lot of emails regarding Z2 framework so I decided to do guide How port Z2 framework
Today I will teach you how to make your own Z2 framework that should work on any Rom CM11 on all Xperia devices
In this guide, I will not teach how to properly decompile and decompile apps because:
Firstly, there are many online Guide on this subject and there is no point duplicating
Secondly I assume that if someone wants to do framework has a basic knowledge about the action of framework
This method works CM11 NOT modded FRAMEWORK
if this method will not work, you can try the other, made prey of my colleague @naheel azawy
LINK
Ok Here we go
*
1 Decompile your framework-res.apk for your version of CM11
2 Decompile my last Z2 framework for CM 11 Legacy Xperia included in this topic:
3 Install File Menager on your computer (I use Total Commander, I think that is the best and of course free)
4 Copy this files from my folder [anim] to your folder [anim]
Code:
somc_dialog_popup_exit.xml
somc_task_open_exit.xml
somc_dialog_popup_enter.xml
somc_activity_open_enter.xml
somc_input_method_exit.xml
somc_task_close_enter.xml
somc_activity_open_exit.xml
somc_activity_close_exit.xml
somc_task_close_exit.xml
somc_toast_exit.xml
somc_activity_close_enter.xml
somc_toast_enter.xml
somc_input_method_enter.xml
somc_task_open_enter.xml
5. Copy all files from my folder [color] to your folder [color]
6. Copy all files from my folder [drawable] to your folder [drawable]
6. Copy all files from my folder [drawable HDPI] to your folder [drawable HDPI]
7. Copy this files from my folder [layout] to your folder [layout]
semc_tab_indicator_holo_light.xml
semc_tab_indicator_holo_dark.xml
8. In folder [valiues] open color.xml file, open the same file in your framework
Overwrite all the same the same lines with the values ​​from my file and add new lines from my files
IMPORTANT
If there are VALUES IN YOUR FILE XML, WITH ISNT IN MY FILE XML. DO NOT REMOVE THEM.
9. In folder [values] open drawables.xml file, open the same file in your framework
Overwrite all the same the same lines with the values ​​from my file and add new lines from my files
IMPORTANT
If there are VALUES IN YOUR FILE XML, WITH ISNT IN MY FILE XML. DO NOT REMOVE THEM.
example
my file
<color name="holo_blue_light">#ff33b5e5</color>
your file
<color name="holo_blue_light">#ff000000</color>
my file
<item type="drawable" name="notification_template_icon_bg">#44000000</item>
your file
<item type="drawable" name="notification_template_icon_bg">#ff000000</item>
Only change this value #ff000000
11. Copy this files from my folder [values] to your folder [values]
styles.xml
11. Mynewest framework 08 08 14 contains changes in other files. Of these files also need to add lines to your files list
Code:
arrays.xml
attrs.xml
bools.xml
dimens.xml
drawables.xml
ids.xml
integers.xml
plurals.xml
strings.xml
Please, DO NOT GIVE plenty of lines NEW ALWAYS ADD NEW LINES AT THE END
Recomplie framework.apk
Do flashable zip
Go to CWM
wipe cache partition
wipe dalvik cache
flash framework
DONE Remember press thanks
Please send your reports on operating devices
Framework CM11
Settings
Special thanksfor @gamzekal and its magnificent Xperia Settings
Theme Accent will work with your new Framework
My Last Framework 08.08.14
WoW perfect work.Thanks bro awesome work:good::good::good::good:
Add screenshot
it is tested.It works great.
got error
Nice job ! brother , i like it ,this post is amazing ! I'll try it, i cannot wait
Sent from my R800i using XDA Free mobile app
@jaguelos
\styles.xml:3087: error: Error: No resource found that
matches the given name: attr 'dialogStyle'.
This mean,
You musst add dialogStyle to your styles.xml
PHP:
<style name="Preference.Holo.Light.RingtonePreference" parent="@style/Preference.Holo.RingtonePreference">
<item name="dialogStyle">@style/Theme.Holo.Light.Dialog.Alert</item>
</style>
Tutorial :
1)No resource found that
matches the given name: XXXXXXX
This mean some resources are missed.
2)\ApkChanger\out\30framework-res\res\values\public.xml:6613: error: Public symbol drawable/xxxx declared here is not defined.
You should delete line 6613 in public.xml
jaguelos said:
got error
Click to expand...
Click to collapse
bro with rom ??
in sttrs.xml missing this line
Code:
<attr name="dialogStyle" format="reference" />
</resources>
add it to end
gamzekal said:
@jaguelos
\styles.xml:3087: error: Error: No resource found that
matches the given name: attr 'dialogStyle'.
This mean,
You musst add dialogStyle to your styles.xml
PHP:
<style name="Preference.Holo.Light.RingtonePreference" parent="@style/Preference.Holo.RingtonePreference">
<item name="dialogStyle">@style/Theme.Holo.Light.Dialog.Alert</item>
</style>
Tutorial :
1)No resource found that
matches the given name: XXXXXXX
This mean some resources are missed.
2)\ApkChanger\out\30framework-res\res\values\public.xml:6613: error: Public symbol drawable/xxxx declared here is not defined.
You should delete line 6613 in public
Click to expand...
Click to collapse
bro this style is add to my styles.xml in framework Z2
No resource found that
matches the given name: attr 'dialogStyle'.
I'll explain to you
does not mean the lack of style in xml.
Only one line in the file attrs.xml
The style is added in, the file styles.xml
Ambor said:
bro with rom ??
in sttrs.xml missing this line
Code:
<attr name="dialogStyle" format="reference" />
</resources>
add it to end
Click to expand...
Click to collapse
ROM : Xperia UltraKat v2.1.1
LexacyXperia build 20140319
and this my framework
http://www.mediafire.com/download/c5rz0d7ml4yj101/Myframework-res.apk
jaguelos said:
ROM : Xperia UltraKat v2.1.1
LexacyXperia build 20140319
and this my framework
http://www.mediafire.com/download/c5rz0d7ml4yj101/Myframework-res.apk
Click to expand...
Click to collapse
add line and compile apk send result
Ambor said:
add line and compile apk send result
Click to expand...
Click to collapse
added line
jaguelos said:
added line
Click to expand...
Click to collapse
Bro
Bro first. your framework is already mod
And my guide is for not modded framework working on CM11
Second you skipped point 6 guide (You must copy and add ALL files to drawable folder)
Do it again step by step and make sure you do not miss any point
check this frame
can you upload Resizable PNG's for Mdpi ?
Black_Eyes said:
can you upload Resizable PNG's for Mdpi ?
Click to expand...
Click to collapse
bro i make pngs for mdpi :
http://www.mediafire.com/download/1rxqynitu6jkoi5/drawable-mdpi.rar
enjoy it.
.
alinolaw71 said:
bro i make pngs for mdpi :
http://www.mediafire.com/download/1rxqynitu6jkoi5/drawable-mdpi.rar
enjoy it.
.
Click to expand...
Click to collapse
Thanks So Much
---------- Post added at 12:44 PM ---------- Previous post was at 12:26 PM ----------
We need to add this in Colors.xml at the End ?
<color name="black_dark">#ff33b5e5</color>
<color name="blue_tab">#ff33b5e5</color>
<color name="somc_theme_accent_color_dark">#ff33b5e5</color>
<color name="somc_theme_accent_color_light">#ff33b5e5</color>
Black_Eyes said:
Thanks So Much
---------- Post added at 12:44 PM ---------- Previous post was at 12:26 PM ----------
We need to add this in Colors.xml at the End ?
<color name="black_dark">#ff33b5e5</color>
<color name="blue_tab">#ff33b5e5</color>
<color name="somc_theme_accent_color_dark">#ff33b5e5</color>
<color name="somc_theme_accent_color_light">#ff33b5e5</color>
Click to expand...
Click to collapse
you need to add these values ​​as you want to theme engine worked
* Not long will do the update framework
Code:
<color name="black_dark">@color/somc_theme_accent_color_dark</color>
<color name="blue_tab">@color/somc_theme_accent_color_dark</color>
<color name="semc_theme_accent_color">@color/somc_theme_accent_color_dark</color>
<color name="somc_theme_accent_color_light">@color/accent_color_light</color>
<color name="somc_theme_accent_color_dark">@color/accent_color_dark</color>
<color name="semc_theme_illumination_color">@color/accent_color_illumination</color>
<color name="somc_accent_color_neutral">@color/accent_color_neutral</color>
<color name="accent_color_dark">#ff64c9ff</color>
<color name="accent_color_light">#ff64c9ff</color>
<color name="accent_color_neutral">#ff64c9ff</color>
<color name="accent_color_illumination">#ff64c9ff</color>
<color name="somc_quick_settings_accent_color">@color/semc_theme_accent_color</color>
Pattern of bro gamzekal we tried kompletyn theme engine to CM11 framework bark to August was based only on 4 values ​​RBG
Code:
<color name="accent_color_dark">#ff64c9ff</color>
<color name="accent_color_light">#ff64c9ff</color>
<color name="accent_color_neutral">#ff64c9ff</color>
<color name="accent_color_illumination">#ff64c9ff</color>
I know how to translate 99 percent of the framework Z2. I do not understand a few functions
Code:
<?xml version="1.0" encoding="utf-8"?>
<layer-list
xmlns:android="http://schemas.android.com/apk/res/android">
<item>
[COLOR="Red"]<checkable android:background="@drawable/semc_btn_check_holo_dark_background" [COLOR="red"]android:mark=[/COLOR]"@drawable/semc_btn_check_holo_dark_indicator"[COLOR="red"] android:transitionDuration="600" android:markSize="1.0"[/COLOR]
xmlns:somc="http://schemas.android.com/apk/res/com.sonyericsson.uxp" />
</item>
</layer-list>
<checkable
android:mark
android:transitionDuration
android:markSize />
Ambor said:
you need to add these values ​​as you want to theme engine worked
* Not long will do the update framework
Code:
<color name="black_dark">@color/somc_theme_accent_color_dark</color>
<color name="blue_tab">@color/somc_theme_accent_color_dark</color>
<color name="semc_theme_accent_color">@color/somc_theme_accent_color_dark</color>
<color name="somc_theme_accent_color_light">@color/accent_color_light</color>
<color name="somc_theme_accent_color_dark">@color/accent_color_dark</color>
<color name="semc_theme_illumination_color">@color/accent_color_illumination</color>
<color name="somc_accent_color_neutral">@color/accent_color_neutral</color>
<color name="accent_color_dark">#ff64c9ff</color>
<color name="accent_color_light">#ff64c9ff</color>
<color name="accent_color_neutral">#ff64c9ff</color>
<color name="accent_color_illumination">#ff64c9ff</color>
<color name="somc_quick_settings_accent_color">@color/semc_theme_accent_color</color>
Pattern of bro gamzekal we tried kompletyn theme engine to CM11 framework bark to August was based only on 4 values ​​RBG
Code:
<color name="accent_color_dark">#ff64c9ff</color>
<color name="accent_color_light">#ff64c9ff</color>
<color name="accent_color_neutral">#ff64c9ff</color>
<color name="accent_color_illumination">#ff64c9ff</color>
I know how to translate 99 percent of the framework Z2. I do not understand a few functions
Code:
<?xml version="1.0" encoding="utf-8"?>
<layer-list
xmlns:android="http://schemas.android.com/apk/res/android">
<item>
[COLOR="Red"]<checkable android:background="@drawable/semc_btn_check_holo_dark_background" [COLOR="red"]android:mark=[/COLOR]"@drawable/semc_btn_check_holo_dark_indicator"[COLOR="red"] android:transitionDuration="600" android:markSize="1.0"[/COLOR]
xmlns:somc="http://schemas.android.com/apk/res/com.sonyericsson.uxp" />
</item>
</layer-list>
<checkable
android:mark
android:transitionDuration
android:markSize />
Click to expand...
Click to collapse
So i can add these that you shown in Colors.xml at the the end?
or it's just Ok to add that just 4 lines ?
yes

Disabled apps with Package Disabler

Here is my list of Samsung "junk" i disabled:
<disabledPackages class="java.util.ArrayList">
<string>com.monotype.android.font.rosemary</string>
<string>com.skype.raider</string>
<string>com.sec.android.widgetapp.samsungapps</string>
<string>com.google.android.youtube</string>
<string>com.samsung.android.app.galaxyfinder</string>
<string>com.sec.android.app.chromecustomizations</string>
<string>com.samsung.svoice.sync</string>
<string>com.google.android.googlequicksearchbox</string>
<string>com.samsung.android.app.withtv</string>
<string>com.skms.android.agent</string>
<string>com.samsung.android.easysetup</string>
<string>com.android.documentsui</string>
<string>com.sec.android.easyonehand</string>
<string>com.whatsapp</string>
<string>com.sec.android.app.tourviewer</string>
<string>com.samsung.faceservice</string>
<string>com.sec.android.app.voicenote</string>
<string>com.sec.android.app.easylauncher</string>
<string>com.sec.android.app.samsungapps</string>
<string>com.microsoft.office.excel</string>
<string>com.sec.android.app.billing</string>
<string>com.sec.android.app.minimode.res</string>
<string>com.samsung.android.game.gamehome</string>
<string>com.sec.android.daemonapp</string>
<string>com.samsung.android.slinkcloud</string>
<string>com.dsi.ant.service.socket</string>
<string>com.microsoft.skydrive</string>
<string>com.sec.android.app.soundalive</string>
<string>com.sec.android.provider.badge</string>
<string>com.samsung.android.app.assistantmenu</string>
<string>com.samsung.SMT</string>
<string>com.samsung.android.app.galaxylabs</string>
<string>com.samsung.android.drivelink.stub</string>
<string>com.dsi.ant.sample.acquirechannels</string>
<string>com.instagram.android</string>
<string>com.samsung.android.app.memo</string>
<string>com.microsoft.office.onenote</string>
<string>com.google.android.gm</string>
<string>com.samsung.android.sdk.professionalaudio.utility.jammonitor</string>
<string>com.google.android.music</string>
<string>com.android.printspooler</string>
<string>com.android.dreams.basic</string>
<string>com.sec.android.app.dictionary</string>
<string>com.samsung.android.app.talkback</string>
<string>com.samsung.android.game.gametools</string>
<string>com.google.android.apps.docs</string>
<string>com.google.android.apps.maps</string>
<string>com.samsung.android.weather</string>
<string>com.dsi.ant.plugins.antplus</string>
<string>com.microsoft.office.word</string>
<string>com.samsung.android.app.advsounddetector</string>
<string>com.sec.android.app.clockpackage</string>
<string>com.microsoft.office.powerpoint</string>
<string>com.sec.enterprise.knox.myknoxsetupwizard</string>
<string>com.google.android.syncadapters.contacts</string>
<string>com.android.chrome</string>
<string>com.sec.android.widgetapp.locationwidget</string>
<string>com.google.android.tts</string>
<string>com.samsung.android.controltv</string>
<string>com.google.android.videos</string>
<string>com.dsi.ant.server</string>
<string>com.samsung.android.gamepad.service</string>
<string>com.sec.android.app.myfiles</string>
<string>com.samsung.android.allshare.service.fileshare</string>
<string>com.sec.android.app.sns3</string>
<string>flipboard.boxer.app</string>
<string>com.google.android.apps.photos</string>
<string>com.google.android.syncadapters.calendar</string>
<string>com.sec.android.providers.tasks</string>
<string>com.monotype.android.font.chococooky</string>
<string>com.android.dreams.phototable</string>
<string>com.sec.android.service.health</string>
<string>com.facebook.katana</string>
<string>com.samsung.app.highlightplayer</string>
<string>com.samsung.android.keyguardwallpaperupdator</string>
<string>com.android.wallpaper.livepicker</string>
<string>com.samsung.android.beaconmanager</string>
<string>com.android.apps.tag</string>
<string>com.facebook.system</string>
<string>com.sec.android.app.shealth</string>
<string>com.samsung.knox.appsupdateagent</string>
<string>com.google.android.backuptransport</string>
<string>com.sec.android.app.bluetoothtest</string>
<string>com.sec.hearingadjust</string>
<string>com.samsung.android.dlp.service</string>
<string>com.samsung.android.bbc.bbcagent</string>
<string>com.samsung.android.voicewakeup</string>
<string>com.wssnps</string>
<string>com.enhance.gameservice</string>
<string>com.google.android.talk</string>
<string>com.sec.svoice.lang.de_DE</string>
<string>com.sec.svoice.lang.es_ES</string>
<string>com.sec.svoice.lang.fr_FR</string>
<string>com.sec.svoice.lang.it_IT</string>
<string>com.sec.svoice.lang.ru_RU</string>
<string>com.monotype.android.font.cooljazz</string>
<string>com.facebook.appmanager</string>
<string>com.samsung.voiceserviceplatform</string>
<string>com.sec.knox.switcher</string>
<string>com.android.bluetooth</string>
<string>com.sec.android.widgetapp.webmanual</string>
<string>com.samsung.android.video</string>
</disabledPackages>
Go here for the bloatware removal thread thanks.
http://forum.xda-developers.com/galaxy-s7/how-to/touchwiz-bloatware-save-to-remove-list-t3330241
Bajanman
Forum Moderator

com.android.phone keeps stopping

I can't use my S7 Edge because every 3 seconds this message pops up. I don't think I have anything disabled in PackageDisabler that would cause this, can someone take a look?
Code:
<string>com.monotype.android.font.rosemary</string>
<string>com.samsung.android.app.galaxyfinder</string>
<string>com.samsung.svoice.sync</string>
<string>com.cnn.mobile.android.phone.edgepanel</string>
<string>com.osp.app.signin</string>
<string>com.qualcomm.ltebc_vzw</string>
<string>com.machinezone.gow</string>
<string>com.samsung.android.hmt.vrshell</string>
<string>com.samsung.android.easysetup</string>
<string>com.cequint.ecid</string>
<string>com.samsung.android.qconnect</string>
<string>com.vzw.hss.myverizon</string>
<string>com.sec.android.Kies</string>
<string>com.ebay.carrier</string>
<string>com.samsung.android.email.provider</string>
<string>com.sec.android.app.samsungapps</string>
<string>com.vcast.mediamanager</string>
<string>com.sec.android.app.billing</string>
<string>com.samsung.android.game.gamehome</string>
<string>com.sec.android.daemonapp</string>
<string>com.dsi.ant.service.socket</string>
<string>com.samsung.android.app.watchmanager</string>
<string>com.samsung.SMT</string>
<string>com.samsung.android.drivelink.stub</string>
<string>com.dsi.ant.sample.acquirechannels</string>
<string>com.samsung.android.app.memo</string>
<string>com.samsung.android.sdk.professionalaudio.utility.jammonitor</string>
<string>com.sec.imsservice</string>
<string>com.google.android.music</string>
<string>com.android.printspooler</string>
<string>com.samsung.android.hmt.vrsvc</string>
<string>com.vzw.hss.widgets.infozone</string>
<string>com.sec.android.app.dictionary</string>
<string>com.slacker.radio</string>
<string>com.samsung.android.game.gametools</string>
<string>com.samsung.android.app.simplesharing</string>
<string>com.vznavigator.Generic</string>
<string>com.google.android.apps.docs</string>
<string>com.samsung.android.weather</string>
<string>com.dsi.ant.plugins.antplus</string>
<string>com.samsung.advp.imssettings</string>
<string>com.hancom.office.editor</string>
<string>com.samsung.android.app.vrsetupwizardstub</string>
<string>com.sec.imslogger</string>
<string>com.android.chrome</string>
<string>com.sec.android.widgetapp.locationwidget</string>
<string>com.google.android.apps.walletnfcrel</string>
<string>com.samsung.android.controltv</string>
<string>com.google.android.videos</string>
<string>com.samsung.mdl.radio</string>
<string>com.dsi.ant.server</string>
<string>com.sec.android.app.myfiles</string>
<string>com.samsung.android.allshare.service.fileshare</string>
<string>com.customermobile.preload.vzw</string>
<string>com.samsung.helphub</string>
<string>com.sec.android.app.sns3</string>
<string>flipboard.boxer.app</string>
<string>com.google.android.apps.photos</string>
<string>com.monotype.android.font.chococooky</string>
<string>com.telecomsys.directedsms.android.SCG</string>
<string>com.sec.android.service.health</string>
<string>com.verizonmedia.go90.enterprise</string>
<string>com.motricity.verizon.ssodownloadable</string>
<string>com.samsung.android.keyguardwallpaperupdator</string>
<string>com.samsung.android.beaconmanager</string>
<string>com.amazon.mShop.android</string>
<string>com.sec.android.app.shealth</string>
<string>com.samsung.knox.appsupdateagent</string>
<string>com.samsung.android.scloud</string>
<string>com.samsung.android.spayfw</string>
<string>com.android.bookmarkprovider</string>
<string>com.samsung.android.spay</string>
<string>com.LogiaGroup.LogiaDeck</string>
<string>com.sec.android.easyMover</string>
<string>com.samsung.android.dlp.service</string>
<string>com.samsung.android.bbc.bbcagent</string>
<string>com.samsung.android.nearby.mediaserver</string>
<string>com.samsung.android.voicewakeup</string>
<string>com.samsung.android.app.watchmanagerstub</string>
<string>com.asurion.android.verizon.vms</string>
<string>com.samsung.android.widgetapp.briefing</string>
<string>com.google.android.talk</string>
<string>com.samsung.vzw.huxhtmlviewer</string>
<string>com.monotype.android.font.cooljazz</string>
<string>com.android.bluetoothmidiservice</string>
<string>com.ebay.mobile</string>
<string>com.samsung.voiceserviceplatform</string>
<string>com.sec.android.app.SamsungContentsAgent</string>
<string>com.sec.android.app.setupwizard</string>
<string>com.samsung.android.allshare.service.mediashare</string>
<string>com.sec.android.app.mt</string>
<string>com.google.android.play.games</string>
<string>com.sec.knox.switcher</string>
<string>com.android.bluetooth</string>
<string>com.sec.android.app.magnifier</string>
<string>com.verizon.messaging.vzmsgs</string>
<string>com.gotv.nflgamecenter.us.lite</string>
<string>air.com.playtika.slotomania</string>
berfles said:
I can't use my S7 Edge because every 3 seconds this message pops up. I don't think I have anything disabled in PackageDisabler that would cause this, can someone take a look?
Code:
<string>com.monotype.android.font.rosemary</string>
<string>com.samsung.android.app.galaxyfinder</string>
<string>com.samsung.svoice.sync</string>
<string>com.cnn.mobile.android.phone.edgepanel</string>
<string>com.osp.app.signin</string>
<string>com.qualcomm.ltebc_vzw</string>
<string>com.machinezone.gow</string>
<string>com.samsung.android.hmt.vrshell</string>
<string>com.samsung.android.easysetup</string>
<string>com.cequint.ecid</string>
<string>com.samsung.android.qconnect</string>
<string>com.vzw.hss.myverizon</string>
<string>com.sec.android.Kies</string>
<string>com.ebay.carrier</string>
<string>com.samsung.android.email.provider</string>
<string>com.sec.android.app.samsungapps</string>
<string>com.vcast.mediamanager</string>
<string>com.sec.android.app.billing</string>
<string>com.samsung.android.game.gamehome</string>
<string>com.sec.android.daemonapp</string>
<string>com.dsi.ant.service.socket</string>
<string>com.samsung.android.app.watchmanager</string>
<string>com.samsung.SMT</string>
<string>com.samsung.android.drivelink.stub</string>
<string>com.dsi.ant.sample.acquirechannels</string>
<string>com.samsung.android.app.memo</string>
<string>com.samsung.android.sdk.professionalaudio.utility.jammonitor</string>
<string>com.sec.imsservice</string>
<string>com.google.android.music</string>
<string>com.android.printspooler</string>
<string>com.samsung.android.hmt.vrsvc</string>
<string>com.vzw.hss.widgets.infozone</string>
<string>com.sec.android.app.dictionary</string>
<string>com.slacker.radio</string>
<string>com.samsung.android.game.gametools</string>
<string>com.samsung.android.app.simplesharing</string>
<string>com.vznavigator.Generic</string>
<string>com.google.android.apps.docs</string>
<string>com.samsung.android.weather</string>
<string>com.dsi.ant.plugins.antplus</string>
<string>com.samsung.advp.imssettings</string>
<string>com.hancom.office.editor</string>
<string>com.samsung.android.app.vrsetupwizardstub</string>
<string>com.sec.imslogger</string>
<string>com.android.chrome</string>
<string>com.sec.android.widgetapp.locationwidget</string>
<string>com.google.android.apps.walletnfcrel</string>
<string>com.samsung.android.controltv</string>
<string>com.google.android.videos</string>
<string>com.samsung.mdl.radio</string>
<string>com.dsi.ant.server</string>
<string>com.sec.android.app.myfiles</string>
<string>com.samsung.android.allshare.service.fileshare</string>
<string>com.customermobile.preload.vzw</string>
<string>com.samsung.helphub</string>
<string>com.sec.android.app.sns3</string>
<string>flipboard.boxer.app</string>
<string>com.google.android.apps.photos</string>
<string>com.monotype.android.font.chococooky</string>
<string>com.telecomsys.directedsms.android.SCG</string>
<string>com.sec.android.service.health</string>
<string>com.verizonmedia.go90.enterprise</string>
<string>com.motricity.verizon.ssodownloadable</string>
<string>com.samsung.android.keyguardwallpaperupdator</string>
<string>com.samsung.android.beaconmanager</string>
<string>com.amazon.mShop.android</string>
<string>com.sec.android.app.shealth</string>
<string>com.samsung.knox.appsupdateagent</string>
<string>com.samsung.android.scloud</string>
<string>com.samsung.android.spayfw</string>
<string>com.android.bookmarkprovider</string>
<string>com.samsung.android.spay</string>
<string>com.LogiaGroup.LogiaDeck</string>
<string>com.sec.android.easyMover</string>
<string>com.samsung.android.dlp.service</string>
<string>com.samsung.android.bbc.bbcagent</string>
<string>com.samsung.android.nearby.mediaserver</string>
<string>com.samsung.android.voicewakeup</string>
<string>com.samsung.android.app.watchmanagerstub</string>
<string>com.asurion.android.verizon.vms</string>
<string>com.samsung.android.widgetapp.briefing</string>
<string>com.google.android.talk</string>
<string>com.samsung.vzw.huxhtmlviewer</string>
<string>com.monotype.android.font.cooljazz</string>
<string>com.android.bluetoothmidiservice</string>
<string>com.ebay.mobile</string>
<string>com.samsung.voiceserviceplatform</string>
<string>com.sec.android.app.SamsungContentsAgent</string>
<string>com.sec.android.app.setupwizard</string>
<string>com.samsung.android.allshare.service.mediashare</string>
<string>com.sec.android.app.mt</string>
<string>com.google.android.play.games</string>
<string>com.sec.knox.switcher</string>
<string>com.android.bluetooth</string>
<string>com.sec.android.app.magnifier</string>
<string>com.verizon.messaging.vzmsgs</string>
<string>com.gotv.nflgamecenter.us.lite</string>
<string>air.com.playtika.slotomania</string>
Click to expand...
Click to collapse
If you updated to the latest version try uninstall
Maybe the following you can undisable:
<string>com.sec.imsservice</string>
It does IMS (VOIP + wifi + video calling)

Need a developer friend, for htc camera to give ext sd erite permission

I HAVE FOUND A GOOD CAMERA FOR MOTO G4 PLUS .. HTC CAMERA.. BUT AFTER SUCCESSFULLY ADD <item name="android.permission.WRITE_MEDIA_STORAGE" granted="true" flags="0" /> THIS LINE, BUT AFTER RESTART PACKAGES.XML RESTORE TO PREVIOUS.. AND NO CHANGE WAS MADE...
I GIVE THE APK .. SO PLZ DO SOME THING TO ADD THIS PERMISSION... AND THANK YOU.. HOPE SOME ONE SURELY DO SOMETHING.
LINK https://drive.google.com/file/d/0B2Wb9-cFOWnubTJWMXZSQlE1M0k/view?usp=sharing

Categories

Resources