[ftf - 11/06/2012] cm 7.2 fxp124 - XPERIA X10 Android Development

Here is a small gift to x10 comunity
A ftf bundle to flash CM7.2 FXP124 :-D
Go to flashmode and flash this bundle as you would flash a stock ftf.
Flash, boot, enjoy .... no more need to go to recovery to flash an update.zip
CM7.2 FXP124(MD5 : 32B7F80540B0C9F5859840A70FF0299D)
FT 0.8 is mandatory to flash this bundle.
Thanks to the_laser for his help.

Wow, I can't remember when someone last created a full rom ftf file and it works. It includes everything (FXP X10 kernel and rom) with the exception of the Google apps as stated by Androxyde

Is this the Rom but able to flash through flashtool
Sent from my X10S using xda premium

bodomfan said:
Is this the Rom but able to flash through flashtool
Sent from my X10S using xda premium
Click to expand...
Click to collapse
Yes! Didnt think this was possible. So does this require unlocked BL? Thanks a bunch!
Sent from my X10i using Tapatalk 2

Prodigy said:
Yes! Didnt think this was possible. So does this require unlocked BL? Thanks a bunch!
Sent from my X10i using Tapatalk 2
Click to expand...
Click to collapse
Of course it would require a unlocked bootloader.
BTW, props to Androxyde and the_laser, hope you guys would keep releasing ftf files for people who would like to change roms.

OMG this is just... awesome, full ROM on a single ftf file, great job!

Will try when i get home thnx had some confusion installing this with recovery.
Its like you made it just for me (moronproof)
Sent from my CM7 Zmod / doomkernels v6 UL BL X10!
(And all that without bricking it) so far atleast.

hey androxyde, where can i get FT 0.8 or above?

shubu000 said:
hey androxyde, where can i get FT 0.8 or above?
Click to expand...
Click to collapse
Look at flashtool thread (sticky) and you will find homepage link
Envoyé depuis mon LT18i avec Tapatalk

Installed and working
Sent from my CM7 Zmod / doomkernels v6 UL BL X10!
(And all that without bricking it) so far atleast.

Hmm adw bugs me from time to time when i press open app drawer my dockbar disappears?
Sent from my CM7 Zmod / doomkernels v6 UL BL X10!
(And all that without bricking it) so far atleast.

Can you also do this with the cm9 updates? Its so difficult to get each release because they use foreign sites that are blocked in America. Or at least I think they still do.. haven't tried in a few months because of that
Sent from my Photon Q using ultramegaextremeXDA

Bjornlindekens said:
Hmm adw bugs me from time to time when i press open app drawer my dockbar disappears?
Sent from my CM7 Zmod / doomkernels v6 UL BL X10!
(And all that without bricking it) so far atleast.
Click to expand...
Click to collapse
Slide up from where your app drawer was, this is because your finger pulled down a little when you opened the app drawer, it is a gesture that's sock with ADW
Sent from my Touchpad using XDA Premium HD app

Aww, link disabled. I want to have this as a base so that I won't need to use the recovery. A lot easier.

Hzu said:
Aww, link disabled. I want to have this as a base so that I won't need to use the recovery. A lot easier.
Click to expand...
Click to collapse
Too much popular lol but i cant put it somewhere else before this evening. Maybe someone who dowloaded already can share
Envoyé depuis mon LT18i avec Tapatalk

Androxyde said:
Too much popular lol but i cant put it somewhere else before this evening. Maybe someone who dowloaded already can share
Envoyé depuis mon LT18i avec Tapatalk
Click to expand...
Click to collapse
Looks like nobody wants to share.
Or perhaps you can share us your method, about how you do it I mean? Since I already have the FXP124 package.

Hzu said:
Looks like nobody wants to share.
Or perhaps you can share us your method, about how you do it I mean? Since I already have the FXP124 package.
Click to expand...
Click to collapse
Still waiting for anybody who care to share....

Hzu said:
Or perhaps you can share us your method, about how you do it I mean? Since I already have the FXP124 package.
Click to expand...
Click to collapse
the_laser updated his tools because of an issue with system.sin generation.
here is updated toolset.
sintest.exe (aka bin2sin) has a new argument - spare size per block.
example usage :
sintest.exe my_image.yaffs2 0400000001000000D7020000050B0000 0xA 0x20000 0x1000
resulting file nicely accepted by patched loader and patched semcboot.
first argument is yaffs2 image (can be taken from CWM backup files)
second argument is partition info (where to flash on the phone). This information is device dependant and different for each partition (system, userdata, kernel, cache etc etc).
To get the info, use 0.8.5 version of Flashtool and enable dev features (in config.properties file of FT) Then you will have a SIN Editor in the Advanced menu. Open it and pick an official sin file (system.sin for example) from the device you are bundling ftf for.
Partition info will be printed in the according textfield. Just copy past it to the sintest.exe command line.
third argument is 0xA meaning "with spare". For kernel this argument is 0x9 (default value). meaning "without spare".
You have this info from the sin Editor too
the two last arguments are nand block size and spare size per block. Those values should be the same for all sin. The last argument must be given on command line only when creating sin with spare (no need for kernel for example).
Finally, you must check the no final verification check box when flashing ftf.
next version of FT will have a wizard for doing all that but dunno when I will release it

