[app] Moto X's Kitkat Dailer - Droid Ultra General

So apparently the moto x dialer app works on the droids running KitKat. So here you go. Just push dialer.apk and dialer.odex to system/priv-app. The the odex is probably not needed but Im using it w/o issues.
One issue is this will not replace the stock droid dialer so you end up with two phone apps. Use the blue one. I'm currently working on a mod to the contacts.apk to fix this.

Just a heads up. This is already posted at least 1 other place.
Sent from my XT1080 using Tapatalk

Yeah I tried this from the other thread its cool but doesn't dial and any calls that come in go to stock dialer I just uninstalled it. If this ever gets working 100% great but not till then.

It works fine if you use the flashable zip. Incoming calls will come through the old dialer but all history, outgoing etc work fine.
Sent from my XT1080 using Tapatalk

I wonder if Verizon didn't want us to have this dialer because they have that caller id they charge you to use if so that is B.S. I hope someone figures out how to get this working 100%

The Verizon moto x has the dialer.. I don't understand why we wouldn't get it.. Unless it was the reason people were have issues with moto x
Sent from my XT1080 using XDA Premium 4 mobile app

arcanexvi said:
Just a heads up. This is already posted at least 1 other place.
Sent from my XT1080 using Tapatalk
Click to expand...
Click to collapse
oh i havnt seen that thread, anyone got the link

TheWhiteChallenger said:
oh i havnt seen that thread, anyone got the link
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2578078
Sent from my XT1080 using Tapatalk

cold21blooded said:
The Verizon moto x has the dialer.. I don't understand why we wouldn't get it.. Unless it was the reason people were have issues with moto x
Sent from my XT1080 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
No they didn't the only phone with it is Nexus I believe. They have a thread explaining how to install it as well.

My girlfriend has a verizon moto x and it has it
Sent from my XT1080 using XDA Premium 4 mobile app

cold21blooded said:
My girlfriend has a verizon moto x and it has it
Sent from my XT1080 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I assure you it does not.
Sent from my XT1080 using Tapatalk

arcanexvi said:
I assure you it does not.
Sent from my XT1080 using Tapatalk
Click to expand...
Click to collapse
I assure you that it does.
Jump to 3:20 here - http://youtu.be/qr3sUmf_DJc
.

TechSavvy2 said:
I assure you that it does.
Jump to 3:20 here - http://youtu.be/qr3sUmf_DJc
.
Click to expand...
Click to collapse
I own all 3 devices. The Moto X has an updated dialer (as it has a few other things that didn't make it into the Droid lineup's 4.4 build), however the X's dialer lacks the ability to search by nearby places. One of the most sought after features of the new Nexus dialer. The X's dialer is basically a look-alike that they didn't really add any new functionality to. Here is what it should look like with the proper Nexus dialer. Note that it says "nearby places" in the search bar.
Sent from my XT1080 using Tapatalk

arcanexvi said:
I own all 3 devices. The Moto X has an updated dialer (as it has a few other things that didn't make it into the Droid lineup's 4.4 build), however the X's dialer lacks the ability to search by nearby places. One of the most sought after features of the new Nexus dialer. The X's dialer is basically a look-alike that they didn't really add any new functionality to. Here is what it should look like with the proper Nexus dialer. Note that it says "nearby places" in the search bar.
Sent from my XT1080 using Tapatalk
Click to expand...
Click to collapse
Oh wow well that's a B. I didn't realize the moto x dialer is basically just skined. I thought it was legit nexus dialer. Well I'll be renaming the thread now for the sake of accuracy.
Have they had any success on the x with an actual aosp dialer?
Sent from my XT1080 using XDA Premium 4 mobile app

TheWhiteChallenger said:
Oh wow well that's a B. I didn't realize the moto x dialer is basically just skined. I thought it was legit nexus dialer. Well I'll be renaming the thread now for the sake of accuracy.
Have they had any success on the x with an actual aosp dialer?
Sent from my XT1080 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
It can be installed with a flashable zip.
Sent from my XT1080 using Tapatalk

