Recover apk through ADB Nexus 5X => Honor 8 - Honor 8 Questions & Answers

Hi everyone!
I'm replacing my Nexus 5X with an honor 8 that i just bought. I'm really happy with my device but
i'm unable to restore an apk backup from my nexus 5x.
I was trying to use the 'adb backup' / 'adb restore' commands like i did thousand of times before with my nexus 5x. but it seems that it just can't restore in the honor 8, it says "Restore complete" and nothing actually happened.
Does anyone have any idea of this?
Best regards
PD: sorry for my bad english

Try HiSuite from huawei to recover apks

Related

[Q] Acer Iconia One 7 (B1-750) root

Hey guys,
Can anyone tell me how to root the Acer Iconia one 7 (b1-750)? It's a new model and I couldn't find anything about rooting it.
Please help!
||FREAKOUT|| said:
Hey guys,
Can anyone tell me how to root the Acer Iconia one 7 (b1-750)? It's a new model and I couldn't find anything about rooting it.
Please help!
Click to expand...
Click to collapse
XDA offer a guide to rooting all devices, you can find it here
Any news? thanks for everything
Hi man, i managed to root my Iconia One 7 (B1-750).
I downloaded and used the tool on this thread http://forum.xda-developers.com/android/development/intel-android-devices-root-temp-cwm-t2975096 i used the T3 Option.
Be carefull when removing the Acer files as i had problems when my device would reboot when it woke from sleep so i suggest to make a backup of them with Titanium befor you remove them.
If you do remove them like me on acident without making a backup look for the stock B1-810 rom which is on xda somewhere and pull the apks from there to your device the files are in the system/app and system/priv-app folders.
Guys, please i need your help, i just tried to use xposed installer but after installing the required files in /system and rebooting my tablets softbricked. Tried to make a factory reset but it stucked at formatting data. I still can access cwm through the software used in this thread : http://forum.xda-developers.com/andr...p-cwm-t2975096
Anyone has an idea how i can fix it :/
Ben Alaya Karim said:
Guys, please i need your help, i just tried to use xposed installer but after installing the required files in /system and rebooting my tablets softbricked. Tried to make a factory reset but it stucked at formatting data. I still can access cwm through the software used in this thread : http://forum.xda-developers.com/andr...p-cwm-t2975096
Anyone has an idea how i can fix it :/
Click to expand...
Click to collapse
I managed to fix it, just performed a factory reset on cwm then on stock recovery and now it works
What ROM did you install afterwards?
Ben Alaya Karim said:
I managed to fix it, just performed a factory reset on cwm then on stock recovery and now it works
Click to expand...
Click to collapse
Sounds good that you guys have been able to root it.
What ROM have you installed afterwards?
My son has this tablet and mainly I am bugged by the fact that apps can not be installed on SD card.
Need help with flash browser, would rooting help?
I have a new Acer Iconia B1-750 and I am trying to use the paid version of Puffin Browser to access a Learning Management System to play elearning modules developed in flash. I have the free version which installed without any problem but when I try to buy the paid version to have a flash browser i get "Unexpected error, please try again later". Has anyone come across this issue or is there a way around it - it doesn't have to be Puffin but I know these modules work with this browser. I have tried dophin and UC browser but they keep giving me a Flash failed to Load error. Would rooting my tablet help me get around this?
Detua said:
Sounds good that you guys have been able to root it.
What ROM have you installed afterwards?
My son has this tablet and mainly I am bugged by the fact that apps can not be installed on SD card.
Click to expand...
Click to collapse
Currently there is no custom rom you can flash and i think there would never be
It's an Intel tablet, the bootloader is locked and unknown so wow
Personally i advice you to not try anything unless someone else did it and it worked ! I remember myself when i tried xposed installer and it didn't work, my tablet was stuck and i really though it was over [Imagine , my savings gone ! ] i will never do it again, it's not like those chienese tablets that when you mess up with them, you just connect it to your pc and flash a rom with sp flashtool.
Hello.
I have a problem with the tablet Acer Iconia one 7 b1-750.
I rooted and then I deleted some applications with root explorer.
But now that the camera does not start, I get a message "Unable to connect the camera."
I have restored the tablet and continues with the same fault, is there any way to reinstall the software factory.
Any solution?
See if someone can help me. Thanks in advance. A Greeting.:good:
U can use Kingo root at ur own risk.
Sent from my GT-I8160 using XDA Premium 4 mobile app
SeanP86 said:
Hi man, i managed to root my Iconia One 7 (B1-750).
I downloaded and used the tool on this thread http://forum.xda-developers.com/android/development/intel-android-devices-root-temp-cwm-t2975096 i used the T3 Option.
Be carefull when removing the Acer files as i had problems when my device would reboot when it woke from sleep so i suggest to make a backup of them with Titanium befor you remove them.
If you do remove them like me on acident without making a backup look for the stock B1-810 rom which is on xda somewhere and pull the apks from there to your device the files are in the system/app and system/priv-app folders.
Click to expand...
Click to collapse
Hello,
I'm trying to root my iconia B1-750 but can't get the adb layer to work, in fact I can't find the right driver, the ones provided by aecr on their website does not install.
Could you please tell me wich driver you used ?
Thanks.
damdam76 said:
Hello,
I'm trying to root my iconia B1-750 but can't get the adb layer to work, in fact I can't find the right driver, the ones provided by aecr on their website does not install.
Could you please tell me wich driver you used ?
Thanks.
Click to expand...
Click to collapse
It's a bit tricky. The device drivers do not include this specific device. I have the exact change you need at home, but here's what you need to do.
Extract the Acer driver files to your HDD.
Browse to the inf folder.
Open the file intc_adb.inf.
Look for the arch your desktop is running, either [Generic.NTx86] for x86 or [Generic.NTamd64] for 64 bit.
Under the section header from the previous step, look for the CPU model. In this case it's "; Intel Baytrail Android".
Open your device manager, find the ADB device in the tree. Right click it and go to the Details tab.
Change the Property drop list to "Hardware IDs". Take note of the values in the list.
Go back to your .inf file you are editing. Find the line that says "%CompositeAdbInterface% = USB_Install, USB\VID_0502&PID_3705&MI_01 ; ADB + MTP"
Update the line with the harware ID's you noted previously.
Save the file.
Now update the driver the usual way and the ADB driver should work fine.
After doing all that I still was not able to get the device rooted (using the T3 option). It stops at the DROIDBOOT screen. If you get past it, post back with how you did it please.
Hi Domito,
Thanks for the answer.
Wih your help, I managed to install the driver.
When I launch the .bat file, the tablet reboots under droidboot, unfortunatly I get these message, them nothing else happens :
Code:
E:installer device ignored
FASTBOOT INIT ...
E:Failed to mount device '/dev/block/sda1' as installer partition using fs_type 'vfat'
E:installer device ignored
E:installer device ignored
E:No valid installer medium found.
FASTBOOT CMD WAITING...
Could not open /sys/devices/virtual/blacklight
Has anybody also experienced this ?
Can you please help ?
Thanks
Hello, I was stucked at the same screen. But there is one solution. When you see this log you will have to open device manager. There will be "android device" or something like that. Then you will have to enter driver update, choose android devices and then acer composite adb driver. After that the CWM will show up at tablet. Sorry for my english.
damdam76 said:
Hi Domito,
Thanks for the answer.
Wih your help, I managed to install the driver.
When I launch the .bat file, the tablet reboots under droidboot, unfortunatly I get these message, them nothing else happens :
Code:
E:installer device ignored
FASTBOOT INIT ...
E:Failed to mount device '/dev/block/sda1' as installer partition using fs_type 'vfat'
E:installer device ignored
E:installer device ignored
E:No valid installer medium found.
FASTBOOT CMD WAITING...
Could not open /sys/devices/virtual/blacklight
Has anybody also experienced this ?
Can you please help ?
Thanks
Click to expand...
Click to collapse
Hi,
i have the same problem.
When I launch the .bat file, the tablet reboots under droidboot, unfortunatly I get these message:,
Code:
E:installer device ignored
FASTBOOT INIT ...
E:Failed to mount device '/dev/block/sda1' as installer partition using fs_type 'vfat'
E:installer device ignored
E:installer device ignored
E:No valid installer medium found.
FASTBOOT CMD WAITING...
Could not open /sys/devices/virtual/blacklight
I think fastboot isn´t install correct but I don´t know how I can install it correctly. After 2 hours I´ver installed the adb driver correctly and I was very happy
And know this problem...
In device manager from PC I see "Android Phone" with an yellow " ! "
Can anybody help me please?
Thanks a lot.
PS: Thanks on the XDA Team for thís very good Forum!!!!! Thanks Thanks Thanks
My friends did not know what to do to end the root of this model?
Acer B1 - 750
why its too hard to update adb driver from acer???
i cant even add the property in my pc with the tutorial.
i hate this.
an universal adb driver will work?
arghhhhhh i hate acer/intel for that.
anybody else has more solutions?
Help with the buck up for the acer b1-750 !!
hi guys ! can you guys please help me up so i can get that a buck up for the ACER B1-750 and as a change i will give you the insttructions to root this tablet as well , wich for sure it work!! pleaaase!!
wwechampion100 said:
Hello.
I have a problem with the tablet Acer Iconia one 7 b1-750.
I rooted and then I deleted some applications with root explorer.
But now that the camera does not start, I get a message "Unable to connect the camera."
I have restored the tablet and continues with the same fault, is there any way to reinstall the software factory.
Any solution?
See if someone can help me. Thanks in advance. A Greeting.:good:
Click to expand...
Click to collapse
I don't know why, but that happens when you remove the korean keyboard. You must reflash the original ROM and then proceed to remove all the bloatware except the korean keyboard.

