AT Commands - Upgrading, Modifying and Unlocking

Just been looking at this page ... I think some of the info may be helpful in solving the PDA2k (and maybe other models) Bluetooth Audio Gateway problem.
My question is how would I execute these commands? Would I need to build an application or could I do it via an application that already exists?

Related

SIM Toolkit Applications possible in GSM PDAs ??

Hi All,
I am trying to figure out if STK applications can be provided in PDAs and I am presently concentrating on XDA PocketPC.
I used RIL library (through XDA-developers forum) and tried some sim toolkit related commands like 'RIL_GetSimToolkitProfile', 'RIL_SendSimCmd'. The result (HRESULT) of these commands is 0x80004001 (E_NOTIMPL - Not implemented). Probably RIL is just returning E_NOTIMPL for toolkit commands.
In case these functions are not implemented in RIL library, is there any other way to communicate with SIM??
Regards,
Usha
oh ok, I already answered in the other post :wink:

How to send AT command to inside radio module

Posted:Mon Aug 18, 2003 06:21
Post subject:
--------------------------------------------------------------------------------
Hi,every one
I meet a problem,please help me:
I have a PDA which is installed inside a radio module, called ET180 with
pocket PC 2002 OS, I do not know how to send AT command to radio module in program, I am using EVB or EVC for coding.
If outside radio module is connect to PC by serial port, I can send command to serial port. but on ET180, I do not know how the radio module is connected.
Do you know is there a RIL(radio interface layer) function that can send command, and How? or any other way?
Thanks
I would have to have a look at a et180 rom, to see how it works. probably it is an entirely different hardware platform than the xda.
I run a sample EVC program on ET180, using RIL API, run well,
sample show how radio module receive and send information, exactly like
AT command,
1.
I figure if RIL API have function to directly send AT Command and get feedback, that will meet my requirement, bu I do not know if there is such API.
2.
If any vitual COM driver available, maybe also ok.
3. I seach the web, and know the radio modile is from siemens
If you search the web, ET180 document can be found, from lenovo
the largest IT corporation in China
yes, I saw there site, unfortunately my chinese is not that good.
If you can post a link pointing directly to a downloadable rom, or rom upgrade package, that would be very helpful.
specifically I need to look at rilgsm.dll and probably serial{1,2,3}.dll
you may use osimagetool together with dumprom to extract them.
The manufacturer not provide ROM for download, and I can not copy DLL file from ROM by IE, if you have Osimagetool, please attach here, so I can send ROM to you.
thank you!
by the way, when ET180 connected to my PC, ActiveSync3.5(builder 1240) works.
I make a backup (backup.stg) for ROM and RAM by ActiveSync,attach here, if you have tool to read, you will see every thing.
oh, the file can not be attached in this forum, open your Email if you please.
Can anyone tell ril API "RIL_GetSerialPortHandle" and "RIL_DevSpecific"
is implemented yet or not? and how to call the API? I write code:
1
iReturn=RIL_DevSpecific(hRil, (BYTE *)"AT+CSQ\r", (DWORD)7);
Result callback is not responded.
2
iReturn=RIL_GetSerialPortHandle(hRil,lphSerial);
HANDLE lphSerial is invalide.
Thanks

AT Commands

Hey all,
I'm working on some stuff for a car pc project.
I've found a site that gives you information on AT Commands for mobile phones but none of them work.
Does anyone know the accepted AT commands for the Blueangel?
Regards
Gavin

[Q] Using BBConnect with Gonews Touch

