HELP! I am not sure how to root my MStar Android TV. - Android Stick & Console AllWinner based Computers

So I bought a television thinking it was a Samsung Smart TV, but it turned out to be an MStar Android TV. Long story short, I am stuck with this television. I feel like if I was able to root it I could do more with it; like access USB drive remotely and delete/move files via wireless, remove pre-installed apps, so on and forth.
But I don't have any idea what to do to root it. Which rooting method will work and I can't find help regarding this television. Would someone mind taking a look at this hardware info and direct to me a direction?
MSTAR SEMICONDUCTOR, INC. MSTAR ANDROID TV
SYSTEM (Android 4.4.2)
Model: MStar Android TV
Manufacturer: MStar Semiconductor, Inc.
Device: cv6a628h_international
Product: full_cv6a628h_international
Brand: MStar
Android Version: 4.4.2 (Kit Kat)
API Level: 19
Build ID: KOT49H
Fingerprint: unknown
PROCESSOR (ARMv7)
Processor: ARMv7 Processor rev 3 (v7l)
Cores: 4
Max Frequency: 1150 Mhz
Instruction Sets: armeabi-v7a, armeabi
SIMD Instructions: NEON
Thank you so much for taking some interest in this.

I've an MStar tv too and i'd be glad to know how to root it
Best Regards

mylove90 said:
I've an MStar tv too and i'd be glad to know how to root it
Best Regards
Click to expand...
Click to collapse
Found the solution.
Kingroot
This thread:
http://forum.xda-developers.com/android/apps-games/one-click-root-tool-android-2-x-5-0-t3107461
Scroll down to the attachment Kingroot for XDA
Download, install, run...
If TV hangs, just power off and wait for a couple of seconds. Restart TV and wait for Kingroot to do it's thing. It will install KingUser. And ROOT!

shahjahanakber said:
Found the solution.
Kingroot
This thread:
http://forum.xda-developers.com/android/apps-games/one-click-root-tool-android-2-x-5-0-t3107461
Scroll down to the attachment Kingroot for XDA
Download, install, run...
If TV hangs, just power off and wait for a couple of seconds. Restart TV and wait for Kingroot to do it's thing. It will install KingUser. And ROOT!
Click to expand...
Click to collapse
Thanks !
I was surprised that it was successfully rooted because i remember that i tried this app before !
First thing i did....removed Facebook , Twitter , GMail and Youtube Tv
Best Regards

mylove90 said:
Thanks !
I was surprised that it was successfully rooted because i remember that i tried this app before !
First thing i did....removed Facebook , Twitter , GMail and Youtube Tv
Best Regards
Click to expand...
Click to collapse
Same here on both counts hehehe
Did you try? Did it work for you?
Sent from my SM-N920C using XDA-Developers mobile app

yep....worked out of the box
now for minimizing purposes i freezed some apps with titunium backup
Best Regards

mylove90 said:
yep....worked out of the box
now for minimizing purposes i freezed some apps with titunium backup
Best Regards
Click to expand...
Click to collapse
UPDATE FROM MY SIDE:
I foolishly uninstalled apps without a backup. Broke Google Apps and Play Services some how.
Then for some reason I thought installing BusyBox was a good idea. -_-
After BusyBox my wifi has stopped working.
Tried factory reset but that just erases the apps and settings. Wifi still not working.
So kinda stuck with getting it online via LAN.
How is your experience?

I too have mstar tv from vise vijya sales. I have rooted it is there way to use custom recovery on mstar smart tv

Development
Hi all
i tried to do some development on this tv and wanted to share my work
First adb connection
use
Code:
adb connect tvlocal-ip:5555
my tv ip is 192.168.1.2 so i used
Code:
adb connect 192.168.1.2:5555
after connection i pulled build.prob,boot.img,recovery.img and made a partition layout
boot.img is kernel only and is 4 mb file
recovery.img is recovery only too and is 10 mb file
i used extract-ikconfig.sh script to extract kernel configuration because config.gz wasn't available
now i am looking for kernel sources...any help ??
thanks in advance
best regards

