Stock Android 2.3.5 APK's needed. - AT&T Samsung Galaxy S II Skyrocket SGH-I727

I have searched xda over and cannot find where to download a couple of apk files. I've seen people mention them in places but no where to download. So I have an idea floating around in my head and need two apks to see if I can make it work... needed are...
1. Stock touchwiz apk for android 2.3.5 that was on the skyrocket out of the box.
2. Gallery3d apk that also came stock on the 2.3.5 out of the box.
If anyone has these or knows where I can download them from either upload or send me a link.
If I can get my idea to work I will then post it and give some kudos to whoever helps with these files...
Sent from my SAMSUNG-SGH-I727 using xda premium

garydv2002 said:
I have searched xda over and cannot find where to download a couple of apk files. I've seen people mention them in places but no where to download. So I have an idea floating around in my head and need two apks to see if I can make it work... needed are...
1. Stock touchwiz apk for android 2.3.5 that was on the skyrocket out of the box.
2. Gallery3d apk that also came stock on the 2.3.5 out of the box.
If anyone has these or knows where I can download them from either upload or send me a link.
If I can get my idea to work I will then post it and give some kudos to whoever helps with these files...
Sent from my SAMSUNG-SGH-I727 using xda premium
Click to expand...
Click to collapse
I'll see if I can dig them out
---------- Post added at 01:32 AM ---------- Previous post was at 01:24 AM ----------
Here they are, also included the odex. I have no idea what yo are up to??
http://d-h.st/JJP

xcrazydx said:
I'll see if I can dig them out
---------- Post added at 01:32 AM ---------- Previous post was at 01:24 AM ----------
Here they are, also included the odex. I have no idea what yo are up to??
http://d-h.st/JJP
Click to expand...
Click to collapse
if it works i promise ill tell if it dont ill never say lol...

garydv2002 said:
if it works i promise ill tell if it dont ill never say lol...
Click to expand...
Click to collapse
Haha, good luck!

what im trying to do id get the issue with the wallpaper resizing fixed for those who dont want to install a custom rom. my idea is it worked fine on 2.3.5 so i just have to figure out what the difference is in the code and whether its a gallary problem or a touchwiz problem or a little of both. ive tried every launcher on the market so im hoping the problem is the gallary and i can take the apk from 2.3.5 and drop it in the system app root folder and it work. if that dont work ill have to start looking into the code and see if there is a difference. its all wrote in java so i know java from my computer programing days... but there has got to be a way to make it work....

garydv2002 said:
what im trying to do id get the issue with the wallpaper resizing fixed for those who dont want to install a custom rom. my idea is it worked fine on 2.3.5 so i just have to figure out what the difference is in the code and whether its a gallary problem or a touchwiz problem or a little of both. ive tried every launcher on the market so im hoping the problem is the gallary and i can take the apk from 2.3.5 and drop it in the system app root folder and it work. if that dont work ill have to start looking into the code and see if there is a difference. its all wrote in java so i know java from my computer programing days... but there has got to be a way to make it work....
Click to expand...
Click to collapse
Those apk's are stock, not deodexed. So if you are planning on dropping them in a custom rom, I think you will have to deodex them. Or I can upload the deodexed versions if you need them.

xcrazydx said:
Those apk's are stock, not deodexed. So if you are planning on dropping them in a custom rom, I think you will have to deodex them. Or I can upload the deodexed versions if you need them.
Click to expand...
Click to collapse
I'm running ucle2 and can't resize wallpaper other than cwm recovery and rooted and debloated I am stock. So do you think they need to be deodexed for stock ucle2? I'm not installing the touchwiz as a matter of fact I hope I don't need it but if I do it will just be to look at the code and see how it differs from ucle2 touchwiz if any at all. I'm hoping I can drop the apk and odex file in the root system app folder replacing the ucle2 with the 2.3.5 gallery and I'm hoping it run it and I can once again resize wallpaper and have ucle2. I like to have my cake and eat it too...
Sent from my SAMSUNG-SGH-I727 using xda premium