Androxyde said:
the_laser updated his tools because of an issue with system.sin generation.
here is updated toolset.
sintest.exe (aka bin2sin) has a new argument - spare size per block.
example usage :
sintest.exe my_image.yaffs2 0400000001000000D7020000050B0000 0xA 0x20000 0x1000
resulting file nicely accepted by patched loader and patched semcboot.
first argument is yaffs2 image (can be taken from CWM backup files)
second argument is partition info (where to flash on the phone). This information is device dependant and different for each partition (system, userdata, kernel, cache etc etc).
To get the info, use 0.8.5 version of Flashtool and enable dev features (in config.properties file of FT) Then you will have a SIN Editor in the Advanced menu. Open it and pick an official sin file (system.sin for example) from the device you are bundling ftf for.
Partition info will be printed in the according textfield. Just copy past it to the sintest.exe command line.
third argument is 0xA meaning "with spare". For kernel this argument is 0x9 (default value). meaning "without spare".
You have this info from the sin Editor too
the two last arguments are nand block size and spare size per block. Those values should be the same for all sin. The last argument must be given on command line only when creating sin with spare (no need for kernel for example).
Finally, you must check the no final verification check box when flashing ftf.
next version of FT will have a wizard for doing all that but dunno when I will release it
Click to expand...
Click to collapse
Thank you very much for the info. I have bin2sin but I don't have sintest (which is supposed to be the updated bin2sin tool). May I know where I can get it?

It didnt copy the link when i copy paste the text
http://www.onlinedisk.ru/file/890194/
Envoyé depuis mon LT18i avec Tapatalk

Related

[TUT] Easy root and cwr for generic 4.0.2.A.0.42 rom [+OC kernel]

