[Q] Can someone mod a rom for me? please :) - Epic 4G General

can anyone mod a ACS rom for me so it can say "Stevie" in the lock screen and notification bar? instead of acs
http://forum.xda-developers.com/showthread.php?t=976194

bump.......

there's a couple problems with this. What theme are you using. If your using a theme your gonna have to contact that dev and ask him. If your just using the rom I'm the man to talk to.
if I do this for you then others are going to want it done then it will be time consuming. And I won't be able to work in my other projects. However I wrote a how-to on changing the sprint branding. You can always follow those instructions.
If I have some free time I may try to fit this in.
Sent from my SPH-D700 using Tapatalk

steviee7 said:
bump.......
Click to expand...
Click to collapse
you need to give the thread some time so people can see it. If no response in 24 hours then bump it. Not in the same time or in a matter of minutes. We don't live on the internet
Sent from my SPH-D700 using Tapatalk

sorry bout that... yes im just running the rom itself no theme or anything

steviee7 said:
sorry bout that... yes im just running the rom itself no theme or anything
Click to expand...
Click to collapse
I either suggest trying it your self or wait to see if I have time to do it
Sent from my SPH-D700 using Tapatalk

i tried it the other day but i messed up and i think i would rather wait for whenever you have time to mod it im in no rush i just thought it would be cool

just keep trying until you get it to work, you will feel awesome and you may learn a thing or two about android. there are a pretty limited number of ways to mess up such a small change so just do a little reading and you'll figure it out.

amirite said:
just keep trying until you get it to work, you will feel awesome and you may learn a thing or two about android. there are a pretty limited number of ways to mess up such a small change so just do a little reading and you'll figure it out.
Click to expand...
Click to collapse
+1 to this. I recently started using a theme that I wanted tweaked in one little way. I posted something in the thread and got no response and so started screwing around with it myself. It took a while (and multiple screw ups) but I eventually got it to do what I wanted. However, I learned a ton in the process that made me come up with new and improved ways I might screw up... I mean improve... my phone.
By the way, I think the key to doing this with confidence is doing a full "nandroid" backup (i.e. a backup in clockwork). As long as you do this before messing with anything on the phone, you can pretty much always restore the backup and be right where you were. I got myself stuck a couple times and this saved me.

dr_gibberish said:
+1 to this. I recently started using a theme that I wanted tweaked in one little way. I posted something in the thread and got no response and so started screwing around with it myself. It took a while (and multiple screw ups) but I eventually got it to do what I wanted. However, I learned a ton in the process that made me come up with new and improved ways I might screw up... I mean improve... my phone.
By the way, I think the key to doing this with confidence is doing a full "nandroid" backup (i.e. a backup in clockwork). As long as you do this before messing with anything on the phone, you can pretty much always restore the backup and be right where you were. I got myself stuck a couple times and this saved me.
Click to expand...
Click to collapse
When I'm working on mods I zip up the files I edited so I can flash and test the mod. I also create a 2nd zip with the same files but un modified. So if the modified zip breaks things I flash the un modified zip
Sent from my SPH-D700 using Tapatalk

MysteryEmotionz said:
However I wrote a how-to on changing the sprint branding. You can always follow those instructions.
Sent from my SPH-D700 using Tapatalk
Click to expand...
Click to collapse
Where is this located?

BWFBezerk said:
Where is this located?
Click to expand...
Click to collapse
Strings.xml after you decompile framework-res.apk zz_roaming text you'll see it probably says acs already. Pull the framework res.apk decompile in apk manager, then navigate to projects/framework-res.apk/res/values/strings.xml. Scroll down towards the bottom and search for zz_roaming_. Note in apk manager when you recompile and it asks is this a system app choose y. Then it asks to preserve signature as well as files choose yes thenin apk manager you'll now have a keep folder. Delete the file named resources.arsc and then goto place here for modding folder. You'll see unsigned-framework-res.apk in there rename that to framework-res.
Sent from my SPH-D700 using Tapatalk

