Giter VIP home page Giter VIP logo

Comments (9)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
Experiencing same issue on Gingerbread. Meridian also fails FLAC. May be 
related.

Original comment by [email protected] on 12 Jan 2011 at 11:04

from andless.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
Would you kindly provide any logcat crash logs?

Original comment by [email protected] on 19 Jan 2011 at 7:35

from andless.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
Relevant snippet:

I/ActivityManager(  109): Starting: Intent { act=android.intent.action.MAIN 
cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=net.avs234/.AndLess } 
from pid 192

I/ActivityManager(  109): Start proc net.avs234 for activity 
net.avs234/.AndLess: pid=23334 uid=10058 gids={1015}

V/RenderScript_jni(  192): surfaceDestroyed

D/dalvikvm(  109): GC_CONCURRENT freed 2100K, 43% free 6715K/11719K, external 
6954K/8587K, paused 3ms+8ms

I/AndLess (23334): started service

I/ActivityManager(  109): Start proc net.avs234:remote for service 
net.avs234/.AndLessSrv: pid=23342 uid=10058 gids={1015}

I/AndLess (23334): service bound

D/dalvikvm(   75): GC_EXPLICIT freed 11K, 53% free 2537K/5379K, external 
1625K/2137K, paused 58ms

D/dalvikvm(   75): GC_EXPLICIT freed <1K, 53% free 2537K/5379K, external 
1625K/2137K, paused 30ms

D/dalvikvm(23342): Trying to load lib /data/data/net.avs234/lib/liblossless.so 
0x405144b8

D/dalvikvm(   75): GC_EXPLICIT freed <1K, 53% free 2537K/5379K, external 
1625K/2137K, paused 37ms

W/dalvikvm(23342): Exception Ljava/lang/UnsatisfiedLinkError; thrown while 
initializing Lnet/avs234/AndLessSrv;

W/dalvikvm(23342): Class init failed in newInstance call 
(Lnet/avs234/AndLessSrv;)

D/AndroidRuntime(23342): Shutting down VM

W/dalvikvm(23342): threadid=1: thread exiting with uncaught exception 
(group=0x40015560)

E/AndroidRuntime(23342): FATAL EXCEPTION: main

E/AndroidRuntime(23342): java.lang.ExceptionInInitializerError

E/AndroidRuntime(23342):    at java.lang.Class.newInstanceImpl(Native Method)

E/AndroidRuntime(23342):    at java.lang.Class.newInstance(Class.java:1409)

E/AndroidRuntime(23342):    at 
android.app.ActivityThread.handleCreateService(ActivityThread.java:1901)

E/AndroidRuntime(23342):    at 
android.app.ActivityThread.access$2500(ActivityThread.java:117)

E/AndroidRuntime(23342):    at 
android.app.ActivityThread$H.handleMessage(ActivityThread.java:982)

E/AndroidRuntime(23342):    at android.os.Handler.dispatchMessage(Handler.java:99)

E/AndroidRuntime(23342):    at android.os.Looper.loop(Looper.java:123)

E/AndroidRuntime(23342):    at 
android.app.ActivityThread.main(ActivityThread.java:3647)

E/AndroidRuntime(23342):    at java.lang.reflect.Method.invokeNative(Native 
Method)

E/AndroidRuntime(23342):    at java.lang.reflect.Method.invoke(Method.java:507)

E/AndroidRuntime(23342):    at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839)

E/AndroidRuntime(23342):    at 
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)

E/AndroidRuntime(23342):    at dalvik.system.NativeStart.main(Native Method)

E/AndroidRuntime(23342): Caused by: java.lang.UnsatisfiedLinkError: Cannot load 
library: reloc_library[1311]:    75 cannot locate 
'_ZN7android10AudioTrack3setEijiiijPFviPvS1_ES1_iRKNS_2spINS_7IMemoryEEEb'...

E/AndroidRuntime(23342): 

E/AndroidRuntime(23342):    at java.lang.Runtime.loadLibrary(Runtime.java:434)

