TeamViewer alternative : Source code for sale

sfsameer

Well-Known Member
Licensed User
Longtime User
Hello everyone :)
*Thank you @Erel for making this possible for us!

We have just launched our B4XCode Forum!

The forum is for :
1- Our Latest projects
2- Projects and Features Requests
3- Bugs Reports

Register now and post at least 5 comments and you will get 25% discount on any 2 projects we will be releasing in the near future!

Forum Link :
http://b4xcode.com/forum/

Come and say hi :)

Thank you,
Saif
 

sfsameer

Well-Known Member
Licensed User
Longtime User
Hello everyone :)

The Teamviewer Alternative Updated MySQL Script is ready :)

Download from below and do report if you face any problem :

Thank you,
Saif
 

sfsameer

Well-Known Member
Licensed User
Longtime User
Hello everyone, as it's been reported in our B4XCode Forum :
Change the function "Load_YourID" in the module "Home" - B4J with this :

Load_YourID:
Sub Load_YourID
    Try
       
        Dim IsNewUser As Int
        IsNewUser = 1
       
        Dim jgetmac As jGetMac
       
        Dim strMAC As String
        strMAC = jgetmac.MacAddressFromClient
       
        Dim req As DBRequestManager = CreateRequest
        Dim cmd As DBCommand = CreateCommand("SelectUserID", Array(strMAC))
        Wait For (req.ExecuteQuery(cmd, 0, Null)) JobDone(j As HttpJob)
        If j.Success Then
            req.HandleJobAsync(j, "req")
            Wait For (req) req_result(res As DBResult)
            For Each row() As Object In res.Rows
                lblID.Text = row(1)
                MyDeviceID = row(1)
               
            Next

        End If
        j.Release
       
        Dim Rnd1,Rnd2,Rnd3 As Int
        Rnd1 = Rnd(111,999)
        Rnd2 = Rnd(111,999)
        Rnd3 = Rnd(111,999)
       
        If IsNewUser = 1 Then
           
            Dim req As DBRequestManager = CreateRequest
       
            Dim cmd As DBCommand = CreateCommand("InsertUsersInfo", Array(Rnd1 & " " & Rnd2 & " " & Rnd3 , "PC", strMAC))
            req.ExecuteCommand(cmd, Null)
           
            IsNewUser = 0
           
        End If
        '-----------------------------------
        '-----------------------------------
        Dim req As DBRequestManager = CreateRequest
        Dim cmd As DBCommand = CreateCommand("SelectUserID", Array(strMAC))
        Wait For (req.ExecuteQuery(cmd, 0, Null)) JobDone(j As HttpJob)
        If j.Success Then
            req.HandleJobAsync(j, "req")
            Wait For (req) req_result(res As DBResult)
            For Each row() As Object In res.Rows
                lblID.Text = row(1)
                MyDeviceID = row(1)
            Next

        End If
               
       
       
       
    Catch
        Log(LastException)
    End Try
End Sub

And your ID will show in the B4J TVA
 

sfsameer

Well-Known Member
Licensed User
Longtime User
Teamviewer Version 2 has been announced (Web App control) ! :)

 

sfsameer

Well-Known Member
Licensed User
Longtime User
Hi there...

i have to ask for Teamviewer Alternative (the first version) - the sounds of remote pc implemented - did you upload it ?
Hello :)

Currently the Teamviewer alternative versions have sounds but B4A to B4J , as you can see we keep updating our projects so it's in our schedule to update the TVA to B4J to B4J to add system sounds, once we upload the update we will announce it here.

Thank you,
Saif
 

Magma

Expert
Licensed User
Longtime User
...better.. way but not sure that will work at any system:

https://docs.microsoft.com/en-us/windows/win32/coreaudio/loopback-recording

enabling stereo mix (control mmsys.cpl,,1 or you can do that through registry?)
or :
  • Waveout Mix
  • Mixed Output
  • What You Hear
and just record this source... and transfer audio... streams...

but you may be already know all these... i am sure.
 

sfsameer

Well-Known Member
Licensed User
Longtime User
...better.. way but not sure that will work at any system:

https://docs.microsoft.com/en-us/windows/win32/coreaudio/loopback-recording

enabling stereo mix (control mmsys.cpl,,1 or you can do that through registry?)
or :
  • Waveout Mix
  • Mixed Output
  • What You Hear
and just record this source... and transfer audio... streams...

but you may be already know all these... i am sure.
Thank you for the information, we already figured a way to transfer the system sounds but we will look into the links you sent as well :)
 

wl

Well-Known Member
Licensed User
Longtime User
Hi,

Not sure this is the right place to ask questions, but I'm really stuck