dreamsforgotten said:
Strings.xml after you decompile framework-res.apk zz_roaming text you'll see it probably says acs already. Pull the framework res.apk decompile in apk manager, then navigate to projects/framework-res.apk/res/values/strings.xml. Scroll down towards the bottom and search for zz_roaming_. Note in apk manager when you recompile and it asks is this a system app choose y. Then it asks to preserve signature as well as files choose yes thenin apk manager you'll now have a keep folder. Delete the file named resources.arsc and then goto place here for modding folder. You'll see unsigned-framework-res.apk in there rename that to framework-res.
Sent from my SPH-D700 using Tapatalk
Click to expand...
Click to collapse
should have just linked him to my thread. Give me a minute and I'll dig it up
Sent from my SPH-D700 using Tapatalk

http://forum.xda-developers.com/showthread.php?t=872222
Sent from my SPH-D700 using Tapatalk

MysteryEmotionz said:
http://forum.xda-developers.com/showthread.php?t=872222
Sent from my SPH-D700 using Tapatalk
Click to expand...
Click to collapse
You right forgot all about it!
Lmao miss read that question thought he asked where the name was located seems he wanted the thread
Sent from my SPH-D700 using Tapatalk

well i tried to do it myself again... using your guide and when i try to install the new rom it says installation aborted!

Just push the framework-res.apk file... installation aborted is a problem with your updater-script
Sent from my SPH-D700 using XDA App

chris41g said:
Just push the framework-res.apk file... installation aborted is a problem with your updater-script
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
Either push it using adb or root explorer. Or use update script from another theme but leaving the file structure the same
Sent from my SPH-D700 using Tapatalk

chris41g said:
Just push the framework-res.apk file... installation aborted is a problem with your updater-script
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
yeah... i dont know how to do that...

steviee7 said:
yeah... i dont know how to do that...
Click to expand...
Click to collapse
Turn usb debugging on in settings applications development. Hook your usb cable open a command prompt and in the terminal cd to the directory with the modded framework and type adb push framework-res.apk system/framework/ and then hit enter. This requires you have the android sdk installed and the tools in your path if u you have trouble with that then get a theme that works on your rom open the theme with a zip program and delete everything inside the system folder except the folder framework. Next open the framework folder and delete both framework-res.apk and twframework.apk. Next drag and drop your framework-res.apk into that framework folder close the zip and flash
Sent from my SPH-D700 using Tapatalk

Related

[Q] Miunia ROM Patches

Does anyone have the clock and email patches for the Miunia ROM? Also one to fix the WiFi Tether? The dev posted links but they are all broken.
I'm not sure what I can do as far as making threads/posts because every time I try to contact someone or make a post in the right thread, this new member rule doesn't let me because I don't have 10 "helpful" posts.
If anyone can help, it'd be much appreciated.
You can always download ec07 clean or stock from database in Dev section. Unzip and pull apks. Then put on sdcard and install
Sent from my SCH-I400 using xda premium
Countdown
Nine to go...
ciscogee said:
You can always download ec07 clean or stock from database in Dev section. Unzip and pull apks. Then put on sdcard and install
Sent from my SCH-I400 using xda premium
Click to expand...
Click to collapse
So I can unzip the stock EC07 file and pull out apks? Sounds relatively straightforward, but you can install them if they're just on the sdcard? Seems deceptively easy...
DJMaj07 said:
So I can unzip the stock EC07 file and pull out apks? Sounds relatively straightforward, but you can install them if they're just on the sdcard? Seems deceptively easy...
Click to expand...
Click to collapse
Simply put them on sdcard, then move to /system/app with a root browser, and reboot
Dished out by my dumb digits
Txwolf1980 said:
Simply put them on sdcard, then move to /system/app with a root browser, and reboot
Dished out by my dumb digits
Click to expand...
Click to collapse
What is a root browser? Do I use my computer?
EDIT: Never mind. I looked it up. Thanks for the help! I'll post if I have any problems installing.
Pay for Root Explorer. It's cheap and invaluable.
ciscogee said:
You can always download ec07 clean or stock from database in Dev section. Unzip and pull apks. Then put on sdcard and install
Sent from my SCH-I400 using xda premium
Click to expand...
Click to collapse
So I downloaded one of the stock EC07 ROMs and unzipped it. I found the Clock apk and installed it just fine.
But the Email.apk I found was only the Corporate Email app.
What is the regular Email app called? That's the one I need.
DJMaj07 said:
So I downloaded one of the stock EC07 ROMs and unzipped it. I found the Clock apk and installed it just fine.
But the Email.apk I found was only the Corporate Email app.
What is the regular Email app called? That's the one I need.
Click to expand...
Click to collapse
It's a part of z7.apk.
Alright so I installed the apks last night. Email is up and running just fine.
FYI for anyone reading this in the future: in order to get the Email app to show up, you have to install both z7.apk and z7-rel-UI.apk
Works like a charm!
Also, a big thank you to you guys and everyone else in this community. You have breathed life into my phone. Thank you so much to all of the devs as well! I have high hopes and I am glad to have joined XDA! I don't know how much I can contribute, but I will offer whatever I can!
Sent from my SCH-I400 using XDA

