Code Monkey home page Code Monkey logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 17, 2024
AndroidManifest.xml is not needed because it's not a standard app which can be
installed on the device. You have to create a jar file, and then convert it to 
an
dalvik executable and create a new jar file with it.
I may add an ant file is the repository for that.

Thank you for your feedback

Step by step :
create a jar from compiled classes.
dx --dex --output=classes.dex myjar.jar
insert classes.dex in the jar file

Original comment by [email protected] on 15 Oct 2009 at 4:45

from androidscreencast.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 17, 2024
Thank you for your kind help. Alas I'm not even able to compile the classes, so 
I
think I should not waste your time anymore - especially since I now remembered 
that I
have a su binary (from the Instant Root), so I could make /data/local/tmp world 
writable:

chmod 0777 /data/local/tmp
chmod 0777 /data/local
chmod 0777 /data

All these directories pre-existed, but had 0771 permissions. 

Now it works, great! The mouse and keyboard don't work, but I'll open another 
issue
for that (after searching, of course).

Thank you for your great work!

Original comment by [email protected] on 15 Oct 2009 at 6:49

from androidscreencast.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 17, 2024

Original comment by [email protected] on 25 Oct 2009 at 7:16

  • Changed state: Done

from androidscreencast.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 17, 2024
Thank you for adding the build.xml file. I ran ant on it but it bailed out with

 [javac]
/usr/local/src/android/androidscreencast-read-only/AndroidScreencast/src/net/src
z/android/screencast/Main.java:11:
package com.android.ddmlib does not exist

Is there some setting missing in my environment (I can build "hello world" 
examples
in Eclipse) or should I give ant some parameters? I ran ant in the directory 
with
build.xml.

In the build.xml I can see:

  <property file="../${ant.project.name}.conf"/>

but I don't have a *.conf in .. (there are only the directories 
AndroidScreencast and
AndroidScreencastClient).

Original comment by [email protected] on 7 Nov 2009 at 10:33

from androidscreencast.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 17, 2024
this is where i defined all the parameters specific to my computer :

The tag added to produced jars :
version=xxxx

The location of the sdk :
android.sdk=/a/b/c/android-sdk-linux_x86-1.5_r3

JAR signing for jnlp startup :

sign.keystore=../my_keystore
sign.storepass=xxx
sign.keypass=yyy
sign.alias=zzz

For auto deployement to google code "download section" :
[email protected]
gc.password=www

If you have a suggestion to how i can provide an easier way to build the 
project, i'm
interested.

Original comment by [email protected] on 8 Nov 2009 at 7:54

from androidscreencast.

Related Issues (20)

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.