M8s mini II root link (baidu) please help download - Android Stick & Console AMLogic based Computers

Hi,
I contacted gearbest to root my TV box and they sent me a link from Baidu. I tried to download it but I can't because it want a Chinese number to register. Somebody can download and upload on mega or something else the Rom? Thanks
Link: http://pan.baidu.com/s/1bpDQFhX Password: nd93

https://docs.google.com/uc?id=0B5VjVTtm8AqmX3gxa0pOcU5kNjg&export=download
However, this version is not pre-rooted, it is the latest release as of now (rel. date 2016-07-19).
To update:
Extract the 3 files (update.zip, factory_update_param.aml & recovery.img) to the SD Card
start the "update / backup" app on your box
select the update.zip and confirm
box will restart and install the new firmware

other version pre-rooted?
I try to find to root this tv box but i loose my time.

DIDIMR said:
other version pre-rooted?
Click to expand...
Click to collapse
All releases so far are not rooted. You can gain root access via ADB though.
I used adbLink to open the shell & "mount -o remount,rw /system".
Deleted the bootanimation and other things to test if it actually works... it does.
Editing the build.prop is also possible (ro.adb.secure=0, ro.secure=0, for example).
I tried to install my own version of TWRP 3.x, the command was successful ("dd if=/sdcard/recovery.img of=/dev/block/mmcblk1p6") but it didn't stick and the stock recovery was still active.
Since it's Marshmallow, I wasn't able to manually recreate the systemless root method.
I'm not going to try further for now, waiting if they will release an update, etc.

Bingo,
Can you make a root installer for this device or do we need chainfire to make a new SuperSU? I have 50 units that I need to root but can't find an installer. I need it for Titanium Backup to restore my custom setup.

atvbc said:
Can you make a root installer for this device? I need it for Titanium Backup to restore my custom setup.
Click to expand...
Click to collapse
I'm looking into it, but with my limited knowledge, most approaches seem to be a dead end due to Marshmallow. (It's also my first box ever bought in general...)
I already have my custom TWRP img ready, but it doesn't stick when I flash it.
ADB says it was "dd" successfully but rebooting straight to recovery brings up the stock recovery.
I hope someone beats me to it. ^^
I also wrote an inquiry, asking for an IMG file, so I can use with the customization tool... I don't think they have one ready yet...
And those twats sitting on the source files and can't poop out an alternative variant of the firmware with root? Beetch please.
AFAIK, all boxes with Android 6 are in this state (looked at some other firmwares).
The old tricks from Lollipop don't work here anymore, like booting a custom recovery.img from SD, etc.
edit: can't mount "sbin" as RW (ofc. knowing where it's coming from)
edit: tried an old signed ZIP (root update for Android 4.x) via stock recovery: it went through, verified... I'm afraid this won't work with a custom ZIP trying to recreate latest SuperSU install method...
atvbc said:
I have 50 units that I need to root but can't find an installer.
Click to expand...
Click to collapse
Ok Heisenberg, slow down... :laugh:
atvbc said:
...or do we need chainfire to make a new SuperSU?
Click to expand...
Click to collapse
SuperSU would work "ootb" but the stock firmware has no 'unzip' in 'sbin', so the original script will fail.
And since we don't have a custom recovery that can support 'unzip'. that's another dead end.
I tried flashing 3 different versions of my custom recovery zip (with diff. timestamp, etc).
They all went through without error but the device isn't even bothered, still brings up the stock recovery.
I also modified the original update.zip that contains the whole firmware with all partitions and just replaced the recovery.
Signed it, flashed it, no error, reboot... yup, stock recovery is still there. ^^
edit: small progress, I can now update the recovery... as proof I changed the "error pic" with the little droid and wrote something nice on it ^^
{
"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"
}

Awesome Bingo Bronson! At least it's a start. Now if only we could get TWRP working on these... I've tried all the S905 TWRP img files available but no joy yet, at least not booting from microSD card. Android 6.0 Marshmallow has been rooted on several smart phones; can we learn something from those methods and maybe hack together a working root?

atvbc said:
I've tried all the S905 TWRP img files available but no joy yet
Click to expand...
Click to collapse
SDK 23 devices do things slightly different, yes, but the main reason for the old images not working is (ofc. ^^) the ramdisk cpio and the small but important differences in the hardware (boards) and the according references in the files.
I'm going through the ramdisk cpio piece by piece as we speak, takes "a while" for users like me...
Let's hope it will at least boot with an error and not just flicker and remain on the "Google TV" bootloader screen.
I'm editing the stock recovery from 2016-07-28 (language fix update).
If I fail numerous times, I will get on my knees and send Abdul the files and some monayyy. ?
edit: calling it a day... will continue tomorrow afternoon (GMT+1 ^^)

So basically if someone can get TWRP to boot on these then root should be fairly easy? I guess the only road block after that would be getting sbin mounted rw so we can install the SuperSU binary.

atvbc said:
So basically if someone can get TWRP to boot on these then root should be fairly easy? I guess the only road block after that would be getting sbin mounted rw so we can install the SuperSU binary.
Click to expand...
Click to collapse
I've used systemless root on a number of 6.0.1 devices... Qualcomm, MTK... based one the arch. this one should work just as well.
'sbin' is part of the ramdisk, so it's always 'ro' (hence: "knowing where it's coming from" ^^) so no need to try to force anything here.
Btw. that was the default 'sbin' from the stock system, the 'sbin' from a custom recovery has all the goodies on board.
Ramdisk: applying the changes necessary for TWRP is not that difficult, just need to finish the matching ramdisk cpio...
That being said, I haven't gotten anything done since my last post which is annoying... had to work on "non Android" related things.
Currently rechecking the blocks & partition table, so everything can be mounted properly (given it boots up ^^).

Any updates?
Eager to get this.

robinkooli said:
Any updates? Eager to get this.
Click to expand...
Click to collapse
I gave up with slapping it together manually, I may try again on the weekend when I'm able to use my Linux PC again and build it from source like it should be done...
If you want to try, your updater-script can look like this:
Code:
set_bootloader_env("upgrade_step", "3");
write_raw_image(package_extract_file("recovery.img"), "recovery");
show_progress(0.200000, 10);
set_bootloader_env("upgrade_step", "1");
set_bootloader_env("force_auto_update", "false");
I had the fstab files edited with the info from the block & partitions report but no success so far.
( I avoided porting / using old files from TV boxes running Android L based firmwares...)

Aldideos said:
Hi,
I contacted gearbest to root my TV box and they sent me a link from Baidu. I tried to download it but I can't because it want a Chinese number to register. Somebody can download and upload on mega or something else the Rom? Thanks
Link: http://pan.baidu.com/s/1bpDQFhX Password: nd93
Click to expand...
Click to collapse
Just download Kingroot or Kingoroot . One of the two will root it . And if successful try get supersume so you can get rid of the bloat they install and install SuperSU

Autolounge said:
Just download Kingroot or Kingoroot . One of the two will root it . And if successful try get supersume so you can get rid of the bloat they install and install SuperSU
Click to expand...
Click to collapse
I had already tried this, but no root

Aldideos said:
I had already tried this, but no root
Click to expand...
Click to collapse
Can you run CPUZ and post your specifications so I can find a method or possibly test certain methods if I have it .

My Mini M8S II doesn't go past logo screen after using Kongo Root (Windows edition) over ADB internet.

