xanax xanax online without prescription taking viagra and xanax soma overnight cod no rx soma online delivery order phentermine next day phentermine hcl capsules buy tramadol cash on delivery tramadol hcl 50 mg tablet tev chinese viagra viagra discount online cialis online australia 20mg generic cialis pills buying ambien online ambien cautions for the elderly Valium overnight delivery no a rx overnight Valium order fioricet 250mg no rx fioricet canada buy cheap discounted Meridia Meridia overnight without prescription buy xanax cod overnight cheap generic xanax soma no rx foreign buy soma online without dr approval phentermine 37.5mg blue and white tab buy phentermine online in the uk tramadol overdose resumption tramadol classified drug how do i order viagra online can you order viagra from a canadian pharmacy generic cialis pills and generic viagra cialis overnight us pharmacy buy online rx ambien without buy ambien online overnight Valium how much can you take buy liquid valium online how to get a doctor to prescript fioricet fioricet online uk meridia overnight fedex cheap meridia by fedex cod order generic xanax online buy xanax online buy soma overnight soma online phentermine 37.5 mg no prescription cheap phentermine cod cheapest tramadol overnight very cheap tramadol online Viagra no prescription order Viagra without prescription generic cialis buy cialis online buy Ambien no prescription buy Ambien online cod buy no prior perscription Valium

Move Applications to Memory Card

April 12, 2009 · Posted in Uncategorized · Comment 

This is little write-up assumes two things:

  1. Your Android device has Busybox installed. (You have either Haykuro 5.01+ or JesusFreke ROM) 
  2. You have the Android SDK installed on your computer and your environment includes the path to your Android SDK.

Now this was written for an HTC Dream (T-Mobile G1); however, I assume this can also be used for other Andoird based devices.

  1. Launch the Terminal or Command Prompt
  2. In the terminal or command prompt type:
  • adb shell
  • df -h (This will show you a list of partitions available to the device)

At this point you will see something like this:

 

# busybox df -h

Filesystem                Size      Used Available Use% Mounted on

tmpfs                    48.4M         0     48.4M   0% /dev

tmpfs                     4.0M      8.0k      4.0M   0% /sqlite_stmt_journals

/dev/block/mtdblock3     67.5M     64.0M      3.5M  95% /system

/dev/block/mtdblock5     74.8M     34.1M     40.7M  46% /data

/dev/block/mtdblock4     67.5M      1.4M     66.1M   2% /cache

/dev/block/mmcblk0p2    552.5M    432.0k    524.3M   0% /system/sd

/dev/block//vold/179:1

                          6.8G     42.5M      6.8G   1% /sdcard

 

I’m using a 8GB memory card, your volume sizes will differ. The location to where you’ll be moving your applications to would be the /system/sd partition. Make sure this exists and its size is the one your partitioned it to be earlier. If the partition doesn’t exist your partitioning went wrong somewhere so back up and try again, until you see it.
  • cp -a /data/app /system/sd (This will copy the applications from your applications directory to your memory card)
  • cp -a /data/app-private /system/sd
  • rm -r /data/app (This will remove the applications from the phone’s memory)
  • rm -r /data/app-private
  • ln -s /system/sd/app /data/app (This will create a “link” so that you can install applications on your memory card.)
  • ln -s /system/sd/app-private /data/app-private
  • reboot

That’s all. If you need additional help the wonderful folks at xda-developers can assist you. Additionally, a more in-depth version of this is available here.

HTC Sapphire ROM ported for HTC Dream

April 10, 2009 · Posted in Uncategorized · Comment 

Written By: Adam Su

With all the talk of G2 and the ROM update known as “Cupcake” being circulated around the internet, one online user has decided to make it happen haykuro So how does one acquire this update?

If you’re already running a rooted Dream (T-Mobile G1) then proceed to download one of the updates located on the Sapphire Dream Port Google Code Site rename it to update.zip and copy to your memory card. Restart your phone holding the Power and Home buttons. When you see a Caution logo or a JF splash screen press Alt-W (this will wipe your phone) and the Alt-S (to apply the update). That’s all.

Now if you’re not running a rooted version of the Dream then you’ll need to do that. The instructions can be found somewhere here.