Hello,
hopefully somebody could help me
I´m using BBconnect on my HTC Touch HD and everything is fine.
Now i bought the Gonews Touch ( RSS Reader ). Right now i mainly update my feeds using an Wlan connection. But i would appreciate it, if it will be possible to update those feeds ota.
In GoNews Touch there´s an option to use an proxy.
I thought i could use my bbconnect connection for updating the feeds.
Searching the web, brings up a thread in seems.org. But the answers there
didn´t work. ( proxa = localhost 127...., port,... )
The questition is, did somebody use his bbconnect connection in another software, where it is possible to specify the proxy ?
If yes, which settings do i have to use ?
Or how could i figure them out.
Hope it is okay to ask something like this, but i think this is the only forum where experts can "hopefully" help me to solve that specific issue.
And maybe it will be also helpful for others.
Thanks in advance.
Howie1969
bbconnect on the touch hd? how did u do that? could you help me please?
Hi,
there´s already an existing thread to that point.
http://forum.xda-developers.com/showthread.php?t=443125
Just use the search function.
Or in short words.
a) you´re sim - contract must have bb
b) download bbconnect ( latest version must be ...106 -> search at seems.org )
c) install it on the htc touch hd
d) Info: i´m using it in the company on a bes server
e) BES account must be set by the systemadmin
f) activate bbconnect, wait until you recieve a email ( something like you´re sucessfully registered )
g) wait for synchonization, voila...
h) maybe also helpful could be the bbconnect desktop for activation if
i) may failed
Additional Information: i´m using the stock rom.
Sorry for the short version, if you´re in need of more details.
Refer to the above mentioned thread or just pm me.
Howie1969

Bluetooth HID for MIUI

This guide is based heavily on the one found here: http://i-miss-erin.blogspot.com/2009/09/connect-bluetooth-keyboard-in-android.html
In fact, all information was gleaned from Erin's blog (super props to Erin). This guide is just slightly simplified, with a flashable zip instead of a few ADB steps/
Step 1.) Download the MIUI_Bluetooth_HID.zip from the Download page
Step 2.) Turn Bluetooth ON from Setting UI and click 'Scan for devices'
Step 3.) Select your bluetooth keyboard and pair it.
Step 4.) Under your keyboard android will state "Paired but not connected"
Step 5.) Open up a command prompt/terminal. I am working on a script to automate this part, but for now, you need to use ADB).
Note: Some of the following commands will output text.
adb shell
hcitool scan
(All bluetooth devices in range will be listed here. Look for your bluetooth keyboard, and copy down it's MAC Address)
hidd --connect xx:xx:xx:xx:xx:xx
(Replace xx:xx:xx:xx:xx:xx with your bluetooth keyboard's MAC Address)
hcitool con
(This command shows all connected HID devices, and should list the MAC Address of your bluetooth keyboard)
And that should be it - try typing and see if it works.
If anyone knows how to do the following in a bash script, I'd be grateful if you could tell me.
- Search for a text string in a text file, and replace it with a different text string.
The idea here:
- Script1 runs the scan
- The user copies down the keyboard's MAC Address
- The user enters the MAC Address and it is stored as a variable (is it possible for this to happen automatically?)
- The Script1 then duplicates a second script file called Script2
- The Script1 replaces a preset string (eg xx:xx:xx:xx:xx:xx) inside Script2 with the correct MAC Address of the bluetooth keyboard.
- Script1 runs Script2
- Script2 completes the HID control command
anyway, Thank Erin if it works for you - it worked for me.
Josh
Sense Integration
Can someone PLEASE integrate this into a Sense ROM? IE: Currently using PAYS 2.2...
I tried forcing the files in to /system/xbin but I get the following:
# hcitool scan
Device is not available: No such device
I just got an Rii mini BT Keyboard because it said it was Android compatible, but the drivers won't validate... apparently there's a licensing issue with the OEM or something (found this info on a Google search).
Can someone help?
bdusmc said:
Can someone PLEASE integrate this into a Sense ROM? IE: Currently using PAYS 2.2...
I tried forcing the files in to /system/xbin but I get the following:
# hcitool scan
Device is not available: No such device
I just got an Rii mini BT Keyboard because it said it was Android compatible, but the drivers won't validate... apparently there's a licensing issue with the OEM or something (found this info on a Google search).
Can someone help?
Click to expand...
Click to collapse
Not possible.
Sent from my HTC Desire using XDA App
hi
hi
can u please help me to connect desire hd to rii mini blue tooth keyboard
it is detected but not pairing. Please help me
Hate to bump an old thread like this, but I've been trying to get this type of support on my phone and keep getting pointed to the Desire thread.
On that note, on the Download page the file we are told to download (MIUI_Bluetooth_HID.zip) isn't there. Any idea where it went?
Thanks!
any progress on this dude? i mean automating the connections?
I know this is a thread about HTC Desire, and I beg your apologies in advance for the intrusion, but...this solution is expected to work also in a Motorola Defy, or it will not work?
(just wondering if can be applies in other phones too...)

Categories

Resources