Autolounge said:
Can you run CPUZ and post your specifications so I can find a method or possibly test certain methods if I have it .
Click to expand...
Click to collapse
valid.x86.fr/a/zc7944
its a cpuz validation url. not allowed to post links due to this being a new account.

If anyone here has the skills to root this box and can prove it, I will donate one and pay for shipping if you're within Canada/USA. I'm looking for a zip file based root that can be applied from a flash drive or SD card (ezroot style).

Root
atvbc said:
If anyone here has the skills to root this box and can prove it, I will donate one and pay for shipping if you're within Canada/USA. I'm looking for a zip file based root that can be applied from a flash drive or SD card (ezroot style).
Click to expand...
Click to collapse
I am fairly certain I can put together something for you. I have a pretty good history with android, custom ROMS, blahblahblah. I have a Android box from Tops with the S905 in it and rooted mine manually from my laptop. I don't have this particular model but they can't be that different. What version of Android is this running?

Android 6.0,
ARM64
Kingo Root, KingROOT (APK's) don't work.
Kingo Root (Windows) bricked my M8S II ): .

Related

root for HUAWEI HONOR U8860

Hi
I need root for HUAWEI HONOR U8860 firmware version: V100R001CHNC00B923SP03
I searched on the internet and all the ways I had found do not work on this version.
This version is the most stable and not crashes, so I prefer to keep this version,
but google paly dose not work.
Please help me to root the device and install google play.
Thanks for any help!
kobire said:
Hi
I need root for HUAWEI HONOR U8860 firmware version: V100R001CHNC00B923SP03
I searched on the internet and all the ways I had found do not work on this version.
This version is the most stable and not crashes, so I prefer to keep this version,
but google paly dose not work.
Please help me to root the device and install google play.
Thanks for any help!
Click to expand...
Click to collapse
root B923 : http://forum.xda-developers.com/showpost.php?p=28403132&postcount=799
but you can not change recovery.img, so you will need to install gapps manually.
or you can flash V100R001CHNC00B919, install CWM recovery, then flash V100R001CHNC00B923SP03 from this post : http://forum.xda-developers.com/showpost.php?p=27942886&postcount=728
tri_zet said:
root B923 : http://forum.xda-developers.com/showpost.php?p=28403132&postcount=799
but you can not change recovery.img, so you will need to install gapps manually.
or you can flash V100R001CHNC00B919, install CWM recovery, then flash V100R001CHNC00B923SP03 from this post : http://forum.xda-developers.com/showpost.php?p=27942886&postcount=728
Click to expand...
Click to collapse
Thank you very much! :good:
google play work well.
tri_zet said:
root B923 : http://forum.xda-developers.com/showpost.php?p=28403132&postcount=799
but you can not change recovery.img, so you will need to install gapps manually.
or you can flash V100R001CHNC00B919, install CWM recovery, then flash V100R001CHNC00B923SP03 from this post : http://forum.xda-developers.com/showpost.php?p=27942886&postcount=728
Click to expand...
Click to collapse
I am new to Android. Been doing much reading lately regarding the Honor and have not found a solution to root my phone or install custom ROMs. I am looking at installing MIUI ROMs.
I have a similar problem. I flashed my ROM to the latest Huawei one. Now I am unable to access pink screen, nothing from USB gets mounted. And in my Recovery Mode, I kept on having "Installation Aborted" due to "Invalid signatures". Did Huawei lock my bootloader? I do not see a "Install zip from sdcard". I only have install
I am using Build Version: V100R001C1B923SPO03. Kernel version: 3.0.8.
I have tried:
1. http://forum.xda-developers.com/showthread.php?t=1457490
2. http://forum.xda-developers.com/showpost.php?p=28403132&postcount=799
3. http://forum.xda-developers.com/showpost.php?p=22688341&postcount=53
4. http://forum.xda-developers.com/showpost.php?p=27942886&postcount=728
5. http://forum.xda-developers.com/showthread.php?t=1736650 (I understand I may have a locked bootloader, So how do I get an unlocked one to install the MIUI ROM I wanted?
6. http://forum.xda-developers.com/showthread.php?t=1552038 is a great thread which I tried to follow many steps but still did not achieve a rooted Custom ROM ICS.
/edit: I should also add: Windows does not seem to be able to install the Drivers for "Huawei Technologies" and "Unknown Device". I have Googled and none seemed to point at a solution.
I am really at a loss now because I have tried many solutions and none seems to work. I can't even get rid of the useless Chinese apps and install Google Play and get some useful applications. I think I may have screwed up quite a bit, PLEASE HELP!!!
This way: http://forum.xda-developers.com/showpost.php?p=28403132&postcount=799
Should be work. I had the same problem, it solved.
Please try again, then install gapps manually.
if you have any gapp that is not work well, move the APK file from DATA/APP to SYSTEM/APP folder and change the permissions of group and other to read only and then restart the device.
i'll try to search for you short movie that explain how you do it.
kobire said:
This way: http://forum.xda-developers.com/showpost.php?p=28403132&postcount=799
Should be work. I had the same problem, it solved.
Please try again, then install gapps manually.
if you have any gapp that is not work well, move the APK file from DATA/APP to SYSTEM/APP folder and change the permissions of group and other to read only and then restart the device.
i'll try to search for you short movie that explain how you do it.
Click to expand...
Click to collapse
Thanks for replying so quickly.
I have tried your recommendation but again there's a problem. I seem to have a problem connecting to "adb server". And I do not have a custom Recovery or a rooted Andoid. The batch executable (root-me-cmd) will not run finish. It always stops at adb server.
Also, in Disk Manager, under Other Devices, there's the Android one, but it doesnt update. The computer cannot find where to download the drivers. And in Disk Manager, Android is always under Other Devices and attempts to manually on the device but it also had failed.
I am really at a loss. I am not sure how I can resolve the problems with my phone.
I thought of flashing back the original 2.3.5 GingerBread, but that requires a recovery image.
Hi,
I think you need a correct driver,
Try to install driver with this software: http://www.huaweidevice.com/worldwi...=toDownloadFile&flay=software&softid=Mzk1MzA=
then run "root-me.cmd" again.
I hope you will succeed this time.
kobire said:
Hi,
I think you need a correct driver,
Try to install driver with this software: http://www.huaweidevice.com/worldwi...=toDownloadFile&flay=software&softid=Mzk1MzA=
then run "root-me.cmd" again.
I hope you will succeed this time.
Click to expand...
Click to collapse
Hi kobire. Thanks for informing. I have gotten the Android USB drivers.
Good news and bad news: Using the batch script, I have rooted my Huawei Chinese build to V100R001CHNC00B923SP03. I see a Superuser app in the app drawer. To make that work, I had to install HiSuite to get the adb server settled properly.
1. I am unable to access custom recovery, i.e. "Install from zip"
2. In pink screen mode, my computer do not see any Image for recovery mounted. As a result I do not know how to install other ROMs or even roll back the ROM. I cannot progress any further. I would really like Install from zip, get back my gapps!
Attached is a screenshot of my problem in Device Manager. I have manually added them from Legacy Devices. Automatic or manual search for drivers wouldnt help much now.
{
"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"
}
My Honor /edit is confirmed be rooted though. So does that help?
/edit:
I have installed Root Explorer. I am able to navigate to the /.cust_backup folder, and have backed up the contents. I was thinking whether I could copy over the recovery image through this Root Explorer app without bricking the phone? i.e. "8. A few disks should be mounted, search for the one that has an "image" folder with an recovery.img and a boot.img inside it. rename the recovery.img to recovery-bak.img (or simular) and copy recovery-u8860-en.img there and rename it to recovery.img"
3. Will I get a custom recovery in that case? I will not have entered pink screen mode though. Any comments?
Congratulations! You succeed to get root!
Unfortunately, in this version(B923) there is no access to change the recovery by the pink screen.
But the good news, you can manually install google account, gmail, google talk
It will work perfectly.
The only problem is google play. You must move the "com.android.vending.apk" to folder: system/app. and change the permissions of "group" and "other" in the properties to read only and then restart the device. then google play will work perfectly.
Recommended to move the other "com.google ... APK" into this folder, but it is not required.
i recommend using ES File Explorer
I have attached pictures.
I hope I helped you.
Thank you very much for your reply! Thank you also for the effort u put into uploading the pictures and posting detailed instructions on how to get Gapps working!
I have found out what is my problem. The problem lies h the phone bootloader being locked and unable to allow me access into \image folder. Thus I couldn't install CWM and Custom ROMs.
After days of trying to root my phone using the various methods shared by forumers here, I have finally rooted my phone, installed Custom Recovery, and my MIUI Custom ROM.
Would like to share the workaround. It is very simple, as pointed out by Singapore forums on the Honor. B919 (I confirm) is the only Build that allows Custom Recovery.
Detailed instructions found here:
http://forums.hardwarezone.com.sg/68562588-post290.html
Official B919 found here:
http://forums.hardwarezone.com.sg/68561957-post288.html
How to install the gapps manually? I extract the ics-gapps zip and go system/app install those apk, only market can be installed but cannot get it working, all others apk can't install successfully.
Any tricks?
calvincty said:
How to install the gapps manually? I extract the ics-gapps zip and go system/app install those apk, only market can be installed but cannot get it working, all others apk can't install successfully.
Any tricks?
Click to expand...
Click to collapse
Change the permissions of "group" and "other" in the properties to read only and then restart the device. then google play will work perfectly.
Help me please!!!
Hello you all.
Please need help!
On Huawei Honor u8860 ICS update i've been dealing with this very well since march when the first versions came up to me, but I don't know what i did wrong that i can not get it more updated. It Crashes when unpacking steps 1/2.
Very well, I've installed the latest chinese version B932 and i tried to root with the root tools for the B923 SP03 by mistake without turning debugging on.
Well after that i've tried to install many other versions even the gingerbread 2.3 and all of them crashes on the unpacking thing and I can not access anything on the pink screen as well and not installing GAPPS... i'm stuck with a chinese version.
Can you help me?
I appreciate!
pls help me
tri_zet said:
root B923 : http://forum.xda-developers.com/showpost.php?p=28403132&postcount=799
but you can not change recovery.img, so you will need to install gapps manually.
or you can flash V100R001CHNC00B919, install CWM recovery, then flash V100R001CHNC00B923SP03 from this post : http://forum.xda-developers.com/showpost.php?p=27942886&postcount=728
Click to expand...
Click to collapse
hi all,
am niyaz
i have an huawei honor (u8860) wen i play some 3d games for ex: temple run...the game bumps for a second and i lose my control....not only in this game but also on other games too...pls help me in this and wat should i do....pls pls help me
details:
version 4.0.3
kernal 3.0.8 perf 00059 g3a757a2
build iv100 r001 c00b923sp01
Use Kingo-Root
kobire said:
Hi
I need root for HUAWEI HONOR U8860 firmware version: V100R001CHNC00B923SP03
I searched on the internet and all the ways I had found do not work on this version.
This version is the most stable and not crashes, so I prefer to keep this version,
but google paly dose not work.
Please help me to root the device and install google play.
Thanks for any help!
Click to expand...
Click to collapse
Use kingoroot.
it worked for my u8860 before and after the update

