[Deodex] [Android 5.1.1] [Sprout] [LMY47V] Deodex Framework - Android One (First-Generation) Cross-Device Genera

Deodexed Framework​
Deodexed Framework files for latest LMY47V Stock (5.1.1).
Deodexed Framework for ease editing,modding and tweaking of Framework.
"Boot.oat to Dex"
There is no need to Deodex apps because they are already deodexed.
Why to Deodex?
Because of deodexing you can edit your framework jar files such as android.policy.jar , framework.jar (Required for Power Toggles, etc)
Now, Framework can be edited.
Now they all contains class.dex .(which contains smali)
Required
LMY47V -{5.1.1 Stock Lollipop}
How to
Flash the given Zip.
it will not clear/wipe data or system.
Download
http://downtrixx.blogspot.com/p/zenfone-2-apps-port-for-all-4_16.html?m=0
Credits
@_riddle for oat to dex.
@Golv for Deodex Script.
@garynych2010 for his Zip Update Script.
@ThunderSky7

Related

[mod] (p6800) cm9 - 20120719

Had some time this weekend and did some mods..
1. framework.jar --> removed lockscreen vibrations (Source & Creds to badcrow )
2. services.jar --> Hardcodes launcher to HTK + rearranged priorities (Source & Creds to zeppelinrox)
(you will still need to run V6 SuperCharger to get your minfrees and grouping fix/adj limits in place.)
Just delete one or the other inside zipfile if you only want one of the mods..
Download
Restore

PORTING A ROM shared GUIDE