shahjahanakber said:
Found the solution.
Kingroot
This thread:
http://forum.xda-developers.com/android/apps-games/one-click-root-tool-android-2-x-5-0-t3107461
Scroll down to the attachment Kingroot for XDA
Download, install, run...
If TV hangs, just power off and wait for a couple of seconds. Restart TV and wait for Kingroot to do it's thing. It will install KingUser. And ROOT!
Click to expand...
Click to collapse
Hey, I have similar TV with Mstar Chipset but Kingoroot doesn't work. Does your tv have a USB port to connect to PC?
---------- Post added at 03:14 PM ---------- Previous post was at 03:10 PM ----------
mylove90 said:
Hi all
i tried to do some development on this tv and wanted to share my work
First adb connection
use
Code:
adb connect tvlocal-ip:5555
my tv ip is 192.168.1.2 so i used
Code:
adb connect 192.168.1.2:5555
after connection i pulled build.prob,boot.img,recovery.img and made a partition layout
boot.img is kernel only and is 4 mb file
recovery.img is recovery only too and is 10 mb file
i used extract-ikconfig.sh script to extract kernel configuration because config.gz wasn't available
now i am looking for kernel sources...any help ??
thanks in advance
best regards
Click to expand...
Click to collapse
Doest your TV have a USB port to connect to PC?

Prince Chandela said:
Hey, I have similar TV with Mstar Chipset but Kingoroot doesn't work. Does your tv have a USB port to connect to PC?
---------- Post added at 03:14 PM ---------- Previous post was at 03:10 PM ----------
Doest your TV have a USB port to connect to PC?
Click to expand...
Click to collapse
i connect through wifi/lan only

mylove90 said:
i connect through wifi/lan only
Click to expand...
Click to collapse
How did you get root access?

Just a memo to me and a guide to everyone else
This is the working version of Kingroot for our tv : KinguserV4.05_C93_B189.apk
Best Regards

Thank you
shahjahanakber said:
Found the solution.
Kingroot
This thread:
http://forum.xda-developers.com/android/apps-games/one-click-root-tool-android-2-x-5-0-t3107461
Scroll down to the attachment Kingroot for XDA
Download, install, run...
If TV hangs, just power off and wait for a couple of seconds. Restart TV and wait for Kingroot to do it's thing. It will install KingUser. And ROOT!
Click to expand...
Click to collapse
I have also successfully rooted my Mstar Android TV by seeing this thread. And removed unwanted apps like WhatsApp, Facebook, Skype, Twitter etc.
Please help how to boot into recovery mode manually in this Mstar Android TV.
And we can be in safe zone if we have custom recovery in it. Think on it guys

mylove90 said:
Hi all
i tried to do some development on this tv and wanted to share my work
First adb connection
use
Code:
adb connect tvlocal-ip:5555
my tv ip is 192.168.1.2 so i used
Code:
adb connect 192.168.1.2:5555
after connection i pulled build.prob,boot.img,recovery.img and made a partition layout
boot.img is kernel only and is 4 mb file
recovery.img is recovery only too and is 10 mb file
i used extract-ikconfig.sh script to extract kernel configuration because config.gz wasn't available
now i am looking for kernel sources...any help ??
thanks in advance
best regards
Click to expand...
Click to collapse
i have mstar android tv too but im stock with bootanimation logo and automatically reboot

Has anybody have any luck to have or make a custom recovery for this device?

Kingroot is not working with my Mstar Android TV
There is another way to root it ?

In the catalog everything about television and did not know go to the company and I know ensure device

Stuck on boot animation
Plz Help my tv stuck on boot animation
I changed the boot animation after my tv is not booting plz help

Plz help
masifkalam said:
Plz Help my tv stuck on boot animation
I changed the boot animation after my tv is not booting plz help
Click to expand...
Click to collapse
plz give firmware link to upgrade the tv

Related

[Q] Panasonic Eluga help needed

