Doesn't Multilaser M7 3g plus deserve a way to root? - Android Q&A, Help & Troubleshooting

Sorry if I'm uninformed, but I spent a few days looking for a method to root the infamous multilaser m7. A tablet with a very bad performance to install a virtual machine and at the same time super complicated in terms of compatible tools to improve its android 9. Has anyone experienced this problem, have any tips besides advising me to burn it or play In the trash?
My final objective is get remote access in this tablet without confirmation... none of most usable tools (Airdroid, Anydesk, teamviewer) work in this tablet without confirmation ou USB temporary confirmation every time the devise turn off or the tool updated. In respect of this last thing, I know that here isn't the best place to ask, but all help is welcomed.
Tablet Multilaser M7 3G Plus NB304 16GB 7” - 3G Wi-Fi Android 8.0 Quad Core

criph said:
My final objective is get remote access in this tablet without confirmation... none of most usable tools (Airdroid, Anydesk, teamviewer) work in this tablet without confirmation ou USB temporary confirmation every time the devise turn off or the tool updated.
Click to expand...
Click to collapse
AFAIK the 3 mentioned apps make use of a Wi-Fi connection and not of a USB connection. Once you are going to establish a remote connection this must be confirmed, will say the appropriate connection ID must get input.

jwoegerbauer said:
AFAIK the 3 mentioned apps make use of a Wi-Fi connection and not of a USB connection. Once you are going to establish a remote connection this must be confirmed, will say the appropriate connection ID must get input.
Click to expand...
Click to collapse
I agree ... they use wi-fi connection, thanks to God for that ... what I said is that I need to connect to the tablet without confirmation, I need to leave the tablet in my store and just upload and configure it remotely. For this, even installing the Teamviewer and AnyDesk plugins, and activating the direct connection option of Airdroid using USB without root, it is still not possible to maintain a connection with that tablet (mind cracker multilaser m7). Better options for example using Airdroid would be possible if it were possible to root this infamous.

@criph
Because tablet is powered by Mediatek chipset you can try to flash a pre-rooted Android ( Custom ROM ) by means of SP Flash Tool or do it the hard way by flashing a Custom Recovery ( e.g. TWRP ), then flashing Magisk framework via TWRP and finally root Andoid by means of Magisk Manager.

criph said:
My final objective is get remote access in this tablet without confirmation...
Click to expand...
Click to collapse
Don't know if you're still interested.
Using App Ops you may grant Anydesk or whatever the ability to always accept external connections.
To enable App Ops on a device without root, you will also need Shizuku. Follow the instructions on the screen.

Related

View/Control Android device from PC (without ROOT)

