What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Droid 2 Global System Dump

Have any one found out where the profiles are...the one that allow you to change the scenes.
 
We are trying to get that on the droid 2 so we need to know hat apks are needed from the system dump.
 
tried installing the blurhome.apk, i get a failed install every time.

you need to install it to /system/app (on top of the original blurhome.apk)
make an update.zip of the blurhome.apk and try to install it(make a backup first though)
or if you dont want to do that, do a backup, put blurhome.apk on /sdcard/blurhome.apk and through a terminal:
su
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
cp /sdcard/blurhome.apk /system/app/blurhome.apk (make sure you get the capitals right)
reboot
 
Last edited:
Hi and thank you for the system dump. I was wondering how to what to do with the file after i extract it from the rar file? I would like to choose which apk's to put back on, esp the 3g hotspot apk for the d2g.
 
Hi and thank you for the system dump. I was wondering how to what to do with the file after i extract it from the rar file? I would like to choose which apk's to put back on, esp the 3g hotspot apk for the d2g.

3G hotspot is called "mynet.apk". Don't forget to put the odex file too. Ensure permissions are set right too (0x644 or rw-r--r--)
 
Thanks for the quick reply. But once I dl the zip the only thing in it is an unknown file. How do I extract it on my pc?. I've been reading for hours now and no clear answer. I appreciate the help.
 
This is actually a tar archive. To get around, use WinRAR. Open the file with WinRAR - it will show you one file with no extension or anything (the tar). Click "view" on WinRAR button bar. It will open another window and will show you the file content (files and folders).
 
Back
Top