My bad buddy she got the phone last week.. I didn't realized it was skinned.. I don't know how that made me stupid but if you can figure out a way to fix my stupid let me know
Sent from my XT1080 using XDA Premium 4 mobile app

arcanexvi said:
It can be installed with a flashable zip.
Sent from my XT1080 using Tapatalk
Click to expand...
Click to collapse
Dose it actually generate an icon in the apps tray or do you have to use nova launcher or an activity launcher app?
Sent from my XT1080 using XDA Premium 4 mobile app

TheWhiteChallenger said:
Dose it actually generate an icon in the apps tray or do you have to use nova launcher or an activity launcher app?
Sent from my XT1080 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Launcher or activity app. I used https://play.google.com/store/apps/details?id=de.szalkowski.activitylauncher so I could keep using the stock launcher.
Sent from my XT1080 using Tapatalk

tried searching around a little, where can I find the actual flashable zip for the dialer?

arcanexvi said:
Launcher or activity app.
Sent from my XT1080 using Tapatalk
Click to expand...
Click to collapse
Poop
So if I understand correctly the contacts.apk is the app that generates/directs the phone/dialer app icon.
So the question becomes can the contacts app be modified to generate the Google dialer shortcut?
This is the the contacts.apk manifest, would I be correct in thinking this is when the change needs to be made?
</activity>
<activity android:theme="@style/DialtactsTheme" android:label="@string/launcherDialer" android:icon="@mipmap/ic_launcher_phone" android:name=".activities.DialtactsActivity" android:enabled="@*android:bool/config_duplicate_port_omadm_wappush" android:taskAffinity="android.task.contacts.phone" android:clearTaskOnLaunch="true" android:launchMode="singleTask" android:screenOrientation="nosensor" android:windowSoftInputMode="stateAlwaysHidden|adjustNothing" android:uiOptions="splitActionBarWhenNarrow">
<intent-filter>
<action android:name="android.intent.action.DIAL" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:mimeType="vnd.android.cursor.item/phone" />
<data android:mimeType="vnd.android.cursor.item/person" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.DIAL" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="voicemail" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.DIAL" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.LAUNCHER" />
<category android:name="android.intent.category.BROWSABLE" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<action android:name="android.intent.action.DIAL" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="tel" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:mimeType="vnd.android.cursor.dir/calls" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.CALL_BUTTON" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
</intent-filter>
<intent-filter>
<action android:name="com.android.phone.action.TOUCH_DIALER" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.TAB" />
</intent-filter>
<intent-filter android:label="@string/recentCallsIconLabel">
<action android:name="com.android.phone.action.RECENT_CALLS" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.TAB" />
</intent-filter>
</activity>
Sent from my XT1080 using XDA Premium 4 mobile app

Related

Zip to fix battery meter?

Does anyone know where I can find the zip to flash that mods the battery meter to work in 1 point increments instead of 5. I found it before but can't find it now.
Thanks.
Sent from my SPH-D700 using XDA App
ssconceptz said:
Does anyone know where I can find the zip to flash that mods the battery meter to work in 1 point increments instead of 5. I found it before but can't find it now.
Thanks.
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
instead of 5? it should be 1%... thats how it is stock
I'm sorry but the stock battery meeter is garbage, not even close and that's after I calibrated the battery. I have a battery widget that shows correct readings.
Sent from my SPH-D700 using XDA App
steviee7 said:
instead of 5? it should be 1%... thats how it is stock
Click to expand...
Click to collapse
not even close...
Code:
<item android:drawable="@drawable/stat_sys_battery_10" android:maxLevel="19" />
<item android:drawable="@drawable/stat_sys_battery_20" android:maxLevel="34" />
<item android:drawable="@drawable/stat_sys_battery_40" android:maxLevel="49" />
<item android:drawable="@drawable/stat_sys_battery_60" android:maxLevel="64" />
<item android:drawable="@drawable/stat_sys_battery_80" android:maxLevel="79" />
<item android:drawable="@drawable/stat_sys_battery_100" android:maxLevel="100" />
That's stock from the framework-res.apk.. 15-20% increments incase you didn't wanna figure it out...
edit: nvm these arent for ec05
Thanks for the info. Yea I know the zip exists just gotta locate it again.
Sent from my SPH-D700 using XDA App
just get theimpaler747 app that allows you change the battery meter
Sent from my SPH-D700 using Tapatalk
MysteryEmotionz said:
just get theimpaler747 app that allows you change the battery meter
Sent from my SPH-D700 using Tapatalk
Click to expand...
Click to collapse
he said it needs fixing for EC05
edit: link http://forum.xda-developers.com/showpost.php?p=12430109&postcount=183
chris41g said:
not even close...
Code:
<item android:drawable="@drawable/stat_sys_battery_10" android:maxLevel="19" />
<item android:drawable="@drawable/stat_sys_battery_20" android:maxLevel="34" />
<item android:drawable="@drawable/stat_sys_battery_40" android:maxLevel="49" />
<item android:drawable="@drawable/stat_sys_battery_60" android:maxLevel="64" />
<item android:drawable="@drawable/stat_sys_battery_80" android:maxLevel="79" />
<item android:drawable="@drawable/stat_sys_battery_100" android:maxLevel="100" />
That's stock from the framework-res.apk.. 15-20% increments incase you didn't wanna figure it out...
Click to expand...
Click to collapse
This is my only problem with stock.
Typed by Z using the Gingerbread keyboard.