Hi all. What I need is a way to control Android device (s) from PC via Wi-Fi. I found a lot of apps (and Desktop programs) to do it, but I didn't found a way to View OR control the Android device WITHOUT ROOT. I work on the company which asked me to find a way to do this without root with their Android devices. After googling a lot I started to think that where is no way to do this, because either way I need to root them . Is it true or maybe there is somewhere an app which could do this? It doesn't care if it's paid or not.
I have downloaded and tester these apps:
MyMobiler - Doesn't work because when I restart Android device, app doesn't start WiFi, just keyboard mode only. I need that when the app starts it should run itself and start WiFi automatically.
VMLite VNC Server - Don't know why but it didn't worked for me. Just cannot start server from the browser.
Thank you for any responses and appreciate any help.
What error messages do you get from vmlite vnc server? Make sure you enable USB debugging. We have tens of thousands of users using our app, and your device should work.
Well, actually now I tried to launch VMLite VNC one more time and IT WORKED (don't know how, because earlier I tried it and I was unable to enter to VNC Viewer in the Browser). So yeah, in this case it works perfectly now, but I just realized, that I have no way of connected more Android devices. Because what I need to do is to connect multiple Android devices to computer with USB (as I understand it's required for the first time) and when use it with WiFi. For now I see that I only capable of connecting single Android device with desktop program and everytime I want to connect to Android deice from computer, I need to connect it via USB (where is no way to save Android devices to use it any time I want to via WiFi). Or am I wrong? And it is a problem because in my company all Android devices are far away from each other. Anyway, thank your for such an awesome app, I really don't know how it is capable of connecting to my Android device WITHOUT ROOT (because I found like 10 apps, read a lot of forums, and every solution was with ROOTED devices, I am very interseting of the actual app functionality), but thank you.
You can connect to multiple devices using multiple USB cables. There is a drop down list to display devices, and you choose one by one to start the server. Alternatively, you can write some scripts to auto start the vnc servers.
There are quite some testing companies using our app this way to automate regression tests.
Alternatively, you can write some scripts to auto start the vnc servers.
Click to expand...
Click to collapse
Can I get more information about it? Thank you.
Basically you can automate the starting process using adb command:
adb shell "am start -a android.intent.action.MAIN -n com.vmlite.vncserver/.MainActivity"
adb shell /data/data/com.vmlite.vncserver/files/vmlitevncserver
Deimantas007 said:
Can I get more information about it? Thank you.
Click to expand...
Click to collapse
Thank you for this script (it's very cool, I didn't know this kind of stuff before), but it requires USB connection as well.
I googled a few things and found this app - ADB Wireless (no-root) on Google Play Store. Basically it connects ADB via WiFi and I don't need no USB cable and connection with it. But VMLite Android App Controller program on my Desktop doesn't recognize it (it requires USB connection). Can I actually connect Android device with PC with this method or I am missing something and there is no way of doing it with this method? Thank you (I promise, this is the last question from me, no more dumb questions).
I don't think it will work for you. You mentioned your android device will reboot, right?
If your device gets rebooted, you will have to use a USB connection to a PC. the ADB wireless app has same requirement.
Steps to get it working: (from ADB Wireless app page)
1. Enable USB Debugging on your phone.
2. Connect your phone via usb cable to your PC.
3. Run adb tcpip 5555.
4. Run ADB Wireless (no root).
5. Connect to the IP address.
Deimantas007 said:
Thank you for this script (it's very cool, I didn't know this kind of stuff before), but it requires USB connection as well.
I googled a few things and found this app - ADB Wireless (no-root) on Google Play Store. Basically it connects ADB via WiFi and I don't need no USB cable and connection with it. But VMLite Android App Controller program on my Desktop doesn't recognize it (it requires USB connection). Can I actually connect Android device with PC with this method or I am missing something and there is no way of doing it with this method? Thank you (I promise, this is the last question from me, no more dumb questions).
Click to expand...
Click to collapse
huisinro said:
I don't think it will work for you. You mentioned your android device will reboot, right?
If your device gets rebooted, you will have to use a USB connection to a PC. the ADB wireless app has same requirement.
Steps to get it working: (from ADB Wireless app page)
1. Enable USB Debugging on your phone.
2. Connect your phone via usb cable to your PC.
3. Run adb tcpip 5555.
4. Run ADB Wireless (no root).
5. Connect to the IP address.
Click to expand...
Click to collapse
What's right. It needs to connect my phone via USB. But I thought that maybe there is a way to automate this process, I mean maybe there is a solution to TURN DEBUGGING MODE between phone and pc programs via WiFi connection (not USB) and communicate with VMLite VNC Server program on startup. Either way, again, thank you for your software (app). I will say to my boss that we need to stay where we are at the moment. It's just awesome to have an app which doesn't require ROOT.

get full android version info

