Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.mobile.android > #141796

Re: binary AndroidManifest.xml, resource ID to string. How to ?

From "R.Wieser" <address@is.invalid>
Newsgroups comp.mobile.android
Subject Re: binary AndroidManifest.xml, resource ID to string. How to ?
Date 2024-06-04 15:54 +0200
Organization A noiseless patient Spider
Message-ID <v3n6fa$f0sd$2@dont-email.me> (permalink)
References <v3mqem$d089$1@dont-email.me> <v3n3iq$egib$1@dont-email.me>

Show all headers | View raw


Newyana,

>   Just a wild guess, but in PE files there's generally
> a resource table to store icons. The table is located
> through a system of numeric pointers. You read the
> file header, locate the resource table pointer, go to
> that offset, walk the table pointers, etc. It's all about
> pointers to offsets.

The sought-for strings are not present in the binary AndroidManifest.xml 
file.

>   This kind of thing can be monstrously difficult because
> most people have no reason to care about such things.

I cannot other than agree with you, as I've not been able to find even a 
/hint/ to how that it works.

> So you have to track down some kind of industry spec doc.

:-) I already spend a few hours googeling.  I have not found anything. :-(

... Which is why I posted here.

Regards,
Rudy Wieser

Back to comp.mobile.android | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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