[P999][ICS][App][Modded] ICS Browser - fixed rotation issues - T-Mobile LG G2x

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Modded ICS Browser
- fixed rotation issues and flickering -
I was terribly annoyed by the rotation issues and crashes of the default ICS Browser.
Turning the phone from landscape to portrait crashed or at least flickered the Browser.
Well.. not anymore!
I tried lots of things over the past few weeks, both in my ICS ROM and in the Browser itself but all of them failed - until today.
So here I present... a modded ICS Browser.apk with fixed rotations:
For users:
Download here: Browser-rotationfixed-tonyp-v2.zip
For odexed ROMs you need this version:
Download odexed version: Browser-rotationfixed-odexed-tonyp-v2.zip
It's a flashable zip, you can simply install it via CWM.
Or extract the Browser.apk and do it manually.
Note that this breaks Flash videos within the browser as that relies on hwa.​
For developers:
To build a browser with working rotation it should be enough to to use the following line for this particular app within the Manifest.
Code:
<application android:label="@string/application_name" android:icon="@mipmap/ic_launcher_browser" android:name="Browser" android:taskAffinity="android.task.browser" android:backupAgent=".BrowserBackupAgent" [B]android:hardwareAccelerated="false"[/B]>
Reference: http://developer.android.com/guide/topics/graphics/hardware-accel.html
I gladly share this with everyone, but would like to get at least mentioned at the Credits.
It's no allmighty ueber super hacker tweak - but I debugged it for quite some time to find the culprit.
Keep in mind that we lived with a broken browser for 8 month until I were able to find this solution!​
​

Working perfectly on HFS1.9, I can not explain to you how happy this makes me lol.
Thank you
Sent from my LG-P999 using xda premium

If I wasn't a big fan of 3rd party browser, I would be all over it.
is there a way to restore stock browser the way it was after data/system wiping for a new ROM?
Sent from my LG-P999

Worked on Paranoid v5 once I turned the 2D GPU rendering off. Thanks!
Sent from my LG-P999 using xda app-developers app

samlikely said:
Worked on Paranoid v5 once I turned the 2D GPU rendering off. Thanks!
Sent from my LG-P999 using xda app-developers app
Click to expand...
Click to collapse
Yeah that option is a terrible choice on our ics with broken 2D acceleration lol.
Sent from my LG-P990 using xda app-developers app

Thanks this is working on the latest eb from for me
Sent from my LG-P999

Not working on domination...."unfortunately browser has stopped" after applying patch through CWM....
Can anyone please help?....
I really like to remove the flickering issue.
Sent from my LG-P999 using Tapatalk 2

n30wav3 said:
Not working on domination...."unfortunately browser has stopped" after applying patch through CWM....
Can anyone please help?....
I really like to remove the flickering issue.
Sent from my LG-P999 using Tapatalk 2
Click to expand...
Click to collapse
Try a clean install and flash this right after that. Make sure you fix permissions after flashing this and that should work
Sent from my LG-P999

I got it working on domination. What I did was solid explorer (or a root browser of your choice) after flashing the zip and went into system app and change the browser permissions to rw-r-r because I saw that they were different from the other system apps then I rebooted. I then went back into system app and installed the apk right there just select the browser apk like you were side loading it and enjoy flicker free browsing
Sent from my LG-P999 using Tapatalk 2

Thanks!!

[email protected] said:
I got it working on domination. What I did was solid explorer (or a root browser of your choice) after flashing the zip and went into system app and change the browser permissions to rw-r-r because I saw that they were different from the other system apps then I rebooted. I then went back into system app and installed the apk right there just select the browser apk like you were side loading it and enjoy flicker free browsing
Sent from my LG-P999 using Tapatalk 2
Click to expand...
Click to collapse
Sorry I am posting on this thread too since its mod specific ... your trick really works nicely but now flash doesn't seem to be working. Any suggestions?
Thanks
Edit: OK I restarted and now again its showing the same browser has stopped error....
Sent from my LG-P999 using Tapatalk 2

n30wav3 said:
Sorry I am posting on this thread too since its mod specific ... your trick really works nicely but now flash doesn't seem to be working. Any suggestions?
Thanks
Edit: OK I restarted and now again its showing the same browser has stopped error....
Sent from my LG-P999 using Tapatalk 2
Click to expand...
Click to collapse
Yea I got that error also I extracted the zip and reinstalled the apk that seemed to fix it but the flash issue is still there. I'll try to decompile the tonys apk and the normal apk to compare them and see what changes were made and see if I can find out why flash breaks but I'll do it tomorrow if I have the time. Right now I can only recommend that you use a 3rd party browser or restore a nandroid or titanium backup or something like that to get back the stock browser
Sent from my LG-P999 using Tapatalk 2

[email protected] said:
Yea I got that error also I extracted the zip and reinstalled the apk that seemed to fix it but the flash issue is still there. I'll try to decompile the tonys apk and the normal apk to compare them and see what changes were made and see if I can find out why flash breaks but I'll do it tomorrow if I have the time. Right now I can only recommend that you use a 3rd party browser or restore a nandroid or titanium backup or something like that to get back the stock browser
Sent from my LG-P999 using Tapatalk 2
Click to expand...
Click to collapse
OK I have managed to completely replace the original browser with this one so now no errors after restart. And I should mention its working beautifully stable
Just need to get flash working somehow.... will be waiting for your response tomorrow
Thanks
Edit: I was just wondering is the flash problem only rom specific or if any of you guys using other roms have their flash broken too?
Sent from my LG-P999 using Tapatalk 2

n30wav3 said:
OK I have managed to completely replace the original browser with this one so now no errors after restart. And I should mention its working beautifully stable
Just need to get flash working somehow.... will be waiting for your response tomorrow
Thanks
Edit: I was just wondering is the flash problem only rom specific or if any of you guys using other roms have their flash broken too?
Sent from my LG-P999 using Tapatalk 2
Click to expand...
Click to collapse
must be your rom mines work. im runnin eb ics

I just created a second flashable zip which does set the permissions correctly this time.
The updater-script had set -rwxr-xr-x instead of -rw-r--r--, sorry for that.
If it's working for you there's no real need to reflash v2 on top.
Someone here posted that correcting the permissions made it work for him.
I don't really know if permissions do matter here - I never set any permissions to the files I push to /system/app and never had any problems due to that.
Link is in the OP.
FYI: v1 has been downloaded 230 times.
Thanks to the 2 donators!
As always: If you include your nick in the custom Paypal message (or send me a PM) I will add it into my "thanks" list at the PA ROM thread (even if you're not using that, I can't handle multiple lists ).

Amazing. Works great on EB AOSP 4.0.4. Thanks
Sent from my LG-P999 using Tapatalk 2