Continuous input gone?

It was working when I first got my phone but it magically disappeared. The option to turn it on is gone & now replaced with T9 trace.Anybody know why & how I can get it back?
This happened to me also after flashing a new Rom. Somehow it fixed itself after I agreed to the terms of use. Does it say this trial is expired?
Sent from my SGH-T999 using Tapatalk 2
Swype beta it's so much better http://beta.swype.com/android/create/
Sent from my SGH-T999 using xda premium
Swype beta it's so much better http://beta.swype.com/android/create/<br />
<br />
Sent from my SGH-T999 using xda premium
Click to expand...
Click to collapse
That's what I use now. I can't figure out why the stock keyboard changed all of the sudden. Even the Google voice typing quit working on it

[How-To][Code] AirView Samsung Galaxy S4

I didn't find a Thread with a guide for use the AirView in SGS4 so I did it.
In AndroidManifest.xml
Code:
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
[B] <meta-data android:name="com.sec.android.airview.enable" android:value="true" />
<intent-filter>
<action android:name="com.sec.android.airview.HOVER" />
</intent-filter>[/B]
<activity
android:name="edu.uanl.secondapp.MainActivity"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
[B]<intent-filter>
<action android:name="com.sec.android.airview.HOVER" />
</intent-filter>[/B]
</activity>
</application>
You can use It this way:
Code:
View rootView = inflater.inflate(R.layout.fragment_main_dummy, container, false);
TextView dummyTextView = (TextView) rootView.findViewById(R.id.section_label);
dummyTextView.setText("Something Here");
[B] dummyTextView.setOnHoverListener(new View.OnHoverListener()[/B] {
[user=439709]@override[/user]
public boolean onHover(View view, MotionEvent motionEvent) {
switch(motionEvent.getAction()){
case 9: // Enter Hovered
case 10: // Leave Hovered
view.setBackgroundColor(Color.TRANSPARENT);
view.setScaleX((float)1.0);
view.setScaleY((float)1.0);
break;
case 7: // On Hover
view.setBackgroundColor(Color.RED);
view.setScaleX((float)2.0);
view.setScaleY((float)2.0);
break;
}
Log.wtf("Something", "I'm Being Hovered" + motionEvent.getAction());
return false;
}
});
dummyTextView.setHovered(true);
If this thread is repeated, or this is not the place to post it, my apologies I'm a semi-noob on this.
Hope this can help you.
Delete this thread if is innapropiate or something
A link to download Samsung Airview SDK and setting up samsungs cust. emulator will be handy
After all not all have an S4
Sent from my GT-S5302 using Tapatalk 2
Cool thread.
Thanks. :good:
Is that that fancy "I dont have to touch my screen" stuff? lol.
Cool how to. thanks!
http://developer.samsung.com/home.do
samsung developer site.
sak-venom1997 said:
A link to download Samsung Airview SDK and setting up samsungs cust. emulator will be handy
After all not all have an S4
Sent from my GT-S5302 using Tapatalk 2
Click to expand...
Click to collapse
sadly we don't have one sdk for this...
yet...
out of ideas said:
Is that that fancy "I dont have to touch my screen" stuff? lol.
Cool how to. thanks!
http://developer.samsung.com/home.do
samsung developer site.
Click to expand...
Click to collapse
that one itself.
Sent from my GT-I9505 using xda premium
furbyx92 said:
sadly we don't have one sdk for this...
yet...
that one itself.
Sent from my GT-I9505 using xda premium
Click to expand...
Click to collapse
No SDK yet what do these people want to do ?
No SDK for Ir Blaster to
Why the heck do they add so cool features when they dont' want developers to play with it
No apps using this feature will mean they're as good as one
they should learn from Google they never delay there SDK s
sak-venom1997 said:
No SDK yet what do these people want to do ?
No SDK for Ir Blaster to
Why the heck do they add so cool features when they dont' want developers to play with it
No apps using this feature will mean they're as good as one
they should learn from Google they never delay there SDK s
Click to expand...
Click to collapse
and this feature is the easy one.
Sent from my GT-I9505 using xda premium
furbyx92 said:
and this feature is the easy one.
Sent from my GT-I9505 using xda premium
Click to expand...
Click to collapse
You cant say the same for ir blaster
Sent from my GT-S5302 using Tapatalk 2
Yeah, I know... but I keep trying.
Thanks, nice example to kickstart a Samsung Smart App Challenge project.

