How do I change the order or items on my today screen - HTC Excalibur

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.

Related

T-Mobile Music Player Homescreen Plug In & Other

not sure if it is actually called a plug in, however i just downloaded the new generic WM 6.0 ROM on my unlocked Dash. i previously had the T-Mobile 6.0 running with not to many problems, the new upgrade went off without a hitch. curious there were a few little things in the T-Mobile ROM that were nice
1. the WMP home screen plug in
2. the fact you could chenge profiles from Normal to Vibrate by pressing and holding the # key
3. the colors for the installed homescreens (i really hate the black text on the green background, my text was white and there were dividers between each row on the T-Mobile ROM, now everything is just stacked without any dividers with the new HTC ROM
i am sure i will find other little things but for now i would really love to know if the WMP plug in can be extracted so i can load it on the unbranded ROM? and of course if anybody has the other answers that is appreciated as wll
thanks in advance
Holding the # key for Vibrate mode is standard for all T-Mobile WM devices, great feature -- too bad it's not a Microsoft thing.
You can edit the color scheme of your homescreen's XML file to make the text whatever color you want -- but -- there's a rather steep learning curve for homescreen customization.
Your best bet would be to spend $15 on Facade, which comes with default screens that are >>>much<<< better than what comes with the HTC ROM update: http://www.sbsh.net/products/facade/
Once you have Facade, there are a bunch more screens you can download and use as well: http://forums.sbsh.net/index.php?showforum=57
bigedmiami said:
...2. the fact you could chenge profiles from Normal to Vibrate by pressing and holding the # key
3. the colors for the installed homescreens (i really hate the black text on the green background, my text was white and there were dividers between each row on the T-Mobile ROM, now everything is just stacked without any dividers with the new HTC ROM...
Click to expand...
Click to collapse
WMP Screen Plug-In
1) Install .Cab File
2) Start - WMP Plug-In
3) Show Plug-In on Home Screen
4) Change Home Screen Colors to suit your preferences
and that's it ! You're done
here's the required cab file you need for WMP Plug-In for Windows Mobile 6:
much thanks for the cab file, works like a charm, also actually made the text white just the way i like it. OK i have 2 addl questions
1. the last programs used icons at the top are now very large and cause the homescreen to be too tall so i have to scroll down, anybody savvy enough to edit the xml file to make the icons smaller once again?
2. on the # key thing is there any to make this change via a registry hack? or maybe extract something from the old T-Mobile ROM
thanks again
i installed the cab then "show" plugin but nothing happens. im using facade on my HS.
bigedmiami said:
much thanks for the cab file, works like a charm, also actually made the text white just the way i like it. OK i have 2 addl questions
1. the last programs used icons at the top are now very large and cause the homescreen to be too tall so i have to scroll down, anybody savvy enough to edit the xml file to make the icons smaller once again?
2. on the # key thing is there any to make this change via a registry hack? or maybe extract something from the old T-Mobile ROM
thanks again
Click to expand...
Click to collapse
hey, no problem at all...
yes, the icons become very large - exactly why i'm not using it as i have to keep scrolling down to use it but that's a good idea - can someone please install the plug in and edit the homescreen so it uses an interface like htc homescreen 1.1 (default home screen in new wm6 update). thanks.
oldsap said:
i installed the cab then "show" plugin but nothing happens. im using facade on my HS.
Click to expand...
Click to collapse
give me a minute, i'm going to install facade and check if it works.
EDIT: i just checked, unfortunately - it doesn't work with facade. so if you feel the need to use it, u'd need to use windows default screens.
thanks for your help,
is there anybody that can edit this XML file to reduce the MRU program icons so the screen is reduced and you do do not need to scroll?? (basically i want everything visible on the homescreen without needing to scroll down) pretty please
thanks in advance
lukybandit said:
it doesn't work with facade.
Click to expand...
Click to collapse
It do works with facade , just need some Editing !
bigedmiami said:
thanks for your help,
is there anybody that can edit this XML file to reduce the MRU program icons so the screen is reduced and you do do not need to scroll?? (basically i want everything visible on the homescreen without needing to scroll down) pretty please
thanks in advance
Click to expand...
Click to collapse
You just need to edit the MRU section to read as follows:
<plugin clsid="{79EFB752-CB70-446d-B317-499723482B3D}" name="startmru" height="35">
<mru x="5" y="5" icon-size="16" max-buttons="12"/>
<translaterockerkeys/>
</plugin>
He's right -- I recall this coming up before and being covered in the Facade user forums over at SBSH.net -- sorry, it was a while ago and I don't have a link -- you can find the forums at http://www.sbsh.net
pvillasuso said:
It do works with facade , just need some Editing !
Click to expand...
Click to collapse
thanks, any way you can do this and upload the file? this is out of my league
thanks again
jbleasdale said:
You just need to edit the MRU section to read as follows:
<plugin clsid="{79EFB752-CB70-446d-B317-499723482B3D}" name="startmru" height="35">
<mru x="5" y="5" icon-size="16" max-buttons="12"/>
<translaterockerkeys/>
</plugin>
Click to expand...
Click to collapse
Thanks.
BTW how do you change the font color?
did anybody have any luck making the changes? i was not even able to find a MRU reference when i opened the XML file in an editor?
really would like these changes... anybody???
thanks
If it helps, here is my full homescreen XML, using the small icons in the MRU. Save this into a file with a .xml extension and save to your device's /Application Data/Home folder. Then select "Custom Home" as your profile.
<?xml version="1.0"?>
<home>
<author>John B</author>
<contacturl></contacturl>
<title lang="0x0409">Custom Home</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="1">
<format state="selected" fgcolor="COLOR_HOMEHIGHLIGHTTEXT"/>
</default>
<background bgimage="\windows\WindowsMobile.jpg" bgimage-rotated="\windows\WindowsMobileLS.jpg" valign="bottom" bgcolor="COLOR_TRAYGRADLEFT" />
<scheme>
<color name="COLOR_TRAYGRADLEFT" value="#00b7c9" />
<color name="COLOR_HOMEHIGHLIGHT" value="#00143C" />
<color name="COLOR_HOMERULE" value="#2e444f" />
<color name="COLOR_HOMETEXT" value="#FFFFFF" />
<color name="COLOR_HOMEHIGHLIGHTTEXT" value="#00F0FF" />
</scheme>
<plugin clsid="{837FC251-FE69-43ad-84E0-EBCEDEBA0884}" name="iconbar" height="27">
<iconbar fgcolor="COLOR_TRAYTEXT"/>
<background gradient="title" bgcolor="COLOR_TRAYGRADLEFT" b-border-color="COLOR_WINDOWFRAME" />
</plugin>
<plugin clsid="{79EFB752-CB70-446d-B317-499723482B3D}" name="startmru" height="35">
<mru x="5" y="5" icon-size="16" max-buttons="12"/>
<translaterockerkeys/>
</plugin>
<plugin clsid="{E09043DF-510E-4841-B652-388316977A7A}" name="carrier" height="49">
<allowselection/>
<background>
<format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/>
</background>
<label font-size="22">
<text><carrier/></text>
</label>
<label y="21" textwidth="163">
<text><wifi/></text>
</label>
<clock>
<time y="0" halign="right" font-size="24" font-weight="bold"/>
<date y="21" halign="right"/>
</clock>
</plugin>
<plugin clsid="{25997777-A9C7-4a44-AEA6-BE5EB0D97B81}" name="voip" height="25">
<background>
<format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/>
</background>
<label>
<text singleline="true"><voip/></text>
</label>
</plugin>
<plugin clsid="{37391041-C324-4725-BEE1-3232ED3539CA}" name="callprog" height="49">
<background>
<format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/>
</background>
<format state="nocall" visible="false"/>
<label>
<text lang="0x0409">Call in progress:</text>
</label>
<label y="23">
<text><progress/></text>
</label>
</plugin>
<plugin clsid="{0BA8ABB8-1F1D-417f-88C6-DA8530E2E7A6}" name="missedcalls" height="25">
<background>
<format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/>
</background>
<format state="nocall" visible="false"/>
<label h="22">
<text lang="0x0409">Missed calls: <calls/></text>
</label>
</plugin>
<plugin clsid="{2FFD93B3-0FF0-4228-A6D6-D2DF177D7D92}" name="alldayevent" height="25">
<background>
<format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/>
</background>
<format state="noevent" visible="false"/>
<label h="22">
<text><subject/></text>
</label>
</plugin>
<plugin clsid="{865A354A-4A96-4687-B001-C155DC0DBE76}" name="calendar" height="49">
<background>
<format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/>
</background>
<label h="22">
<text><subject/></text>
</label>
<label h="22" y="23">
<text><time/> <location/></text>
</label>
</plugin>
<plugin clsid="{95976968-45D5-40c9-9779-2B859B1C2FEC}" name="profile" height="25">
<background>
<format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/>
</background>
<label>
<text lang="0x0409" singleline="true">Profile: <profile/></text>
</label>
</plugin>
<plugin clsid="{4e822425-a00f-497c-80ff-1c554665a369}" name="cooltext" height="25">
<scrolltext textsource="cellbroadcast"/>
<background>
<format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/>
</background>
</plugin>
<plugin clsid="{DCE58428-275E-491f-B835-F2AC38D0CC17}" name="voicemail" height="25">
<background>
<format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/>
</background>
<label>
<text lang="0x0409">Voicemail: <unreadVMail/></text>
</label>
</plugin>
<plugin clsid="{8486CC1E-025B-4888-9C76-048DF7C1787D}" name="msgcount2" height="25" autoheight="false">
<background>
<format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/>
</background>
<mail account="sms"/>
</plugin>
<plugin clsid="{8486CC1E-025B-4888-9C76-048DF7C1787D}" name="msgcount2" height="25" autoheight="false">
<background>
<format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/>
</background>
<mail account="activesync"/>
</plugin>
<plugin clsid="{8486CC1E-025B-4888-9C76-048DF7C1787D}" name="msgcount2" height="25" autoheight="true">
<text padding-bottom="5"/>
<background>
<format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/>
</background>
<mail account="others"/>
</plugin>
</home>
Guys, here's the default HTC Home with Music player added to the last line.. have fun!!