Updated build.props for el30 (and legendary) roms! Updated with flashable zips!

If you were already getting the update message before flashing or pasting this file YOU MUST CLEAR CACHE AFTER PASTING OR FLASHING!!! That will clear the ota download from your phone and it won't be downloaded again after the build.prop edit!
Clean GB MTD 1.1.2 > http://db.tt/BfUir1kc.
Flashable- http://db.tt/OVjJAZw0
(If running bml version open the file after downloading with a text editor and change any mtd to bml and then replace in /system)
Sleeper rom > http://db.tt/pNLSOZ3B.
Flashable- http://db.tt/aekFn8K9
Thunderhawk IV el30 > http://db.tt/TFWgS337
Flashable- http://db.tt/hQzt0dlK
Legendary 2.2 ei22 > http://db.tt/Jq2i1TMX
Flashable > http://db.tt/usbR2lg1
THANK YOU DARKIERAWR for throwing these in flashable zips.... if you see a post of his around HIT THANKS!!!
Rename build.prop and overwrite the one in /system
if you don't see the rom you run here and want it just tell me the name of the rom and I will get it up... or, if you want to be nice, link me to it...
Thank you flast
Sent From My Sprint Galaxy Nexus via XDA Premium
ÜBER™ said:
Thank you flast
Sent From My Sprint Galaxy Nexus via XDA Premium
Click to expand...
Click to collapse
Tired of seeing it everyday... I figure this might help somewhat...
Bump for no update questions today!
You know you have to make this flashable in CWM. If people don't know how to edit the build.prop they are not going to be able to install this in system either without lots of guidance.
kennyglass123 said:
You know you have to make this flashable in CWM. If people don't know how to edit the build.prop they are not going to be able to install this in system either without lots of guidance.
Click to expand...
Click to collapse
If people don't know how to download either es or root explorer and mount system and overwrite their other build.prop, they deserve to keep getting the update message... I can understand not being completely clear on what to edit, but not being able to paste a file to the system directory... get an iphone... or unroot immediately cuz your bound to screw your phone up if you can't figure that out... come on people, be smarter than the phone...
flastnoles11 said:
Clean GB MTD 1.1.2 > http://db.tt/BfUir1kc. (If running bml version open the file after downloading with a text editor and change any mtd to bml and then replace in /system)
Sleeper rom > http://db.tt/pNLSOZ3B.
Thunderhawk IV el30 > http://db.tt/TFWgS337
Rename build.prop and overwrite the one in /system
if you don't see the rom you run here and want it just tell me the name of the rom and I will get it up... or, if you want to be nice, link me to it...
Click to expand...
Click to collapse
I didn't have to rename it... i copied it over and i rebooted and had the system update notification in the notification pulldown so i cleared it, hopefully i won't see it anymore
davidrules7778 said:
I didn't have to rename it... i copied it over and i rebooted and had the system update notification in the notification pulldown so i cleared it, hopefully i won't see it anymore
Click to expand...
Click to collapse
You might have to boot into cwm and clear cache... after that you'll be good to go.... clean gb is the only one that doesn't have to be renamed... I renamed the other ones so I wouldn't mix them up on my sd card... if your on clean gb bml... go into /system and open up build.prop and change wherever you see mtd to bml...
flastnoles11 said:
You might have to boot into cwm and clear cache... after that you'll be good to go.... clean gb is the only one that doesn't have to be renamed... I renamed the other ones so I wouldn't mix them up on my sd card... if your on clean gb bml... go into /system and open up build.prop and change wherever you see mtd to bml...
Click to expand...
Click to collapse
Nope I am on mtd and haven't seen it since I cleared it, so I am a happy camper
Sent from my SPH-D700 using xda premium
davidrules7778 said:
Nope I am on mtd and haven't seen it since I cleared it, so I am a happy camper
Sent from my SPH-D700 using xda premium
Click to expand...
Click to collapse
Good glad it helped you.... hoping to not see any more how to stop update threads... and just know if it does come back... clear cache and it will be gone for good....
flastnoles11 said:
Good glad it helped you.... hoping to not see any more how to stop update threads... and just know if it does come back... clear cache and it will be gone for good....
Click to expand...
Click to collapse
will do
flastnoles11 said:
If people don't know how to download either es or root explorer and mount system and overwrite their other build.prop, they deserve to keep getting the update message... I can understand not being completely clear on what to edit, but not being able to paste a file to the system directory... get an iphone... or unroot immediately cuz your bound to screw your phone up if you can't figure that out... come on people, be smarter than the phone...
Click to expand...
Click to collapse
That is so mean
Sent using FTL technology from the resurrection ship.
Naddict said:
That is so mean
Sent using FTL technology from the resurrection ship.
Click to expand...
Click to collapse
Hmm...mean or just real? You decide...lol.
Sent from my SPH-D700 using xda premium
Naddict said:
That is so mean
Sent using FTL technology from the resurrection ship.
Click to expand...
Click to collapse
Its the truth...
Sent From My Sprint Galaxy Nexus via XDA Premium
Naddict said:
That is so mean
Sent using FTL technology from the resurrection ship.
Click to expand...
Click to collapse
Hey at least give me a lil credit for still putting up the flashables!
flastnoles11 said:
Hey at least give me a lil credit for still putting up the flashables!
Click to expand...
Click to collapse
And IIIIIIIIII helped!
Super team we are yes.
darkierawr said:
And IIIIIIIIII helped!
Super team we are yes.
Click to expand...
Click to collapse
And all credit for the flashables to you in the o.p.
flastnoles11 said:
And all credit for the flashables to you in the o.p.
Click to expand...
Click to collapse
I saw. Thank you, but the mod is yours. Remember that.
As much as we see the question, figured this would be the most downloaded thing on xda!
Only the dozen or so that keep asking the question over and over need it. The rest are smart enough to follow our repeated instructions.
Sent from my PantechP4100 using xda premium

