Hello,
Is there a way to remove the notification saying "Data roaming - No connection. Data roaming is off"?
I'm currently abroad and this notification annoys me a lot. I puropsedly turn off data roaming and I don't need to have it reminded all the time. The notification can be cleared off of the board, but it comes back almost instantly. I'm on Arc S LT18i, stock GB, rooted.
I have previously removed this annoying "Data transfer..." notifications by modyfing custom_settings.xml, as posted HERE. Is it maybe possible to remove the "Data roaming..." notification in a similar way? I have decompiled my SEMCphone.apk to look into the default_settings.xml and here is how it looks, maybe this will be helpful to someone:
Code:
<?xml version="1.0" encoding="utf-8"?>
<settings version="1">
<setting key="data-connection-show-popup-when-enabling-data" runtime="false">false</setting>
<setting key="data-connection-except-mms-can-clear-icon" runtime="false">true</setting>
<setting key="data-connection-except-mms-show-icon-when-enabled" runtime="false">false</setting>
<setting key="data-connection-except-mms-show-icon-when-disabled" runtime="false">true</setting>
<setting key="preferred-network-mode-visibility" runtime="false">true</setting>
<setting key="prefer-2g-visibility" runtime="false">false</setting>
<setting key="use-3g-only" runtime="false">false</setting>
<setting key="show-voicemail-notification-text" runtime="false">true</setting>
<setting key="national_data_roaming_visibility" runtime="false">false</setting>
<setting key="national_data_roaming_setting" runtime="false">0</setting>
<setting key="national_data_roaming_warning_enabled" runtime="false">false</setting>
<setting key="carrier-sel-visibility" runtime="false">true</setting>
<setting key="docomo-supplementary-service-setting-text" runtime="false">false</setting>
<setting key="docomo-roaming-voicemail-number" runtime="false">+819031014170</setting>
<setting key="disable-sim-network-pin-dialog" runtime="false">false</setting>
<setting key="add-emergency-call-to-call-log" runtime="false">false</setting>
<setting key="show-setting-for-dual-mic-noise-suppression" runtime="false">true</setting>
<setting key="hac-visibility" runtime="false">false</setting>
<setting key="tty-visibility" runtime="false">false</setting>
<setting key="end-held-call-at-3rd-incoming-call" runtime="false">false</setting>
<setting key="disable-emergency-call-auto-retry-when-sim-locked" runtime="false">false</setting>
<setting key="call-failed-raw-cause-code" runtime="false">false</setting>
<setting key="merge-calls-button-visible" runtime="false">true</setting>
<setting key="dual-mic-noise-suppression-enabled" runtime="false">false</setting>
<setting key="switch-to-manual-search-mode-when-selecting-network" runtime="false">false</setting>
<setting key="disable-ef-csp-bit" runtime="false">false</setting>
<setting key="skt-ask-at-power-on" runtime="false">false</setting>
</settings>
Thanks.
Not that file. You do not need to decompile the phone app at all.
Post the contents of the custom_settings.xml in /system/etc/customization/settings/com/android/phone.
Hi mate,
I am aware of that, I decompiled the apk just to look what are the default settings and what can possibly be modified in custom_settings.xml. I'm no developer, I just thought this may be helpful.
My modified file ../system/etc/customization/settings/com/android/phone/custom_settings.xml consist of this lines only:
Code:
<?xml version="1.0" encoding="utf-8"?>
<settings version="402">
<setting key="dual-mic-noise-suppression-enabled" runtime="true">true</setting>
<setting key="data-connection-except-mms-show-icon-when-disabled" runtime="true">false</setting>
</settings>
That only enables the mic noise suppression and removes the "Data traffic..." notifications that I mentioned in the first post.
Related
Hi,
I have an S621 from Rogers with the WM6 update....
I must either be completely blind or got hit too many times in the head... but for the life of me I can't find the setting.
I just installed an app that put some entries on my home screen. This totally screwed up the order and the "look" I like.
How can I:
1) change the order of what is on my today screen (move the new apps to the bottom)
2) remove items from my today screen.
Sorry for the completely NEWBIE question .... I tried searching but maybe I am using the wrong verbiage to find what I need.
Thanks
Derek
You could have a look at the new Quick Menu application - see THIS post - it looks like it allows you to re-arrange / cascade Start menu items etc...
HTH,
Mark.
you can play with the .xml home screen file to re-order stuff. If you activesync and hit explore, go to My Windows Mobile-Based Device> Application Data>Home
and copy and paste out the home screen (it will have the extension .xml) you are using to your desktop. It will likely be the Rogers one. Anyway, once you have it on your desktop, open it with notepad. Copy all the text and paste it here, on this thread, and we can help you re-arrange it to suit. Let us know what you are trying to do (eg, delete appontments, move the icons up, etc). Use the # command above to keep it straight when you post it here. To give you an example, here is the stock Rogers one:
Code:
<?xml version="1.0"?>
<home>
<title>Rogers</title>
<version>1.0</version>
<default target-width="240" target-height="320" font-face="Segoe Condensed" font-size="19" font-weight="bold" padding-left="5" padding-right="5" bgcolor="transparent" fgcolor="COLOR_HOMETEXT" padding-top="3" b-border-color="COLOR_HOMERULE" b-border-width="0">
<format state="selected" font-weight="bold" fgcolor="#D01919"/>
<format state="unselected" fgcolor="#000000" />
</default>
<background bgimage="Rogers background.bmp" valign="top"/>
<!-- COLOR_HOMETEXT, COLOR_HOMERULE to define color of CB -->
<scheme>
<color name="COLOR_GRADLEFT" value="#FFFFFF"/>
<color name="COLOR_GRADRIGHT" value="#FFFFFF"/>
<color name="COLOR_INTGRADLEFT" value="#FFFFFF"/>
<color name="COLOR_INTGRADRIGHT" value="#FFFFFF"/>
<color name="COLOR_TRAYGRADLEFT" value="#D01919" />
<color name="COLOR_HOMEHIGHLIGHT" value="#d01919" />
<color name="COLOR_HOMETEXT" value="#000000" />
<color name="COLOR_HOMERULE" value="#FFFFFF" />
</scheme>
<!--standard missed calls plugin-->
<plugin clsid="{0BA8ABB8-1F1D-417f-88C6-DA8530E2E7A6}" name="missedcalls" height="220">
<background b-border-width="0">
<format state="selected" bgcolor="FFFFFF"/>
</background>
<label halign="center" bgcolor="#000000" fgcolor="#000000" font-weight="bold" y="60" w="320" h="220" font-size="32">
<format state="nocall" visible="false"/>
<text lang="0x0409">
Missed calls: <calls/>
</text>
</label>
</plugin>
<plugin clsid="{837FC251-FE69-43ad-84E0-EBCEDEBA0884}" name="Iconbar" height="0">
<background b-border-width="0">
</background>
<iconbar bgcolor="transparent" fgcolor="#FFFFFF" y="0" x="0"/>
</plugin>
<!-- Date/Time/Carrier Plugin -->
<plugin file="sysplug.dll" clsid="{E09043DF-510E-4841-B652-388316977A7A}" height="45">
<background b-border-width="0">
</background>
<label bgcolor="transparent" halign="right" font-weight="bold" y="-5" w="320" font-size="18" fgcolor="#000000">
<text><carrier/></text>
</label>
<clock>
<date font-weight="bold" fgcolor="#000000" font-size="18" valign="top" halign="left" mode="short" y="25" w="320" />
<time font-weight="bold" font-size="30" bgtext="transparent" halign="left" fgcolor="#000000" mode="12" y="-5" w="320"/>
</clock>
</plugin>
<!-- Call forward indicator -->
<plugin clsid="{55EE36E7-7CC3-47e8-85E2-1D8644280E7A}" name="hello" height="52">
<label h="22">
<text><carrier/></text>
</label>
</plugin>
<!-- Profile Plugin -->
<plugin clsid="{95976968-45D5-40c9-9779-2B859B1C2FEC}" name="profile" height="50">
<background b-border-width="0">
</background>
<label bgcolor="transparent" fgcolor="#000000">
<format state="unselected" font-weight="normal" />
<format state="selected" font-weight="bold"/>
<text lang="0x0409">Profile: <profile/></text>
</label>
</plugin>
<!-- Messages plugin -->
<plugin clsid="{2F930BF0-6FE9-4a53-9E17-88E9247BAB48}" name="SMScount" height="20" width="200">
<background b-border-width="0">
</background>
<label halign="left" bgcolor="transparent" fgcolor="#000000" font-size="20">
<format state="unselected" font-weight="normal" />
<format state="selected" font-weight="bold" />
<text> Email: <unreadEmail /> SMS: <unreadSMS /></text>
</label>
</plugin>
<!-- Calendar Plugin -->
<plugin clsid="{865A354A-4A96-4687-B001-C155DC0DBE76}" name="calendar" height="45" width="210">
<background b-border-width="0">
</background>
<label w="170" halign="left" bgcolor="000000" fgcolor="#000000" font-size="20">
<format state="unselected" font-weight="normal" />
<format state="selected" font-weight="bold"/>
<text><subject/> <time/> <location/></text>
</label>
</plugin>
<!-- MRU -->
<plugin clsid="{79EFB752-CB70-446d-B317-499723482B3D}" name="startmru" height="25">
<mru x="1" highlight="#ff0000" icon-size="16" max-buttons="5" y="0"/>
<appname halign="left" x="121" y="6" font-size="15" fgcolor="#000000"/>
</plugin>
</home>
What was I thinking........
Mark Crouch said:
You could have a look at the new Quick Menu application - see THIS post - it looks like it allows you to re-arrange / cascade Start menu items etc...
HTH,
Mark.
Click to expand...
Click to collapse
^^^^^ That would have been the right answer if the OP had actually asked that question!! D'Oh!! (It's late, I'm tired and I didn't read the post properly - at least, that's my excuse ).
The other poster is right - getting down and dirty with your home screen XML file is the only way to, but there's plenty of willing helpers on this forum if you get stuck!
Mark.
Got it!
You guys rock!
I am playing around with the BlackBerry Connect software and it added two plugins at the top of my today screen that threw everything else off.
Moved them to the bottom and I am now a happy guy.
Thanks!
D.
I love the sliding panels theme, but I really need my MRU back. I tried to add it to the .xml, but the home screen shows an error. Has anyone had luck adding to the .xml yet? I also would like to add my fizzweather plugin. I dont mind where they are located, they can be at the bottom or top of the list.
Here is what I have tried:
Code:
<?xml version="1.0"?>
<home>
<author>Microsoft Corporation</author>
<contacturl>http://www.microsoft.com/</contacturl>
<title lang="0x0409">Sliding Panel Media MRU</title>
<version>1.0</version>
<default target-width="240" target-height="320" font-face="Nina" font-size="19" font-weight="normal" padding-left="5" padding-right="5" bgcolor="transparent" fgcolor="COLOR_HOMETEXT" padding-top="3" b-border-color="COLOR_HOMERULE" b-border-width="0"><format state="selected" fgcolor="COLOR_HOMEHIGHLIGHTTEXT"/>
</default>
<background bgimage="\windows\SlidingPanel_bkg_240x320.jpg" bgimage-rotated="\windows\SlidingPanel_bkg_320x240.jpg" valign="bottom" bgcolor="COLOR_TRAYGRADLEFT"/>
<scheme>
<color name="COLOR_TRAYGRADLEFT" value="#387f34"/><color name="COLOR_HOMEHIGHLIGHT" value="#084a00"/><color name="COLOR_HOMEHIGHLIGHTTEXT" value="#deff63"/><color name="COLOR_HOMETEXT" value="#FFFFFF"/><color name="COLOR_HOMERULE" value="#76d030"/>
</scheme>
<plugin clsid="{837FC251-FE69-43ad-84E0-EBCEDEBA0884}" name="iconbar" height="27">
<iconbar bgcolor="transparent" fgcolor="COLOR_HOMETEXT"/>
</plugin>
<plugin clsid="{E9267CAB-02EE-4f37-8216-6BF6A8FF5A71}" name="Bronze" height="266">
<Plugins order="CClock;CHome;CAppointments;CWelcomeCenter;CWindowsLive;CMusic;CMyPhotos;Settings"/>
</plugin>
<plugin clsid="{79EFB752-CB70-446d-B317-499723482B3D}" name="startmru" height="52">
<mru y="3"/>
</plugin>
</home>
gospeed.racergo said:
I love the sliding panels theme, but I really need my MRU back. I tried to add it to the .xml, but the home screen shows an error. Has anyone had luck adding to the .xml yet? I also would like to add my fizzweather plugin. I dont mind where they are located, they can be at the bottom or top of the list.
Here is what I have tried:
Code:
<?xml version="1.0"?>
<home>
<author>Microsoft Corporation</author>
<contacturl>http://www.microsoft.com/</contacturl>
<title lang="0x0409">Sliding Panel Media MRU</title>
<version>1.0</version>
<default target-width="240" target-height="320" font-face="Nina" font-size="19" font-weight="normal" padding-left="5" padding-right="5" bgcolor="transparent" fgcolor="COLOR_HOMETEXT" padding-top="3" b-border-color="COLOR_HOMERULE" b-border-width="0"><format state="selected" fgcolor="COLOR_HOMEHIGHLIGHTTEXT"/>
</default>
<background bgimage="\windows\SlidingPanel_bkg_240x320.jpg" bgimage-rotated="\windows\SlidingPanel_bkg_320x240.jpg" valign="bottom" bgcolor="COLOR_TRAYGRADLEFT"/>
<scheme>
<color name="COLOR_TRAYGRADLEFT" value="#387f34"/><color name="COLOR_HOMEHIGHLIGHT" value="#084a00"/><color name="COLOR_HOMEHIGHLIGHTTEXT" value="#deff63"/><color name="COLOR_HOMETEXT" value="#FFFFFF"/><color name="COLOR_HOMERULE" value="#76d030"/>
</scheme>
<plugin clsid="{837FC251-FE69-43ad-84E0-EBCEDEBA0884}" name="iconbar" height="27">
<iconbar bgcolor="transparent" fgcolor="COLOR_HOMETEXT"/>
</plugin>
<plugin clsid="{E9267CAB-02EE-4f37-8216-6BF6A8FF5A71}" name="Bronze" height="266">
<Plugins order="CClock;CHome;CAppointments;CWelcomeCenter;CWindowsLive;CMusic;CMyPhotos;Settings"/>
</plugin>
<plugin clsid="{79EFB752-CB70-446d-B317-499723482B3D}" name="startmru" height="52">
<mru y="3"/>
</plugin>
</home>
Click to expand...
Click to collapse
Y are you trying to insert MRU...there is a built in one. Press start and there it is.
I want my MRU on the home screen. Like we did back in the days of WM6 LOL
I know its just one keypress, but still. I also want my Fizzweather displayed, same idea. I have done a lot of .xml editing before, but this one is different.
gospeed.racergo said:
I want my MRU on the home screen. Like we did back in the days of WM6 LOL
I know its just one keypress, but still. I also want my Fizzweather displayed, same idea. I have done a lot of .xml editing before, but this one is different.
Click to expand...
Click to collapse
you could try this
Thank you for those..but I also want my sliding panels I want my cake AND I want to eat it too hahaha
I suspect this will take hacking of the program that the .xml calls "bronze". havent been able to locate it yet to take a look.
ok, i am making a home screen layout, im not the most experienced, i need to nudge the clock and date a little to the right, what do i change in the xml.
and also, the profile, calender and messages.
thank you for any help, here is how it is now
<!-- Date/Time/Carrier Plugin -->
<plugin file="sysplug.dll" clsid="{E09043DF-510E-4841-B652-388316977A7A}" height="70">
<background b-border-width="0">
</background>
<label bgcolor="transparent" halign="right" font-weight="normal" y="-4" w="320" font-size="16" fgcolor="#fc0511">
<text><carrier/></text>
</label>
<clock>
<date font-weight="bold" fgcolor="#FFFFFF" font-size="20" valign="top" halign="left" mode="short" y="35" w="320" />
<time font-weight="bold" font-size="40" bgtext="transparent" halign="left" fgcolor="#fc0511" mode="12" y="-8" w="320"/>
</clock>
</plugin>
<!-- Profile Plugin -->
<plugin clsid="{95976968-45D5-40c9-9779-2B859B1C2FEC}" name="profile" height="39">
<background b-border-width="0">
</background>
<label y="18" bgcolor="transparent">
<text lang="0x0409">Profile: <profile/></text>
</label>
</plugin>
<!-- Calendar Plugin -->
<plugin clsid="{865A354A-4A96-4687-B001-C155DC0DBE76}" name="calendar" height="22" width="300">
<background b-border-width="0">
</background>
<label y="0" w="250" halign="left" bgcolor="transparent" font-size="18">
<text><subject/> <time/> <location/></text>
</label>
</plugin>
<!-- Messages plugin -->
<plugin clsid="{2F930BF0-6FE9-4a53-9E17-88E9247BAB48}" name="SMScount" height="22" width="300">
<background b-border-width="0">
</background>
<label y="0" halign="left" bgcolor="transparent" font-size="18">
<text> Email: <unreadEmail /> SMS: <unreadSMS /> Voicemail: <unreadVMail/></text>
</label>
</plugin>
If you want to shift any plugin,picture or anything in an xml, you have to look at the x= value and the y=value.For instance, in your Date,Time,Carrier plugin, there is a section that says valign, halign, y=........
You need to add an x value to your page. Changing valign changes vertical alignment, changing halign changes horizontal alignment. Play around with the alignments. You can choose center, left, right, top, bottom. Yours says halign left. You can add the x=10 to that and it will align your time to the left of the page and over 10 pixels. If you had put x=20, then it would move it 20 pixels. Do you see the trend here? Just do something like that and you will have what you are looking for in your screen.
P.S. Where it says for time mode=12, you can put 24 there and make it military time, as well as for the date, mode=short is in numerical form, and date=long is linguistic form. Thought you might like to know. Have fun with your new knowledge.
thank you for the fast response, where do i put the x-10,
like this?
<clock>
<date font-weight="bold" fgcolor="#FFFFFF" font-size="20" valign="top" halign="left x=10" mode="short" y="35" w="320" />
No, you don't. Look at the code. See how they placed y="35". You need to do the same thing. It doesn't really matter what order you put your values in the <> brackets.
All that matters is placing a variable such as the x or y coordinates, and assigning them a value such as x="10". For cleanness, put the x="10" in front of y="35". Like this:
<clock>
<date font-weight="bold" fgcolor="#FFFFFF" font-size="20" valign="top" halign="left" mode="short" x="10" y="35" w="320" />
Hopefully now, you see what I mean.
DMerz said:
thank you for the fast response, where do i put the x-10,
like this?
<clock>
<date font-weight="bold" fgcolor="#FFFFFF" font-size="20" valign="top" halign="left x=10" mode="short" y="35" w="320" />
Click to expand...
Click to collapse
I have customized Arc Launcher with TouchWiz dock and Home icon which suites my my personal taste.I thought some one else will also be interested ....
Uploaded with ImageShack.us
Thanks for the poster of http://forum.xda-developers.com/showthread.php?t=978806 for sharing the launcher
Nice. Can you please share the wallpaper
Why Touchwizz App (blue) ?
A default icon is the best
You can make a new version with default icon ?
I very like Arc Launcher
Thanks
Vaiofr said:
Why Touchwizz App (blue) ?
A default icon is the best
You can make a new version with default icon ?
I very like Arc Launcher
Thanks
Click to expand...
Click to collapse
Here is the standard Arc launcher
Yes but screen not compatible !
here, it's ok: http://forum.mobilism.org/viewtopic.php?p=725634 (on 800x580 )
thanks
This is sexy
uppon2 said:
Nice. Can you please share the wallpaper
Click to expand...
Click to collapse
my wallpaper
Vaiofr said:
Yes but screen not compatible !
here, it's ok: http://forum.mobilism.org/viewtopic.php?p=725634 (on 800x580 )
thanks
Click to expand...
Click to collapse
you can have 800x480 working launcher from here http://forum.xda-developers.com/showpost.php?p=11856283&postcount=43
thanks my wife like the touchwiz launcher but was annoyed she couldn't put things A-Z. and as this does it but still has sideways scrolling she loves it.
This is beautiful, thanks alot
Sent from my GT-I9000 using XDA Premium App
Good
Sent from my GT-I9000 using Tapatalk
Thank's for sharing this app. and your wallpaper is crazy!
Cant see all the apps in the meny angrebirds is missing for me but its there in the tw launcher any idea why
Sent from my GT-I9000 using XDA Premium App
looks nice I like it
Wife just told me about a bug, she has it set to a-z but after a while or restart it goes back to free sort
Sent from my GT-I9000
how do you create SIXTYONE , weather forecast and time on the home screen?
iammodo said:
Wife just told me about a bug, she has it set to a-z but after a while or restart it goes back to free sort
Sent from my GT-I9000
Click to expand...
Click to collapse
Not sure whether it's a bug or default behavior but i think changing to to Alphabetical sort doesn't take much time(It happens with just a single click)
pcboyy said:
how do you create SIXTYONE , weather forecast and time on the home screen?
Click to expand...
Click to collapse
SIXTY ONE is from Minimalistic Text widget and weather from SIMI clock widget
iammodo said:
Wife just told me about a bug, she has it set to a-z but after a while or restart it goes back to free sort
Sent from my GT-I9000
Click to expand...
Click to collapse
It has default settings, look here:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<settings version="1">
<groups type="app-tray">
<group>
<setting key="sorting-order">free</setting>
<groups type="activities">
<group>
<setting key="name">com.sonyericsson.android.socialphonebook.SocialPhonebookActivity</setting>
<setting key="package-name">com.sonyericsson.android.socialphonebook</setting>
</group>
<group>
<setting key="name">com.sonyericsson.android.socialphonebook.DialerEntryActivity</setting>
<setting key="package-name">com.sonyericsson.android.socialphonebook</setting>
</group>
<group>
<setting key="name">com.sonyericsson.conversations.ui.ConversationListActivity</setting>
<setting key="package-name">com.sonyericsson.conversations</setting>
</group>
<group>
<setting key="name">com.android.browser.BrowserActivity</setting>
<setting key="package-name">com.android.browser</setting>
</group>
<group>
<setting key="name">com.sonyericsson.timescape.ui.SplineActivity</setting>
<setting key="package-name">com.sonyericsson.timescape.ui</setting>
</group>
<group>
<setting key="name">com.android.settings.Settings</setting>
<setting key="package-name">com.android.settings</setting>
</group>
<group>
<setting key="name">com.sonyericsson.setupwizard.customscreens.WelcomeScreen</setting>
<setting key="package-name">com.sonyericsson.setupwizard</setting>
</group>
<group>
<setting key="name">com.sonyericsson.music.PlayerActivity</setting>
<setting key="package-name">com.sonyericsson.music</setting>
</group>
<group>
<setting key="name">com.cooliris.media.Gallery</setting>
<setting key="package-name">com.cooliris.media</setting>
</group>
<group>
<setting key="name">com.android.deskclock.DeskClock</setting>
<setting key="package-name">com.android.deskclock</setting>
</group>
<group>
<setting key="name">com.android.camera.Camera</setting>
<setting key="package-name">com.android.camera</setting>
</group>
<group>
<setting key="name">com.android.email.activity.Welcome</setting>
<setting key="package-name">com.android.email</setting>
</group>
<group>
<setting key="name">com.android.vending.AssetBrowserActivity</setting>
<setting key="package-name">com.android.vending</setting>
</group>
<group>
<setting key="name">com.android.calendar.LaunchActivity</setting>
<setting key="package-name">com.android.calendar</setting>
</group>
<group>
<setting key="name">com.google.android.maps.MapsActivity</setting>
<setting key="package-name">com.google.android.apps.maps</setting>
</group>
<group>
<setting key="name">com.google.android.gm.ConversationListActivityGmail</setting>
<setting key="package-name">com.google.android.gm</setting>
</group>
<group>
<setting key="name">com.google.android.talk.SigningInActivity</setting>
<setting key="package-name">com.google.android.talk</setting>
</group>
<group>
<setting key="name">com.google.android.maps.driveabout.app.DestinationActivity</setting>
<setting key="package-name">com.google.android.apps.maps</setting>
</group>
<group>
<setting key="name">com.google.android.maps.PlacesActivity</setting>
<setting key="package-name">com.google.android.apps.maps</setting>
</group>
<group>
<setting key="name">com.google.android.maps.LatitudeActivity</setting>
<setting key="package-name">com.google.android.apps.maps</setting>
</group>
<group>
<setting key="name">com.sonyericsson.sync.wizard.AccountLauncher</setting>
<setting key="package-name">com.sonyericsson.sync.wizard</setting>
</group>
<group>
<setting key="name">com.android.calculator2.Calculator</setting>
<setting key="package-name">com.android.calculator2</setting>
</group>
<group>
<setting key="name">com.google.android.youtube.HomeActivity</setting>
<setting key="package-name">com.google.android.youtube</setting>
</group>
<group>
<setting key="name">com.android.voicedialer.VoiceDialerActivity</setting>
<setting key="package-name">com.android.voicedialer</setting>
</group>
</groups>
</group>
</groups>
</settings>
I will try to change the "free" to alphabetic (ior something, should be able to find the right key)
And will report back. But it would be a lot of work if should be that way
Did it work?
Sent from my GT-I9000
iammodo said:
Did it work?
Sent from my GT-I9000
Click to expand...
Click to collapse
No So have to find another way :S
OK. Probably the wrong place to post as this is my first post. But here goes.
HI EVERYONE!
I am currently using Maildroid for my email without any issues (Great mail prog). But i would like each email account to show an icon in the notification bar when an email arrives that is specific to that account
example:
outlook.com would show outlook logo
yahoo would show yahoo logo etc.
I know i can do this by installing the mail app for each individual mail provider. But then i end up with 6+ apps.
Any ideas?
In the best case scenario the mail app would allow you to choose the icon for that account or provide an icon. This is similar to allowing you to choose the color of the account, but more advanced.
Thanks
ThunderBob
ThunderBob said:
OK. Probably the wrong place to post as this is my first post. But here goes.
HI EVERYONE!
I am currently using Maildroid for my email without any issues (Great mail prog). But i would like each email account to show an icon in the notification bar when an email arrives that is specific to that account
example:
outlook.com would show outlook logo
yahoo would show yahoo logo etc.
I know i can do this by installing the mail app for each individual mail provider. But then i end up with 6+ apps.
Any ideas?
In the best case scenario the mail app would allow you to choose the icon for that account or provide an icon. This is similar to allowing you to choose the color of the account, but more advanced.
Thanks
ThunderBob
Click to expand...
Click to collapse
I honestly don't believe that's possible unless the app is made to have a different icon for rack account.. Would required a rebuild of the app.. and insert those features
Sent from my SGH-M919 using Tapatalk 2
While not impossible, it would be a little tricky and alot of work
Here is the current xml for notifications from mail droid
Code:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:padding="10.0dip" android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<LinearLayout android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content">
<ImageView android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/notification_airplane" />
<TextView android:layout_width="wrap_content" android:layout_height="wrap_content" />
</LinearLayout>
</LinearLayout>
See how it only has 1 entry for notifications and doesnt define any email providers.
Youd have to rewrite the entire thing and figure out how to make it know which email is getting the notification and which icon to display. Then after you spent a while figuring that out youd have to track down every xml that uses this xml and edit appropriately to know whats it use from this xml in the event of a notification from a specific email provider.
and on top of that heres all the providers mail droid supports
Code:
<?xml version="1.0" encoding="utf-8"?>
<providers>
<provider>
<pattern value="yahoo" />
<pattern value="rocketmail.com" />
<pattern value="ymail.com" />
<item protocol="imap" host="imap.mail.yahoo.com" port="143" ssl="false" loginTemplate="{email}" keepAlive="90" />
<item protocol="smtp" host="smtp.mobile.mail.yahoo.com" port="587" ssl="false" loginTemplate="{email}" />
</provider>
<provider>
<pattern value="gmail.com" />
<pattern value="googlemail.com" />
<pattern value="googlewave.com" />
<item protocol="imap" host="imap.{domain}" port="993" ssl="true" loginTemplate="{email}" />
<item protocol="smtp" host="smtp.{domain}" port="465" ssl="true" loginTemplate="{email}" />
</provider>
<provider>
<pattern value="msn.com" />
<pattern value="live.com" />
<pattern value="windowslive.com" />
<pattern value="hotmail" />
<pattern value="outlook.com" />
<item protocol="pop3" host="pop3.live.com" port="995" ssl="true" loginTemplate="{email}" keepAlive="50" />
<item protocol="smtp" host="smtp.live.com" port="587" ssl="true" loginTemplate="{email}" />
</provider>
<provider>
<pattern value="aol.com" />
<item protocol="imap" host="imap.aol.com" port="993" ssl="true" loginTemplate="{email}" />
<item protocol="smtp" host="smtp.aol.com" port="587" ssl="true" loginTemplate="{email}" />
</provider>
<provider>
<pattern value="aim.com" />
<item protocol="imap" host="imap.aim.com" port="993" ssl="true" loginTemplate="{email}" />
<item protocol="smtp" host="smtp.aim.com" port="587" ssl="true" loginTemplate="{email}" />
</provider>
<provider>
<pattern value="gmx" />
<item protocol="imap" host="imap.{domain}" port="143" ssl="false" loginTemplate="{email}" keepAlive="180" />
<item protocol="smtp" host="mail.{domain}" port="465" ssl="true" loginTemplate="{email}" />
</provider>
<provider>
<pattern value="gawab.com" />
<item protocol="imap" host="imap.gawab.com" port="143" ssl="false" loginTemplate="{email}" />
<item protocol="smtp" host="smtp.gawab.com" port="25" ssl="false" loginTemplate="{email}" />
</provider>
<provider>
<pattern value="att.net" />
<pattern value="bellsouth.net" />
<item protocol="pop3" host="pop.att.yahoo.com" port="995" ssl="true" loginTemplate="{email}" />
<item protocol="smtp" host="smtp.att.yahoo.com" port="465" ssl="true" loginTemplate="{email}" />
</provider>
<provider>
<pattern value="optonline.net" />
<item protocol="pop3" host="mail.optonline.net" port="110" ssl="false" loginTemplate="{email}" />
<item protocol="smtp" host="mail.optonline.net" port="587" ssl="false" loginTemplate="{email}" />
</provider>
<provider>
<pattern value="comcast.net" />
<item protocol="pop3" host="mail.comcast.net" port="110" ssl="false" loginTemplate="{local-part}" />
<item protocol="smtp" host="smtp.comcast.net" port="587" ssl="true" loginTemplate="{local-part}" />
</provider>
<provider>
<pattern value="fastmail.fm" />
<item protocol="imap" host="mail.messagingengine.com" port="993" ssl="true" loginTemplate="{email}" />
<item protocol="smtp" host="mail.messagingengine.com" port="587" ssl="true" loginTemplate="{email}" />
</provider>
<provider>
<pattern value="cs.com" />
<item protocol="imap" host="imap.cs.com" port="143" ssl="false" loginTemplate="{local-part}" />
<item protocol="smtp" host="smtp.cs.com" port="25" ssl="false" loginTemplate="{local-part}" />
</provider>
<provider>
<pattern value="mac.com" />
<item protocol="imap" host="mail.mac.com" port="993" ssl="true" loginTemplate="{email}" />
<item protocol="smtp" host="smtp.mac.com" port="587" ssl="true" loginTemplate="{email}" />
</provider>
<provider>
<pattern value="me.com" />
<pattern value="icloud.com" />
<pattern value="mac.com" />
<item protocol="imap" host="imap.mail.me.com" port="993" ssl="true" loginTemplate="{local-part}" />
<item protocol="smtp" host="smtp.mail.me.com" port="587" ssl="true" loginTemplate="{local-part}" />
</provider>
<provider>
<pattern value="earthlink.net" />
<item protocol="pop3" host="pop.earthlink.net" port="110" ssl="false" loginTemplate="{email}" />
<item protocol="smtp" host="smtpauth.earthlink.net" port="587" ssl="true" loginTemplate="{email}" />
</provider>
<provider>
<pattern value="juno.com" />
<item protocol="pop3" host="pop.juno.com" port="110" ssl="false" loginTemplate="{local-part}" />
<item protocol="smtp" host="smtp.juno.com" port="25" ssl="false" loginTemplate="{local-part}" />
</provider>
<provider>
<pattern value="netzero.com" />
<item protocol="pop3" host="pop.netzero.com" port="110" ssl="false" loginTemplate="{local-part}" />
<item protocol="smtp" host="smtp.netzero.com" port="25" ssl="false" loginTemplate="{local-part}" />
</provider>
<provider>
<pattern value="verizon.net" />
<item protocol="pop3" host="pop.verizon.net" port="993" ssl="true" loginTemplate="{local-part}" />
<item protocol="smtp" host="smtp.verizon.net" port="465" ssl="true" loginTemplate="{local-part}" pop3beforeSmtp="true" />
</provider>
<provider>
<pattern value="freenet.de" />
<item protocol="pop3" host="mx.freenet.de" port="110" ssl="false" loginTemplate="{local-part}" />
<item protocol="smtp" host="mx.freenet.de" port="587" ssl="true" loginTemplate="{email}" />
</provider>
<provider>
<pattern value="t-online.de" />
<item protocol="pop3" host="popmail.t-online.de" port="110" ssl="false" loginTemplate="{email}" />
<item protocol="smtp" host="smtpmail.t-online.de" port="25" ssl="false" loginTemplate="{email}" />
</provider>
<provider>
<pattern value="web.de" />
<item protocol="imap" host="imap.web.de" port="143" ssl="false" loginTemplate="{local-part}" />
<item protocol="smtp" host="smtp.web.de" port="587" ssl="true" loginTemplate="{local-part}" />
</provider>
<provider>
<pattern value="wp.pl" />
<item protocol="pop3" host="pop3.wp.pl" port="110" ssl="false" loginTemplate="{local-part}" />
<item protocol="smtp" host="smtp.wp.pl" port="25" ssl="false" loginTemplate="{local-part}" />
</provider>
<provider>
<pattern value="o2.pl" />
<item protocol="imap" host="poczta.o2.pl" port="993" ssl="true" loginTemplate="{email}" />
<item protocol="smtp" host="poczta.o2.pl" port="465" ssl="true" loginTemplate="{email}" />
</provider>
<provider>
<pattern value="arcor.de" />
<item protocol="imap" host="imap.arcor.de" port="993" ssl="true" loginTemplate="{local-part}" />
<item protocol="smtp" host="mail.arcor.de" port="587" ssl="true" loginTemplate="{local-part}" />
</provider>
<provider>
<pattern value="prtc.net" />
<item protocol="pop3" host="pop.prtc.net" port="110" ssl="false" loginTemplate="{email}" />
<item protocol="smtp" host="mail.prtc.net" port="25" ssl="false" loginTemplate="{email}" />
</provider>
<provider>
<pattern value="blueyonder.co.uk" />
<item protocol="imap" host="imap.blueyonder.co.uk" port="993" ssl="true" loginTemplate="{email}" />
<item protocol="smtp" host="smtp.blueyonder.co.uk" port="465" ssl="true" loginTemplate="{email}" />
</provider>
<provider>
<pattern value="us.army.mil" />
<item protocol="imap" host="imap.us.army.mil" port="993" ssl="true" loginTemplate="{local-part}" />
<item protocol="smtp" host="mailrouter.us.army.mil" port="465" ssl="true" loginTemplate="{local-part}" />
</provider>
<provider>
<pattern value="peoplepc.com" />
<item protocol="pop3" host="pop.peoplepc.com" port="110" ssl="false" loginTemplate="{email}" />
<item protocol="smtp" host="smtpauth.peoplepc.com" port="25" ssl="false" loginTemplate="{email}" />
</provider>
<provider>
<pattern value="cox.net" />
<item protocol="pop3" host="pop.cox.net" port="110" ssl="false" loginTemplate="{local-part}" />
<item protocol="smtp" host="smtp.cox.net" port="465" ssl="true" loginTemplate="{local-part}" />
</provider>
<provider>
<pattern value="foo.bar" />
<item protocol="test" host="test.foo.bar" port="1" ssl="false" loginTemplate="{email}" />
<item protocol="smtp" host="smtp.gmail.com" port="465" ssl="true" loginTemplate="{email}" />
</provider>
<provider>
<pattern value="mail.ru" />
<pattern value="list.ru" />
<pattern value="inbox.ru" />
<pattern value="bk.ru" />
<item protocol="pop3" host="pop.{domain}" port="995" ssl="true" loginTemplate="{email}" />
<item protocol="smtp" host="smtp.{domain}" port="25" ssl="true" loginTemplate="{email}" />
</provider>
<provider>
<pattern value="yandex.ru" />
<item protocol="imap" host="imap.{domain}" port="993" ssl="true" loginTemplate="{email}" />
<item protocol="smtp" host="smtp.{domain}" port="465" ssl="true" loginTemplate="{email}" />
</provider>
<provider>
<pattern value="rambler.ru" />
<pattern value="lenta.ru" />
<pattern value="autorambler.ru" />
<pattern value="myrambler.ru" />
<pattern value="ro.ru" />
<item protocol="imap" host="mail.rambler.ru" port="993" ssl="true" loginTemplate="{email}" />
<item protocol="smtp" host="mail.rambler.ru" port="465" ssl="true" loginTemplate="{email}" />
</provider>
<provider>
<pattern value="anpa.de" />
<pattern value="anpa.co" />
<pattern value="anpa.nl" />
<pattern value="anpa.name" />
<pattern value="anpa.at" />
<pattern value="anpa.biz" />
<pattern value="wohnthier.de" />
<pattern value="mausimail.de" />
<item protocol="imap" host="imap.anpa.de" port="143" ssl="false" loginTemplate="{email}" />
<item protocol="smtp" host="imap.anpa.de" port="25" ssl="false" loginTemplate="{email}" />
</provider>
</providers>
And that my friend is an ungodly amount of work. And when the app updates......youd have to do it allllll over again.
Oh well. You never know with this community what someone is working on.
Maybe it's a project I can look at
Sent from my SGH-M919 using Tapatalk 4
Please read forum rules before posting
Questions and Help issues go in Q&A and help section
Thread moved
Thank you for your cooperation
Friendly Neighborhood Moderator
Have you tried contacting to developer?
☞Sent from here☜
baseballfanz said:
Have you tried contacting to developer?
☞Sent from here☜
Click to expand...
Click to collapse
I havent yet. I am going to look into this a little more and then maybe put forward the suggestion to the developer to see what they think.