[13.06.2017][Gionee P5W] Enable/Disable CPU Core on the fly and Disable CPU Rendering - Miscellaneous Android Development

This is the new Kernel based mod for Gionee P5W :fingers-crossed:
Enjoy !!! :laugh:
Contents :
- Notification
- About :cyclops:
- How to Apply
- Requirement
- Bugs :crying:
- Installation Procedure
- Features :silly:
- How to Disable CPU Rendering :angel:
- How to Enable/Disable CPU Cores :angel:
- New Method of Enabling/Disabling Core
- Downloads
- Credits :good:
Few things to be noted here :
- This guide is only meant for GioneeP5W
- Required Android Version 6.0 (Marshmallow)
- Required Kernel Version 3.18.19
- The zip contain GioneeP5W firmware files
- Flashing on another device may cause Bootloop or Hardbrick​
About :​This mod is only meant for Gionee P5W. With this mod you were allowed to Enable/Disable CPU Core on the fly. This will save Battery Power as much as possible without causing any bad effect. Gionee P5W has 4 Core 0-3 (0 > 1 > 2 > 3). if you are using all the 4 Cores this may distribute equal amount of task on all the CPU Cores and Prevent consumption of High Power this also saves Battery Power and Prevent device from Overheating.
Disable CPU Rendering means disable Software Rendering and shift CPU work load to GPU. On the other hand Enabling GPU means enable Hardware Rendering. It make applications load faster, improve touch response, prevent heating of CPU Cores, improve power consumption.
How to Apply :
- Your device must rooted, in order to use full functionality of this mod
- Installed Philz Recovery Required
If you haven't Rooted and Installed CWM on your device. Check below thread
Thread link : https://forum.xda-developers.com/android/development/install-philz-recovery-root-gionee-t3611051
Requirement :
- A GioneeP5W
- Running on Android Version 6.0 (V8145 or V8163)
- Sp Flash Tool
- Installed VCOM, Preloader, CDC Drivers in your PC :silly:
- USB Cable ​
Bugs :​- Not Found Yet :highfive:
Installation Procedure :
- Switch Off Your Device
- Unpack Zip file (Contain Scatter file.txt, boot.img, Preloader.bin)
- Open Sp Flash Tool
- Locate Scatter File
- Connect Device With USB
- Click On Download Button in Sp Flash Tool
- Hit Device Power Button Once
- Wait Until Sp Flash Tool Complete Flashing Process
- After Flashing
- Disconnect & Reboot
Features :
- Enable/Disable CPU Cores
- Prevent Device Overheating :angel:
- Improve Battery life
- Limit Consumption of Battery Power :fingers-crossed:
- Load APPS Faster :victory:
- Disable CPU Rendering
- Enable GPU Rendering
- Enable 4 Core Boosting
- Interactive Governor Tweaked For Balanced Performance :cyclops:
- Save Battery Power :silly:
How to Disable CPU Rendering :
- Requirement Root Explorer Application
- Open egl.cfg with the help of Root Explorer Application
- egl.cfg file present in /system/lib/egl/egl.cfg
- Edit this file like this, in order to disable CPU Rendering
- EDITED CODE
PHP:
#0 0 android
0 1 mali
- ORIGINAL CODE
PHP:
0 0 android
0 1 mali
- After Editing Save & Exit
- Reboot Device Now
- It is necessary to remove egl.cfg.bak from /system/lib/egl/HERE​
How to Enable/Disable CPU Cores (Traditional Method !):
By Using Terminal Emulator App
Tag : 0 (Disable)
Tag : 1 (Enable)
Type :
su
Then Type (as per your need) :
Disable/Enable First Core -
echo "0" > /sys/devices/system/cpu/cpu0/online;
echo "1" > /sys/devices/system/cpu/cpu0/online;
Disable/Enable Second Core -
echo "0" > /sys/devices/system/cpu/cpu1/online;
echo "1" > /sys/devices/system/cpu/cpu1/online;
Disable/Enable Third Core -
echo "0" > /sys/devices/system/cpu/cpu2/online;
echo "1" > /sys/devices/system/cpu/cpu2/online;
Disable/Enable Fourth Core -
echo "0" > /sys/devices/system/cpu/cpu3/online;
echo "1" > /sys/devices/system/cpu/cpu3/online;
New Method of Enabling Disabling Core (Use Kernel Adiutor app) :
- First patch this app with Lucky Patcher App
- Check ScreenCaptures in attachment, How to patch
- Open this application
- Select CPU from menu tab
- Enable/Disable CPU Core as per your need
Downloads :
- Download from below attachment​
Credits :
@leolawliet
#POST_2
Thread UPDATED :​
Gionee P5W Kernel Update :
- Fix slow charging issue
- Enable Fast charging
- Disable HEVC cpufreq control
- Modify prefservscntbl for touch boost, for now touch boost disable in kernel
- Edit perfservscntbl.txt file present in /system/etc/HERE
- Edit like below
- it is recommended to delete perfservscntbl.txt.bak file
Modified Code :
PHP:
CMD_SET_CPU_CORE, SCN_APP_TOUCH, 4
CMD_SET_CPU_FREQ, SCN_APP_TOUCH, 1300000
CMD_SET_CPU_CORE, SCN_SW_FRAME_UPDATE, 4
CMD_SET_CPU_FREQ, SCN_SW_FRAME_UPDATE, 1300000
CMD_SET_CPU_CORE, SCN_APP_SWITCH, 4
CMD_SET_CPU_FREQ, SCN_APP_SWITCH, 1300000
CMD_SET_CPU_UP_THRESHOLD, SCN_SW_FRAME_UPDATE, 80
CMD_SET_CPU_DOWN_THRESHOLD, SCN_SW_FRAME_UPDATE, 65
Original Code :
PHP:
CMD_SET_CPU_CORE, SCN_APP_TOUCH, 3
CMD_SET_CPU_FREQ, SCN_APP_TOUCH, 819000
CMD_SET_CPU_CORE, SCN_SW_FRAME_UPDATE, 3
CMD_SET_CPU_FREQ, SCN_SW_FRAME_UPDATE, 819000
CMD_SET_CPU_CORE, SCN_APP_SWITCH, 4
CMD_SET_CPU_FREQ, SCN_APP_SWITCH, 1300000
CMD_SET_CPU_UP_THRESHOLD, SCN_SW_FRAME_UPDATE, 80
CMD_SET_CPU_DOWN_THRESHOLD, SCN_SW_FRAME_UPDATE, 65
​
Installation Procedure :​- Switch Off Your Device
- Unpack Zip file (Contain Scatter file.txt, boot.img, Preloader.bin)
- Open Sp Flash Tool
- Locate Scatter File
- Connect Device With USB
- Click On Download Button in Sp Flash Tool
- Hit Device Power Button Once
- Wait Until Sp Flash Tool Complete Flashing Process
- After Flashing
- Disconnect & Reboot​Downloads :
Download this "Update_GioneeP5W_Kernel_13_06_2017.zip" from below attachment, Sp FlashTool Flashable
Philz Recovery Flashable :
Download this "Flashable_Update_GioneeP5W_Kernel_13_06_2017.zip" from below attachment, Philz Recovery Flashable ZIP file for Non-PC users
NOTE :
I am not going to test this flashable zip file, test your own. You may get stuck on bootloop after flashing. So, have a nandroid backup first or if no nandroid backup than official Gionee P5W Firmware required. If flashing gone right than post last_log here, get last log from this directory "/cache/recovery/last_log"​

How can i flash this karnel without PC
​bro please tell a method for non pc users!!!and give the link if kernel athor!!

hemal12341 said:
​bro please tell a method for non pc users!!!and give the link if kernel athor!!
Click to expand...
Click to collapse
I will make a flashable zip for non-pc users and there's no kernel author, above kernel is modified by me.

Related