[HOWTO] Access build.prop without root!

Hello all, Here I present a tutorial on how to access build.prop without root!
If you havent already, Download ES File Explorer.
After installation, open it.
You are most likely to be landed on mnt/sdcard.
Click "Favorites".
Click the "/" with the phone icon.
After getting there, find the "system" folder.
Look for a file called "build.prop"
If prompted, open with any text file editor you have.
VOILA! You have now accessed the build.prop without root!
Press Thanks if I helped.
___________________
Curious about the 1970 Tapatalk bug? Read here.
SammyDroidWiz said:
Hello all, Here I present a tutorial on how to access build.prop without root!
If you havent already, Download ES File Explorer.
After installation, open it.
You are most likely to be landed on mnt/sdcard.
Click "Favorites".
Click the "/" with the phone icon.
After getting there, find the "system" folder.
Look for a file called "build.prop"
If prompted, open with any text file editor you have.
VOILA! You have now accessed the build.prop without root!
Press Thanks if I helped.
___________________
Curious about the 1970 Tapatalk bug? Read here.
Click to expand...
Click to collapse
thanks a lot bro
i find it as a nice tip
i never knew of this feature thanks a lot
Im not gonna try this as i already have root and access to build.prop. But im gonna go ahead and say it wont work. Sure you can get to the build.prop location and file but will it even open? Its in /system and unless you have access to /system (root) then how are you going to open any files unless the system allows it? Going through files and seeing them is one thing. Opening and editing them is another.
That's right, I'm the premium potaytoman and i seek the TROOOOOF! Problem?
gmaster1 said:
Im not gonna try this as i already have root and access to build.prop. But im gonna go ahead and say it wont work. Sure you can get to the build.prop location and file but will it even open? Its in /system and unless you have access to /system (root) then how are you going to open any files unless the system allows it? Going through files and seeing them is one thing. Opening and editing them is another.
That's right, I'm the premium potaytoman and i seek the TROOOOOF! Problem?
Click to expand...
Click to collapse
I was able to click and open the file, but i didnt edit since im scared.
___________________
Sent from the other side...
[HOWTO] Access build.prop without root!
For those with broken Tapatalk:
http://forum.xda-developers.com/showthread.php?t=2194417
SammyDroidWiz said:
I was able to click and open the file, but i didnt edit since im scared.
___________________
Sent from the other side...
[HOWTO] Access build.prop without root!
For those with broken Tapatalk:
http://forum.xda-developers.com/showthread.php?t=2194417
Click to expand...
Click to collapse
Lol dont worry. Editing the build.prop is nothing. I barely even need it. But like i said. Opening AND editing is another thing to just being able to see the files.
That's right, I'm the premium potaytoman and i seek the TROOOOOF! Problem?
gmaster1 said:
Lol dont worry. Editing the build.prop is nothing. I barely even need it. But like i said. Opening AND editing is another thing to just being able to see the files.
That's right, I'm the premium potaytoman and i seek the TROOOOOF! Problem?
Click to expand...
Click to collapse
Well, jst waiting for some daring guy to test, otherwise ill send a close request.
___________________
Sent from the other side...
http://forum.xda-developers.com/showthread.php?t=2194417
Click to expand...
Click to collapse
Without rooting you wont be able to save in build.prop. you need to be rooted for saving the desired value.
Do not be hurt, but at least this could be a joke of the week
SammyDroidWiz said:
Well, jst waiting for some daring guy to test, otherwise ill send a close request.
___________________
Sent from the other side...
Click to expand...
Click to collapse
At least you seemed clever enough to try. But like someone above me said. You have to be rooted to edit it and save it. Sure you can do whatever at first but if you cant save then then nothing will change.
Sorry to ruin your train of thought
That's right, I'm the premium potaytoman and i seek the TROOOOOF! Problem?
But at least your brain is working Sammy and that's more than we can say for alot of people around here. :thumbup::thumbup::thumbup:
Sent from my Kitteh via my Sexy Nexi 4 using Tapatalk
Thanks^^^
___________________
Sent from the other side...
Press the THANKS button if I helped.
Bump
Sent from the unknown abyss
_______________
She has said it, And you said it again.
Has this just become one of those threads that becomes off-topic after everything on-topic has been said?
That's right, I'm the premium potaytoman and i seek the TROOOOOF! Problem?
gmaster1 said:
Has this just become one of those threads that becomes off-topic after everything on-topic has been said?
That's right, I'm the premium potaytoman and i seek the TROOOOOF! Problem?
Click to expand...
Click to collapse
Sorta...
Sent from the unknown abyss
_______________
She has said it, And you said it again.
Tis OK
Ohai Sammy *waves towards the Philippines *
Sent by my Kitteh eating my muffin head (Im chocolate chip) via my Sexy Nexi 4 using Tapatalk
On 2019 this has got fixed.
Help?

