[GUIDE][New User Friendly]How To Make Custom Roms(Under Construction) - Sony Xperia P, U, Sola, Go

Hey Guys,
First of all this is not a guide to build a rom from source.
Instead of downloading roms made by other users,you can make your own
And this is not a guide for NOOBS it is for NEW USERS who don't have enough knowledge to build custom roms.
NOTE : I AM NOT RESPONSIBLE FOR ANY DAMAGE TO YOUR DEVICE
Things You Need Before Starting :
*7zip/Winrar
*Notepad++
*A Working Brain
Follow each step carefully to get a working rom.
1-First download the .zip file according to your device provided below and extract them.
2-You will get two folders;system and META-INF.
3-Go in system folder and open apps folder.
4-You will find all the system apps here,remove bloatware if necessary.Two Most important files are Home.apk and SystemUI.apk which are faces of your custom rom and without them your rom will be like a pizza without cheese.
5-Replace Home.apk and SystemUI.apk with the one you choose.(You can find plenty of them on XDA,Just keep in mind don't put paid launchers like Apex Launcher Pro as it is not allowed on XDA)
6-You can also replace Browser.apk,Conversations.apk,MusicWidget.apk,SoundEnhancement.apk,Phonesky.apk(There are many themes versions available on XDA),SemcMusic.apk according to your choice.Now you are done with apps.
7-Now go to media folder and replace bootanimation.zip with the one of your choice,you can also add extra ringtones(But I don't recommend this as this makes your rom heavier)
8-Now we are done halfway.Lets head on to build.prop.(Its device specific don't replace it just edit it)You can find build.prop tweaks in next posts.
9-Now go to META-INF/com/google/android and open updater-script with Notepad++(This is what you see while flashing the rom,so keep it short and helpful)
10-Again put this modified folders in a .zip and give your rom a good name.
I recommend to use Devhost for uploading your roms.
And you are ready to open a new thread on XDA for your own Rom
And ya,don't forget to test it yourself
Regards,
acervenky,
XPT
EDIT : I will not upload the .zips(Slow Upload Speeds) but will give you the procedure.

build.prop Edits
Add these lines at the end of your build.prop to enable the tweaks.
Signal Tweaks.(Don't expect much from these)
Code:
# Signal Tweaks
ro.ril.hsxpa=2
ro.ril.gprsclass=10
ro.ril.hep=1
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=10
ro.ril.enable.a53=1
ro.ril.enable.3g.prefix=1
ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.htcmaskw1=14449
ro.ril.hsupa.category=5
Network Tweaks.(They can cause a little difference)
Code:
# NetSpeed Tweaks
net.tcp.buffersize.default=4096,87380,256960,4096, 16384,256960
net.tcp.buffersize.wifi=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.umts=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.edge=4096,87380,256960,4096,163 84,256960
2D Tweaks.(These are must have tweaks)
Code:
# Touch Responsiveness
debug.performance.tuning=1
video.accelerate.hw=1
Performance Tweaks.(No Idea)
Code:
# Performance Tweaks
ro.kernel.android.checkjni=0
ro.config.nocheckin=1
Happy Editing !!!!!
Regards,
acervenky,
XPT

META-INF Folder
Without this file,your rom is not flashable
Download : http://d-h.st/vds
Edit the file : META-INF>com>google>android>updater-script With Notepad++
Regards,
acervenky,
XPT

How To Pre-Root Your Rom
Download THIS .zip and Extract It.
Add The Files From Folders In The .zip To The Folders Of Your Rom.
And Add These Lines To The Updater-Script In META-INF Folder(Not Needed If You Are Using My META-INF) :
Code:
set_perm(0, 0, 06755, "/system/xbin/su");
set_perm(0, 0, 06755, "/system/bin/su");
And Your Rom Will Be Ready To Use.(With Root :good
Hope It Helps.
Regards,
acervenky,
XPT

Extras
Under Construction

Procedure For Extracting System Files From .ftf
Needed :
Flashtool
WinRar
ext2explore
Steps :
-Download the latest .ftf file for your device.
-Open it using Winrar
-Extract system.sin from the .ftf by using WinRar(Alternative : 7zip)
-Open Flashtool.
-Go to Advanced>Sin Editor And Select the file(system.sin)which you had extracted and click on Dump Data
-The .ext4 file will be created in the same folder in which system.sin was located.
-Open ext2explore.exe(As Admin)and navigate to the folder containing .ext4 file and open it.
-You will now get access to the system files but still they need to be extracted.To extract them from .ext4 right-click on the needed folder and select extract.
-Now you will get the needed folders to cook your own rom

Cool. Where are the folder links?
Tapatalked Xperia S

Ben36 said:
Cool. Where are the folder links?
Tapatalked Xperia S
Click to expand...
Click to collapse
I will be uploading them soon.
Currently uploading for P.
And I will continue to upload for S,U,Sola,Go,Tipo
Regards,
acervenky,
XPT

Thanks! i will try this myself as soon as this guide is complete..

If I use Root explorer and replace framework apk and home apk and then edit the build prop and do whatever else I want to customise the rom then backup with CWM will I get the same result?
Will others be able to install my backup?
I will try your method as building from source requires programming knowledge.
Thanks for your guide, I see your quite busy around Xperia section so thanks for supporting our devices
Sent from my ST25i using xda app-developers app

Hope it's your done uploading by next week..... I will try it after my stupid exams...

Jason Fernandes said:
Hope it's your done uploading by next week..... I will try it after my stupid exams...
Click to expand...
Click to collapse
I am also busy due to my exams.
Anyways,I will also upload more bootanimations and systemuis.
Regards,
acervenky,
XPT

How to make a rom Pre Rooted?
Sent from my MT27i using xda premium

Nice guide! ^^ thanks

Any updates
Sent from my Xperia S using xda premium

Divaksh said:
How to make a rom Pre Rooted?
Sent from my MT27i using xda premium
Click to expand...
Click to collapse
+1
Would be nice to know that if is possible. I have seen one pre rooted ftf that i just flashed with flashtool on my Xperia Active for some time ago.

Divaksh said:
How to make a rom Pre Rooted?
Sent from my MT27i using xda premium
Click to expand...
Click to collapse
Thanks for your Idea.
I will update the OP shortly
Regards,
acervenky,
XPT

acervenky said:
Thanks for your Idea.
I will update the OP shortly
Regards,
acervenky,
XPT
Click to expand...
Click to collapse
It would be nice if you also add how to de-odex and implement supercharger
Sent from my Xperia S using xda premium

Thread Updated.
Now you guys can start making your own roms.
If you have any problems PM me.
Regards,
acervenky,
XPT

acervenky said:
Thread Updated.
Now you guys can start making your own roms.
If you have any problems PM me.
Regards,
acervenky,
XPT
Click to expand...
Click to collapse
Yay finally a way to extract system folder with new ftf thanks!
and for the great tips

Related

{FIXED!} WeatherWidget.apk from Xperia Sola works on ICS 4.0.3

Hi guys! I fixed the WeatherWidget.apk from Xperia Sola, he now works on ICS!
Install: move to system/app with the permissions rw-r--r--, reboot, enjoy!
P.S. works only on Home.apk from Xperia S
muzontnt said:
Hi guys! I corrected the WeatherWidget.apk from Xperia Sola, he now works on ICS!
Install: move to system/app with the permissions rw-r--r--, reboot, enjoy!
P.S. works only on Home.apk from Xperia S
Click to expand...
Click to collapse
dude bad news.. I installed it correctly on my neo ICS restarted... and when I go add widget, go down to the bottom find weather widget tap on it and nothing happens!? what else do I have to install???
EDIT: My bad.. I didn't see that it works only on xperia S launcher... sorry
Thanks for your work!
I guess you need widget picker.apk to select the weather winget
Thank you been looking and asking for this for awhile, could you make it transparent.?
Sent from my LT18i using xda premium
can use on Mooded80.5 rom??
link for xperia s home to work with this
Can anyone provided a link for working xperia s home that works with this mod?
Thanks in advance
Metallijim said:
Can anyone provided a link for working xperia s home that works with this mod?
Thanks in advance
Click to expand...
Click to collapse
i have this home.apk from xperia s and it works,
5 screens, 5x4 apptray, no rotation and corners.
here the link:
http://www.mediafire.com/?ovqnzh59aqcm0u6
install with root explorer then reboot and then go to settings/apps
go to all and search xperia home then clear the data of it.
Thanks, worked a charm
Metallijim said:
Thanks, worked a charm
Click to expand...
Click to collapse
dont say thanks but press and you`re welcome man
I can't give the permissions for some reason! :S Weird!
Sent from my LT18i using XDA
FAdrums said:
I can't give the permissions for some reason! :S Weird!
Sent from my LT18i using XDA
Click to expand...
Click to collapse
get a cwm flashable zip file,delete every app in it
include home,weather apk's to system/app folder
extract update-script in META-INF\com\google\android to desktop
rename it to update-script.txt
open in notepad
find these lines
Code:
ui_print(" Mounting SYSTEM...");
mount("MTD", "system", "/system");
ui_print(" Copy files to SYSTEM...");
package_extract_dir("system", "/system");
add this line after these lines in update-script
Code:
set_perm_recursive(0, 0, 0755, 0644, "/system/app");
save and exit,remove .txt extension
delete update-script in rar and add the new update-script to rar
flash it via cwm
ThilinaC said:
get a cwm flashable zip file,delete every app in it
include home,weather apk's to system/app folder
extract update-script in META-INF\com\google\android to desktop
rename it to update-script.txt
open in notepad
find these lines
Code:
ui_print(" Mounting SYSTEM...");
mount("MTD", "system", "/system");
ui_print(" Copy files to SYSTEM...");
package_extract_dir("system", "/system");
add this line after these lines in update-script
Code:
set_perm_recursive(0, 0, 0755, 0644, "/system/app");
save and exit,remove .txt extension
delete update-script in rar and add the new update-script to rar
flash it via cwm
Click to expand...
Click to collapse
Errr... Thanks for the tutorial bro but that's too advanced for me!
Sent from my LT18i using XDA
Yeah, very thanks!
Enviado desde mi Xperia arc s con Tapatalk 2.
Mooded ICS 80.5B, 1GB Swap, doomkernel v5, frec 1.6ghz.
Does this work on MIUI rom?
Thanks... work great
Are you able to get this to work on ics 4.0.4 build .431 I have tried many times and when I click I get need widgetpicker.apk to run error.
When I try on other stock launcher it does not run.
Sent from my LT15i using xda premium
zolaisugly said:
Are you able to get this to work on ics 4.0.4 build .431 I have tried many times and when I click I get need widgetpicker.apk to run error.
When I try on other stock launcher it does not run.
Sent from my LT15i using xda premium
Click to expand...
Click to collapse
Installed Home.apk & widgetpicker.apk from Xperia S
muzontnt said:
Installed Home.apk & widgetpicker.apk from Xperia S
Click to expand...
Click to collapse
I would but cant find them.....any links or attachments.
Sent from my LT15i using xda premium
nice great

[MOD] Camera hack for ICS

Warning: You can do this at your own risk. I am not liable etc etc etc..
I do not own these codes I just copied them or the first idea of modding the camera.
If I used your files or scripts without permission. Sorry. Just want to help.
As I was browsing through some topics here I came across this one by umangleekha (credits to his idea)
So what I did was flash the zip (yeah the image became clearer but the camcorder goes into force close!) so maybe the mod won't work on ICS rom (HepHappy's final rom)
So what I did is make some experimental adjustments (technical way of saying copy and paste ) of words and values from here to here.
After modifying the media_profiles.xml (which was the flash file in umangleekha's zip) still the stupid camcorder force closes.
Then with the idea of backporting omx libs. so why not backport some ideas from gingerbread too?!!
So i grabbed a stock rom from sweetnsour's list in here. and get the european version whatever that is. compared some files here and there and found some additions at the build.prop.
I added these to build.prop
made some changes as of 1/18/2013
Code:
#Image
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
#Image
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
# camera/camcorder options, [email protected]
ro.media.enc.hprof.file.format=mp4
ro.media.enc.hprof.codec.vid=h263
ro.media.enc.hprof.codec.aud=aac
ro.media.enc.hprof.vid.width=640
ro.media.enc.hprof.vid.height=480
ro.media.enc.hprof.vid.fps=24
ro.media.enc.hprof.vid.bps=300000
ro.media.enc.hprof.aud.bps=96000
ro.media.enc.hprof.aud.hz=16000
ro.media.enc.hprof.aud.ch=1
ro.media.enc.hprof.duration=60
ro.media.enc.lprof.file.format=3gp
ro.media.enc.lprof.codec.vid=m4v
ro.media.enc.lprof.codec.aud=amrnb
ro.media.enc.lprof.vid.width=176
ro.media.enc.lprof.vid.height=144
ro.media.enc.lprof.vid.fps=15
ro.media.enc.lprof.vid.bps=256000
ro.media.enc.lprof.aud.bps=12200
ro.media.enc.lprof.aud.hz=8000
ro.media.enc.lprof.aud.ch=1
ro.media.enc.lprof.duration=30
ro.media.enc.file.format=3gp,mp4
ro.media.enc.vid.codec=m4v,h263
ro.media.enc.aud.codec=amrnb,aac
ro.media.enc.vid.h263.width=176,640
ro.media.enc.vid.h263.height=144,480
ro.media.enc.vid.h263.bps=64000,6000000
ro.media.enc.vid.h263.fps=1,30
ro.media.enc.vid.m4v.width=176,640
ro.media.enc.vid.m4v.height=144,480
ro.media.enc.vid.m4v.bps=64000,2000000
ro.media.enc.vid.m4v.fps=1,24
ro.media.enc.aud.amrnb.bps=5525,12200
ro.media.enc.aud.amrnb.hz=8000,8000
ro.media.enc.aud.amrnb.ch=1,1
ro.media.enc.aud.aac.bps=
ro.media.enc.aud.aac.hz=
ro.media.enc.aud.aac.ch=
ro.media.dec.aud.wma.enabled=0
ro.media.dec.vid.wmv.enabled=0
ro.media.cam.preview.fps=0
ro.media.enc.jpeg.quality=100,90,80,70,60,50
the #image is from a increase your image jpg blah blah
and modify the media_profiles.xml (see attachments)
Code:
As of today 1-18-2012 I decompiled the camera apk, and set the exposure's default to 2! At the xml file. Forgot the exact name. IT WORKS! everytime I open the camera, no need to set it before taking a shot. :) only, it dont work on other cam app like pro capture.
]>
and i think it worked. from 500kb (image size) it goes to 1mb+ for images the (video is crappy though) awesome now? i think
if anyone can create an flashable zip from these it would be awesome!
test too if the image is better
THE ATTACHMENT IS NOT A FLASHABLE ZIP!
it only contains the build.prop and media_profiles.xml
you can copy replace the files using any root browser then make necessary permission adjustments.
Test if this is works.
Hey where to copy mediaprofile file?
Sent from my LG-P500 using xda premium
/etc folder rename the old media profile to media_profiles.xml.backup incase anythng goes wrong
Sent from my LG-P500
its risky i guess ?
fresyk said:
its risky i guess ?
Click to expand...
Click to collapse
Not really. Just incase you dont want the output. You can revert back
Sent from my LG-P500
Works great!
Sent from my LG-P500 using xda premium
this is good if we are assuming that poor image quality depends only on the resolution.
is that the case?
i think something different should be changed.
Just a couple of days ago I've watched my old GB photos. Completely different from ICS ones.
FD1999 said:
Lol, you've 'stolen' the second code from LG Everybody does that
However, even works on my Neo V
Click to expand...
Click to collapse
Really?, it work on p500??
I'm currently trying possible combinations and best setting.
Progress. Got a better audio but pixelated video. With 640x480 res @12fps (details on window)>.>
I'll upload some picture and video from stock ICS rom of hephappy (without tweaks ofcourse) and with the modded one.
One lesson learned. Modifying and restarting phone is tiresome. :banghead:
Sent from my LG-P500
how can I copy these files to the selected folders ?! i couldn't copy them via Root Browser of ROM Toolbox Pro.
SzilagyiTibi said:
how can I copy these files to the selected folders ?! i couldn't copy them via Root Browser of ROM Toolbox Pro.
Click to expand...
Click to collapse
You can extract the zip. Then paste the media one at /etc folder and the build.prop at /system
Sent from my LG-P500
does it work on 4.1.2, Jelly Bean too ?
Sent from my LG Optimus One using XDA app.
testing, it works for my device and no crash met so far
It looks so f**king fine
Sent from my LG-P500 using xda app-developers app

[LIST][MODS]List of mods for stock

ARE ON STOCK????????​
And you hate it?????​Then this thread is for you​NOTE- I have not explained how the stuff goes in here. I have just pasted the links. READ the thread completely
The credit goes to the original posters. PLEASE HIT THEM THANKS.​
First- Root your device [Very IMPORTANT]
READ THIS THREAD-
ROOTING YOUR GALAXY Y
and root your device.
Now after rooting install -
Android SDK on your PC.
Then read this thread and deodex your stock ROM.
http://forum.xda-developers.com/showthread.php?t=1600805
TOOOOOOOOOO LAZY TO DEODEX????????????????????
Go HERE-http://forum.xda-developers.com/showthread.php?t=2011188
Just flash via CWM
INSTALL CWM
http://forum.xda-developers.com/showthread.php?t=1678879
You are now ready to customise your ROM.
INSTALL A GOOD KERNEL
List of kernels-
1.Hells Fusion
2.Merruk Kernel
3.Percy's Kernel
4.Deviant Kernel
5.Will add more stuff later.
You are ready now.
These apps will help you-
Root Browser Lite
ScriptManager
Busy Box Installer
Lets Begin with enhancing perfomance-
Note- These methods work only with init.d supported kernels. Do this at your own risk.:laugh:
Super Charger-
The best way for increasing perfomance
Download script from this thread-
v6 Super Charger by zepelinrox
For installing it read this GUIDE
Bloatware removal-
This can also be done manually via root browser.
Download,edit and flash this zip via CWM.
This will remove all the useless apps from the system.
<<<<<<<Download>>>>>>>>
Atomods-
King of all tweaks. DO NOT USE WITH SUPERCHARGER.
WORKS ONLY on deodexed ROMs.
Download it from here-
ATOMODS by Ganesh A
Build.prop tweaks-
It is done by adding lines or editing the values in build.prop.
Location-
/system/here.
List of build.prop tweaks-
Thanks to dark_knight35
Lock launcher in memory-
Code:
ro.HOME_APP_ADJ=1
Improve the quality of sound recording, video recording and quality of pictures.-
Code:
ro.media.enc.jpeg.quality=100
ro.media.enc.hprof.vid.bps=8000000
ro.media.enc.hprof.vid.fps=25
3G tweaks-
Code:
ro.ril.hep=0
ro.ril.hsxpa=2
ro.ril.gprsclass=12
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=8
ro.ril.enable.a53=1
ro.ril.enable.3g.prefix=1
ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.htcmaskw1=14449
ro.ril.hsupa.category=6
For other tweaks go here.
Now comes theming -
Atomods already adds some xperia apps to your mobile.
Launchers-
This thread here shows a list of launchers working for our dear galaxy y.
Windows 8 theme-
Windows 8 slim ROM for deodexed stock ROM by deathnotice01
Boot animation-
List of bootanimations and how to enable them
ICS style settings-
http://forum.xda-developers.com/showthread.php?t=1625395
Adding a lockscreen-
HERE
Enjoy!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Will update list if I get time.
Please PM me if you want your work here.
:laugh: :fingers-crossed:
Errmm... what?
Edit: its kinda updated :/
Need help with CyanogenMod??Go here CM Help Thread ​Sent via the muffin launch _/^\_
He, just make it easier for users to edit stock rom stockrom them and look for the desired mod.. Good..
What if you add guides?
Sent using neighbor's wifi

[ROM] [JB] SlimBean v1.3+

DISCLAIMER - IF YOU GET EATEN BY A SHARK AFTER FLASHING MY ROM IT'S NOT MY FAULT. BUT IF YOUR PHONE GOES CRAZY AND ATTACKS YOU AFTER INSTALLING MY ROM THAT'S ALSO NOT MY FAULT. IF HOWEVER, YOUR PHONE BECOMES A USELESS PAPERWEIGHT AFTER INSTALLING MY ROM, THEN YES YOU'VE GUESSED IT... NOT MY FAULT!
Not sure if anyone is interested but I have created a VERY lightweight version of JB 6.2.A.0.400 for Xperia GO. I basically took the original Sony ftf file and extracted the system elements. I then removed ALL of the bloatware (and I mean ALL, plus a few apps I probably shouldn't like chrome, gmail, google talk etc etc) and added ROOT (superuser).
Introducing SlimBean v1.3+​
Included features/apps:
Stock-based
Pre-rooted
Totally de-bloated (probably too much for some people)
SD remount fix implemented
Pwng3's Phantom kernel (v1.8 power saver)
JDWalker's 'tweaked' build.prop file (v1.8 for XGO)
Ad-free hosts file
Custom charging animation
ESFileExplorer, Antutu benchmark & No-frills CPU control
PLEASE NOTE- Bravia 2 engine and 'Whitemagic' brightness are NOT incLuded. I see them as unnecessary and add little value. If you want to add them yourselves then follow instructions in relevant posts in the forum.
Included system apps:
ApplicationsProvider.apk
ATService.apk
AudioEffectService.apk
Backup-Restore.apk
Backup-wizard.apk
BackupRestoreConfirmation.apk
BlackThemeBlueAccent.apk
Bluetooth.apk
bootinfo.apk
Browser.apk
CalendarProvider.apk
CameraExtensionPermission.apk
CdfInfoAccessor.apk
CertInstaller.apk
ClockWidgets.apk
ContactsImport.apk
Conversations.apk
CredentialManagerService.apk
CustomizationProvider.apk
CustomizedApplicationInstaller.apk
CustomizedSettings.apk
DefaultCapabilities.apk
DefaultContainerService.apk
device-monitor.apk
DownloadProvider.apk
DrmDialogs.apk
DrmProvider.apk
enhancedusbux.apk
ExternalKeyboardJP.apk
GeneralDataDisclaimer.apk
GenericApplicationInstaller.apk
GenieWidget.apk
GoogleBackupTransport.apk
GoogleCalendarSyncAdapter.apk
GoogleContactsSyncAdapter.apk
GoogleFeedback.apk
GoogleLoginService.apk
GooglePartnerSetup.apk
GoogleServicesFramework.apk
GoogleTTS.apk
Home.apk
InfiniteView.apk
Initial-boot-setup.apk
InputDevices.apk
KeyChain.apk
LocalContacts.apk
MediaProvider.apk
MemcardTransportService.apk
MusicFX.apk
OemCryptoReceiver.apk
OMAClientProvisioning.apk
OmaDownload.apk
OmaV1AgentDownloadServices.apk
OneTimeInitializer.apk
PackageInstaller.apk
PartnerBookmarksProvider.apk
Phonebook.apk
Phonesky.apk
Radio3.apk
ReadyToRun.apk
SecureClockJava.apk
SemcAlbum.apk
SemcAutoPowerOff.apk
SemcCalculator.apk
SemcCalendar.apk
SemcCamera3D.apk
SemcCameraUI.apk
SemcClock.apk
SemcCnapProvider.apk
SemcContactsProvider.apk
SemcDlna.apk
SemcDlnaHandover.apk
SemcIllumination.apk
SemcMetadataCleanup.apk
SemcMusic.apk
SemcMusicVisualizer.apk
SemcNotes.apk
SemcPhone.apk
SemcPhotoEditor.apk
SemcPowerSaveModule.apk
Semcservice.apk
SemcSettings.apk
SemcSimDetection.apk
SemcStorageChecker.apk
SemcTelephonyProvider.apk
SemcUnplugChargerReminder.apk
SemcVideo.apk
ServiceMenu.apk
Settings.apk
SettingsProvider.apk
SharedStorageBackup.apk
ShutDownAnimation.apk
SimContacts.apk
skin-picker.apk
skin-upholsterer.apk
SmartcardService.apk
SmartSearch.apk
SomcCameraAutoUpload.apk
SomcPhotoAnalyzer.apk
Sound-Picker.apk
SoundEnhancement.apk
SoundLevelAlert.apk
SoundRecorder.apk
StartupFlagV2.apk
STErilOemService.apk
Stk.apk
SuperStamina.apk
Superuser.apk
SwiqiMasterReset.apk
SystemUI.apk
TaskSwitcher.apk
TetherEntitlementCheck.apk
textinput-tng.apk
torch.apk
UnsupportedHeadsetNotifier.apk
usb-mtp-backup-transport.apk
usb-mtp-marlin-wrapper.apk
usb-mtp-update-wrapper.apk
usb-mtp-vendor-extension-service.apk
usbotg.apk
UsbTransportService.apk
UseragentProvider.apk
UserDictionaryProvider.apk
UxpNxtLockScreen.apk
VerifyCertificatesDummyAppApplication.apk
VerifyCertificatesDummyAppMedia.apk
VerifyCertificatesDummyAppPlatform.apk
VerifyCertificatesDummyAppShared.apk
VoipCallLogProvider.apk
WallpaperPicker.apk
WapPush.apk
WAPPushManager.apk
WeatherWidget.apk
WidgetPicker.apk
WiFiApState.apk
This is a very smooth, battery-friendly system...
I am currently using this with no-frills CPU set to 800mhz max, 200mhz min, interactive governor and CFQ scheduler.
THIS IS THE EXACT FIRMWARE I AM RUNNING ON MY PHONE (XPERIA GO ST27i) WITH UNLOCKED BOOTLOADER. I CANNOT SAY IF THIS WILL WORK ON PHONES WITH LOCKED BOOTLOADERS
Prerequisites:
Sony Xperia GO (ST27i)
CWM recovery or similar for flashing of zip file
Unlocked bootloader
Instructions to flash:
Copy zip file to SD card
Reboot to recovery
Wipe data/factory reset
Wipe cache
Format cache, data, system
Wipe dalvik cache
Flash zip file
Once "Flashed Successfully" appears on your screen the update is complete.
I would advise you hard reset your phone (vol up + power button) until you feel 3 vibrations.
From here I would then flash Pwng3's phantom kernel using fastboot (fastboot.exe flash boot kernel.elf)
Initial 2 boots following the flash may seem to take a while but subsequent boots are fine after that.
Credits:
JDWalker for his superb build.prop tweaks/file
Pwng3 for the excellent phantom kernel
Sony for original files
I am not pretending to be a guru when it comes to roms. Nor am I trying to rip anyone off with this. I simply wanted a stock-based firmware with everything that I never use removed, build.prop tweaks implemented, ad-free and root added. This is the result of that and I thought I would make it available to anyone who wants to try it
DOWNLOAD
v1.3+
http://d-h.st/KAy
Thx buddy for your great work,
btw can you add JB 6.2.A.1.100 next time like this job?
frey.derico said:
Thx buddy for your great work,
btw can you add JB 6.2.A.1.100 next time like this job?
Click to expand...
Click to collapse
I was planning on trying that today. I'll post back tomorrow if I manage to get anywhere.
The reason I chose no-frills CPU control over anything else is because I found that the JB system always seems to set the cpu max frequency back to stock after a few hours of use (this is also the case in Pandemic's cpusettings). However, in no-frills>settings you can tick the box to 'prevent changes from other apps' and this stops the problem
Can you please reupload the update.zip file somwhere else? I can't download the torrent
rolo143 said:
Can you please reupload the update.zip file somwhere else? I can't download the torrent
Click to expand...
Click to collapse
Try this new .torrent file mate. The other one went a little crazy because I restructured the folders on my laptop hehe
Torrent links removed and link added in first post to dev-host download
Devo1982 said:
Torrent links removed and link added in first post to dev-host download
Click to expand...
Click to collapse
Hi is JDwalkers tweak already applied, or do I have to apply it myself?
I also experience slow downs when I use interactive/sio combo, is there something I did wrong?
Very light ROM btw.
built-in fix remount sd
Can you add a built-in fix remount sd on your rom? Most of us are using this option and if we'll need to change it after flashing rom we are losing sound config that located on sd...
Link for the fix remount sd file is: http://www.mediafire.com/download.php?fd4f2eq979q979a
arenaboy007 said:
Hi is JDwalkers tweak already applied, or do I have to apply it myself?
I also experience slow downs when I use interactive/sio combo, is there something I did wrong?
Very light ROM btw.
Click to expand...
Click to collapse
The tweaks are already applied mate. You can check if you like by opening the following file in the zip file - system>build.prop (open it with notepad++) and you will see a whole bunch of additions under "##mods## which JDWALKER created.
xperia_88 said:
Can you add a built-in fix remount sd on your rom? Most of us are using this option and if we'll need to change it after flashing rom we are losing sound config that located on sd...
Link for the fix remount sd file is: http://www.mediafire.com/download.php?fd4f2eq979q979a
Click to expand...
Click to collapse
Yeah I could add that no problem at all. My biggest problem living here in Asia (Philippines) is internet bandwidth. I'll add that fix and try to upload a new file to dev-host
Devo1982 said:
Yeah I could add that no problem at all. My biggest problem living here in Asia (Philippines) is internet bandwidth. I'll add that fix and try to upload a new file to dev-host
Click to expand...
Click to collapse
Thank you!!! and yes I know your internet bandwidth in Philippines...
Just more request, can you also add the phantom 1.0.8 kernel (not 1.09 the one with built-in rooting) and tweaks to your flashing rom?
10X
xperia_88 said:
Thank you!!! and yes I know your internet bandwidth in Philippines...
Just more request, can you also add the phantom 1.0.8 kernel (not 1.09 the one with built-in rooting) and tweaks to your flashing rom?
10X
Click to expand...
Click to collapse
Yes as that's the exact kernel I am using... V1.8 - power saver or performance?
Devo1982 said:
Yes as that's the exact kernel I am using... V1.8 - power saver or performance?
Click to expand...
Click to collapse
I am using power saver (1000/200 smartassV2 deadline). I think this configuration is the best option for speed and battery life.
xperia_88 said:
I am using power saver (1000/200 smartassV2 deadline). I think this configuration is the best option for speed and battery life.
Click to expand...
Click to collapse
Okay watch this post and I will return... hehe
Devo1982 said:
Yeah I could add that no problem at all. My biggest problem living here in Asia (Philippines) is internet bandwidth. I'll add that fix and try to upload a new file to dev-host
Click to expand...
Click to collapse
From the Philippines here as well!
It will be more atractiv if you give other name than "update.zip" to your rom... hope your next ver with phantom 1.0.8 kernel, tweaks and fix remount sd has name and ver.
p.s. do not be ashamed to had donation note to your work, I am personally be used to donate for dev hard work
xperia_88 said:
It will be more atractiv if you give other name than "update.zip" to your rom... hope your next ver with phantom 1.0.8 kernel, tweaks and fix remount sd has name and ver.
p.s. do not be ashamed to had donation note to your work, I am personally be used to donate for dev hard work
Click to expand...
Click to collapse
Okay it's done but I've still got to upload it now hehe. I'll post back once I have uploaded 'Slimbean v1.3+'
arenaboy007 said:
From the Philippines here as well!
Click to expand...
Click to collapse
Cool! Where abouts? I'm here in Mindoro but moving to Batangas City in a few weeks. I'm not Filipino though I'm British. An ex pat here as I love the country but hate the bandwidth hehe
I'm in Manila. Glad you like it here. Hate the traffic though. Looking forward for your next release.
Sent from my ST27i using xda app-developers app
xperia_88 said:
It will be more atractiv if you give other name than "update.zip" to your rom... hope your next ver with phantom 1.0.8 kernel, tweaks and fix remount sd has name and ver.
p.s. do not be ashamed to had donation note to your work, I am personally be used to donate for dev hard work
Click to expand...
Click to collapse
Okay - check original post for new download. It should have everything you asked for.
Also, I have no intention of asking for any donations as I did this purely for myself as I knew exactly what I wanted in a rom and this is the result.
Enjoy...
NEW DOWNLOAD LINK ADDED TO ORIGINAL POST - V1.3+

{How To} Extract System.new.dat – Lollipop DAT files

Today , I share how to extract System.new.dat file or derive system dump of Android devices. Even if you need a particular file app for your device, you can unpack it yourself if you have the firmware file. I tested this method on a System.new.dat file from a Nexus 5 factory image package.
Steps
1. Extract SystemExtractor_v1.2.zip given in Attachment .
2.Copy Sytem.transfer.list and System.new.dat to folder place_for_system.new.dat_system.transfer.list_here.
3.Double click Extraktor_EN.cmd and type option: 1 (Unpacking system.new.dat).
4.Wait till the system dump files are extracted to your desired folder.
5.Now open the folder extract_file_here where files have been extracted. You’ll have your system dump files there.
Plz Hit Thanks if this Helped You !! :good:
Credits :
@xprit
@Alexey71
@BrateloSlava
@Anmol9808 please include proper credits, thank you.
xpirt said:
@Anmol9808 please include proper credits, thank you.
Click to expand...
Click to collapse
Credits Included @xprit
Hehe
Anmol9808 said:
Today , I share how to extract System.new.dat file or derive system dump of Android devices. Even if you need a particular file app for your device, you can unpack it yourself if you have the firmware file. I tested this method on a System.new.dat file from a Nexus 5 factory image package.
Steps
1. Extract SystemExtractor_v1.2.zip given in Attachment .
2.Copy Sytem.transfer.list and System.new.dat to folder place_for_system.new.dat_system.transfer.list_here.
3.Double click Extraktor_EN.cmd and type option: 1 (Unpacking system.new.dat).
4.Wait till the system dump files are extracted to your desired folder.
5.Now open the folder extract_file_here where files have been extracted. You’ll have your system dump files there.
Plz Hit Thanks if this Helped You !! :good:
Credits :
@xprit
@Alexey71
@BrateloSlava
Click to expand...
Click to collapse
Dear Anmol,
i tried this above process but i got some error 0
and didnt extract files in folder that you mention...
plz help me that how to extract these file...
iam using windows 8.1
waiting for your reply...
Thanks in advance...
-Ejaz...
ejaz.msgs said:
Dear Anmol,
i tried this above process but i got some error 0
and didnt extract files in folder that you mention...
plz help me that how to extract these file...
iam using windows 8.1
waiting for your reply...
Thanks in advance...
-Ejaz...
Click to expand...
Click to collapse
Could U plz Post a Screenshot to be More Specific or You can report me in pm @ Ezaj
Anmol9808 said:
Could U plz Post a Screenshot to be More Specific or You can report me in pm @ Ezaj
Click to expand...
Click to collapse
check this screen shot...
plz reply me...
i want to extract system.new.dat at any cost....
thanks for quick responce...
-Ejaz..
ejaz.msgs said:
check this screen shot...
plz reply me...
i want to extract system.new.dat at any cost....
thanks for quick responce...
-Ejaz..
Click to expand...
Click to collapse
Anmol9808 said:
Could U plz Post a Screenshot to be More Specific or You can report me in pm @ Ezaj
Click to expand...
Click to collapse
no need.. i've wrote on my thread about it.
Thank u bro. I was looking for this but i not found... I'll need to give credits for u? (I'm porting an ROM)
MatheusAlves said:
Thank u bro. I was looking for this but i not found... I'll need to give credits for u? (I'm porting an ROM)
Click to expand...
Click to collapse
Yup you need to Give Proper Credits !! @MatheusAlves
Nice work ´
But after we extract and modify what we want, how to convert again in System.new.dat???
Because if we cant convert it again we can´t use it, am i correct??? trhanks
Thank you so much for this. Was looking to pull a couple of specific apk's from one CM12 version to copy to another. This perfectly suited my needs. Nice and easy :good: :highfive:
thisisapoorusernamechoice said:
Thank you so much for this. Was looking to pull a couple of specific apk's from one CM12 version to copy to another. This perfectly suited my needs. Nice and easy :good: :highfive:
Click to expand...
Click to collapse
Then how do you pack again?? thanks
SystemExtract support 5.1
noskojv said:
SystemExtract support 5.1
Click to expand...
Click to collapse
tested with htc ota, but don't work: https://www.androidfilehost.com/?fid=95916177934556684
Code:
############################################################################
# Special thanks: #
# "Alexey71" - http://forum.xda-developers.com/member.php?u=4896512 #
# "BrateloSlava" - http://forum.xda-developers.com/member.php?u=4842205 #
# "xpirt" - http://forum.xda-developers.com/member.php?u=5132229 #
############################################################################
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ Before working, copy "system.transfer.list" and "system.new.dat" +
+ a folder place_for_system.new.dat_system.transfer.list_here +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Select a task:
==============
1) Unpacking "system.new.dat".
2) Exit.
Type option:1
Please wait, start conversion in "system.new.img"...
[B][COLOR="Red"]No valid command: bsdiff[/COLOR][/B]
Please wait, unpacks "system.new.img"...
ImgExtractor version 1.3.6 <Created by And_PDA (Based on sources ext4_unpacker)>
Extractor for images in EXT2\EXT3\EXT4\YAFFS2\CRAMFS filesystem formats
support SPARSE\SIN\MOTO structure formats
File extract_file_here\system.new.img not found...
D:\Handy\HTC_One_M9\OTA\SystemExtractor\extract_file_here\system.new.img konnte
nicht gefunden werden
Done. Go to the folder "extract_file_here"
Drücken Sie eine beliebige Taste . . .
starbase64 said:
tested with htc ota, but don't work: https://www.androidfilehost.com/?fid=95916177934556684
Code:
############################################################################
# Special thanks: #
# "Alexey71" - http://forum.xda-developers.com/member.php?u=4896512 #
# "BrateloSlava" - http://forum.xda-developers.com/member.php?u=4842205 #
# "xpirt" - http://forum.xda-developers.com/member.php?u=5132229 #
############################################################################
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ Before working, copy "system.transfer.list" and "system.new.dat" +
+ a folder place_for_system.new.dat_system.transfer.list_here +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Select a task:
==============
1) Unpacking "system.new.dat".
2) Exit.
Type option:1
Please wait, start conversion in "system.new.img"...
[B][COLOR="Red"]No valid command: bsdiff[/COLOR][/B]
Please wait, unpacks "system.new.img"...
ImgExtractor version 1.3.6 <Created by And_PDA (Based on sources ext4_unpacker)>
Extractor for images in EXT2\EXT3\EXT4\YAFFS2\CRAMFS filesystem formats
support SPARSE\SIN\MOTO structure formats
File extract_file_here\system.new.img not found...
D:\Handy\HTC_One_M9\OTA\SystemExtractor\extract_file_here\system.new.img konnte
nicht gefunden werden
Done. Go to the folder "extract_file_here"
Drücken Sie eine beliebige Taste . . .
Click to expand...
Click to collapse
my sdat2img binary does not work with OTAs for now..
starbase64 said:
tested with htc ota, but don't work: https://www.androidfilehost.com/?fid=95916177934556684
Click to expand...
Click to collapse
tested with CM 12.1 / 5.1
EliasPaiva said:
Then how do you pack again?? thanks
Click to expand...
Click to collapse
Sorry I couldn't tell you. I updated to CM 12.1 but it was missing Apollo and AOSP browser. So I just used this to unpack system.new.dat from the older cm12 zip, grabbed the relevant apks and installed them as system apps on 12.1. Sorry I can't help you
noskojv said:
SystemExtract support 5.1
Click to expand...
Click to collapse
is there a script for "Converting = EXT4 (raw image) -> DAT (sparse data)"?. could you upload that (supporting 5.1.x) too?
or the latest releases of all 3 exe files at the above link would be nice. 'mega' site seems blocked here. thanks.
noskojv said:
SystemExtract support 5.1
Click to expand...
Click to collapse
worked like a charm...

Categories

Resources