FIRST OF ALL IAM JUST SHARING THE POST,IAM NOT THE CREATOR
THIS IS THE SIMPLEST AND FASTEST WAY TO PORT ROMS!!!
This is the method which I use in porting Roms-
Things Needed- Winrar, Notepad++
This is For Same Resolution Mobiles and You can use this Method to port roms From armv6 to armv7 devices but I dont know about the method used to port roms from armv7 to armv6 devices..
Quote:
What is base Rom:
Quote:
The ROM which is Developed For your Mobile..
Quote:
What is Port Rom:
Quote:
The Rom Which you want to port to your Device.
Quote:
STEP1;
Quote:
Take any clean CM9, AOSP, CM7, CM10 ROM which is running on your device as Base ROM.
Quote:
STEP2:
Quote:
Extract it Using Winrar.
Quote:
STEP3:
Quote:
Take the ROM you want to port. This Port ROM. Extract it also using Winrar.
Quote:
STEP4:
Quote:
Delete app, Framework, Fonts and Media folder in System Folder of Base ROM.
Quote:
STEP5:
Quote:
Now copy app, Framework, Fonts and Media folder in System Folder from Port rom to base rom system folder.
Quote:
STEP6:
Quote:
Now open etc folder in both the ROMs folder.
Quote:
STEP7:
Quote:
In etc folder of base ROM open permissions folder and copy all the permissions files in Port rom to your base ROM folder except platform and handheld_hardware .And Then open init.d Folder in Base ROM and Delete Every thing except banner and then copy all the files inside init.d folder of port ROM to Base ROM.
Quote:
STEP8:
Quote:
Now open buid.prop file using Notepad++ and make changes to these of Base Rom as you wish.
Quote:
ro.build.id=
ro.build.display.id=
ro.build.date=
ro.modversion=
Quote:
STEP9:
Quote:
In build.prop file change these to same as Port Rom build.prop values.
Quote:
ro.config.ringtone=
ro.config.notification_sound=
ro.config.alarm_alert=
Also Copy anything you Find Extra in ADDITIONAL BUILD PROPERTIES related to theme..
Quote:
STEP10:
Quote:
COPY THE set_perm Lines in META-INF/com/google/android/updater-script From Port to Base ROM After Deleting set_perm lines in Base ROM's Updater-Script.
Quote:
STEP11:
Quote:
If You find any extra file or folder in system folder of PORT rom than copy them to your base rom system folder.
Quote:
STEP12:
Quote:
Last Step to ZIP THE FOLDERS IN ONE..
SELECT META-INF, system, boot.img(if it is having), data(if it is having).
Right Click and Select Add to Archive..
Select Zip..
Type the Name.
Click OK..
FOR MIUI:
Quote:
Quote:
Copy telocation.db and yellowpage.db From /system/etc folder to yours..
Copy content-types.properties file From /system/lib to yours..
Copy invoke-as from miui4 rom to /system/xbin and give it permissions on updater-script
set_perm(0, 0, 06755, "/system/xbin/invoke-as");
Note:It is needed for backup & themes app to work
Quote:
Copy liblbesec.so from miui 4 to /system/lib and give permission on updater-script
set_perm(0, 0, 0755, "/system/lib/liblbesec.so");
It is needed for superuser app from miui to work
Quote:
Change values Some of the Values in build.prop of your ROM:
ro.build.id=MIUI
ro.build.display.id=MIUI
ro.build.version.incremental=2.x.x (version number)
ro.config.ringtone=MI.ogg
ro.config.notification_sound=FadeIn.ogg
ro.config.alarm_alert=GoodMorning.ogg
ro.config.sms_received_sound=FadeIn.ogg
ro.config.sms_delivered_sound=MessageComplete.ogg
FOR ParanoidAndroid And PAC:
Quote:
Quote:
Copy paranoid folder inside system/etc to yours..
Go to META-INF/com/google/android/Updater-Script of your base ROM and open it with Notepad++
Copy this line:
Code:
set_perm(1000, 1000, 0644, "/system/etc/paranoid/properties.conf");
Quote:
Specially For PA:
Quote:
Now Open Build.prop in /system with Notepad++
Copy these lines in Additional Properties of Build.prop:
Code:
#Depends on Resolution Of your device can be pa_hdpi/pa_mdpi/pa_xhdpi. Change it according to your device.
ro.pa.family=pa_mdpi
#Depend on pa version. Replace x.xx with the version of PA you are porting.
ro.pa.version=x.xx
Quote:
Specially For PAC Rom:
Quote:
Now Open Build.prop in /system with Notepad++
Copy these lines in Additional Properties of Build.prop:
Code:
#Replace the x.x.x with your PAC Rom version
ro.pac.version=x.x.x
#Customize these lines according to your wish.
ro.pacrom.version=mesona_PAC_jb-alpha-v19.0.0
ro.modversion=mesona_PAC_jb-alpha-v19.0.0
#Depends on Resolution Of your device can be pa_hdpi/pa_mdpi/pa_xhdpi. Change it according to your device.
ro.pa.family=pa_mdpi
#Depend on pa version. Replace x.xx with the version of PA you are porting.
ro.pa.version=x.xx
#Modify this line according to your AOKP version
ro.aokp.version=mesona_jb-Milestone-1
#Modify it according to your base ROM's build.prop
ro.cm.version=xxxxxxxxxxxx
Replace any line in Your build.prop which appear twice mainly ro.cm.version and ro.modversion
Quote:
For HTC Devices:
Quote:
To fix network auto select-
Quote:
Decompile framework-res.apk
Go to \framework-res\res\values\bools.xml and change change <bool name="skip_restoring_network_selection">true</bool> to false
Quote:
To Fix Graphichal issues:
Quote:
Decompile framework.jar
Change these files with your base
smali\smali\android\os
Environment
SystemProperties
smali\smali\android\view
HardwareCanvas
HardwareRenderer$Gl20Renderer
HardwareRenderer$GlRenderer
HardwareRenderer
IF YOU ARE HAVING BOOTLOOP THEN COPY THESE LIB FILES TO BASE ROM FROM PORT ROM:
Quote:
libandroid_runtime.so
libandroid_servers.so
libmedia_jni.so
IF YOUR BASE ROM HAS ISSUES LIKE CAMERA ISSUE THAN YOUR PORTED ROM TOO WILL HAVE ISSUES.
NOW ZIP YOUR ROM AND POST IT BUT DON'T FORGET TO GIVE CREDITS TO THE DEVELOPER OF PORT ROM..
THANKS TO rishabh.raj37 FOR THE AWESOM POST
LINK FOR ORGINAL FORUM http://forum.xda-developers.com/showthread.php?t=1908008
ArjunrambZ said:
FIRST OF ALL IAM JUST SHARING THE POST,IAM NOT THE CREATOR
THIS IS THE SIMPLEST AND FASTEST WAY TO PORT ROMS!!!
This is the method which I use in porting Roms-
Things Needed- Winrar, Notepad++
This is For Same Resolution Mobiles and You can use this Method to port roms From armv6 to armv7 devices but I dont know about the method used to port roms from armv7 to armv6 devices..
Quote:
What is base Rom:
Quote:
The ROM which is Developed For your Mobile..
Quote:
What is Port Rom:
Quote:
The Rom Which you want to port to your Device.
Quote:
STEP1;
Quote:
Take any clean CM9, AOSP, CM7, CM10 ROM which is running on your device as Base ROM.
Quote:
STEP2:
Quote:
Extract it Using Winrar.
Quote:
STEP3:
Quote:
Take the ROM you want to port. This Port ROM. Extract it also using Winrar.
Quote:
STEP4:
Quote:
Delete app, Framework, Fonts and Media folder in System Folder of Base ROM.
Quote:
STEP5:
Quote:
Now copy app, Framework, Fonts and Media folder in System Folder from Port rom to base rom system folder.
Quote:
STEP6:
Quote:
Now open etc folder in both the ROMs folder.
Quote:
STEP7:
Quote:
In etc folder of base ROM open permissions folder and copy all the permissions files in Port rom to your base ROM folder except platform and handheld_hardware .And Then open init.d Folder in Base ROM and Delete Every thing except banner and then copy all the files inside init.d folder of port ROM to Base ROM.
Quote:
STEP8:
Quote:
Now open buid.prop file using Notepad++ and make changes to these of Base Rom as you wish.
Quote:
ro.build.id=
ro.build.display.id=
ro.build.date=
ro.modversion=
Quote:
STEP9:
Quote:
In build.prop file change these to same as Port Rom build.prop values.
Quote:
ro.config.ringtone=
ro.config.notification_sound=
ro.config.alarm_alert=
Also Copy anything you Find Extra in ADDITIONAL BUILD PROPERTIES related to theme..
Quote:
STEP10:
Quote:
COPY THE set_perm Lines in META-INF/com/google/android/updater-script From Port to Base ROM After Deleting set_perm lines in Base ROM's Updater-Script.
Quote:
STEP11:
Quote:
If You find any extra file or folder in system folder of PORT rom than copy them to your base rom system folder.
Quote:
STEP12:
Quote:
Last Step to ZIP THE FOLDERS IN ONE..
SELECT META-INF, system, boot.img(if it is having), data(if it is having).
Right Click and Select Add to Archive..
Select Zip..
Type the Name.
Click OK..
FOR MIUI:
Quote:
Quote:
Copy telocation.db and yellowpage.db From /system/etc folder to yours..
Copy content-types.properties file From /system/lib to yours..
Copy invoke-as from miui4 rom to /system/xbin and give it permissions on updater-script
set_perm(0, 0, 06755, "/system/xbin/invoke-as");
Note:It is needed for backup & themes app to work
Quote:
Copy liblbesec.so from miui 4 to /system/lib and give permission on updater-script
set_perm(0, 0, 0755, "/system/lib/liblbesec.so");
It is needed for superuser app from miui to work
Quote:
Change values Some of the Values in build.prop of your ROM:
ro.build.id=MIUI
ro.build.display.id=MIUI
ro.build.version.incremental=2.x.x (version number)
ro.config.ringtone=MI.ogg
ro.config.notification_sound=FadeIn.ogg
ro.config.alarm_alert=GoodMorning.ogg
ro.config.sms_received_sound=FadeIn.ogg
ro.config.sms_delivered_sound=MessageComplete.ogg
FOR ParanoidAndroid And PAC:
Quote:
Quote:
Copy paranoid folder inside system/etc to yours..
Go to META-INF/com/google/android/Updater-Script of your base ROM and open it with Notepad++
Copy this line:
Code:
set_perm(1000, 1000, 0644, "/system/etc/paranoid/properties.conf");
Quote:
Specially For PA:
Quote:
Now Open Build.prop in /system with Notepad++
Copy these lines in Additional Properties of Build.prop:
Code:
#Depends on Resolution Of your device can be pa_hdpi/pa_mdpi/pa_xhdpi. Change it according to your device.
ro.pa.family=pa_mdpi
#Depend on pa version. Replace x.xx with the version of PA you are porting.
ro.pa.version=x.xx
Quote:
Specially For PAC Rom:
Quote:
Now Open Build.prop in /system with Notepad++
Copy these lines in Additional Properties of Build.prop:
Code:
#Replace the x.x.x with your PAC Rom version
ro.pac.version=x.x.x
#Customize these lines according to your wish.
ro.pacrom.version=mesona_PAC_jb-alpha-v19.0.0
ro.modversion=mesona_PAC_jb-alpha-v19.0.0
#Depends on Resolution Of your device can be pa_hdpi/pa_mdpi/pa_xhdpi. Change it according to your device.
ro.pa.family=pa_mdpi
#Depend on pa version. Replace x.xx with the version of PA you are porting.
ro.pa.version=x.xx
#Modify this line according to your AOKP version
ro.aokp.version=mesona_jb-Milestone-1
#Modify it according to your base ROM's build.prop
ro.cm.version=xxxxxxxxxxxx
Replace any line in Your build.prop which appear twice mainly ro.cm.version and ro.modversion
Quote:
For HTC Devices:
Quote:
To fix network auto select-
Quote:
Decompile framework-res.apk
Go to \framework-res\res\values\bools.xml and change change <bool name="skip_restoring_network_selection">true</bool> to false
Quote:
To Fix Graphichal issues:
Quote:
Decompile framework.jar
Change these files with your base
smali\smali\android\os
Environment
SystemProperties
smali\smali\android\view
HardwareCanvas
HardwareRenderer$Gl20Renderer
HardwareRenderer$GlRenderer
HardwareRenderer
IF YOU ARE HAVING BOOTLOOP THEN COPY THESE LIB FILES TO BASE ROM FROM PORT ROM:
Quote:
libandroid_runtime.so
libandroid_servers.so
libmedia_jni.so
IF YOUR BASE ROM HAS ISSUES LIKE CAMERA ISSUE THAN YOUR PORTED ROM TOO WILL HAVE ISSUES.
NOW ZIP YOUR ROM AND POST IT BUT DON'T FORGET TO GIVE CREDITS TO THE DEVELOPER OF PORT ROM..
THANKS TO rishabh.raj37 FOR THE AWESOM POST
LINK FOR ORGINAL FORUM http://forum.xda-developers.com/showthread.php?t=1908008
Click to expand...
Click to collapse
:good::good::good:
you could have just shared the link to the original OP..
Sent from my LG-P700 using Tapatalk 4
ArjunrambZ said:
FIRST OF ALL IAM JUST SHARING THE POST,IAM NOT THE CREATOR
THIS IS THE SIMPLEST AND FASTEST WAY TO PORT ROMS!!!
This is the method which I use in porting Roms-
Things Needed- Winrar, Notepad++
This is For Same Resolution Mobiles and You can use this Method to port roms From armv6 to armv7 devices but I dont know about the method used to port roms from armv7 to armv6 devices..
Quote:
What is base Rom:
Quote:
The ROM which is Developed For your Mobile..
Quote:
What is Port Rom:
Quote:
The Rom Which you want to port to your Device.
Quote:
STEP1;
Quote:
Take any clean CM9, AOSP, CM7, CM10 ROM which is running on your device as Base ROM.
Quote:
STEP2:
Quote:
Extract it Using Winrar.
Quote:
STEP3:
Quote:
Take the ROM you want to port. This Port ROM. Extract it also using Winrar.
Quote:
STEP4:
Quote:
Delete app, Framework, Fonts and Media folder in System Folder of Base ROM.
Quote:
STEP5:
Quote:
Now copy app, Framework, Fonts and Media folder in System Folder from Port rom to base rom system folder.
Quote:
STEP6:
Quote:
Now open etc folder in both the ROMs folder.
Quote:
STEP7:
Quote:
In etc folder of base ROM open permissions folder and copy all the permissions files in Port rom to your base ROM folder except platform and handheld_hardware .And Then open init.d Folder in Base ROM and Delete Every thing except banner and then copy all the files inside init.d folder of port ROM to Base ROM.
Quote:
STEP8:
Quote:
Now open buid.prop file using Notepad++ and make changes to these of Base Rom as you wish.
Quote:
ro.build.id=
ro.build.display.id=
ro.build.date=
ro.modversion=
Quote:
STEP9:
Quote:
In build.prop file change these to same as Port Rom build.prop values.
Quote:
ro.config.ringtone=
ro.config.notification_sound=
ro.config.alarm_alert=
Also Copy anything you Find Extra in ADDITIONAL BUILD PROPERTIES related to theme..
Quote:
STEP10:
Quote:
COPY THE set_perm Lines in META-INF/com/google/android/updater-script From Port to Base ROM After Deleting set_perm lines in Base ROM's Updater-Script.
Quote:
STEP11:
Quote:
If You find any extra file or folder in system folder of PORT rom than copy them to your base rom system folder.
Quote:
STEP12:
Quote:
Last Step to ZIP THE FOLDERS IN ONE..
SELECT META-INF, system, boot.img(if it is having), data(if it is having).
Right Click and Select Add to Archive..
Select Zip..
Type the Name.
Click OK..
FOR MIUI:
Quote:
Quote:
Copy telocation.db and yellowpage.db From /system/etc folder to yours..
Copy content-types.properties file From /system/lib to yours..
Copy invoke-as from miui4 rom to /system/xbin and give it permissions on updater-script
set_perm(0, 0, 06755, "/system/xbin/invoke-as");
Note:It is needed for backup & themes app to work
Quote:
Copy liblbesec.so from miui 4 to /system/lib and give permission on updater-script
set_perm(0, 0, 0755, "/system/lib/liblbesec.so");
It is needed for superuser app from miui to work
Quote:
Change values Some of the Values in build.prop of your ROM:
ro.build.id=MIUI
ro.build.display.id=MIUI
ro.build.version.incremental=2.x.x (version number)
ro.config.ringtone=MI.ogg
ro.config.notification_sound=FadeIn.ogg
ro.config.alarm_alert=GoodMorning.ogg
ro.config.sms_received_sound=FadeIn.ogg
ro.config.sms_delivered_sound=MessageComplete.ogg
FOR ParanoidAndroid And PAC:
Quote:
Quote:
Copy paranoid folder inside system/etc to yours..
Go to META-INF/com/google/android/Updater-Script of your base ROM and open it with Notepad++
Copy this line:
Code:
set_perm(1000, 1000, 0644, "/system/etc/paranoid/properties.conf");
Quote:
Specially For PA:
Quote:
Now Open Build.prop in /system with Notepad++
Copy these lines in Additional Properties of Build.prop:
Code:
#Depends on Resolution Of your device can be pa_hdpi/pa_mdpi/pa_xhdpi. Change it according to your device.
ro.pa.family=pa_mdpi
#Depend on pa version. Replace x.xx with the version of PA you are porting.
ro.pa.version=x.xx
Quote:
Specially For PAC Rom:
Quote:
Now Open Build.prop in /system with Notepad++
Copy these lines in Additional Properties of Build.prop:
Code:
#Replace the x.x.x with your PAC Rom version
ro.pac.version=x.x.x
#Customize these lines according to your wish.
ro.pacrom.version=mesona_PAC_jb-alpha-v19.0.0
ro.modversion=mesona_PAC_jb-alpha-v19.0.0
#Depends on Resolution Of your device can be pa_hdpi/pa_mdpi/pa_xhdpi. Change it according to your device.
ro.pa.family=pa_mdpi
#Depend on pa version. Replace x.xx with the version of PA you are porting.
ro.pa.version=x.xx
#Modify this line according to your AOKP version
ro.aokp.version=mesona_jb-Milestone-1
#Modify it according to your base ROM's build.prop
ro.cm.version=xxxxxxxxxxxx
Replace any line in Your build.prop which appear twice mainly ro.cm.version and ro.modversion
Quote:
For HTC Devices:
Quote:
To fix network auto select-
Quote:
Decompile framework-res.apk
Go to \framework-res\res\values\bools.xml and change change <bool name="skip_restoring_network_selection">true</bool> to false
Quote:
To Fix Graphichal issues:
Quote:
Decompile framework.jar
Change these files with your base
smali\smali\android\os
Environment
SystemProperties
smali\smali\android\view
HardwareCanvas
HardwareRenderer$Gl20Renderer
HardwareRenderer$GlRenderer
HardwareRenderer
IF YOU ARE HAVING BOOTLOOP THEN COPY THESE LIB FILES TO BASE ROM FROM PORT ROM:
Quote:
libandroid_runtime.so
libandroid_servers.so
libmedia_jni.so
IF YOUR BASE ROM HAS ISSUES LIKE CAMERA ISSUE THAN YOUR PORTED ROM TOO WILL HAVE ISSUES.
NOW ZIP YOUR ROM AND POST IT BUT DON'T FORGET TO GIVE CREDITS TO THE DEVELOPER OF PORT ROM..
THANKS TO rishabh.raj37 FOR THE AWESOM POST
LINK FOR ORGINAL FORUM http://forum.xda-developers.com/showthread.php?t=1908008
Click to expand...
Click to collapse
Would this work for Galaxy S ROM's?
Really nice guide
yah for sure
Sent from my LG-P700 using xda app-developers app
you can try this rom porting guide tooo http://forum.xda-developers.com/showthread.php?t=2483143
im gonna need this
piercee85 said:
im gonna need this
Click to expand...
Click to collapse
you can check this tutorial this is best http://cleanimport.xda/index.php?threads/2483143/
oh, thanks, now I can port my rom's *-*
:good: thanks guy, you helped me a lot! :good:
parkers-mod said:
oh, thanks, now I can port my rom's *-*
:good: thanks guy, you helped me a lot! :good:
Click to expand...
Click to collapse
go with it bro.may u succeded

