Skip to content

Instantly share code, notes, and snippets.

@xnumad
xnumad / google-takeout-missing-services
Last active April 6, 2023 16:05
Google Takeout/Takeaway/"Download Your Data" missing/unavailable services/data listing
You may consider requesting the listed services to be available for export at https://support.google.com/accounts/contact/takeout_feedback (page was linked at the bottom on https://support.google.com/accounts/answer/3024190) but I doubt it will be of any importance for Googlers.
Please provide service URL or steps to view/see the data if you want to add a service to this list.
The goal and intention of Google Takout could be to offer the ability to export all in the Google account saved data as stated here
This list already includes mentioned services in the article "What Your Takeout Order Does Not Include" at https://www.pcworld.com/article/255920/liberating_your_data_from_google_and_what_that_really_means.html
Google Maps contributions
Google Maps likes and dislikes of reviews
Google Translate phrasebook
@xnumad
xnumad / framework-res.apk interesting files.md
Created October 11, 2018 15:48
Free documentation of interesting files at /system/framework/framework-res.apk in Android file system

Android Open Source Project via Custom Rom "Unlegacy Android Project" Version 8.1 You may also find other interesting files, commenting your finds below is highly appreciated.

This paragraph's paths (except for the quotes/comments) refer to framework-res.apk→ (a path inside the archive /system/framework/framework-res.apk which you can open by renaming the file extension to ZIP) assets/images/android-logo-*.png

contains android bootanimation if you delete the usual one at /system/media/bootanimation.zip

res/raw/fallbackring.ogg

@xnumad
xnumad / Official Google URLs with old Google logo.md
Last active May 26, 2020 09:44
Collection of (company-affiliated) URLs hosted by Google still showing an old Google logo

Comment below

@xnumad
xnumad / Habbo packet structures.md
Last active December 21, 2020 12:30
Collection or library of Habbo packet structures

Outdated, refer to the client source code instead: https://github.com/xnumad/HabboSwfOpenSource

This collection of packet structures for the game Habbo is intended to be an extension of Deadman's existing packet structure collection at https://www.sngforum.info/showthread.php?tid=5513.

I did not commit the newly found structures of packets to his thread in the forum because I think having it here is more suitable; you can easily add your own packet structures by commenting (or forking, but I don't know if that's good for this case) and don't have to wait for your packet structure being added to the collection by a maintainer.

This however does not reach my intended goal to have all packet structures collected by many contributors in a central, single, clear and overseeable place, but I do not know of any better way to achieve my goal. (A GitHub repository may be one but I almost have no experience with these and they seem to be made for multiple files. JSON maybe is also a good way to store these and the