Hi people!
i'm new here.
I have this Panasonic Eluga dL1(EB-3901) android phone. It's version 2.3.5
when I plug the USB into the computer, it does not install any drivers (i'm unsure if it had any in the first place), i googled for the drivers but had not luck there.
thus when i type adb devices i do not see the phone listed. I need logcat to help me debug an application.
side note: I did transfer my developing app to the phone via sdcard but the app crashed. I am not sure if it could be due to my manifest's file minSdkVersion as 10 is already 2.3.3 and 11 is 3.0 and there is no 2.3.5.
Would appreciate any help. Thank you people!
Regards,
Paul
What Windows version do you use? (Assuming you use windows ). Should be installed automatically in Windows 7.
http://mustikamax.com/2012/05/02/how-to-syncsuite-panasonic-eluga-for-pc-windows/
Small question for you: I saw a review of this device, and the camera and gallery app looked awesome. Any chance you could share them?
[Use a file explorer on you phone, go to ROOT\system\apps and copy the camera and gallery app to your user memory and then transfer to pc.] No root needed (read only)
Thanks in advance if this is possible.
yup i am using windows.
Will try you suggestion in a moment.
Btw there is no camera app in /system/apps but there is this app called "Gallery3D". Do you want it? i can't really host it at work. perhaps i can email the app to you?
Regards,
Paul
oh. the suggestion doesn't work. its not exactly what i wanted.
I am looking for the device drivers for Eluga, apparently Windows (am using windows 7 Pro) does not install the drivers automatically and there is no installation along with the phone.
The steps suggested had this area where they needed me to have adb. Which is exactly what I am looking for from the start. I am unable to locate my device when i type "adb devices" and would like to know if anyone has a clue to get it done (i once added some codes into google/usb_driver for my kindle fire to be recognised).
Do let me know if anyone know how to make the Panasonic Eluga recognised by adb.
Thank you people!!!
Regards,
Paul
I'm not a big adb user, so I don't think I can help you with that. Are there any other apps with a camera icon or gallery icon in that folder? I don't need them right now, so take your time.
Via Tapatalk 2.0 on ICS
tinyXperia said:
I'm not a big adb user, so I don't think I can help you with that. Are there any other apps with a camera icon or gallery icon in that folder? I don't need them right now, so take your time.
Via Tapatalk 2.0 on ICS
Click to expand...
Click to collapse
Hi,
Install the correct ADB driver; here
http://panasonic.jp/mobile/support/global/software/dl_1_1.html
Cheers!

[Q] root ≠ root? - MediaPad X1

Hello
I have a big Problem with my MediaPad X1.
My device is rooted (rooted with "RootGenius" and tested with "RootChecker". I have full access to the device, but i can not delete the China apks and can not edit the "hosts" file in /system/etc Xposed Framework doesn't work too...
PS: I tried to push the hosts file with adb....
" failed to copy "D:\hosts" to "/system/etc//host": permisson denied
Click to expand...
Click to collapse
Have someone any idea?
PS: Sry for my bad english
so do i
Solution (Tanks to "perpe" from android-hilfe.de)
1. Get a Terminal app from the PlayStore
2. Type: SU
3. Type: mount -o rw,remount /system
4. Type: chattr -R -i /system
5. DONE
/system/xxx has no more write protection
EDIT: After a reboot - the /system/ is again protected
thank you very much!
RheinPirat said:
EDIT: After a reboot - the /system/ is again protected
Click to expand...
Click to collapse
Anyone tried already a script and init.d support ?
mediapad x1 7.0 wifi
I purchased Huawei-MediaPad-x1 from aliexpress.com. it is rooted phone.I used wifi whole day.But when I inserted my pakistani sim my mediapad x1 is not detecting my wifi router. I did factory reset.but it did not work.My wifi router which is not password protected, has not been identified by phone.Can anybody help.phone is useless without wifi.
WiFi issue solved
I solved by installing wifix manager.
nvdanj63 said:
I solved by installing wifix manager.
Click to expand...
Click to collapse
hello,
i would like to buy the device,
can you check if the device does support wifi display (miracast),
e.g if it can mirror its screen wirelessly to the tv (like as it was connected via hdmi cable)
i have an LG smart tv that is miracast certified, so i wonder if it can work with the mediapad x1
i know that on the mediapad there is the multi screen option, but i dont know if it is like wireless display (miracast)
let me know!
thank you!
Vicolodo said:
hello,
i would like to buy the device,
can you check if the device does support wifi display (miracast),
e.g if it can mirror its screen wirelessly to the tv (like as it was connected via hdmi cable)
i have an LG smart tv that is miracast certified, so i wonder if it can work with the mediapad x1
i know that on the mediapad there is the multi screen option, but i dont know if it is like wireless display (miracast)
let me know!
thank you!
Click to expand...
Click to collapse
Sir I used ipush dongle for wifi display of my media files of Huawei x1 on sony tv. For miracast I downloaded it on x1.But I donnot have android stick.
nvdanj63 said:
Sir I used ipush dongle for wifi display of my media files of Huawei x1 on sony tv. For miracast I downloaded it on x1.But I donnot have android stick.
Click to expand...
Click to collapse
hello,
thank you...
let me understand...
what have you downloaded on x1 for miracast?
an application from the play store?
so to enable miracast on X1 is needed to download such app?
but your ipush dongle is not an android stick?
i know that some ipush dongles does support miracast...
let me know!
thanks a lot!
you are very kind!
thank you very much it's working very very well !
Aman
RheinPirat said:
Solution (Tanks to "perpe" from android-hilfe.de)
1. Get a Terminal app from the PlayStore
2. Type: SU
3. Type: mount -o rw,remount /system
4. Type: chattr -R -i /system
5. DONE
/system/xxx has no more write protection
EDIT: After a reboot - the /system/ is again protected
Click to expand...
Click to collapse
Best thing that worked for me was I rooted with vroot then installed supersu and busy box after that just used rootexplorer and after rebooting it still retains permissions. No need for terminal.
Vicolodo said:
hello,
i would like to buy the device,
can you check if the device does support wifi display (miracast),
e.g if it can mirror its screen wirelessly to the tv (like as it was connected via hdmi cable)
i have an LG smart tv that is miracast certified, so i wonder if it can work with the mediapad x1
i know that on the mediapad there is the multi screen option, but i dont know if it is like wireless display (miracast)
let me know!
thank you!
Click to expand...
Click to collapse
Yes , it work
there is a multiscreen option in notifications , and it work with my 2014' samsung led TV
all screen is mirrored ( by wifi ) on the TV
but touch is only on the device ( i have a pointing system like a wii remote on the tv , but it doen't work with the phone mirror )
The answer
Hello
Instead of "RootGenius" you can simply use "Kingo Android ROOT" software for rooting 4.2.2 Jellybean ROM And "Vroot" for Kitkat 4.4.2 ROM.
It works on MediaPad X1.
By the way you can unroot it using Kingo android ROOT software.
how to root Huawei Mediapad x1
suzabd said:
how to root Huawei Mediapad x1
Click to expand...
Click to collapse
i use root genius

[Q]ROOT Samsung MultiXpress x4250LX?

Hey,
first of all im new in the android root thing ^^
i have a question: its possible to ROOT the Samsung MultiXpress x4250LX ? U dont know what that s? its the new Samsung MFP (Multi function printer),controlled by an android 4.2.2 JELLYBEAN "tablet".
i tried all one click root apps like framaroot, Towelroot etc. AND NO ONE WORKED..
i modified an update.zip (created by the printer during firmwareupdate) so that its a custom ROM with su (ROOT) but i dont have a idea how the printer will boot from that modified update
the usual firmware update is an .hds file
i can activate the Ports for : ADB, Telnet, SSH, OSGI, Samba and VNC
i can connet through adb connect [IP] but i dont have mount permissions ...
SSH i dont know what user and password i should use (root:root , admin:admin ect. does not work)
if you want i can upload all files :/
i hope u can help me
sry 4 my bad english....

[Q] Run Ubuntu or Windows 8 on Dell Venue 7

is there a way to Run Ubuntu or Windows 8 on Dell Venue 7?
can the dell venue be rooted?
No, you can't run ubuntu, yes you can root the device
Sent from my i700 using Tapatalk
How do you root it, I tried and it didn't work, I need to use a controller on it to play World of Tanks Blitz, I have a xbox 360 controller
but it has a intel atom cpu it should be able to run Linux or windows 8?
vampirefo said:
No, you can't run ubuntu, yes you can root the device
Sent from my i700 using Tapatalk
Click to expand...
Click to collapse
themechwarrior said:
How do you root it, I tried and it didn't work, I need to use a controller on it to play World of Tanks Blitz, I have a xbox 360 controller
Click to expand...
Click to collapse
Linux method
http://forum.xda-developers.com/showpost.php?p=57271610&postcount=1
Windows method
http://forum.xda-developers.com/showpost.php?p=51089990&postcount=1
its not working, its stuck or frozen on my dell venue 7
vampirefo said:
Linux method
http://forum.xda-developers.com/showpost.php?p=57271610&postcount=1
Windows method
http://forum.xda-developers.com/showpost.php?p=51089990&postcount=1
Click to expand...
Click to collapse
themechwarrior said:
its not working, its stuck or frozen on my dell venue 7
Click to expand...
Click to collapse
Yeah, that doesn't help at all, if you are using Linux version post in that thread if using windows version post in that thread, either way you need to post much more than (its not working)
its frozen at the droidboot provision os screen
vampirefo said:
Yeah, that doesn't help at all, if you are using Linux version post in that thread if using windows version post in that thread, either way you need to post much more than (its not working)
Click to expand...
Click to collapse
themechwarrior said:
its frozen at the droidboot provision os screen
Click to expand...
Click to collapse
did you install the drivers for fastboot, it seems like you only install the adb drivers
I got it rooted, if it has a intel atom cpu it should be able to run Linux or windows 8?
joanthanmajh said:
did you install the drivers for fastboot, it seems like you only install the adb drivers
Click to expand...
Click to collapse
themechwarrior said:
I got it rooted, if it has a intel atom cpu it should be able to run Linux or windows 8?
Click to expand...
Click to collapse
i think not because of lack of bios
joanthanmajh said:
i think not because of lack of bios
Click to expand...
Click to collapse
it's the lack of an unlocked bootloader / how restricted the current bootloader on unlocked devices is, i'm currently trying to get kexec boot or 2nd-init working properly to use as a 2nd bootloader to boot custom roms / linux
social-design-concepts said:
it's the lack of an unlocked bootloader / how restricted the current bootloader on unlocked devices is, i'm currently trying to get kexec boot or 2nd-init working properly to use as a 2nd bootloader to boot custom roms / linux
Click to expand...
Click to collapse
Full Linux would be so sweet!
WiFi doesnt save when you turn on Dell Venue 7
the WiFi doesn't save when you turn on Dell Venue 7, every time I turn on the dell I have to reenter the wifi info, is there away to fix it?
joanthanmajh said:
did you install the drivers for fastboot, it seems like you only install the adb drivers
Click to expand...
Click to collapse
themechwarrior said:
the WiFi doesn't save when you turn on Dell Venue 7, every time I turn on the dell I have to reenter the wifi info, is there away to fix it?
Click to expand...
Click to collapse
I have the same problem and found partial workaround (root required).
Saved Wifi networks and their passwords are stored as plain text in file /data/misc/wifi/wpa_supplicant.conf
When I opened this file for the first time, I have noticed much duplicates of string "ctrl_interface=wlan0" with no line breaks.
I tried to delete duplicates and add information about wifi networks (I got the format from my other android device).
Reboot. And it works! Stored using this way networks not cleared after reboot.
Here is an example for secured WPA2 secured network:
network={
ssid="enter_wifi_name_here"
psk="enter_password_here_or_remove_keyvalue_for_nonsecured_network"
key_mgmt=WPA-PSK
priority=1
}
Not easy way, but better than nothing.
cant find it the right one and cant edit the file, Need more help
nicolas2008 said:
I have the same problem and found partial workaround (root required).
Saved Wifi networks and their passwords are stored as plain text in file /data/misc/wifi/wpa_supplicant.conf
When I opened this file for the first time, I have noticed much duplicates of string "ctrl_interface=wlan0" with no line breaks.
I tried to delete duplicates and add information about wifi networks (I got the format from my other android device).
Reboot. And it works! Stored using this way networks not cleared after reboot.
Here is an example for secured WPA2 secured network:
network={
ssid="enter_wifi_name_here"
psk="enter_password_here_or_remove_keyvalue_for_nonsecured_network"
key_mgmt=WPA-PSK
priority=1
}
Not easy way, but better than nothing.
Click to expand...
Click to collapse

How to install Gapps for Android TV x86

I installed an Android x86 TV from geektillithertz.com. I want to know what can I do with Gapps?
Same question here.
Thanks.
no Gapps
I also installed Nic's android TV x86 6.0.1 on my Intel machine that I built with only Intel HD graphics. The unit was working well with Remix OS and I had sound with external speakers, bluetooth/WIFI worked flawlessly. I decided to give the full Android TV image a try, but without Gapps this it is incomplete. The other issue is playback error with Android TV, which is now available >80 cities, I'm going to try to change to static IP and see if it fixes that issue and report back.
I know that this post is old, but if you continue need it you must install with ADB on wifi
Csesmau1 said:
I know that this post is old, but if you continue need it you must install with ADB on wifi
Click to expand...
Click to collapse
how?

Categories

Resources