[Request] Stock Samsung Apps Dump

So at first i thought all this bloat was just bs. But after some things i've checked out some apps i kinda wish i still had some of the Samsung apps. Unfortunately I'm a fool and instead of freezing i just deleted from Tibu.
Any help?
Did I post in the wrong section?
Sent from my SAMSUNG-SGH-I337 using xda app-developers app
In the development section there is a post that says "factory stock" using Odin. You could either reset to factory using this method or download the zip file and extract the app you need.
Sent from my SAMSUNG-SGH-I337 using xda app-developers app
I'll just extract it thanks!!
Sent from my SAMSUNG-SGH-I337 using xda app-developers app
You can te download all the apps from samsung hub too. Deleting chat on will break svoice. Only way to get it back is to Odin or Kies
slider2828 said:
You can te download all the apps from samsung hub too. Deleting chat on will break svoice. Only way to get it back is to Odin or Kies
Click to expand...
Click to collapse
So i just Dl'ed the odin file and when i extract it all i see is the md5 file and ss_DL... Nothing there to pull the apks.
Can some one just dump the apks?
At least try and help your self...there is like only 5 threads in the dev section...come on its not that hard...took me less than 10 seconds to find this -_- next time follow forum rules and search before creating a thread
http://forum.xda-developers.com/showthread.php?t=2259401
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2
Dwolf16 said:
So i just Dl'ed the odin file and when i extract it all i see is the md5 file and ss_DL... Nothing there to pull the apks.
Can some one just dump the apks?
Click to expand...
Click to collapse
Man come on don't be lazy.... Just log into samsung hub and download... its like 5 seconds....
That would be easy if I didn't debloat my phone and get rid of hub. I never asked to be called lazy i just searched the forum like everyone should. Didn't see **** because i obviously didn't know what de-odexed meant so i thought i would start a new thread. Sorry that it comes off lazy i thought in general i could ask this dumb question instead of taking up a developer post.
Sent from my SAMSUNG-SGH-I337 using xda app-developers app
mg2195 said:
At least try and help your self...there is like only 5 threads in the dev section...come on its not that hard...took me less than 10 seconds to find this -_- next time follow forum rules and search before creating a thread
http://forum.xda-developers.com/showthread.php?t=2259401
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2
Click to expand...
Click to collapse
romracer said:
I noticed the previously posted de-odexed dump was not complete. Its missing several items. Below are links to my attempt at de-odexing the system apps and framework. It is a complete dump.
Deodexed framework (MD5 543acaded314224318cd90775654b57c)
Deodexed apps (MD5 58de9c029f1f62ba06dcc634020eeca9)
I have actually pushed this to my device and verified its working. I did this by "stop"ing the Android runtime, using the internal "SD" with adb push and some for loops then an adb reboot. I will not provide more detailed instructions.
I DO NOT RECOMMEND YOU TRY UNLESS YOU KNOW WHAT YOU ARE DOING!
I hope other ROM developers can use this as a base once we have a safe way to restore soft bricks.
Click to expand...
Click to collapse
Yea i'm not so good at adb pushing as its been a while. so thanks but no thanks
Dwolf16 said:
Yea i'm not so good at adb pushing as its been a while. so thanks but no thanks
Click to expand...
Click to collapse
-_- then extract the apps and use a file explorer to push them to /system, adb isnt the only way...but I really think for you the easiest way is to return to stock...theres a thread in the dev section...just requires a couple clicks of the mouse
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2
Dwolf16 said:
Yea i'm not so good at adb pushing as its been a while. so thanks but no thanks
Click to expand...
Click to collapse
you mean it's too hard to do "adb push [location of file (newb tip: you can even drag the file into the terminal/cmd window and it'll automatically place the file location!!)] /system"
mg2195 said:
-_- then extract the apps and use a file explorer to push them to /system, adb isnt the only way...but I really think for you the easiest way is to return to stock...theres a thread in the dev section...just requires a couple clicks of the mouse
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2
Click to expand...
Click to collapse
Thanks. I did that last night and it worked. Sorry for the hassle.
Sent from my SAMSUNG-SGH-I337 using xda app-developers app
you mean it's too hard to do "adb push [location of file (newb tip: you can even drag the file into the terminal/cmd window and it'll automatically place the file location!!)] /system"