[ROM][MAY12][Ver2] SIMPLE IS PERFECT: XPERiA V LiTE JB 4.3 .210 Stock Based: Fully Debloated, Fully Functional

[ROM][MAY12][Ver2] SIMPLE IS PERFECT: XPERiA V LiTE JB 4.3 .210 Stock Based: Fully Debloated, Fully Functional
WELCOME TO THE FIRST RELEASE of XPERiA V LiTE
SIMPLE IS PERFECT
Fully debloated, Fully functional Stock ROM​
Based on "Stock 9.2.A.1.210 official deodex-root&cwm_v1●RELEASED●(11/04)" by steveboss and sk-cz Team. Thank you very much for letting me use your work!!!!
The idea is simple yet unique for xperia V: create a thin, fast, battery saving Stock Based ROM which the user can modify to his own taste. Almost a year ago REVELATION HD was a similar ROM but lacked further support due to the developer turning berserk. On a long biketrip I enjoyed the ease and quickness of a fully functional debloated ROM. Afterwards I spent weeks manually debloating JB 4.3 till i found out which apps you needed to keep for keeping a fully functional SMART phone...
This ROM is not pretty and shiny but thin and smooth. It does what it is supposed to do with minimal ressource consumption. You can mod it (e.g. with xposed or similar) or just enjoy the simplicity. You can install whatever app you maybe missing...
Features:
- Based on Stock 9.2.A.1.210 official deodex-root&cwm_v1●RELEASED●(11/04)
- rooted, included SuperSU
- included philz Touch recovery
- some tweaks to init_d
- spent countless days of trial and error removing bloatware and apps
- also removed about 20 mb of wallpapers - come on use some own nice pictures
- came down to about 370MB ROM
- app to SD and titanium backup included
- also included all apps needed for google integration, framework, playstore etc.
- use titanium backup to deactivate/remove if you dont need them, for me this belongs to an android SMART phone...
DOWNLOAD
ADDED: look HERE for MY GOOGLE DRIVE FOLDER INCLUDING V1a (not recommended) v2 flashable zip and Backupversion (recommended) AND all original APKs from stock .210 JB Version
v2 REV 22.04.2014 CWM NANDROID BACKUP TESTED & RECOMMENDED!!!<=== preinstalled ES File Explorer, Gallery ICS, Xposed Framework with Gravity Box and some Tweaks to UI
uploaded.to
gdrive
v2 REV 22.04.2014 debloated, basic flashable ZIP ROM FLASHABLE ZIP
google drive mirror
uploaded.to mirror
v1a REV 17.04.2014 CWM NANDROID BACKUP TESTED & RECOMMENDED!!!<=== preinstalled ES File Explorer, Gallery ICS, Xposed Framework with Gravity Box and some Tweaks to UI
uploaded.to mirror
google drive mirror
v1a REV 17.04.2014 debloated, basic flashable ZIP ROM FLASHABLE ZIP
google drive mirror
uploaded.to mirror
v1 REV 17.04.2014 https://drive.google.com/file/d/0B5QN7px7CmYnZ0l2aF9zZVUycjg/edit?usp=sharing
Installation
I take NO responsibility of whatsoever may happen to you or your phone! BE SURE TO MAKE AT LEAST 2 (TWO) NANDROID/CWM BACKUPS BEFORE FLASHING. (as one may fail without notice). Also use Titanium Backup if possible!!!
Important:
There are 2 versions of this ROM one is the flashable ZIP with the very basic version of the ROM. The other one is modified with preinstalled xposed framework, gravity box with tweaks for UI and settings (e.g. datameter in notification bar etc., advanced power menu etc.). Also has Gallery ICS (with Android Sphere CAM) and ES Fileexplorer preinstalled.
I believe backup version of this ROM is the one most people should use. If they want to do all the modding work themselves or those who dont want xposed framework installed they should use the flashable ZIP...
Installation of basic flashable ZIP unlocked bootloader:
- Download flashable zip
- reboot into CWM
- do a full wipe
- choose and install zip
- reboot, first reboot will take longer and phone will automatically restart once!
- for locked bootloader and more information click here
If you cant connect to the internet please google and add your carriers APN data in the "Access Point Names" option located in the "mobile networks" settings...
Installation of enhanced NANDROID Backup using CWM:
- Download and unpack (!!!) "BACKUP_XPERiA_V_LiTE_V1a_17042014_by_doenen.rar"
- Copy folder "BACKUP_XPERiA_V_LiTE_V1a_17042014_by_doenen" to /sdcard1/clockwordmod/backup/.
- reboot your phone to CWM, select back and restore, restore from sdcard1, choose "BACKUP_XPERiA_V_LiTE_V1a_17042014_by_doenen"
- wait for backup to finish, reboot.
- try to turn off cwm verification if you receive error.
If you cant connect to the internet please google and add your carriers APN data in the "Access Point Names" option located in the "mobile networks" settings...
Bugs:
- none anymore - hopefully
Recommendations and ToDo:
I would like to recommend everyone to use the Backup version or install xposed framework for xperia and use gravity box to modify your UI and shutdown menu (e.g. screenshot, boot recovery etc.) and use bootmanager and maybe android tuner to tweak the system if you know what your doing. If you do not use Gravity Box you will lack a lot of useful features... In further releases i would like to integrate xposed framework in the ROM.
:fingers-crossed:****CHANGELOG V2****​:fingers-crossed:
Removed and tested:
XperiaLockScreen.apk
MusicFX.apk
RecentCallsWidget.apk
deleted all "overlays"
---> ROM is now about 370MB...
Restored:
- GPS (Qualcomm Location provider 1.0 and Fused Location)
- Setup Helper (seems like its needed for many things, e.g. automatic APN setting, GPS initiation)
Under investigation (maybe removed next in “release v3”):
- Soundpicker.apk
- SoundEnhancement.apk
- SoundRecorder.apk
- Phonesky.apk (?)
Other:
- I kept Titanium backup and ES Fileexplorer – for those who want to can easily uninstall those and use Android Tuner which is (by all its complexicity) certainly the superior tool but only in the pro version.
- Updated to newest xposed and gravity box
- as requested: changed notification bar height (can be changed manually in gravity box)
- SwiqiSettings.apk cannot be removed because that makes videos stutter (probably has something to do with bravia 2 engine)
Requested removal of sounds, ringtones etc. didn’t make any sense to me. As far as I am concerned this ROM is not about the smalled download size but about battery life, speed and RAM usage while keeping maximum functionality. There is no point in deleting these sounds. Although I never use them, maybe some people like them. Same with stamina mode btw, this is an essential and acutally really practical part of a sony smartphone.
I didn’t mod any home.apk for call recording or whatsoever. This maybe done in a later stage of the ROM but can also be done by the user since the ROM is rooted anyways. First I would like to have a fully working, stable release that is high priority... Then…maybe…we can start with the cookies!
If someone would like to... (thanks to carminedev) :
- bring back bravia engine 2 ** this is the link (just flash the zip file in recovery don't waste time to follow the guide steps ) : bravia engine 2 & music info
- install stock and updated Sony apps like album**, movies** and wolkman this is the link : Media + Camera addons
- install THE STOCK RADIO FM this is the link : FM Radio app working without headset
- use Sony trackID download it from GooglePlay....
** these aps use the sony bravia engine ... I suggest also to "install ICS Gallery {...tested or others}" to enable the wallpaper modify/setting directly from Sony Album Gallery app...
:good::good::good::good: have fun with the rom and pls report back! :good::good::good:
XDA:DevDB Information
XPERiA V LiTE by doenen, ROM for the Sony Xperia V
Contributors
doenen, steveboss, peetr_
Based On: Stock 9.2.A.1.210 official deodex-root&cwm_v1●RELEASED●(11/04)
Version Information
Status: Beta
Current Stable Version: v1
Created 2014-04-17
Last Updated 2014-05-11
This is the full list of apps included in the stock ROM:
259 objects, 438 Megabytes
AnonymousData.apk
ApplicationsProvider.apk
ArtFilterCamera.apk
atfwd.apk
AudioEffectService.apk
Backup-Restore.apk
Backup-wizard.apk
BackupRestoreConfirmation.apk
BlackTheme.apk
BlackThemeBlueAccent.apk
BlueTheme.apk
Bluetooth.apk
BluetoothExt.apk
Books.apk
bootinfo.apk
Browser.apk
BrowserProviderProxy.apk
Calculator.apk
CalendarProvider.apk
CameraAddonPermission.apk
CameraCommon.apk
CameraCommonPermission.apk
CameraExtensionPermission.apk
CarHome.apk
CdfInfoAccessor.apk
CertInstaller.apk
ClockWidgets.apk
com.estrongs.android.pop.apk
com.h3r3t1c.onnandbup.apk
com.qualcomm.location.apk
com.qualcomm.services.location.apk
ConfigUpdater.apk
Conversations.apk
CosmicFlow.apk
CredentialManagerService.apk
CustomizedSettings.apk
DefaultCapabilities.apk
DefaultContainerService.apk
device-monitor.apk
DownloadProvider.apk
DownloadProviderUi.apk
DrmDialogs.apk
DrmProvider.apk
EnchantedForest.apk
enhancedusbux.apk
EventStream.apk
EventStreamPluginFacebook.apk
EventStreamPluginTwitter.apk
Exchange2.apk
ExternalKeyboardJP.apk
facebook.apk
FaceLock.apk
fast-dormancy-wakeup.apk
FBCalendarSync.apk
FBIAppShare.apk
FBMediaDiscovery.apk
FBMusicLike.apk
FusedLocation.apk
Galaxy4.apk
GenericApplicationInstaller.apk
GenieWidget.apk
gmail-reader-service.apk
Gmail2.apk
GMS_Maps.apk
GmsCore.apk
GoogleBackupTransport.apk
GoogleCalendarSyncAdapter.apk
GoogleContactsSyncAdapter.apk
GoogleDrive.apk
GoogleFeedback.apk
GoogleLoginService.apk
GoogleLyricsPlugin.apk
GoogleOneTimeInitializer.apk
GooglePartnerSetup.apk
GoogleServicesFramework.apk
GoogleTTS.apk
GpsSatellitesNotification.apk
GreenTheme.apk
Hangouts.apk
helpapp.apk
HoloSpiralWallpaper.apk
Home.apk
HotspotAdvancedSetting.apk
HTMLViewer.apk
IddAgent.apk
Initial-boot-setup.apk
InputDevices.apk
JapaneseIME.apk
KeyChain.apk
LiveWallpapers.apk
LiveWallpapersPicker.apk
livewaremanager.apk
LocalContacts.apk
LocationBasedWifi.apk
Magazines.apk
MagicSmokeWallpapers.apk
MediaProvider.apk
MediaUploader.apk
MemcardTransportService.apk
MusicFX.apk
MusicWidget.apk
NetworkLocation.apk
Nfc.apk
NoiseField.apk
NoteWidget.apk
OemCryptoReceiver.apk
OMAClientProvisioning.apk
OmaDownload.apk
OmaV1AgentDownloadServices.apk
OneTimeInitializer.apk
OnOffTools.apk
OrangeTheme.apk
PackageInstaller.apk
PartnerBookmarksProvider.apk
PhaseBeam.apk
Phonebook.apk
Phonesky.apk
PhotoSlideshow.apk
PhotoWidget.apk
PicoTts.apk
PinkTheme.apk
PlayGames.apk
PlusOne.apk
PMSservice.apk
PMSserviceTriggerimei.apk
POBoxSknMono.apk
POBoxSknPink.apk
POBoxSknSelector.apk
POBoxSknWood.apk
PostViewer.apk
PrivInit.apk
Protips.apk
PSCertifiedSettings.apk
PurpleTheme.apk
qcsemcservice.apk
Radio3.apk
ReadyToRun.apk
RecentCallsWidget.apk
RemoteControlService.apk
retaildemo.apk
SecureClockJava.apk
SemcAlbum.apk
SemcCalendar.apk
SemcCamera3D.apk
SemcCameraUI.apk
SemcClock.apk
SemcCnapProvider.apk
SemcContactsProvider.apk
SemcCrashMonitor.apk
SemcDlna.apk
SemcEmail.apk
SEMCFacebookProxy.apk
SemcMetadataCleanup.apk
SemcMusic.apk
SemcMusicVisualizer.apk
SemcNotes.apk
SemcPhone.apk
SemcPhotoEditor.apk
SemcPowerSaveModule.apk
SemcSettings.apk
SEMCSetupWizard.apk
SemcStorageChecker.apk
SemcTelephonyProvider.apk
SemcTvLauncher.apk
SemcTvOut.apk
SemcUnplugChargerReminder.apk
SemcVideo.apk
SemcWarrantyTime.apk
ServiceMenu.apk
Settings.apk
SettingsProvider.apk
ShareApplication.apk
SharedStorageBackup.apk
Shell.apk
ShutDownAnimation.apk
SimContacts.apk
SimlockUnlockApp.apk
skin-core.apk
Skin1.apk
SmallApp-Calculator.apk
SmallApp-Notes.apk
SmallApp-Recorder.apk
SmallApp-Timer.apk
SmallAppManagerService.apk
SmallAppsLauncher.apk
SmallAppWidget.apk
SmartcardService.apk
SmartSearch.apk
SocialEngineCore.apk
SocialEngineFacebookPlugin.apk
SocialEngineFacebookShareFrwkPlugin.apk
SocialEngineFlickrPlugin.apk
SocialEnginePicasaPlugin.apk
SocialEnginePlaymemoriesPlugin.apk
SocialEngineTwitterShareFrwkPlugin.apk
SocialPane-Apps.apk
SocialPane-FeedWidget.apk
SocialPane-FriendsWidget.apk
SocialPane-StatusWidget.apk
SomcConnectivityCenter.apk
SomcMusicSlideshow.apk
SomcPhotoAnalyzer.apk
SomcPlayAnywhere.apk
SOMCTwitterAccount.apk
SomcWifiDisplay.apk
SomcXperiaLink.apk
sonyqriocitymusic.apk
SonySCV.apk
sonyselect.apk
sonyselectdata.apk
SonySelectWidget.apk
Sound-Picker.apk
SoundEnhancement.apk
SoundLevelAlert.apk
SoundRecorder.apk
Stk.apk
Street.apk
SuperStamina.apk
Superuser.apk
SwiqiSettingsService.apk
SystemUI.apk
Tag.apk
trackid.apk
talkback.apk
TetherEntitlementCheck.apk
textinput-chn.apk
textinput-tng.apk
theme-manager.apk
TimescapeSpline.apk
TimeService.apk
TopContactsWidget.apk
TwitterPostViewer.apk
UnsupportedHeadsetNotifier.apk
UpdateCenter.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
UserDictionaryProvider.apk
Velvet.apk
VideoEditorGoogle.apk
Videos.apk
VisualizationWallpapers.apk
VoiceDialer.apk
VoiceSearchStub.apk
VpnDialogs.apk
WallpaperPicker.apk
WapPush.apk
WAPPushManager.apk
WeatherWidget.apk
WfdService.apk
WikipediaPlugin.apk
WorldClockWidget.apk
XperiaLockScreen.apk
YouTube.apk
YouTubeKaraokePlugin.apk
YouTubePlugin.apk
This is what i have kept:
66 objects, 110 Megabytes
ArtFilterCamera.apk
atfwd.apk
AudioEffectService.apk
Bluetooth.apk
bootinfo.apk
Calculator.apk
CalendarProvider.apk
CameraAddonPermission.apk
CameraCommon.apk
CameraCommonPermission.apk
CameraExtensionPermission.apk
com.qualcomm.location.apk
Conversations.apk
DefaultContainerService.apk
device-monitor.apk
DownloadProvider.apk
DownloadProviderUi.apk
enhancedusbux.apk
GenericApplicationInstaller.apk
GmsCore.apk
GoogleBackupTransport.apk
GoogleCalendarSyncAdapter.apk
GoogleContactsSyncAdapter.apk
GoogleLoginService.apk
GoogleOneTimeInitializer.apk
GoogleServicesFramework.apk
Home.apk
LocalContacts.apk
MediaProvider.apk
MusicFX.apk
NetworkLocation.apk
Nfc.apk
PackageInstaller.apk
Phonebook.apk
Phonesky.apk
PrivInit.apk
RecentCallsWidget.apk
SemcCalendar.apk
SemcCamera3D.apk
SemcCameraUI.apk
SemcClock.apk
SemcContactsProvider.apk
SemcPhone.apk
SemcPowerSaveModule.apk
SemcSettings.apk
SemcTelephonyProvider.apk
Settings.apk
SettingsProvider.apk
SimContacts.apk
SimlockUnlockApp.apk
SomcWifiDisplay.apk
Sound-Picker.apk
SoundEnhancement.apk
SoundRecorder.apk
Stk.apk
SuperStamina.apk
Superuser.apk
SwiqiSettingsService.apk
SystemUI.apk
textinput-tng.apk
TimeService.apk
UserDictionaryProvider.apk
XperiaLockScreen.apk
Added: Titanium Backup and App2SD
The following smartphone features work fully:
- sony camera (including panorama and effects)
- wifi, bluetooth, usb tethering
- usb mass storage and mtp
- phone speaker
- headset support
- google framework, syncing accounts, contacts, calendar etc.
- stamina mode
- location services
- SMS, Phone etc.
- calculator
- download manager
For the following you will need to install programs (ill suggest my favorite as well):
- Email (K9mail)
- Browser (Opera Beta)
- Gallery (I use gallery ICS but there are various alternatives)
- Videoplayer (included e.g. in gallery ics)
- i recommend you also delete XPERIA keyboard and use e.g. SWiFT Key
This is the first release. Please help me make this work perfectly. Please report bugs.
Battery Time and Speed greatly depend on what Apps YOU use and install. Freezing them when not in use does not always work, Facebook (katana) e.g. eats your battery even when frozen! Use ROM Toolbox or Android Tuner (advanced) to modify your CPU settings. E.g. change govenor to ondemand and limit to 384Mhz when screen is turned off ---> Maximum battery. I am happy for any contributions and tips from your side!
***RESERVED***
Way to go!
Could there be an odexed version, too?
There is really too much junk on the stock roms.
any solution for noise lawnmower when recording a video?
You did some serious deleting Im alway like clean and fast roms.
You can remove stamina mode also, it wont work anyway!
:good::good:
Thanks for this new contribution to our modded roms.
I will give it a try later, but was wondering if anyone is already using it and can say if the battery consumption is better and if it really is smooth and stable.
Thanks ahead
:good:
hey!
I have added the list of removed files. The ROM is working fine however i encountered one problem when testing it out this morning.
(yesterday night was way tooooooooooo late)
The Home button just wont work! I have no clue what is the problem, but this is odd! Everything else works fine, back button and recent apps - no problem there.
I have taken down the download link and will put it back up once i fixed it! If you have any suggestions - feel free! :victory:
Look forward to it!
This would be awesome! (if the Home button is fixed )
PROBLEM HAS BEEN FIXED
Please read the instructions and notes carefully, download from the given links and respond back! looking forward to your feedback!
doenen
hey pal, did you remove the TimeScape. i absolutely hate that. in rooted 4.1.2, they can be easily disabled/removed. now in rooted 4.3, some of the plugin cannot be disabled/removed.
squillaciukm said:
hey pal, did you remove the TimeScape. i absolutely hate that. in rooted 4.1.2, they can be easily disabled/removed. now in rooted 4.3, some of the plugin cannot be disabled/removed.
Click to expand...
Click to collapse
Hey! There is absolutely NO timescape or any other social media integration left! try it...
Very good ROM!
Its almost like CM, but with sony interface
In next build wish list:
Stamina mode wont work anyway, this also can removed. (gravity box "smart radio" is way better.)
Navibar height 30-32pix.Its enough.
Downloads.apk ......we have es file explorer anyway so we dont need extra app for downloads.
System/audio folder can be cleaned.
System/vendor/overlay can be cleaned
System/tts can be cleaned
Etc....i think about 40-50Mb more clean space is real.
taaviu said:
Very good ROM!
Its almost like CM, but with sony interface
In next build wish list:
Stamina mode wont work anyway, this also can removed. (gravity box "smart radio" is way better.)
Navibar height 30-32pix.Its enough.
Downloads.apk ......we have es file explorer anyway so we dont need extra app for downloads.
System/audio folder can be cleaned.
System/vendor/overlay can be cleaned
System/tts can be cleaned
Etc....i think about 40-50Mb more clean space is real.
Click to expand...
Click to collapse
thank for your feedback as i am planing to do some further work on this ROM it is very important to receiver feedback.
one of the goals was actually to get as close to CM as possible concerning ROM-Size and Feel.
Please tell me why stamina wont work? i tried it before and thought it did. or is this you general opinion about sony stamina mode? however i agree that gravity box smart radio is very good.
Navbar height will be changed with gravity box, thanks for your feedback!
Downloads.apk will be deleted in next release you are right about ES Explorer
System/audio folder can be cleaned.
System/vendor/overlay can be cleaned
System/tts can be cleaned
Click to expand...
Click to collapse
I will have a look into it, good idea!
doenen said:
thank for your feedback as i am planing to do some further work on this ROM it is very important to receiver feedback.
one of the goals was actually to get as close to CM as possible concerning ROM-Size and Feel.
Please tell me why stamina wont work? i tried it before and thought it did. or is this you general opinion about sony stamina mode? however i agree that gravity box smart radio is very good.
Navbar height will be changed with gravity box, thanks for your feedback!
Downloads.apk will be deleted in next release you are right about ES Explorer
I will have a look into it, good idea!
Click to expand...
Click to collapse
About stamina mode-well, i think i dont know how to use it or its not working that way what i want. If im switching stamina mode on-data will remain connected. In screen off mode. So its pointless. But maybe i dont know how to use it right way.
For gallery i can recommend "quicpic" Its way better, and more cutomizable.
Got problems with titanium backup. Titanium didnt find my backup folder.(actualy it did find, but somewhy i cant restore my apps) Because you had there filter "gallery" Thats my fail, didnt see that. No bug after 3-4 hours use.
Awesome battery life!!!
So keep this ROM work in progress! For now its closest look to CM, with sony interface and i know people like it. :good::good:
I think some apps only work with downloads.apk
For example when u download a module from xposed or Xposed Instagram Downloader only works with downloads.apk
Aria.A97 said:
I think some apps only work with downloads.apk
For example when u download a module from xposed or Xposed Instagram Downloader only works with downloads.apk
Click to expand...
Click to collapse
Tested, xposed working without download.apk fine, also chrome download, instagram, facebook, firefox browser. They all can work without download.apk.
taaviu said:
Tested, xposed working without download.apk fine, also chrome download, instagram, facebook, firefox browser. They all can work without download.apk.
Click to expand...
Click to collapse
Did u tested if that xposed module "instagram downloader" works without downloads.apk or not? Last time I was just getting FCs
Aria.A97 said:
Did u tested if that xposed module "instagram downloader" works without downloads.apk or not? Last time I was just getting FCs
Click to expand...
Click to collapse
Yes. Its working fine. I removed download.apk and i can and i downloaded and installed instagram downloader module.
Sent from my LT25i using XDA Premium 4 mobile app

[GUIDE][5.1.1][J2, J1 2016, On5, On7]APPLY FULL THEMES ON DEVICE WITHOUT THEME CENTER

MY OWN GUIDE:
-----HOW TO INSTALL AND APPLY FULL THEMES-----
-Download any theme you want from here:
http://forum.xda-developers.com/ver...e-samsung-stock-s6-themes-collection-t3080847
-Extract all overlays inside the package file
-Delete overlay with last name ".touchwiz.apk" or ".common.touchwiz.apk"
-Now decompile overlay with last name ".common.apk" or ".common.common.apk" using apktool
-Download new Androidmanifest.xml from here:
https://mega.nz/#!xQoTmbTK!sBeV5nZS9U9wVoSO-CQ2kxhQ1SJdklgNOmvlX5Jcg0Y
-Replace old Androidmanifest.xml with the new one
-Recompile and sign apk
Applying Theme
-Copy extracted overlays to system/vendor/overlay, including the modded .common.apk, set correct permissions
Warning: ( do not include .touchwiz.apk and also the original .common.apk )
-Now, navigate to data/system/, find and delete packages.xml and packages.xml.mbak
-Reboot
-Enjoy Theme
NOTE: ONLY WALLPAPER AND APP ICON COULDN'T BE APPLIED
Credits to MYSELF for the guide
Mis-Matched background
Azhero said:
MY OWN GUIDE:
-----HOW TO INSTALL AND APPLY FULL THEMES-----
-Download any theme you want from here:
http://forum.xda-developers.com/ver...e-samsung-stock-s6-themes-collection-t3080847
-Extract all overlays inside the package file
-Delete overlay with last name ".touchwiz.apk" or ".common.touchwiz.apk"
-Now decompile overlay with last name ".common.apk" or ".common.common.apk" using apktool
-Download new Androidmanifest.xml from here:
https://mega.nz/#!xQoTmbTK!sBeV5nZS9U9wVoSO-CQ2kxhQ1SJdklgNOmvlX5Jcg0Y
-Replace old Androidmanifest.xml with the new one
-Recompile and sign apk
Applying Theme
-Copy extracted overlays to system/vendor/overlay, including the modded .common.apk, set correct permissions
Warning: ( do not include .touchwiz.apk and also the original .common.apk )
-Now, navigate to data/system/, find and delete packages.xml and packages.xml.mbak
-Reboot
-Enjoy Theme
NOTE: ONLY WALLPAPER AND APP ICON COULDN'T BE APPLIED
Credits to MYSELF for the guide
Click to expand...
Click to collapse
Thanks for the great guide, I perfectly follow the guide for material dark theme but there are some problems in the settings, contacts, messages and clock background. they dont have the dark background appearance. Help me out on this one, I've always wanted a dark UI. When you have a free time try to see if you can fix it.
futuristicsam said:
Thanks for the great guide, I perfectly follow the guide for material dark theme but there are some problems in the settings, contacts, messages and clock background. they dont have the dark background appearance. Help me out on this one, I've always wanted a dark UI. When you have a free time try to see if you can fix it.
Click to expand...
Click to collapse
delete useless overlays, i mean overlay for non-existent system apps. .
did u include this? com.cambunch.MaterialDark.apk . .delete it
if it's still doesn't work
delete resource-cache folder and packages.xml and .mbak in data partition
reboot
TWRP FLASHABLE
TESTED AND WORKING ON J200GU APE1, APD2 Firmware
INSTALL SYSTEM-WIDE THEME
1. DOWNLOAD AND INSTALL THE FOLLOWING FLASHABLE ZIPs VIA TWRP RECOVERY:
--- Needed Themable Apps ---
https://mega.nz/#!RVpDwC4I!wR10NziWhbNcjFbc6BeTrfuJauiWwPi_F3zMVoAeUm0
UPDATE: Fixed Keyboard amd Widget, just flash
https://mega.nz/#!xBh3XRrb!9-Uyq8B6Ul0gvbILe2B6asaEJoY7ngo9ujhQKGpWUVs
--- Material Black Full Theme ---
https://mega.nz/#!tZpUkb5A!vpjCZBaHHl-y7a7c2luugto2eBY5se4RNPQE8AHhsmY
2. SYSTEM-WIDE APP ICON THEME:
(NOTE: These are modified theme store themes)
--- Material Black
https://mega.nz/#!AIZDRBRL!wnMAigX2DTGlheMIZKRauJAuUPyH76Lg5DA-bvrowfQ
--- Rode Black
https://mega.nz/#!ZAASDJja!q9ayLZ7-0Pghsg063KGK-_Rdsk35g69vRqWOcrVuwcg
- Install Normally
- To apply, long press homescreen. .tap themes
@futuristicsam, can you download Material Black Theme by Cambunch and also Grace UX Black from Theme Store on your Galaxy J7 and upload it for me? I'm porting these themes to J2. . .thanks
You can send me many more dark themes, I want to port it to J2
Does it work on j200g?
Please give the full version of MaterialBlack.apk
For j2.
Abir.Rugal said:
Please give the full version of MaterialBlack.apk
For j2.
Click to expand...
Click to collapse
Just flash the zip bro
JZ™ said:
Just flash the zip bro
Click to expand...
Click to collapse
I told about SYSTEM-WIDE APP ICON THEME (Material Balck.Apk and Rode black.apk).That can apply by Touchwiz.But After i apply the theme, ,It automatically unapply after few minutes.But i dont know why ..I Applied the theme and stop that before it again unapply.And then i i apply that again And then it apply permanently.This solved my problem.
---------- Post added at 09:20 AM ---------- Previous post was at 09:09 AM ----------
Azhero said:
MY OWN GUIDE:
-----HOW TO INSTALL AND APPLY FULL THEMES-----
-Download any theme you want from here:
http://forum.xda-developers.com/ver...e-samsung-stock-s6-themes-collection-t3080847
-Extract all overlays inside the package file
-Delete overlay with last name ".touchwiz.apk" or ".common.touchwiz.apk"
-Now decompile overlay with last name ".common.apk" or ".common.common.apk" using apktool
-Download new Androidmanifest.xml from here:
https://mega.nz/#!xQoTmbTK!sBeV5nZS9U9wVoSO-CQ2kxhQ1SJdklgNOmvlX5Jcg0Y
-Replace old Androidmanifest.xml with the new one
-Recompile and sign apk
Applying Theme
-Copy extracted overlays to system/vendor/overlay, including the modded .common.apk, set correct permissions
Warning: ( do not include .touchwiz.apk and also the original .common.apk )
-Now, navigate to data/system/, find and delete packages.xml and packages.xml.mbak
-Reboot
-Enjoy Theme
NOTE: ONLY WALLPAPER AND APP ICON COULDN'T BE APPLIED
Credits to MYSELF for the guide
Click to expand...
Click to collapse
Which apk file need to recompile with Androidmanifest.xml. I tried it by Thor but didn't wark.Please give me some details. Batman injustice and material black works well in my Samsung galaxy j200h. Tnx a lot
Abir.Rugal said:
I told about SYSTEM-WIDE APP ICON THEME (Material Balck.Apk and Rode black.apk).That can apply by Touchwiz.But After i apply the theme, ,It automatically unapply after few minutes.But i dont know why ..I Applied the theme and stop that before it again unapply.And then i i apply that again And then it apply permanently.This solved my problem.
---------- Post added at 09:20 AM ---------- Previous post was at 09:09 AM ----------
Which apk file need to recompile with Androidmanifest.xml. I tried it by Thor but didn't wark.Please give me some details. Batman injustice and material black works well in my Samsung galaxy j200h. Tnx a lot
Click to expand...
Click to collapse
Replace android manifest inside common.apk, recompile and sign
Is there any other ready to flash zip themes for j2?
Im dying for one
Pls help
the batman theme works good on j2, i wish there were a light theme version or more of an aosp look
Azhero said:
MY OWN GUIDE:
-----HOW TO INSTALL AND APPLY FULL THEMES-----
-Download any theme you want from here:
http://forum.xda-developers.com/ver...e-samsung-stock-s6-themes-collection-t3080847
-Extract all overlays inside the package file
-Delete overlay with last name ".touchwiz.apk" or ".common.touchwiz.apk"
-Now decompile overlay with last name ".common.apk" or ".common.common.apk" using apktool
-Download new Androidmanifest.xml from here:
https://mega.nz/#!xQoTmbTK!sBeV5nZS9U9wVoSO-CQ2kxhQ1SJdklgNOmvlX5Jcg0Y
-Replace old Androidmanifest.xml with the new one
-Recompile and sign apk
Applying Theme
-Copy extracted overlays to system/vendor/overlay, including the modded .common.apk, set correct permissions
Warning: ( do not include .touchwiz.apk and also the original .common.apk )
-Now, navigate to data/system/, find and delete packages.xml and packages.xml.mbak
-Reboot
-Enjoy Theme
NOTE: ONLY WALLPAPER AND APP ICON COULDN'T BE APPLIED
Credits to MYSELF for the guide
Click to expand...
Click to collapse
Can U give me some video tutorials for tht plzzzz
This not work on my device
My phone:j1 2016 (j120h)
---------- Post added at 08:23 PM ---------- Previous post was at 08:12 PM ----------
JZ™ said:
Is there any other ready to flash zip themes for j2?
Im dying for one
Pls help
Click to expand...
Click to collapse
Here link for other ready to flash zip themes
https://forum.xda-developers.com/galaxy-e-series/themes-apps/hot-theme-collection-touchwiz-icon-t3264322
Up link news
theme for j200f
Azhero said:
MY OWN GUIDE:
-----HOW TO INSTALL AND APPLY FULL THEMES-----
-Download any theme you want from here:
http://forum.xda-developers.com/ver...e-samsung-stock-s6-themes-collection-t3080847
-Extract all overlays inside the package file
-Delete overlay with last name ".touchwiz.apk" or ".common.touchwiz.apk"
-Now decompile overlay with last name ".common.apk" or ".common.common.apk" using apktool
-Download new Androidmanifest.xml from here:
https://mega.nz/#!xQoTmbTK!sBeV5nZS9U9wVoSO-CQ2kxhQ1SJdklgNOmvlX5Jcg0Y
-Replace old Androidmanifest.xml with the new one
-Recompile and sign apk
Applying Theme
-Copy extracted overlays to system/vendor/overlay, including the modded .common.apk, set correct permissions
Warning: ( do not include .touchwiz.apk and also the original .common.apk )
-Now, navigate to data/system/, find and delete packages.xml and packages.xml.mbak
-Reboot
-Enjoy Theme
NOTE: ONLY WALLPAPER AND APP ICON COULDN'T BE APPLIED
Credits to MYSELF for the guide
Click to expand...
Click to collapse
could you please make theme zip fir j200f too does this support j200f too?

[UNIVERSAL][HELIUM]Patch for all N ROMs [2 of 3]

In order to make custom ROMs easier to helium users i made generic universal patches which contain helium system and boot files, based on my porting to helium tutorial here
Patch 1:
System Patch: Contain helium camera libs, video recording firmware and cpu config file.
Download Here
Source​
Patch 2:
Boot Patch: Based on anykernel script. which patches current ROM boot.img and replace it files with helium zImage and init.qcom.power.rc to enable two big cores.
Download Here
Source​
Patch 3:
I was working on 3rd patch to edit "framework-res.apk" and replace power-profile.xml with helium one, based on dev osm0sis APK-Patcher script but as he explained here it won't work.
So i'll make script to auto edit framework-res.apk from windows / linux soon !
if any developer / users has different idea about how to patch framework-res.apk easliy please post, all helps is really appreciated :good:

Categories

Resources