Archive

Archive for the ‘How-To’ Category

Sony Ericsson X1 running Android

February 3rd, 2010

Here’s a video showing how some crafty developers got Android running on the Sony Ericsson X1. Both Android 1.6 and 2.0.1 have been successfully ported to the X1, with a few things yet to be fixed, such as the camera, GPS and bluetooth. But that’s not the point right? It’s about using Android on whatever device you want. From the video you can see it’s not exactly perfect, but if you’ve got an X1, and you feel a little frisky, head over to xda-developers for all the details.

[via GadgetVenue]

Ben Marvin Hacks, Hardware, How-To , , , , , , , , ,

How To: Backup protected and paid Android applications for root users

November 22nd, 2009

First off, this is not a guide to pirating apps. There are legit reasons for wanting to backup your applications. Sometimes an older version of the app worked better, or had features you liked better. Sometimes new versions don’t work with specific phones and you need to revert back. Now, you can use AppManager to backup most apps, but protected apps are not included in this because they are stored in a different directory. With a rooted phone, you can access this directory and copy the apps to your SD card or to your computer. After all, you paid for it, it’s yours. If you want to pirate apps, or buy an app, copy it then return it, that’s on you, I’m not advocating that.

First method, copy with your phone to SD card:

  1. Install and open a Terminal Emulator on your phone.
  2. Enter su to be superuser (root).
  3. Enter cd /data/app-private/ to enter the protected application directory.
  4. Use ls to view the apps in the directory.
  5. Enter cp filename.apk /sdcard to copy a single app to your SD card.
    (Or to backup all the protected apps: cp * /sdcard)
  6. If you want to backup all your apps, they can be found in /data/app/

Second method is to use Android Debug Bridge with your PC:

  1. Install the Android SDK on your PC
  2. Connect your phone to your computer via USB cable, and make sure USB debugging is enabled on your phone (Settings > Applications > Development)
  3. Enter adb shell to fire up Debug Bridge and enter shell mode
  4. Enter su to become superuser
  5. Enter cat /data/app-private/filename.apk > /sdcard/filename.apk to copy the file to the SD card.
  6. exit
  7. exit
  8. And finally adb pull /sdcard/filename.apk filename.apk pulls the .apk file from your SD card to your computer.

Success? Problems? Moral issues with copying software? Let us know in the comments.

Ben Marvin Hacks, How-To , , , , , ,

How To: Root the Sprint HTC Hero and Samsung Behold 2

November 8th, 2009

Remember the excitement when the G1 was first rooted? Now there’s the same for owners of the Sprint Hero and Samsung Behold 2. For the Hero, there’s a thread over at xda-developers with clear instructions on how to Root your Sprint Hero. Not much yet in the way of custom ROMS or other goodies, but you can run applications that require superuser such as wireless tethering.

For Samsung Behold 2 owners, head over to All Droid for your rooting instructions.

I don’t have either of these handsets, so I can test myself, but if anyone successfully roots (or doesn’t), let us know in the comments how it went. And as always with hacking and modifying your phone, do so at your own risk.

[Thanks Ted for the tip on the Behold 2]

Ben Marvin HTC, Hacks, Hardware, How-To, Samsung, Sprint, T-Mobile , , , , , , , , ,

Didn’t get your Donut 1.6 update yet? Here’s how to manually update

October 2nd, 2009

T-Mobile has started their OTA rollout of the Android 1.6 Donut update. We’ve all been anxiously waiting, but if you don’t feel like waiting anymore, here’s how to do the update manually:

  1. Download the update file here for the G1. And here for the myTouch 3G.
  2. Rename the file update.zip and copy it to the root directory of your SD card. If you are on Windows and have file extensions hidden, then just name it update.
  3. After the file is copied, unmount the SD card and turn off you phone. Turn it back on by holding HOME+END.
  4. It will boot into a special update screen, then press Alt+S to apply the update from your SD card.
  5. Wait till it finishes, then hit HOME+BACK to reboot
  6. The bootup will take longer than normal, just let it finish.
  7. Enjoy some tasty Donuts!