EDIT!!!:
As this post was written on the 9th of December 2011, now it becamed outdated.
At that time, this was the easieset way for root, DMCR, CWR.
Now there are easier ways to root your device.
There are newer roms, kernels that already contains the DMCR and CWR.
I do not have time to update the OP.
So please keep this in mind while you read this topic!
25.01.2012.
--------------------------------------------------------------------------------
As there are some people, who likes to use the original factory rom, not the cooked ones, I decided to put together a brief tutorial on how to get most out of these roms (only basic steps!).
Important: All below mentioned are valid only for the devices with unlocked bootloader and running the Generic Central Europe ST18i (Ray) 4.0.2.A.0.42 (Android 2.3.4). It may work with others as well, but I haven't tested.
Disclaimer: In case that you follow this tutorial, I do not take any responsability for damaging, bricking your devices. You are doing everything at your own responsability!
With all these thingies that I collected, you'll have a rooted device, capable of dual way call recording, having the cwm recovery and freed from bloatware.
First of all make sure you have all the necessary drivers installed on your PC!
What we need:
- the Generic Central Europe ST18i (Ray) 4.0.2.A.0.42 generic factory ROM (Thanks to Jozinek and SE): Download link
- Flashtool (thanks to Androxyde): Download link
- rooting kernel (thanks to DooMLoRD): Download link
- patched factory kernel that enables the dual mode recording (thanks to skvalex): Download link
- CWM recovery install software, (SE Extreme Tweak Installer, thanks to quangnhut123): Download link
How2:
1. In case that you do not have the 4.0.2.A.0.42 rom on your device, flash it with Flashtool.
2. Boot your device, make the basic settings (language, wifi, gmail, so on...). Make sure you allow USB debugging mode in Settings/Applications/Development and to allow Unknown sources as well.
3. Switch off your device.
4. Switch it on in fastboot mode (pres and hold vol up while you connect to the usb). The BLUE led should light.
5. Flash the rooting kernel.
6. Reboot your device, check you should have superuser installed (your wifi doesn't work now, it is normal).
7. Switch off your device.
8. Switch it on in fastboot mode (pres and hold vol up while you connect to the usb). The BLUE led should light.
9. Flash the patched factory kernel that enables the dual mode recording.
10.Reboot your device, update superuser and # if needed (your wifi should be working now).
Congrats, now you have a rooted stock rom having the dual mode call recording enabled.
In order to enjoy this function, you'll need a recording software that uses this method, like: Download link
In case that you want cwm recovery as well, follow these steps:
11. Connect your switched on device, to your PC.
12. Run the SE_Extreme_Tweak_Installer and from its option window, select "CWM For Xperia Neo/ARC/ARC-S/Play/Pro/Ray", than press install. Wait till finishes.
13. In case that "Auto Reboot" was ticked, the device will reboot, otherway reboot manually your device.
Now you have CWM recovery installed as well. To use it, you should press and hold the VOL down button when you see the "SonyEriccson" logo while booting the device.
And of course now, in addition, you can get rid of the bloatware (list of junkies that can be safely removed from the device, the links are for ARC devices, but can be applied to RAY as well): Here or Here
The rooting procedure and the cwm recmode installation can be done in a lot of different ways as well. In my oppinion, this way, as explained above, is the easiest one(till now...).
UPDATE: Here is a very well optimized OC kernel with dual mode call recording (thanks to aire)
That's it. Good luck!
Hope you'll enjoy it.
If you like the tut, just hit the Thanks button!
Is doomlord's kernel necessary for the next steps? If not, isn't it much easier using the zegrush exploit?
Bazonga said:
Is doomlord's kernel necessary for the next steps? If not, isn't it much easier using the zegrush exploit?
Click to expand...
Click to collapse
Well, as I've mentioned : " The rooting procedure and the cwm recmode installation can be done in a lot of different ways..."
If you follow my tutorial you'll succeed 100%.
And of course there are other solutions that work 100% as well.
It is up to you to decide whichone will you follow
seatone said:
Well, as I've mentioned : " The rooting procedure and the cwm recmode installation can be done in a lot of different ways..."
If you follow my tutorial you'll succeed 100%.
And of course there are other solutions that work 100% as well.
It is up to you to decide whichone will you follow
Click to expand...
Click to collapse
Yeah I've read that, so it isn't necessary to use Doomlords kernel in order tu use the patched kernel and CWM?
Also, is there a way to combine the dual mode recording kernel with this one: http://forum.xda-developers.com/showthread.php?t=1322610 ?
Just want to confirm as it's better to be safe. This allows me to install custom roms after right?
TsunKit said:
Just want to confirm as it's better to be safe. This allows me to install custom roms after right?
Click to expand...
Click to collapse
Yes if your rom is flashable with ClockworkMod recovery, and of course is for our phone.
TsunKit said:
Just want to confirm as it's better to be safe. This allows me to install custom roms after right?
Click to expand...
Click to collapse
In case that the custom rom you want to use is flashable through cwr method, than the answer is yes (these roms are in .zip format).
aragog53 said:
No, it allows you to use "root asking" applications, such as Titanium Backup, Root Explorer etc...
....
Click to expand...
Click to collapse
Read more carefuly the tut before saying something... just my two cents...peace.
- patched factory kernel that enables the dual mode recording (thanks to skvalex)
Hi Seatone, Where is the source for above patched factory kernel?? Is it by you? Can you point me to the link address? Thank you.
Is there a kernel for overclocking, because mugetsu kills wifi :-(
Sent from my ST18i using XDA App
Neat! Been waiting for this. Thanks a lot bro! Just one thing - Can someone explain to me what does this mean:
10. ...update superuser and # if needed...
Click to expand...
Click to collapse
OC kernel
crownless said:
Is there a kernel for overclocking, because mugetsu kills wifi :-(
Sent from my ST18i using XDA App
Click to expand...
Click to collapse
Well, yes (thanks to aire): http://www.mediafire.com/?5sb60pipjxw9dgl
Try it and if it works for you as well, I'll insert it in the OP.
Томица said:
Neat! Been waiting for this. Thanks a lot bro! Just one thing - Can someone explain to me what does this mean:
Click to expand...
Click to collapse
You're welcome!
You'll probably be prompted to update superuser (actual version 3.0.7(41) and superuser binary (#) (actual version 3.0.3.2).
Ignore.
sent from my MIUI powered C64
seatone said:
Well, yes (thanks to aire): http://www.mediafire.com/?5sb60pipjxw9dgl
Try it and if it works for you as well, I'll insert it in the OP.
Click to expand...
Click to collapse
Is this kernel contain both overclock and call recording patch? or just overclock?
jackchua65 said:
Is this kernel contain both overclock and call recording patch? or just overclock?
Click to expand...
Click to collapse
It contains both. And it's a very well optimized kernel.
Its ok I now have recovery!!!!
Theme's for stock getting built later !!!!
Thanks
Going make some themes
sent from my gorgeus Xperia Ray
seatone said:
It contains both. And it's a very well optimized kernel.
Click to expand...
Click to collapse
Thanks for the posting.
I try to find the detail about this kernel, end up is in 4pda which all in Russia.
Is this the latest kernel from aire? I saw it got at least 5 or 6 update for the kernel.
The other thing which is more interesting is in 4pda, they have this ROM REPACK4PDA, which I can't download as well.
jackchua65 said:
Thanks for the posting.
I try to find the detail about this kernel, end up is in 4pda which all in Russia.
Is this the latest kernel from aire? I saw it got at least 5 or 6 update for the kernel.
The other thing which is more interesting is in 4pda, they have this ROM REPACK4PDA, which I can't download as well.
Click to expand...
Click to collapse
Added aire's latest kernel to the OP. Thank you aire!
About the REPACK4PDA rom: As its name says it's for 4pda...I suppose...
The rom itself is great (made by aire), it's what I use (slightly modified by me) and I'm 100% satisfied with it.
Alhough I do not speak Russian, as I've understood from their homepage, they are preparing to release the rom on xda as well. So, patiance (it will be a nice rom), or try to download it from their site.
Hey seatone,
Installed the kernel from OP. Phone works smoother now. I tried to find the downloadlink for the repack4pda rom, but failed. The place where the link is, remains blank. Guess I'd have to register at 4pda to get it. Could you tell me what the major differences compared to a rooted and bloatware removed stock SE rom with batterymod and transparent status bar (as i have now) are?
Thanks,

[Script] Lord AIO Tool - Beta 11.1 - CWM Install added! - 05/02/12

This is my first work on xda, I created a tool that can make lots of thing with just a click !
WARNING!!!
I'm not responsible if you brick your device!!! Do at your own risk!!!
Bootloader Unlocker and Root Tool will VOIDS YOUR WARRANTY!!!
Click to expand...
Click to collapse
How to use
Download the attachment on Dropbox and unzip it on C:/ then open the folder LAIOT and execute LAIOT.bat either double clicking it or using cmd on it... If you want to use just one tool, open Tools folder and double click it, the names are very clear!!! Download from here: https://sourceforge.net/projects/laiot/files/latest/download?source=files
Question: Why to extract on C:/
Answer: Because if not, "Restore Backup Tool" will not work!
Click to expand...
Click to collapse
Features
1.Complete Backup Tool
2.Bootloader Unlocker Tool
3.Bootloader Locker Tool
4.Install CWM
5.Restore Tool
6.Root Tool
7.Unroot Tool
8.App Install
9.Unbrick Xoom Tool
10.Dual Recovery Tool (Testing stage now!)
Click to expand...
Click to collapse
To use Unroot Tool on Xoom and Unbrick Xoom Tool download the official image (for your device) from the following link :
http://developer.motorola.com/products/software/
Click to expand...
Click to collapse
Compability of tools
1 - Universal
2 - Xoom/And (need test) "fastboot oem unlock" devices
3 - Xoom/And (need test) "fastboot oem lock" devices
4 - Xoom/X10 Mini/Pro
5 - Universal
6 - Xoom/SE2011Series/SuperOneClick rootable devices
7 - Xoom/Super One Click Rootlable Devices
8 - Universal
9 - Xoom
10 - Xoom
Click to expand...
Click to collapse
A Little Help
The Features are classified in "Universal" and "Xoom", as I tested on Xoom and x10 mini pro, if anyone can test "Bootloader Unlocker/Locker Tool" with a device that use
Code:
adb reboot bootloader
fastboot oem lock/unlock
please tell me , if anyone can help my work by testing on various devices and giving me information about any other than my ones, you are free to do it
Click to expand...
Click to collapse
History/Changelog
1st posted as a tool that can backup /sdcard/Android and /sdcard/Gameloft folders on Motorola Xoom, then added Bootloader Unlocker and Root, then added more features
Beta 1
First Release
No script yet
Beta 2
Added a script on zip that can backup your data and unlock bootloader
Fixed Bootloader Unlocker Tool Bug and added some new options
Beta 3
Added root option
Fixed some more bugs
Put some more things and better writing
Beta 4
Added option to Lock Bootloader
Fixed some words wrong
Tried to fix some bugs
Beta 5
Added App Install feature
Added Check Root Feature
Fixed some gramatic errors
Fixed some bugs in Bootloader Unlocker
Fixed some bugs in Root
Fixed some bugs on Lock Bootloader
Beta 6
Renamed to Lord AIO Tool (on Script)
Added new Root option (Super One Click for some devices)
Added DooMLoRD root (For Xperia 2011 devices)
Fixed "Install app" bug
Fixed "Restore folders" bug
Added more compatibility
Fixed more bugs
Arranged better the folder
Beta 7
Added User Data Backup
Improved Backup Tool
Improved Restore Tool
Created an User Data Restore Tool
Moved to Development section
Beta 7.1
Just fixed some minor errors... Sorry didn't notice them
Beta 8
Added Unroot option
Fixed some other minor errors that I didn't notice
Beta 9
Added Unbrick Xoom Feature (Testers needed)
Organized better the folder of the tool (sorry still need to extract on C:/)
Beta 10
Added to X10 Mini Pro forum
Added X10 Mini/Pro and X8 Bootloader Unlocker
Beta 11
Added Dual Recovery Xoom (still developing, not working for now ) (Maybe until Wednesday it's done )
Added X10 Mini/Pro CWM Install
Fixed some problems when trying to use some tools
Beta 11.1
Testing phase of Dual Recovery on Xoom!!!
Reuploaded, must work now
Fixed some minor things...
Click to expand...
Click to collapse
Will add new features as you guys recommend!!!
I will try my best, I can't guarantee that I will make it work flawlessly (I'm a newbie on development and I'm minor than 18 - I have to study for school too ), but with time it will have a good progress
My Special Thanks to:
paul-xxx ---> He was my inspiration since I started thinking about developing... He is my favorite developer ever!
zone23 ---> For helping me when I needed some help
solarnz ---> For making the CWM and root I used here for Xoom
DoomLoRD --->For making the root option I used here for Xperia 2011 devices
shortfuse --->For creating the SuperOneClick I used here too
unrandomsam --->For giving me the idea to backup userdata
My Dad --->For helping me in fixing some problems
unchainedrssr --->For giving Dual Recovery tip
D4 --->For porting CWM to x10 mini pro
tehgeekguy --->For giving me some files
Click to expand...
Click to collapse
Now I hope you enjoy this Script, will add some features in the near future and probably in the next 2~3 weeks I release a version with almost all devices on working list (forgot the name ) and with more features ever
Thanks for choosing Lord AIO Tool!!!
gr8 work.
Thanks
Sent from my MZ605 using XDA App
Nice script mate..
Sent from my U20i using xda premium
At long last!
Good job nick!
Sorry, for one thing... I forgot to add the unlock feature on the zip, so wait only a while till I upload the new zip
Sent from my MZ605 using XDA App
Ps.: After I will add install CWM feature here
Sent from my MZ605 using XDA App
CWM Added! Now you can do almost all things! Next step - Kernel Install!
Hi mate.
The *.zip file is corrupted. I got the massage that the file is empty. Another upload?
Thanks and regards
Reuploaded! Added some new things and fixed another couple things... (Check the 1st post)
Great
Sent from my U20i using XDA App
Good job mate
Sent from my U20i using xda premium
THX for reupload
This is gr8 script mate
Regards.
Sent from my MZ605 using XDA App
XxLordxX said:
This is my first work on xda, I created a tool that can make lots of thing with just a click !
WARNING!!!
How to use
Features
Compability of tools
A Little Help
History/Changelog
Will add new features as you guys recommend!!!
I will try my best, I can't guarantee that I will make it work flawlessly (I'm a newbie on development and I'm minor than 18 - I have to study for school too ), but with time it will have a good progress
My Special Thanks to:
Now I hope you enjoy this Script, will add some features in the near future and probably in the next 2~3 weeks I release a version with almost all devices on working list (forgot the name ) and with more features ever
Thanks for choosing Lord AIO Tool!!!
Click to expand...
Click to collapse
sorry for the trouble dude. i used this to install cwm in my x8 as it has cwm-based recovery v5.0.2.7. but i am not able to install it.i tried any other ways to install cwm as i need dual recovery to activate in my phone.but i failed eery time.
can u tell me ow to change from cwm based recovery to cwm recovery or normal xrecovery.please help me out of this......
TrazerWalker said:
sorry for the trouble dude. i used this to install cwm in my x8 as it has cwm-based recovery v5.0.2.7. but i am not able to install it.i tried any other ways to install cwm as i need dual recovery to activate in my phone.but i failed eery time.
can u tell me ow to change from cwm based recovery to cwm recovery or normal xrecovery.please help me out of this......
Click to expand...
Click to collapse
normally to swap from xrec to cwm its repeated ly press back button for cwm and repeatedly press home for xrec...im not too sure with this yet,im going from previous tools_sorry i found it hard to understand your question.
wheres link???
lohtse said:
wheres link???
Click to expand...
Click to collapse
It's under "How to use" section I think...
Sent from my awesome ICS Xoom with xda Premium HD
XxLordxX said:
It's under "How to use" section I think...
Sent from my awesome ICS Xoom with xda Premium HD
Click to expand...
Click to collapse
It refers to dtopbox for download link but its not there..there's a sourceforge link but its a tar.gz file and even extracted it has no files for windows to use... this thread is some what defunct with out correct downloads....
i assume you have android sdk installed? i think this script needs it

[ROM] Darkforest ROM 3.0.5 UPDATE | GSM 2.3.4/.62 | CDMA 2.3.3/.145 [WIP]

Darkforest ROM 3.1.0
Turn your R800i into an Xperia S with Darkforest ROM 3.1.0 GSM​
Version 3.1.0 is GSM only and if you install on an R800x you will lose all phone functionality.
Download 3.1.0: http://icxperia.com/keiran/dfr3/DFRGSM3.1.0.zip or via DFR OTA
3.1.0 Changelog:
Code:
Darkforest ROM 3.1.0 Changelog
- Using 4.0.2.A.0.64 base
- Xperia S themed by FlamEmo - framework-res.apk, SemcGenericUxpRes.apk, SemcSettings.apk
- Disabled ALS due to themed Settings app not showing disable auto brigtness option
- Added Xperia S Applications:
Alarms
Browser
Calculator
Calendar
Clock
Contacts
Email
Gallery
Games & apps (facebook)
Messaging
Music & videos (facebook)
Music Player
Phone
Settings
Setup Guide (needs resizing still)
Timescape
Track ID
Xperia S Live Wallpapers
Xperia S Themes (work like existing themes)
Xperia S Widgets
Xperia S Home
- Left all stock widgets there (eg. old timescape) incase people still like to use them.
- Added Xperia ICS Beta Boot Animation
- Left Update center for people on locked b
- Added support for New Darkforest OTA application with real updating
- Added Darkforest Tweak app for tweaking your device on the go
- Updated to latest AROMA installer, using ICS theme in installer
- Removed GSM Mods: Custom Home and Custom Theme, I don't think they are needed as you can apply them yourself easily, this saves downloading something you don't want.
Version 3.1.0 is in testing, and is using Xperia S applications, some issues are:
Code:
Setup Wizard needs either replacing or resizing
Timescape needs resizing, although I think it looks fine
There is a bug in the smart dialer, the * button, a bit of it doesn't show, this doesn't affect functionality.
If you like my work and you would like to help me save towards a university fund, please donate here: http://forum.xda-developers.com/donatetome.php?u=4344506
If you are a CDMA user, due to old framework, some of the mods I have applied to the GSM version will not work on the CDMA version. If anyone manages to get any of the Xperia S applications running on the CDMA ROM, please tell me which ones, as I don't have a device for myself.
Download for CDMA & GSM 3.0.5: http://darkforestgroup.com/forum/index.php/topic,11307.0.html
Download for 3.1.0 coming soon
Screenshots here: http://forum.xda-developers.com/showthread.php?p=23212672&postcount=222#
Regards,
The Darkforest Group Android Development Team - Keiran - Jonny
I still pressed the Thanks-Button for your incredible work mate. Young devs have to be supported
evo_racer said:
I still pressed the Thanks-Button for your incredible work mate. Young devs have to be supported
Click to expand...
Click to collapse
The reason I do all this is because we are a small community and Sony Ericsson don't attract big developers such as LeeDrOiD and mike1986, so its easier to get to learn about people here. In the other sections I only have a few friends, here I have many
Plus, developing for the R800x is cool because there is nothing better than one upping Verizon lol
Keiran
Sent from my R800i using Tapatalk
KeiranFTW said:
The reason I do all this is because we are a small community and Sony Ericsson don't attract big developers such as LeeDrOiD and mike1986, so its easier to get to learn about people here. In the other sections I only have a few friends, here I have many
Plus, developing for the R800x is cool because there is nothing better than one upping Verizon lol
Keiran
Sent from my R800i using Tapatalk
Click to expand...
Click to collapse
Keiran, you rock man.
Sent from my R800x using xda premium
antEris said:
Keiran, you rock man.
Sent from my R800x using xda premium
Click to expand...
Click to collapse
Thanks,
Going to try to push for an early beta tomorrow for CDMA.
Also going to include options on the aroma Rom installer such as applying themes
I already have it set up for GSM, and the script is set up for CDMA, I just need to merge some CDMA files
Sent from my R800i using Tapatalk
CDMA roms are that much different? Only difference is radio right? I don't get why they have to make it so difficult. Good luck hope you cdma guys get to join the fun. Looking forward to dfr3 thanks
Sent from my R800i using xda premium
I'll gladly take a 2.3.4 ROM with 4.0.2.A.0.62 (as alternate to the 2.3.3s & 2.3.7s)
Keiran, i have to say, from a lurker's point of view, you are awesome!
When i first saw the name of the thread i was like "Is he insane? Does he have the time?"
But i'm glad to know that you're not, and you're doing it for both us GSM and CDMA.
Kudos!
Just thought I would mention that the only difference between the GSM and CDMA seems to be a few libs and a few build.prop edits
WOO! Thanks meter 500! Thanks!
Okay, so maybe it isn't as simple as I thought. But I am still working on it, and should have something done by today.
Even if I can't get the 2.3.4 ported to the R800x, I can do something else, but thats only if, I probably will be able to do something.
Can someone get me an R800x /system dump?
KeiranFTW said:
Okay, so maybe it isn't as simple as I thought. But I am still working on it, and should have something done by today.
Even if I can't get the 2.3.4 ported to the R800x, I can do something else, but thats only if, I probably will be able to do something.
Can someone get me an R800x /system dump?
Click to expand...
Click to collapse
Best possible way to to do this (on your own) is get the original ftf, extract everything from it as a zip, use sin2img to convert the system.sin file to system.img & then use unyaffs to extract the /system folder from the system.img.
CrimsonKnight13 said:
Best possible way to to do this (on your own) is get the original ftf, extract everything from it as a zip, use sin2img to convert the system.sin file to system.img & then use unyaffs to extract the /system folder from the system.img.
Click to expand...
Click to collapse
cheers.
might have to ship the CDMA version with 2.3.3, because I have been reading around and it has been said that the .145 kernel and rom are the only ones compatible with both GSM and CDMA
But still, I can try and get you some stuff for it, if I have to use the .145 as a base.
Keiran
Edit:
Seems that the 2.3.3 verizon stuff isn't quite compatible with the 2.3.4 stuff, either that or I just can't get it right...
Going to try a .145 base android 2.3.3 for the CDMA model, sorry peeps, shouldn't have got your hopes up..
But still, it is another ROM Maybe I can make some themes for it too, to help drown your sorrows?
Right, so someone is VERY determined to stop me from even creating a 2.3.3 version, because, I can not find the 2.3.3 R 3.0.1.A.0.145 FTF anywhere....
I was thinking, maybe I could base my version of this ROM on sharks UK rom? Because I am about to do what he did anyway
Ideas?
Keiran
KeiranFTW said:
Right, so someone is VERY determined to stop me from even creating a 2.3.3 version, because, I can not find the 2.3.3 R 3.0.1.A.0.145 FTF anywhere....
I was thinking, maybe I could base my version of this ROM on sharks UK rom? Because I am about to do what he did anyway
Ideas?
Keiran
Click to expand...
Click to collapse
I'll get the link for you.
I think its this one...
http://hotfile.com/dl/132858023/2f6d3c9/SE_Xperia_Play_R800i_3.0.1.A.0.145_UK.rar.html
CrimsonKnight13 said:
I'll get the link for you.
Click to expand...
Click to collapse
Thanks, but I don't think that shark will mind as long as I state that I used his ROM as a base for the CDMA version, to make up for it I will also add some themes too
Edit. nvm, got the FTF now
Edit2:
Ooh ****....
crapped up my updater-script and it backed out right in the middle of flashing /system, so I adb shelled and cd'ed into system then did rm -r / , I forgot that / stands for root and not the directory that you are currently in, luckily, I only had my sdcard and my system mounted, my SD needed a good format anyway and I was going to format my sys to install the rom.
thank god for not mounting data partitions :O
Keiran
KeiranFTW said:
Thanks, but I don't think that shark will mind as long as I state that I used his ROM as a base for the CDMA version, to make up for it I will also add some themes too
Edit. nvm, got the FTF now
Keiran
Click to expand...
Click to collapse
Glad you got it. Shark added a few things to the mix, so a fresh image would be best I think.
CrimsonKnight13 said:
Glad you got it. Shark added a few things to the mix, so a fresh image would be best I think.
Click to expand...
Click to collapse
Yeah.
Admittedly, I've copied some of his Verizon needed stuff, to save me from extracting it all from an R800x FTF
KeiranFTW said:
Yeah.
Admittedly, I've copied some of his Verizon needed stuff, to save me from extracting it all from an R800x FTF
Click to expand...
Click to collapse
Did you use the pure UK ROM or the VZW infused version to get that stuff from?
CrimsonKnight13 said:
Did you use the pure UK ROM or the VZW infused version to get that stuff from?
Click to expand...
Click to collapse
The one in the first post on his topic
CrimsonKnight13 said:
Did you use the pure UK ROM or the VZW infused version to get that stuff from?
Click to expand...
Click to collapse
Can you test in about an hour?
Sent from my R800i using Tapatalk

[Q] Wolfbreak V7 or ZMOD CM7?

Which should i use overall? i like both but cant decide on which to use, currently locked BL, but i would like to hear your opinions to help me decide thanks in advance to all
Wolfbreak as development of zmod has stopped a while ago (also I pretty sure u need unlocked bl for cm) also wolfbreak is considered perhaps the overall favourite among x10 users but a relatively new rom (called feralab) is also excellently made rom.
Sent from my X10 using XDA App
laneyofdeath said:
Wolfbreak as development of zmod has stopped a while ago (also I pretty sure u need unlocked bl for cm) also wolfbreak is considered perhaps the overall favourite among x10 users but a relatively new rom (called feralab) is also excellently made rom.
Sent from my X10 using XDA App
Click to expand...
Click to collapse
how stable is Feralab? also battery performance and general performance? as Wolfs is quite good but also thanks for heads up
XDroidie626 said:
how stable is Feralab? also battery performance and general performance? as Wolfs is quite good but also thanks for heads up
Click to expand...
Click to collapse
Its lightning fast and excellent battery life (they both are to be fair) feralab is a bit more complicated to install though (not too hard though don't worry) PS ur welcome.
Sent from my X10 using XDA App
laneyofdeath said:
Its lightning fast and excellent battery life (they both are to be fair) feralab is a bit more complicated to install though (not too hard though don't worry) PS ur welcome.
Sent from my X10 using XDA App
Click to expand...
Click to collapse
Just use Xrec to install and then few patches, just had a quick view over the thread, think il give that a good go, thanks again for the heads up
No probs
Sent from my X10 using XDA App
Could one of you guys explain what this means
quote
"After installation for BOTH Bootloaders - open script manager, navigate to "~FeraLab~/Script" folder on your SDcard and open single file found there..new window will appear. There click on "Su" and "Boot" icons and click "Run" allow root access, wait a minute and then reboot".
Ive never even heard of script manager.
theunderling said:
Could one of you guys explain what this means
quote
"After installation for BOTH Bootloaders - open script manager, navigate to "~FeraLab~/Script" folder on your SDcard and open single file found there..new window will appear. There click on "Su" and "Boot" icons and click "Run" allow root access, wait a minute and then reboot".
Ive never even heard of script manager.
Click to expand...
Click to collapse
Dont take my word 100% am a themer not a cook, from what i can see from fera there is a folder on SD called Scripts in the feralab folder, the next part is u run the file if you can, and if am correct run Superuser and allow its root, give it a min to configure and reboot, am not 100% sure on that tho, maybe ask on the feralab descussion forum, and script managers are on market, they allow edit of inbuilt scripts like your SH file, you use it for Supercharge files hope it helps.
(wont be held responsible for any damage to device)
Ah right thanks.
It looks like its a free app off market.
"talking bollocks from my x10i using Tapatalk"
Gscript is a market app yes it may be included in latest version of feralab but I'm not sure
Sent from my X10 using XDA

[DEV HELP] help for build ics

I asked for help to build a rom ics on our xt615
I present the trick:
we recover a leak motorola ics for our phone (. sbf)
we extracted the boot.img system.img recovery. etc. .....
we have for the moment a Chinese cwm recovery but works in English or a problem with the nandroid
the problem is that when trying to build the rom for our phone and flash that we have a "status 0"
then here we ask a person who could help us build a rom ics
thank you
links:
extracted from sbf
https://docs.google.com/file/d/0B2k1N5APM4JQLWZ3ajVETG54UTQ/edit
testing the construction of the ROM
https://docs.google.com/file/d/0B2k1N5APM4JQaWF0N0Q0TV9pWTA/edit
and the subject of motoluxe xt615 not play pass all first pages on pages 65 to
http://forum.xda-developers.com/showthread.php?t=1660377&page=77
Up please
Thank
Sent from my XT615 using xda app-developers app
I don't know anything about your phone, but your zip file is incorrect.
You want to put all the files except META_INF into a folder called system. Look in META_INF/com/google/android/updater-script and you will see this is what the recovery is expecting.
Also, add a boot.img since it will try to flash that as well.
This is what the root directory of the zip file should look like:
Code:
[email protected]:/android/work/moto/zipper# ls
boot.img META-INF system
[email protected]:/android/work/moto/zipper# ls system/
app bin build_proj etc framework media usr
arcsoft build_id build.prop fonts lib tts xbin
gee one said:
I don't know anything about your phone, but your zip file is incorrect.
You want to put all the files except META_INF into a folder called system. Look in META_INF/com/google/android/updater-script and you will see this is what the recovery is expecting.
Also, add a boot.img since it will try to flash that as well.
Click to expand...
Click to collapse
Yes but try various solution and i have always error status 0
If you look the topic we have try
Page n° 70\80
Thank
Sent from my XT615 using xda app-developers app
gee one said:
This is what the root directory of the zip file should look like:
Code:
[email protected]:/android/work/moto/zipper# ls
boot.img META-INF system
[email protected]:/android/work/moto/zipper# ls system/
app bin build_proj etc framework media usr
arcsoft build_id build.prop fonts lib tts xbin
Click to expand...
Click to collapse
I don't understand
I took example on several
can you help me to do this update
A big thank
Sent from my XT615 using xda app-developers app
I read that thread a little- it looks like a lot of people trying different things. Also, use post numbers because it's page 17 on my computer
So, where did the updater-binary and script come from? The script has to match the rom, but I think the binary is a lot more forgiving. I think a binary from another ics or gb rom should work. Your phone uses yaffs, so maybe an older binary? I thought a lot of the ics devices were moving to ext3/4?
I think the stock recovery won't work. Usually, they will only accept zips that are signed by the manufacturer.
sent while running with scissors
gee one said:
I read that thread a little- it looks like a lot of people trying different things. Also, use post numbers because it's page 17 on my computer
So, where did the updater-binary and script come from? The script has to match the rom, but I think the binary is a lot more forgiving. I think a binary from another ics or gb rom should work. Your phone uses yaffs, so maybe an older binary? I thought a lot of the ics devices were moving to ext3/4?
I think the stock recovery won't work. Usually, they will only accept zips that are signed by the manufacturer.
sent while running with scissors
Click to expand...
Click to collapse
we have a custom recovery rom just leaked motorola
I built the rom update with kitchen
I get a flash of themes yet but they put me in error
and I saw no or that I can just
I can not make a updater-script
can you tell me the way to follow
Thank
Sent from my XT615 using xda app-developers app
dams161 said:
we have a custom recovery rom just leaked motorola
I built the rom update with kitchen
I get a flash of themes yet but they put me in error
and I saw no or that I can just
I can not make a updater-script
can you tell me the way to follow
Thank
Sent from my XT615 using xda app-developers app
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?p=31086093
Sent from my XT615 using xda app-developers app
Flash at your own risk- I didn't read the thread and I wouldn't know you device from an iphone.
https://rapidshare.com/files/2281343112/xt615ics1.2_mod1.zip
I cleaned up the system and added the boot.img. if you can get the /etc/recovery.fstab from your recovery, it might help since the partitions might have different names.
sent while running with scissors
gee one said:
Flash at your own risk- I didn't read the thread and I wouldn't know you device from an iphone.
https://rapidshare.com/files/2281343112/xt615ics1.2_mod1.zip
I cleaned up the system and added the boot.img. if you can get the /etc/recovery.fstab from your recovery, it might help since the partitions might have different names.
sent while running with scissors
Click to expand...
Click to collapse
thank you
i try and i say if work
does not work I toujour error status 0
I think that is an error with the update binary. Maybe you can get one from a similar phone? It should be pretty generic, as long as it uses a similar file system/android version. So try to find a binary from an ics device that uses yaffs/MTD.
sent while running with scissors
i try and i say if work
yes works but the boot.img is bad thank you
I thought this was the stock firmware? Could you just put in a similar ics kernel and see if that works? A kernel from an ics moto phone might work, but you'll have to change the ramdisk.
sent while running with scissors
gee one said:
I thought this was the stock firmware? Could you just put in a similar ics kernel and see if that works? A kernel from an ics moto phone might work, but you'll have to change the ramdisk.
sent while running with scissors
Click to expand...
Click to collapse
the concern is that the bootloader is locked
and I think he does not want ics files
you have ideas on how to bypass the UNLOCK or
thank you again
Do you have a copy of a working boot.img or kernel? Even a dump from a running phone would work.
sent while running with scissors
gee one said:
Do you have a copy of a working boot.img or kernel? Even a dump from a running phone would work.
sent while running with scissors
Click to expand...
Click to collapse
my boot.img
So the zip that I uploaded flashes, but it doesn't boot?
I think your working boot image is GB or Froyo and the new one is ICS. So maybe if I take the kernel from the ICS boot.img and add the ramdisk from your working one, then maybe it might work.
Maybe...
This is the new kernel with the old ramdisk. Again, flash at your own risk.
https://rapidshare.com/files/908298923/xt615ics1.2_mod3.zip

Categories

Resources