Git Product home page Git Product logo

android4me's People

Watchers

 avatar

android4me's Issues

Quotes break attributes in AXMLPrinter2

What steps will reproduce the problem?
1. Have an XML file with " inside an attribute
2. Convert to binary
3. Convert back using AXMLPrinter2
4. Check XML with xmllint


What is the expected output? What do you see instead?

Should be: <tag attr="this is &quot;quoted&quot;">
Is it:     <tag attr="this is "quoted"">


What version of the product are you using? On what operating system?

AXMLPrinter2 as of now. OpenJDK 64bit 6b24-1.11.1-4ubuntu3 (1.6.0_24)


Original issue reported on code.google.com by [email protected] on 6 Jun 2012 at 7:16

Intergrate javolution classes

We will need to implement some core java classes on J2ME.
javolution.org already implemented some of them.
Look into javolution and extract needed classes.

Original issue reported on code.google.com by [email protected] on 13 Aug 2008 at 7:24

java.lang.ArrayIndexOutOfBoundsException on StringBlock

What steps will reproduce the problem?
- Executed command below: (file attached)
java -jar AXMLPrinter2.jar status_bar.xml  >> statusbar.txt


What is the expected output? What do you see instead?
- Expected output: readable XML in a text file
- What I saw instead: exception after executing the command

What version of the product are you using? On what operating system?
- AXMLPrinter2, on Windows 7 64bit. Java version "1.6.0_29"

Please provide any additional information below.
- 

Original issue reported on code.google.com by [email protected] on 21 Jan 2012 at 12:54

Attachments:

conversion error

i try to covert layout xml files but continuously i got same error msg on 
command prompt 

android.content.res.StringBlock.getShort(StringBlock.java:231)
android.content.res.StringBlock.getString(StringBlock.java:91)
android.content.res.AXmlResourceParser.getName(AXmlResourceParser.java:140)
test.AXMLPrinter.main(AXMLPrinter.java:56)

please resolve these issues as soon as possible..
 i'm using windows 7 ultimate x64 bit
my jdk version is 1.7 update 51





Original issue reported on code.google.com by [email protected] on 9 Feb 2014 at 5:52

Implement Parcel classes

Implement following classes:

android.os.Parcel
android.os.Parcelable
android.os.BadParcelableException


Original issue reported on code.google.com by [email protected] on 13 Aug 2008 at 6:43

DEFINE more issues

Look into Android and find what classes you would like to implement.
Create an issue for that classes, and start working.

Original issue reported on code.google.com by [email protected] on 13 Aug 2008 at 7:22

Implement XML classes & parsing

Copy following open source xml libraries:
kXML,
xml Pull v1,
org.xml.sax

Create utility that will preprocess xml files, convert them to binary form
and generate R class. (aapt.exe does all that?)

Implement parsing of binary xml files.

Original issue reported on code.google.com by [email protected] on 13 Aug 2008 at 6:56

Can not handle UTF16 strings

What steps will reproduce the problem?
1. When decode binary AndroidManifest.xml which contains UTF8 strings, it fails:

$ java -jar ~/Downloads/AXMLPrinter2.jar tmp/2/AndroidManifest.xml 
<?xml version="1.0" encoding="utf-8"?>
java.lang.ArrayIndexOutOfBoundsException: 962
    at android.content.res.StringBlock.getShort(StringBlock.java:231)
    at android.content.res.StringBlock.getString(StringBlock.java:91)
    at android.content.res.AXmlResourceParser.getName(AXmlResourceParser.java:140)
    at test.AXMLPrinter.main(AXMLPrinter.java:56)

What is the expected output?
 Normal text xml.

 What do you see instead?
  Error

What version of the product are you using?
 2

 On what operating system?
 Mac OS X 10.9.3

Please provide any additional information below.
 The container APK works fine in device, so the AndroidManifest.xml should have no problem.
 Normally,  AndroidManifest.xml generated by aapt will encode strings as UTF16, but some tools such as AXMLWriter produce UTF8 strings by default.

Original issue reported on code.google.com by [email protected] on 22 May 2014 at 7:29

Attachments:

Implement android.graphics.Canvas

Implement this class ontop of J2ME's Canvas class.
This is not an easy issue. Many methods can not be implemented easily.
Implementing this class includes implementing graphics.Matrix class.

Original issue reported on code.google.com by [email protected] on 13 Aug 2008 at 9:50

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.