Hello Everyone , I have just Bought a new bluetooth handset "I-tech Clip D"
And i can't see the caller id names on the screen of the Handset...(The names are in English ofcourse...)
Is anyone having the same problems???
Is there any cab or patch to fix it ,
I Have a K800 And it works Fine,
Thank u for reading this post , looking forward to see some helpfull answers..
anyone knows???
anyone has the same problems with this device???
what does the bluetooth headset have to do with the handset not displaying caller ID names?
Hi there. I think you meant that caller names are not displayed on the bluetooth display. For windows mobile phones generally require additional software called jetware mobile to enable caller names to be displayed from your phone book. Otherwise, you will only get caller numbers being displayed.
Hi!
I wonder, if anybody knows this strange behavior:
It is possible to restrict dialing to a set of numbers, you define. (Somewhere in Settings->phone->others)
You enter the PIN2, the numbers, you wish to be reachable, ready.
On a WM5 device, this works fine. Only calls and SMS to the defined numbers are possible.
Not so on WM6: Calling a definde number works - but NOT sending an SMS...
Does somebody know anything about this?
Device: HTC p3300
ROM: As delivered from HTC
greets
Bernhard
The answer of HTC Europe is: WM6 handles this feature to restrict the possibilities different than WM5.
So this is called "feature" not "bug".
Perhaps there is an answer in the registry....
Here I am going to reposit the multiple dev topics i am working on and a dev blog and where we r pushing.
Some of these topics will have been discussed before and apps released.
I am going to take 'em and tie em together for bigger goal.
Some of these Mortscript apps were written a long time ago and can benefit from a more robust version of Mortscript.
Also I will post as many script tools here as I can. Some tools are scripts I have written but don't deem their own thread. Other things are the real applications I find indispensable.
Links to real apps...
ai Cab Explorer:
http://forum.xda-developers.com/showthread.php?t=561968
Webpage Cabgrn for making registry cabs
http://www.supware.net/CabGen/
Links of Mort utils.
Wav player - Mort seems not to want to play different types of wav files. This app will let u test them through mort. I will list the types that Mort doesnt play and the types of wav it does play.
bluetooth functionality.
Currently there is no working Bluetooth toggler for phones with the Widcomm bluetooth stack. I made a working toggler with the help of Pocketmax PhoneAlarm. I am pretty sure i can make a stand alone bluetooth toggler now.
With Phone alarm i can have the bluetooth go on and off when I plug my phone in. As long as I can use Phone alarm I have that issue licked. I could Mort that, but Phone alarm is so great that if I can use it, i do. All these apps I work with I am stuck with the trial versions, but since I end up resetting my phone every other week that never is too much of a problem.
The remaining issue is with turning on Microsoft Voice command with my car settings. We're going to take a look at that here. For auto profile switching i can detect if the car is connected AND my computers bt dongle is connected, i am at home: (disable the car bt so i dont miss calls) Also if first connect of computer after being connected to car, auto run ActiveSync and sync up.
Also I can have Voice command msg me with spoken msgs using the SMS sender I wrote. What could work better is to make appts and have voice command read those. I expect to bump into some walls.
After a number that is unknown but the number is available can popup a while pages with the number.
sill want a whois posted to the dialer screen status. will the internet kill the call? no, right?
So my phone cant run http://forum.xda-developers.com/showthread.php?t=298279&page=6 but i can make it work with mortscript. also phonelog should do this on my phone can do this, but it is always 5 hours off when it stores it. i have complained about this bug for the last 2 years or so, but since i am the only one with this problem, updates have never fixed this for me. obviously i should just write my own.
http://xboxapi.duncanmackenzie.net/gamertag.ashx?GamerTag=skullliosis
internot
A good hard look at the connected to internet detector. Why does iexplore connect to the internet and morts sometimes don't?
One more for the pie.
Issues and walls that are suck.
I dont have GPS, or even rkLocation. WTH. But I do have internet. Which means maybe I could use a web page What;s my ip to get a location. I couldnt use that to drive a map program of course but just maybe I could tell that I was not at home and set my bluetooth and stuff to on.
Some apps use a static location. If i can get a zip it might be possible to inject it for the app to use.
Also, we can't detect how much memory a program takes up, for example in a task manager. but we do know how much memory was available before we opened the app and then how much free after.
phone creeping.
Just between u n me.
CatchMe:
http://forum.xda-developers.com/showthread.php?t=502214
A number of lost phone apps can do certain remote tricks. I don't want to reinvent any wheels, but none of these apps work on my Windows Mobile 5 Smartphone. To tell the truth I already have gotten most of the lost phone functionalities working with StatusTicker. But we can go a bit further than just send back SMS with GPS or even rkLocation (I can do that, sure). Here are some additions I will be workin on shortly:
Remote activation of cameras to take some pictures and remote live video.
http://www.mobiletopsoft.com/pocket-pc/download-mobiscope-video-from-webcams-2-6-15.html
Remote trigger an online backup.
File Forte (Auto FTP backup)
Shozu
Apps that capture documents and upload em to online could also capture the call logs and sms logs.
Evernote
Dashwire (I better hurry while it's free)
Qiik? sends video
Send Back data:
Send me all my SMS Received/Sent
Send me my call history
What's my phone's Ip?
Remote purge
Remote lock
Turn on the bluetooth and annoy the neighbors. It could be possible to turn on the bt and then use it like a range finder with a different phone. Of course we can just unmute it remotely if its muted and trigger an alarm sound.
Downloading on a smartphone
I'm Batman
Here we will look at keycap ing and how close we can approximate it.
Using Iexplore as a config editor.
I am pretty sure I can use html pages to modify config ini's.
By having the page pass itself the arguments on the url, they show up in the page title and thereby can be reintegrated with Mort.
I already set up the html a few years ago on a e-commerce site I worked on. I found my old javascript codes which pass and interpret the ? and & variables you see in the url address bar. This means I can can use check boxes, input boxes, etc...
I am thinking this is going to be very cool.
Poor mans motion detector
So can we make a motion detector?
take picture
take another
compare size.
if size <> image has changed.
What about taking a picture/screenshot and if its black then we can check its size and see that it is dark?
If there is no native camera click option, and we can't access the camera sometimes, we may be able to leave the camera view open and then take screenshots with a screenshot app and then use those picks...
***
Mort doesnt give size of an app in memory.
so we would have to subtract the new free space from the old memory. yikes?
AppToDate - Mortscript support and integration
integrate Apptodate version checking and updating without using apptodate:
AppToDate Subroutine for Mortscript
Hi,
So I have AppToDate support in my Voice command app. So if you have AppToDate it will report whether you need an update and can download and install from there.
I have made a subroutine for your AppToDate supported mortscript app so it can check for an update.
We could have it download the updated cab. I can't use the download command since I have a smartphone. I guess I could make the PPC version and then have my app run AppToDate on my Smartphone.
And to think I hesitated.
Attached Files
File Type: zip AppToDateSub.zip (1.9 KB, 0 views)
Infra red receiver/transmitter
i wonder if i can make a Infra red receiver/transmitter with mortscript?
Well we cant do infra red output. but we could activate the infra red receiver and then use a remote control on it?
Phone Utils
Can we identify the caller and if known, open the contact with that callers name. Yes, I think we can.
Bluetooth
Solution : all system sound in headset
I found a solution for route all system sounds in a non-stereo Bluetooth headset, the microphone still works for calls but at the end of a call the sound is back in the speaker and must restart to make it work again.
Does anyone know what is the problem?
To do this we must change a registry value: HKEY_LOCAL_MACHINE\SOFTWARE\Widcomm\Connections
Choose your device hands free in the right folder 0001 0002 0003 ....
And change the value of BDDevClass 24 04 04 to 12 01 04
Click to expand...
Click to collapse
so u can detect what the window title is and active process
(8:56:04 PM): sorry
[email protected] 8:56 pm
(8:56:10 PM): oh
(8:56:19 PM): ya i use wad for that
(8:56:24 PM): but ya that would be great
howdykeith 8:56 pm
(8:56:24 PM): huh
[email protected] 8:57 pm
(8:57:21 PM): wisbar advanced has this option to do stuff, like change SIP and what not, so you can activate this based on active process, active window.. so i use that to see what windows are open.. but your idea i would use daily.
Get Lifestream on your mobile phone
You can now receive Lifestream updates on your phone from selected Buddies.
Learn About AIM TXT
AIM TXT gives you access to AIM by sending simple text message commands to 246246. Just enter 246246 in the TO: field of your text message and then an AIM command from the list below in the message body. The full AIM TXT menu will be sent to your phone after you send 'login' to 246246 and reply with your Screen Name and password:
status
update your AIM Status Message
Ex: status having lunch with Chuck
send
send an IM to a buddy
Ex: send ChattingChuck where are we meeting tonight?
login
log in to AIM Ex: login avail - set yourself to appear online and available; you can also update your AIM Status Message in the same command
Ex: avail
Ex: avail I'm back from lunch
away
set yourself to appear online and away; you can also update your Away Message in the same command
Ex: away
Ex: away at dinner until 7pm
invis
set yourself to appear offline; you can also update your AIM Status Message in the same command
Ex: invis
Ex: invis playing a round of golf
bl
get a snapshot of your Buddy List (all buddies in your 'Mobile Device' group)
Ex: bl
add
add a buddy to your 'Mobile Device' group
Ex: add GabbyGrace00
del
del a buddy from your 'Mobile Device' group
Ex: del ChattingChuck
switchsn
login with a different Screen Name
Ex: switchsn
help
some examples of AIM TXT commands
Ex: help
Facebook:
Facebook Text Messages
Facebook Text Messages let you use Facebook through text messaging on your phone.
You can text Facebook to update your status, message your friends, or send a poke on the go. You can also choose to receive texts with messages, pokes, and wall posts from your friends right when they happen. (Standard text message rates apply.)
What do you want to do? Click to see preview
Update status is at john's party
Message msg john smith what's up
Search search john smith
Get cell # cell john smith
Events event
Wall Post wall john smith happy birthday
Add friend add john smith
Send text messages to:
32665 (FBOOK) Facebook Text Messages Demo
Enter a text below to preview what would happen when you send an SMS to 32665 (FBOOK).
To: 32665 (FBOOK)
Txt:
Send Twitter updates by text message
If you add your phone to Twitter, you can update anywhere, anytime by simply sending us a text message! Once your phone is verified, you can start sending (and receiving!) updates instantly. Depending on where you are, you may have a local number. You can send a text message to any of these numbers and it will post directly to your Twitter profile, and be sent to all of your followers:
We currently support 2-way (sending and receiving) Twitter SMS via short codes and 1-way (sending only) via long codes.
Short codes for 2-way Twitter SMS:
US: 40404
Australia: 0198089488 (Telstra customers)
Canada: 21212
UK: 86444 (Vodafone, Orange, 3 and O2 customers)
India: 53000 (Bharti Airtel customers)
Indonesia: 89887 (AXIS and 3 customers)
Ireland: 51210 (O2 customers)
New Zealand: 8987 (Vodafone and Telecom NZ customers)
1-way long codes:
Germany: +49 17 6888 50505
Sweden: +46 737 494222
All other countries: +44 762 4801423
We're working on getting more local short codes for other places, and we'll update this list as they become available. If you travel out of the country, check with your mobile provider to see if they route text messages to local short codes, of if you'll need to use the international number instead.
If you use 40404, you can send and receive unlimited messages from Twitter, but we do advise you to check with your provider to make sure your text plan covers text messaging. If you use one of our other numbers, you're limited to 250 messages per week, refreshing every Sunday at 12:00am GMT.
For people using any number other than 40404: once your phone is verified, you'll be able to send your updates to +44 7624 801423 , but you will not be able to receive text updates from Twitter. Find out more on the Twitter Blog.
A word of caution for UK residents using the international number: some carriers don't charge an international fee to use the Twitter international number within the UK, but others do. Some carriers consider it an international number and charge from .15 to .25 per message. Remember to check your phone plan for international rates; be aware that even in the UK, standard messaging rates vary by carrier, and do apply.
howdykeith said:
so u can detect what the window title is and active process
(8:56:04 PM): sorry
[email protected] 8:56 pm
(8:56:10 PM): oh
(8:56:19 PM): ya i use wad for that
(8:56:24 PM): but ya that would be great
howdykeith 8:56 pm
(8:56:24 PM): huh
[email protected] 8:57 pm
(8:57:21 PM): wisbar advanced has this option to do stuff, like change SIP and what not, so you can activate this based on active process, active window.. so i use that to see what windows are open.. but your idea i would use daily.
Click to expand...
Click to collapse
+1 on a simpilier solution
nhvoltagenh said:
+1 on a simpler solution
Click to expand...
Click to collapse
Hope u r happy now!
1 script. Click for on, then click for off. No BS.
Do aim url links work on win mobile?
About page in IE
(Contact too)
Interesting
Hi everyone,
i am having a problem with my wildfire s and guessing if you guys could help me out.
Let me explain. Lets say i have a contact jack with number +23091948347 in my contacts. when jack calls me, 9194837 appears but not the contact name. But when Jack sends me an SMS, the contact name appears.
Now the contrary also causes the problem. if i correct jack's number to 9194837 in my contacts, when he calls, the contact name appears.But when the sends me and SMS, +2309194837 appears.
I already tried deleting, resetting the phone but the problem persists. In Mauritius, all HTC Android 2.2 - 2.3 users i know have the same problem (other phone makes work fine). No luck from HTC support either
Severals other forums say that this is due to the fact that as from android 2.2, HTC android matches exact CIDs only for contact name resolution.
For the time being i have to enter both +2309194837 and 9194837 for the same contact for it to work correctly.
I have tried a soft called prefixer which allows to add the +230 on incoming calls. It then correctly gives the contact name but no contact picture appears.and also in the call log the number still appears as <unknown>.
Am new to android and already getting discouraged...hope can learn from you guys.
Cheers
Contact your carrier; they are incorrectly routing calls/messages through to you without area/country codes.
Thanks for your replay.. That is indeed the case but other phones are working correctly. xperias, nexus 1s and others...
So other phones show the same number regardless of wether you're receiving a text message or voice call?
Other phones receive messages and calls in the same format i do. i.e 9194897 for calls and +2309194837 for messages.
Yet the other phones resolve the contact name correctly.
I read that it is due to the fact that the phone is match the entire CID to contacts and not part. There is an app in windows mobile which allows you to change the Call ID match trailing digits (which in this case should be 7).
Looked for such an app for android but no luck.
Samsung also have been getting the same problem i hear.
Any ideas guys?
i found this while googling about the problem
http://forum.xda-developers.com/showthread.php?t=684575
http://code.google.com/p/android/issues/detail?id=8770&q=caller%20id%20match&colspec=ID%20Type%20Status%20Owner%20Summary%20Stars
Hey guys
Had been looking for a long time for a solution for this and found one today (thanks to squabbie for helping)
Summary:
You need a rooted phone, ex file explorer (or ROM toolbox) to edit the build.prop settings. Check for a setting called "ro.phone.min_match_*" ( the * being a wildcard). Then edit the name of the setting to "ro.phone.min_match" only and set its value yo 6 or 7 or whichever value you need. If this label isn't in the build.prop settings then just add it in.
Supporting links:
http://forum.xda-developers.com/showthread.php?t=1160343
jdhtc1xplus said:
Hey guys
Had been looking for a long time for a solution for this and found one today (thanks to squabbie for helping)
Summary:
You need a rooted phone, ex file explorer (or ROM toolbox) to edit the build.prop settings. Check for a setting called "ro.phone.min_match_*" ( the * being a wildcard). Then edit the name of the setting to "ro.phone.min_match" only and set its value yo 6 or 7 or whichever value you need. If this label isn't in the build.prop settings then just add it in.
Supporting links:
http://forum.xda-developers.com/showthread.php?t=1160343
Click to expand...
Click to collapse
This is a three year old thread. Was it really necessary to wake it up?
No not really the reason I woke it up was because I've seen so many threads with the same issue not solved that I had to make sure everyone was notified of the fix!
Hello guys, does anyone know how I can get rid of this popup after any outgoing call?
https://imgur.com/a/p1XmeFC
As far as I can understand, this popup may be coming from three places.
The first would be from the Sim Toolkit, however it is impossible to disable notifications from the app, and just silencing them does not solve the problem.
The second may be a CBS (cell broadcast) message, but the stock Samsung Messages app does not show any options to disable them.
The third option is that the operator is using the amber notification channel to show the popup. But OneUi 2 does not show the option to disable alerts (the option should be in Connections> More Connection Settings> Emergency Alerts> Settings> Alert Types> Amber Alerts)
Note: The popup is a message from brazilian carrier Claro asking for prepaid recharge. The smartphone is a SM-A705MN in the latest version of Android available in Brazil.