[Completed] [Q] Root problem on Asus Zenfone 8 K016

Hello everyone, I'm new to xda developers as an active member, I'll go straight to the point.
I have bought an Asus Zenfone 8, and I'm trying to root it (I want to root the tablet just to get rid of a xbox 360 controller spinning problem (http://forum.xda-developers.com/showthread.php?t=1792531).
I am trying with that method: http://forum.xda-developers.com/showthread.php?t=2250124&page=168
After I have copied the needed file (UPDATE-SuperSU-v2.46) into the SD, I run Fastboot recovery launcher (the "launcher.exe" file).
I do > ACCEPT > T2 and, then the cmd reply to me ADB ONLINE etc. as if it's all ok.
When the Tablet reboots it tells me in the lower left corner of the screen: E:unable to open debricking, E: unable to open pos_enable (this one from time to time), and the rooting process stop there.
What can I do to get rid of this problem?
Thanks in advance, Marco.
karener said:
My Asus Fonepad 8 FE380CG K016 really work
Click to expand...
Click to collapse
This Rar archive got a password...
I have done this exact guide step by step but it tells me the things that I wrote before...
instead of rooting it.
Hi
Thanks for writing to us at XDA Assist. It'd be best for you to ask your question in the thread of the method you're attempting here:
[Q] Root for Asus Fonepad
No response in two days, thread closed.

[Completed] Note 7 root

How long does step 5l take in command promp to transfer files. Seems to be taking a while This is when im rooting my note 7.
Hi !
Looks like you were able to move past the error and get your note 7 rooted i am going to close this thread

I Forgot my Backup Pin Code and need the data

Hello,
I have LG G Pro 2 " LG-F350L " and I forgot my backup pin and unfortunately the phone not connected to Wifi or net Data so I can't remove it using google and many programs don't support this G Pro 2,
the data on my phone is very important to me so I can't format it,
Please give me any solution guys I really need the whole data as soon as impossible,
thank you guys after all

HELP With HUAWEI Mate 9 Encrypted User Data

Hi,
I’m using HUAWEI Mate 9
Model:MHA-L29
Build Number :9.1.0.252(C185E7R1P8) EMUI 9
i have Reset My Lock Screen Code By EFT Pro: .... SO All USER DATA Were Encrypted:crying::crying: I can`t Access My Files By Any means But The size Of Files Are still There In File Manager ... Any Suggestions Or A method To Access My Files Thanks

Categories

Resources