Jump to content

bbtgp

Member
  • Posts

    10
  • Joined

  • Last visited

Awards

This user doesn't have any awards

1 Follower

Profile Information

  • Gender
    Male
  • Location
    Washington, DC
  • Interests
    Software development, Trucks & Hardware, Electrical Doodads
  • Occupation
    Web Developer
  • Member title
    Junior Member

System

  • CPU
    Core i7 6700HQ
  • Motherboard
    ge62
  • RAM
    16GB
  • GPU
    960m
  1. Thats from my recent expeince. Most links are dead for official firmwares. The only sites that have them link to throttled file lockers or require payment for faster download. If OP wanta wants to go with a custom firmware then no wories.
  2. Yes, My.Computer.FileSystem.SpecialDirectories.MyDocuments would also work Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click My.Computer.FileSystem.DeleteDirectory(My.Computer.FileSystem.SpecialDirectories.MyDocuments & "\Electronic Arts\The Sims 3\DCBackup", Microsoft.VisualBasic.FileIO.UIOption.AllDialogs, Microsoft.VisualBasic.FileIO.RecycleOption.DeletePermanently, Microsoft.VisualBasic.FileIO.UICancelOption.DoNothing) End Sub
  3. Take a look at https://msdn.microsoft.com/en-us/library/14tx8hby%28v=vs.110%29.aspx Dim MyDocuments = System.Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments) & "\" Console.WriteLine(MyDocuments & "Electronic Arts\The Sims 3\DCBackup")
  4. Theres allot of good guides out there. Your going to want to find a copy of oden and your firmware. Go into your phones information and copy down your firmware code. (I dont recall what its called it would look something like this L720TVPUBNG5 for mine) The main issue your going to run into is finding the firmware, all the sites out there are throttled to a 30KBs or slower and samsung doesnt publicly share their firmwares that i know of. Try and find a mega link on XDA forums I forgot to mention you should probably reset the phone if you havent already and do it after restoring the firmware. Volume Up + Power (sometimes also home) button its in one of those settings
  5. Have you tried checking if the service is started? In command prompt it would be "telnet 127.0.0.1 23" You may need to enable the server in services.msc https://technet.microsoft.com/en-us/library/cc732046%28v=ws.10%29.aspxIf it works on your local subnet then try adding an exception to the windows firewall and makign sure your router has the port forwarded. I would also look into configuring a user name and password https://technet.microsoft.com/en-us/library/cc754837%28v=ws.10%29.aspx Under authentication
  6. Iv been using notepad++ for years. Every time i branch out and try something diffrent I usually end up back where i started. Its fast and does what i need it to do without interfeeing to much with fancy features. Unless you have a beefy computer i would avoid any of the java based IDEs
  7. <?php should the first line in your code. Anything before that (unless its captured in ob_start) will be sent to the client including the headers. It looks like you need to remove the spaces/tabs before <?php
  8. I linked two computers together with an IDE cable (mobo to mobo) hopeing to double the performance in the late 90s. They never worked again.
  9. I probably wouldnt visit vessel if it wasnt for linus tech tips, id rather support LMG in other ways. Anways, has anyone noticed that MIDDLE clicking a video doesnt open up in a new window? Why would they override that functianly? To save bandwidth perhaps... Thats my only gripe so far.
  10. User Name - bbtgp https://www.vessel.com/videos/LCoY5zfFf https://www.vessel.com/videos/JYZEYDYx0 Will i win? Probably not. Good luck everyone!
×