Editing .xml on 6.1

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.

help with xml editing for home screen

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

bookmarks ?

i changed the browser to opera as default but i cant get the bookmarks off the home screen from under the globe, is there a way to get them off? also when i bookmark a page it dosent show up on the home screen is there a way to get my bookmarks to show up on home screen? thanks for any help in advance.
i made a cab that'll set Opera as the default & get rid of the globe & for default bookmarks & show you OM bookmarks
http://forum.xda-developers.com/showthread.php?t=550647
If you want to do it yourself, you need to go to \Application Data\Manila & move the InternetPortal-en-us.xml file to your computer, take off the Read-Only attribute & edit the code, then reenable Read-Only attribute & put back on your phone.
<?xml version="1.0" encoding="utf-16"?>
<InternetPortal>
<BrowserExe>\Windows\OperaL.exe</BrowserExe>
<IncludeUserFavorites>False</IncludeUserFavorites>
change to true to have your bookmarks show up
<Banner
DefaultImagePath="\Windows\HTC\Assets\Images\InternetPortal\banner.qtc"
SelectedImagePath="\Windows\HTC\Assets\Images\InternetPortal\banner_selected.qtc"
Text="Launch Browser"
NavigateUrl="http://www.google.com/pda"
UrlText="Google"
Width="480"
Height="215" />
<OperatorLinks>
<Link
Text="Engadget"
NavigateUrl="http://engadget.com"
ImagePath="\Windows\_Bookmark_icon.qtc" />
<Link
Text="Facebook"
NavigateUrl="http://m.facebook.com"
ImagePath="\Windows\_Bookmark_icon.qtc" />
<Link
Text="MySpace"
NavigateUrl="http://us.myspace.com"
ImagePath="\Windows\_Bookmark_icon.qtc" />
<Link
Text="Woot"
NavigateUrl="http://woot.com"
ImagePath="\Windows\_Bookmark_icon.qtc" />
</OperatorLinks>[/I]
delete all of that to get rid of the 4 bookmarks
</InternetPortal>
What's the source for bookmarks when <IncludeUserFavorites>False</IncludeUserFavorites> is set to true?

