Jaguar / Land Rover 10.25" Unit Rooting - Android Head-Units

Hi friends,
I bought Android HeadUnit from Aliexpress. Its specifications are MT8783 AP, 4GB/64GB. The seller said that O/S was installed Android 9.0. However, CPU-Z is show to be an Android 7.0 device. I want rooting it. It has a built-in CAN module. (It is extremely limited in function.) Cable provided has a female USB port. I had connected it to my computer with a male to male USB cable. However, there was no response. (couldn't use adb)
I want to modify default launcher. Anyone have any good ideas?
{
"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"
}
Regards,
KIM

Hi,
Here is APP(default launcher)'s apk file. I tried to Reverse Engineering) it for reverse engineering. But I couldn't. If I try to decompile it... following error occurs.
How can I solve this problem? Please help me
I: Using Apktool 2.4.1 on Launcher.apk
Exception in thread "main" brut.androlib.AndrolibException: brut.directory.DirectoryException: java.util.zip.ZipException: invalid CEN header (encrypted entry)
at brut.androlib.ApkDecoder.hasResources(ApkDecoder.java:315)
at brut.androlib.ApkDecoder.decode(ApkDecoder.java:103)
at brut.apktool.Main.cmdDecode(Main.java:170)
at brut.apktool.Main.main(Main.java:76)
Caused by: brut.directory.DirectoryException: java.util.zip.ZipException: invalid CEN header (encrypted entry)
at brut.directory.ZipRODirectory.<init>(ZipRODirectory.java:55)
at brut.directory.ZipRODirectory.<init>(ZipRODirectory.java:38)
at brut.directory.ExtFile.getDirectory(ExtFile.java:52)
at brut.androlib.ApkDecoder.hasResources(ApkDecoder.java:313)
... 3 more
Caused by: java.util.zip.ZipException: invalid CEN header (encrypted entry)
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(Unknown Source)
at java.util.zip.ZipFile.<init>(Unknown Source)
at java.util.zip.ZipFile.<init>(Unknown Source)
at brut.directory.ZipRODirectory.<init>(ZipRODirectory.java:53)
... 6 more
Click to expand...
Click to collapse
FILE : https://drive.google.com/file/d/1VKXZOmgmuNRWbrw59UfU01uC_kAD23uN/view
Best regards,
KIM

Related

Desktop Pass-through/internet via USB doesn't work?

Solution for error " The page you are looking for cannot be found due to unknown error 0x80072f78 "
If you are using ActiveSync 4.2 and have a problem with Desktop Pass-through it may be caused by a Layered Service Provider (LSP) that use the Windows TCP/IP stack. This has been known to occur with ISA Server. The registry file LSPValue.reg will reverse this setting. Microsoft and the Pocket PC OEM does not support users that edit the registry.
http://www.pocketpcfaq.com/faqs/activesync/LSPvalue.reg
Click to expand...
Click to collapse
I copied the file to my device and added it, soft reset, but internet via usb doesn't work. Please help me?
Still this message:
{
"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"
}
Found the answer to my problem
The solution is to download this:
http://www.pocketpcfaq.com/faqs/activesync/LSPvalue.reg
Right click save target as...
Then run it on the PC (not the PDA)
And internet will function via USB.
Although somebody at pocketpcfaq.com was the original source of the fix (thanks, whoever you are!), I also want to say "thanks" to nicosomers, because the post here is the one that I found, and the one that solved my exact same problem. Adding the AllowLSP=0 key to my registry (and rebooting, of course) was all that I needed to allow me to use activesync pass-through to access the internet on my windows mobile 5.0 "not so smartphone". So thanks!
Thanks
Many, many thanks nicosomers.
You realy help me.

Android 4.3 CRT off

Hey guys,
I recieved my 2012 Nexus 7 yesterday (used, super cheap, awesome device for 130 bucks!) and the owner before me had 4.1.1 on there (whyever ) I flashed stock 4.3 and installed franco kernel and root, now I miss my CRT-off-Animation.
I already tried this tutorial:
http://forum.xda-developers.com/showpost.php?p=30255880&postcount=1
but I get this error:
{
"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"
}
Here's the log:
java version "1.7.0_25"
Java(TM) SE Runtime Environment (build 1.7.0_25-b17)
Java HotSpot(TM) 64-Bit Server VM (build 23.25-b01, mixed mode)
I: Loading resource table...
Exception in thread "main" brut.androlib.AndrolibException: Multiple resources: spec=0x010800d5 drawable/btn_cab_done_default_holo_dark, config=-hdpi
at brut.androlib.res.data.ResConfig.addResource(ResConfig.java:65)
at brut.androlib.res.data.ResConfig.addResource(ResConfig.java:58)
at brut.androlib.res.decoder.ARSCDecoder.readEntry(ARSCDecoder.java:196)
at brut.androlib.res.decoder.ARSCDecoder.readConfig(ARSCDecoder.java:165)
at brut.androlib.res.decoder.ARSCDecoder.readType(ARSCDecoder.java:130)
at brut.androlib.res.decoder.ARSCDecoder.readPackage(ARSCDecoder.java:105)
at brut.androlib.res.decoder.ARSCDecoder.readTable(ARSCDecoder.java:82)
at brut.androlib.res.decoder.ARSCDecoder.decode(ARSCDecoder.java:48)
at brut.androlib.res.AndrolibResources.getResPackagesFromApk(AndrolibResources.java:315)
at brut.androlib.res.AndrolibResources.loadMainPkg(AndrolibResources.java:50)
at brut.androlib.res.AndrolibResources.getResTable(AndrolibResources.java:43)
at brut.androlib.Androlib.getResTable(Androlib.java:44)
at brut.androlib.ApkDecoder.getResTable(ApkDecoder.java:148)
at brut.androlib.ApkDecoder.decode(ApkDecoder.java:98)
at brut.apktool.Main.cmdDecode(Main.java:128)
at brut.apktool.Main.main(Main.java:65)
Is there any other way of enabling CRT off? For example flashable Zip, I have TWRP on there and I'm rooted as I said so that shouldn't be a problem but I can't find a flashable .zip anywhere.
I appreciate your time, thanks in advance!
Greetings from germany.
No ideas? :/
HeavyHDx said:
No ideas? :/
Click to expand...
Click to collapse
Sorry if this is not answering your question, but I think it's something to do with the kernel android 4.3 uses. I believe CRT off animation is currently only compatible with 4.1.2 and below, correct me if I'm wrong though. I'm still pretty new to the XDA scene.
We could always wait for an update on the CRT off animation so it's compatible with android 4.3. I want it on my 4.3 S3 as well.

[Fix] Samsung Galaxy Note/Tab 12.2 Flickering Problem

Issue:Most people including me gets flickering problem from under 50% or even 100% of battery which mostly leads to freezing, reboot, sd card errors and etc..
Cause: im not 100% sure
info by: Beut from android central
1- Battery connector on mainboard
2- Battery cable connector
3- Bad battery
Permanent Fix:
1. Pressing middle of Tablet where battery connector stops flickering for moment.
2. Developer options - "turn off hardware overlays" (also enabling "force GPU rendering" might help)
3. Wiping dalvik cache
Better Fix 1#:
Info by: peterjo78
Source: http://forum.xda-developers.com/galaxy-note-pro-12/help/note-pro-12-2-screen-flickers-t2835337
{
"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"
}
altho video is deleted: https://www.youtube.com/watch?v=Cvxb...e_gdata_player+
More Picture:
Info by: cenakhoa
Better Fix 2#:
info by: Beut from android central
Source: http://forums.androidcentral.com/samsung-galaxy-note-pro-12-2/369546-samsung-note-pro-12-2-screen-flickering-problems.html
More Picture:
Info by: ItsMrRage
Source:http://forum.xda-developers.com/attachment.php?attachmentid=3427870&d=1438674238
This might help disassembling: https://www.youtube.com/watch?v=VeSG0hHpAG8
I Hope this helped u and good luck!!
Thread closed - it is very difficult to recommend this to anyone. A collection of possible fixes or not does NOT constitute a solution.
Please use a more standardised and reader-friendly font colour and size in future.

Problem with code 9191 - android radio 8227L

Hi All!
I have a problem with my android radio - 8227L. I have found for now a movie on youtube because I don't have access to my car at the moment. I will upload video of photos later. I have put code 9191 in settings because I though it will do a hard reset and now I have everything in Chinese language.. Anyone knows what to do now ?
Hi, same problem After 9191 code inserted.My radio Alps8227l_demo even if I change language setting to Italian no result the language remain in Chinese.....even if Google try to check new language online no Hope to have a change.No activation code ore message requested at startup only a popup for wifi or 3G/4G activation.Somebody talks about a file license.dat to put somewhere....Maybe a firmware update can solve the problem?
I have resolved the problem of chinese message for activation and language with this file.I formatted a USB key in Fat32 and placed this file in the root of USB key, than i insert the usb device with radio off and than start car with usb inserted with a wifi connection to internet the radio activated itself and after a reboot no message and i can set my language again.
I used this file, but it said thats an invalid file .. how could tou find that?
I try to upload again
I found it in a Russian Forum, but i don't remember the link. Sorry!
{
"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"
}
don`t work ;-(

forensics/fixing/flashing

Hi!
I have Software- and Hardware experience, but not so Android-specific and none Huawei-specific.
A friend asked me to recover the data of a CAN-L11 stuck in a bootloop. (Stock Android 6 EMUI 4.1, OEM locked, build date Fri Nov 18 14:27:21 CST 2016)
My first thought was dumping the eMMC through SDIO - in hindsight I am so glad I didn't go this route as it would be stuck decrypting cryptfs.
I went the EDL route, dumped everything including the userdata-footer (so much easier&faster than direct SDIO).
Now I don't know how to move forward - have some questions in my head:
How to get the Masterkey from the TPM using EDL? Is that feasible? Is there an easier way? I know the PIN.
When is the TPM and userdata cleared? When I flash a signed ROM through EDL? When I flash a UPDATE.APP through fastboot? I found a stock UPDATE.APP on the internet with EMUI 4.1 for CAN-L11 - seems not to be exactly the same as currently flashed though.
Any other ideas?
If someone is interested - the knowledge I have gathered until now:
EDL-Pins for CAN-L11:
{
"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"
}
EDL-Software for Linux: https://github.com/bkerler/edl
Paper about Android encryption: https://www.sciencedirect.com/science/article/pii/S266628172100007X
Regarding ISP/SDIO - mostly from a previous S4 mini recover:
the CMD-Pin seems to always have a Pull-Up
the Raspberry Pi has a unused SDIO-Port which worked flawlessly; my SD-Card-Reader attempt failed
https://www.riverloopsecurity.com/blog/2020/03/hw-101-emmc/
Thanks in advance!
Thomas131

Categories

Resources