SlideShare a Scribd company logo
1 of 13
Download to read offline
Dell Open Source Guide
For Venue7 3740 and Venue8 3840
Version: 1.00
8/6/2014
Copyright © 2014 - 2015 By Dell Inc.
Dell Open Source Guide
Dell Tablet Flash Notes
Welcome to the Dell Open Source Guide. Here you'll find the guide that describes on how to
download, build and flash the appropriate kernel for Dell Venue7 3740/Venue8 3840 tablet
device.
* For Wi-Fi/LTE device on A195
Prerequisite System Setup
1) Operating Systems
 Windows 7
 Windows 8.1 desktop mode
2) A micro-SD card of 1GB or higher.
3) All anti-virus software should be disabled when to flash SW into device.
4) Download and install Dell driver and the flashing tool:
 IntelAndroidDrvSetup1.5.0.exe
 P708T_Driver_V1.0.0.msi
 iSocUSB-Driver-Setup-1.0.4.zip
 xFSTK_downloader_1.5.1.zip
* You MUST do “Flash A195 image to the tablet” part firstly if your tablet's build number
is not “YTP802A119500” or “YTP802A519500”. (Build number is here: Settings ->About
tablet ->Build number)
* WARNING: The data on the tablet device will be LOST when to flash A195 image, please
make sure you have already backed up data of device firstly.
A. Flash A195 image to the tablet
1) Download and extract tar package, for A195 Wi-Fi, is A195/Unbrick/YTP802A119500-
2014-07-16-22.tgz; for A195-LTE, is A195/Unbrick/YTD802A519500-2014-07-16-
16.tgz.
2) Open Flash Tool “xFSTK-Downloader”, and set configuration for each s dection.
Page 2 of 13
Dell Open Source Guide
3) Select the second “MRD AO/BO + MOOR AO + CRC” tab as the following:
4) Set GP Flag to “0x80000007” in “Download Options” tab as below:
5) Select Firmware files as the following from SW Image directory:
FW DnX= dnx_fwr_PRQ.bin
IFWI= for_product_ifwi_PRQ.bin
Page 3 of 13
Dell Open Source Guide
OS DnX= dnx_osr_PRQ.bin
OS Image= droidboot.img.POS.bin
6) Power off the tablet device (long press power key for more than 15 seconds).
7) Click “Begin Download” in Flash Tool, it will display waiting time is 60 seconds.
8) Long press the volume up button and then plug in the cable.
9) When flash process started, then release the volume up button.
10) When firmware flash is done, Flash Tool will show Success: FW+OS Download
Completed!
Page 4 of 13
Dell Open Source Guide
11) After flashing firmware, the tablet device will switch to fastboot mode automatically as
the following:
12) Double click file “P802_flash_device_wifi_only.bat” or “P802_flash_device_lte.bat” in SW
image folder. The following CMD window will show up, and begin to flash OS system
image.
Page 5 of 13
Dell Open Source Guide
13) After flash is complete, “press any key to continue” will shown in the cmd window.
Please click any key, and the device will reboot automatically.
* You can either do part B (B. Rooting and bootloader unlocking process using
OTA package) or do part C (C. Build the kernel image from the kernel sources and
flash kernel image) to root your tablet.
B. Rooting and bootloader unlocking process using OTA
package
* You will no longer receive OTA notification once you have flashed the OTA package
with unsigned kernel.
1. Enable fastboot mode
1) Open “xFSTK Downloader 1.5.1”.
2) Select the second “MRD AO/BO + MOOR AO + CRC” tab as the following:
Page 6 of 13
Dell Open Source Guide
3) Choose “Options”->”Modify Settings”, set GP Flag to “0x80000007” in “Download Op-
tions” tab as below.
4) Select two Firmware files:
 FW Dnx: fwr_dnx_PRQ_ww27_001.bin
 IFWI: IFWI_MERR_PRQ_UOS_TH2_YT2_ww27_001.bin