A quick note, you do not have to have your phone rooted to update, but if you are rooted, this update will lose your root access. Questions, comments, issues? Let us know in the comments.

UPDATE: A reader wrote in with the process for myTouch owners:

There is no need to root or flash from a computer and upgrading is just as easy as with the G1. Put the update.zip file on the SD card, hold home+power until you get to the screen with the exclamation mark in a triangle. Once at that screen just press home+power again. It will take you to the recovery screen where you can use the trackball to to select “update from sd card”.

Ben Marvin How-To, Software, T-Mobile , , , , , ,

Android OS for the HTC Touch Diamond and HTC Touch Pro (Sorta)

June 22nd, 2009

It’s not everyday you see a Windows Mobile smartphone running a Linux-based mobile operating system. But, in the crazy (crazy cool, that is) world of handset hackery, anything is possible. So, it shouldn’t be all that surprising that Android hackers have ported Android OS to the HTC Touch Diamond (Diamond) and HTC Touch Pro (Raphael). The new Android OS ROM has been posted to the HTC-Android forums for anyone willing to use their previous-gen smartphones as Android guinea pics.

To be clear, Android OS runs just fine on the Diamond and Raphael. Unfortunately, there’s still the issue of creating Linux drivers to control all the different devices in the HTC Touch Diamond and HTC Touch Pro. So, for now, Android OS can basically only surf the web and send SMS through the smartphone’s GSM connection (GPRS, EDGE, 3G). Everything else (microphone, speaker, WiFi, Bluetooth, GPS, etc.) just doesn’t work… yet.

We’ll  be looking forward to seeing everything fixed hopefully in the near future. But it would be nice if HTC jumped in on this and ported Android to more of their devices.

[PPCGeeks] [via IntoMobile]

Ben Marvin HTC, Hacks, Hardware, How-To , , , , , , , ,

What To Do If Your Android Phone Gets Water Damage

May 28th, 2009

Yeah, I got this from one of the Blackberry blogs I still read. But it’s good all around advice for owners of expensive phones. I know first, second, and third-hand how horrible it can be if your $400+ smartphone gets water (or other liquid) spilled on it. Or even worse, dunked in water.

    1. Pull out the battery. (Some also recommend pulling the SIM)
    2. Put your device near sunlight.
    3. Rotate your device so all sides get sunlight.
    4. Leave it near sunlight for 24 hours. Some suggest in a bowl of uncooked rice or with silica gel packs.
    5. Do NOT put your battery back until the 24 hours are up.
    6. After 24 hours, put the battery back in and power on.

Yes, the bowl of rice trick does work. A friend of mine got drunk and dropped her Blackberry in the sink, over night in a cup of uncooked rice brought it back to life. If this doesn’t work for you, hope you have insurance on your phone, suck it up and pay the deductible. And don’t try and sucker you way out with a warranty claim, your carrier will find out. It’s not hard to tell if a phone has been water damaged. And above all, just be careful around water!

Ben Marvin Hacks, How-To , , , , , , , , ,

Update Manually To Android 1.5 Cupcake Without Rooting

May 21st, 2009

So someone got their hands on the UK 1.5 image and you can manually update to Android 1.5 Cupcake without having to root your phone and worry about bricking it.

I cleaned up the instructions a bit, because the grammar was horrible. I also uploaded to a third mirror and PirateBay, since RapidShare wouldn’t let me download and SendSpace was throttling the download. If you can mirror this somewhere else, please share the bandwidth and drop a link in the comments. But here you go, from the t-mobile.com forums:

Download the image:

http://rapidshare.com/files/234560998/update.zip.html – Mirror 1

http://www.sendspace.com/file/amcvxn – Mirror 2

http://uploading.com/files/2GDTJMY3/update.zip.html – Mirror 3

