ive tried to get it to work on my rooted smasung galxy s2 tmobile but wont give me the bluetooth address
http://www.dancingpixelstudios.com/contact.html
Have a problem?
Don't forget to check the FAQ for answers to the most commonly asked questions.
Email
Please send all support emails, feature requests & general enquiries to [email protected]
artojeda1988 said:
ive tried to get it to work on my rooted smasung galxy s2 tmobile but wont give me the bluetooth address
Click to expand...
Click to collapse
1.First off install Sixaxis Controller Checker app from market
2.Run it and after some errors and saying your phone is compatible it should give
you an adress - write it down
3.Install Sixaxis Pair Tool (SPT in further text) from dancing pixel studios website
4.Connect your PS3 controller via usb you got with your PS3
5.Wait until the drivers install
6.SPT will show your current bluetooth master adress - WRITE it down ( so you
can restore it when you want to use it with your PS3)
7.Enter a new adress ( the one you got in step 2) - disconnect after this
8.Install Sixaxis Controller app and run it
9.Turn on your controller
10. It should now connect, the only thing remaining is to change default input to
PS3 controller in settings
11.Thats it!
The t-mobile version has issues with the current version of the app. I have a fix for this which should be up within a week.
I am on the forum for a while but this is my first post.
So my situation is the following.
My S3 display broke and the touchscreen with it. I want to know would it be possible to add a bluetooth keyboard with integrated mouse (a Logitech Mediaboard pro) by editing the settings files on the pc and than transferring it to the smartphone?
The phone is rooted, without adb and with usb deubugging disabled but somehow i manage to get Odin detect the phone.
So I thought of editing a recovery.img from the SGS3 Toolkit recovry folder so that when i flash the phone it is already paired with the keyboard.
But I have no knowledge how to do this and a bit of help would be more than apreciated as well as any other method to achieve the above mentioned.
I thought connecting a keyboard and than to tv so i can use it untill i get a new display.
My smartphone model is:
Galaxy S3 GT-i9300 with PDA:LIB, PHONE:LIB, CSC:LI1 (read from kies)
no. buy an OTG adapter and connect a usb mouse. won't be able to hook up video though
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
i have stucked into the yellow page when i was flashing the wrong file of 18-aa upgrade into {update-queenchristina} system
before all of this my device name was mitv box3s
after that i got name sheild android tv as video of youtube named {Convierte Mibox 3s China a Internacional (Mod 19-AA) }
and after flashing wrong file for gapps i got stuck on bootloader of yellow pages and also with not working mi remote. also tried from usb male cable but adb dont shows any devices. even its dont show on screen nor the device name on cmd command.
tried flashing through pen drives but as remote dont work i tried with mi mobile remote. but no worked there too.
as i was using multi port i got to know that my adb debugging is off.. so now the again problem is how to turn adb debugging on from all not working device
This method does not need mouse to perform recovery!!!!
copy latest update.zip to a fat32 formatted thumb drive. Be sure it is designed for mdz-19-aa and is named update.zip
create a text file with no extension that contains the following
--update_package=/udisk/update.zip
--wipe_data
save text file to thumb drive as xiaomi_update (remember, NO EXTENSION)
Sorry, I do not remember the keys to be held on your remote to hold while connecting power to trigger recovery mode.
good luck
bigtalker said:
This method does not need mouse to perform recovery!!!!
copy latest update.zip to a fat32 formatted thumb drive. Be sure it is designed for mdz-19-aa and is named update.zip
create a text file with no extension that contains the following
--update_package=/udisk/update.zip
--wipe_data
save text file to thumb drive as xiaomi_update (remember, NO EXTENSION)
Sorry, I do not remember the keys to be held on your remote to hold while connecting power to trigger recovery mode.
good luck
Click to expand...
Click to collapse
thanks for reply but.....
i already tried many times this trick but non worked for me as the remote is only way to go to recovery as remote is not working i cant go to the recovery mode as u said..
jabrijlani said:
thanks for reply but.....
i already tried many times this trick but non worked for me as the remote is only way to go to recovery as remote is not working i cant go to the recovery mode as u said..
Click to expand...
Click to collapse
Read again, slowly. This process has 100% success rate
bigtalker said:
Read again, slowly. This process has 100% success rate
Click to expand...
Click to collapse
thanks it helped and upgraded like this link says on youtube.
AndroidTv Oficial para MiBox 3s 19-AA multilenguaje / Update oficiales by Ivan Casique
•
and it was all okay but some apss like netflix ans hulu vudu and many more dnt work at all not even chomecast support
and extend its storage via setup once its okay but after 5 to 10 restart it not recognising even with pc i mnot able to format 32gb usb pendrive cant detect on android cellphone and tried many software to format
i can see that usb got two partition 1 of 16mb and 2 just show drive label
dnt know wht to do help
Hello,
This is my first time posting here, I did read the rules and looked for the info before posting but had no luck.
I recently installed two ShenZhen Coresmore Technology Co.LTD Coresmore Car Entertainment tablets (website: h t t p : / / w w w . coresmore . c o m /?page_id=838. I would like to root them so I can use the airdroid/airmirror app to control them from my phone, however all my rooting efforts have been unsuccessful.
I tried kingoroot app (and PC version), and framaroot but neither worked.
I also tried connecting directly to my PC, but the device is not detected. I contacted the manufacture and they told me that the usb port is host only. ( I could not find an device drivers on the manufactures website either).
There is an all in one connector coming out of the back of the tablet, but I could not find any adapters for it that would allow me to connect it to my computer.
The tablet also has a TF card slot, but I do not know if there is a root option that can take advantage of that.
Here is some more info about the tablet
android version 6.0
CPU: Quad-CoreCortex-A53 1.6Ghz
Ram: 2.0 GB
Flash Memory
8.00 GB
Kernel version
3.10.86
Thu May 10 11:43:46 CST2018
Build number: NJ1017-180510-S3383
Any help would be greatly appreciated
Coresmore Rear Entertainment Monitors
psychogator said:
Hello,
This is my first time posting here, I did read the rules and looked for the info before posting but had no luck.
I recently installed two ShenZhen Coresmore Technology Co.LTD Coresmore Car Entertainment tablets (website: h t t p : / / w w w . coresmore . c o m /?page_id=838. I would like to root them so I can use the airdroid/airmirror app to control them from my phone, however all my rooting efforts have been unsuccessful.
I tried kingoroot app (and PC version), and framaroot but neither worked.
I also tried connecting directly to my PC, but the device is not detected. I contacted the manufacture and they told me that the usb port is host only. ( I could not find an device drivers on the manufactures website either).
There is an all in one connector coming out of the back of the tablet, but I could not find any adapters for it that would allow me to connect it to my computer.
The tablet also has a TF card slot, but I do not know if there is a root option that can take advantage of that.
Here is some more info about the tablet
android version 6.0
CPU: Quad-CoreCortex-A53 1.6Ghz
Ram: 2.0 GB
Flash Memory
8.00 GB
Kernel version
3.10.86
Thu May 10 11:43:46 CST2018
Build number: NJ1017-180510-S3383
Any help would be greatly appreciated
Click to expand...
Click to collapse
Hi,
first of all excuse me for my english. Learn english in school is centuries gone. I have the same problem with monitors and Android 8.1. I try to describe my way till yet:
1. Start monitor and do a factory reset in android settings
2. Connect to your wifi-network. Must be in the same network as your computer.
3. Open Google Play Store on the monitor and look for a app called "ssh helper" from Paul Lutus
4. Install and start the app. Notice ip-adress and port.
5. Install "Putty" on your computer
6. Open an SSH-session and connect to the monitor. In my case the credentials "admin/admin" or "root/admin" worked.
7. Connect an USB-Keyboard to the monitor.
8. In the "Putty"-shell type reboot bootmanager and press enter. The monitor should reboot and showing the bootmanager menu
9. Look for an option "show recovery logs" ore something similar
10. In the log you should find a line with content "adb connect" and a port
11. Download Android debug bridge on your computer and unzip in a folder. Use Google search to find it.
12. In the directory type "adb connect [ip-adress of monitor]:[port shown in log above]
13. Now you can use all Android ADB commands. If you use "adb shell" you will get a session via wifi. If you type "su" without any other letters, the commandline will switch from "$" to "#".
14. When you try "whoami" in the commandline, the session should answer with root.
15. Now you can remount folders or root folder with read/write permissions, change Ownership of files or folders, download, edit and upload files, e.g. init.rc. Try a Google search for all ADB-commands.
But be carefully...operations at a opened heart are dangerous.