All Shell Sample Scripts

HelloWorld

#!/system/bin/sh
sleep 1
echo  -e  "Hello, world!"

CopySample

Not solved. Please send me answers if you have.

DatePicker

Not solved. Please send me answers if you have.

Dialog

Not solved. Please send me answers if you have.

DualToneMultiFrequency

Not solved. Please send me answers if you have.

GetInput

Not solved. Please send me answers if you have.

HorizontalProgress

Not solved. Please send me answers if you have.

LaunchBrowser

am start -a android.intent.action.MAIN -n com.android.browser/.BrowserActivity

LaunchCalculator

am start -a android.intent.action.MAIN -n com.android.calculator2/.Calculator

LaunchCalendar

am start -a android.intent.action.MAIN -n com.android.calendar/.LaunchActivity

LaunchGallery

am start -a android.intent.action.MAIN -n com.cooliris.media/.Gallery

LaunchMusic

am start -a android.intent.action.MAIN -n com.android.music/.MediaPlaybackActivityStarter

LaunchSetting

am start -a android.intent.action.MAIN -n com.android.settings/.Settings

LaunchSoundRecorder

am start -a android.intent.action.MAIN -n com.android.soundrecorder/.SoundRecorder

MediaVolume

Not solved. Please send me answers if you have.

Notify

Not solved. Please send me answers if you have.

OptionsMenu

Not solved. Please send me answers if you have.

PackageCui

Not solved. Please send me answers if you have.

PhoneCall

service call phone 2 s16 "117"

QR

am start -a com.google.zxing.client.android.ENCODE --es ENCODE_TYPE TEXT_TYPE --es ENCODE_DATA 'Shell'

RecognizeSpeech

Not solved. Please send me answers if you have.

Scancode

Not solved. Please send me answers if you have.

Search

am start -a android.intent.action.SEARCH --es  'query' 'Shell'

SendEmail

am start -a android.intent.action.SENDTO -d mailto:sl4@email.fake --es android.intent.extra.SUBJECT sendEmail --es android.intent.extra.TEXT "using Shell"

ShowFilename

#!/system/bin/sh
sleep 1
echo $0

ShowThis

#!/system/bin/sh
sleep 1
while read line
  do text=${text}${line}"\n"
done < $0
echo  -e  "$text"

ShowWeb

am start -a android.intent.action.VIEW http://www.google.com

Speak

Not solved. Please send me answers if you have.

SpinnerProgress

Not solved. Please send me answers if you have.

StartRingtone

am start -a android.intent.action.RINGTONE_PICKER

Toast

Not solved. Please send me answers if you have.

Vibrate

Not solved. Please send me answers if you have.
return