[Gigabyte G1305] firetrapMOD1.0Final and Update to 2.1

With this you can update your Gigabyte G1305 from 1.6 (donut) to (2.1 Eclair).
This is a vannilla version based on GigaByte RU ROM
This ROM work's in Optimus Boston, Orange Boston, Apanda A60 , WellCom A88 and many other clones.
Pre-requisits:
android-sdk
Windows x86
firetrapMOD1.0 Final
ChangeLog:
- ROOT
- GMS adicionados
- Market adicionado
- mkyaffs2image adicionado
- busybox
- FlashPlayer Lite
- FlashPlugin
- TouchPal PT-PT
- Removed Chineses dictionaries
- settings.xml modded
- setup Wizard in first Boot
- increased HSDPA for 1.5 Mbps
- Date displayed as dd-mm-aaaa by default
- dalvick=24m
- removed GPS-Tacker
- removed fileBroswer
- added Astro File Manager
- added galery from froyo (solve pixelization problems)
- removed RSS Feeds
- added Mms.apk (from nexus/froyo) better image compression
- removed Stock.apk
- facebook app updated
- Maps updated
- added App2SD
- removed GigaByte bootAnims
- removed chinese bookmarks
- BOOT.img (kernel at 600MHZ)
- removed alarm clock
- removed original clock
- removed boot sounds
- added notification bar.
- recovery 2.1 (Nandroid by Kong)-> with and app2Sd fix
- add firetrapMOD BootAnimation (credits: djtkd)
CREDITS: Kong (DroidSans) & djtkd (androidpt.com)
Download:
www.megaupload.com/?d=75CXDZWT
Pre-Requisits:
android-sdk
Windows x86
RUT 1.2.2 -> www.megaupload.com/?d=X7R89BCX
THE RUT DOESN'T WORK ON WIN_x64
Installation:
1- turn on the phone in recovery mode (camera + VOL up + power)
2- startup RUT and follow instructions
3- Optional - After all finished if it display's some "Force Close" or some error with aplications, its advised to do an factory reset.
Update from 1.6:
1- turn on the phone in normal mode and do an factory reset
2- turn on the phone in recovery mode (camera + VOL up + power)
3- startup RUT and follow instructions
4- Optional - After all finished if it display's some "Force Close" or some error with applications, its advised to do an factory reset.
Troubleshoot: if RUT doesnt detect the phone:
1- lturn on the phone in normal mode and go to the Virtual CD-ROM is mounted in My computer.
2- open and browse the virtual CD-ROM and copy "\RUT\Drivers" to the Desktop.
3- turn on the phone in recovery mode (camera + VOL up + power)
4- Open the Windows Device Manager and check if isn't a device ("Qualcom") with an installation error.
5- Update the Drivers and broswe to the drivers you have copied above.
6- After this just continue the normal installtion.
Installation App2SD
PS: I will not be responsabiled for damaged in SD card.
Do a backup before to this procedure.
Installation
1- turn on the phone in recovery mode (Vol up + camera + power)
2- choose "partition SD card" and follow instructions
3- back to the menu and choose "enable app2SD"
4- Reboot the phone
You can follow my work on http://www.androidpt.com/index.php?option=com_kunena&Itemid=3&func=view&catid=71&id=61476
nice one Keep the good work
+1
Good job.
I to am a happy user of this ROM and can testify it works 5*.
Great work firetrap!!
Cheers,
PL
Great wrok firetrap!
Works @ 100%!
Keep up
App2sd don't work for me. I have a 2gb sd card.
The update from 1.6 will also work with branded Orange 1.6 ROM ?
How is this any different from CMLMod 1.4? Does your 600 MHz kernel also default to the performance CPU scaling governor (less battery life)?
This one has "ondemand" for the processor by default, it's faster and it simply works.
I actually doubt it has ondemand by default as the kernel is the same 600 MHz "performance" kernel that everyone has. The ROM might be set up so that it uses SetCPU to set the CPU governor to ondemand on boot-up.
Hi...
i'm having trouble trying to instal this mod.
First my Phone doesn't do the factory reset, when reboots it freezes on the andoid logo, i left it like that more than 5min. and nothing.
Hard Reset it's no problem.
second problem when i try recovery mode it look like it freezes to on the same place as it freezes doing factory reset, only diference is the small letter on the top saying entering flash mode or something like that, than neither Rut or windows can't detect the phone!
Any ideias??
oh and my phone is an Optimus Boston from Optimus v1.6 unlock from the network
yes also works on Orange Boston
yOoMuRy said:
App2sd don't work for me. I have a 2gb sd card.
Click to expand...
Click to collapse
initial post updated, try the new method
nuno_mdj said:
Hi...
i'm having trouble trying to instal this mod.
First my Phone doesn't do the factory reset, when reboots it freezes on the andoid logo, i left it like that more than 5min. and nothing.
Hard Reset it's no problem.
second problem when i try recovery mode it look like it freezes to on the same place as it freezes doing factory reset, only diference is the small letter on the top saying entering flash mode or something like that, than neither Rut or windows can't detect the phone!
Any ideias??
oh and my phone is an Optimus Boston from Optimus v1.6 unlock from the network
Click to expand...
Click to collapse
the recovery mode in 1.6 its that it's nothing saying its recovery mode, its simply the android logo, just connect to the windows and follow the next procedure
bkraptor said:
I actually doubt it has ondemand by default as the kernel is the same 600 MHz "performance" kernel that everyone has. The ROM might be set up so that it uses SetCPU to set the CPU governor to ondemand on boot-up.
Click to expand...
Click to collapse
the ROM dont have setCPU installed by default (check the changeLog), the kernel its the original from Kong
bkraptor said:
How is this any different from CMLMod 1.4? Does your 600 MHz kernel also default to the performance CPU scaling governor (less battery life)?
Click to expand...
Click to collapse
first this a diferent ROM than the CML , the instalation method it's only 4 step's with RUT its all in an nb0 file.
second its a vannila version 100 Mb of RAM free.
the CPU scaling governor will be implemented in the next version
Здравствуйте я и России
Подскажите а можно в вашем mod оставить русский язык.
Хотел поставить его себе
Спасибо
App2sd still don't work for me...
can you please implement the italian language for the OS?
firetrap said:
initial post updated, try the new method
the recovery mode in 1.6 its that it's nothing saying its recovery mode, its
simply the android logo, just connect to the windows and follow the next
procedure
Click to expand...
Click to collapse
the problem is that the windows won't detect the phone, in the device manager the phone doesn't show up, i've tried the troubleshooting that you post, the phone
only appears in the device manager when in normal mode.
When trying the recovery mode the phone seems to freeze there, only removing the battery and the same happens when trying to make a factory reset(left it for more than an hour and nothing).
Is there any other method to try to instal your mod?

★★★ Easy Logcat / Kernel Debug / Last Kernel Message - Maker v3.0 ★★★

