Installing TWRP on Android Tablet with unknown OEM manufacturer - Android Q&A, Help & Troubleshooting

Hi all,
Background (ignore this if you like): I have an air con unit that uses an Android Tablet on my wall, it has recently started crashing with the error "gapps has stopped responding". I called the company and they basically told me I need to pay $500+ for a new tablet. I thought this is outrageous, when old air cons didn't use to use an android tablet as their control hub, they would last the life of the home!! So I'm determined to try updating gapps and fixing this tablet myself, rather than give them money.
Actual question: I'm not linux savvy at all and so I would love if someone can help me determine a way to install TWRP on this device. As I believe that is the first step in order for me to start tinkering. I'll be able to create a proper full backup to avoid bricking this thing.
details of the tablet: It has a USB port and I can connect to it fine via ADB from my PC (Windows 11), I can do shell commands etc. I tried running some queries to see which manufacturer makes this unit so i could install TWRP however everything simply appears as the company name. Example:
[ro.build.version.release]: [4.4.2]
[ro.board.platform]: []
[ro.build.version.sdk]: [19]
[ro.fota.platform]: [MTK_KK]
[ro.hardware]: [mt8127]
[ro.mediatek.platform]: [MT8127]
[ro.mediatek.version.sdk]: [2]
[ro.mtk.hardware]: [mt8127]
[ro.product.brand]: [COMPANY NAME]
[ro.product.manufacturer]: [COMPANY NAME]
[ro.product.model]: [COMPANY NAME]
[ro.product.name]: [em_t8270_nand]
Thank you.

Maybe you just don't need Google Apps and can disable it in Apps settings ;-)

The problem is that twrp needs to be made, or maybe you can try hovatek auto twrp recovery porter for mtk?

Related

The HP Touchpad Sticky Master Thread