tonyp said:
I just created a second flashable zip which does set the permissions correctly this time.
The updater-script had set -rwxr-xr-x instead of -rw-r--r--, sorry for that.
If it's working for you there's no real need to reflash v2 on top.
Someone here posted that correcting the permissions made it work for him.
I don't really know if permissions do matter here - I never set any permissions to the files I push to /system/app and never had any problems due to that.
Link is in the OP.
FYI: v1 has been downloaded 230 times.
Thanks to the 2 donators!
As always: If you include your nick in the custom Paypal message (or send me a PM) I will add it into my "thanks" list at the PA ROM thread (even if you're not using that, I can't handle multiple lists ).
Click to expand...
Click to collapse
OK I installed v2 after full wipe then rom flash and applied fix permission from CWM before reboot . I can report flash is not working on both Genesis Stable and Domination build 80... please help
Sent from my LG-P999 using Tapatalk 2

Oh.. NickHu just pointed out to me that owain has odexed his newest build. Then simply replacing the Browser.apk won't work of course.
There's an odexed version in the OP for odexed ROMs now as well (like owains Domination). :good:

tonyp said:
Oh.. NickHu just pointed out to me that owain has odexed his newest build. Then simply replacing the Browser.apk won't work of course.
There's an odexed version in the OP for odexed ROMs now as well (like owains Domination). :good:
Click to expand...
Click to collapse
Thanks tony you work fast I'll test and see if flash craps out on domination
Edit: flash still craps out on domination with odex apk
Sent from my LG-P999 using Tapatalk 2

[email protected] said:
Thanks tony you work fast I'll test and see if flash craps out on domination
Edit: flash still craps out on domination with odex apk
Sent from my LG-P999 using Tapatalk 2
Click to expand...
Click to collapse
Hm that's odd...
Please try to delete Browser.apk and odex from /system/app and push the files in there.

Related

[ROM][4.0.4] ~StockyEd 404~ [Edison-GSM][Stock ATT ICS](13 OCT 2012)