Help Rooting Android 4.1.1

Hello there.
I'm new on this forum and I would like to know how to root my tablet, it's an Allview2SpeedDuo.
Android Version: 4.1.1
kernel: 3.0.8-g56706e5-dirty
[email protected]) )
I searched on YouTube but I found how to do it only for Nexus.
I'm waiting for your replies and thanks in advance.
P.S: When you root your phone/tablet you don't lose data, right?
No1 knows?
I would really like to root my tablet :c
Sent from my Allview2SpeedDuo using xda premium
...Bump?
Still waiting for an answer :s
Sent from my Allview2SpeedDuo using xda premium
I made a rooted ROM for Allview Alldro 2 Speed DUO based on the original update pack to Android 4.1.1 on wich I uninstalled all the bloatware and crapware. The only problem with it is the Sleep of Death issue wich this ROM has since the release.
I personally use the Onda VI30 Dual Core ROM (the device from wich Alldro2 Speed DUO was cloned) with Android 4.1.1. The only difference is that this ROM works much better than Allview one, the Sleep of Death issue is fixed and does not support the back camera because Onda VI30 dual core doen't have one. Considering the quality of the back camera, it's not a problem for me. Everything works well on this ROM, I rooted it, cleared it from bloatware and crapware, but you have to know how to flash with ImageBurningTool.
Can explaine how root that firmware?
I think that will be very useful because there are many tablets allview 2 speed duo (aka onda vi30 ultimate).
An tutorial will be a great idea!!!
Personaly i wan to remove some app like Search, Bitdefender (because will expire), some playes that no need, and so .....
If something can be improved, will be great.
Can be unroot device if is need? Please, give some details!!!
If you want help just leave me a private message with your email and I will contact you. The forum won't let me post links if I don't have at least 10 posts in here and I don't have time to sit and post messages. I want to help because there is not too much support for custom ROMs dedicated to this great tablet.
Thanks.
Hey guys,
Sorry to hijack this thread, but I am interested in rooting an Allview Speed City (running 4.1.1). I'm not sure if it's based on an Onda tablet or not, but I'd like to try some generic rooting tools first... I'm planning on adding Titanium backup on it later on.
Would your tool be likely to root this as well?
It's running kernel 3.0.8-geec2035-dirty, built by the same [email protected]
certainly this is a onda model.
Need to search what exactly is.
Most probably is Onda v701:
Sorry i cannot post links!!! Give me an private message for links to the onda model and firmware.
Thanks for the help. I sent you a PM.
In the mean time I've been looking at alternative ways to root generic android devices, and here's what I found:
http://www.pocketables.com/2011/06/how-to-manually-root-almost-any-android-device.html
http://androidforums.com/a52-all-things-root/586982-how-root-any-android-device-manually.html
They do root the device, but I'm not sure if they also unlock the bootloader so that I can install CWM or something similar...
I got some info from vlad2005. It seems that the Allview Speed City is a rebranded Onda 701, so I just need to follow rooting instructions for that.
Here's what I found so far:
https://www.youtube.com/watch?v=dG3mk0CQ1g4&feature=youtube_gdata_player
http://www.inwtablet.com/index.php/downloads/13-tools/36-root-and-google-apps
Generic onda roms for it can be found here: http://www.onda.cn/Support/Search.aspx?keyword=v701
I haven't tried it yet but will post back once I know if it works...
mad_ady said:
I got some info from vlad2005. It seems that the Allview Speed City is a rebranded Onda 701, so I just need to follow rooting instructions for that.
Here's what I found so far:
https://www.youtube.com/watch?v=dG3mk0CQ1g4&feature=youtube_gdata_player
http://www.inwtablet.com/index.php/downloads/13-tools/36-root-and-google-apps
Generic onda roms for it can be found here: http://www.onda.cn/Support/Search.aspx?keyword=v701
I haven't tried it yet but will post back once I know if it works...
Click to expand...
Click to collapse
da m'am gandit si eu la asta, nu tine, e alta versiune de android. onda vine cu 4.0.4
O să scriu în engleză că poate îi e de folos și altcuiva...
Ok, I tried to root my Allview Speed City (4.1.1) using the root.zip linked two posts before. I managed to get the speed city into the recovery boot prompt by pressing HOME + POWER during startup. Since the speed city doesn't have hardware audio buttons (like the onda 701), you will have to use the HOME button as DOWN KEY and the POWER button as ENTER.
Here's an image of the boot recovery screen:
{
"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"
}
Now, I chose to sideload the root.zip with the command "adb sideload root.zip" and it reported that the files were successfully copied over:
Upon reboot I get the su binary in /system/xbin/su with a symlink in /system/bin/su. The su binary permissions appear correct: -rwsr-sr-x and the file has root:root as owner/group.
However, when I try to run "su", "su --command /system/bin/sh", "su -l", "su --command uptime" I always get "Permission denied".
If I run "su -h" or "su -v" I get help/version from the binary.
So, the binary seems ok, but something else seems to be missing.
I don't know if rooting only means using an exploit to bypass a closed bootloader and load a su binary (in this case, through recovery we have some control in the bootloader), or if the exploit is something that has to run on the device in addition to the su binary...
I also installed SuperUser from the market and tried to update the su binary, but it failed to gain root access (as expected) and didn't work.
Any ideas what else is needed to root a device?
Root Allview AllDro 2 Speed Duo Android 4.1.1
Sorry i cannot post links!!! Give me an private message for links to download the following file and after that open Root_Gapps_complete.zip and copy root.zip and factory_update_param.aml to your sdcard, once done shut down tablet and boot to recovery* the white android will show then the green android, once done the tablet will restart you will Superuser, Root-Explorer etc..
[SOLVED] Rooted Allview Speed City - Android 4.1.1
Many thanks to actrox for providing the following link: http://www.mediafire.com/download.php?bbuqt6rwxou7cw2
Here you will find a zip file that contains root + google apps. By using it I managed to root my Allview Speed City/Onda 701 clone tablet (running android 4.1.1).
Here are the rooting instructions:
1. Unzip the archive downloaded above (Root_Gapps_complete.zip) to an external SD card in the root of that card. You will get two files: factory_update_param.aml and root.zip.
2. Plug in the SD card into the tablet (the procedure requires an external SD card; internal storage doesn't work).
3. Turn off the tablet
4. Turn on the tablet in recovery mode. You do this by holding the HOME button and the POWER button pressed until you will see a big green android on the screen. You can release the buttons now. (the screen looks like this image
5. Once the update is complete, the tablet will reboot automatically and you will get a message "Updating system apps". Once it's finished, you are rooted (if Superuser is not installed, you can install it from the market).
6. Install your favourite root apps (e.g. Titanium backup, AFwall, AdAware, etc)
Please follow all XDA rules. All post must either be in English or include an English translation.
Thread cleaned
Wayne Tech S-III
Just rooted my Speed City.. But i installed a dpi changer and now it is not starting.. In recovery mode, when i press home button, it turns display on/off, not navigating through menu.. How can i restore the system? any way from computer? thanks!
UPDATE:
Is this firmware compatible with the device?
V701 dual-core_v2.1 firmware V5 version from onda-sale website /download? (cannot post link..)
UPDATE 2:
It seems like the system/build.prop file is the one causing trouble.. I think i just need to create a flashable zip file with the original build.prop file, but i tried and on recovery it say "installation aborted" or something like that..
I have a flashable zip for the same file but for another device, and i replaced the build.prop with my file, signed it but it doesn't work...
Can anyone help, please? thanks..
I take it that you are able to navigate around in recovery now? How did you do that/what triggered Home turning off the screen?
Regarding the rest - I can't help you directly - I wasn't able to download the onda rom from their site...
If you like I can take a nandroid backup of the stock rom and you can try to restore it from recovery (not sure if that recovery supports it)...
mad_ady said:
I take it that you are able to navigate around in recovery now? How did you do that/what triggered Home turning off the screen?
Regarding the rest - I can't help you directly - I wasn't able to download the onda rom from their site...
If you like I can take a nandroid backup of the stock rom and you can try to restore it from recovery (not sure if that recovery supports it)...
Click to expand...
Click to collapse
Yes, that would be great.. You can give me the backup or only the build.prop file from /sistem as a flashable zip, because i cannot manage to make it work (my flashable zip)
As for the navigating in recovery, i got a tip from somebody to connect a keyboard. I didn't do anything for the recovery to map the wrong buttons, it just did that from first boot in. The zip i tried to install was before i connected the keyboard, did it with a file "factory_update_param.aml", from the root package from above, changing the file path on it..
I started a new thread regarding my problem, since this is just for rooting.. If anybody want to help me with this, please visit this thread http://forum.xda-developers.com/showthread.php?p=40766604#post40766604
Thank you!
Sent you an email with the nandroid backup of /system. Let us know how it went...

[SCRIPT] [TOOL] Fire TV Firmware restore, ota blocker, root, CWM Recovery, Boot Menu

Warning use this tool at your own risk i am not responsible for you bricking your device
That being said lets talk about what this does and how it works
see picture
{
"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"
}
View attachment 3072502
How it works
1. your Fire TV Must have root and busy box installed plus adb network turned on for this to work
2. click on 2 amazon fire tv firmware installer.bat
3. follow script to install everything you will need
4. if you are having trouble watch my youtube video
Tool Options
1 Root device
2. install fire tv launcher
3. disable ota updates
4. install cwm recovery
5. firmware downgrade and restore to software version 51.1.0.2_user_510058520 for CWM recovery install
6. unlock the bootloader
7. Install custom boot menu
8. Install Pre Rooted Stock rom update bueller-51.1.4.0_514006420
Newest versoin V6
CHANGE LOG
V1 release
V2
added root
added firedtv launcher
added ota disable
cleaned up tool
new interface
V3
total rework
added CWM recovery
added recovery restore as part of firmware restore
V4
added option 6 unlock the partially bootloader
V5
updated CWM recovery file
added Boot menu install option to tool
V5.1
added full bootloader unlock to the tool
V6
Added option 8 install prerooted stock rom. flashing this file will update you to bueller-51.1.4.0_514006420
Link to script tool HERE
Firmware is include in the Super Tool from V3 on
Mirror backup server
http://www.rootjunky.com/backup-file-server/
Video on how to use this script tool
Amazon Fire TV Firmware installer Tool
CREDITS
RBOX for all his work on the Fire TV
http://www.aftvnews.com/ For some great post and tutorials that helped me make this tool
Worked great! Thanks a lot!
MadFlava said:
Worked great! Thanks a lot!
Click to expand...
Click to collapse
yep working on a video now and tweaking the tool but the one posted does work
Tomsgt said:
Warning use this tool at your own risk i am not responsible for you bricking your device
That being said lets talk about what this does and how it works
see picture
View attachment 2829336
How it works
1. your Fire TV Must have root and busy box installed plus adb network turned on for this to work
2. Download the firmware from Rootjunkysdl.com; example bueller-ota-51.1.1.0_user_511069920-signed.bin
3. then rename firmware to update.zip
4. place update.zip in folder with batch files
5. click on 2 amazon fire tv firmware installer.bat
6. follow script to install
7. if you are having trouble watch my youtube video
Link to script tool HERE
Video on how to use this script tool
Amazon Fire TV Firmware installer Tool
Click to expand...
Click to collapse
Nice!
Can you tell me how long it takes to copy file over wifi?
I had an idea to do this with the files manually copied to the usb drive. I wanted the instructions to be where the user copies the script file to a thumb drive along with one or all of the bueller.xxxxx.bin files. the script does a list of bin files in current director and and lists them with numbers and waits for user to enter a number to select the file of choice (this allows for downgrading also.) it then performs actions. chmod, echo then cp and reboot in the script file. this should be rather easy for someone who has scripting skills with input & variables in android.
update.zip Did Not Convert
I copied this firmware update, bueller-ota-51.1.1.0_user_511069920-signed.bin, to the Fire TV Firmware Restore Tool and renamed it to update.zip. I did not get the popup regarding changing the extension. And the update.zip file remains with a .bin extension as seen below. Any ideas on why it did not convert?
Just wanted to chime in and say thanks, I had tried to do the manual upgrade one my 2nd fire tv and it was not working for some reason, this did the trick and was easy to use. Ended up getting the firmware updated and the remote upgrade for both my fire TV's so thanks for this!
Skater4599 said:
Just wanted to chime in and say thanks, I had tried to do the manual upgrade one my 2nd fire tv and it was not working for some reason, this did the trick and was easy to use. Ended up getting the firmware updated and the remote upgrade for both my fire TV's so thanks for this!
Click to expand...
Click to collapse
glad you like the tool i am thinking about expanding it to do more. we will see
Will this work?
I set Windows 7 to show extensions for known file types. I then changed the name to update.zip and it converted to a compressed zip file. Below is what is showing in the Fire TV Firmware Restore Tool.
And below is the content of the update.zip folder.
Can I proceed with the firmware upgrade? I am somewhat concerned because your video shows the update.zip file type to be to be "ZIP File" where as my file type is "Compressed (zipped) Folder (.zip)" .
mjbxx said:
I set Windows 7 to show extensions for known file types. I then changed the name to update.zip and it converted to a compressed zip file. Below is what is showing in the Fire TV Firmware Restore Tool.
View attachment 2831213
And below is the content of the update.zip folder.
View attachment 2831219
Can I proceed with the firmware upgrade? I am somewhat concerned because your video shows the update.zip file type to be to be "ZIP File" where as my file type is "Compressed (zipped) Folder (.zip)" .
Click to expand...
Click to collapse
looks good to me
Script tool updated with lots of new stuff check it out HERE V2
Download links not worked...
Waiting for fix
Finally Have The New Firmware Update
Took the plunge with Amazon Fire TV Firmware Installer Tool and installed the latest firmware update. It worked like a charm. It really bothered me that this update was taking so long to arrive and now I finally have it. BTW, you will also have immediate access to the remote control firmware update as well, by going into KFTV settings. Thanks for providing a video tutorial and the tool necessary for achieving this milestone for me.
mjbxx said:
Took the plunge with Amazon Fire TV Firmware Installer Tool and installed the latest firmware update. It worked like a charm. It really bothered me that this update was taking so long to arrive and now I finally have it. BTW, you will also have immediate access to the remote control firmware update as well, by going into KFTV settings. Thanks for providing a video tutorial and the tool necessary for achieving this milestone for me.
Click to expand...
Click to collapse
Glad I could help
Should this work properly with BusyBox Free? Just want to make sure.
Thank you for putting this together!
Spelvin said:
Should this work properly with BusyBox Free? Just want to make sure.
Thank you for putting this together!
Click to expand...
Click to collapse
yes busybox free should be fine
Any chance you can add in StickMount and moving apps to an external drive? Thats the next big thing I want to do. It would be awesome if it could be automated, then I could install XBMC as my dashboard and be all set. Im holding off installing XBMC just because there is so little storage space on the FireTV.
Hey there this seems like a great tool! But, having a bit of an issue right now. My FTV is rooted with busy box installed. I ran the firmware update tool and everything seemed to go as planned, but my FTV in recovery said the update not successful and rebooted into the old firmware. Now I do have Xposed installed with some modules and XBMC launcher also installed and running. I also have the OTA update also disabled. Would these things cause this error? Any help is much appreciated! Cheers
I used version 2 of the tool and it worked GREAT!!!! I will say it DID take a while to upload the firmware to the point I thought something went wrong. It took about 23 minutes before I saw the install screen on my TV...BUT it DID work!!!!!!! Thanks for making this script!!!
mikespe said:
I used version 2 of the tool and it worked GREAT!!!! I will say it DID take a while to upload the firmware to the point I thought something went wrong. It took about 23 minutes before I saw the install screen on my TV...BUT it DID work!!!!!!! Thanks for making this script!!!
Click to expand...
Click to collapse
glad you like it. my fire tv is ethernet cabled not wifi and the upload is only about a minute
Tomsgt said:
glad you like it. my fire tv is ethernet cabled not wifi and the upload is only about a minute
Click to expand...
Click to collapse
does not work with latest update . comes back and states did not install updates
Im about to send this one back
cant get netflix to work unable to connect try again bull
everything else works rooted google and netflix i downloaded but you need a mouse
I figured i'd downgrade the firmware and start there to see if that would make a difference

Everything Huawei Y550 - Root/CWM/TWRP

I just got this Huawei HUAWEI Y550-L01 for a great price and it's a massive improvement on my G300 (which actually cost me about double what I paid for the Y550 a couple of years ago!)
There doesn't seem to be any custom ROMs available for it yet but I was wondering if it's possible to just root it, as there's quite a few apps I like to use that require root?
I've e-mailed Huawei and they've sent me my bootloader unlock code but unless I can root it, there's probably not much point doing that at the moment.
Thread Index
Rooting, CWM & TWRP Instructions LINK
Latest TWRP
TWRP 2.8.7.0 21/8/15 - CM12 compatible
2.8.7.0 Final 25/1/16
Older TWRP TWRP 2.8.4.1 31/1/14 - CM11 compatible
Latest CWM 9/12/14
Latest Superuser 9/12/14
Latest Slim SDK 9/12/14
Stock Rom Recovery Link (Install through fastboot - fastboot flash recovery recovery_y550.img)
Updated LInk Here
Latest Y550 (L01) Stock Rom
5/11/14 Western Europe
16/1/2015 Eastern Europe & Scandinavia
Normal upgrade/reinstall using in built updater Link
Forced upgrade/reinstall procedure Link
Upgrade/Reinstall using Fastboot Link
Google Stock Apps Link
All Huawei y550 related apps and files (thanks to klaidone) Link
Alternate unlock code methods Link Link
And another Link
L02 Files
All At this URL
Files:
Update.zip - the latest OTA update for L02 Region Phones - Applied using inbuilt updater
Y550-L02 Stock - CWM backup of the original L02 Stock Rom Link
Y550-L02 (Build 346) - CWM Backup of the most up to date L02 Rom Link
Credits to Happychappy on the Whirpool Forum
Y550 (Prob L02) TWRP Stock Backup
Faq/Tips
Will the L01 rooting method work on my L02 Yes
Can I change the Boot Animation? Link (And the following post)
Can I use L01 firmware on my L02? Link
Can I change the status bar and carrier logo? Link
Does Exposed framework work on this phone? Link
How do i remove the Kitkat write restrictions? Link
Roms from HB72K
Stable and suitable for everyday use. More information, install instructions, root etc from user @HB72K in This post
AOSP Based Roms
Carbon Rom from Hb72k Link & Install instructions - Known Bugs: Phone only rings once then mutes
Stock Based Roms
Y550 Stock Rom by Hb72k Link
Y550 Stock Lite by Hb72k Link
Y550 Stock (Gstock 2) by Hb72k Link
Y550 Stock (Gamer 2) by Hb72k Link
MIUI Based Roms
MIUI 7 by Hb72k Link
MIUI 6 by Hb72k Link
CM Roms
CM11 - Final XDA Build by Hb72k link
Hecaex Build - 11 June 2015 Link Doesnt include Static Mac Address fix
Hecaex Build - 30 May 2015 Link This is based on Patrick's march build with Camera modifications. Working Wifi (Random Mac), Camera working (But flash not working)
Patrick KT Build - 11 March 2015 (CM11) Link - Wifi working but with random Mac. Camera not working
Hecaex Build - 10 February 2015 (CM11) Link - Camera flakey, superuser and torch not working
Patrick KT Build - 1 February 2015 (CM11) Link - Wifi and Camera not working
Static Mac Address Fix Link
Camera Patch Only Link
2016 Roms
Modded EMUI 3.0 https://mega.nz/#!Dt4gGQCD!zEvIGHsuZURN7Xl9F3LnAdRDviTo-BLzC0n42YH9ZjM
Modded Miui 7.0 (Twrp backup) https://drive.google.com/folderview?id=0BzJ-jN4Pv2baSXFwRFpqcGoySUE&usp=sharing
CM Patches/Fixes
EMUI (Hb72k) http://forum.xda-developers.com/showpost.php?p=65241854&postcount=2268
Pacman (hb72k) http://forum.xda-developers.com/showpost.php?p=65327203&postcount=2281
Pacrom (Jeffta) http://forum.xda-developers.com/showpost.php?p=65353386&postcount=2284
Miui7 (Dabi01 almost final) http://forum.xda-developers.com/showpost.php?p=65702075&postcount=2334
Other Files
Walkman (Zip) for Stock and Custom Roms Link
IVE BRICKED MY PHONE!
Download the full Huawei Y550 rom from Here (You want the penultimate file - y550 build 239
Download the Huawei update extractor from the same link
Run update extractor and extract the rom
Copy the entire folder "dload" to the root of your sdcard (so there is a folder on your sd card called dload containing the update file)
Hold down all physical buttons on your phone - volume up, volume down and power at once
dimspace said:
Im still waiting for my unlock code, once i get it will look at it. pretty sure rootgenius will do it as it does most Huawei's. Then i will put something together, as well as bit of review and impressions of the phone
Click to expand...
Click to collapse
That'll be great, thanks :good:
doveman said:
That'll be great, thanks :good:
Click to expand...
Click to collapse
Root Genius didnt work
Framaroot didnt work
Eroot didnt work
SRS One Click didnt work
Vroot didnt work
Kingoroot didnt work
For now i dont think we have root on Y550
Apart from anti virus, theres not much i need root for, but the two key things changing the dpi (because the resolution isnt good enough), and full link 2 sd (because of the lack of storage space) are kinda important
Its a pretty new phone though, pretty sure root will be around soon enough.
BTW.. can you change title to Y550 rather than 500.. help people using the search function.
dimspace said:
Root Genius didnt work
Framaroot didnt work
Eroot didnt work
SRS One Click didnt work
Vroot didnt work
Kingoroot didnt work
For now i dont think we have root on Y550
Apart from anti virus, theres not much i need root for, but the two key things changing the dpi (because the resolution isnt good enough), and full link 2 sd (because of the lack of storage space) are kinda important
Its a pretty new phone though, pretty sure root will be around soon enough.
BTW.. can you change title to Y550 rather than 500.. help people using the search function.
Click to expand...
Click to collapse
Woops, yep done.
Oh well, thanks for trying.
Yeah, lack of space and inability to use link2sd was the main reason I wanted root, although there's quite a few apps I use that need it too. Apart from that though, the missing encryption feature kills it for me. I e-mailed Huawei asking why it was missing but they haven't replied!
I have filled out the email response form on a couple of the root methods asking for Y550 to be added if possible. It was only launched in October, and November for most of UK so its pretty new, but generally there is root out there for most Huawei phones.
Most apps can be moved to SD the native way using app manager or similar but its the space hogging ones like Facebook that cant be.
For those passing by this thread, make sure you set SD as default in settings>Storage and then select defaut storage location as SD
and for ref:
CPU: Qualcomm MSM8974 (think this is a misidentifiation. meant to be MSM8916) Snapdragon 800 x 4 on Elpida (Krait 400 Arm 7)
GPU: Adreno 330
Overall, on the phone its not a bad bit of kit, was bought to replace a dying Galaxy S2 and the specs are pretty much the same as the S2, more CPU but less Storage.
Negatives:
Lack of storage space, about 1.3gb at stock
Screen Resolution: Is fairly low but actually looks pretty good. Just needs the DPI dropping down a bit.
The Huwai stock launcher is pants (but easily replaced)
The Good:
Battery life at the moment seems pretty good. Using it all day, whatsapp, twitter, music player (but no games), ive not come close to having to worry about a charge
Included apps: You can actually remove the bulk of the bloatware and most of the included apps are reasonable. The backup program is functional (but let down by lack of scheduled backups), the messaging and contacts replacements are passable (but lacking merge contacts), the power management is actualy fair good with good contral of which apps are shut down to save battery and which stay open, good control of which apps are allowed to push notifications etc so that aspect of it is good.
Camera: average, but fast and functional. Good enough for snaps, but lacks obviously from only being 5mp
Mobile internet is snappy as hell
The Meh..
Not totally convinced about the settings, drop downs etc with the MIUI styling on them,
Benchmarking
i got
12147 with quadrant
19454 with Antutu (let down by cat 4 SD)
Which to be honest, for a £100 phone aint bad.
dimspace said:
Benchmarking
i got
12147 with quadrant
19454 with Antutu (let down by cat 4 SD)
Which to be honest, for a £100 phone aint bad.
Click to expand...
Click to collapse
Down now to £69.99 on O2 Paygo
£1.47 on Ebay to unlock.
this phone is £49.95 on PAYG upgrade from carphonewarehouse.
The Ascend y550-L02 is now available in Australia through Vodafone PAYG for $99 AUD (including some pretty sweet extras), making it perhaps the cheapest 4g LTE option in OZ. All the standard one click root methods already mentioned don't work with this sub model either. A new root would be very appreciated! Unfortunately I'm not a developer, but I do like to reward those who are smarter than me and allow me to tweak my devices. Thanks in advance!
There's a cwm boot image been put on German forums. Not at pc now. Will post info tomorrow
dimspace said:
There's a cwm boot image been put on German forums. Not at pc now. Will post info tomorrow
Click to expand...
Click to collapse
Looking forward to it. Would you post step by step instructions? Thanks!
DISCLAIMER - THIS CWM AND ROOT METHOD IS DESIGNED FOR THE G620 - IT IS ESSENTIALLY THE SAME PHONE BUT LIKE ANYTHING THERE ARE ALWAYS RISKS WITH INSTALLING CWM AND ROOTING YOUR PHONE. IT WORKED FOR ME, BUT I BEAR NO RESPONSIBILTY IF IT DOESNT WORK FOR YOU, BRICKS YOUR PHONE, OR TURNS YOU INTO A PUMPKIN.
Ok, rooting the Huawei Y550..
Source Credits Here and Here
Originally this is the boot image for the G620 but it has the same partition table as the Y550
Three step method - first you need your bootloader unlocked, then CWM installed, then superuser installed.
First you will need your bootloader unlocked. You can get this by emailing Huawei
to get your unlock email Huawei on [email protected]
Send them a request for bootloader unlock with the following info:
Serial Number: under battery
IMEI: under battery
Product ID: call * # * # 1357946 # * # * to get it
Model: HUAWEI Y550-L01
Once you have your code...
switch device off
boot into fastboot mode "volume down and power"
connect by usb to your PC
wait for drivers to install (just install the huawei app to get the drivers)
download and install ADB toolkit from google (or Android SDK Slim which ive attached as a zip)
open the directory adb toolkit is in, shift and right click and select open command window
type in... fastboot oem unlock 1234567812345678 where the number is your unlock code
Your bootloader will now be unlocked. Source and more info
Update: Alternate way to get the unlock code Link
UPDATE - TRWP RECOVERY
We now have TWRP thanks to patrik.KT. Source
1) Download the TWRP Image file Link
2) Place the image file in the same directory as fastbook.exe from the previous step
3) Connect phone in fastbook mode
4) Check compatability by booting only initially.
Code:
fastboot boot TWRP_y550_20150130.img
5) if boots correctly go back into fastbook mode and run in the dos window
Code:
fastboot flash recovery TWRP_y550_20150130.img
CWM Recovery
Zip file download Link
Extract zip file to computer
Put phone in fastboot mode (Down volume and power button)
Connect phone to PC and run the file - install-windows.bat
This will install a CWM boot to your phone and then reboot it
Contents of zip showed up clean with McAfee
{
"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"
}
Superuser
Dowloaded superuser.zip from HERE
(Do not use Super-SU it doesnt work with stock roms)
copy superuser.zip to your SD card.
Boot into CWM (Volume up and power key)
select english language if prompted
install zip from SD card and install superuser.zip
Boom....
Phone has CWM and Root.
Only downside is parts of the CWM (notably the backup section) are in chinese
Translation for backup section is:
backup image to internal SD
restore image from internal SD
delete image from internal SD
restore image with options from internal SD
backup image to external SD
restore image from external SD
delete image from external SD
restore image with options from external SD
Note: I tested on L01 model, not tested on L02 etc.
Wonder if this will work for the Huawei Y536A1 (At&t Tribute) as it is almost the same phone as the Y550?
aross6 said:
Wonder if this will work for the Huawei Y536A1 (At&t Tribute) as it is almost the same phone as the Y550?
Click to expand...
Click to collapse
Well theres one way to find out.
Joking aside, I dont know, would be a risk trying it (but then me trying g620 method on my y550 was a risk)..
Hard to find specs on the Tribute but all i can find...
1.2ghz quad core - the same
screen 480 x 854 pixels, 4.5 inches - the same
internal storage looks to be the same or similar, i have 1.6 gig on my y550, ive seen 1.62 reported for the y536, but it would need the partitions to be the same.
Y536 specs Link
Y550 specs Link
Pretty much all the specs are the same, slightly different size and weight.
Would be a gamble... but if you only paid $40 from walmart not a very expensive gamble.
Word of Warning - there are various stories that AT&T dont sell phones with unlockable bootloaders or dont allow them on their network. Not sure how reliable these rumours are
No problem with the unlocked bootoader on At&t's network on my Mom's Y536... just my $.02
Nice one dimspace. It seems to have worked on my Y01, at least CWM is installed and so is SuperUser.
I'm having a bit of trouble verifying though, as I don't really want to setup my Google Account on this phone (I already spent a while before erasing the storage). I downloaded this root checker http://forum.xda-developers.com/showthread.php?t=2472076 which shows
"Application Superuser found"
and then in red
"Terminal does rooted
Busybox not installed"
so do I need busybox installed to check root? If so, which of these zips should I install:
http://forum.xda-developers.com/showthread.php?p=44175626#post44175626
http://forum.xda-developers.com/showthread.php?t=1929852
or maybe there's a newer version I need to install? Do I need to install it from CWM?
I use Jrummy Rootchecker..
You can download the apk without play store and just sideload it from SD.
use APK Downloader
just put the apps id in the box and generate download link, and you can download the apk direct.
The Jrummy rootchecker address is com.jrummyapps.rootchecker
For busybox, again just install busybox installer from play store (or download apk as above) id is com.jrummy.busybox.installer - then run it and follow the instructions to install busybox
For terminal - use terminal emulator - id is jackpal.androidterm
all three of those working fine with me and i have full root, busybox and terminal.
the busybox installer will automatically check root, and download the applicable busybox for you, terminal installs as a normal apk. but you dont NEED them as long as your root is working. some applications do need busybox, but you dont have to have terminal.
---------- Post added at 02:16 AM ---------- Previous post was at 02:13 AM ----------
aross6 said:
No problem with the unlocked bootoader on At&t's network on my Mom's Y536... just my $.02
Click to expand...
Click to collapse
yeh, id heard stories of At&t phones not allowing unlocked bootloaders, i was just covering myself really
After reboot. Busybox installed.

