Git Product home page Git Product logo

Comments (1)

burhanuday avatar burhanuday commented on June 2, 2024

Same here, here's the error from the console
11-28 13:33:15.985 27241-28620/ahmyth.mine.king.ahmyth E/order: x0000ca 11-28 13:33:16.149 27241-28620/ahmyth.mine.king.ahmyth W/System.err: java.lang.RuntimeException: takePicture failed 11-28 13:33:16.149 27241-28620/ahmyth.mine.king.ahmyth W/System.err: at android.hardware.Camera.native_takePicture(Native Method) 11-28 13:33:16.149 27241-28620/ahmyth.mine.king.ahmyth W/System.err: at android.hardware.Camera.takePicture(Camera.java:1499) 11-28 13:33:16.149 27241-28620/ahmyth.mine.king.ahmyth W/System.err: at android.hardware.Camera.takePicture(Camera.java:1443) 11-28 13:33:16.149 27241-28620/ahmyth.mine.king.ahmyth W/System.err: at ahmyth.mine.king.ahmyth.CameraManager.startUp(CameraManager.java:34) 11-28 13:33:16.149 27241-28620/ahmyth.mine.king.ahmyth W/System.err: at ahmyth.mine.king.ahmyth.ConnectionManager.x0000ca(ConnectionManager.java:114) 11-28 13:33:16.149 27241-28620/ahmyth.mine.king.ahmyth W/System.err: at ahmyth.mine.king.ahmyth.ConnectionManager$2.call(ConnectionManager.java:57) 11-28 13:33:16.149 27241-28620/ahmyth.mine.king.ahmyth W/System.err: at io.socket.emitter.Emitter.emit(Emitter.java:117) 11-28 13:33:16.149 27241-28620/ahmyth.mine.king.ahmyth W/System.err: at io.socket.client.Socket.onevent(Socket.java:340) 11-28 13:33:16.150 27241-28620/ahmyth.mine.king.ahmyth W/System.err: at io.socket.client.Socket.onpacket(Socket.java:293) 11-28 13:33:16.150 27241-28620/ahmyth.mine.king.ahmyth W/System.err: at io.socket.client.Socket.access$100(Socket.java:19) 11-28 13:33:16.150 27241-28620/ahmyth.mine.king.ahmyth W/System.err: at io.socket.client.Socket$2$2.call(Socket.java:111) 11-28 13:33:16.150 27241-28620/ahmyth.mine.king.ahmyth W/System.err: at io.socket.emitter.Emitter.emit(Emitter.java:117) 11-28 13:33:16.150 27241-28620/ahmyth.mine.king.ahmyth W/System.err: at io.socket.client.Manager.ondecoded(Manager.java:407) 11-28 13:33:16.150 27241-28620/ahmyth.mine.king.ahmyth W/System.err: at io.socket.client.Manager.access$1600(Manager.java:20) 11-28 13:33:16.150 27241-28620/ahmyth.mine.king.ahmyth W/System.err: at io.socket.client.Manager$7.call(Manager.java:383) 11-28 13:33:16.150 27241-28620/ahmyth.mine.king.ahmyth W/System.err: at io.socket.emitter.Emitter.emit(Emitter.java:117) 11-28 13:33:16.150 27241-28620/ahmyth.mine.king.ahmyth W/System.err: at io.socket.parser.Parser$Decoder.add(Parser.java:157) 11-28 13:33:16.150 27241-28620/ahmyth.mine.king.ahmyth W/System.err: at io.socket.client.Manager.ondata(Manager.java:399) 11-28 13:33:16.150 27241-28620/ahmyth.mine.king.ahmyth W/System.err: at io.socket.client.Manager.access$1000(Manager.java:20) 11-28 13:33:16.150 27241-28620/ahmyth.mine.king.ahmyth W/System.err: at io.socket.client.Manager$2.call(Manager.java:350) 11-28 13:33:16.150 27241-28620/ahmyth.mine.king.ahmyth W/System.err: at io.socket.emitter.Emitter.emit(Emitter.java:117) 11-28 13:33:16.150 27241-28620/ahmyth.mine.king.ahmyth W/System.err: at io.socket.engineio.client.Socket.onPacket(Socket.java:511) 11-28 13:33:16.150 27241-28620/ahmyth.mine.king.ahmyth W/System.err: at io.socket.engineio.client.Socket.access$1000(Socket.java:31) 11-28 13:33:16.150 27241-28620/ahmyth.mine.king.ahmyth W/System.err: at io.socket.engineio.client.Socket$5.call(Socket.java:313) 11-28 13:33:16.150 27241-28620/ahmyth.mine.king.ahmyth W/System.err: at io.socket.emitter.Emitter.emit(Emitter.java:117) 11-28 13:33:16.150 27241-28620/ahmyth.mine.king.ahmyth W/System.err: at io.socket.engineio.client.Transport.onPacket(Transport.java:134) 11-28 13:33:16.150 27241-28620/ahmyth.mine.king.ahmyth W/System.err: at io.socket.engineio.client.Transport.onData(Transport.java:126) 11-28 13:33:16.150 27241-28620/ahmyth.mine.king.ahmyth W/System.err: at io.socket.engineio.client.transports.WebSocket.access$100(WebSocket.java:24) 11-28 13:33:16.150 27241-28620/ahmyth.mine.king.ahmyth W/System.err: at io.socket.engineio.client.transports.WebSocket$2$2.run(WebSocket.java:99) 11-28 13:33:16.150 27241-28620/ahmyth.mine.king.ahmyth W/System.err: at io.socket.thread.EventThread$2.run(EventThread.java:80) 11-28 13:33:16.150 27241-28620/ahmyth.mine.king.ahmyth W/System.err: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133) 11-28 13:33:16.150 27241-28620/ahmyth.mine.king.ahmyth W/System.err: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607) 11-28 13:33:16.150 27241-28620/ahmyth.mine.king.ahmyth W/System.err: at java.lang.Thread.run(Thread.java:760)

from ahmyth-android-rat.

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.