Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
casacristo
Old
(Last edited by casacristo; 28th March 2011 at 04:11 PM.) Reason: alpha7 based on Cobalt rom
#1  
Senior Member - OP
Thanks Meter 51
Posts: 276
Join Date: Oct 2009

 
DONATE TO ME
Exclamation [ROM] [MIUI] MIUI 1.3.11 Porting effort to the D2 (not working yet)

Hello,

I do not have access to a Droid2 right now so please do a NAND backup BEFORE and then try to flash my MIUI D2 ROM[/URL]
IMPORTANT:

Make sure you have a .sbf file to restore the phone to factory state if this rom does not work as intended,
remember I DO NOT own a droid2 (and with the lack of donations it doesn´t look like I will be able to afford one anytime soon)
so unfortunately I can not test whether the rom works correctly, partially or not at all.

ALPHA7:
http://www.ziddu.com/download/143741...igned.zip.html



Install:
make sure you have root and clockworks recovery installed
Warning!!!! Make sure you are on 2.3.320 or 2.3.340!!!
-boot into recovery via clockworks bootstrap
-select "wipe data/factory reset"
-select "Yes -- delete all data"
-go back "powerbutton"
-select "install zip from sdcard"
-select "choose zip from sdcard"
-find and select alphaXX-signed.zip
-reboot

WARNING:

If the rom does not work to perfection (or at all) and you want to help with the porting effort please carry out the following steps:

1) Install the latest alpha (in this thread)
2) (optional if you want to produce a debug log but can not do so)
Before rebooting apply the following patch to enable debugging

3) From a terminal enter these commands:
Code:
adb shell stop
adb shell setprop log.redirect-stdio true
adb shell start
and in a separate terminal
Code:
 adb -d logcat
Now reboot the phone so we get some logs (hopefully)

4) Repeat the process of point 3) with
Code:
 db -s ? bugreport
5) check the contents of /sdcard/clockworkmod/ for .log files


Get me the resulting output logs... (under /sdcard/clockworkmod/ )

-------------------------------


If you encounter errors please be as specific as you can in the error report
HTC DESIRE - MildWild 8.0
SD CARD DESIRE: 32GB (FAT32+EXT4+EXT4)
Follow me on Twitter!

The Following User Says Thank You to casacristo For This Useful Post: [ Click to Expand ]
 
miketoasty
Old
#2  
Senior Member
Thanks Meter 373
Posts: 2,095
Join Date: Sep 2010
Location: Pittsburgh
Downloading now. Will put in my .02 when I get it up and running.
 
miketoasty
Old
#3  
Senior Member
Thanks Meter 373
Posts: 2,095
Join Date: Sep 2010
Location: Pittsburgh
As promising as this looks. After downloading twice and copying over twice I can't install it. I get E:Error in /sdcard/miui-d2-alpha-signed.zip (Status 6) Installation aborted.

Any ideas?
 
Thornfulless Rose
Old
#4  
Thornfulless Rose's Avatar
Senior Member
Thanks Meter 1
Posts: 117
Join Date: Aug 2010
Quote:
Originally Posted by miketoasty View Post
I get E:Error in /sdcard/miui-d2-alpha-signed.zip (Status 6) Installation aborted.
Same here.
CM7 Gingerbread
600mhz
 
phrozen87
Old
#5  
phrozen87's Avatar
Member
Thanks Meter 14
Posts: 81
Join Date: Aug 2010
Location: Kentucky
Would love to give this a try also if the file gets fixed. There has been a lot of hype around MIUI and I'd like to see if it works any good!
Devices:
Google Nexus 7 | CM10
HTC Incredible 2 | CM9

Motorola Droid 2 | CM9
HP Touchpad | CM9
 
Seanydizzley
Old
#6  
Seanydizzley's Avatar
Senior Member
Thanks Meter 14
Posts: 157
Join Date: Apr 2010
Location: IN
This really made my day. I can't wait to see what comes of this. Looks really promising.
 