This is some of the info that I have put together and I figured it may help some of you also. Let me know if I need to add anything. Looking forward to working with this device. Hopefully the Devs will take an interest in it also. With these hardware specs I feel like they will. Anyway, carry on............
Dev/Config/Soft/Tools
CyanogenMod team Touchpad port
HP Site
SDK - Multiple Platforms Instructions
Command line tools
Java - WIndows 32 and 64 Bit Instructions
****Note - Be sure to add the Java Bin path to your Environment Variables PATH
Java - Linux
Bluetooth with Non-WebOS device
Enabling Developer Mode (Rooting)
How To: Connect TP to network shares​HW
Exploded and PCB
Quick sum up/start up guide Thanks KameoRE
Bill of Materials
Specs 16GB
Specs 32 GB
Repair Manual / Teardown
Comparisons​
Extra info
Enabling Developer Mode (Rooting)
In general, simply installing the Palm SDK gives you everything you need for full access to the Linux operating system on any webOS device. There is no special "rooting" or "jailbreaking" process. Simply installing the SDK provides you with unlimited access to the Linux operating system.
Download & install the Palm SDK for Linux, OS X or Windows.
Enable developer mode on the HP Touchpad:
Launch Device Info and tap its top-left menu.
Select "Custom Application..." and type in: ##3386633#
In the application, move the Developer Mode slider to the On position.
Tap Reset the Device.
When reset is complete, Developer mode is enabled.
Plug the device into the computer via the USB cable, and just close out the USB storage mode thing.
The next step varies:
Mac OS X / Linux: Type novaterm into terminal to directly access the Linux command line for the HP Touchpad.
Windows: you will need to download and install a novaterm program.
On Windows 32-bit, download novacom-win-32.tgz and install novacom with NovacomInstaller_x86.msi.
On Windows 64-bit, download novacom-win-64.tgz and install novacom with NovacomInstaller_x64.msi.
Then, just like the Mac and Linux users you can just type novaterm.
At this point you will have a window with a prompt that says [email protected]: or something similar.
You are now logged in as root on your webOS device and can do anything you would normally do on a Linux device.
DISCLAIMER: We cannot be held liable for any loss of data, damage, bricking, or other malfunctions of the device. We solely provide the information needed to achieve root access.
This quick sum up/start up guide might come handy:
http://forums.precentral.net/hp-touchpad/293028-new-touchpad-heres-your-get-started-guide.html
[Q] What is wrong with my touchpad?
RESET: Hold Power Button & Home Button until the tablet resets.
Doing the above solved the below issue.
My touchpad won't turn on I used it until it had about 30 % battery last night, but didn't put it to charge. When I woke up this morning, it was at 28% battery. I used it to check facebook and xda, locked it and put it down to watch the price is right but when I went to use it again, none of the buttons unlocked it. I plugged it into mulitple outlets and held the power button for about 30 seconds each time, but nothing is happening I don't know what to do. Can anybody help?
Click to expand...
Click to collapse
solution #2
this happened twice:
plug it in to pc
open webos quick install
tools - command line
type "reboot" and hit enter
Bill of Materials
$318 Bill of Materials
Comparisons
Comparisons
Exploded and PCB
Exploded and PCB
First non-webOS phone to be fully tetherd with HP TouchPad
First non-webOS phone to be fully tetherd with HP TouchPad
Worked for me, I had to fool with it a couple of times to get it to work. My screenshot is attached
The messaging does not work but the phone calls do.
How To: Connect TP to network shares
How To: Connect TP to network shares
spud101
Member
Join Date: Jun 2004
Location: Netherlands
Posts: 574
Likes: 34
Thanks: 43
Thanked 69 Times in 34 Posts
Updated (Sep 7th 2011):
Rewritten to include a method for stock kernel, make shares usable for KalemSoft Media Player & automount at (re)boot. Thx to everybody who contributed to this thread! (Under construction, finished later)
Updated (Aug 9th 2011): processed some comments from this thread and the fact that uberkernel now also supports CIFS (& NFS).
Prerequisites:
- HP Touchpad, webOS 3.0.2 or later.
- One of the following Kernels:
---- Stock kernel
---- Uberkernel 3.0.2-52 or later (Next to support for CIFS & NFS this kernel also supports UTF-8. More info here: WebOS Internals Uber-Kernel
---- F15C,.. (completed later)
- Terminal access to your TP, either via webOS Quick Install or Xecutah + Xserver + Xterm (install from preware)
- Internalz Pro with show hidden files set to yes
Three parts:
This guide has three parts:
Basic Mounting
Mounting with shares visible in apps like Kalemsoft Media Player
"Sticky" mounting: Auto mount at (re)boot
Definitions:
hostIP = IP address of the computer or NAS you want to connect to. You can use hostnames too, but need to also edit /etc/hosts then.
sharename = The share name you want to connect to as configured on your computer/NAS
mountpoint-path = as discussed above, e.g. /mnt/nas
cifs = type of filesystem to mount (cifs is better version of smbfs, I've been told)
auto (or can also be noauto) auto/noauto determines if the share is mounted automatically at startup.
username & password = share login credentials. There are probably safer ways to do this instead of having this plain text on your device, anyone can tell me how to do that?
rw = access mode, in this case read & write, other possibilities exist too
The numbers have someting to do with filesystem check at boot.
1a: Basic Mounting (without fstab)
- Create a mountpoint, a path where the share will be accessible, e.g. /mnt/nas or /mnt/media/internal/nas I used Internalz Pro in master mode for this.
- In a terminal type:
mount.cifs //<hostIP>/<sharename> <mountpoint-path> -o username=<username>,password=<password>
Example: mount.cifs //10.0.1.26/DataVolume /mnt/Shared -o username=foo,password=bar
1b: Basic Mounting (with fstab, not supported by stock kernel)
To be finished later
2: Mounting with shares visible in apps like Kalemsoft Media Player
To be finished later
For now please refer to:
Road to Success - How to allow NAS to show up under /media/internal on Touchpad Apps?
How To: Connect TP to network shares
How To: Connect TP to network shares
3: "Sticky" mounting: Auto mount at (re)boot
To be finished later
For now please refer to:
Road to Success - Mounting SAMBA/CIFS Permanently on Touchpad
-------------------------------
Original post:
In short: The stock kernel on a webOS 3.0.2 Touchpad does not support CIFS. Or at least I didn't get it to work just the same way I do get it to work out of the box on a 1.4.5 Pre-.
Then I saw this thread: F15B & F15C test kernels
It says CIFS support! So I hesitantly installed this experimental F15C kernel, quickly ran Govnah to set max speed to 1.5 GHz (I don't want no real overclocking beyond this speed). But, YES, it does work, I now can access my NAS!
After I initially posted this thread webosinternals also added support for CIFS (& NFS) to the uberkernel (as of version 3.0.2-36). Thanks a lot for that guys!!
So how to go about:
- Install the F15C kernel from the testing kernel feed
The rest is standard linux stuff for mounting Samba shares:
- Create a mountpoint, a path where the share will be accessible, e.g. /mnt/nas or /mnt/media/internal/nas I used Internalz Pro in master mode for this.
- Open /etc/fstab again you can use Internalz Pro in master mode for this
Add a line:
//<hostIP>/<sharename> <mountpoint-path> cifs auto,username=<username>,password=<password>,rw 0 0
hostIP = IP address of the computer or NAS you want to connect to. You can use hostnames too, but need to also edit /etc/hosts then.
sharename = The share name you want to connect to as configured on your computer/NAS
mountpoint-path = as discussed above, e.g. /mnt/nas
cifs = type of filesystem to mount (cifs is better version of smbfs, I've been told)
auto (or can also be noauto) auto/noauto determines if the share is mounted automatically at startup.
username & password = share login credentials. There are probably safer ways to do this instead of having this plain text on your device, anyone can tell me how to do that?
rw = access mode, in this case read & write, other possibilities exist too
The numbers have someting to do with filesystem check at boot.
- Save the file
- Open a terminal
- type in this command:
mount -t cifs //<hostIP>/<sharename> <mountpoint-path> -o username=<username>,password=<password>
No idea whether all the -o options are still needed, as they are in the fstab line already as well.
Apparently mount -a should also mount your shares inside fstab. But for me that didn't work, maybe because I have it set to noauto.
This should do it.
Unmounting as follows:
umount <mountpoint-path> e.g. umount /mnt/nas
Note: as soon as you have a kernel running that supports CIFS, you can also use the xt tools. See this thread and the threads referenced inside it. samba filesharing - install/support thread
The xt tools will take over all the fstab editing and directory creation.
I agree this is still cumbersome. On an Android phone for example this is buildin in every decent filemanager. So I really, really hope that either or both Gemini and Internals HD will have some easy solution for this (both configuring and the actual mounting/unmounting). Or a solution straight from HP, this is also aimed at enterprise market after all!
Last edited by spud101; 09/08/2011 at 07:41 PM.
Thanked by 60milesmile, cookie_42, El_Titi, flyers333, ichi2k, Major Payne, mivoligo, Nightburn, obarthelemy, PF Graham, phil71, pre101, RickNeff, runner77, sf3000, sjp770, sps_2k1, tabaloos, teng_lin, thomaz, timjhenry, tlaswell​
Weird shortcut to USB mode
Has anybody else seen this?
While connected to PC in "just charging" mode I reached out and accidentally hit the Volume Down and Power buttons at the same time. The TouchPad instantly switched to USB Storage mode.
Interesting behavior and I couldn't seem to find any mention of it anywhere.
PreCentral had it as a tip on their web site about a week ago and I spotted it there - http://www.precentral.net/access-usb-mode-touchpad.
Quite a few other useful titbits crop up on there - it is worth following. I use the webOS News app from the App Catalog. That gives heads-up on the free software codes as well.
dmarchant said:
PreCentral had it as a tip on their web site about a week ago and I spotted it there - http://www.precentral.net/access-usb-mode-touchpad.
Quite a few other useful titbits crop up on there - it is worth following. I use the webOS News app from the App Catalog. That gives heads-up on the free software codes as well.
Click to expand...
Click to collapse
LOL, I think you mean "TIDBITS."
Too bad there is no reverse version of this.

[Q] Media > DownloadService always running

hi guys, I hope you can help.. I really googled a lot about this, and also made many tests on my phone and waste a lot of time, but couldn't find a solution yet.. also this seems to be affecting many other people, so I don't understand how is possible nobody found a fix for that until now..
(I'm posting in general section because this seems to affect any kind of phones running cm10.1 + gapps)
the problem is that if I go to manage apps > running apps, I see Media process (DownloadService) always running! that could drain my battery and/or download data, in any case I don't see a point in having it always running, so I would like to get rid of it!
what I discovered so far is that the process is related to both gapps and Downloadprovider.apk package included in any CM10.1 build, in fact:
1. the process starts appearing only after installing the gapps (I use a very minimal 4.2 gapps package, about 10mb only)
2. if I delete Downloadprovider.apk package from /System/App, the process doesn't appear anymore
The problem is that if I delete the Downloadprovider.apk package then I start getting gapps related FC's and phone becomes unstable (and very probably will not be possible to download anymore things from the browser and/or play store)!
So what could I do to safely get rid of that process? Maybe disable or freeze some other apps/processes? But I wouldn't know what to disable exactly..
guys please help me I am really getting crazy with that! also that could help many other people :good:
thanks a lot in advance
EDIT: maybe it was related to Maps since I installed maps 7.x I don't see that process anymore!
moly82 said:
hi guys, I hope you can help.. I really googled a lot about this, and also made many tests on my phone and waste a lot of time, but couldn't find a solution yet.. also this seems to be affecting many other people, so I don't understand how is possible nobody found a fix for that until now..
(I'm posting in general section because this seems to affect any kind of phones running cm10.1 + gapps)
the problem is that if I go to manage apps > running apps, I see Media process (DownloadService) always running! that could drain my battery and/or download data, in any case I don't see a point in having it always running, so I would like to get rid of it!
what I discovered so far is that the process is related to both gapps and Downloadprovider.apk package included in any CM10.1 build, in fact:
1. the process starts appearing only after installing the gapps (I use a very minimal 4.2 gapps package, about 10mb only)
2. if I delete Downloadprovider.apk package from /System/App, the process doesn't appear anymore
The problem is that if I delete the Downloadprovider.apk package then I start getting gapps related FC's and phone becomes unstable (and very probably will not be possible to download anymore things from the browser and/or play store)!
So what could I do to safely get rid of that process? Maybe disable or freeze some other apps/processes? But I wouldn't know what to disable exactly..
guys please help me I am really getting crazy with that! also that could help many other people :good:
thanks a lot in advance
Click to expand...
Click to collapse
Maybe you have some program/app installed which uses the download manager? Some app trying to download an update outside of the regular mechanism? I don't see DownloadService running on my phone unless I instructed it to download something. Do you notice anything downloadmanager/media related in logcat? If in doubt, attach the phone to a PC, run the following commands and attach the resulting file ('attach_me.txt') here:
Code:
adb shell 'ps; echo -----------;logcat -v time -b main -b system -b events -d;echo -----------;dumpsys;' > attach_me.txt
Use the full path to adb if you need to.
This shows the currently running processes (ps), the contents of the main, system and event logs (logcat) and a snapshot of the current state of your phone (dumpsys). If there is anything there you don't want to show to the whole world edit the resulting file before attaching it here.
thanks a lot for the reply my friend
tonight at home I think I will be able to run the adb command you suggested me (in my home computer I have sdk installed)
so far I checked logcat in terminal ("logcat |grep edia" and "logcat |grep ownload") and this is what I got:
$ su
# logcat |grep edia
D/Vold ( 1197): Volume sdcard state changing -1 (Initializing) -> 0 (No-Media)
D/Vold ( 1197): Volume sdcard state changing 0 (No-Media) -> 2 (Pending)
W/PackageParser( 1626): No actions in intent filter at /data/app/org.wikipedia-1.apk Binary XML file line #39
I/ActivityManager( 1626): Start proc android.process.media for broadcast com.android.providers.media/.MtpReceiver: pid=1765 uid=10011 gids={50011, 1015, 1023, 1024, 1028, 2001, 3003, 3007}
V/ActivityThread( 1765): android.process.media white listed for hwui
D/SystemUIService( 1701): loading: class com.android.systemui.media.RingtonePlayer
D/SystemUIService( 1701): running: [email protected]
W/ContextImpl( 1626): Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1458 android.bluetooth.BluetoothHeadset.:273 android.bluetooth.BluetoothAdapter.getProfileProxy:1155 android.media.AudioService.getBluetoothHeadset:2198 android.media.AudioService.access$2800:104
W/ContextImpl( 1626): Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1458 android.bluetooth.BluetoothA2dp.:160 android.bluetooth.BluetoothAdapter.getProfileProxy:1158 android.media.AudioService$AudioServiceBroadcastReceiver.onReceive:4087 android.app.LoadedApk$ReceiverDispatcher$Args.run:758
$ su
# logcat|grep ownload
I/ActivityManager( 1624): Start proc com.google.android.youtube for broadcast com.google.android.youtube/.core.transfer.DownloadService$BootReceiver: pid=2305 uid=10050 gids={50050, 3003, 1015, 1006, 1028}
W/ActivityManager( 1624): No content provider found for permission revoke: file:///data/data/com.android.providers.downloads/cache/downloadfile.apk
W/ActivityManager( 1624): No content provider found for permission revoke: file:///data/data/com.android.providers.downloads/cache/downloadfile.apk
I'm attaching also screenshots of the process I'm talking about
EDIT: I reinstalled everyting from scratch as a new build by quarx came out.. it seems that installing only cm build + minimal gapps, that process doesn't show up. Later after I installed back all my apps (via app2zip flashable zip) the process showed up again.. so probably you are right and there is a certain app using that process.. but how can I understand which one has relation with that service? maybe YouTube as i see it mentioned in logcat?
delete
i could generate the logs you asked without using the pc but using the phone terminal and multiple commands.. i'm uploading them to my dropbox links are below thanks in advance..
http://db.tt/gJLBYeT7
http://db.tt/OahQ8Zf7
http://db.tt/KPUTy4et
YAFU what happened to you?
it seems to me after I installed latest maps 7.x the media > download process is not appearing anymore in running processes.. maybe it was related to sh*tty maps??? :fingers-crossed:

[Q] (SCH-i605) Restore factory image without USB Debugging enabled

Help! Purchased used Verizon Galaxy Note II (SCH-i605) but I didn't realize it had been rooted/unlocked/rom'd/. I want it refreshed back to Verizon factory image locked/factory image/unrooted.
I restored it back to "factory" image/locked and only then did I realize it had been unlocked/rom'd. Now I am getting yellow Verizon triangle unauthorized software.
Here is why I am stuck. I cannot get back into the OS to enable USB Debugging.
I restored the factory ROM and bootloader is Verizon locked.
Problem is factory Verizon bootloader is noticing my "System Status: Custom" and throwing the Yellow Triangle and stopping the boot even though I was able to have the ROM count reset which now says "Custom Binary Download: No".
Triangle Away requires USB Debugging enabled and I cannot get into the OS. I have burned huge time with multiple ROM's/ODIN, dealt with the CASUAL USB driver hijack of the Samsung vendor_id/hw_id head fake, and Verizon thwarts everybody and all versions including Samsung KIES.
f I had enabled USB Debugging before selecting factory restore, I would have saved myself a bunch of time.
Please help, I feel like I fell down the rabbit hole and never offered red pill or blue pill.
Any suggestions to solve this? Detailed steps would be very helpful!!
I
Thanks!
mail for solution at nikhil.kdhand at gmail.com
nikhil.kdhand said:
mail for solution at nikhil.kdhand at gmail.com
Click to expand...
Click to collapse
Or you could share the answer with the community in case others have a problem
Sent from my SCH-I605 using xda app-developers app
Try to go back to stock rom via Odin.... That should solve the problem
Sent from my SCH-I605 Email:[email protected]
nikhil.kdhand said:
Try to go back to stock rom via Odin.... That should solve the problem
Sent from my SCH-I605 Email:[email protected]
Click to expand...
Click to collapse
Try reading again, he stated he already tried Odin
Sent from my SCH-I605 using xda app-developers app
Odin with pit file has worked for me
Sent from my SCH-I605 Email:[email protected]
XDA developers is a site to learn and share. The knowledge you gain, or have, or happen to stumble upon may end up saving someone a lot of time and trouble. I would encourage you all to share as freely as the developers of your favorite roms/kernels/projects all do.
Thank you for you cooperation.
Come on xda community! No credible suggestions to this challenge at all?
I am a total noob and I have stumped all of you with my posted question?!!
What about some suggestions along the lines of remotely enabling USB Debug mode by installing the Android ADK/SDK and using ADB debug or Shell or sideload?
What about ROM versions that might already have USB Debug already enabled?
Or remotely executed code like:
Settings.Secure.putInt(getContentResolver(),Settings.Secure.ADB_ENABLED, 0); /
The challenge is the locked Verizon bootloader won't let me into the OS GUI to enable USB Debugging. To unlock bootloader, I need USB Debugging enabled. CASUAL ultimately requires USB Debugging enabled.
Use hidden menu apk and enable USB debug through it....
Sent from my SCH-I605
Email:[email protected]
nikhil.kdhand said:
Use hidden menu apk and enable USB debug through it....
Sent from my SCH-I605
Email:[email protected]
Click to expand...
Click to collapse
Dude if you're going to try and help please at least read the problem. How can he use the hidden menu if his device doesn't boot?
Sent from my SCH-I605 using xda app-developers app
You better concentrate on the issue and not in evaluating people suggestions....
Sent from my SCH-I605
Email:[email protected]
nikhil.kdhand said:
You better concentrate on the issue and not in evaluating people suggestions....
Sent from my SCH-I605
Email:[email protected]
Click to expand...
Click to collapse
The OP stated that they've tried Odin and can't boot into Android. Without them providing more information about what Odin file(s) they flashed and how they were used (PIT file, what section where they flashed through), nothing you suggested is of any use. You can't use the hidden menu without booting into Android, and we need more info about Odin packages used/tried.
nikhil.kdhand said:
Use hidden menu apk and enable USB debug through it....
Sent from my SCH-I605
Email:[email protected]
Click to expand...
Click to collapse
Can you please troll for increasing your post count somewhere else. Thanks.
Let's stop this here before it becomes an issue. Read before posting, no flaming, follow the rules.:thumbup:
Sent from my YP-G1 using Tapatalk 2
imnuts said:
The OP stated that they've tried Odin and can't boot into Android. Without them providing more information about what Odin file(s) they flashed and how they were used (PIT file, what section where they flashed through), nothing you suggested is of any use. You can't use the hidden menu without booting into Android, and we need more info about Odin packages used/tried.
Click to expand...
Click to collapse
I still cannot figure this out. Trying to get back to full stock/locked and unable to boot OS due to Yellow Triangle unauthorized software message.
I think the issue is no matter what I do, the bootloader is locked and "System Status: Custom" isn't changed back to stock status, and I am unable to get into the OS to enable USB Debugging and unable to run Triangle Away.
I am probably wrong but I think the first thing I need to achieve is an unlocked bootloader without having access to the OS and unable to turn on USB Debugging.
----------------------
Test 1
ODIN 3.07
BootloaderBaseline2.tar.md5.gz
sch-i605-16gb.pit
ODIN: FAIL
sboot.bin
FAIL!
-------------
Test 2
ODIN 3.07
sch-i605-16gb.pit
root66_VZW_stock_system.tar.md5
Result:
Boots into setup wizard, first question select Language.
Withing 20 seconds reverts to Yellow Triangle unauthorized software
"Current Binary: Samsung Official"
"System Status: Custom"
-------------------
Test 3
ODIN 3.07
I605_VRALJB_Restore.tar.md5 ("alternate" no sboot.bin)
sch-i605-16gb.pit
Result:
Yellow Triangle
"Current Binary: Samsung Official"
"System Status: Custom"
For whatever it might be worth, here is the current OS config/properties detail.
[adb.recovery]: [1]
[android.telephony.apn-restore]: [1800000]
[dalvik.vm.dexopt-flags]: [m=y]
[dalvik.vm.heapgrowthlimit]: [64m]
[dalvik.vm.heapsize]: [256m]
[dalvik.vm.heapstartsize]: [8m]
[dalvik.vm.stack-trace-file]: [/data/anr/traces.txt]
[debug.hwui.render_dirty_regions]: [false]
[init.svc.adbd]: [running]
[init.svc.recovery]: [running]
[init.svc.ueventd]: [running]
[keyguard.no_require_sim]: [true]
[media.enable-commonsource]: [true]
[net.bt.name]: [Android]
[net.change]: [net.bt.name]
[net.streaming.rtsp.uaprof]: [wap.samsungmobile.com/uaprof/]
[persist.eons.enabled]: [false]
[persist.radio.add_power_save]: [1]
[persist.radio.apm_sim_not_pwdn]: [1]
[persist.radio.no_wait_for_card]: [1]
[persist.radio.snapshot_enabled]: [1]
[persist.radio.snapshot_timer]: [22]
[persist.sys.storage_preload]: [1]
[persist.sys.usb.config]: [mass_storage]
[persist.timed.enable]: [true]
[ril.dualmode.change]: [unknown]
[rild.libargs]: [-d /dev/ttyS0]
[rild.libpath]: [/system/lib/libril-qc-qmi-1.so]
[ro.adb.qemud]: [1]
[ro.allow.mock.location]: [0]
[ro.baseband]: [mdm]
[ro.board.platform]: [exynos4]
[ro.boot.baseband]: [mdm]
[ro.boot.bootloader]: [I605VRAMC3]
[ro.boot.debug_level]: [0x4f4c]
[ro.boot.emmc_checksum]: [3]
[ro.boot.odin_download]: [1]
[ro.bootloader]: [I605VRAMC3]
[ro.bootmode]: [unknown]
[ro.build.PDA]: [I605VRALJB]
[ro.build.changelist]: [414933]
[ro.build.characteristics]: [verizon]
[ro.build.date.utc]: [1351399133]
[ro.build.date]: [Sun Oct 28 13:38:53 KST 2012]
[ro.build.description]: [t0ltevzw-user 4.1.1 JRO03C I605VRALJB release-keys]
[ro.build.display.id]: [JRO03C.I605VRALJB]
[ro.build.fingerprint]: [Verizon/t0ltevzw/t0ltevzw:4.1.1/JRO03C/I605VRALJB:user/release-keys]
[ro.build.hidden_ver]: [I605VRALJBd]
[ro.build.host]: [SEP-112]
[ro.build.id]: [JRO03C]
[ro.build.product]: [t0ltevzw]
[ro.build.tags]: [release-keys]
[ro.build.type]: [user]
[ro.build.user]: [se.infra]
[ro.build.version.codename]: [REL]
[ro.build.version.incremental]: [I605VRALJB]
[ro.build.version.release]: [4.1.1]
[ro.build.version.sdk]: [16]
[ro.carrier]: [unknown]
[ro.chipname]: [smdk4x12_prime]
[ro.com.android.dateformat]: [MM-dd-yyyy]
[ro.com.google.apphider]: [off]
[ro.com.google.clientidbase.am]: [android-verizon]
[ro.com.google.clientidbase.gmm]: [android-samsung]
[ro.com.google.clientidbase.ms]: [android-verizon]
[ro.com.google.clientidbase.vs]: [android-verizon]
[ro.com.google.clientidbase.yt]: [android-verizon]
[ro.com.google.clientidbase]: [android-samsung]
[ro.com.google.gmsversion]: [4.1_r2]
[ro.config.alarm_alert]: [Walk_in_the_forest.ogg]
[ro.config.combined_signal]: [true]
[ro.config.media_sound]: [Media_preview_Touch_the_light.ogg]
[ro.config.multimode_cdma]: [1]
[ro.config.notification_sound]: [S_Whistle.ogg]
[ro.config.ringtone]: [Verizon_Airwaves.ogg]
[ro.config.vc_call_vol_steps]: [7]
[ro.debug_level]: [0x4f4c]
[ro.debuggable]: [0]
[ro.emmc_checksum]: [3]
[ro.error.receiver.default]: [com.samsung.receiver.error]
[ro.factorytest]: [0]
[ro.gsm.data_retry_config]: [max_retries=infinite,5000,5000,60000,120000,480000,900000]
[ro.hardware]: [smdk4x12]
[ro.hdcp2.rx]: [tz]
[ro.kernel.qemu]: [0]
[ro.lcd_min_brightness]: [20]
[ro.opengles.version]: [131072]
[ro.product.board]: [smdk4x12]
[ro.product.brand]: [Verizon]
[ro.product.cpu.abi2]: [armeabi]
[ro.product.cpu.abi]: [armeabi-v7a]
[ro.product.device]: [t0ltevzw]
[ro.product.locale.language]: [en]
[ro.product.locale.region]: [GB]
[ro.product.manufacturer]: [samsung]
[ro.product.model]: [SCH-I605]
[ro.product.name]: [t0ltevzw]
[ro.product_ship]: [true]
[ro.revision]: [10]
[ro.ril.ecclist]: [112,911,#911,*911]
[ro.ril.gprsclass]: [10]
[ro.ril.hsxpa]: [1]
[ro.sec.fle.encryption]: [true]
[ro.secure]: [1]
[ro.secwvk]: [220]
[ro.setupwizard.mode]: [DISABLED]
[ro.sf.lcd_density]: [320]
[ro.tvout.enable]: [true]
[ro.uart_debug]: [0]
[ro.use_data_netmgrd]: [true]
[ro.wifi.channels]: []
[telephony.lteOnCdmaDevice]: [1]
[vzw.telephony.appsapn-restore]: [60000]
Hey! I'm a noob as well. Check the files you're using to restore. Odin wasn't playing nice with them after the last update. Is debugging off by default on stock?
Um test 2 makes no sense. If you're getting that triangle you should not boot into the system at all. I would try that one again.
jobrienxda said:
I still cannot figure this out. Trying to get back to full stock/locked and unable to boot OS due to Yellow Triangle unauthorized software message.
I think the issue is no matter what I do, the bootloader is locked and "System Status: Custom" isn't changed back to stock status, and I am unable to get into the OS to enable USB Debugging and unable to run Triangle Away.
I am probably wrong but I think the first thing I need to achieve is an unlocked bootloader without having access to the OS and unable to turn on USB Debugging.
----------------------
Test 1
ODIN 3.07
BootloaderBaseline2.tar.md5.gz
sch-i605-16gb.pit
ODIN: FAIL
sboot.bin
FAIL!
-------------
Test 2
ODIN 3.07
sch-i605-16gb.pit
root66_VZW_stock_system.tar.md5
Result:
Boots into setup wizard, first question select Language.
Withing 20 seconds reverts to Yellow Triangle unauthorized software
"Current Binary: Samsung Official"
"System Status: Custom"
-------------------
Test 3
ODIN 3.07
I605_VRALJB_Restore.tar.md5 ("alternate" no sboot.bin)
sch-i605-16gb.pit
Result:
Yellow Triangle
"Current Binary: Samsung Official"
"System Status: Custom"
Click to expand...
Click to collapse
Hi,
This happens to me a lot as I flash a ton of stuff. Basically, you will need to run Casual. Make sure that you go into your computer settings if you are using Windows and delete any Samsung driver files. Look for any USB drivers like lib drivers etc. Casual will install what a unique driver that will recognize your device when you don't have USB selected on your phone.
Be patient and look at the Casual screen. It will be automatic and eventually put you into TWRP recovery. Remember to flash the rooted version of the Odin version because there is a Blacklist of boot loaders(bin) that will keep giving you the software warning from Verizon. Other than that, you can flash whatever you want. I hope this helps. Also, depending of what type of computer OS you are using, I have found trying different versions of Casual. Please refer to the rooting/boot loader unlocking for more details and of the links. It will work and you will be able to get your phone back! Good luck.

[Q] [question] can I put kali on gt-5830i ?

can i put kali on my device??
if so, how?
@AlfredoAAA, The answer is NO . This is the matter of particularity , even If you did meet all of the requirements I would explain later . I am using the sequel of this Popular continuation of Backtrack 5 R3 on my Multi-Boot system for penetration testing and still got problem with my medium custom made bulid ( specially GPU for all injection and compiling \/ coding/scanning/etc etc,,,) Now imagine how on earth this Debian development based going to work on your even most powerful Nexus/Galaxy Note ,,,,,,
Requirements :
- At least 7 GB free on your internal SD card
- Kali Linux custom ARM image dedicated for your device infrastructure >>
Kali Linux has ARM repositories integrated with the mainline distribution so tools for ARM will be updated in conjunction with the rest of the distribution. Kali is currently available for the following ARM devices :
rk3306 mk/ss808
Raspberry Pi
ODROID U2/X2
Samsung Chromebook
EfikaMX
Beaglebone Black
CuBox
Galaxy Note 10.1
- Custom made recovery image for your device form the developer site
- Custom kernel patched for injection in case of wireless assessments for example.
This is quite off topic though , but I am going to share some practical method for medium to powerful devices such as Nexus line ( might be [email protected] related section though,, didn't check it) , which does not require physical installation of Canonical production line.
With the help of the attached app ( released by the same company ) , you can get your Dual boot inside your Android phone ( i,e: Nexus 7/5/,,,,,) .
We’ll need to use the Linux distribution Ubuntu to get this to work, however you won’t need to install it.
Requirements : 3 GB of free space on your device , as it needs this much to actually download and run the OS.
Instructions :
1. Create a live Disc >> Ubuntu website;download the latest desktop OS ( comes with ISO file ); Create your USB stick boot able device with the help of UNetbootin or any device you do prefer though.
2. Boot into Ubuntu >> you know the drill >> Boot your PC with USB attached; Bios choose to boot from your stick USB > After selecting , choose Try Ubuntu. It will boot into it straight from USB without installing anything literally.
3. Put the attached file into Home Folder in the File system . Open up Terminal ( assuming you have rudimentary knowledge of command line in Linux )
Type :
Code:
$ chmod +x dualboot.sh
4. We need to install Correct ADB and dependencies over company's portal through our terminal, which is included in one piece of software.
Type:
Code:
$ sudo apt-get install phablet-tools
and choose "Y" in following scene
5.Connect your Device to your PC; USB Debugging enabled through your settings>Developer. In the terminal from earlier session,
Type to install the app:
Code:
$ ./dualboot.sh
Device will be rebooted couple of times i guess upon completion
6. Ignore anything about loosing root and just press the power button once to reboot.
Once you are back into Android , open your brand new Ubuntu Dual Boot app.
7. Now we need a super fast internet and lots of patient to get through 3GB download .
From within the app, press the greyed out 'Choose which channel to install' to bring up the options. Check 'bootstrap' and scroll down to 'utopic' so you get the recommended
version of the OS. Press install.
8. During installation you'll have to grant SU permission and after a while you will be done. Press 'Reboot to Ubuntu' ( grayed out option) and your device will be booted into Ubuntu Touch OS. ( again ignore any Android identifiers while booting ).
9. Now lets Return to Android : ( Tip :Using Power button to turn it off and on again will allow you to always boot back into Android) and with the reboot button on the app you can get back into OS Touch . please pay attention in this method your Android OS will not be wiped in the process.
As usual , I am not responsible for any kind of device meltdown, possible Bricking ,, etc etc ,, All credits goes to Ubuntu developer team.

Which Variant of LG G5 H850 do I really have?

Hi Folks,
I am basically new to Android and Phones but not new to computing. So, when using abbreviations or acronyms, please include in brackets the full description the first time you use them.
I have a New in Box Unlocked LG G5 H850 with Android 7.0 (Android security patch level is 1 November 2016). It was advertised as being a Europe model.
It has one SIM card slot and an SD Memory Card slot.
A check, on the IMEI number, suggests the phone is an Israel sub-variant. The report, produced by the LG SN & Carrier & Country Check on the IMEI.info website, lists the following:
Firmware File: H85030e_00_OPEN_IL_OP_0206.kdz
Firmware Version: H85030E_00
Suffix: AISROP
Carrier Code: ISR
Country Code: IL
Country: Israel
Carrier: ISRAEL
In the list of Device Properties I extracted are the following entries:
[persist.sys.op_name]: [OPEN_IL]
[ro.lge.acc_nt_type]: [NT_TYPE_EU_GLOBAL]
[ro.lge.factoryversion]: [LGH850AT-00-V20a-GLOBAL-COM-OCT-30-2016+0]
[ro.lge.swversion]: [H85020a]
[ro.lge.swversion_arb]: []
[ro.lge.swversion_rev]: [0]
[ro.lge.swversion_short]: [V20a]
[ro.lge.swversion_svn]: [26]
Does anyone know what the AT, at the end of LGH850AT, refers to?
Does anyone know what the following represents?
[persist.sys.sim-changed]: [2]
At the end of the post are various Configuration Properties, I extracted from the phone using the app kDI Device Info system permission, that I thought might be useful in analysing the situation. There were 741 Properties in total.
kDI Device Info system permission | F-Droid - Free and Open Source Android App Repository
androidSpec(s); GSF, Widevine L1/3, microG, Treble, A/B device infos (+otherIDs)
f-droid.org
Besides trying to determine which variant I have exactly, I am also having Bootloop problems associated with connecting to the Internet using WiFi. I think I have tried just about everything I have seen via searching the Internet except rooting the phone and disabling IPv6.
It doesn't matter whether DHCP or a Static IP is being used. When the Internet is accessed by a Browser, the phone almost immediately goes into a Bootloop and the only way to stop it is to turn off Wi-Fi after it restarts.
When the phone was received, the pre-selected Language was English (United Kingdom).
As this is supposed to be a European variant, why are there references to Hong Kong and South-east Asia as indicated by the following Properties?
[net.ims.country]: [HK]
[net.ims.operator]: [OPEN]
[persist.sys.cupss.subca-prev]: [/cust/OPEN_COM_DS/cust_OPEN_HK.prop]
[persist.sys.cupss.subca-prop]: [/cust/OPEN_COM_DS/cust_OPEN_HK.prop]
[ro.build.target_country]: [HK]
[ro.build.target_operator]: [OPEN]
[ro.build.target_region]: [ESA]
[ro.lge.ntcode_mcc]: [FFF]
[ro.lge.opensw]: [HKG-XX]
Why is there no OTA Software Update for Oreo? Should I avoid Oreo? When I checked for a Software Update, the response received indicated that I already had the latest version installed.
Is baseband "MPSS.TH.2.0.c1.4-00041-M8996FAAAANAZM-1.72241.1" known to have WiFi problems. Does this have anything to do with the functionality of Wi-Fi?
[gsm.version.baseband]: [MPSS.TH.2.0.c1.4-00041-M8996FAAAANAZM-1.72241.1]
[net.tcp.buffersize.wifi]: [524288,2097152,4194304,262144,524288,1048576]
[persist.sys.wificountrymcc]: []
[qc.izat.gtp.wifi.low_power]: [UNKNOWN]
[ro.wifi.channels]: []
[wifi.interface]: [wlan0]
[wifi.lge.common_hotspot]: [true]
[wifi.lge.patch]: [true]
[wifi.lge.profileMgr]: [true]
[wifi.lge.supportp2p5g]: [full]
[wifi_ftm.wififtmd_start]: [1]
[wlan.chip.vendor]: [brcm]
[wlan.chip.version]: [bcm43455]
[wlan.driver.status]: [unloaded]
[wlan.lge.concurrency]: [MCC]
[wlan.lge.dcf.enable]: [true]
[wlan.lge.earpiece]: [false]
[wlan.lge.fastroaming]: [true]
[wlan.lge.gons.scan.completed]: [false]
[wlan.lge.gons.scan.scanonly]: [false]
[wlan.lge.passpoint_setting]: [true]
[wlan.lge.softap5g]: [true]
[wlan.lge.softapwps]: [true]
[wlan.lge.supportsimaka]: [yes]
[wlan.lge.traffic.trigger]: [100]
[wlan.lge.wfd.bitratecontrol]: [true]
[wlan.lge.wfd.source]: [true]
[wlan.lge.wifidisplay]: [both]
[wlan.lge.wifidisplay.state]: [0]
[wlan.monitor.status]: [detach]
[net.ims.country]: [HK]
[net.ims.operator]: [OPEN]
[persist.radio.apm_sim_not_pwdn]: [1]
[persist.sys.factory.status]: [6]
[persist.sys.first-boot]: [1]
[persist.sys.first-mcc]: [FFF]
[persist.sys.first-mccmnc]: [FFFFFF]
[persist.sys.lg.fota_silent]: [0]
[persist.sys.op_name]: [OPEN_IL]
[persist.sys.sim-changed]: [2]
[ro.com.google.gmsversion]: [7.0_r2]
[ro.lge.factoryversion]: [LGH850AT-00-V20a-GLOBAL-COM-OCT-30-2016+0]
[ro.lge.swversion]: [H85020a]
[ro.lge.swversion_arb]: []
[ro.lge.swversion_rev]: [0]
[ro.lge.swversion_short]: [V20a]
[ro.lge.swversion_svn]: [26]
[ro.bootimage.build.date]: [Sun Oct 30 10:49:24 KST 2016]
[ro.bootimage.build.date.utc]: [1477792164]
[ro.bootimage.build.fingerprint]: [lge/h1_global_com/h1:7.0/NRD90U/163041049db12:user/release-keys]
[ro.bootloader]: [unknown]
[ro.bootmode]: [unknown]
[ro.build.characteristics]: [default]
[ro.build.date]: [Sun Oct 30 10:49:24 KST 2016]
[ro.build.date.utc]: [1477792164]
[ro.build.description]: [h1_global_com-user 7.0 NRD90U 163041049db12 release-keys]
[ro.build.display.id]: [NRD90U]
[ro.build.fingerprint]: [lge/h1_global_com/h1:7.0/NRD90U/163041049db12:user/release-keys]
[ro.build.flavor]: [h1_global_com-user]
[ro.build.host]: [LGEACI8R3]
[ro.build.id]: [NRD90U]
[ro.build.product]: [h1]
[ro.build.sbp]: [1]
[ro.build.sbp.version]: [31]
[ro.build.tags]: [release-keys]
[ro.build.target_country]: [HK]
[ro.build.target_operator]: [OPEN]
[ro.build.target_region]: [ESA]
[ro.build.type]: [user]
[ro.build.user]: [jenkins]
[ro.build.version.all_codenames]: [REL]
[ro.build.version.base_os]: []
[ro.build.version.codename]: [REL]
[ro.build.version.incremental]: [163041049db12]
[ro.build.version.preview_sdk]: [0]
[ro.build.version.release]: [7.0]
[ro.build.version.sdk]: [24]
[ro.build.version.security_patch]: [2016-11-01]
[ro.product.board]: [msm8996]
[ro.product.brand]: [lge]
[ro.product.cpu.abi]: [arm64-v8a]
[ro.product.cpu.abilist]: [arm64-v8a,armeabi-v7a,armeabi]
[ro.product.cpu.abilist32]: [armeabi-v7a,armeabi]
[ro.product.cpu.abilist64]: [arm64-v8a]
[ro.product.device]: [h1]
[ro.product.first_api_level]: [23]
[ro.product.locale]: [en-GB]
[ro.product.locale.language]: [en]
[ro.product.locale.region]: [GB]
[ro.product.manufacturer]: [LGE]
[ro.product.model]: [LG-H850]
[ro.product.name]: [h1_global_com]
Thanks!!, M.
Since you're running the first firmware version on the phone, i'm not surprised you're getting odd issues here and there. Install TWRP, format data & system, then flash the complete 20D zip package here to fix any would-be bootloop issues.
Afterwards, you can flash latest Lineage OS 17.1 (Android 10) or beta 18.1 (Android 11), 17.1 is more stable, but both work great. I'm unsure the odd out-of-region properties you're getting listed, but the more important thing is you're on a H850 and (I assume) is already bootloader unlocked.
DrowningInFreedom said:
Afterwards, you can flash latest Lineage OS 17.1 (Android 10) or beta 18.1 (Android 11), 17.1 is more stable, but both work great. I'm unsure the odd out-of-region properties you're getting listed, but the more important thing is you're on a H850 and (I assume) is already bootloader unlocked.
Click to expand...
Click to collapse
Hi,
I found the following Property listed for my phone.
[ro.boot.bl_unlock_complete]: [false]
I also found the following post on XDA.
Tecknight's Aristo 2 Tutorials
TAT TecKnight's Aristo 2 Tutorials series Click the description below to pull up the detailed post Restore your Aristo 2 / 2 + Images/Animations & Carrier Software to stock Access the Operator HiddenMenu on your Aristo 2 / 2 + Install a...
forum.xda-developers.com
2 things I don't want to lose are Camera functionality and HDMI output.
Thanks!!, M.
That post is just talking about if your bootlocker isn't unlockable and if you're still able to flash a custom recovery (in rare circumstances). Luckily, the H850 is officially bootloader unlockable, so you can easily do that and use custom ROMs/recovery.
Here are some more observations about my phone.
My phone has FascistBook, Insanegram and Evernote installed. This aligns with the User Guides for Israel and the UK and Ireland.
However, the guide for Israel makes no mention of the Cell Broadcast feature as do the guides for the UK and Ireland and the Vodafone guide listed on the following page. I can't find the Cell Broadcast feature in the settings nor Tools for my phone. Also, the Vodafone guide only lists Evernote as an installed app.
Codefire - Listing of H850
The Vendor Manifest extracted by kDI Device Info system permission lists the following.
"ALLOWED_GEOLOCATION_ORIGINS": "http://www.google.com http://www.google.co.uk",
Searching online seems to indicate the above 2 URLs as the only ones used. Is that correct?
There is also a H85020v_00_OPEN_EU_OP_0323.kdz (Nougat 7.1.2) file listed on the LG Fan Club website and the LG-ROMs website.
LG H850(LGH850) aka LG G5 - LG-Firmwares.com
LG H850 download the firmware for free! Detailed installation instruction. Video review of the model and its features. User feedback and latest news.
lg-firmwares.com
Download LG Firmware for LG G5 LGH850 Android 7.x Nougat kdz stock GBR Rom
Download Android 7.x Nougat KDZ stock firmware for download with direct link
lg-roms.com
The H85020j_00_OPEN_IL_OP_0112.kdz file would appear to be the equivalent for Israel?
Download LG Firmware for LG G5 LGH850 Android 7.x Nougat kdz stock ISR Rom
Download Android 7.x Nougat KDZ stock firmware for download with direct link
lg-roms.com
I use MX Linux on my Laptop and I do have the Android Debug Bridge installed.
Enabling Developer options, on the phone, indicates that the following options (pertinent to this thread?) can be enabled or set.
Enable OEM unlock
USB debugging
Revoke USB debugging authorizations
Select debug app
Meanwhile, I am going to start browsing through the following thread by @autoprime .
[INFO] Autoprime's All-in-One G5 Thread (Updated April 11 2017)
LG G5 ALL-IN-ONE THREAD Making a thread where I can throw random info about the G5 in one place. Will add to this as we go. See the changelog in post #2 to keep up with what's been added. Woo! As of April 20th this thread is now a Sticky. Not...
forum.xda-developers.com
Thanks!!, M.
DrowningInFreedom said:
Since you're running the first firmware version on the phone, i'm not surprised you're getting odd issues here and there. Install TWRP, format data & system, then flash the complete 20D zip package here to fix any would-be bootloop issues.
Afterwards, you can flash latest Lineage OS 17.1 (Android 10) or beta 18.1 (Android 11), 17.1 is more stable, but both work great. I'm unsure the odd out-of-region properties you're getting listed, but the more important thing is you're on a H850 and (I assume) is already bootloader unlocked.
Click to expand...
Click to collapse
Further analysis, via the Unlocking your Bootloader feature on the LG website, has revealed the following.
Unfortunately, your device( Israel, (ISRAEL), LGH850.ISR )does not support unlocking the bootloader. Your account will be locked if you enter the wrong information more than 9 times.
Click to expand...
Click to collapse
It seems I have been a victim of the following scam.
https://forum.xda-developers.com/t/official-lg-g5-h850-bootloader-unlock.3363040/post-73450344
jimchee said:
Okay, not sure where you ordered your phone from, but if it was China, don't believe anything they tell you, they consistently sell Israel versions of the H850 refreshed with open EU software, I myself have been cheated in this way and I can tell you if comes from Aliexpress it will almost certainly be a reflashed model that when you submit for official unlocking will be an ISRAELI model, through much painstaking experience I have found that you cannot believe anything a Chinese merchant tells you, I will never buy another product ever from Aliexpress unless it is something l am willing to lose all my money on, so for me like a 10 dollar threshold, otherwise I will now stick with retailers who won't steal your money when their merchants outright lie to get your money, the standard when speaking to a Chinese merchant is "everything they tell you will be a lie!"
Sent from my SM-T710 using Tapatalk
Click to expand...
Click to collapse
Is it still possible to update to a later official LG release of Android for the Israel variant?
How can I solve the Wi-Fi problem?
Thanks, M.
I've seen H850's on eBay shipping from China that seemed suspicious, and now all these posts make it all click together. You'd have to look for a KDZ to flash with LGUP for your specific varient, however long it received updates.
DrowningInFreedom said:
I've seen H850's on eBay shipping from China that seemed suspicious, and now all these posts make it all click together. You'd have to look for a KDZ to flash with LGUP for your specific varient, however long it received updates.
Click to expand...
Click to collapse
Can these KDZ files be inspected to see what the Device Manifest and Build Properties are as is provided by the kDI app?
I havn't used that program but it's definitly possible to inspect the KDZ/unpack elements, programs like this one can do that but I haven't tried personally.
DrowningInFreedom said:
I havn't used that program but it's definitly possible to inspect the KDZ/unpack elements, programs like this one can do that but I haven't tried personally.
Click to expand...
Click to collapse
Which of the .img files on the following page should I look at to compare to the Manifest and Build Properties data I was able to extract with the kDI app?
Codefire - Listing of H85020A
Thanks, M.
Probably just the H85020a_00_OPEN_EU_OP_1030.kdz
DrowningInFreedom said:
Probably just the H85020a_00_OPEN_EU_OP_1030.kdz
Click to expand...
Click to collapse
With Linux, can I mount and explore the contents of files like devcfg.img?
DrowningInFreedom said:
Probably just the H85020a_00_OPEN_EU_OP_1030.kdz
Click to expand...
Click to collapse
Do you happen to know what File System LG uses for the .img files?
DrowningInFreedom said:
I've seen H850's on eBay shipping from China that seemed suspicious, and now all these posts make it all click together. You'd have to look for a KDZ to flash with LGUP for your specific varient, however long it received updates.
Click to expand...
Click to collapse
If the Israel variant does not have an Unlockable Bootloader, how would it have been possible to Flash an OPEN_EU ROM?
Which tools would have been required to do that?
Is the installation of the OPEN_EU ROM on an Israel variant the reason that the WiFi loses connectivity and goes into a Bootloop?
Thanks!!
They may have used special phone flashing tools like Octoplus or z3x box
DrowningInFreedom said:
They may have used special phone flashing tools like Octoplus or z3x box
Click to expand...
Click to collapse
If the answer to solving my problem is by having an original LG ROM, for the Israel variant, installed, will I be able to do that using LGUP and/or UPPERCUT?
Thanks!
Download LG Firmware Official By IMEI Free Direct Link
Download official KDZ LG Firmware Update by IMEI (ROM) for Update or Unbrick all LG Mobile phone and Tablets
lg-roms.com
Type your IMEI and find the details by this link

Categories

Resources