So I had some time today to look up the tethering problem in our leaked roms, and let me tell you, xda is a treasure So big thanks to electron73 who has already figured out what to do. I merely modded the framework-res.apk from our ICS (leaked) stock ROM according to his instructions and tethering now works as advertised (aka for all carriers, not just AT&T)
New! CWM Zip packaged by Aquethys: https://dl.dropboxusercontent.com/u/12741/i927_9SEP12_tetheringFix.zip
Do the usual, either copy the file inside /system/framework/ (make sure you have a backup first of course, yada yada), or do an adb push. If you have CWM installed, just do the usual routine to install the zip file.
Have fun... oh and Bluetooth native tether should also be fixed with this one.
Kombatant said:
So I had some time today to look up the tethering problem in our leaked roms, and let me tell you, xda is a treasure So big thanks to electron73 who has already figured out what to do. I merely modded the framework-res.apk from our ICS stock ROM according to his instructions and tethering now works as advertised (aka for all carriers, not just AT&T)
https://dl.dropbox.com/u/12741/framework-res.apk
Do the usual, either copy the file inside /system/framework/ (make sure you have a backup first of course, yada yada), or do an adb push. Or, wait for some cool guy to package this as a CWM zip since I haven't looked up on how to do that yet I've already sent jayjayjoker2 a link with the fixing instructions, so you should also see this appearing in a rom near you soon
Have fun... oh and Bluetooth native tether should also be fixed with this one.
Click to expand...
Click to collapse
I have had tethering without this fix since I upgraded? I used the app Wifi Tether for Root Users, and went into the settings and used the Device Profile for the Samsung Galaxy S2 (since people said that they were so similar), and everything went through properly and I got internet access via my tablet which only has wifi.
I used foxfi tether with no problems
If you had tethering without the fix you wouldn't need an app for an in-built feature in the first place
Kombatant said:
If you had tethering without the fix you wouldn't need an app for an in-built feature in the first place
Click to expand...
Click to collapse
True true. The main thing I see the profile changing is going from Ad-Hoc Mode to using the AP Interface, so I am just going to take a swing and say that all that is really needed is changing how the phone connects to other devices. But nonetheless, still probably going to flash this just because it will make Tethering easier in case something goes wrong I would assume
Copied this into system/framework with antek and everything seemed to work when I fired it up for a few seconds. I like the new allowed devices thing they have. I've seen it in other 3rd party apps, but this implementation has been the simplest.
Is there any CWM flashable version of this fix?
The first time I just overwrite the old framework-res.apk, and it works fine, but at the second time my phone stuck at the boot logo...
Still no CWM zip fix yet, but I'm sure someones working on it. Ill wait until that comes out
Sent from my SGH-I927 using xda premium
I'll try to work on a CWM zip during the weekend
I think, I used an incompatible framework from my SD card. So that was my fault. Tried again to overwrite with the good one, everything went OK.
PS: a CWM version still would be great.
Sent from my SGH-I927 using xda premium
Stealing this for my ROM. I'd click thanks but for some reason the button doesn't pop up
Nardholio said:
Stealing this for my ROM. I'd click thanks but for some reason the button doesn't pop up
Click to expand...
Click to collapse
The Following 10 Users Say Thank You to Kombatant For This Useful Post: [ Click to Expand ]
d0nat0 (23rd August 2012), felangom (24th August 2012), hazard1nc (2nd September 2012), magicninja (24th August 2012), Nardholio (24th August 2012), ninthsense (24th August 2012), oldnoob (25th August 2012), rovar (23rd August 2012), The_Bizzel (27th August 2012), Viktor0610 (24th August 2012)
no word on CWM zip?
who do i got to make a donation to to make this happen?
Can anyone verify native tethering works on the new ICS update, dosen't work for me, and would lock up the phone when I deleted the tether manager.apk
Wondering if the same mod would work for the new updade
The_Bizzel said:
no word on CWM zip?
who do i got to make a donation to to make this happen?
Click to expand...
Click to collapse
Got it covered expect in a couple of mins
Sent from my SGH-I747 using xda premium
---------- Post added at 11:47 AM ---------- Previous post was at 11:38 AM ----------
Try this here
Updated the first post with the CWM zip, thanks Aquethys!
ill try this after the game. gotta make sure my packers do good
thanks!
My pleasure
Sent from my SGH-I747 using xda premium
Aquethys said:
Got it covered expect in a couple of mins
Sent from my SGH-I747 using xda premium
---------- Post added at 11:47 AM ---------- Previous post was at 11:38 AM ----------
Try this here
Click to expand...
Click to collapse
Works great but somehow I now have the Old TV animation when I turn off my Glide. Guess it makes sense Aquethys made it off of his phone and he must have it installed. No problem Thank you Aquethys. I guess I can get used to the Old TV off animation.
Hm that's strange I took the framework from the OP of this thread... Ah well ;/ sorry
Sent from my SGH-I747 using xda premium
Related
Contents:
Android 4.0.4/IMM76D deodexed ROM in flashable ZIP format. Will not produce errors when decompiling APK/JAR files.
Includes Superuser and boot.img root-level access. Does not include radio or recovery.
Changelog:
[R1/02APR2012]: ROM base changed from 4.0.4/IMM26 to 4.0.4/IMM76D. Files updated from stock IMM76D listed below.
Updated File List:
system/app/GoogleEarth.apk (v.6.2.1.6363 :: Earth)
system/app/googlevoice.apk (v.0.4.2.54 :: Voice)
system/app/Maps.apk (v.6.5.0 :: Maps)
system/app/Phonesky.apk (v.3.5.15 :: Play Store)
system/app/Wallet.apk (v.1.1-R57v4 :: Wallet)
system/lib/libearthmobile.so
Notes:
The need to wipe data beforehand is dependent on which ROM you're already using, but is advisable when possible for the sake of simplicity.
[R1] http://www.mediafire.com/file/48w84r8v3qbb8bw/NS4G-4.0.4-IMM76D-DEODEX-R1.zip
So does this mean the SystemUI in this version is able to decompile without errors? If so how exactly did you do this?
Thanks.
ssconceptz said:
So does this mean the SystemUI in this version is able to decompile without errors? If so how exactly did you do this?
Thanks.
Click to expand...
Click to collapse
I used smali and allowed each APK to reference all of the .odex files in the framework, added the classes.dex files to their respective APKs, and zipaligned. I don't know if it matters, but I did those steps through the command line, although I'm sure the process would be a lot faster with a script. If you would like the exact line-by-line process that I used, let me know.
So how is this Rom & all I have to do is download & flash it or is there another step to do?
Sent from my Nexus S 4G using xda premium
Killasmoke said:
So how is this Rom & all I have to do is download & flash it or is there another step to do?
Sent from my Nexus S 4G using xda premium
Click to expand...
Click to collapse
The procedures are the same as for other ZIP-based ROMs: download, transfer to phone, and flash through recovery. You may or may not need to erase your data (depending on which ROM you're coming from), but backing up your data beforehand is advisable and never hurts.
I haven't received any feedback regarding this specific ROM yet (I don't know if that's a good or bad sign). The main difference is that it's deodexed and will decompile without errors. I'm sure there are other threads with more in-depth information on IMM26 changes/improvements/issues.
SuperUser
I was impressed with this rom for the first few minutes I used it. But then I found out that my SuperUser app wasn't working. I tried updating the binaries through the app itself but it couldn't gain root access. I downloaded the file again and flashed it again but SuperUser still didn't work. It was the same problem with not gaining root access. So I flash the SuperUser zip file from zedomax's tutorial on rooting the Nexus S 4G and I was able to gain root access. Just thought I'd tell you.
mvilla, how did you fix the superuser root access problem? i am having the same problem when i try to update binary, and im getting permission error when i try to flash recovery in rom manager, i think is because of superuser not working.
I went to nexusshacks.com and downloaded the nexussrootICS.zip file (I think that's what its called). There's a SuperUser.zip file within that zip file. I moved the file to my phone and flashed it in recovery (wipe cache and dalvik cache of course). And its working well.
Sent from my Nexus S 4G using XDA App
mvilla8 said:
I was impressed with this rom for the first few minutes I used it. But then I found out that my SuperUser app wasn't working. I tried updating the binaries through the app itself but it couldn't gain root access. I downloaded the file again and flashed it again but SuperUser still didn't work. It was the same problem with not gaining root access. So I flash the SuperUser zip file from zedomax's tutorial on rooting the Nexus S 4G and I was able to gain root access. Just thought I'd tell you.
Click to expand...
Click to collapse
Thanks for bringing that to my attention. Uploaded an updated version in the OP that addresses the Superuser issue. Sorry for the inconvenience.
satuday said:
mvilla, how did you fix the superuser root access problem? i am having the same problem when i try to update binary, and im getting permission error when i try to flash recovery in rom manager, i think is because of superuser not working.
Click to expand...
Click to collapse
This update is from ChainsDD's site and has the latest Superuser app and binary. Should accomplish the same thing.
XK72 said:
I used smali and allowed each APK to reference all of the .odex files in the framework, added the classes.dex files to their respective APKs, and zipaligned. I don't know if it matters, but I did those steps through the command line, although I'm sure the process would be a lot faster with a script. If you would like the exact line-by-line process that I used, let me know.
Click to expand...
Click to collapse
Hey buddy, I'd LOVE to have the step-by-step, or line-by-line on the process you used to decompile. If you could PM me, or post it up here for everyone to use, that would be great!! I'm kinda new to the decompiling and compiling scene so any help would be great! Also, you said that most devs that use ICS probably use a kitchen to decompile and compile their .jar and .apk files, where is this kitchen? Or are you talking about Android SDK?
sniperkill said:
Hey buddy, I'd LOVE to have the step-by-step, or line-by-line on the process you used to decompile. If you could PM me, or post it up here for everyone to use, that would be great!! I'm kinda new to the decompiling and compiling scene so any help would be great! Also, you said that most devs that use ICS probably use a kitchen to decompile and compile their .jar and .apk files, where is this kitchen? Or are you talking about Android SDK?
Click to expand...
Click to collapse
Did you ever get that step-by-step process for deodexing ICS from the OP? If so, can you send it to me?
I guess the Google Apps are included?
Will there be any further updates to this in the near future, or has this reached the end of the line so-to-speak? Just curious because I like having the natural AOSP of this.
Been using this since the 9th and I have to say it's very smooth. Very stock too, which obviously is what it's supposed to be. Just saying that for anyone who comes in looking for something customized. This is basically pure vanilla ICS.
Sorry for the delayed replies. I've been hammered by other obligations lately.
sniperkill said:
Hey buddy, I'd LOVE to have the step-by-step, or line-by-line on the process you used to decompile. If you could PM me, or post it up here for everyone to use, that would be great!! I'm kinda new to the decompiling and compiling scene so any help would be great! Also, you said that most devs that use ICS probably use a kitchen to decompile and compile their .jar and .apk files, where is this kitchen? Or are you talking about Android SDK?
Click to expand...
Click to collapse
mabry said:
Did you ever get that step-by-step process for deodexing ICS from the OP? If so, can you send it to me?
Click to expand...
Click to collapse
I'll try my best to post the steps later today or tomorrow. Sorry to keep you waiting.
akabadnews said:
I guess the Google Apps are included?
Click to expand...
Click to collapse
The stock Google apps are included. There are now two choices: One has the apps that were included in the IMM26 release (R3) and I have also included the latest app updates and related binary files as (R4).
The Batman said:
Will there be any further updates to this in the near future, or has this reached the end of the line so-to-speak? Just curious because I like having the natural AOSP of this.
Click to expand...
Click to collapse
I have replaced the Google apps that have been updated since the IMM26 release. There are rumblings that the official ICS ROM should be released sometime soon. I'm not holding my breath, but I'll offer the same thing to that release once it comes out.
If you're asking about adding functionality or features, I don't think I'd have anything unique to offer since there are so many other ROMs and customizable updates out already. I have considered including FaceLock functionality, but it adds quite a bit of size to the ROM and honestly, it hasn't worked very well for me. If there is enough interest, I'll include it as a separate revision in the future.
I'm getting a error for the media fire links. New link please?
Sent from my Nexus S 4G using xda premium
xamadeix said:
I'm getting a error for the media fire links. New link please?
Sent from my Nexus S 4G using xda premium
Click to expand...
Click to collapse
Sorry about that. I don't know what happened there. Link fixed.
XK72 said:
Sorry about that. I don't know what happened there. Link fixed.
Click to expand...
Click to collapse
Thank you
Sent from my Nexus S 4G using xda premium
Does anyone have problems turning Bluetooth on?
Sent from my Nexus S 4G using Tapatalk
XK72 said:
I have replaced the Google apps that have been updated since the IMM26 release. There are rumblings that the official ICS ROM should be released sometime soon. I'm not holding my breath, but I'll offer the same thing to that release once it comes out.
If you're asking about adding functionality or features, I don't think I'd have anything unique to offer since there are so many other ROMs and customizable updates out already. I have considered including FaceLock functionality, but it adds quite a bit of size to the ROM and honestly, it hasn't worked very well for me. If there is enough interest, I'll include it as a separate revision in the future.
Click to expand...
Click to collapse
I would rather have the straight vanilla experience. Thanks for responding.
Edit: Also, touch to focus would be nice for the camera if at all possible. Thanks.
I have the Jelly Thunder ROM running right now. I was just wondering if you can load Apex or Nova launcher onto this as well.
I tried searching the Jelly Thunder thread and nothing seemed to be mentioned and I can't post in that thread since I'm below 10 posts.
ahouck said:
I have the Jelly Thunder ROM running right now. I was just wondering if you can load Apex or Nova launcher onto this as well.
I tried searching the Jelly Thunder thread and nothing seemed to be mentioned and I can't post in that thread since I'm below 10 posts.
Click to expand...
Click to collapse
Yes just download and install from the play store. Simple as that
Sent from my SAMSUNG-SGH-I317 using xda app-developers app
ATT Galaxy Note 2 says Nexus
I flashed to Jelly Thunder RC3 now my phone says its a Nexus. even when I connect to my computer its says Nexus. causing signature conflicts for some apps. one in piticular is dropbox not updating when an update is available. Is there any way of changing this to make it be what it is a ATT Galaxy Note 2. I went into the build and changed the wording Nexus to Note 2. and that shows fine in my settings about the phone, but in reality it is saying it is a Nexus. Please help.. I do love the Rom. it is totally Rad.
Thunder excellent
Absolutely loving Jelly Thunder,,,,,,can I load the s-voice zip on this rom?
johnd21972 said:
I flashed to Jelly Thunder RC3 now my phone says its a Nexus. even when I connect to my computer its says Nexus. causing signature conflicts for some apps. one in piticular is dropbox not updating when an update is available. Is there any way of changing this to make it be what it is a ATT Galaxy Note 2. I went into the build and changed the wording Nexus to Note 2. and that shows fine in my settings about the phone, but in reality it is saying it is a Nexus. Please help.. I do love the Rom. it is totally Rad.
Click to expand...
Click to collapse
You need to change your build properties to be SAMSUNG-SGH-I317. You can use ROM Manager to do this. Select Performance then build.prop Editor. Look for ro.product.model. touch it and then change the property value and select OK. That should do it.
I have always been puzzled at why these guys who make this ROM don't have that as a default value. They post in the OP that you need to change this but I don't understand why it isn't the default. They get ticked off if you ask them about this but could stop all the questinos if they would just fix it in the build???
Make sure you reboot for the change to take affect.
Same
Sword Fish said:
You need to change your build properties to be SAMSUNG-SGH-I317. You can use ROM Manager to do this. Select Performance then build.prop Editor. Look for ro.product.model. touch it and then change the property value and select OK. That should do it.
I have always been puzzled at why these guys who make this ROM don't have that as a default value. They post in the OP that you need to change this but I don't understand why it isn't the default. They get ticked off if you ask them about this but could stop all the questinos if they would just fix it in the build???
Make sure you reboot for the change to take affect.
Click to expand...
Click to collapse
I am having the same issue, but when I downloaded Rom Manager I don't get the performance option and can't find buld.prop anywhere
rtcj said:
I am having the same issue, but when I downloaded Rom Manager I don't get the performance option and can't find buld.prop anywhere
Click to expand...
Click to collapse
Sorry, I have the pro version. Search for build.prop editors, I know there are more out there.
---------- Post added at 02:23 PM ---------- Previous post was at 02:18 PM ----------
Sorry, I lead you in a bad direction. The tool is called ROM Toolbox not ROM Manager. Two different tools!!
Updates
Where do I get updates to Jelly Thunder and do I have to do a whole wipe again?
By the way I absolutely love this rom,,,can't seem to come up with a good enough reason to change,,,,nice
---------- Post added at 11:48 AM ---------- Previous post was at 11:43 AM ----------
Sword Fish said:
Sorry, I have the pro version. Search for build.prop editors, I know there are more out there.
---------- Post added at 02:23 PM ---------- Previous post was at 02:18 PM ----------
Sorry, I lead you in a bad direction. The tool is called ROM Toolbox not ROM Manager. Two different tools!!
Click to expand...
Click to collapse
I did find it on Rom Toolbox,,,,,,thanks for your help
Not able to update Dropbox
Sword Fish said:
You need to change your build properties to be SAMSUNG-SGH-I317. You can use ROM Manager to do this.
Click to expand...
Click to collapse
I made this change, and did a full reboot, but everytime I try to install the new Dropbox update I get the error:
Package file was not signed correctly. Uninstall the previous copy of the app and try again.
I'm not able to uninstall Dropbox via the normal App Manager uninstall process, is there something else I have to do?
Where you guys get the jelly thunder rom from?
Sent from my SAMSUNG-SGH-I317 using xda premium
taylormade772 said:
Where you guys get the jelly thunder rom from?
Sent from my SAMSUNG-SGH-I317 using xda premium
Click to expand...
Click to collapse
It's been out for awhile.
http://forum.xda-developers.com/showthread.php?t=2028661
Thread has been closed. You can google for the link.I found it but I won't post since the thread has been closed by mods because the link was not updated.
Doesn't look like any more dev has been done on it since RC4. Only saying that because that's the last version I've found. (In five minutes of searching)
I could be wrong.
taylormade772 said:
Where you guys get the jelly thunder rom from?
Sent from my SAMSUNG-SGH-I317 using xda premium
Click to expand...
Click to collapse
I actually have it uploaded. If ya want it. Pm me & I'll send you the link!!
But the only thing is that it's not the latest base and no one is going to be working on it. But it works great! You'll just have to upgrade your modem and such!
dicksteele said:
It's been out for awhile.
http://forum.xda-developers.com/showthread.php?t=2028661
Thread has been closed. You can google for the link.I found it but I won't post since the thread has been closed by mods because the link was not updated.
Doesn't look like any more dev has been done on it since RC4. Only saying that because that's the last version I've found. (In five minutes of searching)
I could be wrong.
Click to expand...
Click to collapse
+1 :thumbup:
Yes RC4 is the last version that was released..
Sent from my SAMSUNG-SGH-I317 using Tapatalk 4 Beta
Bajanman said:
I actually have it uploaded. If ya want it. Pm me & I'll send you the link!!
But the only thing is that it's not the latest base and no one is going to be working on it. But it works great! You'll just have to upgrade your modem and such!
Sent from my SAMSUNG-SGH-I317 using Tapatalk 4 Beta
Click to expand...
Click to collapse
Interesting. I downloaded it but haven't installed because it was so old. Just backed up my apps so what the hell. It's been 48 hours since last flash
EDIT: very nice. Loading Crossbreeder on to see if this flies. Too bad work crapped out on it. Then again from what I've seen on it, it pretty stable, granted it's only been 15 minutes but looks like a keeper.
+1 yes it's very stable. Themed nicely without having to do any mods too it!
Yeah I ran it for like 6 months, then they came out with they're other version.. Daphines rc1, something like that... Development for that also stopped:what:
Sent from my SAMSUNG-SGH-I317 using Tapatalk 4 Beta
Until the bootloader is unlocked. Attached is some mods to improve upon Jellybean.
Also, I urge people to bring any modifications(or test yourself) some of the mods in the Nexus 4 section that I can hopefully start transposing onto the LG Optimus Jellybean. I suggest if you're unsure if a mod will work. Ask me first, it's better to ask than brick your phone.
I'll make flashable zips and incorporate into lifeless eventually.
thermald-8064.conf
- Download file (this is NOT flashable)
- Extract the file
- Replace the extracted file with the same file in System/etc (Using Root Explorer or similiar)
- This improves the overheating issue based on the modified stock thermaconfig from ICS
Camera-Mod by _EPIC
- Same exact directions as above
- Excep replace the media_profiles with the media_profiles file attached.
More to come
Seems to be working thanks!
Sent from LG Optimus Prime G
Both work great, as always! :good:
Wifi Teather Root
Hello,
Hope this is the right forum, just recently updated to jelly bean LS970ZVB from this forum. Was able to retain root access; however lost my ability to use Wifi Tether for Root Users. Evidently FreeGee hasn't came up with a way to unlock the bootloader just yet after the update. Is there a way with this update to utilize free WIFI wireless tethering. I've looked around everywhere, and nothing has seemed to work. I have all green check marks on the log within the application. Please help!!!!:confused.
Maybe Sqlite will work with forcing entitlement changes; however , cant find this either.
tomclarke24 said:
Hello,
Hope this is the right forum, just recently updated to jelly bean LS970ZVB from this forum. Was able to retain root access; however lost my ability to use Wifi Tether for Root Users. Evidently FreeGee hasn't came up with a way to unlock the bootloader just yet after the update. Is there a way with this update to utilize free WIFI wireless tethering. I've looked around everywhere, and nothing has seemed to work. I have all green check marks on the log within the application. Please help!!!!:confused.
Maybe Sqlite will work with forcing entitlement changes; however , cant find this either.
Click to expand...
Click to collapse
See the thread that says [READ]?
Sent from my LG-LS970 using xda premium
Re: [READ] thread
_Epic said:
See the thread that says [READ]?
Sent from my LG-LS970 using xda premium
Click to expand...
Click to collapse
Thanks,for the direction I have placed the same question in the [discussion] thread from your direction. Please clarify if this question can be evaluated there, if not is there a link to where this has been brought up.
Thanks Again,
_Epic said:
See the thread that says [READ]?
Sent from my LG-LS970 using xda premium
Click to expand...
Click to collapse
LMAO LOVE IT!!!!! So, about these mods, what exactly do they do? What should I be looking for??
Edit: The better question is HOW do they work? How do they do what they do? Im trying to learn...
Enzopreme said:
LMAO LOVE IT!!!!! So, about these mods, what exactly do they do? What should I be looking for??
Edit: The better question is HOW do they work? How do they do what they do? Im trying to learn...
Click to expand...
Click to collapse
The JB mods thread?
I didn't realize I was in this thread. The camera mod is one I made. It greatly improves camera and video. The thermal one helps with overheating.
Sent from my LG-LS970 using xda premium
tomclarke24 said:
Hello,
Hope this is the right forum, just recently updated to jelly bean LS970ZVB from this forum. Was able to retain root access; however lost my ability to use Wifi Tether for Root Users. Evidently FreeGee hasn't came up with a way to unlock the bootloader just yet after the update. Is there a way with this update to utilize free WIFI wireless tethering. I've looked around everywhere, and nothing has seemed to work. I have all green check marks on the log within the application. Please help!!!!:confused.
Maybe Sqlite will work with forcing entitlement changes; however , cant find this either.
Click to expand...
Click to collapse
Um, wifi tether works fine for me. Not sure why you need an unlocked bootloader to run wifi tether.
_Epic said:
The JB mods thread?
I didn't realize I was in this thread. The camera mod is one I made. It greatly improves camera and video. The thermal one helps with overheating.
Sent from my LG-LS970 using xda premium
Click to expand...
Click to collapse
I really liked your camera mod for ics so I wanna give this a shot. I don't know where to put the XML file though. I don't see anything names camera_profiles. Does this replace something or just get dropped in somewhere. Thanks for your work. Sorry for my lack of smarts
bowhunt2005 said:
I really liked your camera mod for ics so I wanna give this a shot. I don't know where to put the XML file though. I don't see anything names camera_profiles. Does this replace something or just get dropped in somewhere. Thanks for your work. Sorry for my lack of smarts
Click to expand...
Click to collapse
Its media_profiles and you replace that file.
Sent from my LG-LS970 using xda premium
AdriVelazquez said:
Its media_profiles and you replace that file.
Sent from my LG-LS970 using xda premium
Click to expand...
Click to collapse
Drop in system/etc folder then overwrite
Sent from my LG-LS970 using xda premium
Didn't see that in the etc folder the first time. Anyway, I replaced it now. Thanks
I can't seem to DL the thermal zip correctly. It says it dl's but when I open it there is nothing in there. The cam mod zip worked fine.
Sent from my LG-LS970 using xda premium
Adri, the bootloader is unlocked, but the boot image that freegee has is for ics and therefore won't boot. If you just flash the recovery and aboot, you are unlocked, but can't debloat since the security error is fixed with the custom boot image. We haven't figured out how to fix it on jb hence the delay.
Sent from my LG-LS970 using xda app-developers app
This one sounded interesting. Wonder if there's a similar mod that would work for us:
http://forum.xda-developers.com/showthread.php?t=2028289
It changes the synaptic driver out to increase touch screen responsiveness.
Nothing else really comes to mind though.
There's a virtual CD ROM mod I saw floating around, but I would have to find it again.
Sent from my LG-LS970 using xda app-developers app
Shelnutt has updated freegee to properly work and boot for us (the jb boot image and stuff has been taken care of). Now that is out of the way and we are unlocked/rooted zvb, could you make flashable zips for the 2 mods? would love to try them out
thanks
Always look forward to you and Epics stuff.
thanks op!
AC!D Audio Engine V7.0 NOT working on ZVB
(Update) after installing just 2805, it's working.
I have installed AC!D Audio Engine V7.0 and can confirm it is working for me.
install at your own risk.
pre-requisites:
Rooted, unlocked, custom recovery
procedure:
Read the main AC!D Audio Engine V7.0 thread here
Go to the download and installation thread here
Download the 2805 build
Place it on your /sdcard
reboot into recovery
!!!!!!!DO A NANDROID BACKUP!!!!!!!
!!!!!!!DO A NANDROID BACKUP!!!!!!!
!!!!!!!DO A NANDROID BACKUP!!!!!!!
install 2805 build
!!!!!!!CLEAR DALVIK & CACHE!!!!!!!
reboot
test with music
Awesome!
Thanks for the mods, especially the thermal mod. Appreciate the work you did on lifeless especially working with the i-crap sandwich code you and the other devs had to deal with. Looking forward to your jb roms. Keep up the good work and thanks again to you and the rest of the devs! :good:
Hi Everyone,
Yesterday I uploaded a completely stock/rooted Telus TLUMC4 build. I received a lot of positive responses in regards to the build (thank you everyone) and I had a request from @Rushing to create one for the TMobile UVMC6 release. After searching through the threads I was only able to find the Odin flashable version of the update and slightly tweaked/modded variants. So, I decided to make one and share with everyone here in the community.
This is the official TMobile T989UVMC6 firmware downloaded from the SamMobile website. I have rooted, installed busybox, zipaligned and deodexed.
I don't intend to add any additional tweaks/mods to this ROM. It is meant strictly for people that want the official UVMC6 release but don't want to have to flash via odin and reroot.
Also, if any dev's or chefs want to use this as a base for their ROM please feel free to do so, you do not need to PM me to ask for permission. However, I do ask if you choose to use this base in your ROM please give me a thanks/thumbs up in the OP.
INSTALL INSTRUCTIONS (If followed exactly as below you should not have any issues)
- You must be rooted and have TWRP 2.4.4.0 custom recovery installed
- Download and place the Infamous Cache Wipe and Infamous Super Wipe scripts from http://forum.xda-developers.com/showthread.php?t=2235141 on either your internal or external SD Card. This will be needed for later. Thanks to @Jamison904 @thederekjay and Team Infamous for this fantastic tool.
- Reboot into TWRP 2.4.4.0 recovery and create a nandroid backup (Always do this step before flashing any ROM)
- Go to Wipe, Advanced Wipe and select Data, System,Cache and Dalvik (then swipe to wipe)
- Press the home button and select the Infamous Super Wipe Script
- Click on add another zip file and choose Infamous Cache Wipe
- Click on add another zip file and choose TMobileT989UVMC6RootedDeodexed.zip
- Swipe to install all 3 files
- Reboot (First boot may take approx 5mins, be patient)
- Wait 10mins after first boot and allow phone to sit (do not log into your account)
- Reboot again and setup your account
- Enjoy
Download Link
http://www.androidfilehost.com/?fid=13858085825318748171
MD5 SUM a196887906707d73ba1fe937cf2e79d7
If you guys/gals enjoy the ROM and this thread is helpful please give a thumbs up in support. It is much appreciated and thanks to everyone that gives this ROM a go. Peace Out.
Thanks
http://www.sammobile.com/ - For providing the official Samsung firmware
@dsixda - For providing the kitchen that allows users to bake their own ROMs. For more information on how to get started and learn how to make your own ROM see following link:
http://forum.xda-developers.com/showthread.php?t=633246
@Jamison904 - For referring me to Android File Host. If you want to start developing and need somewhere to upload your ROMs and apps please visit the site in the following link. It's free to sign up:
http://www.androidfilehost.com/
Thank you! All I could find was the ones you mentioned too! I needed this!
Sent from my SAMSUNG-SGH-T989 using xda premium
dominicanman912 said:
Thank you! All I could find was the ones you mentioned too! I needed this!
Sent from my SAMSUNG-SGH-T989 using xda premium
Click to expand...
Click to collapse
No problem, enjoy let me know how it works out for you. Peace :thumbup:
Sent from my Nexus 4 using xda app-developers app
Chochiwpg said:
No problem, enjoy let me know how it works out for you. Peace :thumbup:
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
I sure will! I've been on cm10 because I could never get the stock Rom to root for me! I only like it because of unlimited tether capabilities! If I could get stock to do that, it would awesome!
Sent from my SAMSUNG-SGH-T989 using xda premium
Thanks man alot...I want such a stock rom that was never touched/modified as a base...
Thanks again..Thanks already been hit for you
PS:any MD5 to check file intergrity ?
PS 2 : oh my bad , I found it . Thanks.
mahanddeem said:
Thanks man alot...I want such a stock rom that was never touched/modified as a base...
Thanks again..Thanks already been hit for you
PS:any MD5 to check file intergrity ?
Click to expand...
Click to collapse
When you go to the link in the OP, the MD5 should be listed on that page, right above the description.
Sent from my Nexus 4 using xda app-developers app
Been running all day! No problems at all! Kudos!
Sent from my SGH-T989 using xda premium
dominicanman912 said:
Been running all day! No problems at all! Kudos!
Sent from my SGH-T989 using xda premium
Click to expand...
Click to collapse
That's awesome bro, thanks so much for the update, much appreciated. Peace. :good:
Can someone upload it to difrent link thanks
Sent from my SAMSUNG-SGH-T989 using Tapatalk 2
esema1o said:
Can someone upload it to difrent link thanks
Sent from my SAMSUNG-SGH-T989 using Tapatalk 2
Click to expand...
Click to collapse
The link in the OP gives you the option of downloading from multiple different mirrors. Should download pretty quickly. :good:
OP a question please :
Is T-Mobile/Samsung kidding when they made this rom without the ability to add Google account ?! or at least a working Google Play app !! or I am missing something ?
mahanddeem said:
OP a question please :
Is T-Mobile/Samsung kidding when they made this rom without the ability to add Google account ?! or at least a working Google Play app !! or I am missing something ?
Click to expand...
Click to collapse
What issues are you having? I am running the Telus version ATM on my S2 and I was able to add my Google Account and Google Play works without issue.
I've had others report back on this ROM and all seems to be working well on their end. What is giving you issues?
Any way to get tethering working in the stock ROM
mahanddeem said:
OP a question please :
Is T-Mobile/Samsung kidding when they made this rom without the ability to add Google account ?! or at least a working Google Play app !! or I am missing something ?
Click to expand...
Click to collapse
Might have bad download or bad flash! I was able to set up my Google right from the setup at the beginning! Make sure you've fully wiped and try a fresh download and flash!
Sent from my SGH-T989 using xda premium
Chochiwpg said:
What issues are you having? I am running the Telus version ATM on my S2 and I was able to add my Google Account and Google Play works without issue.
I've had others report back on this ROM and all seems to be working well on their end. What is giving you issues?
Click to expand...
Click to collapse
ROM downloaded fine... Checked md5 on PC and then on my phone SD card... They matched perfectly fine.
Everything works apart from :
1. No Google account in accounts in settings... I couldn't add my Google account...
2.Location is not working in apps
3. Play store is there in system/apps but with unidentified icon (like a permission problem?).. But no icon in app drawer... Tried deleting this apk and adding one and fixing permission, after reboot it was there but closes as soon as it opens..
I'm using cwm 6.0.3.1 from sk8 and did full wipe for everything before flashing.. By the way tried to do everything twice and same result.. I'm not new to the flashing business lol ..
I'm using at&t unlocked skyrocket on T-Mobile...
---------- Post added at 11:02 AM ---------- Previous post was at 10:53 AM ----------
dominicanman912 said:
Might have bad download or bad flash! I was able to set up my Google right from the setup at the beginning! Make sure you've fully wiped and try a fresh download and flash!
Sent from my SGH-T989 using xda premium
Click to expand...
Click to collapse
I know how a bad download or bad flash would look like... It's very unlikely that a bad download would run perfectly fine and just no Google account to be added..
mahanddeem said:
ROM downloaded fine... Checked md5 on PC and then on my phone SD card... They matched perfectly fine.
Everything works apart from :
1. No Google account in accounts in settings... I couldn't add my Google account...
2.Location is not working in apps
3. Play store is there in system/apps but with unidentified icon (like a permission problem?).. But no icon in app drawer... Tried deleting this apk and adding one and fixing permission, after reboot it was there but closes as soon as it opens..
I'm using cwm 6.0.3.1 from sk8 and did full wipe for everything before flashing.. By the way tried to do everything twice and same result.. I'm not new to the flashing business lol ..
I'm using at&t unlocked skyrocket on T-Mobile...
---------- Post added at 11:02 AM ---------- Previous post was at 10:53 AM ----------
I know how a bad download or bad flash would look like... It's very unlikely that a bad download would run perfectly fine and just no Google account to be added..
Click to expand...
Click to collapse
I didn't change anything from the stock T989 UVMC6 firmware downloaded from Sam Mobile. This is the exact same release you would get when you flash/update via Samsung Kies. All I did was root it, installed busybox, zipaligned and deodexed. Nothing was added or removed from the official firmware.
I am not familiar with what needs to be done in order to get the Skyrocket (i727) to work with Hercules (T989) ROMs. I am thinking maybe there is some conflict there. The official Firmware for the Skyrocket would be I727UCMC1. I could create a rooted, busybox, zipaligned and deodexed version of the I727UCMC1 for you to test out and see if that works for you instead, since it would be specific to your device.
I would also suggest to run the Infamous super wipe and infamous cache wipe (as per the OP) and then try and reinstall this ROM again.
There shouldn't be an issue with the ROM itself since nothing was tweaked/removed from official release. There looks to be some type of conflict though with your device and the stock UVMC6 firmware.
Let me know if you are interested in the UCMC1 i727 version. I can create one for you and PM the link to you to try. Let me know.
Thanks chochiwpg so much., I didn't mean your ROM has problems and I'm sure it's not packaging and or a zip problem, but wondered if T-Mobile/Samsung removed the ability to add a Google account, heard sometime ago that some people had play store issues with the official kies update...
I'm currently using my skyrocket with T-Mobile... And now I'm on UCMC1 deodexed from mohan so I'm already on stock att jb , thanks.. I wanted to try the stock T-Mobile jb thinking it would give me better performance with T-Mobile but I guess I'll stick with ucmc1 ROM and it's radio which gives me LTE...(For some reason I noticed the uvmc6 is a hair smoother than ucmc1)..
Thanks op again...
mahanddeem said:
Thanks chochiwpg so much., I didn't mean your ROM has problems and I'm sure it's not packaging and or a zip problem, but wondered if T-Mobile/Samsung removed the ability to add a Google account, heard sometime ago that some people had play store issues with the official kies update...
I'm currently using my skyrocket with T-Mobile... And now I'm on UCMC1 deodexed from mohan so I'm already on stock att jb , thanks.. I wanted to try the stock T-Mobile jb thinking it would give me better performance with T-Mobile but I guess I'll stick with ucmc1 ROM and it's radio which gives me LTE...(For some reason I noticed the uvmc6 is a hair smoother than ucmc1)..
Thanks op again...
Click to expand...
Click to collapse
No worries, sorry bro that you had issues. Thanks for trying out this ROM non the less.
Sent from my Nexus 4 using xda app-developers app
dominicanman912 said:
I sure will! I've been on cm10 because I could never get the stock Rom to root for me! I only like it because of unlimited tether capabilities! If I could get stock to do that, it would awesome!
Sent from my SAMSUNG-SGH-T989 using xda premium
Click to expand...
Click to collapse
if you use chrome on your desktop or laptop, download user-agent switcher for chrome then switch to either opera or safari and that should give you unlimited tethering as long as you have an unlimited plan. thats what i do. if you try it let me know if it works for ya.
Wifi Calling?
Does this ROM have wifi calling on it?
This feels like it should go in development to me, so please feel free to move it mods, but since it is technically an app I am putting it here.
Graphics aren't very pretty but initial testing has been good, only one person having problems on gs5. This should theoretically work on any sprint phone, and I plan on adding support for more devices over time, and more features, but here is the first version.
General Directions:
You must be rooted
Click the first three buttons and reboot, then your native hotspot should work.
After the initial unlock you may need to re-click the unlock button from time to time, some updates overwrite the unlock
Add to notifications button works, and will only add when the panel is not already there.
I have had mixed reports about the tether packet counter being disabled, some people reported the hotspot goes down after 10-30 mins when you disable the packet counter.
I have plans of adding vpn support and enabling the button to start the hotspot from within this app, maybe even including my own hotspot framework like some of the other apps.
Just added a diagnostics and request support for my device in the settings menu, this will setup an email with some info I will need to help troubleshoot, just click send after its prepared.
Let me know what you guys think and if you run into any problems. And please by all means try it on different devices and click the request support option to send me the info, I would like to get this working universally.
This has been tested on NKD and NK4 successfully. NKD v2 ROM is known to have problems, if you can manually get a sqlite binary that works into /system/xbin/ the rest will work but it is advised to upgrade instead.
**NOTE**
Please be kind this is my first app I have released, and I do not consider myself a java developer by any means. If you want to help and contribute let me know...
***Big Thanks to the following people for donating***
@eevanskiteboards
***Update***
Just realized that my app is expecting the "which" binary to be there and functional, which is not always the case. This means that having busybox installed may be a pre-requisite for now
**Update 2***
Added 0.2 version, should hopefully work on Boost mobile.
Worked like a charm, many thanks!
Sent from my SM-G900P using XDA Free mobile app
thanks! No luck on NKD v2 rom; works perfectly for me on v3 for anyone who hasnt updated.
fredknex said:
thanks! No luck on NKD v2 rom; works perfectly for me on v3 for anyone who hasnt updated.
Click to expand...
Click to collapse
Honestly didnt even know there was more than one version. If you still have it installed can you run the diagnostic report on it in the settings menu of the app?
Sent from my SM-G900P using XDA Free mobile app
miked63017 said:
Honestly didnt even know there was more than one version. If you still have it installed can you run the diagnostic report on it in the settings menu of the app?
Sent from my SM-G900P using XDA Free mobile app
Click to expand...
Click to collapse
The change log indicated some sort of sqlite problem with v2 which is where i assume the problems were from. ill send the diagnostics along when I can
fredknex said:
The change log indicated some sort of sqlite problem with v2 which is where i assume the problems were from. ill send the diagnostics along when I can
Click to expand...
Click to collapse
It doesn't work with v2 because that version didn't have an android 5 compatible sql. I didn't find out until after it was released but it was corrected in the v3 version of the Android L leak I posted.
tdunham said:
It doesn't work with v2 because that version didn't have an android 5 compatible sql. I didn't find out until after it was released but it was corrected in the v3 version of the Android L leak I posted.
Click to expand...
Click to collapse
Interesting, good to know. The app downloads sqlite, but it switches on 5.0 and everything else. So i guess if it didnt like pie binaries that would explain it.
Sent from my SM-G900P using XDA Free mobile app
miked63017 said:
Interesting, good to know. The app downloads sqlite, but it switches on 5.0 and everything else. So i guess if it didnt like pie binaries that would explain it.
Click to expand...
Click to collapse
Yeah, it wasn't any fun trying to find a pie compatible sql but good to know its working. I know its always a WIP but I tried the app briefly, good job. Now if only we can get an OTA and a way to deodex Android 5 dependably, we'll be all set.
Deodex and decompile is close, I got pretty far but definitly still some work needed. I plan to build something into the app that will give you the option of dropping a modified services.jar into place so that you wont have to re-unlock when APNs are updated. Also a few more things as time allows.
Sent from my SM-G900P using XDA Free mobile app
Going to try this out on NE5 today. Never got around to flashing the other zip so going to try this.
miked63017 said:
Deodex and decompile is close, I got pretty far but definitly still some work needed. I plan to build something into the app that will give you the option of dropping a modified services.jar into place so that you wont have to re-unlock when APNs are updated. Also a few more things as time allows.
Sent from my SM-G900P using XDA Free mobile app
Click to expand...
Click to collapse
Works great on sprint android 5.0 leak rom
Just an update, it seems the people who are having problems have all been related to a bad copy of sqlite so far. If you are having any issues please try to remove sqlite and use a different app to install it, or grab the binary directly, until I can get it worked out. To remove run as root via adb or a terminal emulator:
su
mount -o remount,rw /system
rm /system/xbin/sqlite3
mount -o remount,ro /system
Then get sqlite installed via the sqlite installer app in the playstore or manually download and install the proper binary. I will try to get things fixed up ASAP but with the holidays upon us it may take a few days.
Problematic roms seem to include NKD v2, 4.4.2 for gs5 sport, and a few other 4.x roms on the gs5.
There is still a lot of work to be done on this and I appreciate the effort from those who have tested, and those who provided feedback.
Thanks and happy holidays
Sent from my SM-G900P using XDA Free mobile app
No go on NE5. Maybe im doing something wrong or missing something. Ill give it another go later tonight.
Hippie459MN said:
No go on NE5. Maybe im doing something wrong or missing something. Ill give it another go later tonight.
Click to expand...
Click to collapse
Assuming root is working, try another method of installing sqlite. There is an app called sqlite installer in the playstore that should do the trick.
Sent from my SM-G900P using XDA Free mobile app
miked63017 said:
Assuming root is working, try another method of installing sqlite. There is an app called sqlite installer in the playstore that should do the trick.
Sent from my SM-G900P using XDA Free mobile app
Click to expand...
Click to collapse
NE5 not working for me either. says already enabled, or installed in the dialog, but native tether still rejects. SQLite installed as directed, but nothing on the native tether seems to get me through.
---------- Post added at 07:46 AM ---------- Previous post was at 07:41 AM ----------
robatron said:
NE5 not working for me either. says already enabled, or installed in the dialog, but native tether still rejects. SQLite installed as directed, but nothing on the native tether seems to get me through.
Click to expand...
Click to collapse
But I should also Say, rooted using TowelRoot, Super SU, no custom recovery.
robatron said:
NE5 not working for me either. says already enabled, or installed in the dialog, but native tether still rejects. SQLite installed as directed, but nothing on the native tether seems to get me through.
---------- Post added at 07:46 AM ---------- Previous post was at 07:41 AM ----------
But I should also Say, rooted using TowelRoot, Super SU, no custom recovery.
Click to expand...
Click to collapse
How to manually install SQLite
Lets try this. I am attaching two different versions (just to have) of SQLite. One is for 4.4.2 and the other is for 5.0 (Android L).
Unzip the one for 4.4.2 and using a Root Explorer like the one built into Rom Toolbox, copy it to system/xbin overwriting the one that is there if prompted.
Then long press on the file system/xbin/sqlite, select permissions and change it to 0755.
Note:
Flashable versions of SQLite added if you anyone needs them but must have custom recovery installed.
I wonder if NE5 uses the pie binary like 5.0? FWIW the app downlosds a pie binary for anything with a sys version of 5.0 or higher, and non pie for anything under 5.0. Whatever the case I have a user reporting a similar problem on the gs5 sport running 4.4.2, so maybe I just have a bad copy of the non pie binary but its hard to make that call since sqlite installer also installs something that seems not to work.
For the people having issues, can you also run sqlite from a terminal emulator or adb by issuing the following command:
su
/system/xbin/sqlite3
If the binary is bad it should return a message similar to segmentatuon fault.
Sent from my SM-G900P using XDA Free mobile app
miked63017 said:
I wonder if NE5 uses the pie binary like 5.0? FWIW the app downlosds a pie binary for anything with a sys version of 5.0 or higher, and non pie for anything under 5.0. Whatever the case I have a user reporting a similar problem on the gs5 sport running 4.4.2, so maybe I just have a bad copy of the non pie binary but its hard to make that call since sqlite installer also installs something that seems not to work.
For the people having issues, can you also run sqlite from a terminal emulator or adb by issuing the following command:
su
/system/xbin/sqlite3
If the binary is bad it should return a message similar to segmentatuon fault.
Click to expand...
Click to collapse
I updated my post to include flashable zips. I 'think' the 5.0 pie version runs fine on 4.4.2 too but posted both anyway. Maybe add a link to the OP if you need to later on for manual and flashable versions with howto for manual installation.
Anyway, have a nice Xmas Mike.
TD
Update:
BTW, I did flash something that relies on sql with the pie binary on NE5 and it did seem to take.
tdunham said:
I updated my post to include flashable zips. I 'think' the 5.0 pie version runs fine on 4.4.2 too but posted both anyway. Maybe add a link to the OP if you need to later on for manual and flashable versions with howto for manual installation.
Anyway, have a nice Xmas Mike.
TD
Update:
BTW, I did flash something that relies on sql with the pie binary on NE5 and it did seem to take.
Click to expand...
Click to collapse
Cool thx for the help. Maybe I will add some logic to the app to try each until it finds one that works.
Merry xmas to you too @tdunham
Sent from my SM-G900P using XDA Free mobile app
Update:
Just realized that my app is expecting the "which" binary to be there and functional, which is not always the case. This means that having busybox installed may be a pre-requisite for now