garydv2002 said:
I'm running ucle2 and can't resize wallpaper other than cwm recovery and rooted and debloated I am stock. So do you think they need to be deodexed for stock ucle2? I'm not installing the touchwiz as a matter of fact I hope I don't need it but if I do it will just be to look at the code and see how it differs from ucle2 touchwiz if any at all. I'm hoping I can drop the apk and odex file in the root system app folder replacing the ucle2 with the 2.3.5 gallery and I'm hoping it run it and I can once again resize wallpaper and have ucle2. I like to have my cake and eat it too...
Sent from my SAMSUNG-SGH-I727 using xda premium
Click to expand...
Click to collapse
no, if you're stock you don't want deodex, so you're good. No idea if it will work, though. Lol
I'm guessing there's more to it than just switching out a couple apk's. I dunno
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2

xcrazydx said:
no, if you're stock you don't want deodex, so you're good. No idea if it will work, though. Lol
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Click to expand...
Click to collapse
I'm not gonna work on it anymore tonight but I'm gonna give it a shot tommorow and if I can get it working I'll post whatever I had to do to get it working... thanks for the files...
Sent from my SAMSUNG-SGH-I727 using xda premium

Are you doing anything like DAGr8 did in this thread for 2.3.6?
http://forum.xda-developers.com/showthread.php?t=1558304

Uncle Irish said:
Are you doing anything like DAGr8 did in this thread for 2.3.6?
http://forum.xda-developers.com/showthread.php?t=1558304
Click to expand...
Click to collapse
Kinda yea. Didn't know there was a forum for it already. My hope is that it will work without any changing code you know keep it simple until simple don't work... I noticed last night that both 2.3.5 and ucle2 both use the same touchwiz30 so maybe I'll get away with simple....
Sent from my SAMSUNG-SGH-I727 using xda premium

Well of course simple hasn't worked so now I'm about to check code.. oh what fun. When I drop the 2.3.5 apk in the system app folder it opens for a short few seconds and force closes. I've tried fix permissions and of course wiped cache and dalvick cache so its close to working but close just isn't good enough... but I have not gave up yet. Any ideas would be greatly appreciated....
Sent from my SAMSUNG-SGH-I727 using xda premium

Well finally got it working.. here is the link to the post and details..
Give thanks to xcraxydx for providing the apk files..
http://forum.xda-developers.com/showthread.php?p=26524608
Sent from my SAMSUNG-SGH-I727 using xda premium

Related

[Theme]ICS theme[UCKK1, KK2,KK4,KL2]14-toggles fully themed