[Help] rooting Cube iWork10 Ultimate 64GB Dual OS (i15-TFL)

Hi,
Recently i purchased Cube iWork10 Ultimate 64GB Intel Atom x5 Z8300 Quad Core 10.1 Inch Dual OS Tablet and something wrong went with android side, I am not able to use it so i search for official firmware and did not find. I found firmware for tablet SN number start as i15TC,i15TD and i15T.
http://www.cube-tablet.com/download
http://www.51cube.com/ch/DownList.asp?SortID=7
I installed following img on my device
https://forum.xda-developers.com/android/development/rom-stock-cube-iwork-10-flagship-i15-t-t3372281
Camera did not work at all. Second problem i can not change Auto rotate when i want (with game work like it should).
I resize partition by using Phone Flash Tool and X98 serie GPT file
https://4pda.ru/forum/index.php?showtopic=725568
https://techtablets.com/forum/topic/resize-android-partition-the-easy-way-for-x98-serie/
I contact resller (banggood) to provide me official firmware and unfortunately they ignore my email. Then I create new topic in thier site to ask about firmware and got link for firmware but i think i need password in order to download firmware. Here is my topic
http://forum.banggood.com/forum-topic-307419.html
Then i went to http://www.51cube.com/ to check if there is any email to contact them about firmware and i sent couple emails to most of them and unfortunately they ignore my email. I resent the same email and got answer from Eddy with official firmware ( i told Eddy that reseller ignore my email then he provided me link for official firmware).
https://pan.baidu.com/share/link?shareid=467329010&uk=3474489303#list/path=/
to download from pan.baidu.com i follow these step:
https://www.gizdev.com/download-files-pan-baidu-com/
Details about my device:
{
"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"
}
Anyone have idea how to root firmware for i15-TFL?
I think the correct place for my thread is to put it in xda-developers iwork-10
https://forum.xda-developers.com/t/iwork-10
but i am not able to do that because rules of this forum (to prevent spam, you must have a higher post count in order to make a new thread in this development section.�But feel free to make new thread in the non-development sections like General, Q&A, etc. Thanks for your understanding! )
Thanks in advance
Hello, I`ve met the same problem with same device with unknown revision serial "i15TFL": I`d flashed TWRP and Android stop starting proper.
Have you managed to restore the original Android on your device? Please give me instruction how to do this, and, if you could, post firmware files to Google Drive (Baidoo cloud speed really low).
nm101 said:
Hello, I`ve met the same problem with same device with unknown revision serial "i15TFL": I`d flashed TWRP and Android stop starting proper.
Have you managed to restore the original Android on your device? Please give me instruction how to do this, and, if you could, post firmware files to Google Drive (Baidoo cloud speed really low).
Click to expand...
Click to collapse
I resize partitions and restore the original firmware on my device by using Phone Flash Tool 5.3.4.1 and X98 serie GPT file ( i have chosen gpt_20g_org)& TWRP Boot.
In the android firmware, replace the file gpt.bin
On the computer, install and run the Intel Phone Flash Tool . Click Browse ... , select the flash.json file, in the Configuration: field , set the recover option .
We translate the tablet into DNX FASTBOOT MODE , for this, on the off tablet simultaneously press and hold the On and both volume buttons . USB-cable connect it to the computer, make sure that the program saw it and click Start to flash
The first launch will take a lot of time, be patient
Then i installed window.
Everything worked like it should but without root
I can upload firmware to Google Drive but can not post link coz (To prevent spam on the XDA forums, ALL new users prevented from posting outside links in their messages. After approximately 10 posts, you will be able to post outside links. Thank you for understanding!)
All data will be deleted. Everything you do, you do at your own risk.
Mathias31 said:
I resize partitions and restore the original firmware on my device by using Phone Flash Tool 5.3.4.1 and X98 serie GPT file ( i have chosen gpt_20g_org)& TWRP Boot.
In the android firmware, replace the file gpt.bin
On the computer, install and run the Intel Phone Flash Tool . Click Browse ... , select the flash.json file, in the Configuration: field , set the recover option .
We translate the tablet into DNX FASTBOOT MODE , for this, on the off tablet simultaneously press and hold the On and both volume buttons . USB-cable connect it to the computer, make sure that the program saw it and click Start to flash
The first launch will take a lot of time, be patient
Then i installed window.
Everything worked like it should but without root
I can upload firmware to Google Drive but can not post link coz (To prevent spam on the XDA forums, ALL new users prevented from posting outside links in their messages. After approximately 10 posts, you will be able to post outside links. Thank you for understanding!)
All data will be deleted. Everything you do, you do at your own risk.
Click to expand...
Click to collapse
Thanks.
Please send me link to firmware and utilities using PM or email: "m e l n i k o v s m 2 @ g m a i l . c o m" without spaces. I have no time to wait until it will be downloaded with Baidoo speed (~10kbps). Thanks in advance, you'll seriously help me.
Mathias31 said:
All data will be deleted. Everything you do, you do at your own risk.
Click to expand...
Click to collapse
Even Windows 10 installation will be wiped?
P.S. Send me firmwares GDrive links pleeeaasee.
nm101 said:
Thanks.
Please send me link to firmware and utilities using PM or email: "m e l n i k o v s m 2 @ g m a i l . c o m" without spaces. I have no time to wait until it will be downloaded with Baidoo speed (~10kbps). Thanks in advance, you'll seriously help me.
Click to expand...
Click to collapse
I have sent pm to you with sharing link (android firmware for i15-TFL). Sorry for delayed response
nm101 said:
Even Windows 10 installation will be wiped?
P.S. Send me firmwares GDrive links pleeeaasee.
Click to expand...
Click to collapse
Yea even win 10 will be wiped, you have to re install it. I have sent pm with android firmware link for i15-TFL. I had uploaded to google drive
Thank you wery much. I am even managed to get working Remix OS and Rooted stock Android (I don`t test it, but it should work) images.
How to install:
1. Download this firmware and flash via Intel Platform Flash Tool.
2. Put Rooted stock Android or Remix OS zip into internal memory or sd card.
3. Make sure you had activated "Enable OEM Unlock" in Android Developer`s menu.
4. Boot into recovery (choose android boot then hold Volume Down, in appeared menu choose recovery, device will reboot, then again choose android.. welcome to TWRP).
5. Install zip via TWRP.
Notice: Never never ever upgrade SuperSU APK. After upgrade it`s unable to update binary and stop functioning at all.
Notice: At RemixOS cameras does not work at all.
nm101 said:
Thank you wery much. I am even managed to get working Remix OS and Rooted stock Android (I don`t test it, but it should work) images.
How to install:
1. Download this firmware and flash via Intel Platform Flash Tool.
2. Put Rooted stock Android or Remix OS zip into internal memory or sd card.
3. Make sure you had activated "Enable OEM Unlock" in Android Developer`s menu.
4. Boot into recovery (choose android boot then hold Volume Down, in appeared menu choose recovery, device will reboot, then again choose android.. welcome to TWRP).
5. Install zip via TWRP.
Notice: Never never ever upgrade SuperSU APK. After upgrade it`s unable to update binary and stop functioning at all.
Notice: At RemixOS cameras does not work at all.
Click to expand...
Click to collapse
Np. Thank you for sharing your experience. I knew this method and its for re install android firmware but still have 2 problems I have mentioned it(check out first post) Camera did not work at all. Second problem you can not change Auto rotate when you want (with game work like it should). Also there is video showing how to install RemixOS in our devices, search in youtube ([SL] 043 Cube Iwork 10 Ultimate: How to flash ROM + root + MIUI + play.google + 512mb videocard - YouTube). You can follow the same step to install different img. I tried 6 different img and all of them have the same problem with auto rotate and camera. I resized partions coz android side have just 8 GB and its not enough for my games.
all imgs which i found and img which you provided not for i15-TFL . Its for iWork10_V1 and i15-T
But at rooted android image everything ok with camera and autorotation, after 1 day of RemixOS usage I decided it's better for me to return to stock os, but I also need root permissions. So, my experience is successful, everything still unresolved is sd card unmount during device sleep. But I detected it even on stock image.
nm101 said:
But at rooted android image everything ok with camera and autorotation, after 1 day of RemixOS usage I decided it's better for me to return to stock os, but I also need root permissions. So, my experience is successful, everything still unresolved is sd card unmount during device sleep. But I detected it even on stock image.
Click to expand...
Click to collapse
For me with rooted android img camera & auto rotation. I had problem with sd card mount and unmount and i fixed it by uninstall supersu and install just busybox. Then i decided to resized partions ( 20 GB for android and rest for win) and i used sd in win side to install program&game. To do that search in youtube (Install any Windows programs or applications on microsd card Tech Guy Charlie).
Hello thank you for your Help.
The Root is there and the auto rototion is working.
But i have one problem there, the canera is not working after installing the rom via TWRP.
Is it a bug?
Mathias31 said:
For me with rooted android img camera & auto rotation. I had problem with sd card mount and unmount and i fixed it by uninstall supersu and install just busybox. Then i decided to resized partions ( 20 GB for android and rest for win) and i used sd in win side to install program&game. To do that search in youtube (Install any Windows programs or applications on microsd card Tech Guy Charlie).
Click to expand...
Click to collapse
Do either @Mathias31 or @nm101 have links to the firmware and ROMs which you used to resolve the rotation and camera issues you experienced? I tried the previous links and it looks like they have expired....
denndsd said:
Hello thank you for your Help.
The Root is there and the auto rototion is working.
But i have one problem there, the canera is not working after installing the rom via TWRP.
Is it a bug?
Click to expand...
Click to collapse
Did you get your camera to work? My rotation and camera are not working...
OEM Win10 and Android both (GDrive)
I'd uploaded this one year ago at 4pda (russian forum), but totally forget about this thread.
Also, as I noticed, camera and rotation sensor works right on original firmware only.

Categories

Resources