★★★ Easy Logcat / Kernel Debug / Last Kernel Message - Maker v3.0 ★★★
I seen many people ask how to make a logcat of their phone ..
So I made a logcat maker that anyone can use easily ...
1. Connect Phone to USB Port
2. Run Logcat -Maker.exe
3. Choose Option to make Logcat
4. Go Look at Logcat in: c:\Logcat-DATE.txt
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:
: OPTIONS ARE ...
:
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:
: 1 - Output All Warnings Logcat to Screen
: 2 - Output Errors and fatals Only to Screen
: 3 - Output All Warnings To Logcat to File Logcat-Date.txt
: 4 - Output Errors and fatals Only to File Logcat-Date.txt
: 5 - Output Everything to File Logcat-Date.txt
: 6 - Output Last Kernel Message to File Last_kmsg.txt
: 7 - Kernel Debugging Messages to Screen
: 8 - Kernel Debugging Messages to File KernelDebugMsg.txt
: 9 - More Options! - Install APK - Get APK - Get IP Info -
: NEW!
: 1 - Install APK to Phone From Computer!
: 2 - Pull APK From APP Dir.
: 3 - Whats My Computers IP Config Info ?
:
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
------------------------------------example-------------------------------------------
List of devices attached
HT16ET500074 device
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:
: Starting Logcat
: DATE - 08-17-2012
: TIME - 818
:
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
.
--------- beginning of /dev/log/system
[ 08-17 07:06:13.379 262:0x365 W/ActivityManager ]
Scheduling restart of crashed service net.xdevelop.rotator_t/.ProtectorService in 5000ms
[ 08-17 07:06:13.769 262:0xf23 W/ActivityManager ]
Scheduling restart of crashed service com.android.providers.media/.MediaDBMigrationService in 80692878ms
[ 08-17 07:47:25.618 262:0x355 W/ActivityManager ]
Scheduling restart of crashed service com.staircase3.opensignal/.library.Background_scan in 5000ms
[ 08-17 07:47:26.699 389:0x22d E/Adreno200-ES20 ]
<process_gl_state_enables:456>: GL_INVALID_ENUM
------------------------------------example-------------------------------------------
Hope it helps ..
If you have any suggestions .. Let me know ...
Added New Stuff
2 - Output Errors and fatals Only to Screen
6 - Output Last Kernel Message to File c:\Last_kmsg.txt
7 - Kernel Debugging Messages to Screen
8 - Kernel Debugging Messages to File c:\KernelDebugMsg.txt
Hope it Helps !
Now this is something that should be sticky. Great work and hopefully theis will make it easier for users to give devs logs
Great work Worlock, very helpful!
Jonny said:
Now this is something that should be sticky. Great work and hopefully this will make it easier for users to give devs logs
Click to expand...
Click to collapse
akapaul26 said:
Great work Warlock, very helpful!
Click to expand...
Click to collapse
Thanks .. Appreciate the feed back
Added New Stuff
: 9 - More Options! - Install APK - Get APK - Get IP Info -
: NEW!
: 1 - Install APK to Phone From Computer!
: 2 - Pull APK From APP Dir.
: 3 - Whats My Computers IP Config Info ?
WarlockW said:
: 9 - More Options! - Install APK - Get APK - Get IP Info -
: NEW!
: 1 - Install APK to Phone From Computer!
: 2 - Pull APK From APP Dir.
: 3 - Whats My Computers IP Config Info ?
Click to expand...
Click to collapse
Well done mate
Hi all, is this app always work at this day ???
excellent tool, definately i'm going to try out myself as a bit of newbie here about the phone stuff so definately comes in handy

[APP] ★★★ Easy Logcat / Kernel Debug / Last Kernel Message / Installer Maker v3.0 ★★★

[APP] ★★★ Easy Logcat / Kernel Debug / Last Kernel Message / Installer Maker v3.0 ★★★
★★★ Easy Logcat / Kernel Debug / Last Kernel Message - Installer - Maker v3.0 ★★★
I seen many people ask how to make a logcat of their phone ..
So I made a logcat maker that anyone can use easily ...
1. Connect Phone to USB Port
2. Run Logcat -Maker.exe
3. Choose Option to make Logcat
4. Go Look at Logcat in: c:\Logcat-DATE.txt
:::::::::::::::::::::::::::::::::::::::::::::::::: ::::::::::
:
: OPTIONS ARE ...
:
:::::::::::::::::::::::::::::::::::::::::::::::::: ::::::::::
:
: 1 - Output All Warnings Logcat to Screen
: 2 - Output Errors and fatals Only to Screen
: 3 - Output All Warnings To Logcat to File Logcat-Date.tx
: 4 - Output Errors and fatals Only to File Logcat-Date.tx
: 5 - Output Everything to File Logcat-Date.txt
: 6 - Output Last Kernel Message to File Last_kmsg.txt
: 7 - Kernel Debugging Messages to Screen
: 9 - More Options! - Install APK - Get APK - Get IP Info -
: NEW!
: 1 - Install APK to Phone From Computer!
: 2 - Pull APK From APP Dir.
: 3 - Whats My Computers IP Config Info ?
:
:::::::::::::::::::::::::::::::::::::::::::::::::: ::::::::::
------------------------------------example-------------------------------------------
List of devices attached
HT16ET500074 device
:::::::::::::::::::::::::::::::::::::::::::::::::: ::::::::::
:
: Starting Logcat
: DATE - 08-17-2012
: TIME - 818
:
:::::::::::::::::::::::::::::::::::::::::::::::::: ::::::::::
.
--------- beginning of /dev/log/system
[ 08-17 07:06:13.379 262:0x365 W/ActivityManager ]
Scheduling restart of crashed service net.xdevelop.rotator_t/.ProtectorService in 5000ms
[ 08-17 07:06:13.769 262:0xf23 W/ActivityManager ]
Scheduling restart of crashed service com.android.providers.media/.MediaDBMigrationService in 80692878ms
[ 08-17 07:47:25.618 262:0x355 W/ActivityManager ]
Scheduling restart of crashed service com.staircase3.opensignal/.library.Background_scan in 5000ms
[ 08-17 07:47:26.699 389:0x22d E/Adreno200-ES20 ]
<process_gl_state_enables:456>: GL_INVALID_ENUM
------------------------------------example-------------------------------------------
Hope it helps ..
If you have any suggestions .. Let me know ...
Added New Stuff
: 9 - More Options! - Install APK - Get APK - Get IP Info -
: NEW!
: 1 - Install APK to Phone From Computer!
: 2 - Pull APK From APP Dir.
: 3 - Whats My Computers IP Config Info ?
Hi,
does not run under Windows 8 x64
I want to try hack the long logcat output with my S3, but no chance.
Greetings
Thanks a lot. You made my day much easier.:highfive::highfive:

Hard Bricked Zenfone Unbrick (Last method to try)