Thanks for the noob tip as well never knew that.
Dwolf16 said:
Thanks. I did that last night and it worked. Sorry for the hassle.
Sent from my SAMSUNG-SGH-I337 using xda app-developers app
you mean it's too hard to do "adb push [location of file (newb tip: you can even drag the file into the terminal/cmd window and it'll automatically place the file location!!)] /system"

Thanks for the noob tip as well never knew that.
Click to expand...
Click to collapse
Glad you ended up getting it...sorry looking back I did come across as rude...just got so much going on right now ive been kinda on edge...in all honesty I wasted more time and energy then was needed...and if anything I should be sorry for the hassle
-we were all in the same boat as you once...new to android development and not knowing what to do...sometimes its easy to forget that....but youll be a pro in no time
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2
Please read forum rules before posting
Questions and help issues go in Q&A
Thread moved
Thank you for your cooperation
Friendly Neighborhood Moderator
slider2828 said:
You can te download all the apps from samsung hub too. Deleting chat on will break svoice. Only way to get it back is to Odin or Kies
Click to expand...
Click to collapse
I'm definitely new in the game but just wanted to clarify this statement. I disabled a bunch of the bloatware apps prior to rooting my S4 today. The only app I deleted using Rom Toolbox Lite was ChatOn before deciding it wasn't a good idea to remove anything instead of just leaving all the bloatware disabled.
I went back and re-installed ChatOn and ChatOn Voice & Video Chat through Google Play / Market and S Voice seems to be working just fine. I saw another thread that said uninstalling/deleting ChatOn would affect S Voice but I'm not seeing this effect. Was re-installing ChatOn through Google Play store vs Odin or Kies a waste of time?
Still learning here, any feedback is appreciated.
Edit: I ended up just doing recovery through Kies to ensure the stock apps were restored appropriately and made sure not to disable ChatOn this time. Just curious why S-Voice worked for me after having rooted and deleted ChatOn but others had issues with this.