Improve quality of camera photos

Hi all i share this customisations for the camera pics i take this of the Xperia L and i try this in sp 4.1 and in 4.3.3
NothingLikeUs98 said:
Tested on Sony Xperia L and Xperia Sp I'm not sure if it is working on other devices. Try it at your own risk. You just need to have rooted your device, and to add some lines to ''build.prop''. Located in ''/system''. You also have to do some changes some in ''media_profiles.xml''. Located in ''/system/etc''. I recommend you to use ''Root Explorer''. Reboot is required...
- General:
View attachment 2633641
ro.media.dec.jpeg.memcap=8000000 Improve the quality of image.
ro.media.enc.hprof.vid.bps=8000000 Improve the quality of video.
ro.media.enc.jpeg.quality=100 Improve jpeg quality to 100%.
- Back camera:
View attachment 2633642
<ImageEnconding quality=''100'' />
<ImageEnconding quality=''100'' /> This is the medium quality, you can set it to 100% to override if you wish.
<ImageEnconding quality=''100'' /> This is the low quality, you can set it to 100% to override if you wish.
<ImageDecoding memCap=''30000000'' />
- Front camera:
View attachment 2633643
<ImageEnconding quality=''100'' />
<ImageEnconding quality=''100'' /> This is the medium quality, you can set it to 100% to override if you wish.
<ImageEnconding quality=''100'' /> This is the low quality, you can set it to 100% to override if you wish.
<ImageDecoding memCap=''30000000'' />
Daylight pictures:
View attachment 2640932
View attachment 2640934
View attachment 2640939
View attachment 2640936
View attachment 2640938
View attachment 2682123
Thanks to @ NothingLikeUs98 for share this
Pictures uploades son, beacause i dont have wifi
Diaclaimer: i only share, this post not is of my autority all credits is for @NothingLikeUs98
Sent from my C5303 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Anyone who tried this?
Sent from my C5303 using xda app-developers app
Yeah i tri this, this is the reazon for post here the information
And in the stars i say that
Sent from my C5303 using XDA Premium 4 mobile app
Yeah i tri this, this is the reazon for post here the information
And in the stars i say that
Sent from my C5303 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I know you tried this cause you are the one who posted it.Im just noob that's why im asking for other's opinion my friend.
Sent from my C5303 using xda app-developers app
Thanks man! It's working fine :good: Minor improvements but overall it's better :cyclops:
Thnx man! Today applied to my sisters SP (4.3) and my Z (4.4.2) and works for sure! Best way to compare before and after is on pc
I did that and I don see any changes in the quality. The lines are still in build.prop, but I think there low improvements..but good and nice!
Sorry my english.
accidentaly I lost backup and camera force closes please if someone has .201 upload stock files pleaaaseeee
Dathrex said:
accidentaly I lost backup and camera force closes please if someone has .201 upload stock files pleaaaseeee
Click to expand...
Click to collapse
Reflash current rom or replace file from zip
langeveld024 said:
Reflash current rom or replace file from zip
Click to expand...
Click to collapse
thanks for reply,but where can I get stock zip?
Dathrex said:
thanks for reply,but where can I get stock zip?
Click to expand...
Click to collapse
If you're on stock, you'll need an FTF file and flash it with flashtool.
http://forum.xda-developers.com/showthread.php?t=2311964
@Gabboxxx
I just shared this thread in cross device development projects for Sony devices.
Thread link: http://forum.xda-developers.com/showthread.php?t=2850021
Please be more clear and edit the OP
I can't understand anything...
Xperia™ Z (C6602) with Tapatalk.
androidfreak70 said:
Please be more clear and edit the OP
I can't understand anything...
Xperia™ Z (C6602) with Tapatalk.
Click to expand...
Click to collapse
Sorry i not have much time for re edit this tread, by other hand i can help u if i tell what u not understand
Thanks
Sent from my C5303 using XDA Premium 4 mobile app
Works on Xperia M 4.3
juliand95 said:
Works on Xperia M 4.3
Click to expand...
Click to collapse
On all Xperias, make a try
First obviously make a bKp of archive
Sent from my C5303 using XDA Premium 4 mobile app
Not clear how to do!!!
??????™ ? ?
As far as i understand the OP, there will be no problem in adding some lines in the build.prop file. However, the problem will arise in editing the media_profiles.xml file. We have to adjust the bit rate to achieve better quality of photos. We should also consider other phones which are capable of having 1080p resolution (example is Xperia Z).
Here are the default values for my Xperia Z using Xsistenz Ultimate 1.5.5:
-Back and front camera profiles (they have the same bitrate values):
@"1080p" / "timelapse 1080p", bitrate=17500000
@"720p" / "timelapse 720p", bitrate=12000000
@"480p" / "timelapse 480p", bitrate=4000000
@"qcif" / "timelapse qcif", bitrate=96000
Note: "1080p" profile is different from "timelapse 1080p" profile. So i think if we are going to change bitrate from "1080p" profile, we also have to change the bitrate from "timelapse 1080p" profile and same goes with the other profiles.
For the OP: What bitrate values are we going to enter for each profile?
Gabboxxx said:
On all Xperias, make a try
First obviously make a bKp of archive
Sent from my C5303 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
@Gabboxxx
Ok, check. Then I discuss any changes.
Thanks
thanx it worked :highfive:

