I love coffee shops. Being able to a coffee shop and work all day is something I’ve deeply missed over the past year. Don’t get me wrong, Sophie and I frequented many wifi hot spots in central Washington during my stay there. Only one was vaguely in a 30 minute biking distance.
Tech Tip Question: What is the best phone service provider..
Original Question: I have to get a new phone update and anyone know who is the best to go through for web and cam and phone unlimited minutes ck;d Boost att verizon anymore????????????
Android Hacking the Pros and Cons of Rooting / Jailbreaking / Free Wifi Tethering Hot Spot
Technically Rooting an Android is NOT jail breaking in the since that an iPhone gets Jail broken. Instead, it’s more like making a super user or administrative user for your phone (the same as what you would do for a computer).
This tutorial was originally made to show someone else who asked me to do this for them, the pros and cons. Plus has all the data I found on technical terms and how to run through the process of “rooting” an Android phone.
Enjoy.
- su – Command that makes you a root user, allowing file system access.
- cp - Copy (to copy a file from one place to another)
- mv – Move (to move a file from one place to another, also good for renaming files because with renames you just move the file to a new file name).
- mount - Mounts the device (storage card) allowing the phone to see and access the file system on the device. This gives you read/write access, by default you have read only access. Meaning you can’t edit the system. Once edited I could essentially remount the device back to read only so that you can not accidentally edit anything.
- cd – this changes your main directory in the command shell to any directory I specify. Basically its like moving information from one folder to another.
- sync - syncs changes on the device.
- reboot - boot: cause to load (an operating system) and start the initial processes; “boot your computer” (It’s like restart)
- adb shell – needed to setup adb (see below in terms you may not know)
- ADB (android developer bridge) – allows you/me to access your phone via a terminal on your pc.
- 1) setup the Android SDK on your system: http://developer.android.com/sdk/installing.html
- 2) get familiar with using ADB: http://developer.android.com/guide/deve … s/adb.html
- SPL – Specific Programming Location
- MDN – Mobile Directory Number (your phone number)
- ROM - A ROM contains the operating system and often additional software which can be “installed” to your mobile device. Most ROMs provided by the chefs (people who create customized ROMs) just contain the operating system and additional applications. Shipping ROMs (ROMs provided by the manufacturer or official providers) also contain a Radio ROM and a bootloader. A ROM can ONLY be flashed to a device it is made for. Custom ROM instructions:
- http://code.google.com/p/android-roms/wiki/Install_Custom_ROM
- http://android-simplicity.blogspot.com/2009/08/how-to-9-how-to-flash-to-different-rom.html
- Good info and examples of how cool this could be: http://www.androidpolice.com/2010/05/08/complete-guide-how-to-flash-a-custom-rom-to-your-android-phone-with-rom-manager-full-backup-restore/
- Bootloader – A bootloader contains information about your device. It is quite similar to a computer’s BIOS. Official bootloader also have a security option called CID (Carrier-ID) which allows you just to install ROM’s from the provider of your phone. So, if you want to flash another ROM, you first have to turn off this security option by “CID-unlocking” your device. Check the flashing instructions below on how to do this.
- Radio ROM - The Radio ROM contains the drivers for the communication devices of your phone. Some ROMs need one or more specific Radio ROM’s to work properly. Usually the chef, who created the ROM recommends a Radio ROM. But don’t mind, if your Radio ROM does not match, you can always flash another without needing to flash the ROM containing the Operating System (OS) again.
- You can check the version of your Radio ROM when you click Start > Settings > System > Device Information or booting your device (there will appear three lines of red text. The Radio ROM version is the number after the R:.
- You can download Radio ROM’s at the xda-developers FTP-Server in the Uploads/Kaiser/Radio-Folder. Username and password are both ‘xda’. To install it, download, extract and execute it. Then follow the instructions on your screen. Flashing a Radio does not delete any files on your device’s ROM.
- CID – All known providers add a Carrier ID to their devices. This CID is added to prevent a device being flashed with a ROM which is not from the provider and/or not designed for your device. You’re sure to brick your Kaiser if you try to flash a ROM designed for a Wizard.
- SIM Unlock - Lots of providers want to bind their customers. So they add a SIM-Lock to their devices with only allows to use SIM-Cards using their networks. If you want to use a SIM-Card from another provider, you need to SIM-unlock your device.
- This can be done by contacting the phone’s provider (paid & sometimes free), using a service like http://www.imei-check.com/, or usingJockyw2001′s Kaiser SIM Unlocker.
- Recovery image/ nandroid – Unlocked SPL this relates generally to your backup.
- Backup and Restore – I’d hope this was fairly obvious, but just in case it means to save your data in case something goes wrong (as a double somewhere other then the version that is currently in use) and then to restore it is to revert back to that saved version. Broken, walla.. fixed. More info:
- http://theunlockr.com/2010/02/06/how-to-backup-and-restore-your-android-phone
- http://developer.android.com/resources/samples/BackupRestore/index.html
- Boring Data on how to do it: http://developer.android.com/guide/topics/data/backup.html
- http://android-simplicity.blogspot.com/2009/08/how-to-7-how-to-update-your-recovery.html
- Hard Reset & Soft Reset - A softreset reboots your device. A hardreset sets all settings back to the ROM’s defaults. All of your data, settings and additionally installed programs will be deleted.
- Cab-files for WINCE-Devices are different to the files you may have seen (e.g. on your Windows Installation CD). They do not only contain files but also installation information similar like a MSI package. To install them, just copy the *.cab to your Mobile Device and run it from there. Most shipped ROMs delete cab-files after executing, most cooked do not. To be sure, check the registry. If HKLM\Software\apps\Microsoft Application Installer\nDynamicDelete 0 (DWORD decimal), cab-Files will not be deleted after execution.
- Brick – (from wikipedia) When used in reference to consumer electronics, “brick” describes a device that cannot function in any capacity (such as a device with damagedfirmware). This usage derives from the fact that some electronic devices (and their detachable power supplies) are vaguely brick-shaped, and so those which do not function are useful only as actual bricks. The term can also be used as a verb. For example, “I bricked my MP3 player when I tried to modify its firmware.”[1]In the strictest sense of the term, bricking must imply that software error has rendered the device completely unrecoverable without some hardware replacement. However, it is common to use the term for a problem which can be rectified but only by a complex and difficult procedure, often requiring additional software.
Bricking a device is usually an unwanted consequence of an attempt to update the device. Many devices have an update procedure which must not be interrupted; if interrupted by a power failure, user intervention, or any other reason the existing firmware may be partially overwritten and unusable. The risk of corruption can be minimized by taking all possible precautions against interruption.
Installing incorrect firmware can also brick a device, e.g., installing firmware for a different revision of the hardware, or installing firmware incompetently patched by certain developers to get around restrictions imposed by official firmware, such as DVD firmware which only plays DVDs sold in a particular region. Most updating software makes all possible checks that firmware is valid for the device, but this cannot be relied upon.
Devices can also be bricked by malware (malicious software), and sometimes by running software not intentionally harmful but with errors which cause damage.
Some devices include two copies of firmware, one active and the other stored in fixed ROM or writable non-volatile memory and not normally accessible to processes that could corrupt it, and a way to copy the stored firmware over the active version even if corrupt, so that if the active firmware is damaged it can be replaced by the copy and the device will not be bricked. Other devices have minimal “bootloader” firmware, enabled usually by operating a switch or jumper, which does not enable the device to work normally but can reload the main firmware.
- Unbricking – (wikipeda) Some devices which are “bricked” because the contents of their nonvolatile memory are incorrect can be “unbricked” using separate hardware (a debug board) that accesses this memory directly.[2] This is similar to the procedure for loading firmware into a new device when the memory is still empty. This kind of “bricking” and “unbricking” occasionally happens during firmware testing and development. In other cases software and hardware procedures, often complex, have been developed that have a good chance of unbricking the device. There is no general method; each device is different. There are also user-created modifier programs to use on bricked or partially bricked devices to make them functional. An example is the Wiibrew program BootMii used to fix semi-bricked Nintendo Wii’s.
- http://code.google.com/p/android-roms/wiki/Unbrick
- http://www.addictivetips.com/mobile/how-to-un-brick-android-phones-boot-loop-fix/
- 2.1:
-shut down
-Power+x
-Camera+Vol+
-Format
- USB Driver – Needed to edit/access files from your computer
- Partitioning SD Card – BACKUP BEFORE DOING THIS!
- Radio -
- Tethering or Hot Spot – In short it lets you use your phones internet on another device like your computer.
- Bricking your phone (see description above)
- The only for sure way to brick your device is to corrupt both the recovery image and the secondary program loader and the actual rom itself (assuming you have a recovery image that can flash modified roms, an SPL that can fastboot, and a rom with root access)
As long as you have at least one of the three items listed, you are not the proud owner of a bricked device and can recovery your phone.
It is only when you are unable to enter recovery, fastboot, or your rom, and your device is stuck on the splash screen indefinitely, do you have a bricked device.Also note that rooting your phone will block over the air updates that your carrier may provide you. You are pretty much consenting to opt out of OTA’s; you have to update your own phone from now on.
- How do I brick my device?:
In most cases, you really have to try, to brick your device. As long as one of the three safety’s built into your phone are functioning, you should have no problem resurrecting your phone. HOWEVER, the most common cause of bricking to date involves the flashing of the Haykuro “death/danger/special” SPL. A hacked developer SPL designed by Haykuro for the HTC DREAM, the SPL partitions the phone’s internal memory (therefore allowing end users to flash larger sized roms). Errors can occur when flashing the SPL or if the user flashes the SPL before flashing the complimenting system radio.
- http://www.droidforums.net/forum/droid-hacks/632-what-root-means-stop-asking.html - If you have the custom recovery installed and make a nandroid backup then you can’t brick it. However if we get into flashing new SPL’s then you have the potential to truly brick it.
- Home key + power and wait for the ! sign after that press the search key and scroll down to wipe data/factory reset using volume down key and press the camer button for ok.
- Just go into recovery by turning off device and holding the power button and x till a exclamation point appears and a droid appears(non-rooted users only) then use camera key and volume keys to bring up a menu that will say factory reset and rebboot and some other stuff. Using the dpad go down to factory reset and click ok then go to yes wipe all data and reboot and tada!
- The only for sure way to brick your device is to corrupt both the recovery image and the secondary program loader and the actual rom itself (assuming you have a recovery image that can flash modified roms, an SPL that can fastboot, and a rom with root access)
- By flashing a new ROM you could Brick your device, but if you follow all instructions, it is quite implausible that your device bricks.
- Flashing can invalidate your warranty, but as long as your device can be flashed again, you can find dumped original ROMs to reset everything back if you’d like.
- “The first step, downgrading your phone from 2.1 to 2.0, can be dangerous. If any part of this process has the ability to brick your phone, it’s this step. I can say that I have done this to two Droids without any phones getting bricked, but as always, your mileage may vary. Know that the software is a little bit finicky, and sometimes fails at re-flashing the stock ROM. If it does, you can just run it again to make it work. I had to run it three times on my friend’s Droid before it flashed, and at one point in the middle his phone was stuck on the bootloader. If this happens to you, don’t panic. We just ran through the process a third time and everything succeeded. If you are not comfortable doing this, then don’t do it—again, I have had great results (despite finicky software), and so have many other people, but your mileage may vary. You have been warned.” — Life Hacker
- If you do this, you will need to NOT update software when Google sends out updates, you’ll have to have them manually done or you could screw up your device.
- http://www.androidpolice.com/2010/04/17/detailed-mega-review-of-android-2-1-on-our-htc-hero-discover-all-the-new-features-with-lots-of-screenshots/
- “The Motorola Droid has been rooted, according to Hack a Day, paving the way for wireless tethering, customized UIs, multitouch support, and other features not specifically endorsed by Verizon on the Android 2.0 platform. The hack was posted by Zinx Verituse on the AllDroid forums, adding the Droid to the ranks of other rooted smartphones.”
- http://lifehacker.com/#!5563924/the-start-to-finish-guide-to-rooting-your-android-phone
- http://www.wired.com/gadgetlab/2009/12/droid-unlocked/
- Multitouch
- Tethering for Free
- Custom Themes
- Custom Apps
- Performance Increase
- Speed Increase
- Can have increased battery life (depend on ROM)
- Live Wallpapers
How To:
-
- http://www.android.net/forum/android-rooting/58089-droid-incredible-rooting-unrooting-flashing-roms-tutorials.html
- http://www.taranfx.com/how-to-root-motorola-droid
- http://lifehacker.com/#!5789397/the-always-up+to+date-guide-to-rooting-any-android-phone
- http://lifehacker.com/#!5563924/the-start-to-finish-guide-to-rooting-your-android-phone
- http://www.wired.com/gadgetlab/2009/12/droid-unlocked/
- (Unrooting) www.youtube.com/watch?v=zv9LneT0O0s
- Root http://www.youtube.com/watch?v=k4Hfs99vmHU
- Tethering: http://www.youtube.com/watch?v=aen1E-LM7AE&feature=related
- Tethering (no real description – meaning no talking – and the music sucks): http://www.youtube.com/watch?v=xpUaUUGDllg&feature=related
- Rooting: http://www.youtube.com/watch?v=MPKdd4oFb-M
- Tethering: http://www.youtube.com/watch?v=jcDSWgp0Fpo
- Tethering (he’s a little loud and long winded, skip halfway through the video to get the info) http://www.youtube.com/watch?v=7uDvcMsjS_Y
- Tethering – probably one of the better videos http://www.youtube.com/watch?v=nTSD-wZYMT0
- Root - http://www.youtube.com/watch?v=86GJ2oC3M8Q
- Overclocking (speed up) http://www.youtube.com/watch?v=SFLpRNyzM_U
- Overclock - http://www.youtube.com/watch?v=7SM48c4ySdM
- Overclock (best of the three) - http://www.youtube.com/watch?v=nV-RYSWwtI0
HOW TO Create a backup: To create a nandroid backup, reboot your phone into recovery by holding ‘x’ while powering on the phone, or typing reboot recovery into a terminal with root access. Once you have booted into the recovery mode, select backup/restore, push the camera button, select simple nandroid backup, and push the camera button. After a minute or two, the process will complete and you can use the power button to go back and select reboot phone. The backup is stored in the nandroid folder on your SD card.
I take no credit for this tutorial, I just copied it from here. I made a few changes, but the bulk of the content was writtend by bootsdscoob at droidforums.net
I AM NOT RESPONSIBLE FOR ANYTHING. DAMAGE TO YOUR PHONE, WORLD WAR, STARVING KIDS IN AFRICA, OR BRICKED PHONES…DO NOT TRY THIS IF YOU DONT KNOW WHAT YOUR DOING!
that being said, this is all pretty simple
1) MANUALLY UPDATE TO 2.0.1(this can be used to unroot also)
1 – Download file. 2.0.1 android OS_update.zip
2 – Rename the file to “update.zip”.DO NOT USE .zip if your using windows vista/7
3 – Plug your Droid into your computer via USB. On the Droid go to the Notifications bar and select “USB Connected” then press “Mount”.
4 – Once the device is mounted, the SD card will show as a removable device on your computer
5 – Put the “update.zip” file you just renamed into the Root (top) directory of your SD Card.
6 – Unmount the device from your computer, and turn the Droid off.
7 – Hold down the “X” key on the physical keyboard and while doing so press the power button. Hold both of them down until you see a Triangle with an !.
8 – Hold the Vol+ button then press the camera button and you will see a menu.
9 – Using the D-pad on the physical keyboard, select the option to update with the update.zip file.
10 – This should take a little bit. Once it’s done select the option to reboot the phone.
11 – The phone will take much longer than normal to boot, don’t worry as it is normal.
2) ROOT (all in one file, doesnt require superuser permissions)
1 – Download file. root for droid.zip
2 – Rename the file to “update.zip” Make sure that you don’t include the “.zip” extension if your computer is not displaying file extensions (Vista/Windows 7 doesn’t show extensions by default)
3 – Plug your Droid into your computer via USB. On the Droid go to the Notifications bar and select “USB Connected” then press “Mount”.
4 – Once the device is mounted, the SD card will show as a removable device on your computer
5 – Put the “update.zip” file you just renamed into the Root (top) directory of your SD Card.
6 – Unmount the device from your computer, and turn the Droid off.
7 – Hold down the “X” key on the physical keyboard and while doing so press the power button. Hold both of them down until you see a Triangle with an !.
8 – Hold the Vol+ button then press the camera button and you will see a menu.
9 – Using the D-pad on the physical keyboard, select the option to update with the update.zip file.
10 – This should take a little bit. Once it’s done select the option to reboot the phone.
11 – The phone will boot. now you have root
3)blocking OTA updates
open terminal emulator (available in the android market)
enter exactly like this NOTE: Linux file and directory names are CASE SENSITIVE, mind your capitals and punctuation!!!
su (after typing this you will most likely get a popup asking you to allow root privelages to the program, allow them)
mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
cd /system/etc/security
mv otacerts.zip otacerts.zip.bak (mv is the linux command for renaming a file, by just using mv, the file remains for you to restore later if you so choose)
mount -o ro,remount -t yaffs2 /dev/block/mtdblock4 /system
sync
reboot
If you visit the link in the top, the tutorial continues on replacing your recovery image, which installs nandroid and allows you to make backups and flash custom ROMs. I would skip that and follow this tutorial which continues from here:http://alldroid.org/viewtopic.php?f=210&t=792
This gentleman has written a nice program that installs busybox (a linux command shell that includes a lot of commands that are needed for various things!), flash_image (the program used to flash images, imagine that!), and the patched recovery image for nandroid.
Updated for 14.0 recovery and added better instructions.
This version will remain here on alldroid and get small updates constantly(I will do my best to keep up with new recovery.img’s especially) but I have put a full version on the marketplace that has more features like numerous theme change buttons multiple boot animation and font change buttons so you can change quick but still have that one you really like lol…. I will be updating the full version constantly as well but it will be more features added instead of just keeping up with the recovery, if there is something you would like to see added to it please don’t hesitate to ask.
I have made an app for rooted droids to assist in installing busybox,flash_image and such.To use the app though you must have root first found here and have the the folder named Tools on the root of your sdcard (the folder and all files needed are included in the .zip file attached.) You must have the box in settings checked to allow install of apps from unknown sources (settings/applications)
Instructions for use:
Download attached Droid root helper.zip and unzip it, now copy the folder named Tools to the root of your sdcard.
Next install the DroidRootHelper.apk to your phone.
Now run DroidRootHelper…The first time you run it it will ask for su access then it will probably freeze(seems to be a problem with most apps requiring su access) give it a second or two and if a force close dialogue pops up click force close.Now re-enter the app and as long as you checked to always allow root access it wont have any more problems.
Now for the fun stuff first, mount the system
Next install busybox, then you can move on to install flash_image.
Now that you have flash_image working you can flash SirPsycoS’s 0.14.0 recovery.img but dont forget to click Rename recovery-from-boot.p before rebooting to avoid the default recovery being re-flashed upon reboot.(as lot of people have already found out if you wanna flash a different recovery and I haven’t updated this just put the recovery you want in the Tools folder on your sd card but rename it to the same name as the one in there. Example:The current recovery in the folder is recovery-0.14.0.img if you have recovery-1.13.5.img rename it to recovery-0.14.0.img and stick it in the Tools folder then use the flash recovery button.This method will work for alot of the new options like flash skull theme if theres a themed Launcher.apk and framework-res.apk made for the droid you want it installed put them in the skulltheme folder located inside the tools folder. )
Once done with that I would suggest to click reboot recovery and make a Nandroid backup by using the volume up/down buttons to highlight selection camera button chooses highlighted selection and the power button backs out of submenu’s.
A breakdown of the buttons and what they do:
Mount = mounts the system read/write with the command: mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
Unmount = unmounts the system with the command: mount -o remount,ro -t yaffs2 /dev/block/mtdblock3 /system
Sync = syncs system with the command: sync
Rename recovery-from-boot.p = renames the recovery from boot patch to recovery-from-boot.old so your recovery is not overwritten by the default one on reboot.
Install and chmod busybox = Installs busybox to /system/bin and chmods it by running the busybox.sh in the Tools folder.
Install and chmod flash_image = Installs flash_image to /system/bin and chmods it by running the flashimage.sh in the tools folder
Flash 14.0 recovery = Installs the recovery-0.14.0.img with the command: flash_image recovery /sdcard/Tools/recovery-0.12.0.img
Install Skull Theme = Installs the Launcher.apk and framework-res.apk from the skulltheme folder inside the Tools folder by running theme.sh
Install Default Theme = Installs the Launcher.apk and framework-res.apk from the defaulttheme folder inside the Tools folder by running theme1.sh
Flash bootanimation.zip = Installs the bootanimation.zip from the bootanimation folder inside the Tools folder to /data/local
Reboot = reboots the phone with the command: reboot
Reboot Recovery = reboots the phone into recovery with the command: reboot recovery
Most of these options require the phone to be mounted so the files can be written to the system folders.Example:Install skull theme if you click this and the phone is not mounted the only command from the .sh its using that will work is reboot as the commands to copy the themed .apks reqire the system to be mounted.
Update version 5 adds user friendly tips.
If you have any questions and I am not responding quick enough here please feel free to email me at[email protected]
As with all apps and themes of this nature I accept no responsibility for any bricked or damaged devices you use this at your own risk!


