-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
1. execute the program
2. enter "Display Name"
3. click the "connect" button
4. no response. the screen is not changed.
What is the expected output? What do you see instead?
how to send the message to the desired destination?
What version of the product are you using? On what operating system?
the android devices are hero
Please provide any additional information below.
I have executed the following command lines in adb
:adb remount
adb push "\local\path\to\startstopadhoc" "/system/bin/"
adb shell
# mkdir "/data/local/bin/"
adb push "local\path\to\tiwlan.ini" "/data/local/bin/"
adb shell
# chmod 0755 "/system/bin/startstopadhoc"
.
another questions: what is SSID in tiwlan.ini? why do we need to setup SSID?
Thanks for your help!!
Best regard.
Original issue reported on code.google.com by [email protected] on 22 Aug 2012 at 4:50