Search results

  1. Slimfr01

    Homebrew [WIP] amiibo Collection

    During my test i didn't see any error on this list, i don't have a big amiibo collection but all my animal crossing figures ( all except 3 amiibo of this series ) and cards ( only series 1 ) give me the same ID as on the list. Same for the dozen from Super Mario Bros series and the few from...
  2. Slimfr01

    Homebrew [WIP] amiibo Collection

    Sorry for those who waiting. I plan to resume development one day but not immediately. Don't hesitate to create forks to complete the JSON files or to use my code for any other amiibo-related homebrew.
  3. Slimfr01

    Gaming It looks like we may have a repeat of last year once again

    Useless to change any time-related data : You can change the date on your 3DS, so legit player can have a savegame that display "2015". It's the same thing for Pokémon legallity : Game Freak never look to the date for this you can easily having Pokémon with exotic date. ( I myself have 100%...
  4. Slimfr01

    Homebrew Pokemon B/R/Y/G/S VC Save editor/Bank [Request]

    I currently working on a Homebrew with all the functions from the "Pokémon Laboratory" of Pokémon Stadium 2 ( so compatible with Gen 1 and Gen 2 ) and some bonus. I plan to publish a new release whenever a function is fully usable in this order : - Item storage and Mystery Gift - Pokémon storage...
  5. Slimfr01

    Hardware Official Nintendo Switch Technical Specifications Have Been Shared!

    So the switch is connected to the dock only via USB. Maybe a hope to see an easy to use PC application to emulate the dock part for streaming.
  6. Slimfr01

    Homebrew [Help] Getting the amiibo identification block

    Homebrew can at least do what retail game do : get info about amiibo and owner and write/read an appdata with a specific appid. For now we can't get the appid with a homebrew ( so we need to work with only a game or test every appid or let the user choose the good appid ). I don't know if it's...
  7. Slimfr01

    Homebrew [WIP] amiibo Collection

    Thank's for the PR and the fix.
  8. Slimfr01

    Homebrew [WIP] amiibo Collection

    Thank's for you contribution. if you follow the current model it's fine : - All name in uppercase in one word - No punctuation in characters.json it's only keyword which will be used for the translation function. ( because some characters had variant name before character name, some after and...
  9. Slimfr01

    Homebrew Homebrew Development

    Thank's but apparently there is a problem elsewhere too. When I create a Thread, regardless of the priority ( 0x18 or 0x3F ) and the sleeping time ( even at 10 seconds ), system threads ( including home button and off button ) and the main application thread doesn't seem to respond during the...
  10. Slimfr01

    Homebrew Homebrew Development

    Hello, I have an issue for using Threads on a homebrew app. When a create a new thread, with a loop in it, every other threads frooze ( including system ones ). I create the thread with this : ThreadFunc nfcEntry; nfcEntry = (*nfcLoop)(); NFCThread = threadCreate(nfcEntry,0,1000,63,0,1); (...
  11. Slimfr01

    Homebrew (Help Me) FBI Software is not working on my 3ds from hombrew

    Like FBI said : "Please run a kernel exploit". You can follow : https://3ds.guide
  12. Slimfr01

    Homebrew [WIP] amiibo Collection

    Good too know that the app work on all 3DS model. For the touch screen issue, i will fix that for the next update. I added the roadmap on first message. Save aren't implemented yet and will not be as long as i don't have a user friendly way to show the saved data. collections.json, series.json...
  13. Slimfr01

    Homebrew [WIP] amiibo Collection

    New update : Now when you scan an amiibo, the application display collection and series name. No. At this time, this isn't possible for me and isn't the purpose of this application. If you have some time, can you test amiibo from different Collections and Series ? Thanks a lot for your help...
  14. Slimfr01

    Homebrew [WIP] amiibo Collection

    https://github.com/Slimfr01/amiibo-Collection/releases Small update to fix the issue for the n3ds, due to the title id. Thank for your help.
  15. Slimfr01

    Homebrew [WIP] amiibo Collection

    Wow what a stupide issue, thank you. Tomorrow I would post an update and probably the source code.
  16. Slimfr01

    Homebrew [Help] Getting the amiibo identification block

    No dev service can only be used with a dev nfc reader and even with that identication data can only be write once. After that data are locked on the nfc tag so you can't edit amiibo where you want. ( without that third party nfc reader could edit the identification data and amiiqo will be useless )
  17. Slimfr01

    Homebrew [WIP] amiibo Collection

    Isn't very hard : all data are on a public region of the nfc tag, with these data they can choose to detect a particular amiibo or a wide range. For example with Mario : For all mario released and future : Mario is on the collection 00 ( Mario Bros Characters ) and have the 00 number on this...
  18. Slimfr01

    Homebrew [WIP] amiibo Collection

    This script is only a portion of the app to detect the amiibo ( which character, series ... ). The application will be in a first time only to check which amiibo you had and browse trough information of all existing amiibo. ( like this android application ) I plan to add a system to store the...
  19. Slimfr01

    Homebrew [WIP] amiibo Collection

    Hello I currently working on a Homebrew to register all your amiibo collection and browsing all existing amiibo like a kind of virtual collector album. For now the application can only read data for yours amiibo. The application is currently in a test phase you can try it and give your...
  20. Slimfr01

    Homebrew [Help] Getting the amiibo identification block

    So ... after some test i found the datas. It was part of the unidentified datas of the NFC_amiiboConfig element from ctrulib. typedef struct { u16 lastwritedate_year; u8 lastwritedate_month; u8 lastwritedate_day; u16 write_counter; u8 characterID[3]; u8 serie;///ID of...