- I'm running the jRDC (serverport=17178 in the config.properties)
- I'm running the jRDCAudio (serverport = 17179 in the config.properties and manager.initialize = 17177 in the code)
- and the TeamViewerAlter.exe having rdclink to: http://<myserver>:17178/rdc as well as the SQL connection string set in the Home source file)
All three on my internet accessible windows server with fix ip and disabled firewall

All application start fine on the server and they have access to the SQL server with the tvalter database (also on the server)

When I run the TeamViewerAlter.exe locally and input the ID the TeamViewerAlter GUI application displays on my server, I get the hourglass zoomin/zoomout animation indefinately.

I'm lost and not sure where to look for the problem.

Thanks !
 

sfsameer

Well-Known Member
Licensed User
Longtime User
Hi,

Not sure this is the right place to ask questions, but I'm really stuck

- I'm running the jRDC (serverport=17178 in the config.properties)
- I'm running the jRDCAudio (serverport = 17179 in the config.properties and manager.initialize = 17177 in the code)
- and the TeamViewerAlter.exe
All three on my internet accessible windows server with fix ip and disabled firewall

All application start fine on the server and they have access to the SQL server with the tvalter database (also on the server)

When I run the TeamViewerAlter.exe locally and input the ID the TeamViewerAlter GUI application displays on my server, I get the hourglass zoomin/zoomout animation indefinately.

I'm lost and not sure where to look for the problem.

Thanks !
Hello,

Please send us an email @ : [email protected] and we will give you the full support meaning we will connect with you remotely to help you install the solution correctly :)

Thank you,
Saif
 

wl

Well-Known Member
Licensed User
Longtime User
I purchased the TVAlter product and apart from the great job they did they were extremely helpful in support and took over my environment for quite some time explaining all kinds of things.

Many thanks Saif !
 

sfsameer

Well-Known Member
Licensed User
Longtime User
@sfsameer Hi there - do we have any new how to transfer systems sounds ?
Hello,

Not yet, but the new update will be released very soon and it will contain this ability, i can't disclose the date yet until we make sure it's 100% working without any problems.

*Also seeing a lot of developers are having trouble installing the project even after we released a documentation, support website and even a video that contains the instructions so the new update will contain "click to install" functionality which will enable the developer to install the project by just clicking on next-next-finish.

Thank you,
Saif
 

Magma

Expert
Licensed User
Longtime User
Hello,

Not yet, but the new update will be released very soon and it will contain this ability, i can't disclose the date yet until we make sure it's 100% working without any problems.

*Also seeing a lot of developers are having trouble installing the project even after we released a documentation, support website and even a video that contains the instructions so the new update will contain "click to install" functionality which will enable the developer to install the project by just clicking on next-next-finish.

Thank you,
Saif

Thanks... hope to not late - i think will be a big update (system sounds) :-(
 

Magma

Expert
Licensed User
Longtime User
Hi there...
so - is there any new.. with sounds.... or something ?

Well I have to say that trying to make some "big" changes (or just minifying code) to the code and how actually working.... but i don't know if it is the place to ask your opinion or not here..

- it has to do first with the type of screenshooting (i am trying leaving from heavy and 3rds tools / libraries)
- may be a better compression...
- and it has to do with databases and actually not using at all databases...
but i am facing problem with keyboard/mouse moving/keys

so i was hoping too for that Private Forum you had to create for your "already" customers to share knowledge and make it "a" better product...

I am sure that it's not right to share here anything but... i don't know where it can be that too... (b4xcode forum you ve created is just advertising features or general speaking for your sources)

??? it is so pitty... for example the changes i ve made are from March...and i am waiting to share from then... i already forgot what i did :)
 

sfsameer

Well-Known Member
Licensed User
Longtime User
Hi there...
so - is there any new.. with sounds.... or something ?

Well I have to say that trying to make some "big" changes (or just minifying code) to the code and how actually working.... but i don't know if it is the place to ask your opinion or not here..

- it has to do first with the type of screenshooting (i am trying leaving from heavy and 3rds tools / libraries)
- may be a better compression...
- and it has to do with databases and actually not using at all databases...
but i am facing problem with keyboard/mouse moving/keys

so i was hoping too for that Private Forum you had to create for your "already" customers to share knowledge and make it "a" better product...

I am sure that it's not right to share here anything but... i don't know where it can be that too... (b4xcode forum you ve created is just advertising features or general speaking for your sources)

??? it is so pitty... for example the changes i ve made are from March...and i am waiting to share from then... i already forgot what i did :)
Hello Dear,

Feel free to send us the modifications you made, if you have a feature request in mind or if you are facing a problem via email and we will get to it right away.

Email : [email protected]

BTW we operate 24/7 so we will get back to you right away :)

As for sharing the codes etc... 99% of the updates we make on the projects are requests from clients meaning share your thoughts with us and they will be included in the next update :)

Thank you,
Saif
 
Top