[MOD] MDPI Phone apk for CM9/AOKP 160dpi - T-Mobile LG G2x

I'm fairly new to the xda community... So I'm hoping this works for others like it worked for me. I tried about 20 different modded phone apks that were supposedly designed to work for 160dpi setting on AOKP and CM9 roms and I was just about to give up when I stumbled across one that actually works!!! Directions are pretty simple...
1. Download phone.apk file from below
2. move to root of sd card
3. In root explorer (or any file browser with root access) go to /system/app and rename original phone.apk to phone.apk.bak
4. Copy and paste new phone.apk in /system/app
5. Reboot phone and enjoy
No need to change app permissions to -rw-r--r--
UPDATE!!!! For those of you that prefer a flashable zip, Mr. Apocalypse was kind enough to upload one in post #12 of this thread
If you run into any problems let me know and I'll try to help with troubleshooting.

Wat exactly does it do?
Sent from my LG-P999 using XDA

GD3tyrone said:
Wat exactly does it do?
Sent from my LG-P999 using XDA
Click to expand...
Click to collapse
It replaces the stock phone app... The stock phone app will crash on any LCD density below 200 dpi. This modded phone app will run on the lower densities so you can use the 160 dpi setting and still be able to make/receive phone calls without a FC error.

jmack89 said:
It replaces the stock phone app... The stock phone app will crash on any LCD density below 200 dpi. This modded phone app will run on the lower densities so you can use the 160 dpi setting and still be able to make/receive phone calls without a FC error.
Click to expand...
Click to collapse
What he's asking.is how does this help us? What purpose does it serve the phone? Speed up? Better battery life? Etc etc etc
Sent from my LG-P999 using XDA

djimpulsion said:
What he's asking.is how does this help us? What purpose does it serve the phone? Speed up? Better battery life? Etc etc etc
Sent from my LG-P999 using XDA
Click to expand...
Click to collapse
It's nothing major... Just a fix for a force close error when using the phone app on different LCD densities. A lot of ppl like the look of 160 dpi and 128 dpi (tablet mode) but you lose call functionality as a consequence... This fixes that issue.

Also... If you decide to return the phone to stock LCD density there's no need to revert back to the old phone apk... This one will work in all densities from 128-240 dpi. (I haven't tried anything larger than 240 yet... IDK why anyone would though )

Ah, okay got it..
Sent from my LG-P999 using XDA

thankyou so much! fixed my issue wondered why it kept crashing when it was lower than 200 lol

I'll try it out. That FC pop up gets annoyings as stopping and clearing data after every reboot gets annoying lol.
Does this permanently replace the stock phone apk?

I can't get anything to work. Not the rename, not the copy and past. Nothing.

aaCotyaa said:
I'll try it out. That FC pop up gets annoyings as stopping and clearing data after every reboot gets annoying lol.
Does this permanently replace the stock phone apk?
Click to expand...
Click to collapse
Yes it permanently replaces the stock phone apk.
aaCotyaa said:
I can't get anything to work. Not the rename, not the copy and past. Nothing.
Click to expand...
Click to collapse
Make sure the /system folder is mounted as read/write before you do this... If your file explorer app doesn't have the option to give you root access you can mount /system by using terminal emulator.
Use the following commands:
su
busybox mount -o remount,rw /system

[TROLL]You know, a flashable would really help [/TROLL]
Lol, jk, attached is a flashable, uses the same Phone.apk in the OP for those who's having trouble with the push process.
I personally haven't tested it, but it should help with those who are.

Thanks I'll give that a go. Can I flash this directly to the appropriate file or do I need to move it after flashing?

aaCotyaa said:
Thanks I'll give that a go. Can I flash this directly to the appropriate file or do I need to move it after flashing?
Click to expand...
Click to collapse
Flash it and it will replace whatever Phone.apk you have with the one in the OP.

Mr. Apocalypse said:
Flash it and it will replace whatever Phone.apk you have with the one in the OP.
Click to expand...
Click to collapse
OK Thanks a lot.

Mr. Apocalypse said:
[TROLL]You know, a flashable would really help [/TROLL]
Lol, jk, attached is a flashable, uses the same Phone.apk in the OP for those who's having trouble with the push process.
I personally haven't tested it, but it should help with those who are.
Click to expand...
Click to collapse
Thanks for that! Yea I'm not quite skilled with these things as of yet... Hopefully I'll get there soon though.

The file flash fine, but I'm still experiencing a problem. Fortunately, I think I've narrowed down the problem to Wfi Calling. I started a new thread in search for an answer. Eith way, thanks for the effort guys!

Does this fix the issue where the slider to answer the call is off the screen?

navjot94 said:
Does this fix the issue where the slider to answer the call is off the screen?
Click to expand...
Click to collapse
No, unfortunately not.
I just ran in this issue, looking for a fix right now.

