A couple of weeks ago a found a video about this. The third contact is sometimes for a temperature sensor. If it can't see that the battery isn't too hot, it won't fire up. You can probably test the resistance of the sensor at different temperatures. Put the right resistance across the ribbon leads and presto!
@patvickers818923 минут бұрын
Not that I know squat about phones. After your many Android os videos, I've made a stockpile and.... It's on my todo list😮
@JosephCook-e5g2 сағат бұрын
This video really connects with how I approach parsing. HasData has some interesting take on different data scraping methods. Anyone experimenting with new tools lately?
@NeoracuКүн бұрын
I made one with python, with a range for lower and upper, that sends a mail when it reaches either, put it on a cronjob. Deactivated at the end of last year because it was sending to many marks😂😂😂
@salmon85Күн бұрын
I wired directly onto the battery terminals last year on an old samsung phone that I wanted to use as a camera for my 3d printer
@roopgupta3145Күн бұрын
once we are running fastboot oem off-mode-charge 0 Answer is getting waiting for the device i am running this command form ubunut 20 from the terminal
@桜のような恋でしたКүн бұрын
just replace the old battery with 18650, connect phone's bms with 18650, have a good luck.
@noferblatz2 күн бұрын
Also, do not dispose of lithium batteries in regular trash.
@spiral092 күн бұрын
Why
@DigitalMetalКүн бұрын
Yup, that's what they say.
@Canalebrandon2 күн бұрын
Yeah, you would need to strip down the bms circuit from the old battery, and wires it to a usb cable
@DigitalMetal2 күн бұрын
Sound like you are more knowledgeable on this then me.
@dansamarco16102 күн бұрын
You may be able to get it working if you could root it and install a custom OS, but I'm too forgetful to be able to give specifics
@DigitalMetal2 күн бұрын
It was already rooted and had a custom OS on it. It's crashing before any of that.
@vilijanac2 күн бұрын
Ahaha, bummer!
@DigitalMetal2 күн бұрын
Yea, Not the end of the world though.
@minhajsixbyte2 күн бұрын
Funny story, I recently changed battery on an old Kindle Keyboard 3. The battery has a chip inside, that talks to the device with an I2C interface!
@DigitalMetal2 күн бұрын
That is interesting. That makes sense. I never thought about that before.
@BreakerSpace2 күн бұрын
The interface is called SMBus (in case you're curious).
@comicbrandonКүн бұрын
came here to impart this information. well done.
@davidh2550Күн бұрын
I don’t completely understand how, but I remember reading that cmos batteries (CR2032) store memory boot up data on pc laptops too. So yeah the most inconspicuous components on electronics can really throw a curve ball. Can’t make any assumptions prior to doing research
@Mordforic2 күн бұрын
Damn man, thanks a lot, I was struggling with this
@Alinux643 күн бұрын
Thank you very much Kris, hope to see more tips and tricks for web pages rendered by Javascript.🙏🙏
@DigitalMetalКүн бұрын
There are tools that allow you to parse dynamic pages after running JavaScript. But, you don't really need to do that in most cases. The JavaScript is pulling the information from somewhere. Forget about the page and the HTML and go straight to the data you want. It's simple in most cases, unless the site designer goes out of there way to try and hide the data from you. Basically, the pages that use JavaScript are, in most cases, easier then static HTML because the data is formatted better. I do have videos coming up on that, but it will be a few weeks before they are posted. Patreon Supports get to see them earlier. ;)
@Alinux64Күн бұрын
@@DigitalMetal Thank you dear Kris, pressing the like button was not enough.❤
@FineWine-v4.03 күн бұрын
I wanted to ask you about the tools used in your encoding video (Like QRencode, MiniModem, Zbar etc....) Are they still being maintained to this day ? Just asking
@DigitalMetal3 күн бұрын
The tools you listed are not for encryption, they are for encoding, which is very different. You would have to check there project pages to see how often they are updated. My guess is that they aren't update often since they aren't they sort of thing that would need updating. They have a function and they perform that function. Updates yo they might cause feature creep. I'm sure if there are bugs they would get an update. But again these tool have been around for a while and are simple in what they do. So bugs are probably now to much of an issues.
@mustachewalrus4 күн бұрын
The best video tutorials are the ones that you know will help you (as the creator) better understand the material. Intuitive.
@Y.Shishani5 күн бұрын
Now there is ASCOM driver that allows you to use the camera as a webcam over the USB directly.
@PAULME_CH5 күн бұрын
There is a better solution but much more difficult. Make retroarch run with default minimized the on screen button, so only the icon which you press to appear or disappear the on screen buttons are visible. And you can even make this on screen button semitransparent, so you cant see easily. So whenever you need the on screen button you just press this on screen button. If you Google it, you may found how, if anyone needs it. I just wanted to inform that it is possible.
@kaslmineer79995 күн бұрын
your videos are VERY AWESOME!
@DigitalMetal5 күн бұрын
Thank you VERY MUCH!
@mrussell80546 күн бұрын
Enjoyed! Thanks Kris!
@DigitalMetal5 күн бұрын
Glad to hear it!
@johnscott52266 күн бұрын
Thank you for this video. I was running retroarch through retrobat and you just saved my retro gaming, Kris. Thank you so much!!!!
@octopusonfire1006 күн бұрын
It is a shame that your videos don't get more views. You provide great info in an entertaining way!! I think KZbin prefers style over substance.
@DigitalMetal5 күн бұрын
Yeah, I think youtube doesn't like me. I see people who I feel do similar videos to mine, and in a similar style, with a fraction of the subscribers, and they get way more views.
@bulldoser26106 күн бұрын
Omg, you are awesome! Please don't stop making these videos.
@DigitalMetal5 күн бұрын
Thank you! Will do!
@SNSISNSJISEJSJS7 күн бұрын
I love ur videos Can you do something complex ? Personally i really need a help with this pls. Bash script that does not use any kind of external tools Not like awk or bc or sha256sum It will use only solid bash code. Takes input and does processing and gives a sha256 output. If you know links or any info how can this be done pls help me. 😃👍👾
@DigitalMetal6 күн бұрын
I guess the trick would be to just know the math involved. Which I don't. If you go to my website, up at the top of the page is a link marked "Matrix". That will take you to a chat where I hang out with some viewer. There is a guy in there named Ulfnic. He does a lot of things using pure BASH. So stop on by and ask. Maybe he can point you in the right direction.
@SNSISNSJISEJSJS6 күн бұрын
@DigitalMetal i will. Thanks so much for replying 😊 And also will u be able to show the url to the ur website ?. :)
@DigitalMetal5 күн бұрын
I think you found your way, but it's in the video description. If I post a url in the comment, there is a good chance that KZbin will hide the comment.
@SNSISNSJISEJSJS4 күн бұрын
@DigitalMetal 👍
@asadmarmash93217 күн бұрын
Good job 👍🏻👏🏻
@DigitalMetal7 күн бұрын
Thanks!
@opensage017 күн бұрын
I was creating a script using wget to download a csv file from the internet every couple of days. The issue was that when going to the download address it would always have a pop-up window asking where to store the download file and I didn't know how to get around that using wget. Any thoughts? Thanks for sharing your script and cheers. btw the script is not in the description, was this just a short to a full video?
@DigitalMetal7 күн бұрын
I would have to see the site your are talking about to determine what needs to be done. There is a longer version of this video I posted a few days ago. The link to the script is in the Description. So double check that.
@pulkitkumar24287 күн бұрын
Really helpful brother
@WambuiVirk7 күн бұрын
high-quality video content!I'm a little confused:I have an okx wallet with usdt in it and I have recovery phrases.:(laugh nominee buzz game expose field wash shoe world sadness bicycle grain).:How should I transfer them into my own wallet?
@DigitalMetal7 күн бұрын
I'm not familiar with OKX. If this is a service of some sort, you would have to check with them to see if that is an option.
@iyVyqG7 күн бұрын
Thanks for sharing! Could you help me with something unrelated: My OKX wallet holds some USDT, and I have the seed phrase. (iron observe slam major mad decorate feed photo awesome vast kitchen faint). What's the best way to send them to Binance?
@DigitalMetal7 күн бұрын
You are not the first person to ask me about this. I don't know anything about OKX. I don't even know what it is. But if they are giving you a phrase like that, are you sure it's something you should be posting publicly?
@bhaveshverma86298 күн бұрын
Awesome
@AnomaliCraft8 күн бұрын
Hello father im from Indonesia
@DigitalMetal7 күн бұрын
Hello
@myopiniongoodyouropinionbad8 күн бұрын
My work has lightning fast fiber internet and Ive downloaded so many ROMs over the last 6 months they finally banned the site I was using XD (Vimm's Lair)
@LawrenceHe8 күн бұрын
i just needed the first part, and now i can actually have images in my articles when reading on my kindle
@alexpr0gressive8 күн бұрын
Say you have a xml file consisting shipping details of orders with different products. The data should be imported into a PostgreSQL Database. How would you do it?
@DigitalMetal8 күн бұрын
Do you have a link to an example xml you are working with?
@DigitalMetal8 күн бұрын
Although it might not be the best option, I would do it with what I already know. I would convert the xml to csv, since I already know how to import csv to a SQLite db. I don't know off the top of my head how to convert xml directly to csv, but I have a video call "Convert XML to JSON" and a video called "Convert JSON to CSV". I have no experience with PostgreSQL, but it might be similar. Search my videos for "Convert CSV to SQLite" Again, this might not be the best way, but I'm just using the knowledge I currently have. But I'm also sure a quick Google Search might turn up a shorter solution.
@drumpf4all9 күн бұрын
Beautiful Soup is a lot more powerful than jq.
@DigitalMetal9 күн бұрын
I haven't heard of that before. I'll have to check it out.
@dalstroka9 күн бұрын
Amazing! And what a timing. I was in the process of fetching som ski-resort data, for easier info. And this helped me very much!
@DigitalMetal9 күн бұрын
Glad it was helpful!
@mrussell80549 күн бұрын
Good stuff! Thanks Kris!
@DigitalMetal9 күн бұрын
Any time!
@Alinux649 күн бұрын
Thank you very much.🙏
@DigitalMetal9 күн бұрын
You're most welcome
@falcon2000711 күн бұрын
U made it too hard
@CarenaCindra12 күн бұрын
I really appreciate your efforts! I have a quick question: I have a SafePal wallet with USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). How can I transfer them to Binance?
@DigitalMetal11 күн бұрын
I don't know anything about SafePal or Binance. If you can do it, I would think that there would be instructions on their sites (if these are online services).
@samoylov197312 күн бұрын
Kris, hi! Have a good day! If we are looking only for numbers in JSON output, won't it be better to use grep instead of double cut commands or cut + tr? Like so: wget -qO- $URL | grep -o '[0-9]\+'
@DigitalMetal7 күн бұрын
Yes, that is better. Also, I just added another version of this script to the description of the video which cuts out grep and cut and divides it all up using BASH arrays.
@mrussell805413 күн бұрын
Thanks Kris!
@DigitalMetal13 күн бұрын
You are welcome! :)
@ocrvelin7813 күн бұрын
Damn bro! All knowledge bashman! Hi from Croatia! Again...
@DigitalMetal13 күн бұрын
I know enough to get things done. Could always be better.
@JNET_Reloaded13 күн бұрын
Heres the GBP BTC version aHR0cHM6Ly9wYXN0ZWJpbi5jb20vTks2MGRxTkw= (Base64)
@JNET_Reloaded13 күн бұрын
x ./bitcoin (make executable function) cp bitcoin /usr/local/bin/bitcoin bitcoin bash: /usr/local/bin/bitcoin: cannot execute: required file not found FIXED!: Make sure its linuxline encoded as pastebin makes it windows not linux!
@gitgosc707513 күн бұрын
super helpfull, thank you
@DigitalMetal13 күн бұрын
Glad it was helpful!
@kaslmineer799913 күн бұрын
i like this
@DigitalMetal13 күн бұрын
Glade to hear that.
@wagmi_dude13 күн бұрын
Everybody says the value is zero but it's price that matters. LoL
@Alinux6413 күн бұрын
Dear Krish, Thank you very much.🙏
@DigitalMetal13 күн бұрын
You are very welcome! 😊
@newplayer774314 күн бұрын
Instead pipe to dev null, is grep -q not work?
@DigitalMetal13 күн бұрын
Yes, I think that would work. I haven't tried it. I just didn't think of that. Thank you.