please can you tell me how to change the "Android is starting" message ?

156 views
Skip to first unread message

Shailan Patel

unread,
Jul 20, 2020, 12:12:40 PM7/20/20
to android-platform
please can you tell me how to change the "Android is starting" message ?
starting.png

bobpfi...@gmail.com

unread,
Jul 20, 2020, 12:37:45 PM7/20/20
to android-...@googlegroups.com

You can create an overlay file for the strings.xml and replace the value.  My path was /device/***vendor***/common/overlay/framework/base/core/res/res/***values-lang***/strings.xml-lang***/strings.xml

 

<?xml version="1.0" encoding="utf-8"?>

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">

    <string name="android_start_title" msgid="8418054686415318207">"Your message here…"</string>

</resources>

--
You received this message because you are subscribed to the Google Groups "android-platform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-platfo...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-platform/de201c73-edff-4851-8d82-7478240ecf36o%40googlegroups.com.

Bob Pfingsten

unread,
Jul 20, 2020, 2:47:53 PM7/20/20
to android-platform
Oops.  Cut and paste issue with the path.  This should have read:  /device/***vendor***/common/overlay/framework/base/core/res/res/***values-lang***/strings.xml


On Monday, July 20, 2020 at 9:37:45 AM UTC-7, Bob Pfingsten wrote:

You can create an overlay file for the strings.xml and replace the value.  My path was /device/***vendor***/common/overlay/framework/base/core/res/res/***values-lang***/strings.xml-lang***/strings.xml

 

<?xml version="1.0" encoding="utf-8"?>

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">

    <string name="android_start_title" msgid="8418054686415318207">"Your message here…"</string>

</resources>

 

 

From: android-platform@googlegroups.com <android-platform@googlegroups.com> On Behalf Of Shailan Patel
Sent: Sunday, July 19, 2020 7:05 AM
To: android-platform <android-platform@googlegroups.com>
Subject: please can you tell me how to change the "Android is starting" message ?

 

please can you tell me how to change the "Android is starting" message ?

--
You received this message because you are subscribed to the Google Groups "android-platform" group.

To unsubscribe from this group and stop receiving emails from it, send an email to android-platform+unsubscribe@googlegroups.com.

shail...@gmail.com

unread,
Jul 25, 2020, 4:26:11 PM7/25/20
to android-platform
please can you tell me if you mean i can do this through an apk rather than changing the source code directly?

On Monday, July 20, 2020 at 7:47:53 PM UTC+1 bobpfi...@gmail.com wrote:
Oops.  Cut and paste issue with the path.  This should have read:  /device/***vendor***/common/overlay/framework/base/core/res/res/***values-lang***/strings.xml


On Monday, July 20, 2020 at 9:37:45 AM UTC-7, Bob Pfingsten wrote:

You can create an overlay file for the strings.xml and replace the value.  My path was /device/***vendor***/common/overlay/framework/base/core/res/res/***values-lang***/strings.xml-lang***/strings.xml

 

<?xml version="1.0" encoding="utf-8"?>

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">

    <string name="android_start_title" msgid="8418054686415318207">"Your message here…"</string>

</resources>

 

 

From: android-...@googlegroups.com <android-...@googlegroups.com> On Behalf Of Shailan Patel
Sent: Sunday, July 19, 2020 7:05 AM
To: android-platform <android-...@googlegroups.com>
Subject: please can you tell me how to change the "Android is starting" message ?

 

please can you tell me how to change the "Android is starting" message ?

--
You received this message because you are subscribed to the Google Groups "android-platform" group.

To unsubscribe from this group and stop receiving emails from it, send an email to android-platfo...@googlegroups.com.

Reply all
Reply to author
Forward
0 new messages