LuHe said:
No, unfortunately not.
I just ran in this issue, looking for a fix right now.
Click to expand...
Click to collapse
Didn't find any working package so I started browsing the Android source.
I think I found the root of this problem:
https://github.com/AOKP/packages_apps_Phone/blob/ics/res/layout/incall_touch_ui.xml#L52
Code:
<!--
(1) incomingCallWidget: the UI displayed while an incoming call is ringing.
See InCallTouchUi.showIncomingCallWidget().
Layout notes:
- Use an opaque black background since we need to cover up
a bit of the bottom of the contact photo
- The verticalOffset value gets us a little extra space above
the topmost "Respond by SMS" icon
- [b]The negative layout_marginBottom shifts us slightly downward;
we're already aligned with the bottom of the screen, but we
don't have an icon in the downward direction so the whole
bottom area of this widget is just wasted space.[/b]
-->
<com.android.internal.widget.multiwaveview.MultiWaveView
android:id="@+id/incomingCallWidget"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
[b]android:layout_marginBottom="-46dp"[/b]
android:background="@android:color/black"
android:visibility="gone"
I guess this -46dp is too much and needs to be lowered a bit.
Downloading AOKP source right now and trying to rebuild the Phone.apk

Related

Droid X Multitouch KB for Eclair ROMs

Here's a working kb that I know works for eclair roms (more specifically, it works for me on Darchdroid 2.7 (an AOSP ROM). If anyone is able to get this to work okay using sense roms, that's great, otherwise, sorry.
Just put the file into u'r c:\ folder and push it via adb
Code:
adb push c:\DroidXIME.apk /system/app/
I just added the 'q-ime.apk' file as well. This file is similar to the DroidXIME.apk file, but, in my opinion, it seems to have better response than the droidxime.apk file. It also fixes a problem with displaying a correct symbol in the characters section of the kb.
Enjoy
I installed it via Astro manager, but even though it shows it's installed, I cannot find any settings to assign it as the default keyboard. Would it have anything to do with it being the latin keyboard? I do see the settings for "multitouch keyboard" but that's it. Also is there any visual difference between this one and the stock keyboard?
It'll look the same or similar to the stock KB. The multitouch is this KB
Sent from my Hero CDMA using XDA App
Androidious said:
Here's a working kb that I know works for eclair roms.
Just put the file into u'r c:\ folder and push it via adb
Code:
adb push c:\DroidXIME.apk /system/app/
Click to expand...
Click to collapse
i honestly dont know...whats the big deal w/the droid x board?
thank you thank you
Here's another ported kb, it's similar to the above file, but it has the ;amp problem fixed after I pushed it to my phone it works fine as well... Yeah, it's just another kb to use
Sent from my Hero CDMA using XDA App
i get fc's also. i used the q-ime.apk for the update...the fix
edit: how do we get it off of our devices?
thank you thank you
tailsthecat3 said:
i get fc's also. i used the q-ime.apk for the update...the fix
edit: how do we get it off of our devices?
thank you thank you
Click to expand...
Click to collapse
I'm surprised it doesn't work for ya... you just have to go into the shell after mounting /system and
Code:
rm q-ime.apk
Code:
reboot
Sorry it FC's on ya
They both work just fine for me. Stinx they aren't workin for ya
I basically posted this for someone on IRC so they could get the apk easily. Maybe it's only functional for AOSP roms... dunno
Androidious said:
I'm surprised it doesn't work for ya... you just have to go into the shell after mounting /system and
Code:
rm q-ime.apk
Code:
reboot
Sorry it FC's on ya
They both work just fine for me. Stinx they aren't workin for ya
I basically posted this for someone on IRC so they could get the apk easily. Maybe it's only functional for AOSP roms... dunno
Click to expand...
Click to collapse
shoot, i knew that. i posted before thinking.
im using the nfinite .6 odex. prolly need deodex'd rom...i dunno
I am on a fully deodexed rom (did it myself ) and seems to do what it says on the box however one thing... whats so multitouch about it? (ie. it doesnt seem so multitouch or maybe as usual I am not doing it right :X)
hexskrew said:
I am on a fully deodexed rom (did it myself ) and seems to do what it says on the box however one thing... whats so multitouch about it? (ie. it doesnt seem so multitouch or maybe as usual I am not doing it right :X)
Click to expand...
Click to collapse
Use it like a normal computer keyboard ie: hold down the 'shift' key while you push another key to make it a capital, then release and keep typing - works great!
doesn't wanna install said file not installed
I'm using darchdroid2.7
eddie3130 said:
doesn't wanna install said file not installed
I'm using darchdroid2.7
Click to expand...
Click to collapse
You can't install it, you have to push it to system/app/ It work great on DD2.7
ItsDon said:
You can't install it, you have to push it to system/app/ It work great on DD2.7
Click to expand...
Click to collapse
that would explain why it disappears after i reboot using Damage Control ROM.
can someone post a screen shot of how this keyboard looks? will this work with fresh 2.1.1. i am using the AOSP black keyboard right now along with AOSP messaging app and they both work great. someone please post a screenie! thanks.
is there still a space bar bug in this
when I do rm qime.apk I get Read-only file system. Not sure why. First time I ever had an issue loading anything.
Williamh85 said:
when I do rm qime.apk I get Read-only file system. Not sure why. First time I ever had an issue loading anything.
Click to expand...
Click to collapse
use RootExplorer (find an apk) and use that..its better/easier than using a terminal emulator, plus, u dont need to remember/copy all those commands
does this keyboard have the spacebar bug where it only responds to the top of the button

