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
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...
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...
1
is there any way to reboot the emulator into recovery mode??
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...
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 ...
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 ...
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...
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...
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.
...
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...
Defray asked 29/7, 2013 at 7:3
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.