Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
iguana8118yActually "terminal emulator" is the correct term. A terminal is a hardware device, which is why software terminals are called "terminal emulators".
-
@lotd it is in some distros, but it's not for granted. As Android is not rooted by default, it's understandable that such protection is not enabled.
-
lotd79228y@lucas22 hmm I figured it was enabled by default in vanilla version and thought that would be the default for most.. Guess not.. :)
-
@lotd I thought so last week when I ran 'sudo rm -rf /' on my friend's Mac just to scare him out. Turns out preserve root is not a thing in OSX.
-
johnDoe32338yAhahaha his fault for adding emulator. That brutal, at least it doesn't wipe the user partition. Easy fix if you have the ROM flash files stored on your device (honestly a must for power root users)
-
fattire1808yI don't understand this story at all. On every device I know, /system is mounted read only. It would need to have been remounted.. /data could have be wiped, but then not readily reflashed as described. He would also have had to type su to get the # root prompt...
Also, as pointed out, terminal emulator is exactly the right term. And he may not have installed it as it comes built into some firmware distros.
I dunno. This smells like bs, but regardless, the story in effect is "haha I trashed my friends computer because he trusted me and I don't know what im doing. I then laughed at him." -
johnDoe32338y@fattire you can mount /system as rw from recovery really easily. You can also setup a command to launch when the shell starts, I have mine set to "su" so I don't have to always type it.
-
johnDoe32338yAlso gonna point out a lot of people keep backups that can be flashed from their recoveries In case something goes wrong, such as wiping a partition. As long as recovery is there, or even just ADB access you can practically fix any issue (from what I've experienced)
-
fattire1808y@nicnaknic you *can* also mount system read write from the shell (mount -o rw,remount /system as root), but why would op have typed that? Mounting system rw in the recovery generally doesn't persist to the next system boot- the mount ro is set in the init.rc file in the ramdisk which is kind of hard to change.. And maybe some rom could but why. And yes, you can back up /data from twrp/nandroid or whatever but @kirill578 said the rom itself was destroyed... Maybe he just didn't know what he did.
@kirill578 I don't care if it happened or not. Just thought "I accidentally trashed my friends device when I was drunk because I thought terminal emulator meant the phone was running a VM" is a weird rant to begin with. Kinda like "I'm a Mac guy. A couple of years ago my friend gave me his phone when i was wasted so I bent it in half twice and flushed it down the toilet. Lesson learned: don't be drunk when you have your friends phone and don't name your app appropriately!" Okay.... -
uberblah3127yThe term emulator is supposed to indicate that it isn't a hardware, serial-connected terminal. Even the ttys in your Linux box are really just emulators
-
@johnDoe
"You can also setup a command to launch when the shell starts, I have mine set to "su" so I don't have to always type it."
congrats.
that's called insecurity by default by circumventing security by default because it's annoying. -
exerceo11922yDid it have a MicroSD card?
Some files stored on the microSD might be recoverable through forensic software.
This is why smartphones should support MicroSD. -
joehughes4041-2253dReputable Cryptocurrency Recovery expert// Coin Recovery Specialists.
Most frequently asked question by investors after losing Bitcoins to fraudsters, is how possible is it to recover the lost Funds. I happened to become a scam victim last summer. I became interested in Cryptocurrency trading last summer and decided to trade $525,000 worth of crypto through an online software company which promised huge returns. Everything went wrong after they transferred all my funds from my coin base wallet to an unknown wallet address. I immediately had a search out on a reliable option to recover the funds back. I came across Coin Recovery Specialists, a specialized Expert in Cryptocurrency Recovery services. I must say I have good fortune, all my lost funds have been recovered back all thanks to Coin Recovery Specialists. To any victim who has lost Crypto to fraudsters learn more on restoring back your funds: CONTACT INFO; Email : { CoinRecoverySpecialists @ Gmail . Com }
Related Rants
A few years ago when I was still an apple fan boy, friend of mine bragging me about how android is awesome, we were drinking some shots at our local pub and I was starting to get light headed. At one point he showed me so called "terminal emulator" app. I checked it out, and assumed it's an emulation, just like dosbox, so I decided to verify that "rm -rf *"... (the phone was rooted)
The phone shutdown within seconds, I couldn't stop laughing, while my friend was shock that his new phone was longer booting.
Luckily he managed to reflash the ROM. What can I learn from that experience?
1. Don't drink and sudo
2. Don't call your app an emulator if it's the real deal.
rant
drunk
sudo
android