Jump to content
RealModScene

Mattie

Administrators
  • Content Count

    289
  • Joined

  • Last visited

Posts posted by Mattie


  1. yes db could be one of the files you're not able to access...

    you could also write a lua script to change it, this might work:

    scriptTitle = "Passcode reset"
    scriptAuthor = "Phoenix"
    scriptVersion = 1
    scriptDescription = "resets passcode"
    scriptIcon = "icon.png"
    
    -- Define script permissions to enable access to libraries
    scriptPermissions = { "sql" }  
    
    
    -- Main entry point to script
    function main()
        Sql.Execute("UPDATE SystemSettings SET Value = 0 WHERE Name in (\"PCPasscode\", \"PCPermissions\")")
    end

     


  2. 1 hour ago, cmac86 said:

    Hey guys really sorry to repost in an old thread but I cant understand the dashlaunch settings for fan speed. Can I set my temps at a certain temp then if my console reaches those temps will the fans come on to cool it down? Do i need to tick the little gpu over ride box for the console to be set that way? or do i leave that blank, set the temps and save the settings? thanks alot and sorry reopening an old thread. I have a Falcon console.

    you set the temps and save and the closer the temps get, the harder the fan will blow to keep it below those temps. you dont set the override checkbox, if you do that it will always have the fanspeed at whatever you set on that override slider.


  3. 47 minutes ago, Adital said:

    Hi!

    I’m new here in this community. I have a problem and few questions

    Yesterday I copied a game to my Jtag Xbox 360 console and after reboot, the Aurora won’t start. It is stuck with a Scanning for new title updates for a few hours already. I could not find a way to skip this.I am using the up to date version of Aurora 6b, I like it very much.

    I would like to ask, is there a way to skip this process and let the Aurora boot without the update trial? is it possible to revert the changes? I can pull out the 250GB hard drive, connect it to my PC and make the required changes if needed.

     

    I suspect that the hard drive data is corrupted, I would like to replace it. I’m not concerned about the content on it I can copy specific things later if needed. Is there a good guide that explains step by step how to install a new hard disk and how to install Aurora on it as the default operating system?

     

    I have a 256 GB SSD I can use for this purpose, are SSD drives recommended? Can I expect a significant performance improvement or it is better to use a regular hard drive?

     

    Can I use a 512 GB disk? can the system handle disks larger than 250GB?

     

    Thanks a lot!

     

     

    Hi, welcome, for turning of TU scan at first boot check out my post in another topic:

    For installing on new hdd, there are plenty of guides on the forum or youtube, you can google them. Basically, make sure you have dashlaunch installed on your system, put the new hdd in, let the xbox format it. Put aurora and a launch.ini pointing to it on a usb stick and boot from there, then copy aurora from the usb stick to the hdd and update the launch.ini on your system to start it at boot.

    As for replacing with an ssd, you would probably notice it in load times here and there, but I don't think it is a lot.

    512 GB is possible yes, mine is 512 too. I am using a 7200rpm drive and it performs fine.

     

    Good luck!

     


  4. it should only do it the first boot. it will backup all title updates as well, depending on how many you have and how fast your drive is, this may take a while.

    if you really want to, you can change the setting in the db on a pc, using a SQLite tool (like SQLite Database Browser)

    open the settings.db, select the SystemSettings Table and change TUScanAtBoot to 0

     

    This might have a negative effect on TU management from aurora (you would have to redownload TU's you already had before you can activate them)


  5. On 7-4-2017 at 4:27 AM, draco123 said:

    Hello,

    I enter two users and enter the passwords correctly but I always get the same error:

    Login failed. Please Try Again

    it did not work in Xbox360 either

    My last username is dracoxbox360

    Please, I need help!!

    Thanks!!

     

    try again


  6. The scan path is linked to a device through the deviceid. Basically you have 2 (3) options now:

    1. Delete the old scanpath, add a new path and have it scan/download everything again
    2. Manually change the device in the database with a database editor on pc
    3. Write a utility script to do what step 2 does.

    For the database edit, you would have to find the new deviceid in the MountedDevices table (content.db) and paste it in the ScanPath table (settings.db), using a program that can handle sqlite databases.

×
×
  • Create New...