>>>StockyEd 404<<<
This is pure unadulterated official stock bloated and blurred ICS goodness. If Moto and AT&T had an Ice Cream Sandwich flavored stepchild named Edison that they would like to forget about, this would probably be it...
This is mainly for those on ICS Leak#1 to enjoy the full robustness of the stock final ICS ota, without having to compromise your ability to downgrade to GB. But, anyone with an A2 on any ICS can install this if you just want to restore or experience all of the stock bloatware that att and moto are so generous with.
---INSTALLING THIS ROM WILL NOT AFFECT YOUR BOOTLOADER OR ABILITY TO FXZ BACK TO GB---
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Features:
-Stock Odexed Blur_Version.67.21.125.MB865.ATT.en.US
-ALL preinstalled "Moto, At&t, and friends" bloat apps included (yay! )
-ALL data and system apps updated to latest versions (well, as of Oct 12th anyway)
-Rooted with updated Superuser and binary
-Busybox v1.20.2 installed
Download/Install:
-You must currently be on ICS to install this
-Download StockyEd404_ATT_v1.1_signed.zip
-Mirrored: HERE
md5: 447EB15917616FAC392D3241426C4DDE
Size: 326,289 KB
-Put the zip on your sdcard
-Boot into custom recovery (only tested with A2 Bootstrap from ICS, and CM10's custom recovery from CM10)
-Wipe Data/Factory reset (the updater-script will wipe dalvik-cache during install)
-Install zip from sdcard
-Reboot
Notes:
-The updater-script will wipe dalvik-cache and the /preinstall/recovery folder (to clear out bootstrap remnants)
-The first boot will take a few minutes, so you can think and rethink possible while you are waiting patiently
-No system files have been edited, and all apk/jar system signatures are originals
-There is no bootstrap/safestrap/bootmenu or custom recovery included in this rom
-This might just be clean and stocky enough to allow the install of any future at&t ota updates
Credits:
Fall of Enosis - thanks for the leak#2 system dump from which I pulled almost all of the files
Changelog:
Code:
2012.10.13 - v1.0
#Initial release - [URL="http://www.androidfilehost.com/?fid=9390135922294521999"]LINK[/URL]
2012.10.13 - v1.1
#added AT&T FamilyMap app
#updated to Busybox 1.20.2
~Reserved Parking~
i thought you'd be releasing ROMULUS in ICS
but this is GOOD
thank you :good:
I am seeing good things on the horizon!!
Sent from my MB865 using xda premium
Mirror please ..... can't download fully .... it stops in between
Edit: finally after 8 consistent hrs i got it .... it's good (i think pre-tweaked). responsive than Leak1
Thank you, one question using this ROM allows to fxz back when needed like leak1 (using jim's/your's) script method? Or No?
-Nambi
Sent from my MB865 using Tapatalk 2
sazhagianambi said:
Thank you, one question using this ROM allows to fxz back when needed like leak1 (using jim's/your's) script method? Or No?
-Nambi
Sent from my MB865 using Tapatalk 2
Click to expand...
Click to collapse
Yes you can fxz using the alteredjim script as long as you aren't coming from an official/leak2 base.
shardul.phatak said:
Mirror please ..... can't download fully .... it stops in between
Click to expand...
Click to collapse
Uploading to dropbox now for a mirror...
Did anyone successfully download it and check the md5 sum posted on the link?
sazhagianambi said:
Thank you, one question using this ROM allows to fxz back when needed like leak1 (using jim's/your's) script method? Or No?
-Nambi
Sent from my MB865 using Tapatalk 2
Click to expand...
Click to collapse
It depends on what you are on before flashing this ROM... if you were on Leak#1, then, yes. If you were on the official ota/soak test/leak#2, then, no.
This basically only changes your system partition - it does not change the bootloader. So, installing any of the ROMs in the dev section will not affect your ability to fxz in any way.
Sent from my phone's mind
alteredlikeness said:
Uploading to dropbox now for a mirror...
Did anyone successfully download it and check the md5 sum posted on the link?
It depends on what you are on before flashing this ROM... if you were on Leak#1, then, yes. If you were on the official ota/soak test/leak#2, then, no.
This basically only changes your system partition - it does not change the bootloader. So, installing any of the ROMs in the dev section will not affect your ability to fxz in any way.
Sent from my phone's mind
Click to expand...
Click to collapse
I download on the first link. Running it now, looking good so far
Sent from my MB865 using xda app-developers app
Just downloaded from second link. Md5 matches with first one.
I am on leak on rooted with boot menu manager let me apply and update back..
Edit: installed successfully. One question though, I haven't performed the data wipe before installing the zip, but ROM seems cleared up all installed apps including Burnaby. Now all I see is pretty much stock. (or may be not, as I see all of those apps listed under manage apps as com.(xyz) but those aren't showing up in app drawer and shortcuts also says as not installed )
Question is, do I have to do the factory reset to avoid oddity? Also is it safe to do factory reset in settings now as there is no custom recovery. Or it won't be big issue if I restore every thing using TB?
Thank you.
Sent from my MB865 using Tapatalk 2
sazhagianambi said:
Just downloaded from second link. Md5 matches with first one.
I am on leak on rooted with boot menu manager let me apply and update back..
Edit: installed successfully. One question though, I haven't performed the data wipe before installing the zip, but ROM seems cleared up all installed apps including Burnaby. Now all I see is pretty much stock. (or may be not, as I see all of those apps listed under manage apps as com.(xyz) but those aren't showing up in app drawer and shortcuts also says as not installed )
Question is, do I have to do the factory reset to avoid oddity? Also is it safe to do factory reset in settings now as there is no custom recovery. Or it won't be big issue if I restore every thing using TB?
Thank you.
Sent from my MB865 using Tapatalk 2
Click to expand...
Click to collapse
Yea, not wiping may have caused the oddites.. but if you do a factory reset, you will loose all of the apps in the /data/app folder (I think they can all be found on the play store anyway) - but it shouldn't hurt anything...
I would suggest to just reinstall with BootMenu again, but wipe data first.. You will loose a lot of apps and data, but you can make backups of all your apps with something like Titanium Backup, and just restore the ones you want. You will also loose BootMenu Manager..
Updated to v1.1 - had to add that missing bloatware app..
I only added AT&T FamilyMap and updated Busybox - no need to re-install if on the first release (not sure why you would want that app anyway.. it's more for my own meticulousness).
But, if you really want to you can do that stuff yourself on the Play Store here and here.
alteredlikeness said:
Updated to v1.1 - had to add that missing bloatware app..
I only added AT&T FamilyMap and updated Busybox - no need to re-install if on the first release (not sure why you would want that app anyway.. it's more for my own meticulousness).
But, if you really want to you can do that stuff yourself on the Play Store here and here.
Click to expand...
Click to collapse
Noticed in tb as that app missing, but didn't bother to restore though. ....couldn't believe you fixed that also now
Sent from my MB865 using Tapatalk 2
Hey man nice job i been wanting to do this but i have been blastin 60+ hrs a week all summer at work and have had no time....
I would like to say DONT install odex drop down toggles and 1% for ics.... (ya i know it would never work its for leak 1 but i couldnt stop myself from tryin) wouldnt boot after... im gonna mess with them and ill pm you if i figure it out
---daavvis---
daavvis said:
Hey man nice job i been wanting to do this but i have been blastin 60+ hrs a week all summer at work and have had no time....
I would like to say DONT install odex drop down toggles and 1% for ics.... (ya i know it would never work its for leak 1 but i couldnt stop myself from tryin) wouldnt boot after... im gonna mess with them and ill pm you if i figure it out
---daavvis---
Click to expand...
Click to collapse
Hey it's already been figured out look here
http://forum.xda-developers.com/showthread.php?p=32532817
I'm using them on my leak2.however they are for deodexed only.if you wanna work on something just reodex them and flash would be a lot easier i guess.
Sent from my Atrix2 Stock ICS Leak#2 Rooted,Deodexed,With Google Now...
ha, wish you would have posted this 12 hours ago....for me 1% battery mods worked fine on leak 1, and with out much thinking I applied same in this and happened to stuck up in AT&T screen. Luckily had a nandroid backup before I applied battery mod which saved me in end. Later realized from other thread as odex mods for leak 2 may need some work..
Sent from my MB865 using Tapatalk 2
Right.. I need to update that battery mod OP.. but, I'm pretty sure it already says "For Leak#1 only" - need to make it more clear that it's for leak#1 system apks and those specific signatures.
If anyone wants to odex the ones for final ics, that'd be great.. otherwise, I'll get around to it.
I think mod OP is correct and clear and I was also aware as it was for leak 1. It's just my ignorance that applied it on leak 2. It would be nice if you have something for this(just a request, I understand there is a tutorial also there to mess around)
Sent from my MB865 using Tapatalk 2
sazhagianambi said:
I think mod OP is correct and clear and I was also aware as it was for leak 1. It's just my ignorance that applied it on leak 2. It would be nice if you have something for this(just a request, I understand there is a tutorial also there to mess around)
Sent from my MB865 using Tapatalk 2
Click to expand...
Click to collapse
Read my previous post 90% of work had already been done by altered you just have to reodex it.try it you might learn something.(i sure did).if interested the link in my previous post on this very page
Sent from my Atrix2 Stock ICS Leak#2 Rooted,Deodexed,With Google Now...
Should put in drop down toggles and 1% battery mod
Sent from my MB865 using xda premium

Note II Gallery JB Touchwiz

Update: Links at the bottom of the OP to avoid confusions.
Not my work, just got jealous of my friends Note II... So, I Did a quick search through "themes and apps" for this gallery to no avail, so i turned to my best friend google. I only tried this on the stock UCLK4 odexed rom. Don't know about any other roms and I'm loving this rom to much to try it. xD
Take the lib from here, it should be 969.24k. (root explorer)
http://forum.xda-developers.com/showthread.php?t=1876207
Take the apk from here, it should be 12.63mb.
http://forum.xda-developers.com/showthread.php?t=2006951
(Yes two threads, because I dont have permission to use/mirror the files (much to lazy to ask ( I'd rather go through more threads)))
Both files are in different flashable zips.
1. Extract them and get the lib and apk I mentioned above.
2. Use your favorite explorer (mine's root explorer) and rename secGallery2.apk to secGallery.old.
3.Do the same with the odex file of the same name. (You can delete these if the gallery is working, juat dont expect anyone to send you a file to revert)
4. Install using your explorer and change permissions on both lib and apk to rw-r-r.
5.reboot and hope it works.
My reasons for using two different files is because both didnt work (clicking on a picture resulted in FC) and I juat happen to notice all the files within are different sizes from the other. So, I experimented a bit and got it working. So far the only thing I tried doing was setting a wallpaper. It worked fine.
If anyone has a better or more efficient/convenient way, please feel free to let everyone know.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I took the liberty of mirroring the two files needed and I am in the process of getting permissions from the devs. I'll take down the links if I get a negative answer. Please express your thanks to P_toti and xator91 in the threads above.
Libs:
http://db.tt/KA0vgn0A
Apk:
http://db.tt/7Bi07e4C
Sent from my SAMSUNG-SGH-I727
Great find, Will try this later
Working on it for CM10 (12/11). Will report back. Thanks for this! Looks awesome.
EDIT: Can't get it to work just using the instructions from the OP. I'll keep tinkering with it though.
Sent from my SAMSUNG-SGH-I727 using xda premium
What do you do with the lib files now? So this is what I did, causing gallery to force close every time. I renamed the OLD gallery to ".old" and moved the new one in and set permissions. Because I couldn't figure out what to do with the lib files, I just went up one level and clicked the "lib" folder and paste it in there with the rest of the ".so" files. Then I set the permissions and reboot. What did I miss?
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
kchen96 said:
What do you do with the lib files now? So this is what I did, causing gallery to force close every time. I renamed the OLD gallery to ".old" and moved the new one in and set permissions. Because I couldn't figure out what to do with the lib files, I just went up one level and clicked the "lib" folder and paste it in there with the rest of the ".so" files. Then I set the permissions and reboot. What did I miss?
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Click to expand...
Click to collapse
Did you also change the odex file to "SecGallery2.odex.old"?
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Fortune090 said:
Working on it for CM10 (12/11). Will report back. Thanks for this! Looks awesome.
EDIT: Can't get it to work just using the instructions from the OP. I'll keep tinkering with it though.
Sent from my SAMSUNG-SGH-I727 using xda premium
Click to expand...
Click to collapse
It might be one of those touchwiz things where it requires touchwiz/tw launcher. It'll be great if it wasn't. Let me know if it works.
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Jhong209 said:
Did you also change the odex file to "SecGallery2.odex.old"?
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Click to expand...
Click to collapse
Figured it out. You installed it instead of just moving the files into system lol. And then after installing you just move the lib files into the empty" lib" folder. Good job. Works great
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
kchen96 said:
Figured it out. You installed it instead of just moving the files into system lol. And then after installing you just move the lib files into the empty" lib" folder. Good job. Works great
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Click to expand...
Click to collapse
You can likely get the same result by just copying the files to the right place, setting the permissions correctly, then rebooting.
I've moved everything to the right places and set permissions, but the apk won't install... I'm running pacman. Thanks in advance
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
raynan said:
I've moved everything to the right places and set permissions, but the apk won't install... I'm running pacman. Thanks in advance
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Click to expand...
Click to collapse
If you have it in the right place, with permissions set, reboot.
It might work.
Keep in mind this is based on a Stock ROM, so may not work for non-stock ROMs.
liquidzoo said:
If you have it in the right place, with permissions set, reboot.
It might work.
Keep in mind this is based on a Stock ROM, so may not work for non-stock ROMs.
Click to expand...
Click to collapse
I have tried a couple reboots and fix permissions through CWM and still no luck. I also tried messing around with other stuff like other possible app conflicts with no luck. Just wondering if there were any other suggestions...I'll keep messing with it and will post any positive results. Thanks
raynan said:
I have tried a couple reboots and fix permissions through CWM and still no luck. I also tried messing around with other stuff like other possible app conflicts with no luck. Just wondering if there were any other suggestions...I'll keep messing with it and will post any positive results. Thanks
Click to expand...
Click to collapse
If you don't mind using a different rom, its working on Mohan's UCLK4 Stock JB rom. Works on both odexed and deodexed versions.
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Jhong209 said:
If you don't mind using a different rom, its working on Mohan's UCLK4 Stock JB rom. Works on both odexed and deodexed versions.
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Click to expand...
Click to collapse
Wish there was a clear way of doing this, the sizes of the apk and lib files don't match what you call for in the op, I appreciate your post but cant understand how to do this properly. Thanks
tkjeeper said:
Wish there was a clear way of doing this, the sizes of the apk and lib files don't match what you call for in the op, I appreciate your post but cant understand how to do this properly. Thanks
Click to expand...
Click to collapse
Sorry about that. Take the lib from the flashable zip in the first link and and the apk from the 2nd link. I hope that clarifies it a bit.
Edit: Updated the OP with download links at the bottom of the screenshots.
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Where does the .so file go path?
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
c45h2012 said:
Where does the .so file go path?
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Click to expand...
Click to collapse
System> lib
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Got it thanks
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Thanks, but I think I'll bite the bullet with my rom and hope i can figure it out.
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Nice..
Judt tried it, and its working perfect. No fc's at all. I'm using UCLK4 stock Rom.
If you wanna know what I did, just let me know.
Sent from my SAMSUNG-SGH-I727 using xda premium

[ROM][UCLK4] SUPERLITE UNOFFICIAL SAMSUNG JB >194mb< ROOTED INSECURE,INIT.D DEC 13

[ROM][UCLK4] SUPERLITE UNOFFICIAL SAMSUNG JB >194mb< ROOTED INSECURE,INIT.D DEC 13
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
422 MB - ORIGINAL UNOFFICIAL SAMSUNG JB 4.1.2 LEAK ROM DE-ODEXED
194 MB - SUPERLITE ROM
Thanks to mohan_kr and "anonymous" for the the samsung jb leak.
You can also read the original rom thread HERE for more info.
What i did was strip it down as much as i could from 422mb to 194mb for the de-odexed rom.
Yes less than half of the oringinal so its still boots and that all the main hardware functions of the phone still work.
Why make it smaller: faster backups/restores, faster boot, less background processes, no bloatware - add what you want, its lean and mean.
The stuff i left in is what i need out of my rom, anything else i get from the market or from tibu backups.
This is not my DD, i just did it for fun, but you never know, touchwiz might grow on me as i did get this sucker down to a reasonable size.
This is for any users how want to try a leaner touchwiz based jb rom
No support will be given for this rom, but alot of info can be found on mohan_kr's thread HERE
If you need something i took out you should extract it from the oringinal samsung leak if you know how to, you can post how you did it.
I might upload the individual parts in a zip file for the de-odexed rom depending on the requests.
STUFF I TOOK OUT, BUT NOT INCLUSIVE:
EDIT: LOOKS LIKE I'LL BE DOING THE BYO = BUILD YOUR OWN SECTION - THEY ARE FLASHABLE ZIPS - JUST CLICK ON THE ITEM YOU WANT TO REINSTALL.
ALARM CLOCK - NEEDS THE ALARM SOUNDS BELOW
ALARM SOUNDS
CALENDAR - DIDNT TEST THE SYNC FUNCTION
EMAIL
EXCHANGE - NEEDS THE EMAIL ABOVE - NOT TESTED
STOCK BROWSER its called ATT_SKYFIRE
ATT VVM
initial setup wizard
almost anything samsung related
almost anything att related
most sounds
wallpapers
bloatware
language support for tts other than english
language support: english is intact, others i dont know
vpn?
fonts
MORE STUFF BUT CANT REMEMBER.
SCREEN OF APP DRAWER FOR THE ROOTED DE-ODEXED ROM ON FIRST BOOT.
DAMN MOBILE HOTSPOT -CANT GET RID OF IT - READ THIS AS TOO WHY
INSTALL INSTRUCTIONS
IM USING TWRP 2.2.2.0
IF YOU WERE ALREADY USING UCLK4 RADIO, NO AMOUNT OF WIPING OF ANY KIND WILL WIPE THE RADIO, NO NEED TO FLASH THE RADIO AS IT DOESNT GET WIPED.
FOR RADIO COMBATIBILTY WITH THE SAMSUNG LEAK READ THE ORINGINAL THREAD HERE
IF COMING FROM ANOTHER ROM, FULL WIPE AND FLASH THE UCLK4 RADIO UNLESS YOU WERE ALREADY ON THE RADIO
IF COMING FROM THE LEAK, THEN FULL WIPE, NO NEED TO FLASH THE RADIO AS IT DOESNT GET WIPED
IF ON THE SUPERLITE SAMSUNG JB DE-ODEXED ROM THEN NO NEED TO FLASH THE ROOTED DE-ODEXED ROM UNLESS YOURE BORED, BUT IT IS SMALLER.
NOTE: WHEN FLASHING RADIO DO NOT HAVE USB CABLE ATTACHED TO THE PHONE.
RADIO IS IN THE DOWNLOAD SECTION
FOR ROOTED DE-ODEXED ROM
SAME AS BELOW
ONCE BOOTED UPDATE SUPERSU BINARIES
FOR DE-ODEXED ROM
To add the apps back you need to Root the phone, install a root file browser like esfile explorer, find the apk file from mohan_kr's de-odexed rom, and add it too the system folder or where ever the original file was located, then reboot, sometimes it works, sometimes it doesnt, it depends on the app and its dependancies.
I might upload the individual parts in a zip file for the de-odexed rom depending on the requests
FOR ODEXED ROM
To add the apps back you need to Root the phone, install a root file browser like esfile explorer, find the apk file and the coressponding odex file from mohan_kr's odexed rom , copy them to the system folder or where ever the original file was located, and possibly change the read write permissions for both apk and odex file then reboot, but it could be tricky as its a odexed rom, sometimes it works, sometimes it doesnt, it depends on the app and its dependancies.
users: r + w
groups: r
other: r
----------------------------------------------------------------------------
DOWNLOADS
dont think there will be any more updates, so enjoy
READ ABOUT THE INSECURE KERNEL HERE
SUPERLITE SAMSUNG JB LEAk >> 194mb << ROOTED AND DE-odexed - WITH THE INSECURE,INIT.D,ETC KERNEL- THERE IS NO RADIO IN THE ROOTED DE-odexed ROM - READ INSTALL INSTRUCTIONS ABOVE -on 1st boot update the supersu binaries
SUPERLITE SAMSUNG JB LEAk >> 204mb << DE-odexed - THERE IS NO RADIO IN THE DE-odexed ROM - READ INSTALL INSTRUCTIONS ABOVE -note: with titu uninstall the "att update", its actual name as an apk is "wssyncmldm.apk", its removed from the rooted de-odexed rom
SUPERLITE SAMSUNG JB LEAk >> 210mb << odexed
UCLK4 RADIO
READ MOHAN_KR'S THREAD FOR COMPATIBLE RADIOS
ROOT: SuperSU-0.93-Busybox-1.20.2.zip THE SU, BUSYBOX AND SUPERSU ALLIN ONE FILE - ONCE FLASHED AND BOOTED OPEN SUPERSU AND UPDATE BINARIES - NOT NEEDED FOR ROOTED DE-ODEXED ROM
----------------------------------------------------------------------------
Downloading. Oh and FIRST! (always wanted to do that)
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Crap, second. Will wait for the deodexed version. Thanks!!
Sent from my SAMSUNG-SGH-I727 using xda premium
Gonna test also woohoo
Sent from my SAMSUNG-SGH-I727 using xda premium
I knew you'd be right on this one vincom... LOL
You always rip out all the garbage so the rest of us can add ONLY the stuff we want. Thanks fer giving us a clean platform to build on. I've been using a TW JB ROM. Based on CM10 stable with the MrMadd TW add-on. I love the look & feel of it. Nice to have a native setup to play with. Thanks fer all your hard work!
Very Nice !!!!!!!!!!!!!!!! Thank you much
note: with titu uninstall the "att update", i missed it initially, likes to run in the background, easy todo so not worth reuploading, could of saved another 1mb
i added this tidbit to the op, its actual name as an apk is "wssyncmldm.apk"
vincom said:
note: with titu uninstall the "att update", i missed it initially, likes to run in the background, easy todo so not worth reuploading, could of saved another 1mb
i added this tidbit to the op, its actual name as an apk is "wssyncmldm.apk"
Click to expand...
Click to collapse
I would also like to know if you have an idea how to uninstall Mobile Hotspot.........I use root uninstaller to remove apps from my phone (just because i know how it operates and have gotten pretty quick with it) but do you have any idea what the name of the app would be. The ATT Update was called "ATT Update" in root uninstaller, but I cant find anything that comes close to Mobile Hotspot in the list any where...
EDIT:: I forgot to tell you how well this rom is running......thank you for your work
Nice work running really smooth any chance to get an extended power menu
Sent from my SAMSUNG-SGH-I727 using xda premium
malebornin69 said:
I would also like to know if you have an idea how to uninstall Mobile Hotspot.........I use root uninstaller to remove apps from my phone (just because i know how it operates and have gotten pretty quick with it) but do you have any idea what the name of the app would be. The ATT Update was called "ATT Update" in root uninstaller, but I cant find anything that comes close to Mobile Hotspot in the list any where...
Click to expand...
Click to collapse
when i was trying to remove it i found this on the web, quote "Its built into the framework. Its not a single app. In other words, real ***** to remove", so i gave up on it
Nice work running really smooth any chance to get an extended power menu
Click to expand...
Click to collapse
do you mean when you hit the power button,then no, im not a touchwiz pro
Awesome!! Nice and smooth! One question. Where is the browser located in the original rom from Mohan?? Thanks again!
Sent from my SGH-I727 using xda app-developers app
vincom said:
when i was trying to remove it i found this on the web, quote "Its built into the framework. Its not a single app. In other words, real ***** to remove", so i gave up on it
Well hell...I guess it is just something we will have to live with for a while ......Thank you
---------- Post added at 01:24 PM ---------- Previous post was at 01:20 PM ----------
EQ2192012 said:
Awesome!! Nice and smooth! One question. Where is the browser located in the original rom from Mohan?? Thanks again!
Sent from my SGH-I727 using xda app-developers app
Click to expand...
Click to collapse
Read the OP please ...... but to answer your question it is located in the original rom from Mohan....lol... you can extract it or maybe get it from the "market" ...but im not sure if its there.
Click to expand...
Click to collapse
malebornin69 said:
vincom said:
when i was trying to remove it i found this on the web, quote "Its built into the framework. Its not a single app. In other words, real ***** to remove", so i gave up on it
Well hell...I guess it is just something we will have to live with for a while ......Thank you
---------- Post added at 01:24 PM ---------- Previous post was at 01:20 PM ----------
Read the OP please ...... but to answer your question it is located in the original rom from Mohan....lol... you can extract it or maybe get it from the "market" ...but im not sure if its there.
Click to expand...
Click to collapse
I did read Op. I did look through the original release, but can't seem to find it in the original release. Lol, I probably looked right at it..lol..a few times.
Sent from my SGH-I727 using xda app-developers app
Click to expand...
Click to collapse
EQ2192012 said:
malebornin69 said:
I did read Op. I did look through the original release, but can't seem to find it in the original release. Lol, I probably looked right at it..lol..a few times.
Sent from my SGH-I727 using xda app-developers app
Click to expand...
Click to collapse
didnt use the included browser, is it any better than the ones out there?
the original is in the app folder "SecBrowser_ATT_SKYFIRE.apk", i'm pretty sure thats the one, like i said, never used it and seen the "att" in the file name so out it went, all u have todo is get one from the market. like chrome or firefox
Click to expand...
Click to collapse
vincom said:
EQ2192012 said:
didnt use the included browser, is it any better than the ones out there?
Click to expand...
Click to collapse
You're right! Gave up looking and downloaded Google Chrome. Gonna try a few others as well. Thanks!
Sent from my SGH-I727 using xda app-developers app
Click to expand...
Click to collapse
Chrome
I have been using chrome on my desktop forever and now it is an app for our phones .......I love it for one simple reason......I use the same account for Chrome on my PC and when I installed it on my phone I used the same login and every single bookmark I have on my computer is now on my phone.......in a nice neat folder......
Vin,
Just out of curiosity, why is this ROM so much bigger than your 4.1.2 lite ROM? Been using that and its awesome, btw.
Thank you,
KB
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
kabell4 said:
Vin,
Just out of curiosity, why is this ROM so much bigger than your 4.1.2 lite ROM? Been using that and its awesome, btw.
Thank you,
KB
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Click to expand...
Click to collapse
Bro this thing is less than half the size of original. His other rom is based on cm 10 which is only about 150mb to start with
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Everyone should remember this is still just a LEAK even if it is a leak from the source......We will probably see quite a few more in the near future. This leak has a few bugs and it will take some time to get them sorted out and make the rom smaller and with more customization.
This may be a stupid noon question, but I've also been on it superlite rom since version 7 release...
.. But I'm not really knowledgeable about what the difference between cm10 and other roms.. Only that I love ur rom. I actually installed this one today and nan restored literally 10 minutes later.. lol
Anyway my question is, is it possible to do a new and better version of the superlite rom now with this leak, or does it not work that way? After enjoying cm10 themes and customization, I don't think I could ever go back..
Sent from my SAMSUNG-SGH-I727 using xda premium

[ROM][UCLL3] SUPERLITE SAMSUNG JB 4.1.2 > 202mb < ROOTED INSECURE,INIT.D byo DEC 26

[ROM][UCLL3] SUPERLITE SAMSUNG JB 4.1.2 > 202mb < ROOTED INSECURE,INIT.D byo DEC 26
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
​
NEW: ENABLE CUSTOM BOOT ANIMATIONS: IN DOWNLOADS SECTION
435 MB > UCLL3 ORIGINAL UNOFFICIAL SAMSUNG JB 4.1.2 LEAK ROM DE-ODEXED
202 MB > SUPERLITE ROM - DE-ODEXED - ROOTED - BAKED IN MOHAN_KR'S INSECURE KERNEL - REMOVED ATT FUGLY BOOT SCREEN
Thanks to mohan_kr and "anonymous" for the the 2nd leak of the stock samsung JB 4.1.2 rom.
You can read the original full rom thread HERE for more info.
What i did was strip it down as much as i could from 435mb to 202mb for the de-odexed rom.
Yes less than half of the oringinal so its still boots and that all the main hardware functions of the phone still work.
Why make it smaller: faster backups/restores, faster boot, less background processes, no bloatware - add what you want, its lean and mean.
The stuff i left in is what i need out of my rom, anything else i get from the market or from tibu backups.
This is not my DD, i just did it for fun, but you never know, touchwiz might grow on me as i did get this sucker down to a reasonable size.
This is for any users how want to try a leaner touchwiz based jb rom
No support will be given for this rom, but alot of info can be found on mohan_kr's thread HERE
If you need something i took out you should extract it from the oringinal samsung leak if you know how to, you can post how you did it.
I might upload the individual parts in a zip file for the de-odexed rom depending on the requests.
STUFF I TOOK OUT, BUT NOT INCLUSIVE:
EDIT: LOOKS LIKE I'LL BE DOING THE BYO = BUILD YOUR OWN SECTION - THEY ARE FLASHABLE ZIPS - JUST CLICK ON THE ITEM YOU WANT TO REINSTALL, FLASH IT IN RECOVERY THEN REBOOT, NO WIPING NEEDED.
ALARM CLOCK
CALENDAR NEW - SYNC FUNCTION TESTED WORKING
EMAIL
EXCHANGE - NEEDS THE EMAIL ABOVE - NOT TESTED
STOCK BROWSER its called ATT_SKYFIRE
ATT VVM
MY FILES APP
WALLPAPERS
WEATHER
YAHOO NEWS AND STOCKS
GOOGLE MUSIC PLAYER(AKA GOOGLE PLAY)
SAMSUNG MUSIC PLAYER
GOOGLE TALK
initial setup wizard
google search/now - to get it install from play
almost anything samsung related
almost anything att related
most sounds - alarm sounds were not touched
bloatware
language support for tts other than english
language support: english is intact, others i dont know
vpn?
fonts
MORE STUFF BUT CANT REMEMBER.
SCREEN OF APP DRAWER FOR THE ROOTED DE-ODEXED ROM ON FIRST BOOT.
DAMN MOBILE HOTSPOT -CANT GET RID OF IT - READ THIS AS TOO WHY.
2ND PIC IS BAT LIFE MOSTLY ON STANDBY W/THE NEW UCLL3 RADIO.
INSTALL INSTRUCTIONS
DISCLAIMER: I AM NOT RESPONSIBLE FOR YOUR DEVICES, BUT SH*T HAPPENS!
MAKE A BACKUP OF YOUR ROM
USE THE LATEST TWRP OR SK8'S CWM TO FLASH, LINKS IN MY 1STOP STICKY WHICH IS IN MY SIG.
IF NOT USING THOSE DO NOT BOTHER TO POST PROBLEMS W/FLASHING.
THIS IS A LEAK, THERE COULD BE BUGS, READ MOHAN'S THREAD IF THERE ARE ANY, BUT SO FAR RUNNING GREAT.
IM USING TWRP 2.3.3.0 - RECOMMENDED AND PREFERRED
FULL WIPE/FORMAT X2 > DATA - SYSTEM - CACHE PARTITION - DALVIK CACHE
IF NOT ON IT - FLASH UCLL3 RADIO - DO NOT HAVE USB CABLE ATTACHED TO THE PHONE AND FLASH 2X.
FLASH ROM - THEN REBOOT - i never ran "fix permissions" and never had a problem, but you can if you desire so.
BOOTANI MIGHT LOOK LIKE A BOOTLOOP - ITS NOT - ITS BETTER THAN THE FUGLY ATT BOOT
LET IT SETTLE
ON FIRST BOOT OPEN SUPERSU AND UPDATE BINARIES
PICK YOUR RINGTONE OR ELSE IT WILL BE SET TO "SILENT"
INSTALL FROM PLAY "GOOGLE SEARCH/NOW" FOR THE SOFTKEY(HAPTIC) SEARCH BUTTON FUNCTION TO WORK
FOR RADIO COMBATIBILTY WITH THE SAMSUNG LEAK READ THE UCLL3 RADIO THREAD HERE.
I HAD SPOTTY TO NO RECEPTION WITH THE ICS RADIOS, BUT YOU MIGHT GET BETTER RESULTS, SHOULD WORK FINE WITH PREVIOUS RADIO LEAK UCLK4
DOWNLOADS
dont think there will be any more updates until next leak, so enjoy
[UCLL3] SUPERLITE SAMSUNG JB 4.1.2LEAk > 202mb < DE-ODEXED ROOTED INSECURE,INIT.D
BAKED IN MOHAN_KR'S INSECURE KERNEL - REMOVED ATT FUGLY BOOT SCREEN
THERE IS NO RADIO - READ INSTALL INSTRUCTIONS ABOVE -on 1st boot update the supersu binaries
UCLL3 RADIO
UCLL3 4WAY RESTART POWER MOD ... BY GS2USR - CONFIRMED WORKING
READ ABOUT MOHAN_KR'S INSECURE KERNEL HERE
HOWTO ADD A CUSTOM BOOT ANIMATION TO UCLL3: MOVED TO HERE
------------------------------------------------------------------------
First! Awesome man! Will give it a shot
Sent from my Xoom using Tapatalk 2
Awesome! Thanks vincom, totally trying this out
Sent from my Nexus 7 using xda app-developers app
I have one request...if possible.....It would be nice to have the stock "My Files" app....... Love your work man!!!!
malebornin69 said:
I have one request...if possible.....It would be nice to have the stock "My Files" app....... Love your work man!!!!
Click to expand...
Click to collapse
my files app
i also addeed it to the op
vincom said:
my files app
i also addeed it to the op
Click to expand...
Click to collapse
Thank You Sir....
The click here to find out why hotspot can't be removed takes me back to the op of older leak, on mobile xda anyway. I read that someone edited the res and his the hotspot you have any ideas?
Vin,
If I flash the new radio to your last unofficial ROM, can I flash this one over it without wiping the data?
Thanks!
Edit: Radio flash went well, but flashing the new ROM over the old didn't work. It just went to the new ROM.
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
kabell4 said:
Vin,
If I flash the new radio to your last unofficial ROM, can I flash this one over it without wiping the data?
Thanks!
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Click to expand...
Click to collapse
i would try it and see how it works, should be ok, do a backup first, i only tested it with a full wipe though.
The click here to find out why hotspot can't be removed takes me back to the op of older leak, on mobile xda anyway. I read that someone edited the res and his the hotspot you have any ideas?
Click to expand...
Click to collapse
because its still the same issue, i put that info in there just to let users know why hotspot is still in the appdrawer, its not because i want to leave in, i just cant get rid of it and that link explains why
Hey vincom.... love the work two thing help with I know your not doing full support but for some reasob the weather lock screen FCs anf also the stock browser ive fixed permission wipe data and cache same issue any help on these
Sent from my SAMSUNG-SGH-I727 using xda premium
crashpsycho said:
Hey vincom.... love the work two thing help with I know your not doing full support but for some reasob the weather lock screen FCs anf also the stock browser ive fixed permission wipe data and cache same issue any help on these
Sent from my SAMSUNG-SGH-I727 using xda premium
Click to expand...
Click to collapse
there is no weather lock screen included, did you install separately.
as for the att stock browser - i just tested it by flashing the zip from op, no wiping or fixing perms, then rebooted, i opened it then automatically signed me in to my gmail account and loaded the home page att.yahoo.com, no fc's for me, it might need an account for it to work but im not too sure as i dont use the stock browser
Still checking.. But I d/ld the email addon and it is actually a desk clock app.
:-\
Nvm... I screwed up something.
Sent from my SAMSUNG-SGH-I727 using xda premium
vincom said:
there is no weather lock screen included, did you install separately.
as for the att stock browser - i just tested it by flashing the zip from op, no wiping or fixing perms, then rebooted, i opened it then automatically signed me in to my gmail account and loaded the home page att.yahoo.com, no fc's for me, it might need an account for it to work but im not too sure as i dont use the stock browser
Click to expand...
Click to collapse
The weather option is in th setting lock screen... ill try the web browser again and see wht happens thanks for looking into it
Sent from my SAMSUNG-SGH-I727 using xda premium
crashpsycho said:
The weather option is in th setting lock screen... ill try the web browser again and see wht happens thanks for looking into it
Sent from my SAMSUNG-SGH-I727 using xda premium
Click to expand...
Click to collapse
i removed weather stuff, when i set the lockscreen to show weather in settings i get no fc's, when im on the lockscreen i get "unable to show weather" since there is no weather app installed, but no fc's. i'll see which weather app is needed for that too function, but no promises
make sure you have an account setup first as browser and weather widgets expects an account be already setup, or you had a bad flash
EDIT: im uploading the weather stuff up now, tested working, but still doesnt explain your fc's
I get system UI close when long pressing home button.
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
vincom said:
i removed weather stuff, when i set the lockscreen to show weather in settings i get no fc's, when im on the lockscreen i get "unable to show weather" since there is no weather app installed, but no fc's. i'll see which weather app is needed for that too function, but no promises
make sure you have an account setup first as browser and weather widgets expects an account be already setup, or you had a bad flash
EDIT: im uploading the weather stuff up now, tested working, but still doesnt explain your fc's
Click to expand...
Click to collapse
Okay thanks vincom you da man
Sent from my SAMSUNG-SGH-I727 using xda premium
Smittiegee19 said:
I get system UI close when long pressing home button.
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Click to expand...
Click to collapse
not for me, i get recents apps listed, for users posting probs, state which recovery you are using which could be an issue, as stated in op im on twrp 2.3.3.0 coming from a full wipe
EDIT: the weather stuff is uploaded, tested working, its in the op also
Smittiegee19 said:
I get system UI close when long pressing home button.
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Click to expand...
Click to collapse
Same here mine works fine
Edit : flash files worked awesome vincom thanks web browser won't work but that's not a big issue I can use chrome or dolphin
Sent from my SAMSUNG-SGH-I727 using xda premium
crashpsycho said:
Same here mine works fine
Edit : flash files worked awesome vincom thanks web browser won't work but that's not a big issue I can use chrome or dolphin
Sent from my SAMSUNG-SGH-I727 using xda premium
Click to expand...
Click to collapse
funny, i dont use it and it installed fine for me, which recovery did you use and did you check the md5
edit: i was linking the previous leak stock browser, thought they were the same size, they are not, uploading the ucll3 brwser, but i did flash the uclk4 browser with no issues
edit: my bad, they are exactly the same size but ill upload the ucll3 version anyways
edit: done
has anyone tried NFC on this rom?

[MOD] Jellybean Theme for CM 7.2

Give CM 7.2 a Jellybean facelift. Big thanks to xda's bhupatib http://forum.xda-developers.com/showthread.php?p=34925010#post34925010for hooking up the [APP] JBMakeOver Patcher for CM7 and the Ice10 theme. I'm running this on the 010113 CM 7.2 nightly, but YRMV and if you break it, I'm not liable. Wipe, Flash PROFIT. The Ice10.apk is a theme...select it with theme chooser. BIG WORD UP to devs past and present for keeping this awesome device alive. My screen shots are with 200 dpi, so, it won't look exactly the same.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Downloads:
Ice10 Theme - http://dl.dropbox.com/u/55693087/Evo%204G/Ice10.apk
JBMakeOverMods-patch.zip - http://dl.dropbox.com/u/55693087/Evo%204G/update-cwm-JBMakeOverMods-patch.zip
JBMakeOverMods-undo.zip - http://dl.dropbox.com/u/55693087/Evo%204G/update-cwm-JBMakeOverMods-undo.zip
Nice!! Mind if I include this in my next build?
Sent from my PC36100 using xda app-developers app
the.emilio said:
Nice!! Mind if I include this in my next build?
Sent from my PC36100 using xda app-developers app
Click to expand...
Click to collapse
No, not at all. Try it out and enjoy. I notice the 'p' in profiles is cut off in the power options menu...idk why though. So it's not perfect..but it's a start.
Wow this looks incredible! The only reason I kept going back to JB was cuz of the cosmetics, but this has JB beat. Thanks again! Can't wait to release my next build with this!! I will be sure to give thanks and link back
Sent from my PC36100 using xda app-developers app
the.emilio said:
Wow this looks incredible! The only reason I kept going back to JB was cuz of the cosmetics, but this has JB beat. Thanks again! Can't wait to release my next build with this!! I will be sure to give thanks and link back
Sent from my PC36100 using xda app-developers app
Click to expand...
Click to collapse
thanks man. but really, it was all bhupatib and his [APP] JBMakeOver Patcher for CM7 and the Ice10 theme. I just pulled some .apk's from a CM build and let the app do it's thing. It does look dope though.
@Bill_Dollar said:
thanks man. but really, it was all bhupatib and his [APP] JBMakeOver Patcher for CM7 and the Ice10 theme. I just pulled some .apk's from a CM build and let the app do it's thing. It does look dope though.
Click to expand...
Click to collapse
Link to the OP you got it from?
Sent from my PC36100 using xda app-developers app
Link to og op
http://forum.xda-developers.com/showthread.php?p=34925010#post34925010
@Bill_Dollar said:
http://forum.xda-developers.com/showthread.php?p=34925010#post34925010
Click to expand...
Click to collapse
So from what I see, you used the patcher on CM7.2 for our device and the files in the OP is the output from the patcher right?
Sent from my Nexus 7 using XDA Premium HD app
the.emilio said:
So from what I see, you used the patcher on CM7.2 for our device and the files in the OP is the output from the patcher right?
Sent from my Nexus 7 using XDA Premium HD app
Click to expand...
Click to collapse
Right, I pulled the .apks from system/app and system/framework and put them in their respective folder within the app and ran it as if it were the "official" build (selection 1 I think) it ran it through and output the .zips I included for download. The Ice10.apk is a theme that you can install and then select in the theme chooser.
@Bill_Dollar said:
Right, I pulled the .apks from system/app and system/framework and put them in their respective folder within the app and ran it as if it were the "official" build (selection 1 I think) it ran it through and output the .zips I included for download. The Ice10.apk is a theme that you can install and then select in the theme chooser.
Click to expand...
Click to collapse
Cool beans.
Sent from my Nexus 7 using XDA Premium HD app
Did you sign the apk as mentioned here http://forum.xda-developers.com/showpost.php?p=36570945&postcount=59
I am getting in a boot loop when integrating in to a ROM. If I flash after I set up it works, but I want to bake these in. If not then I can do it when I wake up.
Sent from my Nexus 7 using XDA Premium HD app
the.emilio said:
Did you sign the apk as mentioned here http://forum.xda-developers.com/showpost.php?p=36570945&postcount=59
I am getting in a boot loop when integrating in to a ROM. If I flash after I set up it works, but I want to bake these in. If not then I can do it when I wake up.
Sent from my Nexus 7 using XDA Premium HD app
Click to expand...
Click to collapse
I didn't, but it seems that you may have to to bake it in, I am running my own Kang'ed Rom that I just flash to at will...I back up, I flash and if it works I keep it...sorry I can't be of more help. On a related note, the MOD looks great at 200 dpi and you may want to consider changing that too. I have a fully functioning playstore and the 200 dpi. MONEY! ~Bill
This is exactly what I was looking for. I flashed this and ran into a boot loop issue. I'm using Kendall's JellyBread rom. I tried to do a fresh install of the rom and flashed the patcher right after and still got the boot loop. I'm no dev so I think I will relax until one of these talented individuals bake this mod into their roms. Big thanks for bringing this over to OG Evo!
Looks good bro! :good:
BonezMontana said:
This is exactly what I was looking for. I flashed this and ran into a boot loop issue. I'm using Kendall's JellyBread rom. I tried to do a fresh install of the rom and flashed the patcher right after and still got the boot loop. I'm no dev so I think I will relax until one of these talented individuals bake this mod into their roms. Big thanks for bringing this over to OG Evo!
Click to expand...
Click to collapse
The apk's are not signed I think so it causes a bootloop on a fresh install. You will need to flash the rom, set it up, reboot to recovery, wipe caches then flash this mod. I am currently working on getting this working from a fresh boot. But I have to go to work right now and my laptop crapped out a while back so I cannot work on this while at work.
BonezMontana said:
This is exactly what I was looking for. I flashed this and ran into a boot loop issue. I'm using Kendall's JellyBread rom. I tried to do a fresh install of the rom and flashed the patcher right after and still got the boot loop. I'm no dev so I think I will relax until one of these talented individuals bake this mod into their roms. Big thanks for bringing this over to OG Evo!
Click to expand...
Click to collapse
the.emilio said:
The apk's are not signed I think so it causes a bootloop on a fresh install. You will need to flash the rom, set it up, reboot to recovery, wipe caches then flash this mod. I am currently working on getting this working from a fresh boot. But I have to go to work right now and my laptop crapped out a while back so I cannot work on this while at work.
Click to expand...
Click to collapse
I'm currently working on getting this to boot as well for a rom update.
kendallc123 said:
I'm currently working on getting this to boot as well for a rom update.
Click to expand...
Click to collapse
Are you getting the boot loop too? And did you sign the apk's?
Signing an apk or zip is essential prior to releasing anything. there is a plethora of options you have.
Bill.. PM me if you need help dude, :good:
MBQsniper said:
Signing an apk or zip is essential prior to releasing anything. there is a plethora of options you have.
Bill.. PM me if you need help dude, :good:
Click to expand...
Click to collapse
Well it is actually the patcher that is used for this. It decompiles the apk's and then compiles them again with the modified xml files but it does not appear to sign it. So as far as using the patcher as it should be used, Bill did that. Now we need to take that output file attached in the OP and zip each apk in there. Then bam. If you can do that for me since I am at work, that would be great! That way I can test it to kill time here.
the.emilio said:
Well it is actually the patcher that is used for this. It decompiles the apk's and then compiles them again with the modified xml files but it does not appear to sign it. So as far as using the patcher as it should be used, Bill did that. Now we need to take that output file attached in the OP and zip each apk in there. Then bam. If you can do that for me since I am at work, that would be great! That way I can test it to kill time here.
Click to expand...
Click to collapse
On it

Categories

Resources