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


Groups > comp.os.linux.development.apps > #615

Simple way to view Android resources and modify Android.

From "Tom Potter" <tdp1001@yahoo.com>
Newsgroups alt.comp.linux, comp.linux.os, comp.mobile.android, comp.os.linux.development.apps
Subject Simple way to view Android resources and modify Android.
Message-ID <egT1u.241672$WT2.155493@fx15.iad> (permalink)
Organization TeraNews.com
Date 2013-09-29 18:26 +0800

Cross-posted to 4 groups.

Show all headers | View raw


As you may know,
Google copied Linux/Unix,
put the files into a ZIP wrapper,
and called it an Android APK file.

To explore an Android APK file,
[ View the graphics, play the audio, etc.]

all you have to do,
is right click on an APK file,
and set it to "Open With" to WinZip, Winrar.
or your favorite unzipper.

Thereafter, any time you click on an APK file,
you can view the graphics, play the audio,
view the resources, explore the programming, etc.

If you want to convert an APK file to Linux/Unix,
download "Dex2Jar" from
http://code.google.com/p/dex2jar/

then unzip one of the APK files
to a convenient directory,

navigate to the directory
and right click on the CLASSES.DEX file,
and set it to "Open With" "dex2jar".

Thereafter, anytime you click on an Android DEX file
this will convert the Android DEX file
to a Unix JAR file and put it in the directory
with the Android resourses.

If you want to modify the Android program,
you can download a free Java decompiler
from http://java.decompiler.free.fr

-- 
Tom Potter

http://warp-to.us/
http://tiny.im/390k
http://tom-potters-world.tk/



Back to comp.os.linux.development.apps | Previous | NextNext in thread | Find similar


Thread

Simple way to view Android resources and modify Android. "Tom Potter" <tdp1001@yahoo.com> - 2013-09-29 18:26 +0800
  Re: Simple way to view Android resources and modify Android. crankypuss <crankypuss@nomail.invalid> - 2013-09-30 02:18 -0600
    Re: Simple way to view Android resources and modify Android. Jasen Betts <jasen@xnet.co.nz> - 2013-09-30 08:34 +0000
      Re: Simple way to view Android resources and modify Android. Jasen Betts <jasen@xnet.co.nz> - 2013-09-30 08:49 +0000
      Re: Simple way to view Android resources and modify Android. crankypuss <crankypuss@nomail.invalid> - 2013-09-30 03:42 -0600
        Re: Simple way to view Android resources and modify Android. "Tom Potter" <tdp1001@yahoo.com> - 2013-10-01 22:43 +0800
          Re: Simple way to view Android resources and modify Android. crankypuss <crankypuss@nomail.invalid> - 2013-10-02 03:32 -0600
            Re: Simple way to view Android resources and modify Android. "Tom Potter" <tdp1001@yahoo.com> - 2013-10-03 21:37 +0800
  Re: Simple way to view Android resources and modify Android. Kerry Liles <kerry.liles@gmail.com> - 2013-09-30 10:00 -0400
    Re: Simple way to view Android resources and modify Android. "Tom Potter" <tdp1001@yahoo.com> - 2013-10-02 12:39 +0800
      Re: Simple way to view Android resources and modify Android. Kerry Liles <kerry.liles@gmail.com> - 2013-10-02 11:10 -0400

csiph-web