Pre installed Apps on Note10+, everything safe?

i want to know how and which apks i can delete, and i want to know if all apks are safe, i made a wipe and theres a lot pre installed apks.. 427apks..
<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>
<app-list>
<app name="2 Button Navigation Bar" package="com.android.internal.systemui.navbar.twobutton" />
<app name="3 Button Navigation Bar" package="com.android.internal.systemui.navbar.threebutton" />
<app name="AASAservice" package="com.samsung.aasaservice" />
<app name="Adapt Sound" package="com.sec.hearingadjust" />
<app name="Always On Display" package="com.samsung.android.app.aodservice" />
<app name="Android Auto" package="com.google.android.projection.gearhead" />
<app name="Android Q Easter Egg" package="com.android.egg" />
<app name="Android Services Library" package="com.google.android.ext.services" />
<app name="Android Shared Library" package="com.google.android.ext.shared" />
<app name="Android System WebView" package="com.google.android.webview" />
<app name="Android-Einrichtung" package="com.google.android.setupwizard" />
<app name="Android-Einrichtung" package="com.google.android.apps.restore" />
<app name="Android-System" package="android" />
<app name="android.auto_generated_rro_vendor__" package="android.auto_generated_rro_vendor__" />
<app name="Anruf" package="com.samsung.android.incallui" />
<app name="Anrufe/SMS auf anderen Geräten" package="com.samsung.android.mdecservice" />
<app name="Anrufeinstellungen" package="com.samsung.android.app.telephonyui" />
<app name="ANT + DUT" package="com.dsi.ant.sample.acquirechannels" />
<app name="ANT Radio Service" package="com.dsi.ant.service.socket" />
<app name="ANT+ HAL-Dienst" package="com.dsi.ant.server" />
<app name="ANT+ Plugins Service" package="com.dsi.ant.plugins.antplus" />
<app name="Anwendungs-Installer" package="com.sec.android.preloadinstaller" />
<app name="AppLinker" package="com.sec.android.app.applinker" />
<app name="Apps" package="com.samsung.android.app.appsedge" />
<app name="AR-Apps" package="com.samsung.android.visionarapps" />
<app name="AR-Emoji" package="com.samsung.android.aremoji" />
<app name="AR-Emoji-Editor" package="com.samsung.android.aremojieditor" />
<app name="AR-Emoji-Stickers" package="com.sec.android.mimage.avatarstickers" />
<app name="AR-Zeichnung" package="com.samsung.android.ardrawing" />
<app name="AR-Zone" package="com.samsung.android.arzone" />
<app name="Arbeitsprofil" package="com.samsung.android.knox.containeragent" />
<app name="ARCore" package="com.google.ar.core" />
<app name="Auf PDF schreiben" package="com.samsung.android.spdfnote" />
<app name="Aussparung in der Ecke" package="com.android.internal.display.cutout.emulation.corner" />
<app name="Auswahl der Hintergrundmusik" package="com.sec.android.app.ve.vebgm" />
<app name="AuthFw TaPack" package="com.samsung.android.tapack.authfw" />
<app name="Auto-Hotspot" package="com.sec.mhs.smarttethering" />
<app name="AutoDoodle" package="com.sec.android.autodoodle.service" />
<app name="Automation Test" package="com.sec.android.app.DataCreate" />
<app name="BadgeProvider" package="com.sec.android.provider.badge" />
<app name="Basic Daydreams" package="com.android.dreams.basic" />
<app name="BBCAgent" package="com.samsung.android.bbc.bbcagent" />
<app name="Begleiter für Ihr Smartphone" package="com.microsoft.appmanager" />
<app name="Begleitgerät-Manager" package="com.android.companiondevicemanager" />
<app name="Benutzerhandbuch" package="com.sec.android.widgetapp.webmanual" />
<app name="Berechtigungssteuerung" package="com.google.android.permissioncontroller" />
<app name="Bevorzugte Kontakte" package="com.sec.android.widgetapp.easymodecontactswidget" />
<app name="Bewegtes Gruppen-Selfie-Viewer" package="com.samsung.android.app.selfmotionpanoramaviewer" />
<app name="Bewegungspanorama-Viewer" package="com.samsung.android.app.motionpanoramaviewer" />
<app name="Bixby Routines" package="com.samsung.android.app.routines" />
<app name="Bixby Vision" package="com.samsung.android.visionintelligence" />
<app name="Bixby Voice" package="com.samsung.android.bixby.agent" />
<app name="Bixby Voice Stub" package="com.samsung.android.bixby.agent.dummy" />
<app name="Bixby-Dienst" package="com.samsung.android.bixby.service" />
<app name="BixbyVision Framework" package="com.samsung.android.bixbyvision.framework" />
<app name="Black" package="com.android.theme.color.black" />
<app name="Blaufilter" package="com.samsung.android.bluelightfilter" />
<app name="Bluetooth" package="com.android.bluetooth" />
<app name="Bluetooth MIDI Service" package="com.android.bluetoothmidiservice" />
<app name="BluetoothTest" package="com.sec.android.app.bluetoothtest" />
<app name="Bookmark Provider" package="com.android.bookmarkprovider" />
<app name="bootagent" package="com.samsung.ucs.agent.boot" />
<app name="BrightnessBNR" package="com.samsung.android.brightnessbackupservice" />
<app name="Call Log Backup/Restore" package="com.android.calllogbackup" />
<app name="Cameralyzer" package="com.sec.factory.cameralyzer" />
<app name="CaptivePortalLogin" package="com.android.captiveportallogin" />
<app name="CarmodeStub" package="com.samsung.android.drivelink.stub" />
<app name="CarrierDefaultApp" package="com.android.carrierdefaultapp" />
<app name="Chrome" package="com.android.chrome" />
<app name="CIDManager" package="com.samsung.android.cidmanager" />
<app name="Cinnamon" package="com.android.theme.color.cinnamon" />
<app name="Circular" package="com.android.theme.icon_pack.circular.themepicker" />
<app name="Circular" package="com.android.theme.icon_pack.circular.settings" />
<app name="Circular" package="com.android.theme.icon_pack.circular.systemui" />
<app name="Circular" package="com.android.theme.icon_pack.circular.launcher" />
<app name="Circular" package="com.android.theme.icon_pack.circular.android" />
<app name="ClipboardSaveService" package="com.samsung.clipboardsaveservice" />
<app name="ClipboardUIService" package="com.samsung.android.clipboarduiservice" />
<app name="CMHProvider" package="com.samsung.cmh" />
<app name="com.android.backupconfirm" package="com.android.backupconfirm" />
<app name="com.android.carrierconfig" package="com.android.carrierconfig" />
<app name="com.android.cts.ctsshim" package="com.android.cts.ctsshim" />
<app name="com.android.cts.priv.ctsshim" package="com.android.cts.priv.ctsshim" />
<app name="com.android.localtransport" package="com.android.localtransport" />
<app name="com.android.ons" package="com.android.ons" />
<app name="com.android.providers.partnerbookmarks" package="com.android.providers.partnerbookmarks" />
<app name="com.android.server.NetworkPermissionConfig" package="com.android.networkstack.permissionconfig" />
<app name="com.android.sharedstoragebackup" package="com.android.sharedstoragebackup" />
<app name="com.android.wallpaperbackup" package="com.android.wallpaperbackup" />
<app name="com.android.wallpapercropper" package="com.android.wallpapercropper" />
<app name="com.google.android.overlay.gmsconfig" package="com.google.android.overlay.gmsconfig" />
<app name="com.google.android.overlay.gmsgsaconfig" package="com.google.android.overlay.gmsgsaconfig" />
<app name="com.google.android.overlay.modules.ext.services" package="com.google.android.overlay.modules.ext.services" />
<app name="com.google.android.overlay.modules.permissioncontroller" package="com.google.android.overlay.modules.permissioncontroller" />
<app name="com.google.android.overlay.modules.permissioncontroller.forframework" package="com.google.android.overlay.modules.permissioncontroller.forframework" />
<app name="com.samsung.android.biometrics.app.setting" package="com.samsung.android.biometrics.app.setting" />
<app name="com.samsung.android.knox.attestation" package="com.samsung.android.knox.attestation" />
<app name="com.samsung.android.smartswitchassistant" package="com.samsung.android.smartswitchassistant" />
<app name="com.samsung.android.wallpaper.res" package="com.samsung.android.wallpaper.res" />
<app name="com.sec.android.app.chromecustomizations" package="com.sec.android.app.chromecustomizations" />
<app name="com.sec.bcservice" package="com.sec.bcservice" />
<app name="com.sec.enterprise.knox.attestation" package="com.sec.enterprise.knox.attestation" />
<app name="com.sec.epdg" package="com.sec.epdg" />
<app name="com.sec.ims" package="com.sec.ims" />
<app name="com.sec.internal.vsim.VSimServiceApp" package="com.sec.vsimservice" />
<app name="com.sec.phone" package="com.sec.phone" />
<app name="ConfigAPK" package="android.autoinstalls.config.samsung" />
<app name="ConfigUpdater" package="com.google.android.configupdater" />
<app name="Contacts Migrator" package="com.samsung.android.contacts" />
<app name="ContainerService" package="com.samsung.android.container" />
<app name="Crocro und Freunde" package="com.samsung.android.app.camera.sticker.facearavatar.preload" />
<app name="CSC" package="com.samsung.sec.android.application.csc" />
<app name="Dateien" package="com.android.documentsui" />
<app name="DEKO-BILD" package="com.samsung.android.livestickers" />
<app name="Device Health Services" package="com.google.android.apps.turbo" />
<app name="DeviceKeystring" package="com.sec.android.app.factorykeystring" />
<app name="DeviceTest" package="com.sec.factory" />
<app name="DeX für PC" package="com.sec.android.app.dexonpc" />
<app name="DiagMonAgent" package="com.sec.android.diagmonagent" />
<app name="Digitales Wohlbefinden und Kindersicherung" package="com.samsung.android.forest" />
<app name="Doppelte Aussparung" package="com.android.internal.display.cutout.emulation.double" />
<app name="Download-Manager" package="com.android.providers.downloads" />
<app name="Downloads" package="com.android.providers.downloads.ui" />
<app name="DQA" package="com.samsung.android.dqagent" />
<app name="DRParser Mode" package="com.sec.android.app.parser" />
<app name="Druckverwaltung" package="com.android.printspooler" />
<app name="Dsms" package="com.samsung.android.dsms" />
<app name="Dual Messenger" package="com.samsung.android.da.daagent" />
<app name="Duo Installer" package="com.google.android.apps.tachyon" />
<app name="Dynamic System Updates" package="com.android.dynsystem" />
<app name="EasyOneHand" package="com.sec.android.easyonehand" />
<app name="Eigene Dateien" package="com.sec.android.app.myfiles" />
<app name="Eingabegeräte" package="com.android.inputdevices" />
<app name="Eingabehilfe" package="com.samsung.accessibility" />
<app name="Einrichtung des Arbeitsprofils" package="com.android.managedprovisioning" />
<app name="Einstellungen" package="com.samsung.android.SettingsReceiver" />
<app name="Einstellungen" package="com.android.settings" />
<app name="Einstellungsspeicher" package="com.android.providers.settings" />
<app name="Einstellungsvorschläge" package="com.android.settings.intelligence" />
<app name="EmergencyManagerService" package="com.sec.android.emergencymode.service" />
<app name="EmergencyProvider" package="com.sec.android.provider.emergencymode" />
<app name="emojiupdater" package="com.samsung.android.emojiupdater" />
<app name="Enterprise Sim Pin Service" package="com.sec.enterprise.mdm.services.simpin" />
<app name="EpdgTestApp" package="com.sec.epdgtestapp" />
<app name="eSE UCS Plugin" package="com.samsung.ucs.agent.ese" />
<app name="Externer Speicher" package="com.android.externalstorage" />
<app name="Face" package="com.samsung.android.bio.face.service" />
<app name="Facebook" package="com.facebook.katana" />
<app name="Facebook App Installer" package="com.facebook.system" />
<app name="Facebook App Manager" package="com.facebook.appmanager" />
<app name="Facebook Services" package="com.facebook.services" />
<app name="FaceService" package="com.samsung.faceservice" />
<app name="FACM" package="com.samsung.android.aircommandmanager" />
<app name="FactoryCamera" package="com.sec.factory.camera" />
<app name="Fehler" package="com.sec.app.RilErrorNotifier" />
<app name="Filled" package="com.android.theme.icon_pack.filled.settings" />
<app name="Filled" package="com.android.theme.icon_pack.filled.systemui" />
<app name="Filled" package="com.android.theme.icon_pack.filled.android" />
<app name="Filled" package="com.android.theme.icon_pack.filled.launcher" />
<app name="Filled" package="com.android.theme.icon_pack.filled.themepicker" />
<app name="Film erstellen" package="com.samsung.app.highlightplayer" />
<app name="Filter Provider" package="com.samsung.android.provider.filterprovider" />
<app name="Find My Mobile" package="com.samsung.android.fmm" />
<app name="Finder" package="com.samsung.android.app.galaxyfinder" />
<app name="Formulare von Samsung Pass ausfüllen lassen" package="com.samsung.android.samsungpassautofill" />
<app name="Foto-Bildschirmschoner" package="com.android.dreams.phototable" />
<app name="Foto-Editor" package="com.sec.android.mimage.photoretouching" />
<app name="Foundation" package="com.monotype.android.font.foundation" />
<app name="Galaxy GameDriver" package="com.samsung.gamedriver.N10MaliG76" />
<app name="Galaxy Store" package="com.sec.android.app.samsungapps" />
<app name="Galaxy Themes" package="com.samsung.android.themestore" />
<app name="Galaxy Themes-Dienst" package="com.samsung.android.themecenter" />
<app name="Galerie" package="com.sec.android.gallery3d" />
<app name="Gallery-Storys" package="com.samsung.storyservice" />
<app name="Game Booster" package="com.samsung.android.game.gametools" />
<app name="Game Launcher" package="com.samsung.android.game.gamehome" />
<app name="Game Optimizing Service" package="com.samsung.android.game.gos" />
<app name="Gerätesicherheit" package="com.samsung.android.sm.devicesecurity" />
<app name="Gerätewartung" package="com.samsung.android.lool" />
<app name="Gestural Navigation Bar" package="com.samsung.internal.systemui.navbar.gestural_no_hint_wide_back" />
<app name="Gestural Navigation Bar" package="com.android.internal.systemui.navbar.gestural_wide_back" />
<app name="Gestural Navigation Bar" package="com.samsung.internal.systemui.navbar.sec_gestural" />
<app name="Gestural Navigation Bar" package="com.samsung.internal.systemui.navbar.sec_gestural_no_hint" />
<app name="Gestural Navigation Bar" package="com.android.internal.systemui.navbar.gestural_extra_wide_back" />
<app name="Gestural Navigation Bar" package="com.samsung.internal.systemui.navbar.gestural_no_hint_extra_wide_back" />
<app name="Gestural Navigation Bar" package="com.samsung.internal.systemui.navbar.gestural_no_hint_narrow_back" />
<app name="Gestural Navigation Bar" package="com.samsung.internal.systemui.navbar.gestural_no_hint" />
<app name="Gestural Navigation Bar" package="com.android.internal.systemui.navbar.gestural" />
<app name="Gestural Navigation Bar" package="com.android.internal.systemui.navbar.gestural_narrow_back" />
<app name="Gmail" package="com.google.android.gm" />
<app name="Google" package="com.google.android.googlequicksearchbox" />
<app name="Google Kalender-Synchronisierung" package="com.google.android.syncadapters.calendar" />
<app name="Google One Time Init" package="com.google.android.onetimeinitializer" />
<app name="Google Partner Setup" package="com.google.android.partnersetup" />
<app name="Google Play Spiele" package="com.google.android.play.games" />
<app name="Google Play Store" package="com.android.vending" />
<app name="Google Play-Dienste" package="com.google.android.gms" />
<app name="Google Sprachausgabe" package="com.google.android.tts" />
<app name="Google-Dienste-Framework" package="com.google.android.gsf" />
<app name="Google-Kontakte synchronisieren" package="com.google.android.syncadapters.contacts" />
<app name="Google-Standortverlauf" package="com.google.android.gms.location.history" />
<app name="Green" package="com.android.theme.color.green" />
<app name="HandwritingService" package="com.samsung.android.sdk.handwriting" />
<app name="Health Service" package="com.sec.android.service.health" />
<app name="HideNotch" package="com.samsung.systemui.hidenotch" />
<app name="HideNotchWithoutCornerRound" package="com.samsung.systemui.hidenotch.withoutcornerround" />
<app name="Hintergrund" package="com.samsung.android.app.dressroom" />
<app name="Hintergrundbilddienste" package="com.samsung.android.dynamiclock" />
<app name="Hiya Service" package="com.hiya.star" />
<app name="Hohe Aussparung" package="com.android.internal.display.cutout.emulation.tall" />
<app name="HTML-Anzeige" package="com.android.htmlviewer" />
<app name="HwModuleTest" package="com.sec.android.app.hwmoduletest" />
<app name="IMS Service" package="com.sec.imsservice" />
<app name="IMS Settings" package="com.samsung.advp.imssettings" />
<app name="ImsLogger" package="com.sec.imslogger" />
<app name="Info Dienste" package="com.android.stk2" />
<app name="Intent Filter Verification Service" package="com.android.statementservice" />
<app name="IPService" package="com.samsung.ipservice" />
<app name="IpsGeofence" package="com.samsung.android.ipsgeofence" />
<app name="Kalender" package="com.samsung.android.calendar" />
<app name="Kalenderspeicher" package="com.android.providers.calendar" />
<app name="Kamera" package="com.sec.android.app.camera" />
<app name="KLMS Agent" package="com.samsung.klmsagent" />
<app name="Knox Analytics Uploader" package="com.samsung.android.knox.analytics.uploader" />
<app name="Knox Enrollment Service" package="com.sec.enterprise.knox.cloudmdm.smdms" />
<app name="Knox Key Chain" package="com.samsung.knox.keychain" />
<app name="KnoxVpnPacProcessor" package="com.knox.vpn.proxyhandler" />
<app name="Kombinierte Standortbest." package="com.android.location.fused" />
<app name="Konfigurationsnachricht" package="com.wsomacp" />
<app name="Konfigurationsupdate" package="com.samsung.android.providers.carrier" />
<app name="Konfigurationsupdate" package="com.samsung.android.app.omcagent" />
<app name="Konfigurationsupdate" package="com.samsung.android.sdm.config" />
<app name="Kontakte" package="com.samsung.android.app.contacts" />
<app name="Kontaktspeicher" package="com.samsung.android.providers.contacts" />
<app name="LED Cover Service" package="com.sec.android.cover.ledcover" />
<app name="LED-Cover" package="com.samsung.android.app.ledbackcover" />
<app name="Link zu Windows-Dienst" package="com.samsung.android.mdx" />
<app name="Link-Freigabe" package="com.samsung.android.app.simplesharing" />
<app name="Live-Fokus" package="com.samsung.android.app.dofviewer" />
<app name="Live-Fokus-Bild" package="com.samsung.android.app.siofviewer" />
<app name="Live-Hintergrund-Auswahl" package="com.android.wallpaper.livepicker" />
<app name="Live-Nachrichten" package="com.samsung.android.service.livedrawing" />
<app name="Main components" package="com.google.android.modulemetadata" />
<app name="Maps" package="com.google.android.apps.maps" />
<app name="Market Feedback Agent" package="com.google.android.feedback" />
<app name="MDE Service Framework" package="com.samsung.android.mdx.kit" />
<app name="MDMApp" package="com.samsung.android.mdm" />
<app name="Medien und Geräte" package="com.samsung.android.mdx.quickboard" />
<app name="Medienspeicher" package="com.android.providers.media" />
<app name="Mein Wörterbuch" package="com.android.providers.userdictionary" />
<app name="Messenger" package="com.facebook.orca" />
<app name="Mit Sprache wecken" package="com.samsung.android.bixby.wakeup" />
<app name="MLDAPlog" package="com.sec.mldapchecker" />
<app name="mlp" package="com.samsung.mlp" />
<app name="MmsService" package="com.android.mms.service" />
<app name="MobileWips" package="com.samsung.android.server.wifi.mobilewips.client" />
<app name="MotionPhoto Viewer" package="com.samsung.android.motionphoto.viewer" />
<app name="MTP-Anwendung" package="com.samsung.android.MtpApplication" />
<app name="MTP-Host" package="com.android.mtp" />
<app name="My App List" package="com.projectsexception.myapplist" />
<app name="Nachrichten" package="com.samsung.android.messaging" />
<app name="Nearby Service" package="com.samsung.android.allshare.service.mediashare" />
<app name="Netflix" package="com.netflix.mediaclient" />
<app name="NetworkDiagnostic" package="com.samsung.android.networkdiagnostic" />
<app name="NetworkStack" package="com.android.networkstack.inprocess" />
<app name="Neuigkeiten" package="com.samsung.android.app.social" />
<app name="NFC" package="com.android.nfc" />
<app name="Notfallassistent" package="com.sec.android.app.safetyassurance" />
<app name="Notfallinformationen" package="com.android.emergency" />
<app name="Noto Serif / Source Sans Pro" package="com.android.theme.font.notoserifsource" />
<app name="NSDSWebApp" package="com.sec.vsim.ericssonnsds.webapp" />
<app name="Oberfläche" package="com.android.systemui" />
<app name="Ocean" package="com.android.theme.color.ocean" />
Click to expand...
Click to collapse
Mod edit: Hide tags added.
<app name="OCR Service" package="com.sec.android.app.ocrservice" />
<app name="OK Google enrollment" package="com.android.hotwordenrollment.okgoogle" />
<app name="One UI-Startbildschirm" package="com.sec.android.app.launcher" />
<app name="OneDrive" package="com.microsoft.skydrive" />
<app name="Orchid" package="com.android.theme.color.orchid" />
<app name="OsuLogin" package="com.android.hotspot2" />
<app name="PacProcessor" package="com.android.pacprocessor" />
<app name="Paketinstallation" package="com.google.android.packageinstaller" />
<app name="PartnerNetflixActivation" package="com.netflix.partner.activation" />
<app name="Payment Services" package="com.samsung.android.kgclient" />
<app name="Pers. Startseite" package="com.samsung.android.knox.containercore" />
<app name="Perso" package="com.sec.android.app.personalization" />
<app name="Personalisierter Dienst" package="com.samsung.android.rubin.app" />
<app name="Personen" package="com.samsung.android.service.peoplestripe" />
<app name="Print Service Recommendation Service" package="com.google.android.printservice.recommendation" />
<app name="ProxyHandler" package="com.android.proxyhandler" />
<app name="Purple" package="com.android.theme.color.purple" />
<app name="Quick Share" package="com.samsung.android.aware.service" />
<app name="Quick Share" package="com.samsung.android.app.sharelive" />
<app name="RcsSettings" package="com.samsung.rcs" />
<app name="Reminder" package="com.samsung.android.app.reminder" />
<app name="ringtonebackup" package="com.sec.android.app.ringtoneBR" />
<app name="Rounded" package="com.android.theme.icon_pack.rounded.systemui" />
<app name="Rounded" package="com.android.theme.icon_pack.rounded.android" />
<app name="Rounded" package="com.android.theme.icon_pack.rounded.launcher" />
<app name="Rounded" package="com.android.theme.icon_pack.rounded.settings" />
<app name="Rounded Rectangle" package="com.android.theme.icon.roundedrect" />
<app name="S Pen-Befehle" package="com.samsung.android.service.aircommand" />
<app name="Samsung Account" package="com.osp.app.signin" />
<app name="Samsung ApexService" package="com.sec.android.app.apex" />
<app name="Samsung Blockchain Keystore" package="com.samsung.android.coldwalletservice" />
<app name="Samsung Checkout" package="com.sec.android.app.billing" />
<app name="Samsung Cloud" package="com.samsung.android.scloud" />
<app name="Samsung Daily" package="com.samsung.android.app.spage" />
<app name="Samsung Device Health Manager Service" package="com.sec.android.sdhms" />
<app name="Samsung DeX" package="com.sec.android.desktopmode.uiservice" />
<app name="Samsung DeX Home" package="com.sec.android.app.desktoplauncher" />
<app name="Samsung Einrichtungsassistent" package="com.sec.android.app.SecSetupWizard" />
<app name="Samsung EX9825 Dev GPUDriver" package="com.samsung.pregpudriver.ex9825" />
<app name="Samsung Experience Service" package="com.samsung.android.mobileservice" />
<app name="Samsung Galaxy Friends" package="com.samsung.android.mateagent" />
<app name="Samsung Internet-Paneele" package="com.samsung.android.app.sbrowseredge" />
<app name="Samsung Kids-Installationsprogramm" package="com.samsung.android.kidsinstaller" />
<app name="Samsung Location SDK" package="com.sec.location.nsflp2" />
<app name="Samsung MirrorLink 1.1" package="com.samsung.android.app.mirrorlink" />
<app name="Samsung Multi Connectivity" package="com.samsung.android.mcfserver" />
<app name="Samsung Notes" package="com.samsung.android.app.notes" />
<app name="Samsung Pass" package="com.samsung.android.authfw" />
<app name="Samsung Pass Provider" package="com.samsung.android.samsungpass" />
<app name="Samsung PaymentFramework" package="com.samsung.android.spayfw" />
<app name="Samsung Push Service" package="com.sec.spp.push" />
<app name="Samsung Tastatur" package="com.samsung.android.honeyboard" />
<app name="Samsung Text-zu-Sprache-Engine" package="com.samsung.SMT" />
<app name="Samsung Time Zone Data" package="com.samsung.android.timezone.data_Q" />
<app name="Samsung USB-C-Headset" package="com.samsung.android.app.earphonetypec" />
<app name="Samsung-Spracheingabe" package="com.samsung.android.svoiceime" />
<app name="Samsung-Tastatur (veraltet)" package="com.sec.android.inputmethod" />
<app name="SamsungOne" package="com.monotype.android.font.samsungone" />
<app name="SamsungPositioning" package="com.samsung.android.samsungpositioning" />
<app name="SCameraService" package="com.samsung.android.camerasdkservice" />
<app name="SCameraXService" package="com.samsung.android.cameraxservice" />
<app name="Schlüsselbund" package="com.android.keychain" />
<app name="SCPM Client" package="com.samsung.android.sm.policy" />
<app name="Sec Media Storage" package="com.samsung.android.providers.media" />
<app name="SecureElementApplication" package="com.android.se" />
<app name="SecurityLogAgent" package="com.samsung.android.securitylogagent" />
<app name="SecVideoEngineService" package="com.sec.sve" />
<app name="Seitenbildschirm" package="com.samsung.android.app.cocktailbarservice" />
<app name="Selektiver Fokus" package="com.sec.android.ofviewer" />
<app name="SEMFactoryApp" package="com.sem.factoryapp" />
<app name="Separater App-Ton" package="com.samsung.android.setting.multisound" />
<app name="Service mode" package="com.sec.android.app.servicemodeapp" />
<app name="Service mode RIL" package="com.sec.android.RilServiceModeApp" />
<app name="SettingsBixby" package="com.samsung.android.app.settings.bixby" />
<app name="SetupWizardLegalProvider" package="com.sec.android.app.setupwizardlegalprovider" />
<app name="Shell" package="com.android.shell" />
<app name="ShortcutBNR" package="com.samsung.android.shortcutbackupservice" />
<app name="Sicherer Ordner" package="com.samsung.knox.securefolder" />
<app name="Sicheres WLAN" package="com.samsung.android.fast" />
<app name="Sicherheitsinformationen" package="com.samsung.safetyinformation" />
<app name="SilentLogging" package="com.sec.modem.settings" />
<app name="Sim App Dialog" package="com.android.simappdialog" />
<app name="SimMobilityKit" package="com.samsung.ims.smk" />
<app name="Single Take" package="com.samsung.android.singletake.service" />
<app name="SKMSAgentService" package="com.skms.android.agent" />
<app name="slocation" package="com.samsung.android.location" />
<app name="Smart Call" package="com.samsung.android.smartcallprovider" />
<app name="Smart Switch Agent" package="com.sec.android.easyMover.Agent" />
<app name="Smart View" package="com.samsung.android.smartmirroring" />
<app name="Smart-Aufnahme" package="com.samsung.android.app.smartcapture" />
<app name="SmartFaceService" package="com.samsung.android.smartface" />
<app name="SmartFittingService" package="com.samsung.android.smartfitting" />
<app name="SmartThings" package="com.samsung.android.beaconmanager" />
<app name="Software-Update" package="com.sec.android.soagent" />
<app name="Software-Update" package="com.wssyncmldm" />
<app name="Sound-Auswahl" package="com.samsung.android.app.soundpicker" />
<app name="SoundAlive" package="com.sec.android.app.soundalive" />
<app name="Space" package="com.android.theme.color.space" />
<app name="Special" package="com.android.stk" />
<app name="Speicher des Wählprogramms" package="com.android.providers.telephony" />
<app name="Speicher für blockierte Nummern" package="com.android.providers.blockednumber" />
<app name="Speichermanager" package="com.android.storagemanager" />
<app name="SplitSoundService" package="com.sec.android.splitsound" />
<app name="Square" package="com.android.theme.icon.square" />
<app name="Squircle" package="com.android.theme.icon.squircle" />
<app name="Standarddruckdienst" package="com.android.bips" />
<app name="Startprogramm" package="com.sec.android.emergencylauncher" />
<app name="StickerCenter" package="com.samsung.android.stickercenter" />
<app name="Suche nach Geräten in der Nähe" package="com.samsung.android.easysetup" />
<app name="SuwScriptPlayer" package="com.sec.android.app.suwscriptplayer" />
<app name="SVC Agent" package="com.samsung.android.svcagent" />
<app name="System-Tracing" package="com.android.traceur" />
<app name="System-UI von Samsung DeX" package="com.samsung.desktopsystemui" />
<app name="SystemUIBixby2" package="com.samsung.systemui.bixby2" />
<app name="SystemUpdate" package="com.sec.android.systemupdate" />
<app name="TADownloader" package="com.samsung.android.tadownloader" />
<app name="Tags" package="com.samsung.android.service.tagservice" />
<app name="Tags" package="com.android.apps.tag" />
<app name="Tätigkeiten" package="com.samsung.android.app.taskedge" />
<app name="Teardrop" package="com.android.theme.icon.teardrop" />
<app name="TEEgrisTuiService" package="com.samsung.sec.android.teegris.tui_service" />
<app name="Telefon" package="com.android.server.telecom" />
<app name="Telefon" package="com.samsung.crane" />
<app name="Telefon" package="com.samsung.android.dialer" />
<app name="Telefon" package="com.android.phone" />
<app name="TetheringAutomation" package="com.sec.automation" />
<app name="Tipps" package="com.samsung.android.app.tips" />
<app name="Tools" package="com.sec.android.app.quicktool" />
<app name="Überblicken" package="com.samsung.android.service.pentastic" />
<app name="Übersetzen" package="com.samsung.android.service.airviewdictionary" />
<app name="Uhr" package="com.sec.android.app.clockpackage" />
<app name="UIBCVirtualSoftkey" package="com.sec.android.uibcvirtualsoftkey" />
<app name="upday" package="de.axelspringer.yana.zeropage" />
<app name="USBSettings" package="com.sec.usbsettings" />
<app name="Vergrößern" package="com.samsung.android.app.readingglass" />
<app name="Vergrößerung" package="com.sec.android.app.magnifier" />
<app name="Video-Editor" package="com.sec.android.app.vepreload" />
<app name="Video-Player" package="com.samsung.android.video" />
<app name="Videotrimmer" package="com.samsung.app.newtrim" />
<app name="Virtual Shot-Viewer" package="com.samsung.android.app.interactivepanoramaviewer" />
<app name="VpnDialogs" package="com.android.vpndialogs" />
<app name="Wearable Manager Installer" package="com.samsung.android.app.watchmanagerstub" />
<app name="Wetter" package="com.sec.android.daemonapp" />
<app name="Wi-Fi Direct" package="com.samsung.android.allshare.service.fileshare" />
<app name="WLAN-Anrufe" package="com.sec.unifiedwfc" />
<app name="WLAN-Tipps" package="com.samsung.android.net.wifi.wifiguider" />
<app name="WlanTest" package="com.sec.android.app.wlantest" />
<app name="Wörterbuch" package="com.diotek.sec.lookup.dictionary" />
<app name="X Google enrollment" package="com.android.hotwordenrollment.xgoogle" />
<app name="YouTube" package="com.google.android.youtube" />
<app name="Zeitlupe-Editor" package="com.samsung.app.slowmotion" />
<app name="Zeitzonen-Updater" package="com.samsung.android.timezone.updater" />
<app name="Zertifikatsinstallationsprogramm" package="com.android.certinstaller" />
<app name="Zwischenablage" package="com.samsung.android.app.clipboardedge" />
</app-list>
[/QUOTE]
I think that's a REALLY big request to have someone go thru all of those apps to determine what can/cannot be uninstalled and if they are "safe".
I might suggest that if the device is running a stock firmware, it's safe. Regarding uninstalling, I'd go thru the apps screen and take them out or disable them from there and not mess with it more than that
kangi26 said:
I think that's a REALLY big request to have someone go thru all of those apps to determine what can/cannot be uninstalled and if they are "safe".
I might suggest that if the device is running a stock firmware, it's safe. Regarding uninstalling, I'd go thru the apps screen and take them out or disable them from there and not mess with it more than that
Click to expand...
Click to collapse
Perhaps someone have a clean app list, so i can check by myself i have some curious trouble with my phone and with my computer, i reset it many times but its feeling like everything is after few hours recovered. And i dont login in my old accounts. I found yesterday many files from my Phone on my computer and dont have a idea how this is possible. I didnt connect my phone with my computer or with WiFi .Than i flash a new custom rom but i think its doesnt help. And now im erasing my volume on pc with parted magic but make before a new virus scan..
Every downloads on my pc have a trojan neshta or another on virustotal, Unbeliveable.... dont know what to do but im deffinitly sure that someone sit on my devices.. they changing files on my pc, allready 4 -5times, also on my backup clouds the files are changed or empty..
Hope someone can help me what to do..
Dennis2095 said:
i want to know how and which apks i can delete, and i want to know if all apks are safe, i made a wipe and theres a lot pre installed apks.. 427apks..
Click to expand...
Click to collapse
Hi Dennis how do I get hold of the that 427apks

Categories

Resources