N900
Nexus One
Personal Coding and Hobby Notebook
N900
Nexus One
Nexus 1 indeed. 17 files get their MD5 calculated on the Droid and 17 files get their MD5 hash calculated on the Nexus 1 Nexus 1 pwns. Here’s the code in case you’re curious. [java] public void onClick(View v) { _logTextView.setText("MD5 Benchmark on " + Build.DEVICE + "nn"); if (GlobalVariables.APP_CONTEXT == null) GlobalVariables.APP_CONTEXT = getApplicationContext(); […]
OSX Setup Modify your adb_usb.ini Open the ~/.android/adb_usb.ini file for editing and add 0x1949 0x0006 Save the file. Note: Make sure there is only one entry per line. If the file does not exist, create the file and make sure you have the required Android SDK prerequisites configured. Restart the ADB server and confirm your […]
I wish there were an Android phone in the market that: – Let’s me have Admin privileges on my device out of the box (rooted by default) – Does not start 20+ background processes I don’t want along with a lot of uninstallable apps that just eat on my resources and battery life. for example: […]