[REL: 02/08][APP] xCharge Reboot Options {NO LONGER SUPPORTED} - XPERIA X10 Android Development

Hey guys I was able to get a script (now an APP) together to reboot into recovery (xRecovery / FreeXperia Recovery) from within the OS.
firstly i would like to thank Bin4ry & Androxyde for the FlashTool and the option to "reboot into xrecovery from flashtool" as this mod/script is based on that..
and tremendouz and wiedz for inspiration...
DO NOT TRY THIS IF U USE DATA2SD... THIS CANNOT WORK, FOR NOW, ALONG WITH DATA2SD...
new features include:
cleaner layout
new UI
working themes!
and u will be entitled to future upgrades
Screenshots:
On X10:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
On Xperia 2011 / Other Androids:
if u like the app please buy the paid app to support our work
P.S.: Older versions are available in 2nd post and will be kept for XDA users...
FOR OLDER VERSIONS (which will be kept FREE) please refer to this thread:
http://forum.xda-developers.com/showthread.php?t=1085896
<OLD FILES | For Reference ONLY>

This is great! Good job

Only 2.1?work with CM7?

Only for reference
<OLD FILES>
FOLLOWING INFORMATION IS KEPT ONLY FOR REFERENCE
NO NEED TO USE ANY OF THE FOLLOWING UPDATE.ZIPS
[*] UPDATE: links to a few update.zip files which can be flashed via recovery are below. [*]
(UNIVERSAL FOR ALL XPERIA ANROIDS, ANY RECOVERY)
[ADDED]: Universal flashable update.zip for ALL ROMs / ALL Xperia Android devices with ANY Recovery
(THESE ARE FOR X10 ONLY)
[ADDED]: Flashable update.zip for 2.1 ROMs based on SE stock FW with xRecovery 0.3-release
[ADDED]: Flashable update.zip for 2.1 ROMs based on SE stock FW with xRecovery installed through Flashtool v0.2.8
[ADDED]: Flashable update.zip for 2.2 ROMs based on FreeX10-beta4
[ADDED]: Flashable update.zip for 2.3 ROMs based on CM7RC2 v008 to v010a
[ADDED]: Universal flashable update.zip for ALL ROMs with xRecovery installed through Flashtool beta v0.2.9
[USER TESTS]:
Mortyx10 has reported that the flashable update.zip for 2.2 ROMs based on FreeX10-beta4 works on Wolf CM6 V4.4
Xperia84 has reported that the flashable update.zip for 2.2 ROMs based on FreeX10-beta4 works on Wolf CM6.1.3 V4.5.7
PLEASE MAKE A FULL XRECOVERY/NANDROID BACKUP BEFORE TRYING ANY SYSTEM MODIFICATIONS LIKE THIS
[AUTOMATED WAY] (Difficulty: Medium)
Flashable update.zips
(UNIVERSAL FOR ALL XPERIA ANROIDS, ANY RECOVERY)
Universal flashable update.zip for ALL ROMs / ALL Xperia Android devices with ANY Recovery
<OLD FILES>
(ONLY FOR X10)
Flashable update.zip for 2.1 ROMs based on SE stock FW with xRecovery 0.3-release
Flashable update.zip for 2.1 ROMs based on SE stock FW with xRecovery installed through Flashtool v0.2.8
Flashable update.zip for 2.2 ROMs based on FreeX10-beta4 [Thank you JimmyX10 for helping out with testing this]
Flashable update.zip for 2.3 ROMs ROMs based on CM7RC2 v008 to v010a [Thank you bazji, tremendouz, depulle87, lzyllp for helping out with testing this]
Universal flashable update.zip for ALL ROMs with xRecovery installed through Flashtool beta v0.2.9
[OLD INFO] | [USE ONLY IF THE AUTOMATED WAY DOESNT WORK] (Difficulty: Hard)
Additionally please make certain that u can use flashtool to flash a stock FW incase u run into any problems and that the device is fairly charged >50% battery before trying this.
*** I have tested it to be working on:
2.3 (CM7RC2-v010 & CM7RC2-v010a)
2.2 (freex10-beta4)
2.1 (FW 2.1.0.435) [should also work with other 2.1 FW]
***
* warning *
this requires some advanced knowledge on how to modify system files, all step required are mentioned here, though if u are uncomfortable with it i will be attaching some pre-modified file for vanilla roms, which should work with most custom roms. in case they dont work u can just upload the 'chargemon' file located in /system/bin/ here and i will repost it the necessary modifications.
[MANUAL WAY]
[step 1] Modify boot hijack file 'chargemon'
(not required if u are on 2.1 stock se rom and have used Flashtool 0.2.8 to install xrecovery, in which case these modifications will already be in place)
- this file is located in /system/bin/
- make a backup of this file, on the sdcard, before editing
- i would recommend using Root Explorer to navigate to this file, mount the partition as r/w (click "Mount R/W" in upper right hand corner)
- long press on the 'chargemon' file this will bring up a menu and select "Open in Text Editor"
- find the following lines of text
Code:
if [ -s /dev/keycheck ]
then
- and modify it to the following
Code:
if [ -s /dev/keycheck -o -f /data/local/tmp/flashtool ]
then
# remove 'reboot into xrec' file
rm -f /data/local/tmp/flashtool
*** ONLY for those who have offline charging enabled in their roms (if u are uncertain about this just check if there is a file named 'charger' in /system/bin/ , most custom roms will have this feature) i have done some additional thing here, i have moved the placement of the command for the offline-charger file 'charger' to the beginning of this script so that even if anyone get stuck up at boot atleast they will be able to charge the device without getting into the OS. also please check for any other occurrence of the command '/system/bin/charger' anywhere else in the file, if there is another then just put a # in front of it like '# /system/bin/charger' ***
*** if u dont have the /system/bin/charger file then dont bother with the following code ***
Code:
/system/bin/charger
if [ -s /dev/keycheck -o -f /data/local/tmp/flashtool ]
then
# remove 'reboot into xrec' file
rm -f /data/local/tmp/flashtool
- once u finish editing click on menu button and "Save & Exit"
- now u need to check the permissions of the 'chargemon' file. if u using Root Explorer navigate to '/system/bin/' then "mount r/w" and long press on 'chargemon' file and select 'Permissions'... make sure the permissions are as follows:
- after this i would suggest u restart the device to check if u are able to access xreovery the normal way (repeatedly pressing/tapping 'back' key when u see SE text logo) and if the device boot up into the OS without any issue
- incase everything goes well make a backup of this modified 'chargemon' file too, in case u have any problems put up a post here
* i will also be attaching some pre-modified generic files for vanilla roms, which should work with most custom roms. *
[step 2] the actual Reboot into xRecovery script
- u need to install the following app GScript Lite, our fellow XDA member rogro82 has posted this tool here
- after installing, launch the app, click on menu button, "Add Script"..
- fill up the text boxes as follows:
- u need to enter some name in the smaller textbox and the following into the large textbox:
Code:
touch /data/local/tmp/flashtool
reboot
* some custom roms are not permitting reboot command if SU rights are not there... u need to make sure that the option "Need SU?" is checked (ticked) else the device wont be able to reboot from the script... *
- now save the script
- u can create a shortcut on the homescreen to GScipt Lite and select the reboot into xrecovery script
- if u try running the script a popup for SU permissions might come up, this will only come the first time its run, select "Allow" and then ur device will reboot into xrecovery...
- thats it! now whenever u want to reboot into xrecovery just launch the shortcut!!!
also if anyone could integrate this into the Reboot options in Power menu it would be great for everyone!!!
may be modders/themers can add this into their reboot options of power menu in their themes...
for specific threads of other Xperia android devices go HERE

DooMLoRD said:
It will work with all roms!
Click to expand...
Click to collapse
I can't into the xrecovery and still into system when i run it(J's CM7)

Great idea! This would be even better if you could make it into some kind of apk to be able to do the nessesary changes?
Edit
I misunderstood. So for now reboot to recovery through power menu is still not possible? It would be great if it would be possible to make reboot to recovery possible through an apk or a newer modified recovery menu.
Sent from my X10 using XDA Premium App