" Creator of this method @shakalaca (Shaka Huang) "
Its advisable to try this method after trying all other methods you found . (The last method)
Advice : If your phone is still under warranty please visit service centre . This method may result into dead phone .
Applicable devices : zenfone 4,zenfone 5, zenfone 6 ( CG versions)
Condition for applicability : Only usb logo is showing and user is unable to enter into fastboot/bootloader
First check : press power + volume up button to power on the phone and release(only) power button at time asus logo start showing( still pressing the volume up button )
If you are able to enter into fastboot then this process is not applicable for your case. please don't use this method.
In case after applying first check you are unable to enter fastboot :
check these:
Battery is charged or not
Are you pressing right button ??
Recheck the time to release power button
Still not able to enter into fast boot then apply the below method for entering into droidboot/fastboot .
conclusion: your droidboot got corrupted .
Requirements : Windows 7 pc/laptop (drivers tested on this devices)
SECTION 1​
Drivers Required : 1. iSocUSB-Driver-Setup-1.0.4.exe
2. xfstk-downloader-setup-1.5.1.exe
instruction : install above driver as per ranking. follow these instruction while installing:
1. Right click on setup
2. Select run as administrator
Note : while installing isoc drive system may ask you to connect your device or restart your device. Don't skip
those steps or it will result into driver not working case. Please allow all things asked by your pc .
Driver Checkpoint: 1. connect your device
2. Wait for windows to install driver automatic . Below picture will pop up
3. Right click on my computer , select "properties ". Go to "device manager". select "intel
soc"
3. when your phone is turned on a USB patterns and connected to the computer there
should be two new devices, are classified under Intel Soc: CloverviewPlus Device and
Intel Soc USB Driver . Picture :
If both are not showing in soc section try restating your computer . Check again still no improvement then :
Driver Required : IntelAndroidDrvSetup1.5.0.exe
install above driver as per "instruction "
Necessary Condition for working of tool : Driver Checkpoint condition must be met
SECTION 2​Step 1.1 Download folder as per your model given : zenfone 4 / zenfone 5 / zenfone 6
Check Folder contains these files : dnx.bin , ifwi.bin , dnx_osr.bin , fastboot-2.19.img.pos.bin
Put all files into single folder .
Step 1.2
Confirm the phone has been connected to the computer, which also appeared Device Manager device described above,open xFSTK DOWNLOADER
After opening note beneath the tabs to switch to the rearmost CLVP A0 / B0 / B1
Confirm the Device status field which shows Scanning: CLOVERVIEWPLUS TARGETS DETECTED: 1, if the last place is displayed as 0, make sure that the Device Manager inside It has detected devices.
Step 1.3:
Give proper path to corresponding section :
Fw Dnx : dnx.bin
IFWI : ifwi.bin
OS dnx : dnx_osr.bin
OS image : fastboot.xx.imp.pos.bin
Then press begin download
After the completion of the phone will automatically reboot if the boot screen becomes Intel inside patterns means you have reached your destination .
Now you can enter into fastboot/booloader/drodboot.There are so many methods given to unbrick, soft bricked phone
Advice: USe Adb method to recover your phone.
Problems detected :
Encountering " Windriver Error: 0x20000015 "
Expected cause : Driver not installed correctly .
Method :
1. uninstall xfstk downloader
2.restart computer
3. right click on xfstk downloader and select option run as administrator .
4. install first then open xftsk as admistrator
5. give path to those files on xftsk as per instruction
6. Press the Start Download button in XFSTK
7. Then connect usb and press power + volume up button .
Still encountering :
Method :
1. open Device Manager (from Windows command prompt, type devmgmt.msc)
2. Find the device (it probably is under Android Devices.)
3. RIght click on the device, choose "Update Driver" and then "Browse My Computer..." and then "Let me
pick from a list of device drivers on my computer."
4. You might have to unclick "Show Compatible Hardware"
5. In the Manufacturer section, pick Google or Intel.
6. Under Model, pick "Android Bootloader Interface."
7. Click Next, and then Ok to Ignore scary warnings.
8. Start xftsk download-er do the required thing
If above links are dead then please go to : http://www.mediafire.com/folder/7qapfy4zqvxf6#z3i6bncz0beih
For more knowledge visit : https://github.com/shakalaca/ZenFone-boot-tools
Sorry for my bad English .
Thnaks
Rishav754
If you are still getting error "Windriver Error: 0x20000015 " try this :
1. set a live ubuntu Linux on usb. http://www.instructables.com/id/How-to-make-your-own-Ubuntu-LiveUSB/
2. install xfstk driver . https://communities.intel.com/thread/57018
3. start from section 2
Read before starting , Comment by @marionette
1. Started and did everything on the original post, encountered Windriver Error: 0x20000015. I tried both method but it didn't work, to the point that I build xfstk in linux only to find it still throws errors.
What fixed it for me was to hold down the volume down button before I connect the cable to my laptop for whatever reason but it worked.
2. It then still gave me an error but I forgot what it was, I didn't save the logs until much later. Scouring the thread someone suggests providing a soft fuse file. Okay. I downloaded the file from him BUT xfstk gives me error code 45 softfuses signature error. I had to download the raw firmware from here to get the soft fuse file to get it to work.
https://andrewbenedictus.wordpress.com/2016/02/15/how-to-unbrick-asus-zenfone-5-stuck-on-intel-logo/
THIS FORUM IS DEAD , KINDLY USE OTHER METHODS
THANK YOU
for zenfone 2 please
Help
rishav754 said:
If you are still getting error "Windriver Error: 0x20000015 " try this :
1. set a live ubuntu Linux on usb. http://www.instructables.com/id/How-to-make-your-own-Ubuntu-LiveUSB/
2. install xfstk driver . https://communities.intel.com/thread/57018
3. start from section 2
Click to expand...
Click to collapse
Dear! rishav754
i'm having problem with zenfone 5. it bricked. Can you teamviewer help me?
Please!
my facebook : facebook.com/letandat10
Hello, good evening.
I tried in a Zenfone 6 but it fails.
Saying: softfuse missing, please insert softfuse..... and then softfuses signature error code 45
Please can you help me ?
Best regads
---------- Post added at 04:58 AM ---------- Previous post was at 04:53 AM ----------
That is the error.....
Can you help me?
04:54:49 - XFSTK-STATUS--USBSN:39FD7A5E068590C4--Softfuses Binary absent. Please provide binary.
04:54:49 - XFSTK-LOG--USBSN:39FD7A5E068590C4--GetOpCode
04:54:49 - XFSTK-LOG--USBSN:39FD7A5E068590C4--ReadInAck
04:54:49 - XFSTK-LOG--USBSN:39FD7A5E068590C4--GetAck
04:54:49 - XFSTK-LOG--USBSN:39FD7A5E068590C4--GetAck - HLT0(0x4)
04:54:49 - XFSTK-LOG--USBSN:39FD7A5E068590C4--Softfuse Binary file size = 0 or Number of keys = 0
04:54:49 - XFSTK-LOG--USBSN:39FD7A5E068590C4--void CloverviewPlusDownloader::do_abort()
04:54:49 - XFSTK-LOG--USBSN:39FD7A5E068590C4--Abort
04:54:49 - XFSTK-STATUS--USBSN:39FD7A5E068590C4--FAIL
04:54:49 - XFSTK-STATUS--USBSN:39FD7A5E068590C4--Errors encounter during FW download. Aborting ...
04:54:49 - XFSTK-LOG--USBSN:39FD7A5E068590C4--virtual bool CloverviewPlusDownloader::GetStatus()
My asus zenfone 5 does not detecting in pc what to do
hey I still can go to fastboot so should I do this ?
it's always says WinDriver Error although I've tried all of the method
xfstklog_Rab_30._Des_14-50-30_2015.txt
14:50:05 - XFSTK Downloader API 1.5.1 Copyright (c) 2013 Intel Corporation
14:50:05 - fwdnx -- C:/Program Files/xFSTK/dnx.bin
14:50:05 - fwimage -- C:/Program Files/xFSTK/ifwi.bin
14:50:05 - osdnx -- C:/Program Files/xFSTK/dnx_osr.bin
14:50:05 - osimage -- C:/Program Files/xFSTK/fastboot-2.19.img.pos.bin
14:50:05 - gpflags -- 0x80000001
14:50:05 - XFSTK-LOG--USBSN:--virtual bool CloverviewPlusDownloader::SetDevice(IGenericDevice*)
14:50:05 - Initiating download...
14:50:05 - XFSTK-LOG--USBSN:--virtual bool CloverviewPlusDownloader::UpdateTarget()
14:50:05 - XFSTK-LOG--USBSN:--FWDnxPath -- C:/Program Files/xFSTK/dnx.bin
14:50:05 - XFSTK-LOG--USBSN:--FWImagePath -- C:/Program Files/xFSTK/ifwi.bin
14:50:05 - XFSTK-LOG--USBSN:--SoftfusesPath -- BLANK.bin
14:50:05 - XFSTK-LOG--USBSN:--OSDnxPath -- C:/Program Files/xFSTK/dnx_osr.bin
14:50:05 - XFSTK-LOG--USBSN:--OSImagePath -- C:/Program Files/xFSTK/fastboot-2.19.img.pos.bin
14:50:05 - XFSTK-LOG--USBSN:--MiscDnxPath --
14:50:05 - XFSTK-LOG--USBSN:--Gpflags -- 80000001
14:50:05 - XFSTK-LOG--USBSN:--DebugLevel -- ffffffff
14:50:05 - XFSTK-LOG--USBSN:--UsbDelay ms -- 0
14:50:05 - XFSTK-LOG--USBSN:--TransferType -- USB
14:50:05 - XFSTK-LOG--USBSN:--WipeIFWI -- False
14:50:05 - XFSTK-LOG--USBSN:--Idrq -- False
14:50:05 - XFSTK-LOG--USBSN:--Verbose -- True
14:50:05 - XFSTK-LOG--USBSN:--void CloverviewPlusDownloader::Init()
14:50:05 - XFSTK-LOG--USBSN:--Open
14:50:05 - XFSTK-LOG--USBSN:--void CloverviewPlusUtils::SetUsbsn(char*)
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--USB Device found - USBSN: 6EA4664842C82EE4 Address:2
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--void CloverviewPlusDownloader::do_update(CloverviewPlusOptions*)
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--Start
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--Sending DnER...
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--WriteOutPipe DnER
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--WriteOutPipe 0
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--Write --->DnER
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--GetOpCode
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--ReadInAck
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--GetAck
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--GetAck - DORM(0x4)
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--OS: Handle OS download...
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--GetOpCode
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--Changing to DLDR_STATE_OS_NORMAL ...
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--CheckFile
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--CheckFile
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--_num OS Images : 1
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--_temp_data : 67a9
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--OSII: 0 Data Size: 13586944
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--_Temp Data is: 67a9 h
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--InitOsipHdr
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--Init OSIP header ...
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--_After fread osip_hdr
14:50:05 - XFSTK-STATUS--USBSN:6EA4664842C82EE4--POS download is in progress ...
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--StartOs
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--sending 6 DWORDS of DnxOS size and checksum...
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--GetOsDnXHdr
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--C:/Program Files/xFSTK/dnx_osr.bin size:99296 bytes
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--WriteOutPipe a?
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--WriteOutPipe 0
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--Write --->a?
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--End of StHandleOsNormal
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--GetOpCode
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--ReadInAck
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--GetAck
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--GetAck - DXBL(0x4)
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--OS: Sending DnX ...
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--OsDXBL
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--GetOsDnX
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--C:/Program Files/xFSTK/dnx_osr.bin size:99296 bytes
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--WriteOutPipe __BINARY__
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--WriteOutPipe 0
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--Write --->__BINARY__
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--LogProgress
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--GetOpCode
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--ReadInAck
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--GetAck
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--GetAck - ROSIP$$$(0x8)
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--GetOsipHdr
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--Get OSIP header + Partion Table...
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--sending OSIP...
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--sending OSIP header + Partion Table...
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--WriteOutPipe __BINARY__
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--WriteOutPipe 0
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--Write --->__BINARY__
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--GetOpCode
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--ReadInAck
14:50:05 - XFSTK-LOG--USBSN:6EA4664842C82EE4--GetAck
14:50:10 - XFSTK-LOG--USBSN:6EA4664842C82EE4--usb_bulk_read() fails
14:50:10 - XFSTK-LOG--USBSN:6EA4664842C82EE4--Windriver Error: 0x20000015, Timeout expired
14:50:15 - XFSTK-LOG--USBSN:6EA4664842C82EE4--usb_bulk_read() fails
14:50:15 - XFSTK-LOG--USBSN:6EA4664842C82EE4--Windriver Error: 0x20000015, Timeout expired
14:50:20 - XFSTK-LOG--USBSN:6EA4664842C82EE4--usb_bulk_read() fails
14:50:20 - XFSTK-LOG--USBSN:6EA4664842C82EE4--Windriver Error: 0x20000015, Timeout expired
14:50:25 - XFSTK-LOG--USBSN:6EA4664842C82EE4--usb_bulk_read() fails
14:50:25 - XFSTK-LOG--USBSN:6EA4664842C82EE4--Windriver Error: 0x20000015, Timeout expired
14:50:30 - XFSTK-LOG--USBSN:6EA4664842C82EE4--usb_bulk_read() fails
14:50:30 - XFSTK-LOG--USBSN:6EA4664842C82EE4--Windriver Error: 0x20000015, Timeout expired
14:50:30 - XFSTK-LOG--USBSN:6EA4664842C82EE4--Device is not responding...
14:50:30 - XFSTK-LOG--USBSN:6EA4664842C82EE4--GetAck - (0xBAADF00D)
14:50:30 - XFSTK-STATUS--USBSN:6EA4664842C82EE4--Unknown Ack code:baadf00d, aborting ...
14:50:30 - XFSTK-LOG--USBSN:6EA4664842C82EE4--void CloverviewPlusDownloader::do_abort()
14:50:30 - XFSTK-LOG--USBSN:6EA4664842C82EE4--Abort
14:50:30 - XFSTK-STATUS--USBSN:6EA4664842C82EE4--FAIL
14:50:30 - XFSTK-STATUS--USBSN:6EA4664842C82EE4--Errors encounter during OS download. Aborting ...
Click to expand...
Click to collapse
rishav754 said:
" Creator of this method @shakalaca (Shaka Huang) "
Its advisable to try this method after trying all other methods you found . (The last method)
Advice : If your phone is still under warranty please visit service centre . This method may result into dead phone .
Applicable devices : zenfone 4,zenfone 5, zenfone 6 ( CG versions)
Condition for applicability : Only usb logo is showing and user is unable to enter into fastboot/bootloader
First check : press power + volume up button to power on the phone and release(only) power button at time asus logo start showing( still pressing the volume up button )
If you are able to enter into fastboot then this process is not applicable for your case. please don't use this method.
In case after applying first check you are unable to enter fastboot :
check these:
Battery is charged or not
Are you pressing right button ??
Recheck the time to release power button
Still not able to enter into fast boot then apply the below method for entering into droidboot/fastboot .
conclusion: your droidboot got corrupted .
Requirements : Windows 7 pc/laptop (drivers tested on this devices)
SECTION 1​
Drivers Required : 1. iSocUSB-Driver-Setup-1.0.4.exe
2. xfstk-downloader-setup-1.5.1.exe
instruction : install above driver as per ranking. follow these instruction while installing:
1. Right click on setup
2. Select run as administrator
Note : while installing isoc drive system may ask you to connect your device or restart your device. Don't skip
those steps or it will result into driver not working case. Please allow all things asked by your pc .
Driver Checkpoint: 1. connect your device
2. Wait for windows to install driver automatic . Below picture will pop up
3. Right click on my computer , select "properties ". Go to "device manager". select "intel
soc"
3. when your phone is turned on a USB patterns and connected to the computer there
should be two new devices, are classified under Intel Soc: CloverviewPlus Device and
Intel Soc USB Driver . Picture :
If both are not showing in soc section try restating your computer . Check again still no improvement then :
Driver Required : IntelAndroidDrvSetup1.5.0.exe
install above driver as per "instruction "
Necessary Condition for working of tool : Driver Checkpoint condition must be met
SECTION 2​Step 1.1 Download folder as per your model given : zenfone 4 / zenfone 5 / zenfone 6
Check Folder contains these files : dnx.bin , ifwi.bin , dnx_osr.bin , fastboot-2.19.img.pos.bin
Put all files into single folder .
Step 1.2
Confirm the phone has been connected to the computer, which also appeared Device Manager device described above,open xFSTK DOWNLOADER
After opening note beneath the tabs to switch to the rearmost CLVP A0 / B0 / B1
Confirm the Device status field which shows Scanning: CLOVERVIEWPLUS TARGETS DETECTED: 1, if the last place is displayed as 0, make sure that the Device Manager inside It has detected devices.
Step 1.3:
Give proper path to corresponding section :
Fw Dnx : dnx.bin
IFWI : ifwi.bin
OS dnx : dnx_osr.bin
OS image : fastboot.xx.imp.pos.bin
Then press begin download
After the completion of the phone will automatically reboot if the boot screen becomes Intel inside patterns means you have reached your destination .
Now you can enter into fastboot/booloader/drodboot.There are so many methods given to unbrick, soft bricked phone
Advice: USe Adb method to recover your phone.
Problems detected :
Encountering " Windriver Error: 0x20000015 "
Expected cause : Driver not installed correctly .
Method :
1. uninstall xfstk downloader
2.restart computer
3. right click on xfstk downloader and select option run as administrator .
4. install first then open xftsk as admistrator
5. give path to those files on xftsk as per instruction
6. Press the Start Download button in XFSTK
7. Then connect usb and press power + volume up button .
Still encountering :
Method :
1. open Device Manager (from Windows command prompt, type devmgmt.msc)
2. Find the device (it probably is under Android Devices.)
3. RIght click on the device, choose "Update Driver" and then "Browse My Computer..." and then "Let me
pick from a list of device drivers on my computer."
4. You might have to unclick "Show Compatible Hardware"
5. In the Manufacturer section, pick Google or Intel.
6. Under Model, pick "Android Bootloader Interface."
7. Click Next, and then Ok to Ignore scary warnings.
8. Start xftsk download-er do the required thing
If above links are dead then please go to : http://www.mediafire.com/folder/7qapfy4zqvxf6#z3i6bncz0beih
For more knowledge visit : https://github.com/shakalaca/ZenFone-boot-tools
Sorry for my bad English .
Thnaks
Rishav754
Click to expand...
Click to collapse
Hi,i just successful get my fastboot..my problem now is,i cant adb sideload firmware.. In recovery log said E:cant mount data and installation aborted
---------- Post added at 02:48 PM ---------- Previous post was at 02:28 PM ----------
rishav754 said:
" Creator of this method @shakalaca (Shaka Huang) "
Its advisable to try this method after trying all other methods you found . (The last method)
Advice : If your phone is still under warranty please visit service centre . This method may result into dead phone .
Applicable devices : zenfone 4,zenfone 5, zenfone 6 ( CG versions)
Condition for applicability : Only usb logo is showing and user is unable to enter into fastboot/bootloader
First check : press power + volume up button to power on the phone and release(only) power button at time asus logo start showing( still pressing the volume up button )
If you are able to enter into fastboot then this process is not applicable for your case. please don't use this method.
In case after applying first check you are unable to enter fastboot :
check these:
Battery is charged or not
Are you pressing right button ??
Recheck the time to release power button
Still not able to enter into fast boot then apply the below method for entering into droidboot/fastboot .
conclusion: your droidboot got corrupted .
Requirements : Windows 7 pc/laptop (drivers tested on this devices)
SECTION 1​
Drivers Required : 1. iSocUSB-Driver-Setup-1.0.4.exe
2. xfstk-downloader-setup-1.5.1.exe
instruction : install above driver as per ranking. follow these instruction while installing:
1. Right click on setup
2. Select run as administrator
Note : while installing isoc drive system may ask you to connect your device or restart your device. Don't skip
those steps or it will result into driver not working case. Please allow all things asked by your pc .
Driver Checkpoint: 1. connect your device
2. Wait for windows to install driver automatic . Below picture will pop up
3. Right click on my computer , select "properties ". Go to "device manager". select "intel
soc"
3. when your phone is turned on a USB patterns and connected to the computer there
should be two new devices, are classified under Intel Soc: CloverviewPlus Device and
Intel Soc USB Driver . Picture :
If both are not showing in soc section try restating your computer . Check again still no improvement then :
Driver Required : IntelAndroidDrvSetup1.5.0.exe
install above driver as per "instruction "
Necessary Condition for working of tool : Driver Checkpoint condition must be met
SECTION 2​Step 1.1 Download folder as per your model given : zenfone 4 / zenfone 5 / zenfone 6
Check Folder contains these files : dnx.bin , ifwi.bin , dnx_osr.bin , fastboot-2.19.img.pos.bin
Put all files into single folder .
Step 1.2
Confirm the phone has been connected to the computer, which also appeared Device Manager device described above,open xFSTK DOWNLOADER
After opening note beneath the tabs to switch to the rearmost CLVP A0 / B0 / B1
Confirm the Device status field which shows Scanning: CLOVERVIEWPLUS TARGETS DETECTED: 1, if the last place is displayed as 0, make sure that the Device Manager inside It has detected devices.
Step 1.3:
Give proper path to corresponding section :
Fw Dnx : dnx.bin
IFWI : ifwi.bin
OS dnx : dnx_osr.bin
OS image : fastboot.xx.imp.pos.bin
Then press begin download
After the completion of the phone will automatically reboot if the boot screen becomes Intel inside patterns means you have reached your destination .
Now you can enter into fastboot/booloader/drodboot.There are so many methods given to unbrick, soft bricked phone
Advice: USe Adb method to recover your phone.
Problems detected :
Encountering " Windriver Error: 0x20000015 "
Expected cause : Driver not installed correctly .
Method :
1. uninstall xfstk downloader
2.restart computer
3. right click on xfstk downloader and select option run as administrator .
4. install first then open xftsk as admistrator
5. give path to those files on xftsk as per instruction
6. Press the Start Download button in XFSTK
7. Then connect usb and press power + volume up button .
Still encountering :
Method :
1. open Device Manager (from Windows command prompt, type devmgmt.msc)
2. Find the device (it probably is under Android Devices.)
3. RIght click on the device, choose "Update Driver" and then "Browse My Computer..." and then "Let me
pick from a list of device drivers on my computer."
4. You might have to unclick "Show Compatible Hardware"
5. In the Manufacturer section, pick Google or Intel.
6. Under Model, pick "Android Bootloader Interface."
7. Click Next, and then Ok to Ignore scary warnings.
8. Start xftsk download-er do the required thing
If above links are dead then please go to : http://www.mediafire.com/folder/7qapfy4zqvxf6#z3i6bncz0beih
For more knowledge visit : https://github.com/shakalaca/ZenFone-boot-tools
Sorry for my bad English .
Thnaks
Rishav754
Click to expand...
Click to collapse
Hi,i just successful get my fastboot..my problem now is,i cant adb sideload firmware.. In recovery log said E:cant mount data and installation aborted
Hello, I have a dead phone but still is detected by pc, however I can't get into the driver checkpoint, only the Intel Soc Device is detected and no CloverViewPlus device, I tried restarting and installing the driver but still nothing, could you guide me?
zakwanPHG said:
Hi,i just successful get my fastboot..my problem now is,i cant adb sideload firmware.. In recovery log said E:cant mount data and installation aborted
---------- Post added at 02:48 PM ---------- Previous post was at 02:28 PM ----------
Hi,i just successful get my fastboot..my problem now is,i cant adb sideload firmware.. In recovery log said E:cant mount data and installation aborted
Click to expand...
Click to collapse
flash twrp via fastboot and then flash rom
Do u have z380kl Asus zenpad 8.0 files?
I can not solve the problem soon usb zenfone 5 model T00J
I tried to resolve this problem as soon usb, already went on several tutorials and always error 0x0000015 but my drivers station tds functioning normally wanted a 'm helps long without smartphone if you can provide me with a method I q with a live linux usb to the right but not know how to use linux wanted a help please . sorry for my English but I am Brazilian I do not know English fluently
Errors encounter during download
hi, i have problem when press begin download
12:32:42 - XFSTK-LOG--USBSN:2FCEC0CDDFEAEDB2--Windriver Error: 0x20000015, Timeout expired
12:32:42 - XFSTK-LOG--USBSN:2FCEC0CDDFEAEDB2--LogError
12:32:42 - XFSTK-STATUS--USBSN:2FCEC0CDDFEAEDB2--Error Code: 1 - Connection error
12:32:42 - XFSTK-STATUS--USBSN:2FCEC0CDDFEAEDB2--Failed to start Dldr state machine, aborting ...
12:32:42 - XFSTK-LOG--USBSN:2FCEC0CDDFEAEDB2--void CloverviewPlusDownloader::do_abort()
12:32:42 - XFSTK-LOG--USBSN:2FCEC0CDDFEAEDB2--Abort
12:32:42 - XFSTK-STATUS--USBSN:2FCEC0CDDFEAEDB2--FAIL
12:32:42 - XFSTK-STATUS--USBSN:2FCEC0CDDFEAEDB2--Errors encounter during download. Aborting...
12:32:52 - XFSTK-STATUS--Reconnecting to device - Attempt #20
I have tried following the instructions, but always have same problem, please hel me thanks!
Z380KL unbrick
Z380KL P024 zenpad 8 unbricking method as a LAST RESORT:
drive.google.com/file/d/0BzjHJbuYb9NWenVfLVZWempaaWM/view?usp=sharing
arnab1992 said:
flash twrp via fastboot and then flash rom
Click to expand...
Click to collapse
u know what..i also flash recovery img,and the result same.failed to adbsideload firmware..finally i found last step tutorial[not include in this thread]in shaka huang pages is wipe partition after done using fstk tool.and then flash back my droitboot/recovery img kk version.
any way about zenfone 2?
Zubayer Mahmud said:
any way about zenfone 2?
Click to expand...
Click to collapse
HI, did you find the files?????
THX
Help !!!
Bro, you gotta help me.
I am facing this.
Help me
Could you solve the problem?
I am facing now. Help me if you could.
Please....