Native Hotspot Assistance

Once a deodexed rom is released it will be easier to test the hotspot mod out. Because not having the phone would require someone else that can Odex the files and test. This would be a pain because you would have to do that for each test. For now I am curious about something though. Is there anyone out there with the S5 that is paying for the hotspot? If so can you configure it and connect to it at least once, if you haven't already, and send me your services.jar and services.odex? You will probably need to be rooted in order to get to the files. Don't worry there won't be any sensitive information in the files.
I tried the mod you posted, same as was done on Note 2. Not sure if it worked or not as the build had some data issues, so couldnt comnect to test. It compiled and booted fine with the line deletion at least. Was easy enough to find
Gettin frustrated with getting the deodexed working to move on. Have some issues ive never seen before. Just Play store, Hangouts and Google Calendar sync FC's. Think its a GmsCore issue
Sent from my SM-G900P using XDA Premium 4 mobile app
Tried to open an official hotspot thread to work on native tetheing collectively as well as a guide to different ways to tether, its only a few posts below this one.
crawrj said:
Once a deodexed rom is released it will be easier to test the hotspot mod out. Because not having the phone would require someone else that can Odex the files and test. This would be a pain because you would have to do that for each test. For now I am curious about something though. Is there anyone out there with the S5 that is paying for the hotspot? If so can you configure it and connect to it at least once, if you haven't already, and send me your services.jar and services.odex? You will probably need to be rooted in order to get to the files. Don't worry there won't be any sensitive information in the files.
Click to expand...
Click to collapse
Crawj,
I used the same wifi tether app that works on Note 2 4.3 and did it without any special tricks.
garwynn said:
Crawj,
I used the same wifi tether app that works on Note 2 4.3 and did it without any special tricks.
Click to expand...
Click to collapse
Thanks for that! But you know how I am It is just my nature to use the native app. So if it can work that is best IMO. That way when I finally do get the 5 it is already waiting for me :victory:
OH and I don't believe I have talked to you since you became a moderator so congratulations on that. Well deserved!
charlie-n said:
Tried to open an official hotspot thread to work on native tetheing collectively as well as a guide to different ways to tether, its only a few posts below this one.
Click to expand...
Click to collapse
Yeah I saw that. Thanks for sharing. I wanted this one to be specifically for getting the services files from someone that is paying for the service. So that is why I created a separate thread.
sleshepic said:
I tried the mod you posted, same as was done on Note 2. Not sure if it worked or not as the build had some data issues, so couldnt comnect to test. It compiled and booted fine with the line deletion at least. Was easy enough to find
Gettin frustrated with getting the deodexed working to move on. Have some issues ive never seen before. Just Play store, Hangouts and Google Calendar sync FC's. Think its a GmsCore issue
Sent from my SM-G900P using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Thank you. Could you Odex your hotspot mod and try it with either your rom or stock to see if it works? If it works on Odex then you know it will work on deodexed once it is ready.
To get the native hotspot working, you need to:
update carriers set type="default,mms,dun" where apn="n.ispsn";
in the following file:
/data/data/com.android.providers.telephony/databases/telephony.db
This is what worked for me on Sprint North America. Just got it working today, was trying all the known tricks including rebuilding framework-res.apk with no luck. Be advised however I first used a sqlite app from the market and it added a space between mms and dun which did not work. I installed the sqlite3 binary and did that SQL command from adb shell. Can do more of a walk through if needed, let me know.
Edit: miked63017 beat me to it. Here's his flashable zip: http://forum.xda-developers.com/showpost.php?p=52089811&postcount=9
Scolias said:
Flashable hotspot mod here.
Click to expand...
Click to collapse
Isn't this the same thing that Mike provided? If so you should give him the credit. And his flashable zip is probably safer and cleaner than replacing the database file.
Sent from my SPH-L720 using Tapatalk
crawrj said:
Isn't this the same thing that Mike provided? If so you should give him the credit. And his flashable zip is probably safer and cleaner than replacing the database file.
Sent from my SPH-L720 using Tapatalk
Click to expand...
Click to collapse
His zip is admittedly different than the zip I made, mine runs a sqlite command in place, while his copies a premade db into place. Either way, lets get some feedback on how this thing is working...
miked63017 said:
His zip is admittedly different than the zip I made, mine runs a sqlite command in place, while his copies a premade db into place. Either way, lets get some feedback on how this thing is working...
Click to expand...
Click to collapse
Yeah but it is using the mod that you discovered. So you should be credited. And my other point is that your zip only adds the portion of the mod that is required. His replaces the entire db file which could cause issues.
Sent from my SPH-L720 using Tapatalk
crawrj said:
Yeah but it is using the mod that you discovered. So you should be credited. And my other point is that your zip only adds the portion of the mod that is required. His replaces the entire db file which could cause issues.
Sent from my SPH-L720 using Tapatalk
Click to expand...
Click to collapse
I completely agree, I harbor no grudges though, thanks for standing up for me in my absence ( Its the sign of a truly awesome moderator and/or community :good: )
crawrj said:
Isn't this the same thing that Mike provided? If so you should give him the credit. And his flashable zip is probably safer and cleaner than replacing the database file.
Sent from my SPH-L720 using Tapatalk
Click to expand...
Click to collapse
Didn't see his zip. Anyway, reported my thread for removal. Sorry about that.
Scolias said:
Didn't see his zip. Anyway, reported my thread for removal. Sorry about that.
Click to expand...
Click to collapse
It's not a big problem. I knew your zip was different. My only point is that Mike published the method of unlocking the hotspot first. So he should have been credited for finding the fix. That's it. You could have kept your zip alive if you wanted to. Although I still believe his install is safer.
Sent from my SPH-L720 using Tapatalk
crawrj said:
It's not a big problem. I knew your zip was different. My only point is that Mike published the method of unlocking the hotspot first. So he should have been credited for finding the fix. That's it. You could have kept your zip alive if you wanted to. Although I still believe his install is safer.
Sent from my SPH-L720 using Tapatalk
Click to expand...
Click to collapse
Mind telling me why? Still learning. TIA
Scolias said:
Mind telling me why? Still learning. TIA
Click to expand...
Click to collapse
Because his zip only does a sql update for the specific change that is required. You're zip replaces the entire db file. Nothing may ever come of that. But if a user had a db file which had different contents than the one you provide they would lose those changes. There is also a very slight possibility that permissions on that file could get corrupted when replacing it. Highly unlikely though. I'd be more concerned about the first possibility.
Sent from my SPH-L720 using Tapatalk
crawrj said:
Because his zip only does a sql update for the specific change that is required. You're zip replaces the entire db file. Nothing may ever come of that. But if a user had a db file which had different contents than the one you provide they would lose those changes. There is also a very slight possibility that permissions on that file could get corrupted when replacing it. Highly unlikely though. I'd be more concerned about the first possibility.
Sent from my SPH-L720 using Tapatalk
Click to expand...
Click to collapse
Ah, that makes sense now. Thanks.
lil update crawrj, the method we used the Note 2 doesnt fly on here. just tested on new Deodexed build. says I'm not subscribed...
and what do you know. I'm not
Would be a good idea to decompile sectelephonyprovider and see if those values in the database file can't be forced as default for all additions that have that apn field

Categories

Resources