Well done! xlnt

lzyllp said:
I can't into the xrecovery and still into system when i run it(J's CM7)
Click to expand...
Click to collapse
hmm i have tested it with freex10-beta4... hmm ok... which version of CM7 rom r u using?
i am flashing CM7RC2 v010 right now for testing it...
in any case upload ur 'chargemon' file from /system/bin/ here... i will do the necessary changes...

steve.adams.x10 said:
Great idea! This would be even better if you could make it into some kind of apk to be able to do the nessesary changes?
Sent from my X10 using XDA Premium App
Click to expand...
Click to collapse
thanks dude....
the thing is i dont know how to make apps (apk)... if someone can create the apk it will be great!!!

DooMLoRD said:
hmm i have tested it with freex10-beta4... hmm ok... which version of CM7 rom r u using?
i am flashing CM7RC2 v010 right now for testing it...
but as far as i can tell it should work on all roms...
in any case upload ur 'chargemon' file from /system/bin/ here... i will do the necessary changes...
Click to expand...
Click to collapse
010 i use.I think the xrecovery have some change in CM7.

lzyllp said:
010 i use.I think the xrecovery have some change in CM7.
Click to expand...
Click to collapse
xrecovery is in /data/tmp on all roms
freex10 recovery (cm7) is in /system/recovery

lzyllp said:
I can't into the xrecovery and still into system when i run it(J's CM7)
Click to expand...
Click to collapse
+1 same here, also CM7 V010 and I can't get into Xrec now

PoTi_96 said:
xrecovery is in /data/tmp on all roms
freex10 recovery (cm7) is in /system/recovery
Click to expand...
Click to collapse
actually its in /system/bin/ for most roms.. in cm7 its in /system/recovery/ and if u use flashtool 0.2.8 to install xrecovery (on 2.1 roms) its in /system/recovtools/
but the thing is we are not touching xrec at the moment... i have jsut suggested changes to chargemon file, which will later execute commands to extract xrecovery, so only the 'if' condition is changed and one delete (rm) command added...

DooMLoRD said:
actually its in /system/bin/ for most roms.. in cm7 its in /system/recovery/ and if u use flashtool 0.2.8 to install xrecovery (on 2.1 roms) its in /system/recovtools/
but the thing is we are not touching xrec at the moment... i have jsut suggested changes to chargemon file, which will later execute commands to extract xrecovery, so only the 'if' condition is changed and one delete (rm) command added...
Click to expand...
Click to collapse
you can make it work with CM7?

Would this be easier if you could make a flashable zip of your modded chargemon and have download links for separete versions like 2.1, 2.2 and 2.3?
Sent from my X10 using XDA Premium App

Sorry,I miss some word in Script.I will test it with CM7 again.

depulle87 said:
+1 same here, also CM7 V010 and I can't get into Xrec now
Click to expand...
Click to collapse
could u atleast boot into cm7?
i am flashing the baseband and file right now... will try it myself...

in CM7RC2 v010... the device seems to get stuck up at the SE text logo...
please do not install this on 2.3 roms... till the problems get rectified...
my sincere apologies...

steve.adams.x10 said:
Would this be easier if you could make a flashable zip of your modded chargemon and have download links for separete versions like 2.1, 2.2 and 2.3?
Sent from my X10 using XDA Premium App
Click to expand...
Click to collapse
yes steve i am plannin on doing that... right now tested it myself on 2.2 rom... now testing on 2.3 and 2.1...
will put up the update.zip files in a few hrs...

DooMLoRD said:
could u atleast boot into cm7?
i am flashing the baseband and file right now... will try it myself...
Click to expand...
Click to collapse
Yes everything else still works no strange things found

Related

[miniCM|SE] Black HTC Theme for X8/X10mini/pro [CWM/xRecovery] [UPDATE:22.11.2011]

