Jump to content
RealModScene

Mattie

Administrators
  • Content Count

    289
  • Joined

  • Last visited

Everything posted by Mattie

  1. you put the code above in a file called Main.lua, and ftp it to Aurora\User\Scripts\Utility\resetpass\ directory, then in Aurora go to System (<back>), Utility scripts and run that reset script (then restart aurora)
  2. 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
  3. You can probably edit the settings DB on pc (copy through ftp or w/e). Setting PCPasscode and PCPermissions to "0" would clear it. Another way to start fresh is delete both db's through ftp and restart aurora.
  4. where did you install aurora, and can you provide us with the logging (everything in /data/logs)
  5. this is not a matter of Aurora 0.6 being completely uninstalled, you can put any aurora in a seperate folder and they would not know of eachothers installs. looking at your other post it is more likely your games are patched or corrupt or something....
  6. It seems they ARE scanned, but not detected as xbox 360 games, Did you ever patch your games? It would be usefull if you delete the scanpath, add it again and post the logging (data/log dir)
  7. I have the same with mine. HDMI only, it works fine on component. It also works fine on any other TV and any other xbox works fine on my tv. Never found a solution for it, I have read somewhere TV's can ban a device, but don't know if this is the case. If you can return it, I would.
  8. 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.
  9. It could also be, where the TU's are copied to
  10. nothing odd in logging... maybe your hdd is dying?
  11. we would need the log.last file, this log you provides is from the boot AFTER the crash. also any of the crash files if you have them
  12. 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!
  13. 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)
  14. Mattie

    [Skin] Material

    that is a pretty skin indeed!
  15. Good, enjoy. I would still suggest switching to Aurora though, as that is still actively supported and developed, F3 is kind of depricated.
  16. all XZP show up as compressed, because xzp is a zip format. you can leave the skin extracted in a folder instead. it has nothing to do with the black screen though, that is probably an error in the skin.
  17. can you post the log, and a screenshot from the scan paths or something? perhaps also an indication how/in what folders you put the games on the hdd's
  18. No germans here, but I can read a little german (from the netherlands), so go ahead and we'll see what we'll do with it
  19. I don't make assumptions we have 2 versions on xboxunity, one with and one without link support...
  20. what titleid does your version of the game have?
  21. try a usb stick with aurora and a launch.ini pointing to the aurora on that usb stick
  22. The scan path is linked to a device through the deviceid. Basically you have 2 (3) options now: Delete the old scanpath, add a new path and have it scan/download everything again Manually change the device in the database with a database editor on pc 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.
  23. does it only happen with aurora? are you able to provide the logging (aurora dir\data\logs)?
×
×
  • Create New...