Theme Android (Dell Streak5)

Theming Froyo Dialer

Contacts.apk

Contacts.apkreslayout-long-fingertwelve_key_dialer.xml

  • CHANGE android:background=”#ff313131″ like:
  • LinearLayout android:orientation=”vertical” android:id=”@id/top” android:background=”@drawable/custom_dialer_background” android:layout_width=”fill_parent” android:layout_height=”fill_parent”

Contacts.apkreslayout-long-land-fingertwelve_key_dialer.xml

  • android:background=”@drawable/custom_dialer_background

Contacts.apkresvaluesplurals.xml

  • item quantity=”other”> %1$1$d contacts, %2$2$d with phones

Contacts.apkresvaluespublic.xml

  • <public type=”drawable” name=”voicedialer_pressed” id=”0x7f0200ce” />
  • <public type=”drawable” name=”custom_dialer_background” id=”0x7f0200cf” />

Contacts.apkresvaluesstyles.xml

  • <style name=”DialtactsTheme” parent=”@android:style/Theme.Wallpaper”>
  • <item name=”android:windowBackground”>@drawable/custom_dialer_background</item>

Once I you get that to compile, follow: [GUIDE]How to Theme Stock Dialer

archive: FROYO framework-res notes…

/system/app/settings.apk
HDPI 55×55: res/drawable-hdpi/ic_settings_*.png
(MDPI 48×48: res/drawable-mpdi/ic_settings_*.png
/system/framework/framework-res.apk
(50×26)/assets/webkit/android-weberror.png
HDPI: 72×72: res/drawable-hdpi/ic_menu_*.png
MDPI: 48×48: res/drawable-mdpi/ic_menu_*.png

Using Your iPad as an Extended Monitor

air-display-logo

Looking to use your iPad as a dual monitor / extended laptop screen? There are currently three apps that claim to do the following &  I put each through its paces and make a recommendation.

  • Use your iPad as a second monitor / dual display
  • Supports both landscape and portrait mode
  • Allows you to set your screen resolution
  • Works on either Macs or PCs

Each of these apps basically work in the same way. All three claim to extend your display when both your laptop and iPad are on the same WiFi network.  However, the difference between these apps becomes apparent  in execution.
Air Display vs iDisplay vs MaxiVista  using  Win7 64bit SP1 and first gen iPad w/ IOS 4.2.1
Continue reading “Using Your iPad as an Extended Monitor”

Cleaning Up a MacBook Air OS 10.5.8

lippupalloA customer came to me with their MacBook Air (first Gen) with a 75GB SDD.  It only had 1GB free space on the internal HD and would not run Apple Software Updates.  Software Update would claim that there was not enough free space and 2.9GB was needed.
Monolingual removed all language files (other than English), keyboard layouts, and processor architecture.    Supposedly it not only saves HDD space but also speeds up OSX through optimization.
When running Monolingual, it is important to choose Remove on each tab (Languages, Input Menu, Architecture) individually.  When I hit Remove after choosing all languanges, but was on the Input Menu, it told me I saved 60Mb.  Wow, not great…  But then I realized if I hit remove on the Language tab, it removed about 3 GB of data from the Macintosh HD and the Monolingual app took much longer to run.  Removing architectures (all but Intel and Intel 64bit) resulted in recovering 786M of space.
Continue reading “Cleaning Up a MacBook Air OS 10.5.8”

IE9 is the Current Most Secure Web Browser Against Socially Engineered Malware

ie9
IE9 is only available for Windows 7 (and Vista if you have to use that).  Don’t worry though XP users, IE8 is right behind at number 2 in the new malware study performed by NSS Labs.
NSS Labs Web Browser Group Test Socially-Engineered Malware 2011
IE9 also boasts some impressive browser speed improvements. With hardware accelerated video and graphics, IE9 is FAST.
See 9 reasons to get Internet Explorer and Download IE9
Also, make sure you read on how to use an add blocking add-on such as Simple-Adblock with Internet Explorer.  Now if only IE9 could sync bookmarks easily. Continue reading “IE9 is the Current Most Secure Web Browser Against Socially Engineered Malware”

How to Add the GooglePlus +1 Button to Your WordPress Posts

Google +1 Webmaster Dev Page
plusone
Certain code snippets need changed slightly to add to a wordpress site.
Edit theme footer.php and insert the following just before the closing body tag:

This calls the Google Analytics tracker into play.  Now open your theme Single Post single.php and add the following snippet:

size can equal small, medium, tall or leave out all together for standard
count equals true shows the number of +1 votes, equals false hides that from your page
callback adds site tracking analytic data for Google +1 clicks that can be viewed in Google Analytics.

How to Increase AT&T 3G Speed on Android

android3gThere are steps to increase your ROOTED Android phone’s 3G performance on the AT&T network if you are using a stock ROM.  Using the Dell Streak running SimpleStreak 1.2 as an example, I was consistently pulling ~800kbps from various Ookla servers.  My buddy’s iPhone 4 would hit 2.5MB sitting right next to me running the test simultaneously.  The issue does not manifest when using a custom ROM such as CyanogenMod on the Nexus One or StreakDroid on the Dell Streak.  That is because they have already added the modifications to the build.prop to specify the category settings of the radio interface layer (ro.ril).
The radio interface layer is controlled by ro.ril commands in the build.prop file (2.2.2 Froyo) and indicates the class category of the target network. Android is available on every network throughout the world, so some testing has been done to ensure the best performance on the AT&T 3G network using the Dell Streak. Please note, these settings may work on other phones. In fact, many of these settings were gleemed from Amon_RA’s testing with the Nexus One. Continue reading “How to Increase AT&T 3G Speed on Android”