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: 37
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
Old Today, 02:20 AM   #3
Regina
Enthusiast
Regina began at the beginning.
 
Regina's Avatar
 
Posts: 37
Karma: 10
Join Date: Oct 2025
Device: none
Found this line in platform_variables file.
Quote:
FACTORY_TOOLS=/pdata/shipment_tools
I do not see pdata folder in the kindle files.
Regina is offline   Reply With Quote
Old Today, 02:22 AM   #4
Regina
Enthusiast
Regina began at the beginning.
 
Regina's Avatar
 
Posts: 37
Karma: 10
Join Date: Oct 2025
Device: none
Quote:
Originally Posted by shamanNS View Post
Maaaybe factory quality control?
makes sense.... Thank you.
Regina is offline   Reply With Quote
Old Today, 08:20 AM   #5
mergen3107
Wizard
mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.
 
mergen3107's Avatar
 
Posts: 1,603
Karma: 5000564
Join Date: Feb 2012
Location: Cape Canaveral
Device: Kindle Scribe
I think I saw pdata mentioned somewhere else too, in scripts. It is like “preproduction data”
mergen3107 is offline   Reply With Quote
Reply


Forum Jump


All times are GMT -4. The time now is 07:04 PM.


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