Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.mobile.android > #141785
| From | "R.Wieser" <address@is.invalid> |
|---|---|
| Newsgroups | comp.mobile.android |
| Subject | binary AndroidManifest.xml, resource ID to string. How to ? |
| Date | 2024-06-04 12:31 +0200 |
| Organization | A noiseless patient Spider |
| Message-ID | <v3mqem$d089$1@dont-email.me> (permalink) |
Hello all, I wanted to convert a binary "AndroidManifest.xml" to text again, and curently have a readable result. One thing I've not been able to figure out though. In a sourcefile I see lines like android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher" android:theme="@style/Translucent"> , but all that the binary XML file contains is resource-IDs icon = @:7F0E0000 label = @:7F110065 roundIcon = @:7F0E0000 theme = @:7F120157 , and I have no idea how to translate the latter to the former. :-\ I've done my dues and spend time searching the Web, but have not been able to find any kind of clue to how to do it (the information I found stopped short of explaining it). If anyone knows how to do it or has an URL to a website explaining it I would be obliged. Regards, Rudy Wieser
Back to comp.mobile.android | Previous | Next — Next in thread | Find similar | Unroll thread
binary AndroidManifest.xml, resource ID to string. How to ? "R.Wieser" <address@is.invalid> - 2024-06-04 12:31 +0200
Re: binary AndroidManifest.xml, resource ID to string. How to ? Newyana2 <newyana@invalid.nospam> - 2024-06-04 09:07 -0400
Re: binary AndroidManifest.xml, resource ID to string. How to ? "R.Wieser" <address@is.invalid> - 2024-06-04 15:54 +0200
Re: binary AndroidManifest.xml, resource ID to string. How to ? Andy Burns <usenet@andyburns.uk> - 2024-06-04 14:15 +0100
Re: binary AndroidManifest.xml, resource ID to string. How to ? "R.Wieser" <address@is.invalid> - 2024-06-04 15:43 +0200
Re: binary AndroidManifest.xml, resource ID to string. How to ? Andy Burns <usenet@andyburns.uk> - 2024-06-04 15:08 +0100
Re: binary AndroidManifest.xml, resource ID to string. How to ? Andrew <andrew@spam.net> - 2024-06-04 17:04 +0000
Re: binary AndroidManifest.xml, resource ID to string. How to ? "R.Wieser" <address@is.invalid> - 2024-06-04 20:54 +0200
Re: binary AndroidManifest.xml, resource ID to string. How to ? Andrew <andrew@spam.net> - 2024-06-05 04:26 +0000
Re: binary AndroidManifest.xml, resource ID to string. How to ? "R.Wieser" <address@is.invalid> - 2024-06-05 10:10 +0200
Re: binary AndroidManifest.xml, resource ID to string. How to ? Andy Burns <usenet@andyburns.uk> - 2024-06-05 09:18 +0100
Re: binary AndroidManifest.xml, resource ID to string. How to ? Andrew <andrew@spam.net> - 2024-06-05 09:53 +0000
Re: binary AndroidManifest.xml, resource ID to string. How to ? "R.Wieser" <address@is.invalid> - 2024-06-04 20:34 +0200
Re: binary AndroidManifest.xml, resource ID to string. How to ? Andy Burns <usenet@andyburns.uk> - 2024-06-04 20:06 +0100
Re: binary AndroidManifest.xml, resource ID to string. How to ? "R.Wieser" <address@is.invalid> - 2024-06-05 10:11 +0200
csiph-web