http://thepiratebay.org/torrent/4906690 – TPB Torrent

Download one of these and copy to your MicroSD card.

1)Turn your phone off. Boot while holding the home button.

2)When you see the triangle, hit Alt+L

3)Then Alt+S

4)Press Home and Back when it tells you to (to reboot your phone)

5)You’ll notice it says installing Radio after you hit Home+Back (thats normal and fine)

6)You’ll see it reboot like 2 times then you’ll see the new android loading screen. and there ya go! android 1.5 without having to root/jailbreak and you’re good to go.

7)when 1.5 for the US comes out, just repeat the same process except with the TMobile USA update.zip

Please note, just like the JF1.5 image and others currently out, this does not include the IM application, only Google Talk. It’s also reported that Amazon MP3 and Google Voice Search are not included.

Ben Marvin Hacks, How-To, Software, T-Mobile , , , ,

How To: Root Your G1 And Install Android 1.5 Cupcake

May 14th, 2009

First off, I take no credit for this guide, this is straight from the xda-developers forums, which is an excellent place to learn about HTC phone hacking. So let’s get started. Make sure you backup anything important on your phone as this will erase everything. There are several apps in the Market that will backup apps, SMS, and other data for you. So don’t complain if you’ve lost your data. Your contacts and email should still synch with Google once you reinstall the new OS.

If you have US-RC30/UK-RC8 or higher, you will first need to downgrade your phone to a previous version. (Skip these steps otherwise)

  1. Format your phone’s SD card to FAT32 mode:
    • Hook your phone up to your computer using a USB cable and then wait for the notification to show up in your title bar of your phone.
    • Click the notification, and then click “Mount”.
    • A new removable disk should show up on your computer. Right click it and select Format, and select FAT32 as the file system type.
  2. Download and unzip the RC29 or RC7 image file. Copy the DREAMIMG.nbh file to the SD card. (RC29 for US, RC7 is for UK)
  3. Turn the device power off.
  4. Hold Camera button, and press Power button to entry bootloader mode. You should see a gray/white screen with instructions to flash your phone with the update on your SD card. If you don’t see that, make sure you followed the instructions properly.
  5. As per the on-screen instructions, press the Power button to start upgrade procedure. DO NOT DO ANYTHING TO INTERRUPT THIS PROCESS.
  6. After it is finished, perform the restart your phone.

Once you are running RC29 firmware:

  1. Download recovery.img and copy it to your SD card (see the previous instructions on how to copy from your computer to your Phone’s SD card).
  2. Download the Hard SPL and copy the zip file to the SD card.
  3. All files must be on the root of your SD card.
  4. Restart your phone. Wait for your phone to start up fully and show the home screen.
  5. After your phone starts up, hit the enter key twice, type “telnetd” and press enter. (Yes, it will start up a contact search, don’t worry. Just type it.)
  6. Download an Android “Telnet” application from the Market and connect to localhost.
  7. If you connect successfully, you will have a root prompt “#”.
  8. Type the following into Telnet (these commands will give you root access easier in the future):
    • mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
    • cd sdcard
    • flash_image recovery recovery.img
    • cat recovery.img > /system/recovery.img

Now you have root!
Now that you have root, you will want to apply “Hard SPL” to your phone. HardSPL is what will allow you to apply flash images from other regions (like UK on US phones, and vice versa), create full backups of your phone, install the latest build from the Android source, and usually resurrect your phone if it is “bricked”. You have already downloaded the file to your SD card, so now you can apply it.

  1. Power off your phone.
  2. Start up in recovery mode by holding home and pressing power.
  3. You will now enter recovery mode. You should see an exclamation.
  4. If you do not see a menu on screen, press Alt-L to show the menu.
  5. Press Alt-S to apply the update from the SD card.
  6. After the update is complete, hold Home and press Back to restart.

And now, the last step! You are still running an old version of Android, but you want to upgrade to the latest and greatest update! You can do this, and not lose root by downloading modified versions of the updates.