Keep Operating System option “N/A”.
Page 7 of 13
Dell Open Source Guide
5) Turn off the tablet(Venue 7 3740/Venue 8 3840).
6) Click “Begin Download” button.
7) Press the volume up button and then plug in the USB cable.
8) If it’s your first time to connect the tablet to PC, it’ll need some time to recognize the
driver. After driver installation automatically, go to steps 5 again.
9) The flashing tool pops up the dialog as below, press “OK”.
10) When firmware flash is done, Flash Tool will show Success: FW+OS Download
Completed!
Page 8 of 13
Dell Open Source Guide
11) Reboot the tablet and press power + volume down button to enter fastboot mode, and
fastboot mode is enabled successfully as the following:
2. Rooting and bootloader unlocking process using OTA package
1) Download the file, For A195-WifiOnly, download the file “A195/OTA/YTP802A119600-f-
2014-07-16-22_OSS.zip”; for A195-LTE, download the file “A195/OTA/YTD802A519600-
f-2014-07-16-16_OSS.zip”.
2) Copy “YTP802A119600-f-2014-07-16-22_OSS.zip” or “YTD802A519600-f-2014-07-16-
16_OSS.zip” to a micro-sd card and insert that card into the micro-sd card slot of dell
venue tablet.
3) Power off the tablet.
4) Enter fastboot mode on the tablet (power + volume down button).
5) Select recovery (3rd item from list), and use volume down button to navigate to it and
select it by pressing power button.
6) You will see android lying down with an ! Sign.
Page 9 of 13
Dell Open Source Guide
7) Now hold down the power button and briefly press the volume up button at the same
time to get to the recovery menu.
8) Select “apply update from external storage” – second item from top (use vol down to
navigate to it) and then press power button to select it.
9) Then select the file you stored on the sdcard (use vol down button to navigate to it) and
press power button.
10) You will see a few messages on the screen (like cannot load volume /misc and then
some update messages).
11) After a few minutes a menu appears on screen and then select reboot system now (1st
item on menu) by pressing power button.
12) Now you are done and the bootloader is unlocked and you have root access.
C. Build the kernel image from the kernel sources and
flash kernel image
1. Build the kernel image from the kernel sources
1) Download kernel source package “A195/dell_venue_kernel.tgz”.
2) Download Android AOSP 4.4 source codes from android.com. The detailed download
instruction is available at https://source.android.com/source/downloading.html.
> pwd
/localdisk3/dell_venue
> mkdir aosp
> cd aosp
> repo init -u https://android.googlesource.com/platform/manifest -b android-4.4_r1.2
> repo sync .
3) Download gcc for linux-x86.
> git clone https://android.googlesource.com/platform/prebuilts/gcc/linux-
x86/x86/x86_64-linux-android-4.7
4) Copy “x86_64-linux-android-4.7/*” directory to “prebuilts/gcc/linux-x86/x86/x86_64-linux-
android-4.7/”.
Page 10 of 13
Dell Open Source Guide
5) Extract the kernel source package “dell_venue_kernel.tgz” to the Android source root
directory, i.e. aosp directory in this example.
> pwd
/localdisk3/dell_venue/aosp
> tar –xzf dell_venue_kernel.tgz
6) Once done, you should be able to see the “linux” directory inside aosp directory.
7) Copy “prebuilts” directory into “linux” directory. Run the kernel build script.
> cd linux
> ./kernel_build.sh
8) Check out if the kernel image “boot.img” was created.
> cd out/target/product/
> pwd
/localdisk3/dell_venue/aosp/linux/out/target/product
> ls -al boot.img
-rw-r----- 1 xxx yyy 8540672 Mar 19 14:56 boot.img.
2. Flash boot.img and droidboot.img
1) make the device enable fastboot mode.
2) Download adb.exe, fastboot.exe, AdbWinApi.dll, AdbWinUsbApi.dll from
“FlashTool/fastboot”.
3) Configure environment variable as the following. If this variable has been set before,
please add this new environment path before old path.
Page 11 of 13
Dell Open Source Guide
4) In a cmd window, type “fastboot devices” and you should see the screen.
5) Download droidboot.img and A195/boot.img (or you can use boot.img you build), put it
in the directory which contains your built boot.img.
6) Go to the directory contains “boot.img” and run these commands.
> fastboot flash boot boot.img
> fastboot flash fastboot droidboot.img
> fastboot reboot
7) After the device is rebooted, confirm if the image is properly flashed. Go to Settings-
>About tablet and make sure if the information in Kernel version is right.
Page 12 of 13
Dell Open Source Guide
D. Unbricking Process
If you encounter some issues when doing the OTA or flash new firmware and boot image,
please reference section “Flash A195 image to the tablet” to unbrick the tablet.
Page 13 of 13

More Related Content

What's hot

9adcab7c 1 crash
9adcab7c 1 crash9adcab7c 1 crash
9adcab7c 1 crashPrezMan3141
 
2009 reborn card plus version
2009 reborn card plus version 2009 reborn card plus version
2009 reborn card plus version cordobaboxeador
 
Mac boot camp install-setup
Mac boot camp install-setupMac boot camp install-setup
Mac boot camp install-setupShrawan Kumar
 
Building an standard image for windows7
Building an standard image for windows7Building an standard image for windows7
Building an standard image for windows7AMMAR MANZAR
 
Touch boardplus user guide
Touch boardplus user guideTouch boardplus user guide
Touch boardplus user guideWilliam McIntosh
 
Adobe premiere pro cs4 read me
Adobe premiere pro cs4 read meAdobe premiere pro cs4 read me
Adobe premiere pro cs4 read meLiliana Og
 
Es xi 07-create-virtual-machine
Es xi 07-create-virtual-machineEs xi 07-create-virtual-machine
Es xi 07-create-virtual-machinedzar123456
 
Windows 11 storage spaces
Windows 11 storage spacesWindows 11 storage spaces
Windows 11 storage spacesssuser1eca7d
 
Easy recovery621 user guide en
Easy recovery621 user guide enEasy recovery621 user guide en
Easy recovery621 user guide enjmav1502
 
Vj software-win7
Vj software-win7Vj software-win7
Vj software-win7creatrios
 
windows 11 bugs errors issues problems
windows 11 bugs errors issues problemswindows 11 bugs errors issues problems
windows 11 bugs errors issues problemsssuser1eca7d
 
How to use the command prompt to fix issues with your pc's boot records dig...
How to use the command prompt to fix issues with your pc's boot records   dig...How to use the command prompt to fix issues with your pc's boot records   dig...
How to use the command prompt to fix issues with your pc's boot records dig...vipin473
 
Installing Windows-10
Installing Windows-10Installing Windows-10
Installing Windows-10YvannAdolfo
 

What's hot (19)

9adcab7c 1 crash
9adcab7c 1 crash9adcab7c 1 crash
9adcab7c 1 crash
 
Oracle 10g Installation
Oracle 10g InstallationOracle 10g Installation
Oracle 10g Installation
 
2009 reborn card plus version
2009 reborn card plus version 2009 reborn card plus version
2009 reborn card plus version
 
Mac boot camp install-setup
Mac boot camp install-setupMac boot camp install-setup
Mac boot camp install-setup
 
How to install windows xp
How to install windows xpHow to install windows xp
How to install windows xp
 
Building an standard image for windows7
Building an standard image for windows7Building an standard image for windows7
Building an standard image for windows7
 
Readme
ReadmeReadme
Readme
 
Touch boardplus user guide
Touch boardplus user guideTouch boardplus user guide
Touch boardplus user guide
 
My Teacher Got IT v2.0 - Software Installation Track
My Teacher Got IT v2.0 - Software Installation TrackMy Teacher Got IT v2.0 - Software Installation Track
My Teacher Got IT v2.0 - Software Installation Track
 
Adobe premiere pro cs4 read me
Adobe premiere pro cs4 read meAdobe premiere pro cs4 read me
Adobe premiere pro cs4 read me
 
Es xi 07-create-virtual-machine
Es xi 07-create-virtual-machineEs xi 07-create-virtual-machine
Es xi 07-create-virtual-machine
 
Windows 11 storage spaces
Windows 11 storage spacesWindows 11 storage spaces
Windows 11 storage spaces
 
Easy recovery621 user guide en
Easy recovery621 user guide enEasy recovery621 user guide en
Easy recovery621 user guide en
 
Vj software-win7
Vj software-win7Vj software-win7
Vj software-win7
 
windows 11 bugs errors issues problems
windows 11 bugs errors issues problemswindows 11 bugs errors issues problems
windows 11 bugs errors issues problems
 
How to use the command prompt to fix issues with your pc's boot records dig...
How to use the command prompt to fix issues with your pc's boot records   dig...How to use the command prompt to fix issues with your pc's boot records   dig...
How to use the command prompt to fix issues with your pc's boot records dig...
 
Bios
BiosBios
Bios
 
BitNation Client-Server Manual
BitNation Client-Server ManualBitNation Client-Server Manual
BitNation Client-Server Manual
 
Installing Windows-10
Installing Windows-10Installing Windows-10
Installing Windows-10
 

Similar to Dell Venue 7 3740

TLE ICT CSS 10 Cot lesson plan1
TLE ICT CSS 10 Cot lesson plan1TLE ICT CSS 10 Cot lesson plan1
TLE ICT CSS 10 Cot lesson plan1Leonel Rivas
 
Dell Inspiron 5379 Chip i7 Mạnh Mẽ
Dell Inspiron 5379 Chip i7 Mạnh MẽDell Inspiron 5379 Chip i7 Mạnh Mẽ
Dell Inspiron 5379 Chip i7 Mạnh MẽLAPTOP TRẦN PHÁT
 
ORION STARTER KIT….a real electronic laboratory (by FASAR ELETTRONICA)
ORION STARTER KIT….a real electronic laboratory (by FASAR ELETTRONICA)ORION STARTER KIT….a real electronic laboratory (by FASAR ELETTRONICA)
ORION STARTER KIT….a real electronic laboratory (by FASAR ELETTRONICA)Flavio Falcinelli
 
manual.pdf
manual.pdfmanual.pdf
manual.pdfCaoSinh1
 
Virtual dj 7 getting started
Virtual dj 7   getting startedVirtual dj 7   getting started
Virtual dj 7 getting startedALEXANDER BARBOZA
 
Pc hardware course work
Pc hardware course workPc hardware course work
Pc hardware course workIsmail Mukiibi
 
rgpv 7th sem for it & cs Cloud computing lab record
rgpv 7th sem for it & cs Cloud computing lab recordrgpv 7th sem for it & cs Cloud computing lab record
rgpv 7th sem for it & cs Cloud computing lab recordnaaaaz
 
Linux installation on a Virtual Machine
Linux installation on a Virtual MachineLinux installation on a Virtual Machine
Linux installation on a Virtual MachineNikhil Bhalwankar
 
Computer basics worksheet
Computer basics worksheetComputer basics worksheet
Computer basics worksheetDonna Rue
 
Computer maintenance
Computer maintenanceComputer maintenance
Computer maintenanceramsashu15
 
CSS LO6 - PREPARING AND INSTALLING OPERATING SYSTEM
CSS LO6 - PREPARING AND INSTALLING OPERATING SYSTEMCSS LO6 - PREPARING AND INSTALLING OPERATING SYSTEM
CSS LO6 - PREPARING AND INSTALLING OPERATING SYSTEMMarvin Bronoso
 
Release notes 3_d_v61
Release notes 3_d_v61Release notes 3_d_v61
Release notes 3_d_v61sundar sivam
 
bcm20702a0-driver-windows-11.docx
bcm20702a0-driver-windows-11.docxbcm20702a0-driver-windows-11.docx
bcm20702a0-driver-windows-11.docxssuser1eca7d
 
BASIC MAINTENANCE OF COMPUTER
BASIC MAINTENANCE OF COMPUTERBASIC MAINTENANCE OF COMPUTER
BASIC MAINTENANCE OF COMPUTERJohndion Ruloma
 

Similar to Dell Venue 7 3740 (20)

TLE ICT CSS 10 Cot lesson plan1
TLE ICT CSS 10 Cot lesson plan1TLE ICT CSS 10 Cot lesson plan1
TLE ICT CSS 10 Cot lesson plan1
 
Dell Inspiron 5379 Chip i7 Mạnh Mẽ
Dell Inspiron 5379 Chip i7 Mạnh MẽDell Inspiron 5379 Chip i7 Mạnh Mẽ
Dell Inspiron 5379 Chip i7 Mạnh Mẽ
 
ORION STARTER KIT….a real electronic laboratory (by FASAR ELETTRONICA)
ORION STARTER KIT….a real electronic laboratory (by FASAR ELETTRONICA)ORION STARTER KIT….a real electronic laboratory (by FASAR ELETTRONICA)
ORION STARTER KIT….a real electronic laboratory (by FASAR ELETTRONICA)
 
manual.pdf
manual.pdfmanual.pdf
manual.pdf
 
Virtual dj 7 getting started
Virtual dj 7   getting startedVirtual dj 7   getting started
Virtual dj 7 getting started
 
MDT Step public
MDT Step publicMDT Step public
MDT Step public
 
Pc hardware course work
Pc hardware course workPc hardware course work
Pc hardware course work
 
rgpv 7th sem for it & cs Cloud computing lab record
rgpv 7th sem for it & cs Cloud computing lab recordrgpv 7th sem for it & cs Cloud computing lab record
rgpv 7th sem for it & cs Cloud computing lab record
 
Linux installation on a Virtual Machine
Linux installation on a Virtual MachineLinux installation on a Virtual Machine
Linux installation on a Virtual Machine
 
Computer basics worksheet
Computer basics worksheetComputer basics worksheet
Computer basics worksheet
 
5 stepmainttut
5 stepmainttut5 stepmainttut
5 stepmainttut
 
Computer maintenance
Computer maintenanceComputer maintenance
Computer maintenance
 
SCCM HOw to
SCCM HOw toSCCM HOw to
SCCM HOw to
 
CSS LO6 - PREPARING AND INSTALLING OPERATING SYSTEM
CSS LO6 - PREPARING AND INSTALLING OPERATING SYSTEMCSS LO6 - PREPARING AND INSTALLING OPERATING SYSTEM
CSS LO6 - PREPARING AND INSTALLING OPERATING SYSTEM
 
Release notes 3_d_v61
Release notes 3_d_v61Release notes 3_d_v61
Release notes 3_d_v61
 
6_2020_03_05!06_46_22_PM.pptx
6_2020_03_05!06_46_22_PM.pptx6_2020_03_05!06_46_22_PM.pptx
6_2020_03_05!06_46_22_PM.pptx
 
bcm20702a0-driver-windows-11.docx
bcm20702a0-driver-windows-11.docxbcm20702a0-driver-windows-11.docx
bcm20702a0-driver-windows-11.docx
 
BASIC MAINTENANCE OF COMPUTER
BASIC MAINTENANCE OF COMPUTERBASIC MAINTENANCE OF COMPUTER
BASIC MAINTENANCE OF COMPUTER
 
Readme
ReadmeReadme
Readme
 
Midterm
MidtermMidterm
Midterm
 

Recently uploaded

如何办理伦敦大学伯贝克学院毕业证(BBK毕业证) 成绩单留信学历认证原版一比一
如何办理伦敦大学伯贝克学院毕业证(BBK毕业证) 成绩单留信学历认证原版一比一如何办理伦敦大学伯贝克学院毕业证(BBK毕业证) 成绩单留信学历认证原版一比一
如何办理伦敦大学伯贝克学院毕业证(BBK毕业证) 成绩单留信学历认证原版一比一ga6c6bdl
 
专业一比一美国加州州立大学东湾分校毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degree
专业一比一美国加州州立大学东湾分校毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degree专业一比一美国加州州立大学东湾分校毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degree
专业一比一美国加州州立大学东湾分校毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degreeyuu sss
 
1:1原版定制美国加州州立大学东湾分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
1:1原版定制美国加州州立大学东湾分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree1:1原版定制美国加州州立大学东湾分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
1:1原版定制美国加州州立大学东湾分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degreeyuu sss
 
Call Girls In Munirka>༒9599632723 Incall_OutCall Available
Call Girls In Munirka>༒9599632723 Incall_OutCall AvailableCall Girls In Munirka>༒9599632723 Incall_OutCall Available
Call Girls In Munirka>༒9599632723 Incall_OutCall AvailableCall Girls in Delhi
 
Call Girls Delhi {Rohini} 9711199012 high profile service
Call Girls Delhi {Rohini} 9711199012 high profile serviceCall Girls Delhi {Rohini} 9711199012 high profile service
Call Girls Delhi {Rohini} 9711199012 high profile servicerehmti665
 
vip Krishna Nagar Call Girls 9999965857 Call or WhatsApp Now Book
vip Krishna Nagar Call Girls 9999965857 Call or WhatsApp Now Bookvip Krishna Nagar Call Girls 9999965857 Call or WhatsApp Now Book
vip Krishna Nagar Call Girls 9999965857 Call or WhatsApp Now Bookmanojkuma9823
 
Papular No 1 Online Istikhara Amil Baba Pakistan Amil Baba In Karachi Amil B...
Papular No 1 Online Istikhara Amil Baba Pakistan  Amil Baba In Karachi Amil B...Papular No 1 Online Istikhara Amil Baba Pakistan  Amil Baba In Karachi Amil B...
Papular No 1 Online Istikhara Amil Baba Pakistan Amil Baba In Karachi Amil B...Authentic No 1 Amil Baba In Pakistan
 
Russian Call Girls In South Delhi Delhi 9711199012 💋✔💕😘 Independent Escorts D...
Russian Call Girls In South Delhi Delhi 9711199012 💋✔💕😘 Independent Escorts D...Russian Call Girls In South Delhi Delhi 9711199012 💋✔💕😘 Independent Escorts D...
Russian Call Girls In South Delhi Delhi 9711199012 💋✔💕😘 Independent Escorts D...nagunakhan
 
《1:1仿制麦克马斯特大学毕业证|订制麦克马斯特大学文凭》
《1:1仿制麦克马斯特大学毕业证|订制麦克马斯特大学文凭》《1:1仿制麦克马斯特大学毕业证|订制麦克马斯特大学文凭》
《1:1仿制麦克马斯特大学毕业证|订制麦克马斯特大学文凭》o8wvnojp
 
如何办理(UCLA毕业证书)加州大学洛杉矶分校毕业证成绩单留信学历认证原版一比一
如何办理(UCLA毕业证书)加州大学洛杉矶分校毕业证成绩单留信学历认证原版一比一如何办理(UCLA毕业证书)加州大学洛杉矶分校毕业证成绩单留信学历认证原版一比一
如何办理(UCLA毕业证书)加州大学洛杉矶分校毕业证成绩单留信学历认证原版一比一ga6c6bdl
 
办理(CSU毕业证书)澳洲查理斯特大学毕业证成绩单原版一比一
办理(CSU毕业证书)澳洲查理斯特大学毕业证成绩单原版一比一办理(CSU毕业证书)澳洲查理斯特大学毕业证成绩单原版一比一
办理(CSU毕业证书)澳洲查理斯特大学毕业证成绩单原版一比一diploma 1
 
定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一
定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一
定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一ga6c6bdl
 
(办理学位证)多伦多大学毕业证成绩单原版一比一
(办理学位证)多伦多大学毕业证成绩单原版一比一(办理学位证)多伦多大学毕业证成绩单原版一比一
(办理学位证)多伦多大学毕业证成绩单原版一比一C SSS
 
Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝
Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝
Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝soniya singh
 
Hifi Defence Colony Call Girls Service WhatsApp -> 9999965857 Available 24x7 ...
Hifi Defence Colony Call Girls Service WhatsApp -> 9999965857 Available 24x7 ...Hifi Defence Colony Call Girls Service WhatsApp -> 9999965857 Available 24x7 ...
Hifi Defence Colony Call Girls Service WhatsApp -> 9999965857 Available 24x7 ...srsj9000
 
专业一比一美国旧金山艺术学院毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degree
专业一比一美国旧金山艺术学院毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degree专业一比一美国旧金山艺术学院毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degree
专业一比一美国旧金山艺术学院毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degreeyuu sss
 
如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一
如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一
如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一ga6c6bdl
 
《伯明翰城市大学毕业证成绩单购买》学历证书学位证书区别《复刻原版1:1伯明翰城市大学毕业证书|修改BCU成绩单PDF版》Q微信741003700《BCU学...
《伯明翰城市大学毕业证成绩单购买》学历证书学位证书区别《复刻原版1:1伯明翰城市大学毕业证书|修改BCU成绩单PDF版》Q微信741003700《BCU学...《伯明翰城市大学毕业证成绩单购买》学历证书学位证书区别《复刻原版1:1伯明翰城市大学毕业证书|修改BCU成绩单PDF版》Q微信741003700《BCU学...
《伯明翰城市大学毕业证成绩单购买》学历证书学位证书区别《复刻原版1:1伯明翰城市大学毕业证书|修改BCU成绩单PDF版》Q微信741003700《BCU学...ur8mqw8e
 

Recently uploaded (20)

如何办理伦敦大学伯贝克学院毕业证(BBK毕业证) 成绩单留信学历认证原版一比一
如何办理伦敦大学伯贝克学院毕业证(BBK毕业证) 成绩单留信学历认证原版一比一如何办理伦敦大学伯贝克学院毕业证(BBK毕业证) 成绩单留信学历认证原版一比一
如何办理伦敦大学伯贝克学院毕业证(BBK毕业证) 成绩单留信学历认证原版一比一
 
专业一比一美国加州州立大学东湾分校毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degree
专业一比一美国加州州立大学东湾分校毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degree专业一比一美国加州州立大学东湾分校毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degree
专业一比一美国加州州立大学东湾分校毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degree
 
young call girls in Khanpur,🔝 9953056974 🔝 escort Service
young call girls in  Khanpur,🔝 9953056974 🔝 escort Serviceyoung call girls in  Khanpur,🔝 9953056974 🔝 escort Service
young call girls in Khanpur,🔝 9953056974 🔝 escort Service
 
1:1原版定制美国加州州立大学东湾分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
1:1原版定制美国加州州立大学东湾分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree1:1原版定制美国加州州立大学东湾分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
1:1原版定制美国加州州立大学东湾分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
 
Call Girls In Munirka>༒9599632723 Incall_OutCall Available
Call Girls In Munirka>༒9599632723 Incall_OutCall AvailableCall Girls In Munirka>༒9599632723 Incall_OutCall Available
Call Girls In Munirka>༒9599632723 Incall_OutCall Available
 
Call Girls Delhi {Rohini} 9711199012 high profile service
Call Girls Delhi {Rohini} 9711199012 high profile serviceCall Girls Delhi {Rohini} 9711199012 high profile service
Call Girls Delhi {Rohini} 9711199012 high profile service
 
vip Krishna Nagar Call Girls 9999965857 Call or WhatsApp Now Book
vip Krishna Nagar Call Girls 9999965857 Call or WhatsApp Now Bookvip Krishna Nagar Call Girls 9999965857 Call or WhatsApp Now Book
vip Krishna Nagar Call Girls 9999965857 Call or WhatsApp Now Book
 
Papular No 1 Online Istikhara Amil Baba Pakistan Amil Baba In Karachi Amil B...
Papular No 1 Online Istikhara Amil Baba Pakistan  Amil Baba In Karachi Amil B...Papular No 1 Online Istikhara Amil Baba Pakistan  Amil Baba In Karachi Amil B...
Papular No 1 Online Istikhara Amil Baba Pakistan Amil Baba In Karachi Amil B...
 
Russian Call Girls In South Delhi Delhi 9711199012 💋✔💕😘 Independent Escorts D...
Russian Call Girls In South Delhi Delhi 9711199012 💋✔💕😘 Independent Escorts D...Russian Call Girls In South Delhi Delhi 9711199012 💋✔💕😘 Independent Escorts D...
Russian Call Girls In South Delhi Delhi 9711199012 💋✔💕😘 Independent Escorts D...
 
《1:1仿制麦克马斯特大学毕业证|订制麦克马斯特大学文凭》
《1:1仿制麦克马斯特大学毕业证|订制麦克马斯特大学文凭》《1:1仿制麦克马斯特大学毕业证|订制麦克马斯特大学文凭》
《1:1仿制麦克马斯特大学毕业证|订制麦克马斯特大学文凭》
 
如何办理(UCLA毕业证书)加州大学洛杉矶分校毕业证成绩单留信学历认证原版一比一
如何办理(UCLA毕业证书)加州大学洛杉矶分校毕业证成绩单留信学历认证原版一比一如何办理(UCLA毕业证书)加州大学洛杉矶分校毕业证成绩单留信学历认证原版一比一
如何办理(UCLA毕业证书)加州大学洛杉矶分校毕业证成绩单留信学历认证原版一比一
 
young call girls in Gtb Nagar,🔝 9953056974 🔝 escort Service
young call girls in Gtb Nagar,🔝 9953056974 🔝 escort Serviceyoung call girls in Gtb Nagar,🔝 9953056974 🔝 escort Service
young call girls in Gtb Nagar,🔝 9953056974 🔝 escort Service
 
办理(CSU毕业证书)澳洲查理斯特大学毕业证成绩单原版一比一
办理(CSU毕业证书)澳洲查理斯特大学毕业证成绩单原版一比一办理(CSU毕业证书)澳洲查理斯特大学毕业证成绩单原版一比一
办理(CSU毕业证书)澳洲查理斯特大学毕业证成绩单原版一比一
 
定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一
定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一
定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一
 
(办理学位证)多伦多大学毕业证成绩单原版一比一
(办理学位证)多伦多大学毕业证成绩单原版一比一(办理学位证)多伦多大学毕业证成绩单原版一比一
(办理学位证)多伦多大学毕业证成绩单原版一比一
 
Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝
Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝
Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝
 
Hifi Defence Colony Call Girls Service WhatsApp -> 9999965857 Available 24x7 ...
Hifi Defence Colony Call Girls Service WhatsApp -> 9999965857 Available 24x7 ...Hifi Defence Colony Call Girls Service WhatsApp -> 9999965857 Available 24x7 ...
Hifi Defence Colony Call Girls Service WhatsApp -> 9999965857 Available 24x7 ...
 
专业一比一美国旧金山艺术学院毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degree
专业一比一美国旧金山艺术学院毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degree专业一比一美国旧金山艺术学院毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degree
专业一比一美国旧金山艺术学院毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degree
 
如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一
如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一
如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一
 
《伯明翰城市大学毕业证成绩单购买》学历证书学位证书区别《复刻原版1:1伯明翰城市大学毕业证书|修改BCU成绩单PDF版》Q微信741003700《BCU学...
《伯明翰城市大学毕业证成绩单购买》学历证书学位证书区别《复刻原版1:1伯明翰城市大学毕业证书|修改BCU成绩单PDF版》Q微信741003700《BCU学...《伯明翰城市大学毕业证成绩单购买》学历证书学位证书区别《复刻原版1:1伯明翰城市大学毕业证书|修改BCU成绩单PDF版》Q微信741003700《BCU学...
《伯明翰城市大学毕业证成绩单购买》学历证书学位证书区别《复刻原版1:1伯明翰城市大学毕业证书|修改BCU成绩单PDF版》Q微信741003700《BCU学...
 

Dell Venue 7 3740

  • 1. Dell Open Source Guide For Venue7 3740 and Venue8 3840 Version: 1.00 8/6/2014 Copyright © 2014 - 2015 By Dell Inc.
  • 2. Dell Open Source Guide Dell Tablet Flash Notes Welcome to the Dell Open Source Guide. Here you'll find the guide that describes on how to download, build and flash the appropriate kernel for Dell Venue7 3740/Venue8 3840 tablet device. * For Wi-Fi/LTE device on A195 Prerequisite System Setup 1) Operating Systems  Windows 7  Windows 8.1 desktop mode 2) A micro-SD card of 1GB or higher. 3) All anti-virus software should be disabled when to flash SW into device. 4) Download and install Dell driver and the flashing tool:  IntelAndroidDrvSetup1.5.0.exe  P708T_Driver_V1.0.0.msi  iSocUSB-Driver-Setup-1.0.4.zip  xFSTK_downloader_1.5.1.zip * You MUST do “Flash A195 image to the tablet” part firstly if your tablet's build number is not “YTP802A119500” or “YTP802A519500”. (Build number is here: Settings ->About tablet ->Build number) * WARNING: The data on the tablet device will be LOST when to flash A195 image, please make sure you have already backed up data of device firstly. A. Flash A195 image to the tablet 1) Download and extract tar package, for A195 Wi-Fi, is A195/Unbrick/YTP802A119500- 2014-07-16-22.tgz; for A195-LTE, is A195/Unbrick/YTD802A519500-2014-07-16- 16.tgz. 2) Open Flash Tool “xFSTK-Downloader”, and set configuration for each s dection. Page 2 of 13
  • 3. Dell Open Source Guide 3) Select the second “MRD AO/BO + MOOR AO + CRC” tab as the following: 4) Set GP Flag to “0x80000007” in “Download Options” tab as below: 5) Select Firmware files as the following from SW Image directory: FW DnX= dnx_fwr_PRQ.bin IFWI= for_product_ifwi_PRQ.bin Page 3 of 13
  • 4. Dell Open Source Guide OS DnX= dnx_osr_PRQ.bin OS Image= droidboot.img.POS.bin 6) Power off the tablet device (long press power key for more than 15 seconds). 7) Click “Begin Download” in Flash Tool, it will display waiting time is 60 seconds. 8) Long press the volume up button and then plug in the cable. 9) When flash process started, then release the volume up button. 10) When firmware flash is done, Flash Tool will show Success: FW+OS Download Completed! Page 4 of 13
  • 5. Dell Open Source Guide 11) After flashing firmware, the tablet device will switch to fastboot mode automatically as the following: 12) Double click file “P802_flash_device_wifi_only.bat” or “P802_flash_device_lte.bat” in SW image folder. The following CMD window will show up, and begin to flash OS system image. Page 5 of 13
  • 6. Dell Open Source Guide 13) After flash is complete, “press any key to continue” will shown in the cmd window. Please click any key, and the device will reboot automatically. * You can either do part B (B. Rooting and bootloader unlocking process using OTA package) or do part C (C. Build the kernel image from the kernel sources and flash kernel image) to root your tablet. B. Rooting and bootloader unlocking process using OTA package * You will no longer receive OTA notification once you have flashed the OTA package with unsigned kernel. 1. Enable fastboot mode 1) Open “xFSTK Downloader 1.5.1”. 2) Select the second “MRD AO/BO + MOOR AO + CRC” tab as the following: Page 6 of 13
  • 7. Dell Open Source Guide 3) Choose “Options”->”Modify Settings”, set GP Flag to “0x80000007” in “Download Op- tions” tab as below. 4) Select two Firmware files:  FW Dnx: fwr_dnx_PRQ_ww27_001.bin  IFWI: IFWI_MERR_PRQ_UOS_TH2_YT2_ww27_001.bin Keep Operating System option “N/A”. Page 7 of 13
  • 8. Dell Open Source Guide 5) Turn off the tablet(Venue 7 3740/Venue 8 3840). 6) Click “Begin Download” button. 7) Press the volume up button and then plug in the USB cable. 8) If it’s your first time to connect the tablet to PC, it’ll need some time to recognize the driver. After driver installation automatically, go to steps 5 again. 9) The flashing tool pops up the dialog as below, press “OK”. 10) When firmware flash is done, Flash Tool will show Success: FW+OS Download Completed! Page 8 of 13
  • 9. Dell Open Source Guide 11) Reboot the tablet and press power + volume down button to enter fastboot mode, and fastboot mode is enabled successfully as the following: 2. Rooting and bootloader unlocking process using OTA package 1) Download the file, For A195-WifiOnly, download the file “A195/OTA/YTP802A119600-f- 2014-07-16-22_OSS.zip”; for A195-LTE, download the file “A195/OTA/YTD802A519600- f-2014-07-16-16_OSS.zip”. 2) Copy “YTP802A119600-f-2014-07-16-22_OSS.zip” or “YTD802A519600-f-2014-07-16- 16_OSS.zip” to a micro-sd card and insert that card into the micro-sd card slot of dell venue tablet. 3) Power off the tablet. 4) Enter fastboot mode on the tablet (power + volume down button). 5) Select recovery (3rd item from list), and use volume down button to navigate to it and select it by pressing power button. 6) You will see android lying down with an ! Sign. Page 9 of 13
  • 10. Dell Open Source Guide 7) Now hold down the power button and briefly press the volume up button at the same time to get to the recovery menu. 8) Select “apply update from external storage” – second item from top (use vol down to navigate to it) and then press power button to select it. 9) Then select the file you stored on the sdcard (use vol down button to navigate to it) and press power button. 10) You will see a few messages on the screen (like cannot load volume /misc and then some update messages). 11) After a few minutes a menu appears on screen and then select reboot system now (1st item on menu) by pressing power button. 12) Now you are done and the bootloader is unlocked and you have root access. C. Build the kernel image from the kernel sources and flash kernel image 1. Build the kernel image from the kernel sources 1) Download kernel source package “A195/dell_venue_kernel.tgz”. 2) Download Android AOSP 4.4 source codes from android.com. The detailed download instruction is available at https://source.android.com/source/downloading.html. > pwd /localdisk3/dell_venue > mkdir aosp > cd aosp > repo init -u https://android.googlesource.com/platform/manifest -b android-4.4_r1.2 > repo sync . 3) Download gcc for linux-x86. > git clone https://android.googlesource.com/platform/prebuilts/gcc/linux- x86/x86/x86_64-linux-android-4.7 4) Copy “x86_64-linux-android-4.7/*” directory to “prebuilts/gcc/linux-x86/x86/x86_64-linux- android-4.7/”. Page 10 of 13
  • 11. Dell Open Source Guide 5) Extract the kernel source package “dell_venue_kernel.tgz” to the Android source root directory, i.e. aosp directory in this example. > pwd /localdisk3/dell_venue/aosp > tar –xzf dell_venue_kernel.tgz 6) Once done, you should be able to see the “linux” directory inside aosp directory. 7) Copy “prebuilts” directory into “linux” directory. Run the kernel build script. > cd linux > ./kernel_build.sh 8) Check out if the kernel image “boot.img” was created. > cd out/target/product/ > pwd /localdisk3/dell_venue/aosp/linux/out/target/product > ls -al boot.img -rw-r----- 1 xxx yyy 8540672 Mar 19 14:56 boot.img. 2. Flash boot.img and droidboot.img 1) make the device enable fastboot mode. 2) Download adb.exe, fastboot.exe, AdbWinApi.dll, AdbWinUsbApi.dll from “FlashTool/fastboot”. 3) Configure environment variable as the following. If this variable has been set before, please add this new environment path before old path. Page 11 of 13
  • 12. Dell Open Source Guide 4) In a cmd window, type “fastboot devices” and you should see the screen. 5) Download droidboot.img and A195/boot.img (or you can use boot.img you build), put it in the directory which contains your built boot.img. 6) Go to the directory contains “boot.img” and run these commands. > fastboot flash boot boot.img > fastboot flash fastboot droidboot.img > fastboot reboot 7) After the device is rebooted, confirm if the image is properly flashed. Go to Settings- >About tablet and make sure if the information in Kernel version is right. Page 12 of 13
  • 13. Dell Open Source Guide D. Unbricking Process If you encounter some issues when doing the OTA or flash new firmware and boot image, please reference section “Flash A195 image to the tablet” to unbrick the tablet. Page 13 of 13