reboot Questions

2

Every now and then, the radio of my android phone silently dies because of some network related issues. On the Nexus 4, it shows the empty triangle as if there where no service available in this ar...
Weingartner asked 6/9, 2013 at 3:32

2

Solved

I am in the process of developing a hybrid Phonegap app for Android. The app uses just the one plugin which I am developing as well. The plugin does three things Watches for geo-location changes ...
Broadcast asked 17/1, 2017 at 4:55

7

Solved

I have a user brftv on my linux system and I have www-data that runs the nginx. from the terminal I can let my brftv user run sudo /sbin/reboot and it works fine since I added the following to...
Drupe asked 7/6, 2014 at 17:53

4

My NodeMCU program has gone in to infinite reboot loop. My code is functionally working but any action I try to do, e.g. file.remove("init.lua") or even just =node.heap(), it panics and reboots sa...
Snubnosed asked 18/4, 2015 at 19:32

5

Solved

I'm looking for a solution which can be used to reboot a rooted device. I jknow that rebooting a device is very poor design for the user, as stated here, and it's not really for an application. The...
Ekaterinodar asked 30/3, 2011 at 9:33

1

is there any way to reboot the emulator into recovery mode??
Nance asked 26/3, 2011 at 13:23

2

Solved

I am working on an installer using Wix 3.5 that needs to set the system PATH environment variable. This is how I am setting the environment variable: <Directory Id="DirectoryName"> <Com...
Reckless asked 8/8, 2011 at 8:57

1

Solved

I'm working on Ubuntu 14.04 and I make chmod +x to a file, but, when I reboot the computer, the permissions change. How can I make to put chmod permanent?
Northway asked 17/10, 2015 at 13:57

4

Solved

I have developped a C program (Linux), this program create a new file and write into, after that it reboots the PC. After reboot, I have lost the file created by my program. When I deactivate rebo...
Doriadorian asked 14/5, 2012 at 14:56

4

Solved

We are currently experiencing the following weird issue with our iPhone app. As the title says, NSUserDefaults is losing our custom keys and values when phone is rebooted but not unlocked, and this...
Nonetheless asked 28/11, 2013 at 14:53

2

Solved

I was researching boot loaders and I found this interesting piece of assembly: ;Sends us to the end of the memory ;causing reboot db 0x0ea dw 0x0000 dw 0xffff By the comment I know what it does;...
Insurrectionary asked 8/7, 2015 at 14:58

1

Solved

I'm running a wordpress page on an AWS EC2 t2.micro instance. Nothing fancy but just a simple wordpress site. It has been happening pretty consistently that every few weeks: my page will be unr...
Nissen asked 26/6, 2015 at 22:34

2

I need to remotely shutdown and reboot Linux (Ubuntu) machines without logging into them (otherwise simple commands can do the job). The machines are just cheap PCs so there are no special po...
Damnation asked 16/12, 2011 at 0:21

5

Solved

I have code system("reboot") The reboot command works in the terminal, but even if I run the app as root, the operation is still denied. Has anyone found any way that works, or can explain a bi...
Chiromancy asked 21/6, 2011 at 2:19

6

I wrote an Android app that uses android.os.PowerManager.reboot(), and I added <uses-permission android:name="android.permission.REBOOT" /> in my AndroidManifest.xml. However, when I run the ...
Hobgoblin asked 11/8, 2010 at 8:5

7

Solved

Well, I have searched a lot. People say that I need to close the window of emulator to close it. However, I need to reboot the emulator to catch ACTION_BOOT_COMPLETED by my BroadcastReceiver. How ...
Heaton asked 11/2, 2012 at 16:6

1

I built a simple ios app with IBeacon . I ran this app on an iPhone 4s whit ios7.1 while running an IBeacon base station.Everything is working right in background or foreground(exit region have 30 ...
Turtledove asked 4/4, 2014 at 4:45

1

Solved

I’m using bash shell on Linux … $ uname -a Linux sandbox.mydomain.com 3.4.76-65.111.amzn1.x86_64 #1 SMP Tue Jan 14 21:06:49 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux although it would be nic...
Carmelo asked 13/3, 2014 at 20:9

3

Solved

Is it possible to prompt for restarting the machine after installation using WiX?
Hummocky asked 15/12, 2009 at 14:13

4

Solved

I'm playing about with one of the kernel driver examples in the Win7 DDK. I can modify compile and build my *.sys file. I can install it too with its INF (using device manager or devcon) or using t...
Aggappe asked 30/1, 2011 at 17:36

1

Solved

I have an iOS7 app which registers for background mode remote-notification: <key>UIBackgroundModes</key> <array> <string>remote-notification</string> </array> ...
Insurrection asked 19/12, 2013 at 13:23

1

I need to measure long elapsed time on Android and there may be device reboots in between. From what I've understand, System.nanoTime() is resetted every time the device reboot, and System.current...
Buoy asked 10/12, 2013 at 20:0

1

I have an application written in C which runs as a daemon and needs to send something through RS232 when system is in shutdown or reboot state, and it needs to distinguish between these two. ...
Gesellschaft asked 9/10, 2013 at 10:43

2

Solved

I am trying to receive (with BroadcastReceiver) the action of shutting down, booting and rebooting. I searched a lot, but I could not figure out what is the difference between Intent.ACTION_REBOOT...

3

Solved

In my app I want to run some code every day at a specific time using an AlarmManager. In the android documentation I found this: Registered alarms are retained while the device is asleep [...] b...
Iliac asked 16/7, 2013 at 10:9

© 2022 - 2024 — McMap. All rights reserved.