Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
Moody
Old
(Last edited by Moody; 1st February 2011 at 11:44 AM.) Reason: Version 0.2b Released
#1  
Moody's Avatar
Recognized Developer - OP
Thanks Meter 420
Posts: 767
Join Date: Dec 2009
Location: Arnhem

 
DONATE TO ME
Default [Alpha Release] xWildFireMini 2.1 v0.2b

Hello,

This is the my port of the Wildfire 2.1 Eclair Rom for the Mini.
I chose Eclair because the drivers will probably be easier to find like this, you can expect a 2.2 Sense rom to come once the 2.2 AOSP is done.

[Download v0.2a Here]
[Download v0.2b Update]

Flash them is this order.


The Work's
  • Apps2SD
  • ADB
  • Booting
  • Display
  • xRecovery
  • Touch
  • SD-Card
  • OpenGL
  • Ext4 for Apps2SD
  • OMX (proper video playback)
  • Sound


The Won't 's
  • Charging [It says it's charging but it's not!]
  • GSM/3G
  • WiFi
  • USB mounting
  • Bluetooth
  • LED Flash & Light
  • Camera

YouTube Video showing installation.
YouTube Video in high quality by maxaan
The Following 3 Users Say Thank You to Moody For This Useful Post: [ Click to Expand ]
 
Moody
Old
(Last edited by Moody; 20th January 2011 at 06:02 PM.) Reason: Version 0.2 Released
#2  
Moody's Avatar
Recognized Developer - OP
Thanks Meter 420
Posts: 767
Join Date: Dec 2009
Location: Arnhem

 
DONATE TO ME
Default Developer Notes:

Developer Notes:
  • Any Dev interested for testing all my future releases for the mini?


I ask developers for help to try out finding how to get the drivers for the non-working hardware parts to work. Simply said, you need to copy drivers from the SE 2.1 build to this build and report if it worked and which files were used.
 
Moody
Old
(Last edited by Moody; 22nd January 2011 at 06:22 PM.) Reason: Version 0.2a Released
#3  
Moody's Avatar
Recognized Developer - OP
Thanks Meter 420
Posts: 767
Join Date: Dec 2009
Location: Arnhem

 
DONATE TO ME
Changelog:
  • v0.2a is up! Prepared the system for future drivers, little faster, ext4 support for apps2sd. Also for the mini fixed xrecovery thanks to peetr_
  • v0.2 Alpha is up! Fixed a lot: SD, Touchscreen, xRecovery, OpenGL
  • v0.1 Technical Preview / Pre-Alpha released for developers.
aZuZu Old
#4  
Guest
Thanks Meter
Posts: n/a
Cool dang you are using same device..

i did try same thing but with clean wildfire [didn't get very far tho] [becouse work on kitchen] ... will download this too and see...
 
DaRk_dOg
Old
#5  
DaRk_dOg's Avatar
Recognized Themer
Thanks Meter 2122
Posts: 877
Join Date: Oct 2010
Problems on boot.

Or better no boot at all.

I made a full wipe, flashed the .zip and then these commands:

PHP Code:
adb shell
cd 
/system/bin
/system/bin/chmod 755 busybox
./busybox --install -/system/xbin
./busybox --install -/system/bin 
After that reboot and stuck on Sony Ericsson white letters.

tried the mount command too but still no luck


PS: Something weird though. Xrecovery still working on me!
SE X10 mini MiniCM10 | HTC Desire HD CyanogenMod10 | Samsung Galaxy Nexus CyanogenMod10

My Themes:
Crystal CM7 || Crystal 2 CM10
The Following User Says Thank You to DaRk_dOg For This Useful Post: [ Click to Expand ]
 
Moody
Old
(Last edited by Moody; 19th January 2011 at 12:14 AM.)
#6  
Moody's Avatar
Recognized Developer - OP
Thanks Meter 420
Posts: 767
Join Date: Dec 2009
Location: Arnhem

 
DONATE TO ME
Quote:
Originally Posted by DaRk_dOg View Post
Problems on boot.

Or better no boot at all.

I made a full wipe, flashed the .zip and then these commands:

PHP Code:
adb shell
cd 
/system/bin
/system/bin/chmod 755 busybox
./busybox --install -/system/xbin
./busybox --install -/system/bin 
After that reboot and stuck on Sony Ericsson white letters.

tried the mount command too but still no luck


PS: Something weird though. Xrecovery still working on me!
Thanks for the info! This means I have to rebuild the ramdisk to have it work on the x10 mini. Oh one thing I forgot to state is that this NEEDS an ext2 partition on the sdcard (apps2sd not removed yet) and that the first boot will take ages stuck on the bootscreen since it's copying all apps over.

Could you adb pull system/bin/chargemon, open the file in notepad and send the content to me? Of the installed rom, that is.
In the update.zip package there is both an chargemon and chargemon~ file left over from text editing it with Ubuntu. Problem is that I can't acces the file through Nautilus (Ubuntu's version of Windows Explorer)
 
peetr_
Old
#7  
Senior Member
Thanks Meter 1039
Posts: 1,557
Join Date: Oct 2010
Hi, i also tried your work and i have the the same state as DarkDog with xRecovery working.

Tried the "logcat" :
Quote:
sh-3.2# /system/bin/chmod 755 /system/bin/busybox
/system/bin/chmod 755 /system/bin/busybox
Unable to chmod /system/bin/busybox: Read-only file system
sh-3.2# mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
sh-3.2# cd /system/bin
cd /system/bin
sh-3.2# /system/bin/chmod 755 busybox
/system/bin/chmod 755 busybox
sh-3.2# ./busybox --install -s /system/xbin
./busybox --install -s /system/xbin
sh-3.2# ./busybox --install -s /system/bin
./busybox --install -s /system/bin
sh-3.2# logcat
logcat
I/checkabortedflash( 1065): [110] Latest flash seems OK.
E/logwrapper( 1499): executing /system/xbin/busybox failed: Permission denied
I/logwrapper( 1493): /system/xbin/busybox terminated by exit(255)
 
Yperion
Old
#8  
Yperion's Avatar
Senior Member
Thanks Meter 20
Posts: 130
Join Date: Nov 2010
Location: Agrinio
Seems like something goes really wrong here....
Mby because the wrong ramdisk or something.
@peetr try to give the "mount" and "ls /system/xbin" commands, mby found something..
 
Moody
Old
#9  
Moody's Avatar
Recognized Developer - OP
Thanks Meter 420
Posts: 767
Join Date: Dec 2009
Location: Arnhem

 
DONATE TO ME
Quote:
Originally Posted by peetr_ View Post
Hi, i also tried your work and i have the the same state as DarkDog with xRecovery working.

Tried the "logcat" :
Ah yes.. I'll update the commands, you need to

PHP Code:
adb shell
cd 
/system/xbin
mount 
-o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
/system/bin/chmod 755 busybox
cd 
/system/bin
/system/bin/chmod 755 busybox
./busybox --install -/system/xbin
./busybox --install -/system/bin 
Can you see if that works?
 
peetr_
Old
(Last edited by peetr_; 19th January 2011 at 10:27 PM.)
#10  
Senior Member
Thanks Meter 1039
Posts: 1,557
Join Date: Oct 2010
Good job ! Up and running
Linpack - 2,3 MFLOPS
But looks nice.

 
Post Reply+
Tags
mini, sense, x10, xwildfire, xwildfirepro
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...