Download one of the latest ROMs to install, I recommend JF1.5:

JesusFreke 1,51

Haykuro Builds

The Dude’s Cupcake 1.2 Full
The Dude’s Cupcake 1.1a Lite (No 3rdparty/dev apps/Manup Blue Theme)

You will also want to apply the latest radio update from HTC. Install the same way as the system image:

HTC Downloads Page

To install the latest build (instructions from Haykuro):

1. Gain root (follow the various threads available on the forums to accomplish this).
2. Download the latest build above.
3. Copy to your sdcard as update.zip
4. Power off your phone.
5. Hold the Home button, and power on the device. (This should send you into recovery mode).
6. Press ALT+B to create a nandroid backup (if you wish to fall back without losing any data later, if you do go back to RC33 [or any other firmware 1.0 update] you will need to reflash your radio, users have reported problems using the new radio on the old firmwares.)
7. Press ALT+W, then ALT+S.
8. wait for it to finish, then home+back.

There you have it. I hope I gave proper credit and backlinks to the awesome people that make this possible. Now you can brag about your new Cupcake and also do all the cool stuff with root, like install full Linux distros, tether your phone, and install apps on the SD card.

Ben Marvin Hacks, How-To, Software , , , , , , , , , , , , ,

How To: Activate an Unlocked G1, With or Without a T-Mobile SIM

February 23rd, 2009

If you purchased a new G1 and you don’t want to be stuck with T-Mobile for 2 years, there are a couple of possible ways to bypass the initial activation so you can use the G1 on your AT&T or other carrier’s SIM card.

The first involves using a friend’s T-Mobile SIM card (via loveforbiz.com):

  1. Insert friends activated T-mobile SIM into G1 along with battery
  2. Power on and wait for setup screen
  3. Go through setup process to link any Gmail account
  4. Go to Settings > Wireless Controls > Wi-Fi Settings > Enable Wi-Fi
  5. Connect to nearby Wi-Fi network if one is available
  6. Optional: Stop the phone from syncing with Gmail account by going to Data Synchronization and unchecking Auto-sync, Gmail, Calendar, and Contacts
  7. Once done, take out friends SIM card and insert unactivated SIM that came with G1

The second method activates and unlocks your G1, assuming you have purchased an unlock code (via modmygphone.com):

  1. Purchase the unlock code for your G1.
  2. Put your carrier’s sim in the phone.
  3. Turn on your phone. It will ask you for the unlock code. Simply type in the unlock code.
  4. The phone will tell you to touch the Android after which you need to setup up a new Gmail account or sign in with an existing Gmail account. This is the activation process and it will of course fail since we aren’t using a T-Mobile SIM in our G1.
  5. After the activation fails, press Try Again and it will take you back to the screen where I needed to enter in my Gmail account and password. This time instead of providing the information, press the Menu button on the phone. A nice little pop up will appear for APN Settings. Select it.
  6. Now you have a list of carrier APNs showing and they are all T-mobile. Select one and you will see all the Settings for that APN. From here you can either press menu to add a new APN or edit the settings for the existing one you are viewing. I chose to edit the existing one since I wont need it. Here is the trick. You need to enter in your carriers APN Settings when you create a new APN or edit an existing one. If you don’t know your carrier’s APN settings, the folks at modmygphone have put together a nice list here.
  7. You have now entered in your carrier APN settings so hit the Menu button and select Save.
  8. Press the back button on your phone until you get back to the sign in or create gmail account. Follow the steps. This time assuming you have entered in the correct APN settings for your carrier instead of the “There is a problem communicating with the Google servers” error you will get a nice signed in screen. Congrats! Your Andriod phone is now unlocked and activated running on the network of your choice. You should be able to use all the phone’s features and be totally good to go!

Ben Marvin AT&T, Google, How-To, T-Mobile , , , , ,

Get Equifax Score Power