Click here to Skip to main content
15,891,372 members
Home / Discussions / Mobile
   

Mobile

 
Questionmobile site development Pin
pallavi shrivastava3-Feb-11 19:54
pallavi shrivastava3-Feb-11 19:54 
AnswerRe: mobile site development Pin
parths4-Feb-11 0:46
parths4-Feb-11 0:46 
QuestionPorting from CE4.x to CE6 Pin
GDavy2-Feb-11 19:58
GDavy2-Feb-11 19:58 
AnswerRe: Porting from CE4.x to CE6 Pin
Madhu Nair2-Feb-11 21:48
Madhu Nair2-Feb-11 21:48 
GeneralRe: Porting from CE4.x to CE6 Pin
GDavy2-Feb-11 23:02
GDavy2-Feb-11 23:02 
QuestionAndroid Start Pin
MsmVc2-Feb-11 19:24
MsmVc2-Feb-11 19:24 
AnswerRe: Android Start Pin
parths2-Feb-11 20:18
parths2-Feb-11 20:18 
GeneralRe: Android Start Pin
MsmVc2-Feb-11 20:26
MsmVc2-Feb-11 20:26 
Thank for reply
I try to use
adb shell am start
i got some information.

i have question about this what i check sir.
<package full path>/.<Activity class name>

Here manifest xml

please help me

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
      package="com.innovantesindia.broadcast_onBoot"
      android:versionCode="1"
      android:versionName="1.0">
    <application android:icon="@drawable/icon" android:label="@string/app_name">
        <activity android:name=".SendSMS_OnBoot"
                  android:label="@string/app_name">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>

    </application>


<uses-permission android:name="android.permission.SEND_SMS"></uses-permission>
<uses-permission android:name="android.permission.RECEIVE_SMS"></uses-permission>
</manifest> 

AnswerRe: Android Start Pin
parths2-Feb-11 21:33
parths2-Feb-11 21:33 
GeneralRe: Android Start Pin
MsmVc3-Feb-11 17:41
MsmVc3-Feb-11 17:41 
QuestionVS 2010 No Mobile Development Support? Pin
sushi927-Jan-11 7:21
sushi927-Jan-11 7:21 
AnswerRe: VS 2010 No Mobile Development Support? Pin
Richard MacCutchan28-Jan-11 1:40
mveRichard MacCutchan28-Jan-11 1:40 
AnswerRe: VS 2010 No Mobile Development Support? Pin
Madhu Nair1-Feb-11 16:37
Madhu Nair1-Feb-11 16:37 
Questionsomething very simple - still dont have solution (disable/enable WIFI radio on windows-CE) Pin
Gali197827-Jan-11 6:47
Gali197827-Jan-11 6:47 
AnswerRe: something very simple - still dont have solution (disable/enable WIFI radio on windows-CE) Pin
Ravi Sant7-Feb-11 0:06
Ravi Sant7-Feb-11 0:06 
QuestionAndroid Data Pin
MsmVc26-Jan-11 18:47
MsmVc26-Jan-11 18:47 
AnswerRe: Android Data Pin
MsmVc28-Jan-11 1:10
MsmVc28-Jan-11 1:10 
AnswerRe: Android Data [modified] Pin
Madhu Nair1-Feb-11 19:49
Madhu Nair1-Feb-11 19:49 
GeneralRe: Android Data Pin
MsmVc1-Feb-11 21:22
MsmVc1-Feb-11 21:22 
QuestionHow to measure the power of the network (the WIFI signal) in windows-mobile ? Pin
goldsoft25-Jan-11 3:57
goldsoft25-Jan-11 3:57 
AnswerRe: How to measure the power of the network (the WIFI signal) in windows-mobile ? Pin
Joel Ivory Johnson26-Jan-11 14:56
professionalJoel Ivory Johnson26-Jan-11 14:56 
Questionhow to transfer file from PC to Windows-mobile and from Windows-mobile to PC ? Pin
Gali197824-Jan-11 7:35
Gali197824-Jan-11 7:35 
AnswerRe: how to transfer file from PC to Windows-mobile and from Windows-mobile to PC ? Pin
Madhu Nair1-Feb-11 19:55
Madhu Nair1-Feb-11 19:55 
Questionjava: mobile application that posts data onto a remote data base Pin
figgikim123-Jan-11 12:56
figgikim123-Jan-11 12:56 
QuestionAbout Search Blutooth devices in C# Pin
Amin Najafi21-Jan-11 22:53
Amin Najafi21-Jan-11 22:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.