Skip to content

Commit

Permalink
more things
Browse files Browse the repository at this point in the history
  • Loading branch information
oNaiPs committed Jun 13, 2012
1 parent f95fa6b commit c9bbcba
Show file tree
Hide file tree
Showing 85 changed files with 181 additions and 11,692 deletions.
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="lib" path="libs/GoogleAdMobAdsSdk-6.0.1.jar"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
20 changes: 10 additions & 10 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.onaips.vnc"
android:versionCode="57"
android:versionName="1.1RC0" >
android:versionCode="58"
android:versionName="1.1RC1" >

<uses-sdk android:minSdkVersion="5" />
<uses-sdk android:minSdkVersion="4" />

<uses-permission android:name="android.permission.WRITE_SETTINGS" >
</uses-permission>

<application
android:name="MainApplication"
android:debuggable="true"
android:debuggable="false"
android:icon="@drawable/icon"
android:label="droid VNC server" >
<activity
android:name=".MainActivity"
android:icon="@drawable/icon"
android:label="@string/app_name"
android:launchMode="singleInstance" >
<intent-filter>
android:launchMode="singleInstance">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />

<action android:name="org.onaips.vnc.ACTIVITY_UPDATE" />
</intent-filter>
</activity>
<activity
</activity>
<activity
android:name="preferences"
android:label="Preferences" >
</activity>
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
v1.1a
v1.1RC1
- Changed libpng and libjpeg to more recent SIMD optimized.
- Fixed bug on gralloc and flinger loading.
- x86 and MIPS support added!

v1.1RC0

- ICS support
- Changed to official libvncserver v0.9.9.
Expand Down
9 changes: 5 additions & 4 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Connects to the daemon using local IPC.
-------------- Compile C daemon ---------------------
On project folder:
$ ndk-build
$ mv libs/armeabi/androidvncserver /res/raw/androidvncserver.mp3 :O mp3 overcomes the 1MB limitation on some resources
$ ./updateExecsAndLibs.sh

-------------- Compile Wrapper libs -----------------
$ cd <aosp_folder>
Expand All @@ -26,9 +26,10 @@ On project folder:
$ ln -s <droid-vnc-folder>/nativeMethods/ external/

To build:
$ mm external/nativeMethods
$ cp <droid-vnc-folder>/nativeMethods/lib/* <droid-vnc-folder>/res/raw

$ cd external/nativeMethods
$ mm .
$ cd <droid-vnc-folder>
$ ./updateExecsAndLibs.sh

-------------- Compile GUI------- -------------------
Import using eclipse as a regular Android project
3 changes: 0 additions & 3 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[ADD] GnuTLS support (already working on libvncserver)
[ADD] Map volume keys
[ADD] Custom key mapping
[ADD] MIPS and X86 to APP_ABI (and more)
[ADD] Key/Touch injection though WindowManagerService/Binder mechanism (looking for a aidl->cpp translator)

[CHANGE] Tcp socket to unix socket

[FIX] Click on address field will iterate show interface addresses
Binary file modified bin/droid-VNC-server.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion jni/Application.mk
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
APP_ABI:=armeabi armeabi-v7a
APP_ABI:=armeabi armeabi-v7a x86 mips
#APP_MODULES:= jpeg libpng libcrypto_static libssl_static androidvncserver
49 changes: 0 additions & 49 deletions jni/libpng/CleanSpec.mk

This file was deleted.

22 changes: 0 additions & 22 deletions jni/libpng/KNOWNBUG

This file was deleted.

Empty file removed jni/libpng/MODULE_LICENSE_BSD_LIKE
Empty file.
111 changes: 0 additions & 111 deletions jni/libpng/NOTICE

This file was deleted.

10 changes: 0 additions & 10 deletions jni/libpng/ThirdPartyProject.prop

This file was deleted.

55 changes: 0 additions & 55 deletions jni/libpng/Y2KINFO

This file was deleted.

9 changes: 0 additions & 9 deletions jni/libpng/contrib/pngminim/decoder/gather.sh

This file was deleted.

Loading

0 comments on commit c9bbcba

Please sign in to comment.