This thread is a project continuation for Black HTC Theme from topic:
http://forum.xda-developers.com/showthread.php?t=759320
My theme modifications base on above project are continously evolved.
All theme updates will be posted in first post, and relevant information about theme update will be announced within this thread.
You need to have ROOTED phone to modify Your theme!
There are 4 major versions of theme (regardless to OS version):
1. Android 1.6 theme:
- theme for firmware version 1.2.A.1.174 (Manual installation steps - via ADB and CMD - attached as txt file in package).
2. Android 2.1 theme:
Xperia X10mini/mini pro:
- themes for following firmware versions: 2.0.A.0.504, 2.0.2.A.0.24, 2.1.1.A.0.6, 2.1.1.C.0.0
- Original X10mini/pro Sony Erricson theme (all firmware versions)
Xperia X8:
- themes for following firmware versions: 2.0.1.A.0.47, 2.1.1.A.0.6
3. Android 2.2 theme (miniCM 6 1.0.1 , 1.0.2)
4. Android 2.3 theme (miniCM 7 2.0.7, 2.1.1, 2.1.2, 2.1.3)
Support for CWMRecovery tool only.
Download links:
http://www.mediafire.com/?634gshh029fzq
Installation procedure (XRecovery/CWMRecovery):
1. Download appropriate package for Your phone model and firmware version
2. Extract package, choose desired theme version
3. Copy update.zip to Your SD Card (Do not extract!)
4. Reboot your device into Recovery Mode
5. Go to install custom zip option
6. Click, Yes - Install /sdcard/update.zip, wait a little
7. Reboot Your X10mini / X8
If you want to back to stock android theme use X10 mini Stock Theme version.
Unpack it, choose FW version and copy required update.zip to SDCard, and then install it via XRecovery.
THREAD UPDATES:
Changes history from ANDROiD 1.6 (FW 1.2.A.1.174) to ANDROiD 2.1 (2.1.1.A.0.6) moved to attachment.
---------------------------------------------------------------------------------------------------------
X10mini/ mini pro FW 2.1.1.0.A.6 INSTALLATION NOTES
1. Download package [2.1.1.A.0.6][email protected]_ag[XDA].7z, choose desired theme version and install it via Xrecovery.
After restart Your phone will have a long first boot, around 10-11 minutes (if You're updating from stock theme), but dont worry phone will boot successfully.
2. If Your phone will go to bootloop (continious restarts) after install above package, i also prepared 2 step installation process to apply framework modifications:
FIRST Use Xrecovery to install desired theme version from package: [2.1.1.A.0.6][email protected]_ag[XDA].7z . Reboot phone and wait until it boot successfully.
SECOND Get and extract file: [2.1.1.A.0.6][email protected]_ag.7z. Copy update.zip for desired theme version to Your SDcard and reboot phone. Use Xrecovery to update framework.
ATTENTION: If You mess the step order Your phone will not boot.
If You have problem with SMS default app and not popup options use the attached version of SuquashiInputMethod.apk file.
Upload it to phone and use Root Explorer to copy and set the correct permissions to this file.
---------------------------------------------------------------------------------------------------------
LAST CHANGES (22.11.2011):
- Added beta version of theme for ThemeChooser
This is for testing purpose ATM. Please install miniCM package again, because stock miniCM framework/apps files are needed for testing. There is no preview available in ThemeChooser, when appying theme ignore message about missing assets and choose "Apply anyway"
REMEMBER: Theme will work correcly ONLY when You choose System theme in ThemeChooser menu.
---------------------------------------------------------------------------------------------------------
Read more about XRecovery: http://forum.xda-developers.com/showpost.php?p=9913333&postcount=1
To unpack framework packages use FREE application: 7zip
---------------------------------------------------------------------------------------------------------
Android 2.1 screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
miniCM 7 screenshots:
If You like my work, just push
button
thanks a lot for your work on this!
screenshots please?
Hi draco
I tried your update. Of the theme.
I installed the framework and phone apk i,the call slider is still blue.
And the index icon is still blue etc
Do I need to replace all the apk .
Thanks
U20I(mini pro) restart continous.... not compatible =( and my phone die -.-)
mrc.91 said:
U20I(mini pro) restart continous.... not compatible =( and my phone die -.-)
Click to expand...
Click to collapse
I use it my mini pro it works fine.
But certain parts are still blue.
adamo86 said:
I use it my mini pro it works fine.
But certain parts are still blue.
Click to expand...
Click to collapse
i use it my mini pro, and dont work... restaring loop....
i sustituyed all APK files... :S
adamo86 said:
Hi draco
I tried your update. Of the theme.
I installed the framework and phone apk i,the call slider is still blue.
And the index icon is still blue etc
Do I need to replace all the apk .
Thanks
Click to expand...
Click to collapse
You need to replace following files from zip package:
- Camera.apk
- DownloadProvider.apk
- Phone.apk
For all guys which have problem with restarts and hang ups.
Please don't forget to apply attributes to Phone.apk file, because phone will not work!
chmod 755 /system/app/Phone.apk
draco_ag said:
You need to replace following files from zip package:
- Camera.apk
- DownloadProvider.apk
- Phone.apk
For all guys which have problem with restarts and hang ups.
Please don't forget to apply attributes to Phone.apk file, because phone will not work!
chmod 755 /system/app/Phone.apk
Click to expand...
Click to collapse
Thannks a lot it works. Well.
I backed up all files except one file just incase.
Has anyone got the original phone apk for mini pro
So.. This works good on Mini Pro, too? With the apps?
Oh and attached my backup from X10 mini pro including original framework-res
Ravencz said:
So.. This works good on Mini Pro, too? With the apps?
Click to expand...
Click to collapse
Which apps are u refering too.the apps in the 1st post work however to make your call slider white instead of blue you will have to download the zip file from the old thread originaly posted by pulloff and the zip file is posted by draco thanks to both.
Does any have the original phone apk. For x10 mini pro can you upload it.
Thanks
adamo86 said:
Which apps are u refering too.the apps in the 1st post work however to make your call slider white instead of blue you will have to download the zip file from the old thread originaly posted by pulloff and the zip file is posted by draco thanks to both.
Does any have the original phone apk. For x10 mini pro can you upload it.
Thanks
Click to expand...
Click to collapse
Right.. I'm refering to the apps with changed icons. I'm not sure if there's any difference between Mini and Mini Pro versions of this apk's and I don't wan't to "brick" and recover my phone for the 5th time
I've included the original files to my previous post.
Ravencz said:
Right.. I'm refering to the apps with changed icons. I'm not sure if there's any difference between Mini and Mini Pro versions of this apk's and I don't wan't to "brick" and recover my phone for the 5th time
I've included the original files to my previous post.
Click to expand...
Click to collapse
Thanks for the back up are they the original files. For mini pro and are they from the latest firmware.
There is a discussion on pulloff thread about htc icons they work on mini with the latest firmware not sure if they work on pro.
When i open CMD and write adb shell --> i get $
then i write su, but i get permission denied?
I need the # right?
And when i do have the #, will i just copy the 40 lines from here, and then its on the phone?
1.2.A.1.174
That's the latest firmware
adamo86 said:
Thanks for the back up are they the original files. For mini pro and are they from the latest firmware.
There is a discussion on pulloff thread about htc icons they work on mini with the latest firmware not sure if they work on pro.
Click to expand...
Click to collapse
The files are straight from my X10 mini pro running 1.2.A.1.174 build
That's what I'm asking. I'd love to use the theme and have it fully black, but I don't want to mess with the funcionality of the apps, if they're different.
Oh well.. I guess I can always download the modified files, extract the assets and do the modification on my own.
Ravencz said:
The files are straight from my X10 mini pro running 1.2.A.1.174 build
That's what I'm asking. I'd love to use the theme and have it fully black, but I don't want to mess with the funcionality of the apps, if they're different.
Click to expand...
Click to collapse
Thanks a lot for the files .
I used root explorer.
Easiest way.
Make sure u have rooted your device and have super user installed.
U need root explorer or any explorer which allows you to r/w files.
This is the istructions.
Do it one by one if your scared.
Make sure you mount to r/w and also keep an eye on 1ow icon since it changes back to r/o. When browsing certain folders.
Copy framwork to sytem and set the permission,then move to framworw folders .
Copy the other apk files to sytem and set permission,then move to apps folder.
How to set permission
Hold on to the file e.g framework a list of option will pop up scroll to permission and tick the 1st two boxes on the first line and the 2nd and 3rd line tick the 1st box only ,then un tick any other box which I havnt mentioned.
Then reboot your phone.
Good lick
Don't use root explorer method for htc icon it dosent work.
hypersnap said:
When i open CMD and write adb shell --> i get $
then i write su, but i get permission denied?
I need the # right?
And when i do have the #, will i just copy the 40 lines from here, and then its on the phone?
Click to expand...
Click to collapse
You need to Accept superuser permissions in Your phone. Until application won't have it You will receive "Permission denied" message.
For second question - You need to input them one by one.
Ravencz said:
So.. This works good on Mini Pro, too? With the apps?
Oh and attached my backup from X10 mini pro including original framework-res
Click to expand...
Click to collapse
Original file for both models added to first post.
draco_ag said:
You need to replace following files from zip package:
- Camera.apk
- DownloadProvider.apk
- Phone.apk
For all guys which have problem with restarts and hang ups.
Please don't forget to apply attributes to Phone.apk file, because phone will not work!
chmod 755 /system/app/Phone.apk
Click to expand...
Click to collapse
did that i also installed the original and it keeps saying that it phone apk cannot start...any idea??before i install it i had fron black theme htc and even this doesnt work...

Rooted and unrooted latest firmware 2.0.2.A.0.24 SI:1241-5072

Okey. I decrypted the latest firmware for you guys to flash it
unrooted (can use bin4ry flasher) and rooted firmware (read below)
it's a chinese firmware.
Unrooted .sins for bin4ry flasher
hotfile:http://hotfile.com/dl/92146294/5a928fd/1241-5072_2.1.7z.html
mediafire:http://www.mediafire.com/?h2wg0hl92xbmh00
UPDATE use loader.sin at the attachment. I packaged the wrong loader.sin in the 1241-5072_2.1.7z.
update2 actually, you can use both loader.sin. tried it
-----------------------------------------------------------------------------------------------------------------------------------
Rooted for internal flashing using unyaffs:
Instruction for internal flash using unyaffs (tested and works fine, thanks to the testers)
-for rooted 1.6 users only. if you have 1.6 unrooted, root it using SuperOneClick and proceed. if you have unrooted 2.1, go back to 1.6 and root
1st version
1-download firmware files. http://hotfile.com/dl/92146294/5a928fd/1241-5072_2.1.7z.html or http://www.mediafire.com/?h2wg0hl92xbmh00
(download loader.sin at the attachment, and extract it inside extracted firmware folder)
2-download newx8rooted.yaffs.7z(this is 1st version, for 2nd and 3rd version, refer link below) http://hotfile.com/dl/92304996/f21a3a4/newx8rooted.unyaffs.7z.html or http://www.mediafire.com/?g7b7v5bhriqrqyc
3-extract newx8rooted.unyaffs.7z to the root of your sdcard (3 files - newx8rooted.yaffs.img, busybox, unyaffs)
4-download install.sh.zip in the attachment and extract to root of your sdcard.
5-issue this command in adb shell
Code:
su
cd /sdcard
sh install.sh
6-flash firmware files with bin4ry flasher by removing system.sin
update: works for janlugt and muzic_demon should be working fine for others.
update 2: working on pre-installed xrecovery and busybox
update 3: chinese apps removed and now with preinstalled xrecovery and busybox (download 2nd version below)
2nd version
download here (3 files newx8.yaffs.img, busybox, unyaffs)
http://hotfile.com/dl/92367956/2ec17ca/newx8.rooted.yaffs.v2.7z.html OR
http://www.mediafire.com/?h3tfdxt13zoc4g8
Changes in v2:
-many apps removed
-busybox included
-xrecovery included (to get it work, download busybox from the attachment, replace the current busybox)
-unyaffs and mkfs.yaffs2 included to make your own modified rom later.
3rd version
download here (3 files newx8.yaffs.img, busybox, unyaffs) :
http://hotfile.com/dl/92662909/e5a90c6/newx8rooted.yaffs.v3.1.7z.html OR
http://www.mediafire.com/?96c6v6amp1c6wj6
What's new in v3
Same as v2 +
-xrecovery works well.
-new gingerbread theme.
Version 3.5
download here (3 files newx8.yaffs.img, busybox, unyaffs) :
http://hotfile.com/dl/92880350/f2257e0/newx8rooted.yaffs.v3.5.7z.html OR
http://www.mediafire.com/?zgd3mekon19cwt1
What's new in v3.5
Same as v3 +
-preloaded with JIT (tested and works fine - CPU score up to 755)
gmail and gtalk removed. download below. at /system/app
Steps to flash 2nd and 3rd version same as 1st version. just newx8.yaffs.img file different
New-if you have the older version of this firmware and want to install the new version, go back to 1.6 and root it again then follow the steps is the best way.
Backup all your data, settings and apps using titanium backup.
In case you wanted the app removed.:
http://hotfile.com/dl/92531751/9c9cc05/applications.2.0.2.A.0.24.7z.html
http://www.mediafire.com/?54cmvlby223d8dj
apps in /system/app
http://hotfile.com/dl/92531743/c3b5fd8/app.7z.html
http://www.mediafire.com/?vd7v3gh897rnfdk
-----------------------------------------------------------------------------------------------------------------------------------
version 1 and 2
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
version 3
Version 3.5
Uhh nice
Waiting for the Rooted Firmware!
propc said:
Okey. I decrypted the latest firmware for you guys to flash it using bin4ry flasher
this firmware is unrooted. rooted firmware will come. just wait . still testing it.
btw, it's a chinese firmware.
here you go:
hotfile:
http://hotfile.com/dl/92146294/5a928fd/1241-5072_2.1.7z.html
mediafire:
http://www.mediafire.com/?h2wg0hl92xbmh00
Click to expand...
Click to collapse
changelog???
suhel28 said:
changelog???
Click to expand...
Click to collapse
I will release the external boot version after this. testing the root. lazy to type the changelog
suhel28 said:
changelog???
Click to expand...
Click to collapse
No changes except minor performance improvements
And maybe bug fixes
No kernel update no app update..
Waiting for rooted imgs
Tried myself but I don't know how to create .img from files in windows if that is possible.
Sent from my E15i using XDA App
muzik_demon said:
No changes except minor performance improvements
And maybe bug fixes
No kernel update no app update..
Waiting for rooted imgs
Tried myself but I don't know how to create .img from files in windows if that is possible.
Sent from my E15i using XDA App
Click to expand...
Click to collapse
you cannot use unyaffs windows compiled. the extracted result won't be the same. I used ubuntu compiled unyaffs. success rooting it, but some problem with SuperUser.apk.
muzik_demon said:
No changes except minor performance improvements
And maybe bug fixes
No kernel update no app update..
Waiting for rooted imgs
Tried myself but I don't know how to create .img from files in windows if that is possible.
Sent from my E15i using XDA App
Click to expand...
Click to collapse
http://theunlockr.com/2010/03/26/ho...om-for-android-part-1-setting-up-the-kitchen/
To create a rooted system.img for others:
install xRecovery, use xRecovery to flash original system.img, while still in recovery, push su to /system/bin/ and superuser.apk to /system/app.
chmod 4755 /system/bin/su
chmod 755 /system/app/superuser.apk
now, reinstall xRecovery (3 files to /system/bin/)
Ok, done.
Reboot to xRecovery, create backup, share system.img from your backup.
P.S. i believe flashing kernel.img only from new update should be enough, other improvements are only in timescape ui, don't think anyone cares.
How does it work ???!!!!
Please explain more ...
I used external flash but nothing's changed !
paradise_human said:
How does it work ???!!!!
Please explain more ...
I used external flash but nothing's changed !
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=883890
but this is for x10. maybe not far from X8
1-Fells faster overall
2-Multitouch is not implemented
3-Unlock animation is more fluid and more responsive
4-the keyboard is now white and grey, like HTC: i really impressing this one. Cute.
5-unlike the the previous 2.1, every time you close apps its goes back to the application list not Home screen
Click to expand...
Click to collapse
propc said:
http://forum.xda-developers.com/showthread.php?t=883890
but this is for x10. maybe not far from X8
Click to expand...
Click to collapse
Yeah I read that edit...
I'll probably wont update my phone for such minor changes
maybe some major changes will be coming...
Yes i read some news that the SE developers start working on 2.2 for X10 and maybe X8 will also get froyo next year.
bnight said:
Yes i read some news that the SE developers start working on 2.2 for X10 and maybe X8 will also get froyo next year.
Click to expand...
Click to collapse
Not 2.2 SE start working on 2.3
They have started working for gingerbread but it doesnt mention its for x10 or x8
Thats what worries me!
But before that the new X12 will have 2.2 android with mean that SE can and will release 2.2 first this year and after that the X12 will get an update to 2.3
I know there is no big changes, but I'm just to excited to modify this new firmware and share with you guys.
edit: yaffs image for unyaffs method is ready. need someone to test it.
x12 wont be released with 2.2 froyo directly with gingerbread
Lets i hope we get 2.3 if not atleast froyo and multitouch!
If this is true i suppose that we also will get 2.3 and as SE say that the X12 will be out for the Barcelona convention on 18 February i thing that January will be an exiting month for the XPERIA owners.
So, is it worth the trouble all over again? Is there really a new keyboard like for the X10?
DerEineDa said:
So, is it worth the trouble all over again? Is there really a new keyboard like for the X10?
Click to expand...
Click to collapse
the keyboard is the same. maybe some speed improvement. need official changelog from SE to know the real changes

[DEV][How-To] Get Back to Stock Even With Broken / Damaged USB Port

{ INTRODUCTION }
Hi everyone.... I thought of working on this issue for helping users who have a broken or damaged USB port as they are stuck on custom (rooted/etc) roms and are unable to use FLASHTOOL to get back to stock SE firmware (FW)….
This is something that I have been working on for a few months now along with help from rendeiro2005.
A BIG thanks to Bin4ry & Androxyde for their inputs and for scripts in FLASHTOOL.
Also I want to tell everyone that one of the users miniGT has already used this and has sent his X10 for warranty claim and it WORKED!!!!
P.S.: i know that this is a VERY long post but actually its very easy to do...
PLEASE READ THE COMPLETE POST BEFORE TRYING ANYTHING OUT
DIFFICULTY: Medium
<- This is for Xperia X10 only but I am sure ppl can use similar technique to get back to stock even on other android devices ->
{ WHAT DOES THIS EXACTLY DO? }
Basically I have created this in two parts:
[1] I will provide nandroid/recovery backups of stock SE 2.1 ROMS which are/have:
Pre-rooted
Busybox installed (@ /system/xbin/ )
Working recovery (FreeXperia Recovery)
[2] A “Master Uninstaller Script” which can be flashed via recovery. This will basically remove:
busybox binary
busybox symbolic links (from /system/xbin/)
su binary
Superuser.apk app (from /system/app/Superuser.apk)
Recovery files (from /system/recovery/ & others)
chargemon & charger file (from /system/bin/)
and replace chargemon with original stock SE chargemon file
{ HOW TO USE IT? }
[ STEP 0 ] Requirements
This will work on ALL available custom/stock/modded roms
Make sure that u have a working recovery
SD Card reader / wifi explorer / some way to transfer big files to SDCARD
Know wht is the current baseband on ur phone (Settings -> About Phone -> Baseband Version)
Get/Find the true SI number of your phone. Its on the sticker below the battery or it will be on the original box of the phone. Its basically looks something like this: 1264-7894. This is required to get ur X10 back to original branding/region/
Highly recommend using Root Explorer (paid app from market) to change SI number. If required I will provide a shell script, to do this.
[ STEP 1 ] Preparing the files/folders
[1] You will need to download specific stock FW files which I will provide below. Only download that file which is compatible with ur current baseband.
Currently we have:
Code:
|- FIRMWARE -|- BASEBAND -|
---------------------------
2.1.B.0.1 - 2.1.67
2.1.A.0.492 - 2.1.65
2.1.1.A.0.28 - 2.1.61
2.1.1.A.0.16 - 2.1.58
2.1.1.A.0.6 - 2.1.55
2.1.A.0.435 - 2.1.54
2.0.2.A.0.24 - 2.0.49 / 2.0.52
2.0.A.0.504 - 2.0.46
As of now, I have only the nandroid/recovery backups of the following three firmwares:
GLOBAL GENERIC 2.1 [ X10i_2.0.A.0.504_stock.rar ]
(MD5 hash): aaa70f592f7eebe1d996a656d42ac1ef
GLOBAL GENERIC 2.1 [ X10a_2.1.A.0.435_stock.rar ]
(MD5 hash): db9ef9292aeab439ffb3791559c64603
AT&T Branded 2.1 [ X10a_2.1.A.0.492_AT&T_stock.rar ]
(MD5 hash): e281bbf1bde077f90d106fafe98d7c63
Ideally stick to (download) the specific stock ROM backup which is for the baseband on ur X10.
Even if the current baseband is different than the above files which I have listed don’t worry. If ur baseband version is:
2.0.46 / 2.0.49 / 2.0.52 u can still use the file: X10i_2.0.A.0.504_stock.rar
2.1.54 / 2.1.55 / 2.1.58 / 2.1.61 / 2.1.65 / 2.1.67 u can still use the file: X10a_2.1.A.0.435_stock.rar OR X10a_2.1.A.0.492_AT&T_stock.rar
So that atleast u get the radio (wcdma/gsm module) working
Upon request (and if I get time) I will create nandroid/recovery backups for other firmware’s also.
[2] Once u have downloaded the backup file for ur specific firmware:
extract it to a temporary folder on ur PC
the temporary folder will now have a new folder with 4 files:
cache.img
data.img
system.img
nandroid.md5
then connect the SDCARD of your X10 (sdcard reader/wifi explorer/samba file sharing app/etc)
place the extracted folder in /sdcard/xrecovery/backup/
[VVVIMP] verify the directory/file structure on sdcard. So e.g. if u have used X10i_2.0.A.0.504_stock.rar then the directory structure on ur sdcard (after copying the files) should be:
/sdcard/xrecovery/backup/X10i_2.0.A.0.504_stock/cache.img
/sdcard/xrecovery/backup/X10i_2.0.A.0.504_stock/data.img
/sdcard/xrecovery/backup/X10i_2.0.A.0.504_stock/system.img
/sdcard/xrecovery/backup/X10i_2.0.A.0.504_stock/nandroid.md5
Make sure that the above is correct and that there are no spaces in the file names else u WONT BE ABLE TO RESTORE THIS BACKUP
[3] Download the Master Uninstaller script. And place it in ur SDCARD (preferably root of sdcard i.e. /sdacard/ )… you can download it from here:
master_uninstaller_2.1only_v8.zip
the above Master Uninstaller script is an update.zip flashable via recovery.
[WARNING] THE ABOVE FILE WILL WORK ONLY ON 2.1 STOCK SE ROMS AND THAT TOO ON THE NANDROID/RECOVERY BACKUPS WHICH I PROVIDE
IF U USE THIS ON ANY OTHER ROM AND U END UP BREAKING UR SYSTEM/ANDROID OS THEN I AM NOT RESPONSIBLE
U HAVE BEEN INFORMED
[ STEP 3 ] Restoring provided nandroid/recovery backup & prepping system
verify that u have all the files in place from the above step.
if u want take a backup of ur current ROM because the following procedure will WIPE ur SYSTEM & DATA (it wont touch sdcard)
reboot into recovery and :
"Backup and Restore"
"Restore"
select the extracted image name (X10i_2.0.A.0.504_stock OR X10a_2.1.A.0.435_stock OR X10a_2.1.A.0.492_AT&T_stock)
now the restore process will start
it will take some time
after restore is complete Reboot Phone
once the device restarts u will now get stock 2.1 SE rom
DO NOT INSTALL ANYTHING RIGHT NOW
reboot device to verify that u can still access recovery
once u have verified that recovery is intact now reboot phone into android OS
now u need to change the SI number in /system/build.prop... keep ur original/true SI number at hand... i suggest that u use RootExplorer to do this modification... u can check this thread on where exactly u need to make the changes... once changes are done save the file and exit RootExplorer...
using Root Explorer navigate to '/system/' then "mount r/w" and long press on 'build.prop' file and select 'Permissions'... make sure the permissions are as follows:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
sometimes RootExplorer creates backup file /system/build.prop.bak remove that file
once that is done reboot the device and check if everything is working
now uninstall RootExplorer
[ STEP 4 ] FINALLY!!! Doing the MAGIC!!!
Well now we came to the LAST step
once u have made changes to build.prop now just reboot into recovery
flash master_uninstaller_2.1only_v8.zip
it will take some time as there are many files to be deleted ~360 files
once its done just reboot phone and viola!!! u should have a clean & unrooted stock SE 2.1 ROM
u can check that the su binary is no longer present in /system/bin/ and u can no longer access recovery!!!
[ STEP 5 ] Clean-up
remove/uninstall all user installed apps (if any) especially those who require root
Turn off/uncheck installing unknown apps from: Settings -> Applications -> Unknown Sources
Turn off/uncheck USB Debugging from: Settings -> Applications -> Development -> USB Debugging
{ADDITIONAL INFORMATION}
How to create compatible nandroid/recovery backups
Rooted the OS using SuperOneClickv1.7-ShortFuse which also installs busybox... it installs the busybox symlinks to /system/xbin/ and doesnt disturb /system/bin/toolbox symlinks...
Installed Recovery using FlashTool v0.2.9.1
Finally booted into recovery and took backup
Still to workout..
i dont know exactly how to remove the rageagainstthecage & psneuter exploit
if someone can help me with that we can truly CLEAN the complete rom
[ REROOT ]
Since the rooting exploit is not yet removed u can use z4root app to root phone again
Busybox Installer from market to install busybox links
xRecovery installer to install recovery
BUT IF U DO THIS THE UNINSTALLER SCRIPT WILL NOT WORK. THEN U WILL NEED TO RESTORE THE ABOVE PROVIDED BACKUP VIA RECOVERY
phew... this was about 6 pages in MSWORD
Great work, let's hope it gets something!
Coooooool man,what you're doing will absolutely saves many people's x10~
Great Doom,
It'll be very usefull for everyone with Broken or not USB.
Mine is not f*cked for now but my cable is doing problems..
I'll get new one in a week.
Anyways, very needed and usefull for me
Grt dude....
Sent from my X10i using XDA Premium App
A lot of people had problem with the usb port but are afraid SE is going to piss about the custom ROM, this freaking awesome
OH LORDY
KERNELMANAGGGEEEEEEEEER!!!!oneone!11
Adolf1994 said:
OH LORDY
KERNELMANAGGGEEEEEEEEER!!!!oneone!11
Click to expand...
Click to collapse
he he... u have a good eye...
anyways i will be releasing it soon... hopefully tonight... it still isnt fully complete... and as of now its in the form of a few scripts but i believe we can make it into something awesome!!!
DooMLoRD said:
he he... u have a good eye...
Click to expand...
Click to collapse
exactly
hope to see that well-spotted thing soon
****!!!!
I CAN`T BELIVE WHAT MY EYES SEEN WHEN I CHECK MY PM!!!
GOD DAMN YOU BECAME MORE AND MORE LIKE A GOD HERE
now just a curiosity...WTF do you exactly doing?!?!?! kernel manager?!?!
Mods....
Stick, stick, stick, stick, stick, stick, stick, stick, stick, stick, stick, stick, stick, stick, stick, stick, stick, stick, stick, stick, stick, stick
now a serious reply.
i think we ALL should have both files on sdcard. why? simple.
with all different roms/mods based on different basebands...
imagine you just download 435 fw but GOD DAMN my usb port feaks out when i`m on some rom based on 52 bb...
awesome keep up the good work and thank you DooMLoRD
kernel manager hmmm... thats sound good verry good
Then we need many custom kernels to choose from also.
Sent from my X10i using XDA App
Another excellent article bro
Great but what about att x10 phones
Sent from my X10i using XDA App
rtblittlebrown said:
Great but what about att x10 phones
Sent from my X10i using XDA App
Click to expand...
Click to collapse
+1 is it possible to set something up for good ol' 1.6 donut?
Sent from my X10i TripNMiUI using XDA App
Mods, please shut this idiot up (again).
More great progress from you Doom. Excellent to be exact!
j.anderson618 said:
eh.. still no radio.. booted up root still.. i found this though never saw it..
now i know said too much but what is this?
androidboot.hardware=es209ra vmalloc=256M g_android.product_id=0x312E console=ttyMSM0 mtdparts=msm_nand:[email protected](appslog),[email protected](cache),[email protected](system),[email protected](userdata) androidboot.hardware=es209ra vmalloc=128M g_android.product_id=0x312E console=ttyMSM0 semcandroidboot.serialno=CB511J3MFK semcandroidboot.startup=0x00000018 semcandroidboot.000008A2=583130
Lol meant too take out my serial number..
Looks like my cache has a space in it when it shouldnt.. could that be a problem?
any more ideas on fixing a broken radio?
You think cause in sys/kernel/logger/log_main/ and log _radio thd file was_overrun has a 1 and not a zero?
Click to expand...
Click to collapse
@j.anderson618
please stop spamming...
@all
wht he has posted above is:
https://github.com/freexperia/FreeXperia/blob/master/boot_tools/build-bootimg-X10/makeit.sh
@MODS
guys please do something regarding this "j.anderson618" user...

[W.I.P] Dualboot System.ext2 images Collection

Hi All,
first up credit to Z for recovery and providing PoC of dualboot images.
I have worked on base image provided by Z and have removed most of the crap or not so necessary stuff keeping following thing in mind.
1) if we want to use 2.1 that's coz of its camera...
2) we need a basic features to be working on Phone.
I am right now testing this slipstreamed bare bone ROM will upload by tomorrow.
you can expect following from this tread
1) Collection of system.ext2 which you can use for various ROM.
2) Basic guide on how we achieved this size reduction.
3) Instructions + scripts on how to do the same in xrec .0.3 also.
Reserved for Images link
Reserved for FAQ and dev instructions
Instructions to make it runable on Xrec .0.3
1) chargemon editing
1) open chargemon file
find "/system/bin/charger" line in it
replace the line with below code.
Code:
/system/bin/charger
if [ -e /data/local/tmp/dualboot ]
then
rm -rf /data/local/tmp/dualboot
sh /system/kernel/boot.sh
fi
Now your chargemon edit is done
if using adb push do remember ot set the permissions for chargemon again to 04755
i.e. chmod 04755 chargemon
now open the zip file of Z's dualboot..
copy system.ext2 to /system/dualboot/system.ext2
copy data.ext2 to /data/dualboot/data.ext2
copy all files from /system/kernel folder of zip to /system/kernel/ folder
now people here will to the very least post various system.ext2 which you can use as needed.
Once all files are in place you can write a simple gscript for dualbooting.
Code:
touch /data/local/tmp/dualboot
reboot
place this in gscript and add a shortcut on your desktop and you are done with the work.....
hope this helps
hey guys,
i have tried to convert existing ROM backups to working ext2 images... these can be made to work on the proof-of-concept as shown by zdzihu...
basically my aim is to be able to run ANY ROM inside ANY OTHER....
here is the first test release:
dualboot_DooMLoRD_MOD_rdannar_2.1.B.0.1 (for baseband 2.0.xx)
here is the second test release:
dualboot_DooMLoRD_BB67_EWJET_2.1.B.0.1 (for baseband 2.1.xx)
I really love to have dualboot but with xrec1.0 i could not.
I am really looking forward to this. Untill we get a full working camera/videocamera on 2.2 or 2.3 (i.e comparable with stock 2.1 camera/videocamera) this will be an excellent way to get the full functionality of the camera.
Thanks in advance for all your hard work
DooMLoRD said:
hey guys,
i have tried to convert existing ROM backups to working ext2 images...
these can be made to work on the proof-of-concept as shown by zdzihu...
basically my aim is to be able to run ANY ROM inside ANY OTHER....
currently i am working on 2.1 rom by rdannar from: ECLAIR with rdannar flavor
i have modded it so that it can run on baseband 2.0.xx (using bb patch) also included JITv2 (using zip provided by zdzihu) and added a few customizations....
as of now there are some issues with it.... which will be resolved soon (hopefully) then i will release it for u guys to test
Click to expand...
Click to collapse
did you got a method to convert yaffs to ext2 or still the same issue...
anantshri said:
did you got a method to convert yaffs to ext2 or still the same issue...
Click to expand...
Click to collapse
i think i may have found a way...
testing it now....
EUREKA!!!!
it worked....
NOW i think i have a sure way to convert yaffs imgs to ext2 which will actually boot!!!!
DooMLoRD said:
EUREKA!!!!
it worked....
NOW i think i have a sure way to convert yaffs imgs to ext2 which will actually boot!!!!
Click to expand...
Click to collapse
enlighten me
Note: right now going to sleep
anantshri said:
enlighten me
Note: right now going to sleep
Click to expand...
Click to collapse
ofcourse dude!
just waiting for the ROM to cache and installing some apps...
i am going to keep:
/system to 200 MB
/data to 100 MB
dualboot_DooMLoRD_MOD_rdannar_2.1.B.0.1
Since zdzihu wanted to encourage devs & users to switch to new xRecovery I am releasing this proof-of-concept as an Edify update.zip compatible with xRecovery v1.0.0… the concept being that we can convert ANY rom’s (nandroid/recovery) backup to dual boot image (yaffs to ext2 img) which actually boots!!!!
Also I am not saying that this is the only way but rather that this is the way I achieved it…
A BIG THANK YOU TO ZDZIHU FOR GIVING US THIS NEW TOOL TO PLAY WITH
all credits for the base 2.1.B.0.1 ROM goes to rdannar cause I have modded rdannar’s 2.1.B.0.1 ROM from:
http://forum.xda-developers.com/showthread.php?t=1109758
what is changed:
made it to work within ext2 img (dualboot)
changed baseband file to support baseband 2.0.xx
added JITv2
cleaned the ROM
fixed multiple busybox issues (there was one in /system/bin & /system/xbin)
removed redundant symlinks which were creating problems
added LauncherPro (I hate stock 2.1 launcher) & some tweaks for this app
added SpareParts & some tweaks
added some apps
Issues:
Currently there are some issues related to superuser (apps not getting SU permissions) [I think its related to integrated ramdisk in boot-stock.img] but I am sure that this can be sorted out with help from my friends
damn i forgot to change wifi.ko module so wifi currently might not be working
here use this: wifi-fix
just download it, extract it to some folder and use the following command to send it to the modded dualboot OS:
adb push wifi.ko /system/lib/modules/.
Requirements:
Baseband 2.0.52
Main ROM compatible with this baseband (I have tested this on CM7.1.0 RC0 J004 K012b)
U will need xRecovery v1.0.0 for this to work… Grab it from here: xRecovery v1.0.0 Installers for ALL roms
U will need 200 MB free on /system & 100 MB free on /data
How-to Install:
Reboot into xRecovery v1.0.0
Manually mount /system & /data
Go to main menu of xRecovery -> mounts and storage -> mount /system & mount /data
Flash this update.zip
Go back to main menu of xRecovery
Select “boot custom ROM/kernel”
ENJOY the speedy mooded 2.1 ROM!!!
Download Link:
(123MB)
dualboot_DooMLoRD_MOD_rdannar_2.1.B.0.1.zip [mirror]
MD5Hash:
Code:
8fd790dac29b6e976cf158720e51cb68
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Great news...
I have some free time at work tomorrow so I will give this a shot when you post the full "how to"
I will test on wolfs v007 test with his custom kernal.
gregbradley said:
Great news...
I have some free time at work tomorrow so I will give this a shot when you post the full "how to"
I will test on wolfs v007 test with his custom kernal.
Click to expand...
Click to collapse
the full how-to is already given!!!!
no need to do anything else to test the file i posted...
wht i meant was:
P.S.: its currently 3:40 AM here… so will write the full how-to for converting on any nandroid/recovery backup (yaffs img) to ext2 files in the morning… sorry to keep to waiting!
DooMLoRD said:
the full how-to is already given!!!!
no need to do anything else to test the file i posted...
Click to expand...
Click to collapse
Sorry...Its late here too and I have to get my weary body into work early....But I will test it tomorrow....
cheers
Big Thanks to Z for this.
Here is my reduced size version of Z's 2.1
system.zip
http://www.mediafire.com/?62zacjq9dv2cq8r
data.zip
http://www.mediafire.com/?v3221o1uwufzc1f
unzip and copy directly to /system/dualboot and /data/dualboot after instualling Z's dualboot package.
system.ext2 -- reduced to < 130mb (I add 20 mb as spare so it's about 150mb)
data.ext2 -- reduced to 64 mb (need about 50mb at least)
Working on system:
- Alarm
- Browser
- Calendar
- Calculator
- Camera
- Market
- Mediascape
- Messaging
- Phone
- Phone Book
- Settings
- JITv2 included
@doom - buddy eagerly waiting for your yaffs to ext2 guide
Edit: Here is the flashable zip (with xRecovery 1.0)
http://www.mediafire.com/?sqebawtf0wsdrvn
DooMLoRD said:
Since zdzihu wanted to encourage devs & users to switch to new xRecovery I am releasing this proof-of-concept as an Edify update.zip compatible with xRecovery v1.0.0… the concept being that we can convert ANY rom’s (nandroid/recovery) backup to dual boot image (yaffs to ext2 img) which actually boots!!!!
Also I am not saying that this is the only way but rather that this is the way I achieved it…
A BIG THANK YOU TO ZDZIHU FOR GIVING US THIS NEW TOOL TO PLAY WITH
all credits for the base 2.1.B.0.1 ROM goes to rdannar cause I have modded rdannar’s 2.1.B.0.1 ROM from:
http://forum.xda-developers.com/showthread.php?t=1109758
what is changed:
made it to work within ext2 img (dualboot)
changed baseband file to support baseband 2.0.xx
added JITv2
cleaned the ROM
fixed multiple busybox issues (there was one in /system/bin & /system/xbin)
removed redundant symlinks which were creating problems
added LauncherPro (I hate stock 2.1 launcher) & some tweaks for this app
added SpareParts & some tweaks
added some apps
Issues:
Currently there are some issues related to superuser (apps not getting SU permissions) [I think its related to integrated ramdisk in boot-stock.img] but I am sure that this can be sorted out with help from my friends
damn i forgot to change wifi.ko module so wifi currently might not be working
here use this: wifi-fix
just download it, extract it to some folder and use the following command to send it to the modded dualboot OS:
adb push wifi.ko /system/lib/modules/.
Requirements:
Baseband 2.0.52
Main ROM compatible with this baseband (I have tested this on CM7.1.0 RC0 J004 K012b)
U will need xRecovery v1.0.0 for this to work… Grab it from here: xRecovery v1.0.0 Installers for ALL roms
U will need 200 MB free on /system & 100 MB free on /data
How-to Install:
Reboot into xRecovery v1.0.0
Manually mount /system & /data
Go to main menu of xRecovery -> mounts and storage -> mount /system & mount /data
Flash this update.zip
Go back to main menu of xRecovery
Select “boot custom ROM/kernel”
ENJOY the speedy mooded 2.1 ROM!!!
Download Link:
(123MB)
dualboot_DooMLoRD_MOD_rdannar_2.1.B.0.1.zip
MD5Hash:
Code:
8fd790dac29b6e976cf158720e51cb68
Screenshots:
P.S.: its currently 3:40 AM here… so will write the full how-to for converting on any nandroid/recovery backup (yaffs img) to ext2 files in the morning… sorry to keep to waiting!
Click to expand...
Click to collapse
eagarly waiting for your conversion script.......
cobrato said:
Big Thanks to Z for this.
Here is my reduced size version of Z's 2.1
system.zip
http://www.mediafire.com/?62zacjq9dv2cq8r
data.zip
http://www.mediafire.com/?v3221o1uwufzc1f
unzip and copy directly to /system/dualboot and /data/dualboot after instualling Z's dualboot package.
system.ext2 -- reduced to < 130mb (I add 20 mb as spare so it's about 150mb)
data.ext2 -- reduced to 64 mb (need about 50mb at least)
Working on system:
- Alarm
- Browser
- Calendar
- Calculator
- Camera
- Market
- Mediascape
- Messaging
- Phone
- Phone Book
- Settings
- JITv2 included
@doom - buddy eagerly waiting for your yaffs to ext2 guide
Click to expand...
Click to collapse
cool work.... I am having something simmilar on my phone right now.... Albiet i have also removed Alarm, and calculator, will post mine by night @ IST.
Not got as much time as i thought today..but will see what i can do.
Just 2 questions to get me going.
I am using wolfs cm6 with his v007 test and the custom kernal from his thread.
if i put on the dual boot will this change my kernal again or will it keep the one i have. (i.e. I know it needs a custom kernal to dual boot but does it need a specific kernal or will any custom kernal do).
Also,
Which of the xrecovery 1.0.0 do i need
"2.2 ROMs (who dont require custom kernel by default. e.g.: FreeX10)
Please use the FreeX10-beta4-hotfix2.zip provided by zdzihu in the FreeX10 thread
2.1/2.2/2.3 ROMs
This is for those ROMs who dont require custom kernel by default but have the option to select custom kernel on next bootup.... basically the ROMs which use FreeXperia Recovery but donot boot custom kernel by default... or users who are using freexperia recovery to test custom kernels can also use this file...
xRecovery-1.0.0-rbt_test_kexec.zip"
The first one for 2.2 who dont require custom kernel by default. e.g.: FreeX10
or the second one for 2.1/2.2/2.3 roms?
EDIT: I just went ahead and did it...seems to boot into 2.1 fine.....will report back on issues later (Hopefully none)
Also, If i make a backup now using 1.0.0 am i right in thinking this should be a correct backup I can restore and it using xrecovery?
Finally just tried to reboot my phone i get a blackscreen that just says "Switched to fastboot mode..."
Any ideas?
EDIT 2: I pulled the battery and it booted into wolfs 2.2....Its looking good.
OK.
I have lost custom kernal on wolfs ROM. Is there any way to get that back and have the dual boot.
Secondly, When using adb to push wifi.ko to wolfs rom i get
cannot stat 'wifi.ko': No such file or directory
Any ideas?
EDIT.
I seeem to have pushed the file now but still get an error....also lsmod does not give me a wifi.ko listed..just the undervolt, twofish, dm_crypt and dm_mod modules....
I have even edited the hw config file to
insmod /system/lib/modules/wifo.ko
I really need wifi, otherwise I will have to give up on the dualboot
Sorry correction
you will miss your current kernel if you want to use your current kernel...
wait for some time i will post update on it.

[RECOVERY image] {v2} X10 GB 3.0.1.G.0.75 [Prerooted + Fixed xRecovery]

This would not have been possible without the tools provided by aZuZu and the help provided by jerpelea!!!
THANK YOU GUYS!
[ Screenshots ]
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
[ Requirements ]
any working ROM with recovery
[best situation is to flash stock 2.1 se rom root it and install recovery using latest flashtool]
flashtool
FTF bundle posted below
Recovery image posted below
[ Features ]
Stock SE 2.3.3 ROM
prerooted (superuser files pre-installed, busybox pre-installed)
xRecovery-0.3 (GBready) recovery (all known issues related to recovery are fixed in this version)
[ Important Links Before u Begin ]
Flashtool
[FLASHTOOL GUIDE] HOW TO for n00bies
[ How To ]
*FOLLOW THE STEPS PRECISELY ELSE U WILL GET STUCK*
download the ftf bundle & compressed recovery image from linnks below
extract the contents of the recovery image to a folder on desktop
u will get a folder with 4 files as shown below:
connect device to PC and mount sdcard
copy that extrated folder to /sdcard/xrecovery/backup/
so final path to folder & files should look like:
/sdcard/xrecovery/backup/prerooted_X10i_3.0.1.G.0.75_fixed_rec/cache.img
/sdcard/xrecovery/backup/prerooted_X10i_3.0.1.G.0.75_fixed_rec/data.img
/sdcard/xrecovery/backup/prerooted_X10i_3.0.1.G.0.75_fixed_rec/nandroid.md5
/sdcard/xrecovery/backup/prerooted_X10i_3.0.1.G.0.75_fixed_rec/system.img
once copying is finished unmount sdcard and disconnect cable
reboot into recovery and restore this backup
AFTER RESTORE IS DONE DO NOT REBOOT
directly remove battery and wait for few minutes (since we dont have power off in recovery this is crude way to do it)
now start flashtool and connect X10 in flash mode and flash the ftf bundle provided below
after flashing is complete just restart device and enjoy prerooted X10 SE 2.3.3 GB!!!
[ Info ]
if u get adb push errors to /system then anantshri has a solution: check here
NO-KNOWN root exploit was used! all the info on how to do this is already there in the threads i had created earlier and of-course using some ingenuous thinking ... u can check my sig for the links to those threads...
files prepared from following FTF file posted in flashtool thread:
Androxyde said:
X10i Generic
Generic version 2.3.3 build 3.0.1.G.0.75 (MD5: 36F52BAA3556CDD7E56383614C01E5D6)
Click to expand...
Click to collapse
[ Donations ]
if u feel that this work has helped u OR u think that the work i put into making this is worthy of donations, then click on the following link for buying me some coffee/beer/etc
PAYPAL DONATION LINK
[ Downloads ]
FTF bundle (contains only kernel & baseband from stock SE FW 2.3.3)
[12MB] http://doomlord.sylvester20007.com/x10/x10_gb/X10i_3.0.1.G.0.75_only_kernel_baseband.7z [Multiupload mirror]
Recovery image
[109MB] http://doomlord.sylvester20007.com/x10/x10_gb/prerooted_X10i_3.0.1.G.0.75_fixed_rec.7z [Multiupload mirror]
[ Warning ]
if u ppl (modders/rom makers) will be using this work atleast link back to thread & atleast acknowledge the work i did!!! (this mean u too TripNRaVeR)
[ Older Verions ]
Older versions are posted below in 2nd post
Older Versions
THE FOLLOWING IS OLD INFO
[ Requirements ]
any working ROM with recovery [best situation is to flash stock 2.1 se rom root it and install recovery]
flashtool
FTF bundle posted below
Recovery image posted below
[ Features ]
Stock SE 2.3.3 ROM
prerooted (superuser files pre-installed, busybox pre-installed)
FreeXperia recovery (slightly buggy but will be improved later)
[ How To (Recovery Image Way)]
*FOLLOW THE STEPS PRECISELY ELSE U WILL GET STUCK*
download the ftf bundle & compressed recovery image from linnks below
extract the contents of the recovery image to a folder on desktop
u will get a folder with 4 files as shown below:
connect device to PC and mount sdcard
copy that extrated folder to /sdcard/xrecovery/backup/
so final path to folder & files should look like:
/sdcard/xrecovery/backup/prerooted_X10i_3.0.1.G.0.75/cache.img
/sdcard/xrecovery/backup/prerooted_X10i_3.0.1.G.0.75/data.img
/sdcard/xrecovery/backup/prerooted_X10i_3.0.1.G.0.75/nandroid.md5
/sdcard/xrecovery/backup/prerooted_X10i_3.0.1.G.0.75/system.img
once copying is finished unmount sdcard and disconnect cable
reboot into recovery and restore this backup
AFTER RESTORE IS DONE DO NOT REBOOT
wipe cache, data partitions
directly remove battery and wait for few minutes (since we dont have power off in recovery this is crude way to do it)
now start flashtool and connect X10 in flash mode and flash the ftf bundle provided below
after flashing is complete just restart device and enjoy prerooted X10 SE 2.3.3 GB!!!
[ How To (Alternate update.zip Way)] (thanks to kxhawkins)
*FOLLOW THE STEPS PRECISELY ELSE U WILL GET STUCK*
Hi guys since i am out right now i couldnt test it but kxhawkins has posted direct flash-able update.zip HERE, instructions are there in his post... please test it out and report back...
[ Info ]
this has already been tested to work by me, erickwill & kxhawkins... but please test it and report back...
NO-KNOWN root exploit was used! all the info on how to do this is already there in the threads i had created earlier and of-course using some ingenuous thinking ... u can check my sig for the links to those threads...
files prepared from following FTF file posted in flashtool thread:
Androxyde said:
X10i Generic
Generic version 2.3.3 build 3.0.1.G.0.75 (MD5: 36F52BAA3556CDD7E56383614C01E5D6)
Click to expand...
Click to collapse
[ Donations ]
if u feel that this work has helped u OR u think that the work i put into making this is worthy of donations, then click on the following link for buying me some coffee/beer/etc
PAYPAL DONATION LINK
[ Downloads ]
FTF bundle (contains only kernel & baseband from stock SE FW 2.3.3)
[12MB] http://doomlord.sylvester20007.com/x10/x10_gb/X10i_3.0.1.G.0.75_only_kernel_baseband.7z [Multiupload mirror]
Recovery image
[134MB] http://doomlord.sylvester20007.com/x10/x10_gb/prerooted_X10i_3.0.1.G.0.75.7z [Multiupload mirror]
[ Warning ]
if u ppl (modders/rom makers) will be using this work atleast link back to thread & atleast acknowledge the work i did!!! (this mean u too TripNRaVeR)
the prerooted + recovery image might be slightly buggy (as i havent verified the permissions on all files yet) but till then u can enjoy prerooted SE 2.3.3 GB ROM
[ Known Issues ]
Included recovery (FreeXperia recovery) is slightly buggy and might give "unable to mount sdcard" problem if used multiple times in same recovery session.. <<< FIX >>>: install the latest fixed xRecovery posted by zdzihu here: http://forum.xda-developers.com/showthread.php?t=859571
are u lookin fordward to custom kenrels??
files uploaded and posted!
happy play
waiting, exciting.!
Which CDA is this based on Doom?
Sent from my X10i using Tapatalk
That was extremely fast after the short time you had after the release,
Thank you dev team.
Flashing back to 2.1 and getting to play with 2.3.3 prerooted
Vatis
Good lad. Any chance of a thread or post so we know what Apps are safe to remove etc?
DooMLoRD said:
files uploaded and posted!
happy play
Click to expand...
Click to collapse
do you think the custum roms 3.60 or 3.63 will work???
youre awesome doom
AWESOME my friend! Good job!
If I don't currently have a rom with recovery/root, whats the easiest way to get one?
I'm on stock 2.1.
Andybrit said:
If I don't currently have a rom with recovery/root, whats the easiest way to get one?
I'm on stock 2.1.
Click to expand...
Click to collapse
root with flashtool and then after reboot instal busybox from market then flash xreco with flashtool
A little suggestion, next time u should upload to multiupload.com, now u have your server overloaded and we download @ 40 kb/s...
thanks my friend , gonna tray to optimise it cause is laggy as hell
cheers
Achotjan
Soon as my gf gets off pc will give this a shot and report back
Good job doom and freeXperia team
Sent from my Desire HD using XDA App
unbelievable, good work
Andybrit said:
If I don't currently have a rom with recovery/root, whats the easiest way to get one?
I'm on stock 2.1.
Click to expand...
Click to collapse
Just download the latest flashtool, connect your phone and press root , after that your phone will restart then ask root perms from flashtool again and install xrecovery through flashtool again.
Thats all good luck
achotjan said:
thanks my friend , gonna tray to optimise it cause is laggy as hell
cheers
Achotjan
Click to expand...
Click to collapse
Think removing crap apps could just be enough on this.
hey Doom, thanks for this! don you wanna mirror these files? the dl is pretty slow.
can i downgrade from Original GB to 2.1 then flash this?

Categories

Resources