TeamViewer alternative : Source code for sale

JanG

Member
Licensed User
Longtime User
Does your code need "developer mode" on android device for screen mirroring or does it work without it (like TeamViewer)?
 

sfsameer

Well-Known Member
Licensed User
Longtime User
Does your code need "developer mode" on android device for screen mirroring or does it work without it (like TeamViewer)?
Hello,
1- Of course there is no need for activating the developer mode
2- Just install the app (apk)
3- better than anydesk and teamviewer because we don't use plugins for each phone model (separated apps)

:)
 
Last edited:

JanG

Member
Licensed User
Longtime User
Can you reveal anything about your technology for capturing the android screen? In standard b4a it is not possible capturing the screen contents. Do you use an external component or a third party app? Do you use MediaProjection or did you write your own Java Library? Or anything else?
 
Last edited:

sfsameer

Well-Known Member
Licensed User
Longtime User
Can you reveal anything about your technology for capturing the android screen? In standard b4a it is not possible capturing the screen contents. Do you use an external component or a third party app? Do you use MediaProjection or did you wrote your own Java Library? Or anything else?
Hello,

We have wrote 3 libraries from scratch.
Wraped 2 libraries from github.
Wrote 1200+ inline Java codes.

And that's just in B4a, there are also server components and B4j project as well.

Not forgetting to mention the sql database and the functions and procedures...

So revealing anything is like giving the source code for free and all the people that paid will be like they paid for a free app.

Thank you,
Saif
 
Top