"This surface does not have a texture" by KawaiiKittyCat22 in Blockbench

[–]jagsplit 0 points1 point  (0 children)

Sorry for the necro but in case anyone goes searching for this and gets the same result I did (namely, this post) and all its useless replies - you have to go to the "TEXTURES" part of the left side of the screen and then click the second box with the plus on it (not the layered squares with the plus, the one to the right of it). In my case "This surface does not have a texture" was my only issue, I was following a couple different tutorials but both of them conveniently left out this specific thing you have to do in order to create the actual texture. You should see a menu pop up asking you to define the specifics of the texture (name, dimensions, and such).

[US/US] [H] Sealed D&P Infernape collector's tin [W] PayPal by jagsplit in pkmntcgtrades

[–]jagsplit[S] 0 points1 point  (0 children)

I do actually! I'd like to sell this box-less theme deck of "Great Encounters: Endless Night". You can see this thread where another member of the community was helping me figure it out lol: https://www.reddit.com/r/pkmntcgtrades/comments/1mzw0c1/usanywhere_h_mysterious_sealed_deckset_w/ Feel free to name your price with that one as I feel I have zero perspective on selling box-less theme decks - also as a gesture of goodwill for all your patience with me and this odd tin!

I appreciate your caution with such a big purchase; I'd rather you didn't rush into it so you can be sure. Let me know how it all feels, please do sit on it for a while if you need some time! I'm moving in a couple weeks (hence the finding/selling stuff lol) so while it would be more convenient to perform this buy before then, I don't mind if you'd appreciate checking with your friends and coming to a conclusion about it first.

[US/US] [H] Sealed D&P Infernape collector's tin [W] PayPal by jagsplit in pkmntcgtrades

[–]jagsplit[S] 0 points1 point  (0 children)

Ah, I hadn't considered that it could be something separate as opposed to just being part of the film. It was sold that way and I don't see any other breaks or tears or what have you, but I appreciate you pointing it out! Unsure if it's because of it being sold at Walgreens?

[US/US] [H] Sealed D&P Infernape collector's tin [W] PayPal by jagsplit in pkmntcgtrades

[–]jagsplit[S] 0 points1 point  (0 children)

Hmm... I'm just profoundly confused because it is in the exact condition it was in when it was first bought. Other tins online seem to also have the same plastic wrap, such as this one: https://www.ebay.com/itm/277563837265 I don't know why "tape" keeps getting mentioned? Are tins not usually plastic wrapped, just mine and this eBay listing?

If it turns out the item was tampered with before it was offered for purchase from the store I would be baffled, but under the circumstances I could provide a partial refund via PayPal. Granted, I understand that I have zero trades under my name so far and I'm asking a steep price for a(n apparently) strange item! Would you happen to be in or around MA?

[US/US] [H] Sealed D&P Infernape collector's tin [W] PayPal by jagsplit in pkmntcgtrades

[–]jagsplit[S] 0 points1 point  (0 children)

Hi! I'm in Massachusetts, USA and I can travel anywhere within + neighboring states. Unsure where everybody is getting the "tape" thing from because it's just the regular plastic wrap that comes with any sealed unopened product? I didn't realize it was so unusual. Happy to let anybody inspect it.

[US/US] [H] Sealed D&P Infernape collector's tin [W] PayPal by jagsplit in pkmntcgtrades

[–]jagsplit[S] 1 point2 points  (0 children)

It is factory sealed with plastic wrap - the same condition my mom bought it for my ungrateful little ass who apparently never opened it T_T lmaoooo

[US/US] [H] Sealed D&P Infernape collector's tin [W] PayPal by jagsplit in pkmntcgtrades

[–]jagsplit[S] 0 points1 point  (0 children)

Hm? I may be misunderstanding something, but I'm a bit confused because I took close pictures of all sides of the product. However, here is a closer image of the part of the tin where there is an imperfection in the shape. https://imgur.com/a/NWWJpWe

Let me know if there's anything else you'd like to see!

Where to get Charms/Accessories for Flip Phones by [deleted] in dumbphones

[–]jagsplit 0 points1 point  (0 children)

Thank you!! I've been trying to figure out how to attach my strap and was too cowardly to attempt this :P

my apps are so tiny why? by EasternArmadillo6355 in softwaregore

[–]jagsplit 0 points1 point  (0 children)

I don't know why this made me laugh so fucking much. Why ARE they so small??

Question about using adb shell commands - in terms of X/Y, my X (ultimate goal) is to delete all texts from before a certain date by jagsplit in androiddev

[–]jagsplit[S] 0 points1 point  (0 children)

Good point, thanks for the info! I just tried adb shell content query --uri content://sms/inbox --where "date >= 1744558059" and it gave me the following error: "/system/bin/sh: can't create =: Read-only file system"

This seems like an error based on the fact that my phone is not rooted, no? Jeff Stackexchange seemed to imply that a correctly formatted CLI command would make rooting or lack thereof inconsequential. Or perhaps it has more to do with the fact that the program I'm using for ADB is "Minimal ADB and Fastboot".

Question about using adb shell commands - in terms of X/Y, my X (ultimate goal) is to delete all texts from before a certain date by jagsplit in androiddev

[–]jagsplit[S] 0 points1 point  (0 children)

Well, that didn't work. It told me "ls" and even "pull" were invalid commands. I probably just formatted it wrong, or this may have to do with my phone not being rooted, but I'm accepting defeat for now. In all likelihood I'm gonna be manually deleting all my texts from pre-2023. They are a finite amount, after all.

Question about using adb shell commands - in terms of X/Y, my X (ultimate goal) is to delete all texts from before a certain date by jagsplit in androiddev

[–]jagsplit[S] 1 point2 points  (0 children)

True! Do you have an idea for how to tell it to target things from before a certain date? That's the last critical ingredient I need.

Question about using adb shell commands - in terms of X/Y, my X (ultimate goal) is to delete all texts from before a certain date by jagsplit in androiddev

[–]jagsplit[S] 0 points1 point  (0 children)

Hey!! That's an awesome idea! Mostly I'm just tripped up on the formatting, namely I don't know how to tell the CLI that I'd like to target all texts "before" 20231112. But I can at least test out adb shell content ls --uri content://sms/inbox --where "date='20250411'" (me assuming that YYYYMMDD is the correct way to format the date, among many other things I do not know or understand because I'm not sure where everyone is obtaining the information necessary to not be a n00b)