No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
Simply I'm a student
- Interests
- Mangas, Animes, Particle Physics, Maths
- PC Specs
- Core 2 Quad 2.83 Ghz, 2GB ram, 1.2TB HDD, ATI Radeon 4350 512MB, a mouse and a keyboard -_-
12 Posted Topics
Re: It's possible. there are some apps on the play store. They are capable of streaming through WIFI and Bluetooth. But not sure if it can use the front camera | |
Re: only the downloading make the problem? I mean what about while someone watching? | |
Hi, I'm new to here(obviously you can see :D). I'm Hiran Bandarigoda from Sri Lanka(probably u haven't heard). I'm here for studying purposes and helping for each other. Have a wonderful Day guys. | |
Re: Can you post some screenshots? If the recovery doens't started up, it's probably bugged/ or something happened. Try to reflash the firmware | |
Re: Send a program to create? you can use Microsoft Visual Studio or MonoDevelop (this one is a free IDE) | |
Re: I don't remember if there is a such a thing. you will have to look for other way. not sure if WPF let you do it | |
Re: I have seen that if the battery is 3 years older then charge for 3 hours. | |
Re: @OP get the use of Daemon_CC 's code and set it with the checkboxes. Creativity is yours ;) | |
Re: well for a simple example. This will be a server/client program Below is for the server...Use threading for get the stream from client...I will not implant that code. using System.IO; using System.Net; using System.Net.Sockets; namespace server { class Program { private static TcpListener Server; private static TcpClient client; private static … | |
Re: I think it's the logic that TrackID also uses. try here:- [Click Here](http://www.codeproject.com/Articles/16350/High-Speed-Feature-Rich-and-Easy-To-Use-Graphs-and) | |
Re: What about the progress of the android app? Is it being made or i haven't noticed it's already done? | |
> Below is the code of Server using System; using System.Collections.Generic; using System.IO; using System.Text; using System.Net.Sockets; using System.Threading; using timerss = System.Timers.Timer; namespace Magic_Client { class Program { static TcpListener server = new TcpListener(4296); static TcpClient client = new TcpClient(); private static Thread thread; private static timerss timersss; private … |
The End.