[INFO] An update regarding the Browser issue on deodexed XXJVQ - Galaxy S I9000 General

An update about the browser issue and a temporary fix:
I managed to get the browser working on a deodexed JVQ.
Here is a temporary fix until we find how to fix the browser issue without the need for any odex files. You need to be on fully a stock firmware(non stock kernel is OK), means no modded apk files or framework files, because I have only tested it on a stock firmware, but if your firmware is modded and you don't mind re-flashing if it goes wrong then use at your own risk, making a CWM backup is a good idea on moded firmwares, you can copy the files using CWM or manually, choose what works best for you:
Flash via CWM: (You need around 16MB of free space on /system)
CWM Package: Download (6.3 MB) MD5:f5b8cbdde94be7cf6e4604f0051334eb
Click to expand...
Click to collapse
Click to expand...
Click to collapse
How to copy the files manually: (You need around 16MB of free space on /system)
*Extract and copy the extracted odex folder with the odex files to your internal SD-card: Download (6.3 MB) MD5:2cff4b99c08d7b84af9c7e6838daccaa
*Put the phone on 'Debugging-mode' and connect it to your PC
*Open a command prompt and brows to the adb directory, then execute the following:
adb shell
su
busybox mount -o rw,remount /system
stop
cp -r /sdcard/odex/* /system/framework
rm -r /data/dalvik-cache/*
reboot
Click to expand...
Click to collapse
Done, the boot will take a some time because the firmware will re-build the dalvik-cache but the browser will work fine after that.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
This is for developers and experienced users:
It's not that simple as it appears that 4 odex files must be on /system/framework in order to get the browser running as it should, these 4 files are:
bouncycastle.odex
core.odex
ext.odex
framework.odex
Remove one of these files and the circle collapses and the browser lags as you know.
I don't know if it's because the browser is programmed to look for the odex/classes files on /system/framework, if that is the case then it might be possible to change some lines in the browser classes files or the apk file itself.
I just wanted to share this with you so those with good-code-reader-eyes might have a clue on where to start looking.

Great, works on my modded deodexed rom with all mods still alive... you just need enough space in system and to wipe dalvik cache. Thanks!!!

diamond69 said:
Great, works on my modded deodexed rom with all mods still alive... you just need enough space in system and to wipe dalvik cache. Thanks!!!
Click to expand...
Click to collapse
Some members have reported that it does not work on deodexed modified firmwares, so making a nandroid backup is recommended before using the CWM package.

yeah, a nandroid is nice to have, thats for sure!
so listen to Ramad, you could also screw your config when using the odexed framework files together with deodexed ones!
i had luck
EDIT:
till i used the powermenu -- hot reboot and then fine
or changed the lockscreens --endless hot reboots
so it is not as easy as it seems at first (although autobrightness-mod, batterymod and rotary-lockscreen are working well)

hey Ramad,
You may have a look on the link below, where i explain why there's *no* lags with the browser.
http://forum.xda-developers.com/showthread.php?p=15330205#post15330205
Eric.

eric75004 said:
hey Ramad,
You may have a look on the link below, where i explain why there's *no* lags with the browser.
http://forum.xda-developers.com/showthread.php?p=15330205#post15330205
Eric.
Click to expand...
Click to collapse
Hi Eric
Did you try the browser on the deodexed version o XXJVQ, you will be able to deodex and use the browser, with or without modifications, on a stock firmware and it will behave normally, but the browser will not be smooth at all when the whole firmware is deodexed, this is why we say it lags, because it does not response as it should and lags behind the command when you scroll or click on a subject as a picture or a link. I think that you will get a better idea of what I wrote when you flash the deodexed firmware and try the browser.

Hello Ramad,
The first think i did after downloading the odex Firmware was to deodex it...
I thought as many that the browser was buggy/laggy until i decide to reflash to stock odex and debug it.
I'm then 100% confident that there's no lag on the browser itself and that it responds well. You feel that there is a an lag only because it do not render the zoom/scroll animation.
The issue come from the whole deodexing of apps and framework in batch. Guess that the apk use one of them (or many) to render the animation.
I got some similar unexpected visual effect when i began to study apk and compile them by myself.
I will add some tips to reproduce into this post related to the mod
http://forum.xda-developers.com/showthread.php?p=15330205#post15330205
Whatever,
It is nice and time saver to work together and see how to solve.
Regards,
Eric.
[Ramad] said:
Hi Eric
Did you try the browser on the deodexed version o XXJVQ, you will be able to deodex and use the browser, with or without modifications, on a stock firmware and it will behave normally, but the browser will not be smooth at all when the whole firmware is deodexed, this is why we say it lags, because it does not response as it should and lags behind the command when you scroll or click on a subject as a picture or a link. I think that you will get a better idea of what I wrote when you flash the deodexed firmware and try the browser.
Click to expand...
Click to collapse

Hi Ramad!
did you read this? http://forum.xda-developers.com/showthread.php?t=1132724
near the bottom you can find 07/03/2011 : How To FIX yourself the laggy deodexed browser.apk
It is for SGS2 but could work for SGS1 (with the right files from proper SGS1 browser to work with)
Still, I beleve for the SGS1 browser problem we have to look in correcty deodexing framework.jar file as for me that delivers the lagging problem...
Cheers!

Is the JVQ browser installable on JVP deodexed?

SamHaLeKe said:
Hi Ramad!
did you read this? http://forum.xda-developers.com/showthread.php?t=1132724
near the bottom you can find 07/03/2011 : How To FIX yourself the laggy deodexed browser.apk
It is for SGS2 but could work for SGS1 (with the right files from proper SGS1 browser to work with)
Still, I beleve for the SGS1 browser problem we have to look in correcty deodexing framework.jar file as for me that delivers the lagging problem...
Cheers!
Click to expand...
Click to collapse
Thank you I believe that it was the old method with an old browser that pulser_g2 referred to on his post here: http://forum.xda-developers.com/showthread.php?t=948790&page=81
But I will read the post in the link your provided, it could be helpful, thanks for the help my friend.
eric75004 said:
Hello Ramad,
The first think i did after downloading the odex Firmware was to deodex it...
I thought as many that the browser was buggy/laggy until i decide to reflash to stock odex and debug it.
I'm then 100% confident that there's no lag on the browser itself and that it responds well. You feel that there is a an lag only because it do not render the zoom/scroll animation.
The issue come from the whole deodexing of apps and framework in batch. Guess that the apk use one of them (or many) to render the animation.
I got some similar unexpected visual effect when i began to study apk and compile them by myself.
I will add some tips to reproduce into this post related to the mod
http://forum.xda-developers.com/show...5#post15330205
Whatever,
It is nice and time saver to work together and see how to solve.
Regards,
Eric.
Click to expand...
Click to collapse
I did read your post just now, sorry. I got my hands full now, uploading three stock firmwares, don't be so exited, they are all 2.3.3

Thanks again Ramad,i've put the files into the framework folder before flahing your stock deodex coming from the odex JVQ (plus the cfroot zimage and a little change in the updater-script to make a nowipe one as i always do,saying that just to be the more specific possible),and browser works indeed as it should.
I will try mods or little theme things step by step (as long as mods doesn't include framework.jar it should be ok?as for the odex mods without framework.jar preserve the browser?)
My noob's impressions already told me that the solution for that browser thing lies in the SamHaLeKe link.(browser new animations that must be well "declared" in the modified framework.jar...something like that?...)
Hum,sorry for thinking my opinion(sensation...)may belong here and for my surely difficult to understand english.

Hi SamHaLeke,
I went to read it...
Pulse-g2 did a regression by porting the classes from a older Browser.
Great if it work, but it is like to use the JVP Browser on JVQ...
If you don't mind the new features brought by the JVQ release, click to the following link. At the end of the post, there is my JVP modded browser.
http://forum.xda-developers.com/showthread.php?t=1148230
Let us know if it work on JVQ with the deodexed framework.
Eric,
In Sri Lanka
SamHaLeKe said:
Hi Ramad!
did you read this? http://forum.xda-developers.com/showthread.php?t=1132724
near the bottom you can find 07/03/2011 : How To FIX yourself the laggy deodexed browser.apk
It is for SGS2 but could work for SGS1 (with the right files from proper SGS1 browser to work with)
Still, I beleve for the SGS1 browser problem we have to look in correcty deodexing framework.jar file as for me that delivers the lagging problem...
Cheers!
Click to expand...
Click to collapse

Hi Bedja,
I do not get you.
Did you put the files and , then, reflashed your phone with the deodexed rom?
If exact, you're still running with deodexed, and challenged to fix the lag .
Please confirm: you may have the solution in your hand .
Eric.
Bejda said:
Thanks again Ramad,i've put the files into the framework folder before flahing your stock deodex coming from the odex JVQ (plus the cfroot zimage and a little change in the updater-script to make a nowipe one as i always do,saying that just to be the more specific possible),and browser works indeed as it should.
I will try mods or little theme things step by step (as long as mods doesn't include framework.jar it should be ok?as for the odex mods without framework.jar preserve the browser?)
My noob's impressions already told me that the solution for that browser thing lies in the SamHaLeKe link.(browser new animations that must be well "declared" in the modified framework.jar...something like that?...)
Hum,sorry for thinking my opinion(sensation...)may belong here and for my surely difficult to understand english.
Click to expand...
Click to collapse

hi eric!
that was the first i tried, after realizing that deodexed rom + jvq browser = a mess!
so i used your jvp version and had fc at launch, even after deleting browser-data.
so i went back to deodexed jvq (because of my mods) + your modded jvq browser + ramads 4 .odex files and it works well (browsing wiith jvq-browser), my mods are also "quite" okay:
- battery mods and theming: works!
- autobrightnessfix works
- tv animation works
- all 9 lockscreens are working (changing not)******
*****--> powermenu + 9-lockscreen switching is broken due to stock framework.odex but when i delete framework.odex and do a reboot, i can switch between all lockscreens and apply them (jvq browser laggs awfully now beause of that)
now i copy the framework.odex back & do a reboot: jvq browser is working again without lagging and i can use the new lockscreen aswell!
EDIT:
using dexopt (in the right bootclass order) to RE-ODEX my modded deodexed framework didn't help. now the browser laggs again.
maybe this might be helpful aswell

Yes it help a lot...
As , for sure, we now where to focus .
I just deodexed the framework by hand, and found something about opengl and jit, and the JVQ browser use openGl to render the scroll/zomm animation.
However it close to midnight in Sri Lanka, and i will resume the investigations tomorrow.
Have a good night/morning or afternoon depending your location .
Eric,
In Sri lanka
diamond69 said:
hi eric!
that was the first i tried, after realizing that deodexed rom + jvq browser = a mess!
so i used your jvp version and had fc at launch, even after deleting browser-data.
so i went back to deodexed jvq (because of my mods) + your modded jvq browser + ramads 4 .odex files and it works well (browsing wiith jvq-browser), my mods are also "quite" okay:
- battery mods and theming: works!
- autobrightnessfix works
- tv animation works
- all 9 lockscreens are working (changing not)******
*****--> powermenu + 9-lockscreen switching is broken due to stock framework.odex but when i delete framework.odex and do a reboot, i can switch between all lockscreens and apply them (jvq browser laggs awfully now beause of that)
now i copy the framework.odex back & do a reboot: jvq browser is working again without lagging and i can use the new lockscreen aswell!
EDIT:
using dexopt (in the right bootclass order) to RE-ODEX my modded deodexed framework didn't help. now the browser laggs again.
maybe this might be helpful aswell
Click to expand...
Click to collapse

i'm glad to hear i could point you into a nice direction for further investigations.
jit+open gl sounds good to me, in comparison to other browser-releases we never had any acceleration before
i whish you the best for tomorrow, maybe its gonna be a great jvq-day

works great on JVQ rooted with CF-root-v3.7
tested one two similar SG S i9000
flashed with CWM Manager
thanks for the zip, Ramad

Bejda said:
Thanks again Ramad,i've put the files into the framework folder before flahing your stock deodex coming from the odex JVQ (plus the cfroot zimage and a little change in the updater-script to make a nowipe one as i always do,saying that just to be the more specific possible),and browser works indeed as it should.
I will try mods or little theme things step by step (as long as mods doesn't include framework.jar it should be ok?as for the odex mods without framework.jar preserve the browser?)
My noob's impressions already told me that the solution for that browser thing lies in the SamHaLeKe link.(browser new animations that must be well "declared" in the modified framework.jar...something like that?...)
Hum,sorry for thinking my opinion(sensation...)may belong here and for my surely difficult to understand english.
Click to expand...
Click to collapse
I did not read your post until now, sorry
Your way of working things is correct, you try things separately or step by step on a stable platform to see what brings it down.
Opinions and ideas are needed, we are not going any where without the best of them.

What about this solution http://forum.xda-developers.com/showthread.php?t=1155129

snack23 said:
What about this solution http://forum.xda-developers.com/showthread.php?t=1155129
Click to expand...
Click to collapse
I was wondering the same.
I have yet run it his browser through the paces completely, but it seems to be running great so far. It is fast as heck and super smooth. I'm in the US using a Captivate on Continuum 6.1 (deodexed JVQ based).

Related

{ROM}White Widow 4.0b3{ROM}(5-29)~DarchDroid Port~ Beta3 Rereleased!

CLOSED
I'm proud to present a CyanogenMod Rom on the Eris, White Widow, ported from DarchDroid by Darchstar.
Cant shut me down
This is only a beta, and therefore has a few issues to work out. the main one is the boot. As of beta 3, you have to flash it over either a nand backup of 3.1 or the actual flash of 3.1. I am not allowed to distribute 3.1 anymore, so for those of you who didnt get it earlier im sorry, do not flash as it will bootloop your phone. also to those who do have 3.1, DO NOT WIPE! Wiping will also cause a bootloop.
To fix the no service bug, download the attatched zip, and exctact the build.prop to your sdk/tools
run these command to pop it back into place
Code:
adb remount
adb push build.prop /system
then reboot
Beta 3 Rereleased!
Limited Time Release, 4.0 beta3
Stripped down,very limited release. Just wanted to give you a small taste of what I've been working on. This is far from being the final release, but I promised a sneak peek. So far it is functioning and stable.
WORKING FB INTEGRATION
GPS
You must install googleshits to use anything than the other basic functions. Save the file to your SD card, boot to recovery and flash the googleshits .zip file like you would flash anything else. it is an update script.
For those interested in DarchStars new kernel with BrainFuck Scheduler- First Ever Release On Eris! -download and flash the update zip included at the bottom. No wipe needed.
I encourage you to look through the settings for all the new options, things like integrated wired tethering, setting custom messages on your lock screen, and 360 degree rotation are all under there, theres too many new things to post though so take a look and see what you find.
Thanks To
Punk.Koas for his kernel
-thanks to him we have OC and multitouch
Hero CDMA Devs for getting this on the Hero
Mak and Zippy-Man for the MMS fix
Anderwebs for his ADW Launcher
Conap for hosting!
Jamezelle for putting up with my dumb questions
Cornbreadfarts for alpha testing
Special Thanks to
Darchstar for the initial port
Changelog
3.1
-wifi tethering
-replaced browser with DolphinHD
-zip aligned apps for better memory usage
-removed bug report
3.0
-added Kaos's new kernel, OC and multi-touch now supported
2.0
-set ADW Launcher as the default launcher
-Wifi now works!
1.4
-Removed Open GL patch
-Removed extra Setup option
-Removed Nexus Launcher
1.3
-Added googleshits. no need to manually flash
-Removed apps such as DSUPDATE and Bug Report
-Removed both gallery apps and replaced with working version
-Removed toggle to switch between Camera and Video in the Camera app, was only causing FCs
-Added GL Patch for LWP-removing in the next update, causes transparency issues with gallery
what no mms, no wifi. no lwp, no o/c. i call that broke. default win goes to framework...
no im jsut kidding, for getting the core of hte rom done, nice work. lets see how it boots.
OC and LWP. had to check
Good job to everyone!!
Nice, will be using after wifi and mms work. Good work andrizoid, you do contribute a lot, will at least on android forums(bluedc2 btw).
nice work, no win declared until wifi and mms working!
thanks
i have a buddy working on the wlan.ko so wifi will be up half an hour.
google ****s is not installing right at the moment. getting a fix for it right now.
well, its nice and clean, but a little laggy at points.
for those that dont want to download rom for that link in OP, i have uploaded it to android.grdlock.net in my folder. here is direct link to folder: http://goo.gl/b7gd
i provided credit and backlink to this thread. andrizoid, if you want me to remove the rom from there, let me know and i will do so.
Re: {ROM}White Widow_v1{ROM}(5-23)DarchDroid Port
Will this work on 2.1 leak?
-------------------------------------
Sent via the XDA Tapatalk App
billakid said:
Will this work on 2.1 leak?
-------------------------------------
Sent via the XDA Tapatalk App
Click to expand...
Click to collapse
really, you had to ask that. no this is for root only
when there is something for those on leak, you will be told about it. it will be plastered on the front page of this section with a million links from others like you asking.
and no, there is still no root for leakers.
ECLIPS3 said:
well, its nice and clean, but a little laggy at points.
for those that dont want to download rom for that link in OP, i have uploaded it to android.grdlock.net in my folder. here is direct link to folder: http://goo.gl/b7gd
i provided credit and backlink to this thread. andrizoid, if you want me to remove the rom from there, let me know and i will do so.
Click to expand...
Click to collapse
Yay 4 minute download. Thanks for that lol
changed meta inf in google ****s to point it to the desire. now fully working
Waiting for WiFi.. super excited.
ECLIPS3 said:
well, its nice and clean, but a little laggy at points.
for those that dont want to download rom for that link in OP, i have uploaded it to android.grdlock.net in my folder. here is direct link to folder: http://goo.gl/b7gd
i provided credit and backlink to this thread. andrizoid, if you want me to remove the rom from there, let me know and i will do so.
Click to expand...
Click to collapse
would you mind setting me up a folder?
give me a while for the wifi, gotta finish compling the kernel and test it before i release it
will be up tonight though, no worries
i dont have privavleges to make you a folder. ask jcase or zifnab or jamezelle in the irc server. info at bottom of sig.
ECLIPS3 said:
i dont have privavleges to make you a folder. ask jcase or zifnab or jamezelle in the irc server. info at bottom of sig.
Click to expand...
Click to collapse
ehh. just keep it there and ill link it to your folder
testing wifi fix!
Running cyanogen on my droid, wont give up for nothing (but froyo). If you guys want to test a rom, try one based on cyanogen (wait for wifi fix)

NO LONGER ACTIVE PLEASE CLOSE [devs] deodex version of ivanmmj Eris_Official 1.0

All,
per positive response below is a link to a copy of ivanmmj Eris_Official 1.0 ROM that I have fully deodexed. This is more meant for devs for continued play time, but it is a flashable ROM. PLEASE NOTE that ivanmmj himself looks to be coming out with the next version of Eris_Official 1.0 per his thread http://forum.xda-developers.com/showthread.php?t=652044.
Hope this is helpful and Enjoy
Link: REMOVED FROM HOST SERVER
P.S. please let me know of any issues as this is my first full deodex also I would like to encurage using this tread to exploring moding some of the system files on Eris ROM builds as it has been fun to tweak things
P.P.S. If you want the Zanfer kernel let me know and I will look at adding it in however ivanmmj's new version should have it...
what is Deodex?
I'm definitely interested, but I also think Ivan is working on the same project himself. I'm pretty sure his "1.1" is deodexed and has Zanfur's kernel. Not sure what other changes he has in mind, but you might want to check with him before posting since you'll end up being the one getting all the PM's from people wanting help. ;-)
Yes please I'm looking for exactly that
-------------------------------------
Sent via the XDA Tapatalk App
That would be awesome.
Sent from my Eris using XDA App
BTW jcase's plain jane1.0 has zanfur overclocking kernel.....
i dont know what you think but it might be a better platorm than ivanmmjs
a deodexed version of that would be tight....
kernels are easy to compile and swap out, a different kernel isnt going to influence the build at all
i always seem to get better battery life from the non oc'ed kernel.
Morkai Almandragon said:
what is Deodex?
Click to expand...
Click to collapse
Yes, what does that mean ?
hallstevenson said:
Yes, what does that mean ?
Click to expand...
Click to collapse
it means you have a classes.dex file rather than a .odex file
it makes things easier, its also possible to metamorph these builds and its possible to install a deoexed app on multiple platforms.
anonomouse said:
it means you have a classes.dex file rather than a .odex file
it makes things easier, its also possible to metamorph these builds and its possible to install a deoexed app on multiple platforms.
Click to expand...
Click to collapse
Means I can finally modify Rosie.apk to my liking.
hallstevenson said:
Yes, what does that [deodex] mean ?
Click to expand...
Click to collapse
A more experienced developer can add more but a few quick basics:
.odex files are precompiled class flies that correlate to a .apk or .jar file. In an odex ROM an .apk/.jar file will not function without it's correlated .odex.
a deodex build takes all of the .odex files converts them to a classes.dex and puts them into the .apk or .jar file package
deodex ROM are easier to mod because each .apk or .jar is a "complete" package and can be more easily decompiled and ported (i.e. you do not have to worry about the .odex files)
A deodexed build requires less space in /system, but more space in /data
A deodexed build requires a longer initial boot because they must regenerating those odex files from the dex files in the .apks/.jars and save them to /data/dalvik-cache
Thats a quick list of what I know
odex only help speed up app loading time and first time boot. Think of this as Windows' prefetch.
If you want to re-create odex for apk for porting, etc... I suggest only do this to /system/app not /data/app because when you do update from market and your app will break, unless you wipe out dalvik-cache.
zach.xtr said:
This is more meant for devs for continued play time, but it is a flashable ROM.
Click to expand...
Click to collapse
Would this be ok for an every day ROM? Or should it just be used by dev's as a base ROM?
Hey guys I've been testing this for Ivan. same thing he has a version deodexed.
I edited this
http://forum.xda-developers.com/showthread.php?t=664951
to work for this rom. which works great, but I get an error of
com.htc.bgp because of it, does anyone have any idea why?
Romparoo said:
Would this be ok for an every day ROM? Or should it just be used by dev's as a base ROM?
Click to expand...
Click to collapse
Technically it is fine as an everyday ROM, however I do not recomend using it for such because it is not support and will have no additional features over ivanmmj origional 1.0.
So I guess, yes it meant to be used as a base ROM or "spare parts" for devs.
BlazeD OnE said:
Hey guys I've been testing this for Ivan. same thing he has a version deodexed.
I edited this
http://forum.xda-developers.com/showthread.php?t=664951
to work for this rom. which works great, but I get an error of
com.htc.bgp because of it, does anyone have any idea why?
Click to expand...
Click to collapse
Someone else did this, on androidforums.com. I haven't replied to his posting, but it's in like page 19 of the 'show off your UI layout' thread there. I'm working on a modified Rosie.apk right now, as soon as I get this de-odex'd Ivan's on my phone running. Titanium backup here I come.
FYI, I was able to flash the deodexed version over the original Eris_Official 1.0 Alpha without having to do a full wipe (just wiped dalvik-cache). Naturally, I went back and re-flashed Zanfur's overclock kernel after that.

[ROM] « Assonance v5.2 »

Anyway, I present to you:
Assonance *shing* *sparkle* *sparkle*
Change Log:
1.1
Fixes Force Close when making phone call
1.2
Fixes Media Playback
2.0
Stupid DRM...
3.0
Extended Power Menu
Menuless lag fix
BLN Enabled by default
Kernel Tweaks Enabled by default
App Widget Picker (groups widgets together when selecting them)
Astro File Manager
Updated Flash Player
3.1
Fixed Battery
4.0
New 1.5.4 kernel
New voltage Control 2.0 RC2
My Files (complete with AOSP icons throughout)
Changed Icons in the "Attach Menu" of Messaging to ASOP
Update Swype (Double click words to fix incorrect words)
Added Gingerbread Keyboard (with working Dictionary)
Removed Droid X Keyboard
Removed Astro
4.1
1.4.3 Kernel
4.2
1.4.4 Kernel
Headset Fix, amongst others
4.3
1.4.5 Kernel
New Shutdown Animation (to match startup)
5.0
1.4.6 Kernel
Modified version of Gingerbread Theme
Menu no longer unlocks phone
Voltage Control updated to RC4
Update Gmail, Voice Search, Google Voice, and YouTube
New Market (NOTE: Apps only have a 15 minute return period now)
Rethemed Power Menu and Settings Menu
Modded Camera app, uses Power Button to take pictures
Minor bug fixes
5.1a
1.4.7 Kernel
Voltage Control 3.0a3
Telus JL3 Modem
Stock MMS app
Update Gingerbread Keyboard... Working Haptic Feedback, among other things
Updated Maps/System
DocRambone Style Wipe/No Wipe packaging
5.2
Bug Fix
Features:
I9000UGJK3 Based
I9000UGJK3 Modem
SetiroN's Kernel###
Deodexed & zipaligned
Apps and Framework Optimized
Superuser + busybox 1.17.4
Extensive APN list
Bloatware Removed
CLShortFuse's GPS + JM9 Fix + Epic GPS Fix
Custom Battery Mod***
AOSP Lockscreen
AOSP Launcher
Custom Boot Animation
No Boot/Shutdown Sounds
Updated Apps
Preconfigured lagfix (all ext4)
Locale set to United States
Xan's Voltage App
Working Swype
AOSP Icons
Complete Market
Ad Blocking via Hosts File
Other minor things I forgot (already! )
### If you'd like to use a different kernel, by all means go ahead. Simply drop the zImage file into the .zip, and/or any files that it may require. Your mileage may vary.
*** If you'd like a different type of Battery Mod, take the framework-res.apk from /system/framework and use this website: http://circle.glx.nl/
Instructions
Recommended:
1. Backup all of your apps, photos, etc. Use Titanium Backup (on the market) for your apps. Put the TitaniumBackup folder on your computer, along with your photos and such.
2. Using Odin, flash back to stock JF6. If your phone has 3-button problems use this Odin. This mostly effects 1008 phones (check under your battery).
3. Using Odin, Master Clear THIS DELETES EVERYTHING ON YOUR PHONE, INCLUDING THE INTERNAL SD CARD.
4. Root your phone. I use this one click.
5. Install Rom Manager from the market. Using this, install Clockwork Mod recovery.
1. Transfer Assonance_x.x.zip to your SD Card.
2. Reboot into Clockwork Mod recovery and flash Assonance_x.x.zip
3. Following installation, reboot the phone.
4. It will say "Config files differ". Choose "Yes, with backup and restore". Wait for it to complete.
5. Allow the phone to boot. This will take an abnormally long time. Somewhere between 2 and 4 minutes. The dots will not stop for any period longer than 10 seconds.
6. Allow the phone to establish a data connection. This will take longer than normal, and should be done within a minute or two.
7. Restore apps with Titanium Backup, add your photos, etc.
8. Enjoy for 15 minutes before caving to your insatiable ROM Flashing obsession.
Credits
SetiroN - i9000 SuperOptimized Reoriented Kernel
Xan - Voltage Control App
CLShortFuse - GPS Files
for.digit, di11igaf, and designgears for their assistance
Download
5.2
WIPE
Screenshots
New screenshots need to be taken.
Screenshots???
silverslotcar said:
Screenshots???
Click to expand...
Click to collapse
Stock launcher... I'm guessing it'll look sort of like the stock launcher?
Not sure I want to be one of the first guinea pigs, but if it looks good I'll give it a whirl.
Out of curiosity, does this include the Android Keyboard?
I will be watching this I am a huge fan of your work!
jeremytanner said:
Stock launcher... I'm guessing it'll look sort of like the stock launcher?
Click to expand...
Click to collapse
AOSP launcher and AOSP icons with custom battery mod.
I cant wait to get back @ my computer tomorrow!!
Thanks MikeyMike!!
Patiently waiting...
Well could have said you had this coming...TODAY!!! I just redid build 19 of your other ROM and now might was well do this one since I didn't even restore my old apps yet.
I guess I talk this bad boy for a spin.
PS Just curious why you didn't base it on the new Bell ROM? Just wonder.
Can't wait for this!!
MikeyMike - does the sns sync in this work? One thing I'm not liking about Vibrant is it still has issues.
I'm debating trying this out need any help? I've been teaching myself a lot more about recompiling apks and zipaligning.
(i finally have a day off from work!)
Sent from my SAMSUNG-SGH-I897 using XDA App
hope to check it out soon
haven't heard of epic gps fix before...
lbbo2002 said:
PS Just curious why you didn't base it on the new Bell ROM? Just wonder.
Click to expand...
Click to collapse
Jk3 modem seems to be a lot more stable without the need to enable 850mhz band (it's already enabled), is that the new modem you're talking about.
JPO modem was a pain in the butt.
Sent from my SAMSUNG-SGH-I897 using XDA App
hansmrtn said:
I will be watching this
Click to expand...
Click to collapse
me too, and I just got hooked on AXURA...
Sent from my SAMSUNG-SGH-I897 using XDA App
silverslotcar said:
Screenshots???
Click to expand...
Click to collapse
Patience.
jeremytanner said:
Out of curiosity, does this include the Android Keyboard?
Click to expand...
Click to collapse
No, just the two in the screenshots.
lbbo2002 said:
PS Just curious why you didn't base it on the new Bell ROM? Just wonder.
Click to expand...
Click to collapse
DTJP5? The must've come out way after I started working on this.
LinuxNewb said:
MikeyMike - does the sns sync in this work? One thing I'm not liking about Vibrant is it still has issues.
Click to expand...
Click to collapse
Yes.
waiting4gingerbread said:
haven't heard of epic gps fix before...
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=759976
Ack... Charging phone now... been itching for this
JM9 already included with AOSP icons..this is sooo tempting.
I'll give it a run.....I will report back tomorrow and let you know my day goes.
holy ****, this looks amazing! would the rom run properly if i were to remove the normal email app(who doesn't use gmail) and the task manager
I like what you've included in this rom and its' visual. Any bugs like wired headset not working?
I will try this later
Just flashed this, Working smooth!

[INFO] Note to all ROM makers

There seems to be issues with baksmali/smali v1.2.6 when deodexing latest samsung roms (2.3.4 maybe also some 2.3.3!).
If you baksmali framework.odex and smali it back to a dex file (without changing anything) your ROM will become laggy!
Some people say its the hardware acceleration that no longer works.
The web browser becomes unusable. There have been reports that video player and camera also seems laggy.
My suggestion is NOT to deodex framework.odex! I'm sorry to say this...
I know this means no custom deodexed roms! But I do believe you will run into more problems we don't know about yet!
But you can still do mods!
Just not deodexed framework mods. You can deodex apk files in the app folder. You can also try and deodex files in the framework folder as long and you dont deodex the framework.odex file! But here you have to convert them back to odex files!
As proof I have made this mod for stock XXKG1. I have the odexed the files back to odex using the dexopt-wrapper tool.
It is not just 1.2.6, I have built from the latest source and still has problems.
I disagree 100% fwiw with OP
I have no speed issues beyond that stupid browser, and that looks just like a baksmali bug. I don't do the "quit" attitude - I will fix it...
But anyway, there is no lag or anything here, even on 2.3.4 deodexed and underclocked.
So while there may be a browser issue, I would not suggest to people not to deodex. I can provide thousands of posts of people happy with a properly Deodexed and optimised ROM...
do we know why this happens? Is there an logic explanation
stian230 said:
do we know why this happens? Is there an logic explanation
Click to expand...
Click to collapse
Most likely minor baksmali bug
designgears said:
It is not just 1.2.6, I have built from the latest source and still has problems.
Click to expand...
Click to collapse
Maybe if we can debug using source we can figure out what goes wrong!
pulser_g2 said:
I disagree 100% fwiw with OP
I have no speed issues beyond that stupid browser, and that looks just like a baksmali bug. I don't do the "quit" attitude - I will fix it...
But anyway, there is no lag or anything here, even on 2.3.4 deodexed and underclocked.
So while there may be a browser issue, I would not suggest to people not to deodex. I can provide thousands of posts of people happy with a properly Deodexed and optimised ROM...
Click to expand...
Click to collapse
I hope you are right... But alot people also complains about all sorts of problems with the custom roms... and we dont really know if its related to this or not...
I spent all yesterday thinking about that...
The odex file is only valid when used with the exact BOOTCLASSPATH files. dalvik enforces this by storing a checksum of each file that the odex file is dependent on, and ensuring that the checksum for each file matches when the odex file is loaded.
When you are deodexing an apk, even if you don't need to set BOOTCLASSPATH for it (because you don't get any error msg while baksmali), by default these 5 jar are already included in the classpath: core.jar, ext.jar, framework.jar, android.policy.jar and services.jar. This means that an odex file has dependencies on every "BOOTCLASSPATH" file that is loaded when it is generated.
So i was thinking about to deodexing every apk in /system/app a part Browser.apk (i.e leaving Browser.odex) and try to figure out which jar file inside /system/framework has to remain odexed.
Maybe we can still have overscroll glow mod, renounce to have the extended power menu in order to get an HW accellerated Browser!
I don't know if it make sense for you as my english need to be improved
_JKay_ said:
I hope you are right... But alot people also complains about all sorts of problems with the custom roms... and we dont really know if its related to this or not...
Click to expand...
Click to collapse
You got any examples to hand?
The common issues I see are
- failing to read my install instructions
- trying to come from some other ROM without following the instructions
- trying to restore titanium backups entirely, depositing apps that are codes like half-polished turds in the phone
- pushing incorrect files into rom without knowing what they are doing
- stupid setcpu config
Am interested to see if you have found other issues, as camera and video player are confirmed by a fair number to be fine...
I swapped my phone with one running stock, and I had to tell my friend what I had done, as he was sure it was his oh, and I was underclocked to 800 max too at the time
pulser_g2 said:
You got any examples to hand?
The common issues I see are
- failing to read my install instructions
- trying to come from some other ROM without following the instructions
- trying to restore titanium backups entirely, depositing apps that are codes like half-polished turds in the phone
- pushing incorrect files into rom without knowing what they are doing
- stupid setcpu config
Am interested to see if you have found other issues, as camera and video player are confirmed by a fair number to be fine...
I swapped my phone with one running stock, and I had to tell my friend what I had done, as he was sure it was his oh, and I was underclocked to 800 max too at the time
Click to expand...
Click to collapse
The frameword.odex is not compiled correctly!! That's a fact!! The laggy browser proofs it. Framework.odex the largest most important file in the android framework!! And that does not concern you? Is that not a bit naive?
_JKay_ said:
The frameword.odex is not compiled correctly!! That's a fact!! The laggy browser proofs it. Framework.odex the largest most important file in the android framework!! And that does not concern you? Is that not a bit naive?
Click to expand...
Click to collapse
I believe what I see. I have asked HomerSp if he can take a look at it, when he can, as he knows a lot about the deodexing process.
But at the end of the day, while there is clearly something not working in baksmali or smali, this seems a good opportunity to fix it and pass on the fix to JF
I know what is in framework.jar, and that it covers most things...
I do genuinely have interest in seeing the issues you raised, as perhaps there is disparity between methods of deodexing??? I am interested to see if I can reproduce any here too, as that would highlight a wider issue.
pulser_g2 said:
I believe what I see. I have asked HomerSp if he can take a look at it, when he can, as he knows a lot about the deodexing process.
But at the end of the day, while there is clearly something not working in baksmali or smali, this seems a good opportunity to fix it and pass on the fix to JF
I know what is in framework.jar, and that it covers most things...
I do genuinely have interest in seeing the issues you raised, as perhaps there is disparity between methods of deodexing??? I am interested to see if I can reproduce any here too, as that would highlight a wider issue.
Click to expand...
Click to collapse
Well.... I will not use deodexed custom roms so I won't find any issues!!! But some people probably will or already has...
I'd rather spend my time on fixing this and create odexed mods until its fixed!
As soon as I see that the framework.odex can be compiled without breaking the browser... I might try some custom roms again..
That's weird. I'm using Lite'ning 1,5 ROM (which is deodexed) since i bought this phone and everything runs very smooth (including browser, video playback, gaming, launcher and so on). Before i had HTC Desire Z with CM7 on it and it was freezing slow if compared to my current setup. It's just flying.
AllWin said:
That's weird. I'm using Lite'ning 1,5 ROM (which is deodexed) since i bought this phone and everything runs very smooth (including browser, video playback, gaming, launcher and so on). Before i had HTC Desire Z with CM7 on it and it was freezing slow if compared to my current setup. It's just flying.
Click to expand...
Click to collapse
I know that version (2.2) does not include the original stock browser but a patched version.
Sent from my GT-I9100 using XDA Premium App
_JKay_ said:
I know that version (2.2) does not include the original stock browser but a patched version.
Sent from my GT-I9100 using XDA Premium App
Click to expand...
Click to collapse
You're basing all your points on 1 main problem, the browser.
That's hardly the way to go. Rather, they will work to solving the problem regarding the browser, then we can continue to have proper custom roms. Besides, KG1 is a leaked rom. Deodexing didn't affect KF2, it might not cause problems for later leaked or "official" roms.
Rather than directing others to your odexed mods, the way for things to move on is to see the problem being fixed. There's a reason why custom roms are almost always deodexed. Don't rock the boat if you don't like the status quo.
kenkiller said:
You're basing all your points on 1 main problem, the browser.
That's hardly the way to go. Rather, they will work to solving the problem regarding the browser, then we can continue to have proper custom roms. Besides, KG1 is a leaked rom. Deodexing didn't affect KF2, it might not cause problems for later leaked or "official" roms.
Rather than directing others to your odexed mods, the way for things to move on is to see the problem being fixed. There's a reason why custom roms are almost always deodexed. Don't rock the boat if you don't like the status quo.
Click to expand...
Click to collapse
That's actually exactly what I am saying!! Don't spend time on fixing the browser! Spend time on fixing the baksmali/smali tools!!
But until that's fixed I believe you can't really rely on the deodexed roms because framework.odex does not compile correctly!!
Some people said that you can't do mods that are odexed!! Thats the reason for the example! You actually don't need to deodex the framework!! But I admit.. it's easier not to odex files...
BTW guys, following the OP IDEA i got my own custom rom working with the odexed stock Browser (i.e. HW accellerated).
Basically all the apps have been deodexed apart Browser, and i left the framework jar files odexed!
Basically i got the same features/mod as before, the only think i have to renounce is the overscroll glow effect (i don't like it at all, i prefer the stock Samsung bounce effect) and the extended power menu (we can easily replace it by using quickboot).
That's it
thanks _JKay_ for the IDEA!
But I do think the problems wont fix itself in the future. The SGS facing the same problems with XXJVQ!!
LeoMar75 said:
BTW guys, following the OP IDEA i got my own custom rom working with the odexed stock Browser (i.e. HW accellerated).
Basically all the apps have been deodexed apart Browser, and i left the framework jar files odexed!
Basically i got the same features/mod as before, the only think i have to renounce is the overscroll glow effect (i don't like it at all, i prefer the stock Samsung bounce effect) and the extended power menu (we can easily replace it by using quickboot).
That's it
thanks _JKay_ for the IDEA!
Click to expand...
Click to collapse
No problem! Actually my mod gives you the extended power menu
_JKay_ said:
But I do think the problems wont fix itself in the future. The SGS facing the same problems with XXJVQ!!
Click to expand...
Click to collapse
I agree with you, but at least, since a lot of people complain about the stock browser, we can stay happy with it!
I reckon we need new tool for deodexing, smali backsmali are dated now...

Multi-Windows like Note 10.1 JB [Working] + Modded Apps

Hi Everyone,
I just registered here on xda today and I am a newbie so please be lenient with me.
Just want to share my newbie experience. Since the LS2 leak I've been trying to port multiwin dows from Note2 and then came the LS7 leak which includes multiwindows already, I have experimented with different dpi values and swapped files from other galaxy tablets to our Note1. It's sleepless nights of excitement exploring more possibilities for our Note1 and to cut the story short I came up with this. See screenshots below.
Please be aware I am not responsible if you break your phone. This is only for the brave souls. But actually I have done it many times the last few days with constant reflashing, swapping files, and trying to understand what makes it all tick and my phone was OK. It actually came out better than I expected. Thanks to all the cumulative ideas that I have gathered from all the people here at xda (who I can't remember to give special credit to) but anyway in the spirit of sharing, here it goes.
So here is the procedure and the files are attached for convenience.
Download this CWM flashable zip. (Thanks to nanomet for the CWM zip file).
1. Please make a nandroid backup first so you can return to your previous state in case you want to.
2. Make sure you are on rooted deodexed LS7 with CWM recovery. I am on Bangsti's ROM.
NOTE: I am currently testing it on odexed ROM and just to let you know the CWM flashable file does NOT work on odexed ROMs yet because it does not have the ability to delete corresponding odex files when flashed.
3. Make sure install another launcher like Apex or Nova as a failsafe in case TW Launcher forecloses. I use Android 4.2 launcher.
4. Install build prop editor from the Play Store. Run Build Prop Editor and change ro.sf.lcd.density to 213. Then add new property: qemu.hw.mainkeys with value 0. Save and don't reboot yet.
5. Now reboot into CWM recovery then flash N7000.LS7.deodex.MultiWindow.zip then reboot.
6. Voila! most stock apps are resizable including Settings although they don't appear on the dock.
Now you can see the navigation bar with an arrow on the right that opens up a dock with some applications. At the moment all you see are Gallery, Videoplayer and Browser. Most stock apps are resizable but they don't appear on the dock. Now experiment by swapping apps from TAB7 2 and Note10.1 that you prefer to change depends on he layout you want. Some want the double pane apps like music player, files and task manager. Everytime you need to reboot for the apps to appear on the dock. Some work others don't depend on the window profile currently selected in the dock.
7 The apps from TAB and Note10.1 appear on the dock whereas the Note1 stock apps don't. And now, thanks to vingar for referring the thread from Note10.1, I was able to confirm my thought that all apps can be modded to be resizable like Spotify, Dropbox, Evernote as you can see on the screenshots below.
8. Now all we need is share the modded free apps so everybody can benefit - like Gmail, Youtube,etc. CALLING out those DEVs who are interested and have the skill to mod apps to participate. As for bought apps, you need to learn how to decompile and mod your bought apps.
9. Another concern is keeping the stock multiview functionality that is included in LS7 together with multiwindows from NOTE10.1 together make the device buggy so I decided to let go of the multiview of LS7 and stick with the multiwindows of NOTE10.1. You can do that by deleting the file com.sec.feature.multiwindow.phone from system/etc/permissions. Note: Now multiwindow from LS7 and Note10.1 can co-exist but they should not be used at the same time. Turn off LS7 multiwindows if using the window layouts in the dock. That is completely up to you.
10. And that's it. Enjoy and I hope you share your experience and mods. Keep sharing fellows. Please PM me with link to modded apps so I can post it here for others to see without having to go all the way through the thread. Thanks.
MODDED APPS:
1. Calculator, courtesy of ianbbaa.
2. Papyrus
3. MxPlayer
4. Google Chrome
5. Solid Explorer
6. Evernote
7. Dropbox
8. Google Music
9. Twitter
10. Gmail
11. Torrent
12. FxCamera
** you can find modded non-stock apps on this thread. it even gives info on how to mod your own apps.
** Ianbbaa has just released his v3 ROM and I have tried it and just like he said, it is just a preview and has not been polished for speed yet because of time contraints on his part. I am currently testing my mod on stock odexed ROM and I find the speed better. [see quadrant screenshot below]. I admire his efforts and I am in fact using his modded apps from his ROM for my personal use for now and I advise you to try his ROM. If he would allow me I would make available his modded apps on this thread but until then, you can download it in his thread.
This is Greaaaat!!
I was trying to do something similar earlier but didn't have the time to follow it through!
Your efforts are impressive!
I shall try this when I get a moment!
xperiacle said:
Hi Everyone,
Just want to share my newbie experience. It seems multiview with LS7 is not enough so I remember some thread in this forum about changing dpi and so I did and experimented with different values and of course had FCs of TW Launcher and SystemUI, and I thought maybe I'll try the TW Launcher and SystemUI from the Note10.1 JB but I can't make it to work so I thought maybe the one from TA B7 2 JB would be a better fit and yes it did at 213 dpi which I was surprised because the icons are bigger than 240 dpi with the stock launcher and look nicer. I change build.prop to have soft buttons then based on the airview fix discussed in the forum, I was curious about such a small file would make airview work all of a sudden so I tried to see what permissions are different from Note10.1 to Note5.3 so I tried to copy persmissions that are missing from Note5.3 and rebooted and voila, I was surprised with stock Gallery and Videoplayer app with resizable/maximise/restore window support just like in DESKTOP PC. The other apps are not and the browser is FC. So I copied the browser from Note10.1 and the browser worked. The rest of the stock apps doesn't work but when I flashed the multiview hack circulating from the forums, I came up with most stock apps being resizable just like the Gallery app, even Settings, Dialer, Contacts, Music Player, Files, Snote, Smemo, Email, MMS even though they do not appear on the dock. I have been playing around with it for a few days now since the LS7 leak and it is a usable daily driver, fast and a bit buggy sometimes, maybe because I am not a dev and I don't know about modding and decompiling and recompiling and so and so. So if you Guys want to try I can share the procedure and the files to swap and I know you can better make a better ROM than I do.
Just to show you a screenshot.
Click to expand...
Click to collapse
Maybe you can contact a dev who can make a cwm flashable zip to replace the given files so that people have the option to use it or not.
Sent from my GT-N7000 using xda premium
http://forum.xda-developers.com/showthread.php?t=1968561
Try visting this thread.
kitrax59 said:
http://forum.xda-developers.com/showthread.php?t=1968561
Try visting this thread.
Click to expand...
Click to collapse
I wish I can be able to post in their thread. I am apparently limited to what and where I can post so I can not take part in their discussion and share some ideas.
Do some quadrant and AnTüTü benchmarks and post it in the relevant thread.
There is an off topic thread. Post there.
Make some screenshots of your home screen -> post it in the "post your home screen" threads...
Just level up the participation. That is the only limit
kyleastley said:
Maybe you can contact a dev who can make a cwm flashable zip to replace the given files so that people have the option to use it or not.
Sent from my GT-N7000 using xda premium
Click to expand...
Click to collapse
Do you know any approachable dev who can make a CWM flashable zip? Maybe you could suggest someone.
That is pretty awsome!
Sent from my GT-N7000 using xda app-developers app
xperiacle said:
Do you know any approachable dev who can make a CWM flashable zip? Maybe you could suggest someone.
Click to expand...
Click to collapse
Yes pm robbie hood think he might add it to his ota update package for his rom (alliance) or you could just check down the dev section and pm a few for sometips on how to male a cwm zip.
Sent from my GT-N7000 using xda premium
kyleastley said:
Yes pm robbie hood think he might add it to his ota update package for his rom (alliance) or you could just check down the dev section and pm a few for sometips on how to male a cwm zip.
Sent from my GT-N7000 using xda premium
Click to expand...
Click to collapse
I was actually on alliance alpha 1 when I tried this experiment and there was one error that I dont know how to resolve. I can't seem to connect to the computer by usb cable so I tried the one from bangsti and the error was gone although I think the alliance rom was faster. Maybe if robbie hood can include this in his rom as an option and polish it a bit, it would really be awesome.
You made it so simple it looks like a piece of cake
Have to dl deodexed rom to try it out. Thanks
Talebs said:
You made it so simple it looks like a piece of cake
Have to dl deodexed rom to try it out. Thanks
Click to expand...
Click to collapse
Thanks. Just like I said I am a curious newbie but can follow instructions and its actually quite simple. If I knew how to maks a flashable zip then it would just be a one step. Try it out and substitue apps from tab7 2 and note10.1 and see what works for you including widgets from ICS. Tell us how ot goes.
xperiacle said:
Thanks. Just like I said I am a curious newbie but can follow instructions and its actually quite simple. If I knew how to maks a flashable zip then it would just be a one step. Try it out and substitue apps from tab7 2 and note10.1 and see what works for you including widgets from ICS. Tell us how ot goes.
Click to expand...
Click to collapse
Just wanted to say "thanks" - your efforts are really impressive !
On behalf of the multitudes of noobs on here that rely on people like yourself to get the best out of our phones..... THANK YOU. :good:
xperiacle said:
Thanks. Just like I said I am a curious newbie but can follow instructions and its actually quite simple. If I knew how to maks a flashable zip then it would just be a one step. Try it out and substitue apps from tab7 2 and note10.1 and see what works for you including widgets from ICS. Tell us how ot goes.
Click to expand...
Click to collapse
Hi,
If you send me the edited files, and the paths they should go in, I could make it in a cwm zip for you.
It's quite easy to do.
Or else I could send you a pre made cwm zip that you can just place the things that you want flashing in.
Let me know if I can help.
Cheers
Corey
Sent from my GT-I9100 using Tapatalk 2
looks good. will try it out. thanks
is the files.zip file to be flashed with cwm also?
ycs. said:
looks good. will try it out. thanks
is the files.zip file to be flashed with cwm also?
Click to expand...
Click to collapse
I suggest this thread.
For multitasking app of note 10.1.
http://forum.xda-developers.com/showthread.php?t=1985240
Inviato dal mio iPad con Tapatalk HD
this is really cool [while a lot of us are waiting for MiniTab_v0,3] I tested on Ultimate_LS7, many stock apps work nicely, you share a huge thing xperiacle :good: if ianbbaa not releasing MiniTab_v0,3, believe some of us can mix your sharing with v0,2 for their own
hope all of these features together with v0,3 you and ianbbaa will make our incredible NOTE more wonderful :victory:
for those who want a CWM doing MOST steps in the OP, you can use my file as following, a backup before flashing is always recommended, it works on my Note with Ultimate_LS7
BEFORE flashing you need:
1. Make sure you are on rooted deodexed LS7 with CWM recovery. I haven't tried it on odexed one but maybe it will work.
2. Make sure install another launcher like Apex or Nova as a failsafe in case TW Launcher forecloses. I use Android 4.2 launcher.
3. Install Root explorer or Root browser lite or Solid Explorer or anything that can access root folder with R?W and can change permissions. Install build prop editor from the Play Store.
4. Run Build Prop Editor and edit ro.sf.lcd.density to 213. Then add new property: qemu.hw.mainkeys with value 0. Save and reboot.
Click to expand...
Click to collapse
CWM:
http://www.mediafire.com/?cx3rx295mwwx99i
nanomet said:
for those who want a CWM doing MOST steps in the OP, you can use my file as following, a backup before flashing is always recommended, it works on my Note with Ultimate_LS7
BEFORE flashing you need:
CWM:
http://www.mediafire.com/?cx3rx295mwwx99i
Click to expand...
Click to collapse
Thanks friend! this. zip resume all the steps, include the most stock apps resizable? only flashes and ready? does not need anything more?
as said, you need to ensure 4steps BEFORE flashing, flash the file and all is ready
emmanueldmc said:
Thanks friend! this. zip resume all the steps, include the most stock apps resizable? only flashes and ready? does not need anything more?
Click to expand...
Click to collapse

Categories

Resources