Hi,
for testing purposses (a lot of devices) i am looking for a method to get the full android version of differen devices (different manufacturer, modells and major android releases).
i would be interested in get it in a text form or worst case as one screenshot (or more if necessary). The screenshot should be done with the device itself.
The information should land on my pc (win 7) where will be further processed. This should be done via WLAN or USB
The method should be manufacturer and modell independent, best case would be also platform independent (works also for iPhone, Windows Phone, Blackberry)
i know, the easiest way would be to take a picture with a second device and copy the picture via USB, but this is not the expected method. The focus should be on the text information. Is there any app that can do this?
thank you!
r.amse.s said:
Hi,
for testing purposses (a lot of devices) i am looking for a method to get the full android version of differen devices (different manufacturer, modells and major android releases).
i would be interested in get it in a text form or worst case as one screenshot (or more if necessary). The screenshot should be done with the device itself.
The information should land on my pc (win 7) where will be further processed. This should be done via WLAN or USB
The method should be manufacturer and modell independent, best case would be also platform independent (works also for iPhone, Windows Phone, Blackberry)
i know, the easiest way would be to take a picture with a second device and copy the picture via USB, but this is not the expected method. The focus should be on the text information. Is there any app that can do this?
thank you!
Click to expand...
Click to collapse
Have you tried mobileuncle from play store and send to your pc via WLAN (wifi file transfer via ftp) also from PS.
md mat said:
Have you tried mobileuncle from play store and send to your pc via WLAN (wifi file transfer via ftp) also from PS.
Click to expand...
Click to collapse
MobileUncle only works on MTK devices. If you're running a Qualcomm or X86 device it's not going to work.
popthosegaskets said:
MobileUncle only works on MTK devices. If you're running a Qualcomm or X86 device it's not going to work.
Click to expand...
Click to collapse
right, so i am still looking

Marshmallow ADB Removed or Not?

I've seen some news spamming the internet that ADB was removed from marshmallow. Can anyone confirm or deny this for stock roms? I run CM13 so no stock roms to see. Wouldn't make sense for ADB to be removed.
What seems to have been removed is the on-device ADB binary. I discovered this myself, today, as I have an Asus TF300T which I regularly use with other Android tablets at work for debug purposes, that I over the weekend upgraded to 6.0. Much to my surprise, no longer am I able to adb from my tablet. I did some quick research on it, and found a few people posting about it, but no solutions as of yet.
USB Debugging
Artemis-kun said:
What seems to have been removed is the on-device ADB binary. I discovered this myself, today, as I have an Asus TF300T which I regularly use with other Android tablets at work for debug purposes, that I over the weekend upgraded to 6.0. Much to my surprise, no longer am I able to adb from my tablet. I did some quick research on it, and found a few people posting about it, but no solutions as of yet.
Click to expand...
Click to collapse
isnt there a usb debugging thing?
I have g3 before i had to set it to mtp for debug and adb now i have to set it to ptp but its there and it works
ReliantFever735 said:
isnt there a usb debugging thing?
Click to expand...
Click to collapse
USB debugging is for connecting a device to another device, ie an Android device to a PC. It does not, however, give an Android device the ability to run ADB locally to connect to another Android device. My situation is, I have a TF300T which is a tablet with a dock, the dock has an actual USB port and functions like a USB OTG adapter. I used to be able to connect other Android devices to the USB port on my tablet and, using a terminal emulator, run ADB commands to the external Android devices. Since upgrading my tablet to 6.0 however, I discovered that I could no longer perform that task. Some quick Googling turned up a couple of places asking about this exact function, and someone on stackexchange posted a question about that exact issue, however they never got any response.
Why Google felt it was necessary to exclude the ADB binary from 6.0 is beyond me. Sure, it's something that is probably rarely used by users, but for those of us that -do- use it, it's not cool that it's suddenly gone.
I wonder if it wouldn't be trivial to extract the binary from a 5.0 device and see if it would just work under 6.0...
Hi
did you find a solution? I'm on CM13 would love to be able to use my tablet as adb client again...
Regards
Kip
I ran across this thread the other day. I haven't had a chance to try it yet but this might be what your'e looking for.
http://forum.xda-developers.com/showthread.php?t=2239421
http://forum.xda-developers.com/attachment.php?attachmentid=3685519&d=1458155113
ElwOOd_CbGp said:
I ran across this thread the other day. I haven't had a chance to try it yet but this might be what your'e looking for.
http://forum.xda-developers.com/showthread.php?t=2239421
http://forum.xda-developers.com/attachment.php?attachmentid=3685519&d=1458155113
Click to expand...
Click to collapse
Works for me. Thanks a lot!
Gesendet von meinem LG-V500 mit Tapatalk
Guys please help me how to get adb in the Android 6.0 and above I Googled about this but I didn't find it I hope here I can get the solution
Artemis-kun said:
USB debugging is for connecting a device to another device, ie an Android device to a PC. It does not, however, give an Android device the ability to run ADB locally to connect to another Android device. My situation is, I have a TF300T which is a tablet with a dock, the dock has an actual USB port and functions like a USB OTG adapter. I used to be able to connect other Android devices to the USB port on my tablet and, using a terminal emulator, run ADB commands to the external Android devices. Since upgrading my tablet to 6.0 however, I discovered that I could no longer perform that task. Some quick Googling turned up a couple of places asking about this exact function, and someone on stackexchange posted a question about that exact issue, however they never got any response.
Why Google felt it was necessary to exclude the ADB binary from 6.0 is beyond me. Sure, it's something that is probably rarely used by users, but for those of us that -do- use it, it's not cool that it's suddenly gone.
I wonder if it wouldn't be trivial to extract the binary from a 5.0 device and see if it would just work under 6.0...
Click to expand...
Click to collapse
I suppose google removed adb from android, is probably because it poses security threats. I am doing a seminar on a paper published in 2017, called SMAShed. It can manipulate android sensor data with only internet permission. As a matter of fact, apps installed using adb are granted all permissions by the OS without notifying the user. You can find the demo at androidsmashed.wordpress.com/demos/ .