Volume boost mod

Looking for flashable volume boost for CM11. I haven't found one that works and editing mixer paths XML has proven to be worthless.
Thanks.
Sent from my LG-D800 using XDA Premium 4 mobile app
holeshot77 said:
Looking for flashable volume boost for CM11. I haven't found one that works and editing mixer paths XML has proven to be worthless.
Thanks.
Sent from my LG-D800 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Volume boost of what? Headphones? Speaker?
Editing mixer_paths.xml is the only way to do it. If you already tried something along those lines, you did it wrong.
Sent from my LG-D802 using XDA Premium 4 mobile app
I´ve edited the mixer paths with a root explorer, and after reboot the device the audio is improved. Maybe you need to try with different values in:
<path name="speaker">
<ctl name="RX7 Digital Volume" value="70"
and
<path name="headphones">
<ctl name="RX1 Digital Volume" value="58" />
<ctl name="RX2 Digital Volume" value="58" />
Thanks everyone. I'll give it another go.
Sent from my LG-D800 using XDA Premium 4 mobile app
I'm on Ota 4.4 running jasmine rom and nc2 kernal on Verizon note 3 and I've gone to 100 and still no difference I used root browser pretty bummed cause I like to listen to music while I work but I can barely hear it over the compressors and such any help would be great

Categories

Resources