10.25 inch android headunit installed
I have obviously chosen "original car camera" in the NTG setup
TIA
Mark
The Best of Mercedes & AMG
In Rock's newest video, he states the V3 unit with rounded corners uses LTE band 41 (which is China, India) but Google wiki states this is also used by Sprint (in addition to 25, 26). My question is this: Sprint is CDMA. Is the unit's SIM slot compatible with GSM and CDMA or just one of them? I cannot find the info on website listings.
My follow-up question: Has anyone in North America installed the V3 unit and used a Sprint SIM card? This would be awesome if it works.
Ting mobile looks like it uses Sprint's 41 band and has good coverage in SF/Bay Area with no contracts. Might give it a go and try it out.
Permanent root on android 8 via ADB without flashing
Hello!
Use the following instruction to receive permanent root on Android 8 using adb without flashing device:
- On Head Unit, install terminal emulator on device and run two following commands and reboot device. This will open ADB witj root permissions on the port 5555Code:
setprop persist.adb.tcp.port 5555 setprop sys.rkadb.root 1
- On your PC, download latest "SuperSu" zip archive from official site, extract su binary from arm64 directory inside the archive
- On your PC, create new file called "rooting.rc" with following content:Code:
service rooting /system/bin/su --daemon class main priority 10 user root oneshot seclabel u:object_r:system_file:s0
- From your PC run:Code:
# adb connect "device_ip" # adb root # adb connect "device_ip" # adb remount # adb shell setenforce 0 # adb push su /system/xbin/su # adb push su /system/bin/su # adb shell chmod 06755 /system/bin/su # adb shell chmod 06755 /system/xbin/su # adb shell /system/bin/su --install # adb shell /system/bin/su --daemon& # adb push rooting.rc /system/etc/init/rooting.rc
- On Head Unit, install SuperSu from PlayMarket and ask "NO" when application ask to update the module
- Reboot and enjoy!
Just installed the 10.25 in screen. Looks awesome and runs well. I’ve noticed that my heated seats button on the command console no longer works. Is that normal? Also, driving a 2008 c300, can’t get the NTG command screen right. Radio image is too far right. Everything from wireless CarPlay to radio plays and sounds well. Any suggestions? Combinations that works? Thnx
Permanent root on android 8 via ADB without flashing
Is there a way to remap/reassign the hardware buttons on the center console? With custom launcher??
i tired car launcher but I couldn't get the OEM controls to work plus couldn't get the HVAC temperature to show on the custom launcher
any help please
Install adb on a laptop and load the latest superSU on your Headunit and extract "su" from "arm64" (in the .zip file) to "/sdcard". Connect Laptop to the same wifi network as your Headunit and try the following commands:
"Adb connect HEADUNIT_IP"
(Use the IP address of your Headunit)
"Adb shell"
"su @#zxcvbnmasdfghjklqwertyuiop1234567890,."
(yeah, it's a stupid username..)
"mount -o remount,rw /system"
"cp /sdcard/arm64/su /system/bin/su"
"chmod 0755 /system/bin/su"
"cp /sdcard/arm64/su /system/xbin/su"
"chmod 0755 /system/xbin/su"
"su --install"
"su --daemon&"
"setenforce 0"
"mount -o remount,ro /system"
"exit"
"exit"
After that, install SuperSU, for example from Playstore.
That's it, hope it will work for you.
Please, use at your own risk!
Will try it again when I'm off work when the car has not been restarted for a few hours. Maybe once the car has completely shut down is when it will work.




