|  03-15-2010, 11:03 AM | #136 | 
| Fanatic            Posts: 556 Karma: 1102020 Join Date: Sep 2009 Device: Kindle Keyboard (rip), Kindle Voyage, Fire Tablet 10 '17, iPad '19 | 
			
			In sourcecode file sysd-3.0+svnr5463\sysd\src\system.c, there are commands for shutdown, so someone just needs to compile some of those commands together.  The initial command appears to be 'do_poweroff(), and it triggers a bunch of processes like to shutdown the inputs, unmount storage, and etc before the final "shutdown -h now". This part is most interesting: Code: void sys_standby(void)
{
    LOGPRINTF("entry");
    // shutdown completely when standby switch is toggled during first boot of the device
    if (conf_get_first_boot() && (device_state == STATE_DEVICE_STARTING))
    {
        busy_add_background(0);                    
        sys_spawn_sync("shutdown -h now");
        return;
    }Note that the sourcecode is for both the dr800 and dr1000 so some things may only be implemented on one device. | 
|   |   | 
|  03-15-2010, 11:07 AM | #137 | |
| Wizard            Posts: 4,293 Karma: 529619 Join Date: May 2007 Device: iRex iLiad, DR800SG | Quote: 
   | |
|   |   | 
|  03-15-2010, 11:22 AM | #138 | 
| Groupie            Posts: 189 Karma: 2190 Join Date: Aug 2007 Device: Sony PRS-500 | 
			
			Perhaps, the code is already compiled and all we need is a registry setting within the dr.ini file to activate it. Something like "shutdown=true"? | 
|   |   | 
|  03-15-2010, 11:26 AM | #139 | 
| Fanatic            Posts: 556 Karma: 1102020 Join Date: Sep 2009 Device: Kindle Keyboard (rip), Kindle Voyage, Fire Tablet 10 '17, iPad '19 | 
			
			It's also possible that some sort of process is running in the background that is keeping the device more active than needed.  For example, when you open a file, it loads a separate viewer for that file type: pdf viewer for pdfs, image viewer for images, epub viewer for epubs, and etc.  It has been shown that viewing a particular file type for the first time takes longer than subsequent times, which seems to imply that for subsequent use, the viewer is still loaded and ready.  This may explain why results are so varied. I don't know how the device handles task management. That is, when does it shutdown a viewer, if ever? At standby? When switching to another viewer? When a certain resource threshold limit is reached? One way to rule out a runaway or crashed process ruining battery life is to reboot the device before testing and don't do anything with the device. For comparison measurements, it may also help to limit usage to particular features to see if one of them is faulty (example scenario: only view one particular file type and don't turn on 3G"). | 
|   |   | 
|  03-15-2010, 11:36 AM | #140 | |
| Groupie            Posts: 189 Karma: 2190 Join Date: Aug 2007 Device: Sony PRS-500 | Quote: 
 | |
|   |   | 
|  03-15-2010, 11:47 AM | #141 | |
| Wizard            Posts: 4,293 Karma: 529619 Join Date: May 2007 Device: iRex iLiad, DR800SG | Quote: 
 What I can say is that during my initial testing where I got two weeks, I pretty much had a PDF document open the entire time. I didn't do anything special to close the document or reboot before I would put it into standby. So it would appear that, in my case, the PDF viewer acted correctly. Perhaps ePub behaves differently though? It's at least worth testing. | |
|   |   | 
|  03-15-2010, 12:38 PM | #142 | |
| Country Member            Posts: 9,058 Karma: 7676767 Join Date: Feb 2010 Location: Denmark Device: Liseuse: Irex DR800. PRS 505 in the house, and the missus has an iPad. | Quote: 
 | |
|   |   | 
|  03-15-2010, 12:56 PM | #143 | |
| Wizard            Posts: 4,293 Karma: 529619 Join Date: May 2007 Device: iRex iLiad, DR800SG | Quote: 
 Right now what we know is that there seems to be some discrepancy between the amount of standby time a couple people are getting. I think it's way too early to really know why, yet, but all of these different ideas are good things to look at (viewers preventing standby, stylus proximity, etc). We should be able to test in a controlled way in order to narrow some of them down. | |
|   |   | 
|  03-15-2010, 01:26 PM | #144 | 
| Addict   Posts: 244 Karma: 124 Join Date: Feb 2010 Device: none | 
			
			Hmm, I got one issue last night on my 800SG: I was reading a PDF file before going to sleep, and I forgot to put it into standby. This morning when I woke up, the 800SG is still on, and drained 25% battery. This is the first time it didn't go to standby automatically. | 
|   |   | 
|  03-15-2010, 01:29 PM | #145 | |
| Groupie            Posts: 189 Karma: 2190 Join Date: Aug 2007 Device: Sony PRS-500 | Quote: 
 | |
|   |   | 
|  03-15-2010, 01:46 PM | #146 | 
| Addict   Posts: 244 Karma: 124 Join Date: Feb 2010 Device: none | 
			
			I was not using the stylus at all.
		 | 
|   |   | 
|  03-15-2010, 03:06 PM | #147 | 
| Member Retired            Posts: 3,308 Karma: 13024950 Join Date: Nov 2008 Location: Augsburg (near Munich), Germany Device: 26 Readers, 44 Tablets | 
				
				Mail from iRex concerning standby time
			 
			
			Just got an eMail (proactively, without me contacting them) from Thom, the service manager of iRex. They follow this (and others) thread and opened a service case. I have to take back my harsh words from post #25 https://www.mobileread.com/forums/sho...0&postcount=25, of course that's excellent service. I apologise. I guess, my iLiad just dying on me and in parallel iRex 800 suddenly being totally discharged got me "on the wrong foot". Thom's eMail: "I'm the service manager at IREX and have been pointed to your post on mobileread. https://www.mobileread.com/forums/sho...t=76835&page=9 I created this case to give follow up on the problem you and few other DR800 users experience. I want to let you know that DR800's standby time should be close to two weeks; 4 days is too short. We are working on this issue and we'll let you know what and when we will do about this behavior." Again: That's brillant service. Same happened before with some of their developers. Haven't seen that with Amazon or B&N or Apple... Last edited by mgmueller; 03-15-2010 at 03:13 PM. | 
|   |   | 
|  03-15-2010, 03:38 PM | #148 | 
| 本の虫     Posts: 242 Karma: 344 Join Date: May 2008 Location: USA Device: Kindle3, DXG, Fire · iPad, iPod | 
			
			That's an encouraging and unusually helpful response, mgmueller. Thanks for sharing it.
		 | 
|   |   | 
|  03-15-2010, 06:13 PM | #149 | |
| Country Member            Posts: 9,058 Karma: 7676767 Join Date: Feb 2010 Location: Denmark Device: Liseuse: Irex DR800. PRS 505 in the house, and the missus has an iPad. | Quote: 
  It is brilliant service, (but are you sure it wasn't Shaggy in disguise who sent the email (cf. recent comments on this thread!)).   | |
|   |   | 
|  03-15-2010, 06:51 PM | #150 | |
| Enthusiast     Posts: 36 Karma: 344 Join Date: Dec 2009 Device: Sony PRS 505, B&N Nook, Sony Daily Edition, iRex Reader | Quote: 
 | |
|   |   | 
|  | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Irex 800 buying options? | sagiquarion | Which one should I buy? | 0 | 05-14-2010 02:34 PM | 
| Irex 800 Questions | Bayah | iRex | 2 | 04-15-2010 06:03 AM | 
| Unboxing iRex 800 and first impressions | mgmueller | iRex | 694 | 02-27-2010 12:01 PM | 
| iRex 1000s shipped quickly | ostler99 | iRex | 3 | 12-18-2009 07:13 PM | 
| iRex Irex DR 800 | Sundara | Andere Lesegeräte | 2 | 10-19-2009 12:36 PM |