casacristo
Old
#7  
Senior Member - OP
Thanks Meter 51
Posts: 276
Join Date: Oct 2009

 
DONATE TO ME
I think the bug is with the buidscript
I will try to fix it... stay tuned
HTC DESIRE - MildWild 8.0
SD CARD DESIRE: 32GB (FAT32+EXT4+EXT4)
Follow me on Twitter!

 
casacristo
Old
(Last edited by casacristo; 15th March 2011 at 09:36 PM.) Reason: New update-script
#8  
Senior Member - OP
Thanks Meter 51
Posts: 276
Join Date: Oct 2009

 
DONATE TO ME
Open the .zip from the first posting and rename
/META-INF/com/google/android/updater-script

to update-script

and the content with:

Code:
show_progress 0.500000 0
delete_recursive SYSTEM:
format SYSTEM:
format CACHE:
copy_dir PACKAGE:sdcard SDCARD:
copy_dir PACKAGE:system SYSTEM:
copy_dir PACKAGE:data DATA:

## droid2 froyo MIUI permissions ##
set_perm_recursive 0 0 0755 0644 SYSTEM:
set_perm_recursive 0 2000 0755 0755 SYSTEM:bin
set_perm 0 3003 02750 SYSTEM:bin/netcfg
set_perm 0 3004 02755 SYSTEM:bin/ping
set_perm 0 1001 04770 SYSTEM:bin/pppd-ril
set_perm 0 2000 06750 SYSTEM:bin/run-as
set_perm 0 0 06755 SYSTEM:xbin/su
set_perm_recursive 1002 1002 0755 0440 SYSTEM:etc/bluetooth
set_perm 0 0 0755 SYSTEM:etc/bluetooth
set_perm 1000 1000 0640 SYSTEM:/etc/bluetooth/auto_pairing.conf
set_perm 3002 3002 0444 SYSTEM:/etc/bluetooth/blacklist.conf
set_perm 1002 1002 0440 SYSTEM:etc/dbus.conf
set_perm 1014 2000 0550 SYSTEM:etc/dhcpcd/dhcpcd-run-hooks
set_perm 0 0 06755 SYSTEM:etc/install-recovery.sh
set_perm 0 2000 0550 SYSTEM:etc/init.goldfish.sh
set_perm_recursive 0 0 0755 0555 SYSTEM:etc/ppp
set_perm_recursive 0 2000 0755 0755 SYSTEM:xbin
set_perm 0 0 06755 SYSTEM:bin/busybox
set_perm 0 0 06755 SYSTEM:bin/busybox2
set_perm 0 0 06755 SYSTEM:bin/sysinit

set_perm 0 0 06755 SYSTEM:etc/init.d/00banner
set_perm 0 0 06755 SYSTEM:etc/init.d/01sysctl
set_perm 0 0 06755 SYSTEM:etc/init.d/02firstboot
set_perm 0 0 06755 SYSTEM:etc/init.d/05modules
set_perm 0 0 06755 SYSTEM:etc/init.d/06defaulttheme
set_perm 0 0 06755 SYSTEM:etc/init.d/99complete

set_perm 0 0 06755 SYSTEM:xbin/zipalign
set_perm 0 0 06755 SYSTEM:xbin/zipalign_apks


show_progress 0.2 10

Then I am not sure if you need to sign the resulting .zip or not (try without and see what happens, if it works, or a different error)
Make sure you edit the update-script file within linux or using something like ultraedit or notepadplus

(remember guys I am working blind here as I am not likely to have a droid2 for a couple of months, I need people able to flash the different alphas and report on errors)
HTC DESIRE - MildWild 8.0
SD CARD DESIRE: 32GB (FAT32+EXT4+EXT4)
Follow me on Twitter!

 
miketoasty
Old
#9  
Senior Member
Thanks Meter 373
Posts: 2,095
Join Date: Sep 2010
Location: Pittsburgh
Tried and got same error before and after signing.
 
casacristo
Old
#10  
Senior Member - OP
Thanks Meter 51
Posts: 276
Join Date: Oct 2009

 
DONATE TO ME
yes, the scrip has to be named update-script not updater-script

So try with the correct name and the content in my previous posting

Quote:
Originally Posted by miketoasty View Post
Tried and got same error before and after signing.
HTC DESIRE - MildWild 8.0
SD CARD DESIRE: 32GB (FAT32+EXT4+EXT4)
Follow me on Twitter!


 
Post Reply+
Tags
droid2, miui, rom
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...