[OVERCLOCK] GPU overclocking | Upgrade your Red Magic 3 to Red Magic 3s | Unleash the Beast

Before do all of this tutorial, Please keep in mind, that if you are dont have basic on Unix System dont do this!!​i am buy this device just for gaming only, and i am buy secondhand on 20 April 2021.
Goals : for overclock and unleash all inside the beast in my new secondhand red magic 3
Note : I am using Macbook to do all of this, and working adb
THIS ACTION WILL IMPACT TO YOUR HARDWARE DEVICE, PLEASE MONITOR YOUR DEVICE TEMPERATURE, AND DO AT YOUR OWN RISK!!!
check adb command with :
Code:
adb devices
Step by Step​1. Flash Global Rom (in my case, is still using global android 9) to China Rom : China Rom
note : using MD5:FB9ABF42A4711962272606E0437AFA12 v5.13
Optional installing GAPPS:​1.1 if you are using same ROM version as mine, install GAPPS with NIKGAPPS and put nikgapps.config to root /
1.2 run command
Code:
adb push nikgapps.config /
adb push NikGapps-core-arm64-11-20201231-signed.zip /
1.3 flash with twrp with install > install zip > pick <nikgapps zip>
2. Installing TWRP // for restoring boot.img if disaster happen : TWRP
3. Installing Magisk // for root access : Magisk, After all you have done with above step, do this :
4. Installing Konabess // set frequency GPU : Konabess APK, wanna some research with Konabess? do fork and star the author on Github: github
${FREQ} = move step by step from 650 to 800, [675, 700, 725, 750, 775, 800]. try this : set 650 restart play genshin/Antutu, monitor your temperature. repeat and repeat. youtube tutorial
Click to expand...
Click to collapse
4.a. open konabess
4.b. pick "EDIT GPU FREQ TABLE", > "ADD NEW" > SET Freq : ${FREQ}Mhz, bus-freq: 11, bus-min: 11, bus-max: 11, need to research more about this
4.c. pick "EDIT GPU VOLT TABLE", > "ADD NEW" > SET Freq : ${FREQ}Mhz, voltage level : NOM_L1, need to research more about this
nb : Please aware of this voltage table, this voltage table is from here, need to re-adjust for our Red Magic 3.
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
4.d. and then final "Backup old image" > remember your current path for boot.img, if disaster happen, boot to bootloader > recovery, and install <your backup boot.img> with target "boot" partition.
4.e. pick "REPACK AND FLASH NEW IMAGE"
Note: i am using 700Mhz for gaming daily driver, for PUBG and GENSHIN IMPACT "RATA KANAN"
Click to expand...
Click to collapse
Antutu V9​- stock rom : 510k
- before OC : 528k
- after OC : 588k
Antutu V8​- before OC : 431k
- after OC : 482k
Supporting Apps :​- Kernel auditor // set frequency if not in use
-- my setting for OOM (Out of Memory/Low memory killer is "Aggresive")
Additional Hardware :​- Black Shark fan Pro // tested well on frequency 850Mhz, NOM_L2
CN ROM Version V5.13 Report​
Works :
- shoulder button
- rotation
- no flicker
- many of them is stable
- sensor : Light, Proximity
Not works :
- sensor : Accelerometer, Magnetometer, Compass, Gyro. // was doin all of things "Wipe all on twrp except system"
Click to expand...
Click to collapse
Works with Poco X3 Pro ? Snapdragon 860 is just 855+ ?
astronomy2021 said:
Works with Poco X3 Pro ? Snapdragon 860 is just 855+ ?
Click to expand...
Click to collapse
Idk bro, I don't have poco X3 pro
It's not recommended do that after someone expert doin that.
On poco X3 pro, you just need to remove cpu throttle to improve stability performance if you don't care about heat issue
never00miss said:
Idk bro, I don't have poco X3 pro
It's not recommended do that after someone expert doin that.
On poco X3 pro, you just need to remove cpu throttle to improve stability performance if you don't care about heat issue
Click to expand...
Click to collapse
Thanks for Answer How do you remove it ? Magisk Module or someting else ?
astronomy2021 said:
Thanks for Answer How do you remove it ? Magisk Module or someting else ?
Click to expand...
Click to collapse
yup, you can use magisk module or something, the difference between gaming phone and standard phone is on heat management.
cause on standard android phone that use powerful SOC not designed to minimize heat issue.
so buy gaming phone instead of standard phone cause designed for heat issue. hahaha.
Have you completed further research on the subject?
SilentDevGuy said:
Have you completed further research on the subject?
Click to expand...
Click to collapse
for the deep research, i am not be able to do that cause my work as a programmer and have tight time to do my works.
but i was using 775 mhz for daily use,
and its was stable until this day.
whats the poin you ask that? that i can help you sir? @SilentDevGuy
never00miss said:
for the deep research, i am not be able to do that cause my work as a programmer and have tight time to do my works.
but i was using 775 mhz for daily use,
and its was stable until this day.
whats the poin you ask that? that i can help you sir? @SilentDevGuy
Click to expand...
Click to collapse
Id like to know the temperature effects. Such as how hot it runs on a heavy load for extended period of time and frame rate results
SilentDevGuy said:
Id like to know the temperature effects. Such as how hot it runs on a heavy load for extended period of time and frame rate results
Click to expand...
Click to collapse
750mhz Overclock
PUBG mobile - playing on 3.40 hours result :
- max temp : 78C
- avg temp : 65C
- min temp : 55C
Misc : using external fan
Thank you so much! How does the temperature spread across components? When at 78c is it uncomfy? I am creating a custom rom for red magic and will implement this gpu overclock
never00miss said:
750mhz Overclock
PUBG mobile - playing on 3.40 hours result :
- max temp : 78C
- avg temp : 65C
- min temp : 55C
Misc : using external fans
Click to expand...
Click to collapse
Are these battery temps, cpu temps, or gpu temps? How is your nand temperature? It is suppose to be never go past 50c(internal storage/memory)
never00miss said:
750mhz Overclock
PUBG mobile - playing on 3.40 hours result :
- max temp : 78C
- avg temp : 65C
- min temp : 55C
Misc : using external fan
Click to expand...
Click to collapse
never00miss said:
Before do all of this tutorial, Please keep in mind, that if you are dont have basic on Unix System dont do this!!​i am buy this device just for gaming only, and i am buy secondhand on 20 April 2021.
Goals : for overclock and unleash all inside the beast in my new secondhand red magic 3
Note : I am using Macbook to do all of this, and working adb
THIS ACTION WILL IMPACT TO YOUR HARDWARE DEVICE, PLEASE MONITOR YOUR DEVICE TEMPERATURE, AND DO AT YOUR OWN RISK!!!
check adb command with :
Code:
adb devices
Step by Step​1. Flash Global Rom (in my case, is still using global android 9) to China Rom : China Rom
note : using MD5:FB9ABF42A4711962272606E0437AFA12 v5.13
Optional installing GAPPS:​1.1 if you are using same ROM version as mine, install GAPPS with NIKGAPPS and put nikgapps.config to root /
1.2 run command
Code:
adb push nikgapps.config /
adb push NikGapps-core-arm64-11-20201231-signed.zip /
1.3 flash with twrp with install > install zip > pick <nikgapps zip>
2. Installing TWRP // for restoring boot.img if disaster happen : TWRP
3. Installing Magisk // for root access : Magisk, After all you have done with above step, do this :
4. Installing Konabess // set frequency GPU : Konabess APK, wanna some research with Konabess? do fork and star the author on Github: github
4.a. open konabess
4.b. pick "EDIT GPU FREQ TABLE", > "ADD NEW" > SET Freq : ${FREQ}Mhz, bus-freq: 11, bus-min: 11, bus-max: 11, need to research more about this
4.c. pick "EDIT GPU VOLT TABLE", > "ADD NEW" > SET Freq : ${FREQ}Mhz, voltage level : NOM_L1, need to research more about this
4.d. and then final "Backup old image" > remember your current path for boot.img, if disaster happen, boot to bootloader > recovery, and install <your backup boot.img> with target "boot" partition.
4.e. pick "REPACK AND FLASH NEW IMAGE"
Antutu V9​- stock rom : 510k
- before OC : 528k
- after OC : 588k
Antutu V8​- before OC : 431k
- after OC : 482k
Supporting Apps :​- Kernel auditor // set frequency if not in use
-- my setting for OOM (Out of Memory/Low memory killer is "Aggresive")
Additional Hardware :​- Black Shark fan Pro // tested well on frequency 850Mhz, NOM_L2
CN ROM Version V5.13 Report​
Click to expand...
Click to collapse
so i flashed the latest cn rom and now my gyroscope with other components are not working and then I rolled back to global and it still not working what should I do I am really stuck here please help me it bugges me its been over a week problem after problems accruing I really regret buying this pice of crap
Rebinaziz said:
so i flashed the latest cn rom and now my gyroscope with other components are not working and then I rolled back to global and it still not working what should I do I am really stuck here please help me it bugges me its been over a week problem after problems accruing I really regret buying this pice of crap
Click to expand...
Click to collapse
Its hard to help with so little information and you cant call something a piece of crap because you broke it. What rom are you on right now?
i have same problem, my sensors not working bro, plz.. help
never00miss said:
Before do all of this tutorial, Please keep in mind, that if you are dont have basic on Unix System dont do this!!​i am buy this device just for gaming only, and i am buy secondhand on 20 April 2021.
Goals : for overclock and unleash all inside the beast in my new secondhand red magic 3
Note : I am using Macbook to do all of this, and working adb
THIS ACTION WILL IMPACT TO YOUR HARDWARE DEVICE, PLEASE MONITOR YOUR DEVICE TEMPERATURE, AND DO AT YOUR OWN RISK!!!
check adb command with :
Code:
adb devices
Step by Step​1. Flash Global Rom (in my case, is still using global android 9) to China Rom : China Rom
note : using MD5:FB9ABF42A4711962272606E0437AFA12 v5.13
Optional installing GAPPS:​1.1 if you are using same ROM version as mine, install GAPPS with NIKGAPPS and put nikgapps.config to root /
1.2 run command
Code:
adb push nikgapps.config /
adb push NikGapps-core-arm64-11-20201231-signed.zip /
1.3 flash with twrp with install > install zip > pick <nikgapps zip>
2. Installing TWRP // for restoring boot.img if disaster happen : TWRP
3. Installing Magisk // for root access : Magisk, After all you have done with above step, do this :
4. Installing Konabess // set frequency GPU : Konabess APK, wanna some research with Konabess? do fork and star the author on Github: github
4.a. open konabess
4.b. pick "EDIT GPU FREQ TABLE", > "ADD NEW" > SET Freq : ${FREQ}Mhz, bus-freq: 11, bus-min: 11, bus-max: 11, need to research more about this
4.c. pick "EDIT GPU VOLT TABLE", > "ADD NEW" > SET Freq : ${FREQ}Mhz, voltage level : NOM_L1, need to research more about this
4.d. and then final "Backup old image" > remember your current path for boot.img, if disaster happen, boot to bootloader > recovery, and install <your backup boot.img> with target "boot" partition.
4.e. pick "REPACK AND FLASH NEW IMAGE"
Antutu V9​- stock rom : 510k
- before OC : 528k
- after OC : 588k
Antutu V8​- before OC : 431k
- after OC : 482k
Supporting Apps :​- Kernel auditor // set frequency if not in use
-- my setting for OOM (Out of Memory/Low memory killer is "Aggresive")
Additional Hardware :​- Black Shark fan Pro // tested well on frequency 850Mhz, NOM_L2
CN ROM Version V5.13 Report​
Click to expand...
Click to collapse
bro plz help , my sensores not working ,
SilentDevGuy said:
Its hard to help with so little information and you cant call something a piece of crap because you broke it. What rom are you on right now
Click to expand...
Click to collapse
You are right i was kinda out of my mind but anyways, i flashed it using red magic 3 unbrick tool it flashes the oldest rom which is 1.11 and worked my way to NX629J_ENcommon V1.21 cuz i thought it would fix it but it didn't, and changed a lots of gsi roms and used latest cn rom but that aslo throw me in the hole, and i read some posts here they said that you have ro flash persist.img in twrp (which comes with fastboot rom) and i couldn't find it anywhere and someone said you have to wipe everything and it fixs it but that also didn't work, its been a week and half I've read everything online even other phones having same problem but they alway fix theirs with flashing persist.img and i can't find it in the rom which they provide in their website
SilentDevGuy said:
Are these battery temps, cpu temps, or gpu temps? How is your nand temperature? It is suppose to be never go past 50c(internal storage/memory)
Click to expand...
Click to collapse
CPU temps,
And so far so good.
Rebinaziz said:
so i flashed the latest cn rom and now my gyroscope with other components are not working and then I rolled back to global and it still not working what should I do I am really stuck here please help me it bugges me its been over a week problem after problems accruing I really regret buying this pice of crap
Click to expand...
Click to collapse
1366gh said:
View attachment 5357549i have same problem, my sensors not working bro, plz.. help
Click to expand...
Click to collapse
1366gh said:
bro plz help , my sensores not working ,
Click to expand...
Click to collapse
Rebinaziz said:
You are right i was kinda out of my mind but anyways, i flashed it using red magic 3 unbrick tool it flashes the oldest rom which is 1.11 and worked my way to NX629J_ENcommon V1.21 cuz i thought it would fix it but it didn't, and changed a lots of gsi roms and used latest cn rom but that aslo throw me in the hole, and i read some posts here they said that you have ro flash persist.img in twrp (which comes with fastboot rom) and i couldn't find it anywhere and someone said you have to wipe everything and it fixs it but that also didn't work, its been a week and half I've read everything online even other phones having same problem but they alway fix theirs with flashing persist.img and i can't find it in the rom which they provide in their website
Click to expand...
Click to collapse
Do my thread, I am rollback to v3.xx latest, and do all wipe on all partition.
[Guide][Stable] How to clean Install CN ROM + TWRP + ROOT + GAPPS on our Nubia Red Magic 3
Hello guys, welcome again to my thread this thread will be my tutorial too for reminder how to reinstalling my Nubia Red Magic 3 i will tell you how to do step by step guide how to do clean Install : Requirement : - ADB installed, check with...
forum.xda-developers.com
i m using red magic 3 on android 11 china rom i m used your
Konabess,,,apk
i m expriance many frequencys

Categories

Resources