i have pulled all these pngs from many, many ics themes to make my own for the stock roms who don really want to flash a custom rom.
Toggles include reboot, download and recovery for those on stock that dont have an extended power menu, one flash and now you do..
Instructions:
Place zip on sd card
wipe cache and dalvik cache
fix permissions
flash theme
reboot
this is intended for non-themed stock roms, if you flash over any of the themed roms you will probably have issues. I am just giving love to the ones who like the stock functionality but want a little ICS eye candy, and handy toggles. Youve been warned! If you flash over themed custom rom and then have issues and force closes , i dont want to hear it..thank you
Once again i am not responsible if your phone melts...
This theme features 14 toggles(hard coded in by me)no external app
ICS bootanimation
ICS transition animations
Themed apps include:
Voice search
Voice recorder
tw calaender
twcalculator
tw30 launcher
SystemUI
Sound player
Settings(lockscreen menu in but not working yet, still modifying jars)
settings provider
Phone
music player
media provider
MMS
LatinIME
Job manager
Gmail
Gallery
Email Widget
Email
Dialer
Contacts
Clock package
Camera
Browser..
Thanks to
Dagr8
IlluminatedOne
Johnsondr80
Nopcodex90
jordan elliot
Darky
All for pngs i collected over time...
enjoy!
ICS theme:http://www.multiupload.com/XEK7XG72XR
Reseved
Sent from my SAMSUNG-SGH-I997 using xda premium
Don't have time for screenies....but trust me its nice...
Sent from my SAMSUNG-SGH-I997 using xda premium
Thanks Dman!
Edit: found my answer. Thanks!
can somebody post some screenshots please. thanks in advance.
Like I said..I don't have time for screens...do you not know what an ics theme looks like?? This one is no different....
Sent from my SAMSUNG-SGH-I997 using xda premium
i am completely stock I997UCKH1 (rooted and cwm'd) will it work for me..be gentle i know it says uckk1,2,4... but no uckh1 .. sorry if it is a dumb question.
No...need to flash one of the links I mentioned bro
Sent from my SAMSUNG-SGH-I997 using xda premium
ok cool..thanks !!
just in case any of you were thinking of trying this out on custom rom regardless of instructions, I already tried on Infused 2.3 and it gives bootloop after flash. =/
Edit: Also will let you know that this will result in needing to reflash back to stock then to the custom rom you had before. So dont try it if you havent backed anything up. I only did this because I was already backed up and was planning on flashing back to Froyo anyways. So i just took a chance on it. Now flashing Infused 1.6 as we speak.
Infuse 2.3 is not even close to UCKK1, 2, 4 or UCKL2....that's why I specifically clarified that in op...so this question wouldn't arise...but yet it did anyway....go figure
Sent from my SAMSUNG-SGH-I997 using xda premium
dman3285 said:
Infuse 2.3 is not even close to UCKK1, 2, 4 or UCKL2....that's why I specifically clarified that in op...so this question wouldn't arise...but yet it did anyway....go figure
Sent from my SAMSUNG-SGH-I997 using xda premium
Click to expand...
Click to collapse
He said that he tried regardless of instruction. he wasnt asking a question. He actually read the op. I understand that its annoying when people dont follow directions, but you need to give people the benefit of the doubt. We all appreciate the work you do, and it would be easier if you just ignored the posts that you didnt like. And please try to read what others post carefully before responding in a negative way. thanks again for all that you do
Sent from my SAMSUNG-SGH-I997 using xda premium
The reason I put it in the op is so these questions wouldn't be asked..period...but people don't listen...I wasn't being hateful...but I post as much in the op so people wont ask a question they know the answer too....anyone who reads the op should automatically know that it wont work with infused rom...so the question or comment should have never been posted. That's why I commented...I don't know how much more clearer I can make the op be...but I will edit the op with a list of roms this is compatible with so this does not come up again.
Sent from my SAMSUNG-SGH-I997 using xda premium
dman3285 said:
The reason I put it in the op is so these questions wouldn't be asked..period...but people don't listen...I wasn't being hateful...but I post as much in the op so people wont ask a question they know the answer too....anyone who reads the op should automatically know that it wont work with infused rom...so the question or comment should have never been posted. That's why I commented...I don't know how much more clearer I can make the op be...but I will edit the op with a list of roms this is compatible with so this does not come up again.
Sent from my SAMSUNG-SGH-I997 using xda premium
Click to expand...
Click to collapse
I think you are misunderstanding me. I was just trying to tell you that he wasnt even asking a question. he read the op and knew that the theme wasnt designed for infused, but he tried it out to see if it could possibly work and then posted to let everyone else know not to try it.
Sent from my SAMSUNG-SGH-I997 using xda premium
btpd21 said:
I think you are misunderstanding me. I was just trying to tell you that he wasnt even asking a question. he read the op and knew that the theme wasnt designed for infused, but he tried it out to see if it could possibly work and then posted to let everyone else know not to try it.
Sent from my SAMSUNG-SGH-I997 using xda premium
Click to expand...
Click to collapse
This..........
Would it be possible for you to maybe ppost links to individual apks that might work (albeit in a standalone method) with Infused 1.6 (Froyo)? or any custom rom for that matter. Such as links to the dialer apk, boot animation, etc. Maybe the thread could just be turned into a repository for such links along with your project. It just seems useless to post something that can only be installed on stock devices considering that probably most people on these threads have a custom rom on their infuse. Dont mean to be rude or anything either at all. Thanks though!
screenshots please
tazbo28 said:
Would it be possible for you to maybe ppost links to individual apks that might work (albeit in a standalone method) with Infused 1.6 (Froyo)? or any custom rom for that matter. Such as links to the dialer apk, boot animation, etc. Maybe the thread could just be turned into a repository for such links along with your project. It just seems useless to post something that can only be installed on stock devices considering that probably most people on these threads have a custom rom on their infuse. Dont mean to be rude or anything either at all. Thanks though!
Click to expand...
Click to collapse
This is for the stock roms that were posted in the op. If you are not on those roms look else where or make your own. Your asking someone to make things just for you. It's not useless for the people who run stock roms. Your post was a little rude.
Sent from my SAMSUNG-SGH-I997
Yep...most people do run custom Rome that are fully themed...but there are a few that do run stock rooted roms and are happy that way....this is for them...they need some love too...this ain't Burger king...
Sent from my SAMSUNG-SGH-I997 using xda premium
rjcoolhtc said:
screenshots please
Click to expand...
Click to collapse
Flash it and post some.
X,
Sent from my Infuse.

Samsung galaxy player, Music Player .apk??

Well someone on their forums gave me the apk, and I have tried to push it to system, change permission and reboot... and checked and it wasn't installed, am I doing something wrong? Or is it just that that particular apk can't be pushed?
Sent from my SAMSUNG-SGH-I997 using XDA App
KingVekxin said:
Well someone on their forums gave me the apk, and I have tried to push it to system, change permission and reboot... and checked and it wasn't installed, am I doing something wrong? Or is it just that that particular apk can't be pushed?
Sent from my SAMSUNG-SGH-I997 using XDA App
Click to expand...
Click to collapse
thats what im trying to do with the miui sms and trying to replace the cm7 one.
along with the music player.
hopefully someone knows what to do.
lol im feared said:
thats what im trying to do with the miui sms and trying to replace the cm7 one.
along with the music player.
hopefully someone knows what to do.
Click to expand...
Click to collapse
Hopefully we wont be ignored too hard lol
Sent from my SAMSUNG-SGH-I997 using XDA App
oh hey, I have that apk but haven't tried to install it yet. I deodexed the galaxy player 4.0" 2.3.5 rom and was gonna play with it but haven't had the time. it might be that you don't have the deodexed apk so the odex files is missing. also I'm not sir if an odexed file can run on deodexed framework.
ill play with it tonight and let you know if it works. if it does ill send you the deodexed version.
Dani897 said:
oh hey, I have that apk but haven't tried to install it yet. I deodexed the galaxy player 4.0" 2.3.5 rom and was gonna play with it but haven't had the time. it might be that you don't have the deodexed apk so the odex files is missing. also I'm not sir if an odexed file can run on deodexed framework.
ill play with it tonight and let you know if it works. if it does ill send you the deodexed version.
Click to expand...
Click to collapse
Thanks so much, keep me posted
Sent from my SAMSUNG-SGH-I997 using XDA App
hey i got it working sorta but the settings dosent open. i dont know if it is a problem with deodexing or some weird framework or other dependancy.
i will try flashing a non deodexed leak to my phone and try it with the odex file maybe this weekend. im not really a developer so it's gonna be a lot of trial and error.
Ok I understand cuz neither am I really but thanks for the effort cuz no one else seem to want to help
Sent from my SAMSUNG-SGH-I997 using XDA App

How do I get wallpaper from gtg's Infused rom

Hi everyone. I've been reading around xda for quite a while and would first like to say thanks to all the great devs and others on here who have really helped to make the infuse an even better phone. Ok so this is my first post so I hope I have the right section. My question: is it possible to pull the sgs2 wallpaper pack from gtg's Infused rom? I've searched everywhere and can't find a wallpaper pack like it. I'm trying to complete my sgs2 look on my infuse with CM7 and wizmod2 theme. Thanks for any help!
Sent from my SGH-I997 using xda premium
Try searching for the wallpapers in the rom zip. Normal locations are the framework apk if its just one. Or a separate folder in the ROM if they are multiple.
diablo009 said:
Try searching for the wallpapers in the rom zip. Normal locations are the framework apk if its just one. Or a separate folder in the ROM if they are multiple.
Click to expand...
Click to collapse
Thanks diablo and thanks for your compiled modems thread
Sent from my SGH-I997 using xda premium
It will be called default_wallpaper.jpg ....or in system/app look in TwWallpaperchooser.apk
Sent from my SAMSUNG-SGH-I997 using xda premium
dman3285 said:
It will be called default_wallpaper.jpg ....or in system/app look in TwWallpaperchooser.apk
Sent from my SAMSUNG-SGH-I997 using xda premium
Click to expand...
Click to collapse
Thanks dman . I didn't realize you could pull files and even apps from other rom zips. This is awesome. Looks like I've got some more tinkering to do.
Edit: also, just wanted to thank you dman for all your hard work as a dev
Sent from my SGH-I997 using xda premium
sparks83 said:
Thanks dman . I didn't realize you could pull files and even apps from other rom zips. This is awesome. Looks like I've got some more tinkering to do.
Edit: also, just wanted to thank you dman for all your hard work as a dev
Sent from my SGH-I997 using xda premium
Click to expand...
Click to collapse
Yes, but only selective apps. You may, but should be careful with the android build version. Some apps are compiled from sources, and those might not be compatible when taken from one ROM to another. But others, like add on apps, can be taken.
diablo009 said:
Yes, but only selective apps. You may, but should be careful with the android build version. Some apps are compiled from sources, and those might not be compatible when taken from one ROM to another. But others, like add on apps, can be taken.
Click to expand...
Click to collapse
Ha yea I spoke too soon only some were usable I actually pulled the Touchwiz4 launcher from Darkyrom and everything works except when I try to add Widgets just the normal widget menu window pops up rather than the horizontal scrolling icons menu :/
Sent from my SGH-I997 using xda premium
sparks83 said:
Ha yea I spoke too soon only some were usable I actually pulled the Touchwiz4 launcher from Darkyrom and everything works except when I try to add Widgets just the normal widget menu window pops up rather than the horizontal scrolling icons menu :/
Sent from my SGH-I997 using xda premium
Click to expand...
Click to collapse
You can use tw4.5 which is a modded version for any phone but I've found it to be buggy. there is also a framework mod that can be done to get it all working. I'm actually gonna play with that tonight.
Dani897 said:
You can use tw4.5 which is a modded version for any phone but I've found it to be buggy. there is also a framework mod that can be done to get it all working. I'm actually gonna play with that tonight.
Click to expand...
Click to collapse
Dani, I actually am looking into that framework mod at the moment but I'm still a noob at all this so reading up on decompiling the framework jar. Let me know if you have any luck man cuz I'd really like to get this working. Thanks
Sent from my SGH-I997 using xda premium
sparks83 said:
Dani, I actually am looking into that framework mod at the moment but I'm still a noob at all this so reading up on decompiling the framework jar. Let me know if you have any luck man cuz I'd really like to get this working. Thanks
Sent from my SGH-I997 using xda premium
Click to expand...
Click to collapse
I think the tree structure within framework.jar is a bit different but it may still work, I still haven't tested it, I got distracted. you can use apk tool or smali to decompile it, baksmali or apk tool to compiled it.
I don't mess with apk manager because it tries to do to much for you and isn't really useful because the apps don't usually work when you are done, you wind up having to pull files from the Finnished apk and dropping them in a copy of the original because the signing doesn't work with system apps.

Erikmm MoKee Q & A

Erikmm just keep on bringing the good stuff thanks for this! !! Mokee questions & answers thread.
Sent from my SGH-T959V using XDA App
Lol eh I do what I can, just trying to give people options on what roms to run as a daily driver. I'm still on mokee its nice and smooth and with the ics theme looks like ics lol.
Also, I will be adding more roms to that thread of different miui like roms
sent from the BatCave
Is this a light weight rom like joyos?
eollie said:
Is this a light weight rom like joyos?
Click to expand...
Click to collapse
What do you mean by lightweight? Lol it has alot more tweaks and features if that's what you mean
sent from the BatCave
erikmm said:
What do you mean by lightweight? Lol it has alot more tweaks and features if that's what you mean
sent from the BatCave
Click to expand...
Click to collapse
And it's ICS likey, not iPhone-ish...Mayb old-fashioned M4x will like this than JoyOS huh ...Go for ICS-ish lol
And is anyone else or just me feeling a little bit laggy when pressing power button to go into power menu? and laggy when going to any menu in the power menu like reboot or sth?
And am I wrong or there is not a file explorer app by default :? :" (tell me I am wrong :s) and I have no root permission when using titanium :s...but the busybox installer said I am rooted @@...guess there's somthing wrong w my phone eh :?
I think he mean as in small file size
Could some one please post a link on how to flash this rom or do I just do it through cwm like other roms
Sent from my SGH-T959V using xda premium
Mokee comes with no file explorer but I'll put one in the next update as for root if your having trouble just download superiser app from play store and you'll be good
erikmm said:
Mokee comes with no file explorer but I'll put one in the next update as for root if your having trouble just download superiser app from play store and you'll be good
Click to expand...
Click to collapse
You should put on Solid Explorer, it's really nice
Sent from my SGH-T959V using xda premium
Liking the rom. Only thing Im finding is you have to install superuser. E'ffin FB has me liking supersu and it would not acquire root access. Installed superuser then give supersu #su and uninstalled superuser.
Also my initial install was missing things like status bar, settings and such. Did a F/S/D/W and reflashed the rom everything was fine.
Some menus still have Chinese kinda wish I knew how to read it.
---------- Post added at 12:24 PM ---------- Previous post was at 12:19 PM ----------
erikmm said:
What do you mean by lightweight? Lol it has alot more tweaks and features if that's what you mean
sent from the BatCave
Click to expand...
Click to collapse
Shortbus-Driver said:
I think he mean as in small file size
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Yeah I was meaning in file size.
CM7 to this
I'm currently on CyanogenMod 7.2.0 RC1 R10. Do i need to do anything special to install this or can i just flash the .zip?
Ive wondered the same, do we have to do the efs backup and restore or can we just wide data and flash?
Sent from my SGH-T959V using xda premium
I would do it just for safety reasons. Always better to be safe then sorry.
eollie said:
Liking the rom. Only thing Im finding is you have to install superuser. E'ffin FB has me liking supersu and it would not acquire root access. Installed superuser then give supersu #su and uninstalled superuser.
Also my initial install was missing things like status bar, settings and such. Did a F/S/D/W and reflashed the rom everything was fine.
Some menus still have Chinese kinda wish I knew how to read it.
---------- Post added at 12:24 PM ---------- Previous post was at 12:19 PM ----------
Yeah I was meaning in file size.
Click to expand...
Click to collapse
Superuser is a known issue idk why the one built in the ssettings doesn't work but ill look into it. As for the Chinese ill decompile the settings and try n translate the chinese.
for cm people I would back up ur efs to the desktop just in case and still do efs backup flashable
sent from the BatCave
Juls317 said:
Ive wondered the same, do we have to do the efs backup and restore or can we just wide data and flash?
Sent from my SGH-T959V using xda premium
Click to expand...
Click to collapse
Wipe data flash .zip. Working fine so far.
You don't need to do the efs-backup if you have the .tar on your sdcard
And I concur with Erik, having your efs-backup.tar and the md5 saved to your comp is a very good idea
The steps I took to make sure I didn't have any probs was from recovery (already on mtd) factory/ data reset, format system, flash efs-restore.zip, flash ROM, reboot and let cook/ bake...
Sent from my SGH-T959V using XDA
im kind of having problems with text messages. when i sent a text, the other person doesnt recieve it, but other well recieve the message but not one person, i dont know if its a ROM issue or what...anyone else having this problem too??
help
so i tryed to flash this rom and I got no data connection so i hope some one can help me out or let me know how to go back to the a non mdt rom
i cant mount ext 4 on moKeeOS is anyone else having this problem? or is there a fix to this?
Sent from my SGH-T959V using XDA
Sent from my SGH-T959V using XDA
ChadBFlores said:
i cant mount ext 4 on moKeeOS is anyone else having this problem? or is there a fix to this?
Sent from my SGH-T959V using XDA
Sent from my SGH-T959V using XDA
Click to expand...
Click to collapse
If I remember right then kernel needs to have ext enabled within.

Rom with spell checker?

I just got this phone yesterday to discover that the stock rom (rooted) doesn't have the red line show up under a misspelled word. I had this on my evo 4g running cm9 or 10.
Does anyone know of a rom, or roms, that would have this feature.
Sent from my SCH-I535 using Tapatalk 2
Or would anyone know of a way to add this feature to the stock ics rom?
Thanks,
Sent from my SCH-I535 using Tapatalk 2
bluezr1 said:
Or would anyone know of a way to add this feature to the stock ics rom?
Thanks,
Sent from my SCH-I535 using Tapatalk 2
Click to expand...
Click to collapse
never really paid attention to this.
id think this might be a keyboard feature more than a rom feature, no?
ddurandSGS3 said:
never really paid attention to this.
id think this might be a keyboard feature more than a rom feature, no?
Click to expand...
Click to collapse
I installed LantinIME.apk from a rom I extracted for the evo. The keyboard worked but still no spell checker. Did you happen to notice if any of the roms you've flashed had this feature, preferably an ICS rom?
Sent from my SCH-I535 using Tapatalk 2
I also think this is a keyboard feature. Try installing one of the different keyboards from the play store.
I'm using swift 3, no red lines on touchwiz, however my galaxy player 5.0 running cm9 w/swift 3 has it (did not on touchwiz). I assume this is a rom feature.
Sent from my VZW GS3 running Synergy/Trinity/Dark Horse Rises
I have been trying to ilfigure this out for a while. I haven't been able to get it to work with any of the roms. Someone said CM10 might do it but haven't tried.
Edit:
This is a better start: http://forum.xda-developers.com/showthread.php?t=1832126 the changes could be diffed from the stock rom
OR
Some info behind it: http://forum.xda-developers.com/showthread.php?t=1641988&page=2
con247 said:
Edit:
This is a better start: http://forum.xda-developers.com/showthread.php?t=1832126 the changes could be diffed from the stock rom
OR
Some info behind it: http://forum.xda-developers.com/showthread.php?t=1641988&page=2
Click to expand...
Click to collapse
Would you happen to know if that would work with the stock rom (rooted) for Verizon?
I just got the phone and even though I've been doing a ton of reading, I'm still a noob when it comes to the s3. And the last thing I want to do is mess anything up. Atlest with the evo 4g I didn't have to worry about different carriers and what not.
Thanks,
Sent from my SCH-I535 using Tapatalk 2
The changes made should work. So basically if you compared the changes of this to their stock rom here: http://forum.xda-developers.com/showthread.php?t=1825272 and then applied the same changes to our stock rom, it would work. BUT their files as is will not work.
Basically, it would probably take about 15 minutes for someone to do if they knew what they were doing. I however don't have 15 minutes to spend on this so I can't help right now lol.
con247 said:
The changes made should work. So basically if you compared the changes of this to their stock rom here: http://forum.xda-developers.com/showthread.php?t=1825272 and then applied the same changes to our stock rom, it would work. BUT their files as is will not work.
Basically, it would probably take about 15 minutes for someone to do if they knew what they were doing. I however don't have 15 minutes to spend on this so I can't help right now lol.
Click to expand...
Click to collapse
That's ok, as long as I know that it'll work. When I get to my PC I'll look it over and hopefully not break anything. Lol
Thanks bud,
Sent from my SCH-I535 using Tapatalk 2
so what I would do is download their stock deodex and extract the files that are included in the mod.
Then, decompile the .jars and apks that were modded and the stock version
Run winmerge on them to see exactly what they changed
Then make those exact changes to our stock deodex rom. So you will need to decompile 3 sets of files and recompile 1 set.
con247 said:
so what I would do is download their stock deodex and extract the files that are included in the mod.
Then, decompile the .jars and apks that were modded and the stock version
Run winmerge on them to see exactly what they changed
Then make those exact changes to our stock deodex rom. So you will need to decompile 3 sets of files and recompile 1 set.
Click to expand...
Click to collapse
Any luck on getting this to work?
bishop0114 said:
Any luck on getting this to work?
Click to expand...
Click to collapse
Not here, it's a little beyond my knowledge. I did learn some, just not enough to get it working.
Sent from my SCH-I535 using Tapatalk 2
I would love to get this working on my phone!!!
Unlocked just to piss off Verizon!
I know that it's possible, because maanz got it working on his rom.
http://forum.xda-developers.com/showthread.php?t=1854608
Sent from my SCH-I535 using Tapatalk 2
con247 said:
so what I would do is download their stock deodex and extract the files that are included in the mod.
Then, decompile the .jars and apks that were modded and the stock version
Run winmerge on them to see exactly what they changed
Then make those exact changes to our stock deodex rom. So you will need to decompile 3 sets of files and recompile 1 set.
Click to expand...
Click to collapse
I got apktool installed and decompiled framework.jar where it creates a folder called smali. The problem is, I can't view any of the contents from within it. If I go to properties it states contents "nothing" yet shows free space as being 66.7 GB. So I know that there's something in there, I'm just not allowed to view the contents. I read somewhere that you need a text editor?
I did all this on a Linux machine (Mint 13.) I'm gonna try it on a windows PC next just to see what happens.
Edit: I found out that by changing .jar to .apk and then decompiling it allowed me to view the contents. Now I'm sitting at trying to open the TextView.smali. lol
Edit 2: for some reason it's not working for the JellyWiz rom. It's still not showing the contents from within the samli folder.
Sent from my SCH-I535 using Tapatalk 2
To the original poster I know this is off topic but what method of root did you use.
Thanks
Sent from my SCH-I535 using xda app-developers app
dfoote626 said:
To the original poster I know this is off topic but what method of root did you use.
Thanks
Sent from my SCH-I535 using xda app-developers app
Click to expand...
Click to collapse
Ez root I believe its called.
Sent from my SCH-I535 using Tapatalk 2
bluezr1 said:
Ez root I believe its called.
Sent from my SCH-I535 using Tapatalk 2
Click to expand...
Click to collapse
Thanks, I will look it up on YouTube....
Sent from my SCH-I535 using xda app-developers app

Categories

Resources