Hulu Plus not supported on Skyrocket...WAHT!

Not that I would pay for Hulu, but I watch their free content sometimes. This is a travesty.
yea I noticed this yesterday too...disappointing.
HULU works on the skyrocket........
just use one of the deodexed roms(like this one-- http://forum.xda-developers.com/showthread.php?t=1341616), which will let you edit the libs of the Flashplayer. use the Libflashplayer.so hack that is on xda replace it and give it the proper premission and BAM!!!! you got hulu
have been watching hulu on my phone since melvin dropped his first rom.
if for some reason you just cant manage to find the Hack i will post it up for you and give credit to the Dev.
the2rrell said:
HULU works on the skyrocket........
just use one of the deodexed roms(like this one-- http://forum.xda-developers.com/showthread.php?t=1341616), which will let you edit the libs of the Flashplayer. use the Libflashplayer.so hack that is on xda replace it and give it the proper premission and BAM!!!! you got hulu
have been watching hulu on my phone since melvin dropped his first rom.
if for some reason you just cant manage to find the Hack i will post it up for you and give credit to the Dev.
Click to expand...
Click to collapse
Yeah, but.. Would be nice if it worked on Stock Rom.
fonewiz said:
Yeah, but.. Would be nice if it worked on Stock Rom.
Click to expand...
Click to collapse
it IS a stock rom, its just deodexed(allows manipulation) but its str8 stock even has all those crap apps that you might like stock kernel as well.
the2rrell said:
it IS a stock rom, its just deodexed(allows manipulation) but its str8 stock even has all those crap apps that you might like stock kernel as well.
Click to expand...
Click to collapse
I know that but what I consider stock is a ROM that hasn't been messed with at all.
I normally run Cyanogen Mod 7 but it's not available yet.
No, I don't like the crap bloatware apps.
Thing is, I will not die without Hulu and it's not enough reason for me to grab the first thing that comes along and install it.
I am actually enjoying the stock rom on this phone. Can't do everything I am used to but, I have to say that it's been pretty nice.
I will likely consider Cyanogen when it comes out for this phone but I am going to have to think pretty hard at this point. That rom has caused nothing but issues for me on multiple phones in regards to GPS which I rely on quite a bit. I know there are fixes and I got my GPS working after a lot of hassle on my Evo but never had success fixing it on my Inspire. Been nice having my GPS working without an issue on my Skyrocket. So... At this point, I just don't want to mess with the stock rom until I have a chance to evaluate it more.
My phone is rooted and that seemed to be all I needed to edit the needed files in the past but I guess not in this case.
Didn't Hulu come out recently and say they are supporting all Android devices now or was that Netflix?
fonewiz said:
I know that but what I consider stock is a ROM that hasn't been messed with at all.
I normally run Cyanogen Mod 7 but it's not available yet.
No, I don't like the crap bloatware apps.
Thing is, I will not die without Hulu and it's not enough reason for me to grab the first thing that comes along and install it.
I am actually enjoying the stock rom on this phone. Can't do everything I am used to but, I have to say that it's been pretty nice.
I will likely consider Cyanogen when it comes out for this phone but I am going to have to think pretty hard at this point. That rom has caused nothing but issues for me on multiple phones in regards to GPS which I rely on quite a bit. I know there are fixes and I got my GPS working after a lot of hassle on my Evo but never had success fixing it on my Inspire. Been nice having my GPS working without an issue on my Skyrocket. So... At this point, I just don't want to mess with the stock rom until I have a chance to evaluate it more.
My phone is rooted and that seemed to be all I needed to edit the needed files in the past but I guess not in this case.
Didn't Hulu come out recently and say they are supporting all Android devices now or was that Netflix?
Click to expand...
Click to collapse
I agree the Stock rom on the SR is great thats why im not even worried about not having 5 or 6 roms to choose from. i thinks its pretty nice as is. but i like to be able to edit certain files. and i think all you need it root explorer and you CAN edit pretty much everything on the phone.
but i didnt notice that you cant edit the build.prop, or the libs. i had to pull the build prop and edit on my comp and push it back.
and CM7 is a buggy nice little rom one of those things were you deal with the problems cuz its so damn nice. same with miui.
the2rrell said:
I agree the Stock rom on the SR is great thats why im not even worried about not having 5 or 6 roms to choose from. i thinks its pretty nice as is. but i like to be able to edit certain files. and i think all you need it root explorer and you CAN edit pretty much everything on the phone.
but i didnt notice that you cant edit the build.prop, or the libs. i had to pull the build prop and edit on my comp and push it back.
and CM7 is a buggy nice little rom one of those things were you deal with the problems cuz its so damn nice. same with miui.
Click to expand...
Click to collapse
What did you change in the build.prop? The manufacturer, the model screen settings? I have done this on multiple devices including my Honeycomb tablet. My HoneyComb tablet (Acer A100) is running stock rom and I know I was able to edit the build.prop on that just using ES Explorer.
Let me know what to change and I will give it a whack, after backing up the build.prop file and making a nandroid
fonewiz said:
What did you change in the build.prop? The manufacturer, the model screen settings? I have done this on multiple devices including my Honeycomb tablet. My HoneyComb tablet (Acer A100) is running stock rom and I know I was able to edit the build.prop on that just using ES Explorer.
Let me know what to change and I will give it a whack, after backing up the build.prop file and making a nandroid
Click to expand...
Click to collapse
i just wanted to edit the DPI.......but had no luck with RootExplorer. or Prop editor.
i had to use note pad on my PC.
the2rrell said:
if for some reason you just cant manage to find the Hack i will post it up for you and give credit to the Dev.
Click to expand...
Click to collapse
I've been looking all over for the Libflashplayer.so Hack... I can't find one that applies to Flash 11.
Anyone find the link?
jmreed97 said:
I've been looking all over for the Libflashplayer.so Hack... I can't find one that applies to Flash 11.
Anyone find the link?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1119530 <<<<Thanks Slider
here is a full thread about how to use it......just ignore the apk and stage fight.
all you need to do is grab the .so file and insert into the data/data/com.adobe.flashplayer/lib and change the permissions
and your done
the2rrell said:
http://forum.xda-developers.com/showthread.php?t=1119530 <<<<Thanks Spider
here is a full thread about how to use it......just ignore the apk and stage fight.
all you need to do is grab the .so file and insert into the data/data/com.adobe.flashplayer/lib and change the permissions
and your done
Click to expand...
Click to collapse
I did that, no luck. I double and triple checked the instructions. I did not do the stagefright thing or use the APK available.
fonewiz said:
I did that, no luck. I double and triple checked the instructions. I did not do the stagefright thing or use the APK available.
Click to expand...
Click to collapse
what permissions did you give it?
are you on the STOCK rom?? if so thats the problem<<
the2rrell said:
what permissions did you give it?
are you on the STOCK rom?? if so thats the problem<<
Click to expand...
Click to collapse
I have it permissions specified in the post.
Yes, I am on Stock but I didn't see that running a custom ROM was required.
Thanks for the help.
fonewiz said:
I have it permissions specified in the post.
Yes, I am on Stock but I didn't see that running a custom ROM was required.
Thanks for the help.
Click to expand...
Click to collapse
It shouldnt be......
may i ask what files you are seeing in the Lib folder on the com.adaobe.flashplayer.
you shouuld have four files in there already right? i have seen it where it is empty sometimes and that means this wont work. ALSO if you unistall flash and reinstall flash 11 it repopulate the lib folder and i have had luck with this as well. once you get it will stick though. you wont have to this every reboot or anything.
the2rrell said:
http://forum.xda-developers.com/showthread.php?t=1119530 <<<<Thanks Spider
here is a full thread about how to use it......just ignore the apk and stage fight.
all you need to do is grab the .so file and insert into the data/data/com.adobe.flashplayer/lib and change the permissions
and your done
Click to expand...
Click to collapse
Sweet! Thanks!
It's working great for me.
FYI - this is on top of the SkySTOCKeteer rom.
the2rrell said:
It shouldnt be......
may i ask what files you are seeing in the Lib folder on the com.adaobe.flashplayer.
you shouuld have four files in there already right? i have seen it where it is empty sometimes and that means this wont work. ALSO if you unistall flash and reinstall flash 11 it repopulate the lib folder and i have had luck with this as well. once you get it will stick though. you wont have to this every reboot or anything.
Click to expand...
Click to collapse
On my skyrocket flash 11 is already installed and i ve updated it to 11.1. however i cant seem to find the "com.adobe.flashplayer." folder at all
ive attached a picture of my folders.
syairahhanis said:
On my skyrocket flash 11 is already installed and i ve updated it to 11.1. however i cant seem to find the "com.adobe.flashplayer." folder at all
ive attached a picture of my folders.
Click to expand...
Click to collapse
thats the Internal SD....you have to go through Data/Data/Com.adobeflashplayer.lib/Lib<<<<you will find it in there.
but i believe you have to be on a DEODEXED rom....not the stock unless you know how to pull a lib file from the phone extract and edit. then push it back(this meathod is harder)
syairahhanis said:
On my skyrocket flash 11 is already installed and i ve updated it to 11.1. however i cant seem to find the "com.adobe.flashplayer." folder at all
ive attached a picture of my folders.
Click to expand...
Click to collapse
You also need root access. I used root explorer (from the market) to access the appropriate folder on my phone.
jmreed97 said:
You also need root access. I used root explorer (from the market) to access the appropriate folder on my phone.
Click to expand...
Click to collapse
this is true, but even with root on the stock rom(odexed) i dont think you can edit the lib files.
im pretty sure.

updated S-Voice apk

For those who dont know, there is a new updated S-voice out that is currently working on most devices. I'm sure it'll be patched soon as well, and the need to change the build.prop will arise again. In the meantime, this one DOES work
http://www.mediafire.com/?fp04n29phdzeram
Move to system/app, install, enjoy.
When was it updated? I got the download from the original thread yesterday afternoon.
How is it different to skyvi?
EggRoll53 said:
When was it updated? I got the download from the original thread yesterday afternoon.
Click to expand...
Click to collapse
This was updated earlier today. Many users were having trouble with the previous build after Samsung blocked access to the application from other devices.
cricketAC said:
How is it different to skyvi?
Click to expand...
Click to collapse
I'm sorry, I can't speak on behalf of that since I've never used it. Perhaps someone else in the thread can help you on that. My apologies.
aaCotyaa said:
I'm sorry, I can't speak on behalf of that since I've never used it. Perhaps someone else in the thread can help you on that. My apologies.
Click to expand...
Click to collapse
I pushed it into systems/app. Rebooted. It doesnt show in my apps.
?
cricketAC said:
I pushed it into systems/app. Rebooted. It doesnt show in my apps.
?
Click to expand...
Click to collapse
Did you push THEN install?
I should also note that this app is only compatible with ICS 4.0+ roms.
aaCotyaa said:
I should also note that this app is only compatible with ICS 4.0+ roms.
Click to expand...
Click to collapse
Figures. Mine isn't.
Sent from my LG-P999
I'm getting Force Close every time I tell it to do something that app oriented, I'm assuming it's looking for Samsung applications? I fixed permissions with in root explorer , is there something else I'm missing. Still think its kinda pointless lol. NVM some things work some dont, I sent myself a text but cannot set an alarm lol. this helped things though.
Originally Posted by sanderbouw
To get it working properly you need to open the apk with winzip or winrar and you'll see an lib folder with an .so file in it.
Copy this file into your /system/lib and reboot.
It made the S Voice working on my old Xperia X8.
I have permissions set to -rwxrwxr-x
I have permissions set to -rwxrwxr-x
I haven't a clue then lol, tried that as well, with no luck.
I copied that .so file from the .apk into the lib folder and it works now. It appears the only time that the app FC itself is when it tries to launch another app. I'm guessing probably because it is trying to look for the Samsung app.
Example - When I ask "Locate the nearest Mexican restaurant" or "What is the weather like today?"
U should link the the original thread so people can give credit where it is due and thank whoever ported it
Sent from my LG-P999 using xda premium
I just installed it, didnt change anything, and its working great!
aaCotyaa said:
Did you push THEN install?
Click to expand...
Click to collapse
hi, may sounds silly, but i'm new in the android game.
where do I find the "systems/app" folder that you mentioned? I'm on a Mac and using the USB Mass Storage, but I don't see the systems folder.
any help will be appreciated.
You're going to need to use ADB with cmd line to push it as far as I know or have root enabled file explorer like ROM Toolbox and you will see system when you're in it, this app never worked when I pushed it to system for me just installed it like a normal app and rebooted phone
Sent from my LG-P999
Yeah I had to just install it regularly on the first release I got, but on this one I had to move to system. I used Solid Explorer.
I need a help iam stuck with network problem
hi i need a help from u.iam using xperia x8.im using custom rom mini cm9 3.0.3.i tried installing s voice but it didn't work.so i followed your method. i first moved that svoicesigned.apk to the system/apps and then installed.i extracted the svoicesigned.apk and copied a .so file fom lib and then moved it to the system/lib.and then i changed the ro.product.device=Gt-I9300 and ro.product.model=GT-I9300 using root explorer.but till now the problem is not solved.so i set permission to svoicesigned.apk to rwxrwxr-x.and set permission to libsvoxtts.so to rwxrwxr-x.and rebooted,but the problem is not solved.please help me to come out of this problem

[Q] Need Help, Missing Stock Apps for 2.3.6

Hi,
I have Motorola Atrix 2 AT&T on Android 2.3.6, And I had removed the Few Stock Apps:
AABsync.apk
Cmas.apk
Cmas.odex
Do any one with a same phone can post those files here or send them to eobender at gmail.com
They are located on /system/app , and you can get them or with Root Explorer or with Titanim Bacup.
Any Help will be Appreciated , and many many thanks will be given , without those files I can't upgrade to ICS
eobender said:
Hi,
I have Motorola Atrix 2 AT&T on Android 2.3.6, And I had removed the Few Stock Apps:
AABsync.apk
Cmas.apk
Cmas.odex
Do any one with a same phone can post those files here or send them to eobender at gmail.com
They are located on /system/app , and you can get them or with Root Explorer or with Titanim Bacup.
Any Help will be Appreciated , and many many thanks will be given , without those files I can't upgrade to ICS
Click to expand...
Click to collapse
Well, here's half of your request (I don't have the Cmas.apk/odex until I get home later): https://dl.dropbox.com/u/61960599/AABSync.zip
I checked the sha1's with the OTA updater-script.. they should work fine.
eobender said:
Hi,
I have Motorola Atrix 2 AT&T on Android 2.3.6, And I had removed the Few Stock Apps:
AABsync.apk
Cmas.apk
Cmas.odex
Do any one with a same phone can post those files here or send them to eobender at gmail.com
They are located on /system/app , and you can get them or with Root Explorer or with Titanim Bacup.
Any Help will be Appreciated , and many many thanks will be given , without those files I can't upgrade to ICS
Click to expand...
Click to collapse
Here you go. download the attachment
Why not just use the 2.3.6 fxz.That really is prolly the safest and fastest way to get you to a "good" point for an OTA to ICS.
jimbridgman said:
Why not just use the 2.3.6 fxz.That really is prolly the safest and fastest way to get you to a "good" point for an OTA to ICS.
Click to expand...
Click to collapse
Well, that's just not as fun..
alteredlikeness said:
Well, that's just not as fun..
Click to expand...
Click to collapse
LOL
Thank you very Much
jm2k7 said:
Here you go. download the attachment
Click to expand...
Click to collapse
Thank you very Much,
Thank you very Much,
Thank you very Much,
Thank you very Much,
:laugh::good::good::good::good::laugh:
very cool
jm2k7 said:
Here you go. download the attachment
Click to expand...
Click to collapse
That was very nice of you to help him out!
Hope you all don't mInd me posting under same thread. I'm missing android android2.3.6 stock apk which is called userdictionaryprovider.apk as well as its corrisponding odex. Thanks for your time. Ill bookmark this page to keep track if anyone has this for me to pickup.
ok, I see that there is a demand for files system/app,
download what you need on this page, there are all the files in the official rom 2.3.6 AT&T:
http://www.4shared.com/rar/--yN5Riz/SYSTEM_GB_236.html
well I hope you have been helpful. :good:
jm2k7 said:
ok, I see that there is a demand for files system/app,
download what you need on this page, there are all the files in the official rom 2.3.6 AT&T:
well I hope you have been helpful. :good:
Click to expand...
Click to collapse
Thank you so very much!! Replacing these files didn't fix my problem unfortunately. Makes me curious if Verizon has different version of these or is there something else i need to be looking for as to the reason my settings > user dictionary keeps force closing when i try to use it.
You've been a big help, i was looking for days for those files. I changed the permissions on them as well in a attempt to stop the force closing. they are now set to read only and only user can write, just like the rest of the files in there. I don't know what STSystem.apk is but it has all permissions enabled.
Maybe I didn't break this by deleting those files and i just noticed it being broken now. I'll post here later about how I fixed it, if anyone seems curious. Thanks for the help!!!
guated said:
Thank you so very much!! Replacing these files didn't fix my problem unfortunately. Makes me curious if Verizon has different version of these or is there something else i need to be looking for as to the reason my settings > user dictionary keeps force closing when i try to use it.
You've been a big help, i was looking for days for those files. I changed the permissions on them as well in a attempt to stop the force closing. they are now set to read only and only user can write, just like the rest of the files in there. I don't know what STSystem.apk is but it has all permissions enabled.
Maybe I didn't break this by deleting those files and i just noticed it being broken now. I'll post here later about how I fixed it, if anyone seems curious. Thanks for the help!!!
Click to expand...
Click to collapse
We must check that all permits are in 644 to all files have been copied to the system folder, there should be no loose ends, all at 644, then at the end, you have to reboot into recovery mode and do the wipes, then restart again and wait for the phone to resume the system, double check that everything works and that's it, if not, with regard to whether the files are from another operator due to different bloatware may be true that you can fail again.
jm2k7 said:
We must check that all permits are in 644 to all files have been copied to the system folder, there should be no loose ends, all at 644, then at the end, you have to reboot into recovery mode and do the wipes, then restart again and wait for the phone to resume the system, double check that everything works and that's it, if not, with regard to whether the files are from another operator due to different bloatware may be true that yoou can fail again.
Click to expand...
Click to collapse
I appreciate the fast reply and extensive knowledge. I don't understand what a 644 is nor what to wipe. I'm still using stock ROM and unaltered as far as flashing or anything more than rooting. I used SDmaid to move the files back into system/app as well as changing permissions. I will look into what a 644 is along with information about rebooting into recover mode if need be.
I would rather steer clear of having to reset the phone to stock, though I've done it before when i had to return a phone for defective hardware and didn't want to leave obvious super user and root on it. I left the whole setup of the CD image etc on the computer. I just don't want to depend on backups to recover my different game progress among other things.
Sorry for pretty much hi-jacking this thread. I didn't think it would be this hard and go this far. Thank you everyone for your patients.

Softkeys / nav bar

So I need a real developers opinion. The build prop mod doesn't work. How would one go about enabling this? Is there a modification that needs to be done to the framework-res? SystemUI? Both? Please help. I can find jack about this for any device.
Sent from my XT1080 using XDA Premium 4 mobile app
+1 I have done a lot of digging and can't find a way so far to make it work. It looks like the button properties are somewhere else. I didn't see the home, back, and recent button entries in build prop ether.
Sent from my XT1080 using Tapatalk 4
TheWhiteChallenger said:
So I need a real developers opinion. The build prop mod doesn't work. How would one go about enabling this? Is there a modification that needs to be done to the framework-res? SystemUI? Both? Please help. I can find jack about this for any device.
Sent from my XT1080 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Post your framework-res (and blur res if applicable) and your systemui apk and il take a look at it
runandhide05 said:
Post your framework-res (and blur res if applicable) and your systemui apk and il take a look at it
Click to expand...
Click to collapse
Should I deodex the systemui or would u need it stock with the odex file?
TheWhiteChallenger said:
Should I deodex the systemui or would u need it stock with the odex file?
Click to expand...
Click to collapse
Needs to be deodex
runandhide05 said:
Needs to be deodex
Click to expand...
Click to collapse
thanks a bunch. here you go. i had to compress the framework to stay under the 8mb limit
royer10r said:
+1 I have done a lot of digging and can't find a way so far to make it work. It looks like the button properties are somewhere else. I didn't see the home, back, and recent button entries in build prop ether.
Sent from my XT1080 using Tapatalk 4
Click to expand...
Click to collapse
Yes I'm pretty sure I found the files for hw buttons and lights and I found the imgs for back home and recent in the system ui I just have no clue how to enable them. I think something needs to be added to one of the XML files of the ui
Sent from my XT1080 using XDA Premium 4 mobile app
TheWhiteChallenger said:
Yes I'm pretty sure I found the files for hw buttons and lights and I found the imgs for back home and recent in the system ui I just have no clue how to enable them. I think something needs to be added to one of the XML files of the ui
Sent from my XT1080 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
After compairing the build.prop of both the Moto X and Ultra the only thing that stood out to me that may enable the softkeys is the line:
ro.product.display=Moto X
Click to expand...
Click to collapse
Try placing it under # ADDITIONAL_BUILD_PROPERTIES After you have backed up of course.
Also, look for an xml in systemui.apk called navigation_bar.xml. It should be located in res/layout/ of your decompiled systemui apk.
What brand moto x is that I have a sprit build.prop and its didn't have ro.product.display at all. Neither dose my maxx
Sent from my XT1080 using XDA Premium 4 mobile app
Nvrmnd it just got left out when I copied it to a word doc somehow
Sent from my XT1080 using XDA Premium 4 mobile app
TheWhiteChallenger said:
Yes I'm pretty sure I found the files for hw buttons and lights and I found the imgs for back home and recent in the system ui I just have no clue how to enable them. I think something needs to be added to one of the XML files of the ui
Sent from my XT1080 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
are you using an unlocked version?
have you tested your deodex framework-res to ensure it works?
if i give you a moddified framework-res.apk do you know how to properly push it? obviously you need root and RW on the /system
do u have a backup?
or a way back if need be?
in other words do you know what you are doing?
and will not hold me responsible in any way shape or form?
and fyi you cant just adb push the framework while booted you will bootloop. cause you have to rm - the odex and apk will be over written when you push, the best way would be to push it while in recovery, ( which you would only have if you have a dev version)
i say all that to warn you,
A) its 100% untested.
b) i dont have a device to even test it on.
C) beware bootloop is a possibility especially if you dont know what you are doing.
its compressed just unzip do what you will with it
framework-res.zip Show_navbar
and yes your right(ish) the bool.xml in the framework has to be changed from
Code:
<bool name="config_showNavigationBar">[COLOR="Red"]false[/COLOR]</bool>
to
Code:
<bool name="config_showNavigationBar">[COLOR="red"]true[/COLOR]</bool>
Actually strangely enough the framework res is factory deodex. No I don't have Dev edition (yet) to pushing via adb is out right? Will copy and paste with root explorer work, setting proper permissions of course, or is it going to f%#k up right away? I have no total back up but I've got the important stuff and it wouldnt be the first time of me using the fxz back to stock
Sent from my XT1080 using XDA Premium 4 mobile app
And I absolutely will hold you responsible.
Not really.
Sent from my XT1080 using XDA Premium 4 mobile app
I am not responsible for what you do to your phone. I am 99.9% sure this will not bork your phone but if it does its your fault not mine. OK? Great. Enjoy.
I dont have this phone though ive done this on other phones ive owned. Im confident it will work.
If anyone is feeling adventurous, ive modified the framework-res.apk to show the nav keys. Below is the best way to apply it. You must be rooted and be willing to flash back to stock if things go wrong (or push the backed up app if possible). You may have issues if you are not deodexed, though included in the instructions below is how to apply it even if you are not. You also must be able to use adb. Id make a flashable zip but you dont have a recovery.
Copy the framework-res.apk file to your internal storage however you please.
Make sure your phone is plugged into your computer and adb debugging is enabled.
Type the following commands (read carefully!):
adb shell
Click to expand...
Click to collapse
su
Click to expand...
Click to collapse
(look on your phone, it may ask for superuser permissions, allow it)
stop
Click to expand...
Click to collapse
(note: this will make your screen go black and it will be unresponsive, this is normal)
cp /sdcard/framework-res.apk /system/framework/
Click to expand...
Click to collapse
(if you have a problem at this point type: adb remount and try this step again.)
rm /system/framework/framework-res.odex
Click to expand...
Click to collapse
(only do this if your apk is not deodexed)
reboot
Click to expand...
Click to collapse
On reboot you should have onscreen nav keys.
Here is the modded framework: https://dl.dropboxusercontent.com/u/44601870/framework-res.apk
I see runandhide05 has also done the mod for you. I can confirm that what he (and I) have done is what adds the nav keys to the moto x (which i have).
mentose457 said:
I am not responsible for what you do to your phone. I am 99.9% sure this will not bork your phone but if it does its your fault not mine. OK? Great. Enjoy.
I dont have this phone though ive done this on other phones ive owned. Im confident it will work.
If anyone is feeling adventurous, ive modified the framework-res.apk to show the nav keys. Below is the best way to apply it. You must be rooted and be willing to flash back to stock if things go wrong (or push the backed up app if possible). You may have issues if you are not deodexed, though included in the instructions below is how to apply it even if you are not. You also must be able to use adb. Id make a flashable zip but you dont have a recovery.
Copy the framework-res.apk file to your internal storage however you please.
Make sure your phone is plugged into your computer and adb debugging is enabled.
Type the following commands (read carefully!):
(look on your phone, it may ask for superuser permissions, allow it)
(note: this will make your screen go black and it will be unresponsive, this is normal)
(if you have a problem at this point type: adb remount and try this step again.)
(only do this if your apk is not deodexed)
On reboot you should have onscreen nav keys.
Click to expand...
Click to collapse
Questions... Is this for the modded framework red posted above I don't see a link for one in ur post?
If u did do one ur self did you do it off of the FW red I posted?
Sent from my XT1080 using XDA Premium 4 mobile app
TheWhiteChallenger said:
Questions... Is this for the modded framework red posted above I don't see a link for one in ur post?
If u did do one ur self did you do it off of the FW red I posted?
Sent from my XT1080 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
It should be in my post now. It is infact of the framework you posted on the first page.
The adb crap may not work right now. You need to mount the system as r/w and i dont know what file system the X/Ultra etc use. Though it may work because the way root was aquired for this phone. Worst case is you cant copy the file to the system. No harm will be done.
mentose457 said:
It should be in my post now. It is infact of the framework you posted on the first page.
The adb crap may not work right now. You need to mount the system as r/w and i dont know what file system the X/Ultra etc use. Though it may work because the way root was aquired for this phone. Worst case is you cant copy the file to the system. No harm will be done.
Click to expand...
Click to collapse
It should be noted that there were two ways to root your ohone, the first DID NOT allow rw on the /system
The second from jcase allows rw only when booted into "recovery" which is not the normal recovery but a mirror img of your /system and will appear as normally booted however you have rw access to the system.
This is how you would have to do it. If you rooted with his first release you wont have rw on the system, if thats the case use his latest release and follow his instructions in his OP then do as mentose457 suggested
Thanks a bunch guys my battery's almost dead so I'm going to try this in the morning. And thank you runanhind for giving specifics as to what was done
Sent from my XT1080 using XDA Premium 4 mobile app
Oh and what is the adb command to reboot to recovery if there is one? I've had problems getting changes to stick if the first reboot after the changer doesn't have write access
Sent from my XT1080 using XDA Premium 4 mobile app
TheWhiteChallenger said:
Oh and what is the adb command to reboot to recovery if there is one? I've had problems getting changes to stick if the first reboot after the changer doesn't have write access
Sent from my XT1080 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I believe it's:
Code:
adb reboot recovery
But someone please correct me if I'm wrong... =x

Categories

Resources