Pages in this Blog

21.11.22

Metamorphosis in a social context

Image Source: Steve Greer Photography

While studying in the field bio-chemistry in insects such as fleas, wasps, ants, termites, butterflies and praying mantis, we learn that these creatures once they reach the full maturity of their cycle as larvae are introduced with new cells which their then mature bodies as larvae comprehends as life threatening attack on their existence and undergoes a complete phase of attacking these new cells considering them invaders. The larvae cannot comprehend then as how this is an essential change for their evolution in life and cocoons the larvae in a state where they give their all to the battle against these new cells oblivious to the fact that it is a battle they are destined to loose.

After many days, say in case of a butterfly, emerges a beautiful creature that is even unaware of its own beauty as it does not have visual capabilities to comprehend how the light bouncing off its own wings adds beauty to the nature and aids its own survival in a unique way.

Human society, as a whole, is not much different in that sense as whenever we foresee a change that is much bigger than ourselves and what we can fathom, we tend to step back to our comfort zones and accept ideas that provide us comfort. Although there are always those that are at the forefront of ideas that are unconventional and take us further into uncertain grounds.

It's true that we are scared of what we cannot understand and hence it is our duty as individuals as well as communities of the human society, at large, to be humble enough and try to lift up the rest of the species. As true as the fear of uncertainty and discomfort maybe, another truth that stands the test of time is that we are as strong as our weakest link.

So, we humans, we fight change and progress when enough of us cannot fathom where we are headed. And, it is the duty of the rest of us who can understand to be humble and patient of the change that the rest of us need to go through to complete the metamorphosis and even though that all of us may not be able to see the beauty and meaning of our existence by the end of the process, to still carry them forward with the hope that they will one day be a part of the grand scheme of the nature. We need to be accepting of their greif and allow them the time to go through the stages which is as necessary as the progress we make.

3.4.22

How to remove reactivation lock on Samsung Gear Sport (SM-R600)


(Note: use this video only as tutorial for gear sport. Follow the steps below)

1. Download All files here: http://www.mediafire.com/file/gg0pn7pg7e6jfj5/SM-R600_sdb.rar

2. Hold power down on gear sport until you see rebooting in blue, while it says that hit power button 2-3 times to get to bootloader menu. use power to move to Download (wireless) and hold power down to select. as soon as it enters Download wireless mode, hit power twice quickly to change to AP mode.

3. Run Net Odin and leave it running. Then go to your wireless settings and connect to the now-visible Gear Sport (RM-600XX). After a few minutes, Net Odin should show an IP address in the box on the left.

4. Click the AP button in Net Odin and load the unzipped combination file you downloaded above. Hit Start and flash it. Once done, gear sport will reboot to a screen with yellow diagnostic info. Hit Power, settings, connection, wifi, turn it on (Always on), then connect to your wireless internet connection.

5. Once connected, then touch that network connection in the gear sport connection list to open up details, and note the ip address (example: 192.168.201.12).

6. Hit back button to go back into settings, then About gear, then enable developer mode (USB Debugging), then hit back to back out of settings menu

7. Open up a command prompt window in the directory where you have adb.exe or click aniscon.exe to load sdb command window.

Type this: adb connect IPADDRESS:26101 - note IPADDRESS is your IP address you noted above, and the :26101 is a port number. So using above example, I would type: adb connect 192.168.201.12:26101

8. Once connected, type adb devices and you should see it listed.

9. Here are the ADB commands to remove the reactivation lock settings/flags. Make sure to run command after the other's successful execution.

adb root on

adb push empty.bin /opt/usr/media/

adb shell dd if=/opt/usr/media/empty.bin of=/dev/block/mmcblk0p15

adb shell dd if=/opt/usr/media/empty.bin of=/dev/mmcblk0p17

adb shell reboot download

After rebooting your gear screen should have a line with activation lock: off

10. Once step 9 is done, hold power to reboot your gear sport - it's ready to be flashed with retail firmware, and just like before, put it into Download wireless mode, and AP mode.

11. In Net Odin take your unzipped retail firmware files and place each file as named in filenames, in the appropriate slots for AP, CSC, and BL. Hit Start to flash.

12. Once done and rebooted, should be clean and good to go.


: Courtesy XDA Developers


(Update: this method works for all samsung tizen watckes - Gear, S2, S3, Fit 1 & 2. Just be sure to get the correct files and working adb commands from XDA)