Attachment:
Droid root helper.zip [19.48 MiB]
Downloaded 1572 times




Attachments:
3.png [ 87.37 KiB | Viewed 1437 times ]
2.png [ 71.92 KiB | Viewed 1437 times ]
Hopefully this provides the information necessary to get the task done. If you have any questions, post em up and we can try to get them answered!
EDIT: After that is all done, go to the market and download the free app AdFree, which will modify your hosts file (the file that tells linux what internet sites are ok to connect to) and block most ad servers across the net, making it so you don’t have to look at ads in your free ad based apps!
EDIT: As it seems that crotalusfreak has not updated his program in a while, I am going to explain how to updgrade your recovery image manually. This little tutorial assumes you have followed all the steps above and now have the 0.14 recovery image installed. Download the latest version of recovery image at http://sholes.info. As of 1/10/10, that version is 0.99.2b. Place that file (recovery-0.99.2b.img) in the root of your SD card. Now, in your favorite terminal program (adb shell on the PC or Terminal Emulator on your phone for example), type the following commands
su This command allows you root privileges
flash_image recovery /sdcard/recovery-0.99.2b.img This command flashes the file to the recovery partition
reboot recovery This command reboots the phone into recovery mode, much easier than holding ‘x’ while powering on
Protecting Yourself and Your Passwords
My baby brother is in Kosovo, this is his second tour. I received an email from his hotmail account today, with a random link that I would immediately recognize as spam. My first instinct was to let him know via Facebook and send him an email telling him to change his password. Since he was overseas, I also took the liberty of emailing everyone else I noticed got the email with a few friendly tips including not to click on the link.
Here are a few tips to keep your password and information safe from hackers:
- The best password is the kind that can not be guessed. Particularly if it uses numbers, letters and symbols like !@#%!^.
- Do not use your birthday, anniversary or anything that can be found on Facebook.
- You want a password that is easy for YOU to remember but hard for everyone else to guess. So ORADH$#^AERHBER $#3463 is probably not a good password because it would be hard to remember. I’d recommend 5-10 characters long.
- Remember your bank pin number should not have anything in common with your online passwords.
- Your bank, email and social networks should each have their own passwords. You can reuse the same password on multiple platforms but keep those three types of accounts separately.
- Do not save your passwords in a notebook next to your desk.
- Do not save your passwords on your desktop in a text document.
- If you let your browser remember your passwords for you, be sure to log out every time you leave your computer.
- If you get emails from social networks like Facebook, Craigslist or personal accounts like Paypal. You are better off opening a new tab and typing in the url yourself. Links that look like http://paypal.com can still be LINKED to a site like PAYME.com which will steal your information.
Tough Stuff – A real Guard Dog
My Sophie, she is tough but sweet. A real guard dog, the kind that would make any pit bull scared. All two pounds of her. Okay, so she probably wouldn’t scare anything bigger then a mouse but she definitely can annoy the piss out of the big animals. She scares the cat that is twice her size, they play constantly. She’s not even scared of the baby horses that are literally 1000 times her weight. I should have taken pictures today when her and a baby Fjord decided to sniff each others nose. Too cute for words.
Sophie, in my opinion, is the cutest dog in the whole wild world. She is potty pad trained, except here apparently. So we are working on teacher her to hit some bells on the door to alert us, but I finally ordered a doggy doorbell. I’m excited about it. It works pretty simple. Every time I take Sophie outside I just have to push her paw on the doorbell. Eventually she will learn to push it when she needs to go out and walla, doggy potty trained.
Want your own doggy doorbell? I haven’t been able to find them at any pet store including PetSmart or Petco (and I asked in both Minnesota and Washington). Available online. Just click on one of the pictures below.
Thinking outside the box maybe crazy but worth living for.
We are in Idaho today. A beautiful state, with very little city as far as I can tell. I’m more of a city girl but can deeply appreciate the beauty of nature.
I’ve had a lot of time to think during this drive. When entering Idaho I saw mountains, the same mountains that we’d been driving through in Montana for over an hour. These mountains are one of the primary reasons I requested my father fly out to Minneapolis to help me drive to Washington state. I remember them feeling a lot scarier as a child. I remember driving around mountain tops that either curled around or zig zagged across high peaks to get you to the opposite. Our first twenty minutes into the state where relatively peaceful, despite a few sharp moments of fear when my father drove down a steep curve at a speed I would deem at least 40 miles an hour too fast for my own comfort, but than again if I was driving this portion of the trip I would take all the mountains at a steady 40-50 miles per hour. I would like to give Montana and Idaho a little bit of credit here, the roads not only seem wider but we also seemed to have driven through the mountains verse curling around them, this feat alone must have taken years of construction and millions of tax dollars. I’m still a little afraid of them though.
I thought I was putting on a brave front for the beginning of the Idaho mountains. Mountains that are wrapped with roads, trees, and one too many signs that warn of potential rocks that could just fly out from the heavens. I’d prefer the rocks to stay firmly in place and off of my vehicle. This still didn’t entirely phase me simply because I didn’t have to drive through the mountains and currently am using this time to distract myself with music, my audio book, and blog writing while Sophie shuffles between sleeping on either my lap, neck or shoulders. Tea and cappuccino have helped my stamina for patience and focus. The part of this drive that really got me was a thick patch of fog during a long down hill. Once I noticed the fog, I’ve made every effort to avoid noticing it again.
It is a mixture of the fog and recognition of the newly improved Idaho/Montana mountain roads that made me begin thinking about an earlier conversation with my dad about the way people think. I’ve been reading a book by Paulo Coehlo, one of my favorite authors, about a young girl named Veronika who decides at a young age would like to commit suicide. She attempts it unsuccessfully which leads her into an insane asylum called Villette. Here Veronika learns hundreds of life lessons about love, peace, understanding, forgiveness and how thinking outside the box maybe crazy but worth living for.
Thinking outside the box.
A story or two from the book, Veronika Decides to Die by Paulo Coelho.
A powerful wizard, who wanted to destroy an entire kingdom, placed a magic potion in the well from which all the inhabitants drank. Whoever drank that water would go mad.The following morning, the whole population drank from the well and they all went mad, apart from the king and his family, who had a well set aside for them alone, which the magician had not managed to poison. The king was worried and tried to control the population by issuing a series of edicts governing security and public health. The policeman and the inspectors, however, had also drunk the poisoned water, and they thought the king’s decisions were absurd and resolved to take no notice of them.
When the inhabitants of the kingdom heard these decrees, they became convinced that the king had gone mad and was now giving nonsensical orders. They marched on the castle and called for his abdication. In despair the king prepared to step down from the throne, but the queen stopped him, saying: ‘Let us go and drink from the communal well. Then we will be the same as them.’
And that is what they did and immediately they began talking nonsense. Their subjects repented at once; now that the king was displaying such wisdom, why not allow him to continue ruling the country?
The country continued to live in peace, although its inhabitants behaved very differently from those of its neighbors. And the king was able to govern until the end of his days.
Kind of reminds me of things like when the earth was flat, reading anything but the bible was witchery, and women in pants was absurd. We all think differently and open mindedness can simply seem absurd or become progress. It depends on how crazy you are. Traveling around the world may seem random or a great opportunity just depends on who you are.
Some thing are governed by common sense. Putting buttons on the front of a shirt is a matter of logic, since it would be very difficult to button them up at the side, and impossible if they were at the back. Other things, however, become fixed because more and more people believe that’s the way they should be.
TWO EXAMPLES of how people don’t challenge the status quo
Why are the keys on a keyboard arranged in the current order?
Have you ever wondered why the keys on a typewriter are arranged in that particular order? We call it the QWERTY keyboard, because that’s the order of the letters on the first row of keys. The first keyboard was invented by Christopher Sholes, in 1873, to improve on calligraphy, but there was a problem: If a person typed very fast, the keys got stuck together and stopped the machine from working. Then Sholes designed the QWERTY keyboard, a keyboard that would oblige typists to type more slowly.
It just so happened that Remington-which made sewing machines a well as guns at the time- used the QWERTY keyboard for its first typewriters. That meant that more people were forced to learn that particular system, and more companies started to make those keyboards, until it became the only available model. To repeat: The keyboard on typewriters and computers was designed so that people would type more slowly, not more quickly. Now, today, if you were to change the letters around you wouldn’t be able to find someone to buy your product.
Why do clocks tick ‘right’ or ‘clockwise?’
In the cathedral of Florence, there’s a beautiful clock designed by Paolo Uccello in 1443. Now, the curious thing about this clock is that, although it keeps time like all other clocks, its hands go in the opposite direction to that of normal clocks. When he made this clock, Paolo Uccello was not trying to be original: The fact is that, at the time, there were clocks like his as well as others with hands that went in the direction we’re familiar with now. For some unknown reason, perhaps because the duke had a clock with hands that went in the direction we now think of as the “right” direction, that became the only direction, and Uccello’s clock then seemed an aberration, a madness.
Each human being is unique, each with their own qualities, instincts, forms of pleasure, and desire for adventure. However, society always imposes on us a collective way of behaving, and people never stop to wonder why they should behave like that. They just accept it, the way typists accepted the fact that the QWERTY keyboard was the best possible one. Have you ever met anyone in your entire life who asked why the hands of a clock go in one particular direction and not the other?
I challenge you to challenge yourself and the status quo? Do you know of anything else that we take for granted? THAT is how inventions are made, advancements are discovered, and the world is changed. What if we never tried finding more efficient forms of lighting our homes? We would still be using candles and Christmas lights wouldn’t exist. We’d save a lot on electricity, have more fires, and no television. T.V.s are just a ton of tiny bulbs. In communication what if we didn’t have phones or GPS? I want to hear from you, in your own blog or in my comments section for this post at DesaraeVeit.com, one thing you’ve always wondered why it had to be that way.
I’ve always wondering about electricity. I’ve even considered going back to get a third degree in science or engineering so I could tinker with the idea of improving it using natural resources. I know you’re going to think I’m just saying this because of our current oil crisis, but that’s just not true. I’ve thought about using more renewable energy sources like solar power, ecology, wind, biofuels, hydropower, turbines, kinetic energy, solar cells, and the way we currently use fossil fuels ever since a couple of 4th, 5th and 6th grade science projects that let us experiment with creating light, solar energy, and photosynthesis. I actually won a few science fair awards and a scholarship taking me all the way to nationals for my studies with intermittent light effects on the growth of brine shrimp, and another on solar energy cells. During our trip dad and I talked about various ways cars could be built to use multiple forms of natural energy to power them including kinetic, solar, wind, vaporization, and nuclear fusion. What about you? What do you always wonder about?
-Desarae A. Veit
President | Agency Couture
@desaraev
Sent from my iPad
To schedule a meeting with me or just compare availability visit tungle.me/desaraev (there is also a link for this on our site at http://agencycouture.com)






  Sign up for the Newsletter
  Follow DesaraeV on Twitter
  Subscribe to the RSS Feed
