Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6670301
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T03:15:08+00:00 2026-05-26T03:15:08+00:00

I need to write data in to a file ,when system reboots not on

  • 0

I need to write data in to a file ,when system reboots not on boot complete.
i am using broadcast receiver “android.intent.action.REBOOT” Below is my code and manifest files

public class broadcastreceiver extends BroadcastReceiver{
 @Override
 public void onReceive(Context context, Intent intent) {
 Log.i("LOG_TAG","rebooted"); 
}

manifest file:

<application android:icon="@drawable/icon" android:label="@string/app_name">
<activity android:name=".broadcast"
android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<receiver android:name="com.example.broadcastreceiver.broadcastreceiver"
android:enabled="true"
android:exported="true"
android:permission="android.permission.REBOOT">
<intent-filter>    
<action android:name="android.intent.action.REBOOT" />
</intent-filter>
</receiver>
</application>

but i am not able to write even a log when reboots.
note:i donot want to use Bootcompleted action in broadcast receiver

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T03:15:08+00:00Added an answer on May 26, 2026 at 3:15 am

    I can’t see why you don’t want to use BootCompleted, could you provide your reasons?

    There is no other action that will alert your broadcast receiver of the boot. You will have to use BootCompleted.

    As a note, I hope you are registering you BroadcastReceiver with the context (since you didn’t include that code). If you’re not using BootComplete, I don’t know what action you’ve registered to expect your above code to execute.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to write some system log data (usually not more than 100 characters
I need to write data into drive. I have two options: write raw sectors.(_write(handle,
I need to write some data to SQL Server database from Linux in C++.
I need to write some data in several database. I choose sqlapi.com I have
I need to write a large amount of data in my application. Data arrive
I need to read and write some data through named pipes. I have tested
I need to write a module that sends order data to an epayment service,
I need to write an app that retrieves data on expiring SSL certs. What
I need to write a Stored procedure in SQL server whose data returned will
I need to write some code to insert around 3 million rows of data.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.