Hey, Hey, It's Esther Blueburger is a local production about a schoolgirl and her misadventures. As with other coming-of-age movies, we have a likable main character and a sprinkling of quirky supports. Sadly, the movie plot is everywhere, and the characters are not fully developed. You have an ugly-ducking Esther, who's ostracized at her posh school; her sociopath brother, who moved to a Jewish school; her nagging mother; her public-school friend Sunni and her stripper-mom, who was killed in a bike accident; and her snooty classmates, who thought she's part of a secret student exchange program.
Friday, January 3, 2014
Movies 2014.01.04 - Kung Pow! It's Esther Blueberger
There are some movies that are so bad, they're good. Kung Pow! Enter the Fist is one of those. It's an out-and-out parody of the old HK martial arts genre, complete with the bad dubbing and the over-the-top fight sequences. What makes the movie funny is that the original bad dubbing and cheesy dialogue are made even worse. Let me explain that. Basically, the filmmakers took footage from the 1976 film Tiger and Crane Fist, supplanted the lead character with Steve Oedekerk and gave it a whole new story. A few LOL moments, but expect much else.
Hey, Hey, It's Esther Blueburger is a local production about a schoolgirl and her misadventures. As with other coming-of-age movies, we have a likable main character and a sprinkling of quirky supports. Sadly, the movie plot is everywhere, and the characters are not fully developed. You have an ugly-ducking Esther, who's ostracized at her posh school; her sociopath brother, who moved to a Jewish school; her nagging mother; her public-school friend Sunni and her stripper-mom, who was killed in a bike accident; and her snooty classmates, who thought she's part of a secret student exchange program.
Hey, Hey, It's Esther Blueburger is a local production about a schoolgirl and her misadventures. As with other coming-of-age movies, we have a likable main character and a sprinkling of quirky supports. Sadly, the movie plot is everywhere, and the characters are not fully developed. You have an ugly-ducking Esther, who's ostracized at her posh school; her sociopath brother, who moved to a Jewish school; her nagging mother; her public-school friend Sunni and her stripper-mom, who was killed in a bike accident; and her snooty classmates, who thought she's part of a secret student exchange program.
Thursday, December 26, 2013
Fedora Boot Order
After installing the Sugar Learning Platform on my Windows 7 laptop, it now has GRUB bootloader with the following boot entries:
- Fedora 17
- Advanced configuration
- Microsoft Windows 7
And by default it goes to the first entry, which is Fedora.
Now that's a bit inconvenient, as I use Windows most of the time. Here's how to make the default boot switch to Windows 7:
- As su, grep menuentry /boot/grub2/grub.cfg to show the boot entries
- vi /etc/default/grub By default, it'll say GRUB_DEFAULT=saved. If you run grub2-editenv list, it'll show you Fedora 17 as the default option.
- grub2-set-default "Microsoft Windows 7" to change the default.
- grub2-editenv list to confirm that the configuration change was committed.
Another option is to manually make the change:
- vi /etc/default/grub
- GRUB_DEFAULT="Microsoft Windows 7"
- grub2-mkconfig -o /boot/grub2/grub.cfg to save.
Sugar on a Stick on an HDD
Just from the name itself, Sugar on a Stick is supposed to be installed on a USB stick, but you can actually install it permanently on a hard disk.
First, download the Fedora Live USB Creator. Then, download the latest SoaS iso image and install it on the USB drive. Boot up the PC from the USB drive. Go through the initial setup. Once on the Sugar homescreen, open up the Terminal activity. Select the Become Root option. If it's not there, just run su. Type 'liveinst' without the quotes. This brings up anaconda, which will assist you in installing the SoaS onto the hard disk.
In my case, I was using the latest Fedora-Live-SoaS-20 image, and the partition manager keeps dying on me, and sending me back to the prompt. Had to downgrade to Fedora 17 before it worked. Shrank the current Windows partition and used the resulting free space for Sugar.
More complete installation instructions here:
http://wiki.sugarlabs.org/go/Tutorials/Installation/Install_with_liveinst
First, download the Fedora Live USB Creator. Then, download the latest SoaS iso image and install it on the USB drive. Boot up the PC from the USB drive. Go through the initial setup. Once on the Sugar homescreen, open up the Terminal activity. Select the Become Root option. If it's not there, just run su. Type 'liveinst' without the quotes. This brings up anaconda, which will assist you in installing the SoaS onto the hard disk.
In my case, I was using the latest Fedora-Live-SoaS-20 image, and the partition manager keeps dying on me, and sending me back to the prompt. Had to downgrade to Fedora 17 before it worked. Shrank the current Windows partition and used the resulting free space for Sugar.
More complete installation instructions here:
http://wiki.sugarlabs.org/go/Tutorials/Installation/Install_with_liveinst
Friday, December 20, 2013
PCA, CDC, OC
Received the PCA, CDC, and OC forms, which I need to sign and email back. Dunno what is the rush about, as the land is not yet registered. And I still need to do the following appointments:
- external finishes
- colours and inclusions selection
- kitchen
- electrical
Thursday, December 19, 2013
Lost Partition on External HDD
Strange case of a known working external hard disk not being accessible anymore. Upon connection to a PC, Windows reports that "You need to format the disk in drive F: before you can use it. Do you want to format it?" chkdsk /f looks promising as it seems to be able to "see" the files, but didn't restore the lost partitions even after a full day and night of fixing errors. Windows 7 Disk Management is reporting the HDD as RAW, healthy. No valid partitions anywhere.
Looks like the partition got corrupted. Thought of booting a Linux live CD and using some parition manager like Parted Magic, but too time-consuming. Apparently, a lot of people have been experiencing this problem.
First software I tried is EaseUS' Partition Recovery. The software didn't work for me. Seems to require a similar-sized "free" partition as the missing partition to work, though it doesn't say so in the instructions. Next one I tried is Partition Find and Mount. It didn't find any deleted or missing partitions after the Smart Scan. Tried the Normal and Thorough Scan, but didn't do anything.
The one which finally did the trick is GetDataBack for NTFS. According to the blurb, "GetDataBack will recover your data if the hard drive's partition table, boot record, FAT/MFT or root directory
are lost or damaged, data was lost due to a virus attack, the drive was formatted, fdisk has been run, a power failure has caused a system crash, files were lost due to a software failure, files were accidentally deleted. GetDataBack can even recover your data when the drive is no longer recognized by Windows. It can likewise be used even if all directory information - not just the root directory- is missing." You tell GetDataBack which drive and partition to work on, and it does the rest. Found all the missing directories and files. It's just a matter of copying them over to another hard disk. Software costs US$79.
Looks like the partition got corrupted. Thought of booting a Linux live CD and using some parition manager like Parted Magic, but too time-consuming. Apparently, a lot of people have been experiencing this problem.
First software I tried is EaseUS' Partition Recovery. The software didn't work for me. Seems to require a similar-sized "free" partition as the missing partition to work, though it doesn't say so in the instructions. Next one I tried is Partition Find and Mount. It didn't find any deleted or missing partitions after the Smart Scan. Tried the Normal and Thorough Scan, but didn't do anything.
The one which finally did the trick is GetDataBack for NTFS. According to the blurb, "GetDataBack will recover your data if the hard drive's partition table, boot record, FAT/MFT or root directory
are lost or damaged, data was lost due to a virus attack, the drive was formatted, fdisk has been run, a power failure has caused a system crash, files were lost due to a software failure, files were accidentally deleted. GetDataBack can even recover your data when the drive is no longer recognized by Windows. It can likewise be used even if all directory information - not just the root directory- is missing." You tell GetDataBack which drive and partition to work on, and it does the rest. Found all the missing directories and files. It's just a matter of copying them over to another hard disk. Software costs US$79.
Sunday, November 24, 2013
Bricking the iRiver X20
Bricking the iRiver X20 is fairly easy.
So lately I've starting playing with my iRiver X20 again. The iPod Classic has much bigger storage and better ease of use, but it doesn't do OGG natively. I noticed that the song selection on the X20 is a bit dated already, so I deleted some songs, and gave it a refresh. Upon disconnection from the PC, it starts to rebuild the library, and promptly hangs. At first I thought that maybe the rebuild is very CPU-intensive, which caused the screen to hang. I was hoping that it's actually doing something behind the scenes. Nope. Took out the battery, powered on, same thing. Plugging it to the PC via USB didn't help because as soon as the device powers up, it tries to build the library.
I'm guessing the culprit here is some non-conforming audio file. Either aac, or an m3u file, or a filename or tags with "bad" characters. Easiest way to recover is to wipe out the internal flash, but the owner's manual is of no help. I found one promising forum post, which recommends holding the menu button down while powering up the device. Worked for others, didn't work for me. So it's looking like this one is truly bricked. I've taken off the battery for now and waiting to see if it'll reset itself after a few days, but I'm not holding my breath.
Back to eBay for another iRiver. Bummer.
So lately I've starting playing with my iRiver X20 again. The iPod Classic has much bigger storage and better ease of use, but it doesn't do OGG natively. I noticed that the song selection on the X20 is a bit dated already, so I deleted some songs, and gave it a refresh. Upon disconnection from the PC, it starts to rebuild the library, and promptly hangs. At first I thought that maybe the rebuild is very CPU-intensive, which caused the screen to hang. I was hoping that it's actually doing something behind the scenes. Nope. Took out the battery, powered on, same thing. Plugging it to the PC via USB didn't help because as soon as the device powers up, it tries to build the library.
I'm guessing the culprit here is some non-conforming audio file. Either aac, or an m3u file, or a filename or tags with "bad" characters. Easiest way to recover is to wipe out the internal flash, but the owner's manual is of no help. I found one promising forum post, which recommends holding the menu button down while powering up the device. Worked for others, didn't work for me. So it's looking like this one is truly bricked. I've taken off the battery for now and waiting to see if it'll reset itself after a few days, but I'm not holding my breath.
Back to eBay for another iRiver. Bummer.
Saturday, November 23, 2013
Movie 2013.11.23 - Man of Steel
So many superhero movies nowadays. I liked the first part of the movie, where it explained the backstory of Krypton and why/how Kal-El was sent to Earth. Once Clark Kent came out and became Superman, it's all fight, fight, fight. There were so many extended fight sequences. In the end, Superman breaks General Zod's neck, and that's it.
I still think the S on his chest stands for Superman, regardless of what Jor-El says.
I still think the S on his chest stands for Superman, regardless of what Jor-El says.
Tuesday, November 19, 2013
Movie 2013.11.19 - Thor: The Dark World
Definitely preferred the first Thor over this sequel. There's a lot of unanswered questions and vague concepts. Not sure whether the plot points were really complicated, or the writers were just too lazy to tighten up the script.
If the Aether is so dangerous, why not destroy it, instead of leaving it around inside a stone column? Why was Dr. Selvig running around the Stonehenge naked? How do you explain the levitating cars, in conjunction to smaller items that simply fall through space (and materialize back)? How did Jane's phone get cellular reception in Svartalfheim? How do those teleportation devices work? How do those handheld blackhole generators work? What actually happened when the nine realms aligned? Whole city blocks transported to Jotunheim or Valaheim? How did Loki escape certain death, and what happened to Odin?
There are a few funny moments here and there, and a few cameos. We stayed around for the teaser during mid-credits, then left. Didn't know there's actually more after the final end-credits.
If the Aether is so dangerous, why not destroy it, instead of leaving it around inside a stone column? Why was Dr. Selvig running around the Stonehenge naked? How do you explain the levitating cars, in conjunction to smaller items that simply fall through space (and materialize back)? How did Jane's phone get cellular reception in Svartalfheim? How do those teleportation devices work? How do those handheld blackhole generators work? What actually happened when the nine realms aligned? Whole city blocks transported to Jotunheim or Valaheim? How did Loki escape certain death, and what happened to Odin?
There are a few funny moments here and there, and a few cameos. We stayed around for the teaser during mid-credits, then left. Didn't know there's actually more after the final end-credits.
Upgrading the N9
The N9 I got is the black 16GB Optus variant. Currently running PR1.2 (10.2011.34-1.248.1_PR_248). Instead of letting it get PR1.3 via OTA, I've a mind to flash a stock image manually to remove some Yes Optus stuff (Music Shop, Games, TV Video, and News). Yeah, I know it's only 4 apps (one row), but since I'm upgrading, might as well clean it up. Note that flashing a clean image simply removes carrier branding. If the phone is SIM-locked or network-locked, it remains that way.
Get the latest firmware using NaviFirm+
http://www.symbian-toys.com/navifirm.aspx
Or if NaviFirm+ stops working in the future, go here:
http://www.mrcrab.net/nokia/Nokia_N9.html?productID=4823499691&productType=RM-696
Both link directly to Nokia's firmware servers anyway.
Firmware download takes a long, long time. For the two bin images, prepare to have your download session running for 10-12 hours. I tried using NaviFirm+ and browser HTTP download. Same slow speed. And I ended up with two batches of files with different filesizes. No mdsum provided, so I can't say which one is the correct one. The files from the browser download comes with CRC appended, but doesn't tell you how to generate the CRC code. Personally, I would trust NaviFirm+ over the browser, as it supports pause and resume.
Get the product code from the sticker underneath the SIM tray, or from these links:
http://mobilelivingroom.de/Nokia-N9-product-codes
http://mynokiablog.com/2011/10/03/nokia-n9-product-code-and-variants-shows-uk-ireland-model/
http://www.mrcrab.net/NokiaProductCode/Nokia_N9.html?productType=RM-696
Mine is 059L3N7 for Optus, but I'm thinking of flashing the 059L698 version.
Maemo Flasher here:
http://tablets-dev.nokia.com/maemo-dev-env-downloads.php
Flasher documentation here:
http://wiki.maemo.org/Flasher
Complete flashing instructions here:
http://talk.maemo.org/showthread.php?t=82693
Actual upgrade was easier than I thought. Couple of things to take note of:
- command prompt must be run as administrator
- copy the bin images to the same directory as where the flasher executable is
- Make sure phone is powered off when connecting it to the PC via USB
Whole procedure took only like 5 minutes.
More tips and tricks
http://forums.whirlpool.net.au/forum-replies.cfm?t=1788707
https://docs.google.com/document/d/1a85BouTEB_Cr-K4StgDspSXUeWps-MwsA9gEyYtfrDI/edit?hl=en_US
http://talk.maemo.org/showthread.php?t=78598
Get the latest firmware using NaviFirm+
http://www.symbian-toys.com/navifirm.aspx
Or if NaviFirm+ stops working in the future, go here:
http://www.mrcrab.net/nokia/Nokia_N9.html?productID=4823499691&productType=RM-696
Both link directly to Nokia's firmware servers anyway.
Firmware download takes a long, long time. For the two bin images, prepare to have your download session running for 10-12 hours. I tried using NaviFirm+ and browser HTTP download. Same slow speed. And I ended up with two batches of files with different filesizes. No mdsum provided, so I can't say which one is the correct one. The files from the browser download comes with CRC appended, but doesn't tell you how to generate the CRC code. Personally, I would trust NaviFirm+ over the browser, as it supports pause and resume.
Get the product code from the sticker underneath the SIM tray, or from these links:
http://mobilelivingroom.de/Nokia-N9-product-codes
http://mynokiablog.com/2011/10/03/nokia-n9-product-code-and-variants-shows-uk-ireland-model/
http://www.mrcrab.net/NokiaProductCode/Nokia_N9.html?productType=RM-696
Mine is 059L3N7 for Optus, but I'm thinking of flashing the 059L698 version.
Maemo Flasher here:
http://tablets-dev.nokia.com/maemo-dev-env-downloads.php
Flasher documentation here:
http://wiki.maemo.org/Flasher
Complete flashing instructions here:
http://talk.maemo.org/showthread.php?t=82693
Actual upgrade was easier than I thought. Couple of things to take note of:
- command prompt must be run as administrator
- copy the bin images to the same directory as where the flasher executable is
- Make sure phone is powered off when connecting it to the PC via USB
Whole procedure took only like 5 minutes.
c:\Program Files\Nokia\Flasher> flasher -i
flasher 3.12.1 (Oct 6 2011) Harmattan
WARNING: This tool is intended for professional use only. Using it may result
in permanently damaging your device or losing the warranty.
Suitable USB interface (bootloader/phonet) not found, waiting...
Found device RM-696, hardware revision 1603
NOLO version 2.0.49
Version of 'sw-release': DFL61_HARMATTAN_10.2011.34-1.248.1_PR_248
Success
c:\Program Files\Nokia\Flasher> flasher -f -F main.bin
flasher 3.12.1 (Oct 6 2011) Harmattan
WARNING: This tool is intended for professional use only. Using it may result
in permanently damaging your device or losing the warranty.
Found device RM-696, hardware revision 1603
NOLO version 2.0.49
Version of 'sw-release': DFL61_HARMATTAN_10.2011.34-1.248.1_PR_248
Sending ape-algo image (7103 kB)...
100% (7103 of 7103 kB, avg. 17282 kB/s)
Suitable USB interface (phonet) not found, waiting...
Ping attempt 1 (250 ms)
Server application: 1.7.2
Found product RM-696 rev. 1603
Server implements softupd protocol version 1.8
Image SW version DFL61_HARMATTAN_40.2012.21-3.299.1_PR_299
Image moslo not present
Image mmc not present
Image tar skipped
Image config skipped
Battery level 93 %, continuing.
image [state progress transfer flash speed]
---------------------------------------------------------------------
[x] cert-sw [finished 100 % 1 / 1 kB NA ]
[x] cmt-2nd [finished 100 % 95 / 95 kB NA ]
[x] cmt-algo [finished 100 % 789 / 789 kB NA ]
[x] cmt-mcusw [finished 100 % 6050 / 6050 kB 3159 kB/s]
[x] xloader [finished 100 % 23 / 23 kB NA ]
[x] secondary [finished 100 % 94 / 94 kB NA ]
[x] kernel [finished 100 % 2714 / 2714 kB 2446 kB/s]
[x] rootfs [finished 100 % 1170333 / 1170333 kB 10097 kB/s]
Updating SW release
Success
c:\Program Files\Nokia\Flasher> flasher -f -F main.bin -F emmc.bin --flash-only=m
mc
flasher 3.12.1 (Oct 6 2011) Harmattan
WARNING: This tool is intended for professional use only. Using it may result
in permanently damaging your device or losing the warranty.
Ping attempt 1 (250 ms)
Server application: 1.7.2
Found product RM-696 rev. 1603
Server implements softupd protocol version 1.8
Image SW version DFL61_HARMATTAN_40.2012.21-3.299.1_PR_299
Image cmt-2nd skipped
Image cmt-algo skipped
Image cmt-mcusw skipped
Image xloader skipped
Image secondary skipped
Image kernel skipped
Image moslo skipped
Image rootfs skipped
Image tar skipped
Image config skipped
Battery level 94 %, continuing.
image [state progress transfer flash speed]
---------------------------------------------------------------------
[x] cert-sw [finished 100 % 1 / 1 kB NA ]
[x] mmc [finished 100 % 1946679 / 1946679 kB 12860 kB/s]
Success
More tips and tricks
http://forums.whirlpool.net.au/forum-replies.cfm?t=1788707
https://docs.google.com/document/d/1a85BouTEB_Cr-K4StgDspSXUeWps-MwsA9gEyYtfrDI/edit?hl=en_US
http://talk.maemo.org/showthread.php?t=78598
Subscribe to:
Posts (Atom)