E/AndroidRuntime(23342):    at java.lang.System.loadLibrary(System.java:554)

E/AndroidRuntime(23342):    at net.avs234.AndLessSrv.<clinit>(AndLessSrv.java:33)

E/AndroidRuntime(23342):    ... 13 more

I/ActivityManager(  109): Displayed net.avs234/.AndLess: +1s272ms

Original comment by [email protected] on 19 Jan 2011 at 8:02

from andless.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
I have the same problem as above. Using Gingerbread (ROM = Cyanogenmod 7 build 
15) on my HTC Desire (Bravo GSM).

Original comment by [email protected] on 31 Jan 2011 at 7:16

from andless.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
Looks like this is fixed with andLess 1.3.0 in the market.

Original comment by [email protected] on 19 Feb 2011 at 8:23

from andless.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
[deleted comment]

from andless.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
andLess 1.3.0 in the market seems to work fine,
but running downloaded source stil doesnt work-
guess source isnt updated yet

Original comment by [email protected] on 20 Feb 2011 at 8:44

from andless.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
A similar bug exists for wavpack. 
Issue 56 reported.

Original comment by [email protected] on 11 Apr 2011 at 3:02

from andless.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
I have the same problem with run andless source code.
The code of throwing code is:
static {
        System.loadLibrary("lossless");
}

---------------------------------------------------
log message
--------------------------------------------------
11-11 05:11:39.994: E/AndroidRuntime(671): Uncaught handler: thread main 
exiting due to uncaught exception
11-11 05:11:40.004: E/AndroidRuntime(671): java.lang.ExceptionInInitializerError
11-11 05:11:40.004: E/AndroidRuntime(671):  at 
java.lang.Class.newInstanceImpl(Native Method)
11-11 05:11:40.004: E/AndroidRuntime(671):  at 
java.lang.Class.newInstance(Class.java:1479)
11-11 05:11:40.004: E/AndroidRuntime(671):  at 
android.app.ActivityThread.handleCreateService(ActivityThread.java:2761)
11-11 05:11:40.004: E/AndroidRuntime(671):  at 
android.app.ActivityThread.access$3200(ActivityThread.java:119)
11-11 05:11:40.004: E/AndroidRuntime(671):  at 
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1917)
11-11 05:11:40.004: E/AndroidRuntime(671):  at 
android.os.Handler.dispatchMessage(Handler.java:99)
11-11 05:11:40.004: E/AndroidRuntime(671):  at 
android.os.Looper.loop(Looper.java:123)
11-11 05:11:40.004: E/AndroidRuntime(671):  at 
android.app.ActivityThread.main(ActivityThread.java:4363)
11-11 05:11:40.004: E/AndroidRuntime(671):  at 
java.lang.reflect.Method.invokeNative(Native Method)
11-11 05:11:40.004: E/AndroidRuntime(671):  at 
java.lang.reflect.Method.invoke(Method.java:521)
11-11 05:11:40.004: E/AndroidRuntime(671):  at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860)
11-11 05:11:40.004: E/AndroidRuntime(671):  at 
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
11-11 05:11:40.004: E/AndroidRuntime(671):  at 
dalvik.system.NativeStart.main(Native Method)
11-11 05:11:40.004: E/AndroidRuntime(671): Caused by: 
java.lang.UnsatisfiedLinkError: Library lossless not found
11-11 05:11:40.004: E/AndroidRuntime(671):  at 
java.lang.Runtime.loadLibrary(Runtime.java:489)
11-11 05:11:40.004: E/AndroidRuntime(671):  at 
java.lang.System.loadLibrary(System.java:557)
11-11 05:11:40.004: E/AndroidRuntime(671):  at 
net.avs234.AndLessSrv.<clinit>(AndLessSrv.java:35)
11-11 05:11:40.004: E/AndroidRuntime(671):  ... 13 more


----------------------------
Somebody help me?


Original comment by [email protected] on 30 Oct 2013 at 5:20

from andless.

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.