Android 6, Galaxy S6 remember allowed MTP connection

Hello all
I got a new Samsung S6 from work. for security reason, I cannot root the device (entrust and other software will not install)
since I got it, I am very annoyed by the fact that every time I connect the phone to my Linux, I have the following message when I want to access the files by MTP
allow access to device media
a MTP connection will be established to access the Data on the connected device : DENY ALLOW
Click to expand...
Click to collapse
is there a way to remember which connection was allowed or to remove once and for all this annoying message ?
thx
Dereut
Hello and welcome to XDA Q&A section of the Forum.
When you connect your phone to your pc, do you get any message in the status bar like "USB used for charging"? If not, go into setting (while connected) and click storage and USB and select MTP.
Hope that helped and hit "thanks" if it did .
thank you for your reply
my problem is not that I cannot connect. I have all the settings correctly done (or so it seems) and I have selected MTP. the issue is that the question to authorize the connection will pop up every time.
the device does not remember the previous authorisations.
example, if i connect to my Linux, then run a virtualbox windows, I have to redirect the USB to the virtualbox, but because it does not remember the authorization, it will disconnect and ask again if I agree, then I will have to redirect to virtualbox as it is seen as a new connection everytime. this in circle
also, I connect and disconnect the device from the USb all the time, everytime, I have to re-authorize the connection, it is getting old
Hi, without root, there is currently no way to automatically authorize a device (kinda stupid really) however with root there are a few ways to do it.
Kyronater said:
Hi, without root, there is currently no way to automatically authorize a device (kinda stupid really) however with root there are a few ways to do it.
Click to expand...
Click to collapse
Tell me more, every time I connect my phone I have to switch from charging to file transfer in cm13.

[IMPOSSIBLE] Root android 7.1.1

Good afternoon,
I bought my car with a Chinese screen installed "px3" with android 7.1.1 but it has a problem and that is that the bluetooth module does not work, it does not detect or connect to devices, in fact it does not even appear in the configuration menu.
I have been able to investigate something and I have found that this tablet has not been assigned a MAC address to bluetooth, it appears as "not available".
I have also not found software to update the tablet and try to automatically take a MAC address, on the other hand I have tried to root without success in different ways such as installing .apk applications to root the tablet and being android 7.1.1 it is incredible that none like kingroot, vmos , kingoroot, etc. don't work.
The reason for wanting to root the tablet is with a root browser, go to the bluetooth MAC configuration file and write some MAC address to see if that is really the error for which bluetooth does not work for me on the tablet.
I've thought about connecting via adb but I'm really not sure what process for this android I can follow to actually root successfully.
In case it helps you, I can connect via USB and also via SD slot.
Here are some pictures of the data I was able to get from the device, I hope someone can help me because this problem is driving me crazy...
Update:
Good afternoon,
px3 RK3066 with android 7.1.1 (i dont found any firmware)

Categories

Resources