Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle > Kindle Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old Yesterday, 08:51 AM   #1
Regina
Enthusiast
Regina began at the beginning.
 
Regina's Avatar
 
Posts: 32
Karma: 10
Join Date: Oct 2025
Device: none
What is FQC

while browsing kindle files, I found a file called fqc-log which does some led work and is running some command file. I do not see the command file. It seems to be in some factory tools directory. Anyone has seen the file?

Quote:
start on started volumd and started powerd
stop on stopping volumd

export LANG LC_ALL

post-start script
source /etc/sysconfig/platform_variables
source /etc/sysconfig/board_variables
source /etc/sysconfig/mntus

if [ "$MULTI_LUT" == true ]
then
set +e
i=0
while [ $i -lt 5 ]; do
led=$(lipc-get-prop -e -q com.lab126.powerd led_id)
if [ -n "$led" ]; then
break
fi
i=$((i + 1))
sleep 1
done
set -e
fi
FQC_FLAG=/mnt/base-us/ENABLE_FQC
if [ "$DL_US_FULL" == "true" ]; then
FQC_FLAG=$MNTUS_USERSTORE/ENABLE_FQC
fi
FQC_LOG_PATH=/mnt/base-us/fqc.log
[ -e $FQC_FLAG ] && {
rm -f $FQC_FLAG
$FACTORY_TOOLS/bin/run_fqc_commands.sh > $FQC_LOG_PATH
}

return 0
end script
Regina is offline   Reply With Quote
Old Yesterday, 12:59 PM   #2
shamanNS
Wizard
shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.
 
Posts: 1,166
Karma: 12345678
Join Date: Feb 2010
Location: Serbia
Device: Kindle PW5, Kobo Libra 2, Kindle PW1
Maaaybe factory quality control?
shamanNS is offline   Reply With Quote
Reply


Forum Jump


All times are GMT -4. The time now is 12:19 AM.


MobileRead.com is a privately owned, operated and funded community.