Hisense U988 stuck at boot logo - Android Q&A, Help & Troubleshooting

Hi Greetings!
I would like to seek support from you all, as accidentally i had deleted my entire Hisense U988 mobile phone and now while turning onn it only show boot logo and if i am trying to flash stock rom it says no partition table found. Kindly help me sort out the issue or suggest me any custom rom or firmware or anything that i can try to start my phone.
-----------------------------------------------------------------
With GPT Tool in ADB Mode it says..
Checking ADB Device Connectioning Wait: Device Connected
Loading Information Please wait..........
Checking Root Wait : True
Manufacturer : error:closed
Model : error:closed
Version : error:closed
DisplayID : error:closed
BoardID : error:closed
CPU : error:closed
SN : error:closed
Incremental : error:closed
Hardware : error:closed
CodeBame : error:closed
Date : error:closed
Sdk : error:closed
User : error:closed
Type : error:closed
BuildID : error:closed
description : error:closed
Fingerprint : error:closed
----------—-———-------------——---------------------------
With GPT Tool in ADB Mode it says..
Checking Device Conecting.... Device Found
Reading Information from Connected Device
Model:U988
IMEI :
Build :
CID :
HBoot :
MID :
Security :
Region :

@KahlonEmpire
Try to re-flash phone's Stock ROM via ADB
Code:
adb devices
adb reboot sideload
adb sideload <FULL_PATH_TO_STOCK_ROM_ZIP_FILE_HERE>
adb reboot

Hisense U_988 stuck
Hi Greetings!
Really appreciate your quick response on the subject post, I tried to reflash the zip file as described by you through adb sideload but unfortunately this method even doesn't work.
An error is popping on the phone screen as written below.....
Finding update package.......
Opening update package....
Verifying update package...
E : footer is wrong
E : signature verification failed
Installation aborted

@KahlonEmpire
My guess is that ROM image used is not packaged for installation via ADB sideload: Never had such an issue.

@jwoegerbauer
Dear could you help me find out the accurate image file that i can install via ADB Sideload.
I would be really greatfull if you can share any link from where i can download the file. Please

Related

[Q] LG L9 / p760 stuck at "security error". How to get ADB up?

Got my new LG L9 and, after upgrading to V20B via OTA, I decided to downgrade to V10A to get it rooted (this was before I discovered this thread :/).
Here is what I did:
- I successfully used the KDZ_Flash-Package_LG to downgrade.
- Had to hard reset, then the phone booted fine.
- Rooted using Bin4ry's method
- Installed some L9RecoveryInstaller_1.3.0.apk for CWM (I think this is where I might have f***ed up?)
- Got into CWM recovery just fine, then flashed the lates CM nightlies (from here) +gapps (or maybe this was stupid?)
- Rebooted (wiped all data, cache & dalvik)
Now the phone is stuck at the "Securty Error" screen. The situation:
- Hard reset doesn't help....
- ...but I can get into the S/W screen just fine!
- The devices COM port shows up in device manager
- ...but not the ADB
The LGMobile Support Tool does recognize the device just fine and I can start the phone update process, however, my Internet right now is dead slow, so I'd be waiting for 8 hours for the download to complete (with a chance of things going wrong, again).
I hoped I could flash using the offline KDZ flasher again (as I did previously). However, it keeps complaining that my phone is not connected. I assume this has to do with the fact that the ADB is not initialized?
Anybody knows a way out of this? How to get the ADB up while in S/W mode?
Or at least some feedback on where exactly I made the mistake, so I can learn for the future?
Edit1: Note that I did make a backup of the phone in V10A state, so getting back into recovery would also help!
Edit2: Could this "fastboot" thing help? If I got the phone into fastboot mode, what specifically could I do to unbrick?
Cm won't work without unlocked bootloader. SW is a bit flaky in JB. What you need to do is get p1 (xloader) and p2(uboot) dump from same variant phone as you have. These dumps need to be from ICS then you have to use fastboot to flash them. S/W mode should work fine after that. I'll update my post with more details when I have more time.
Try getting p1 and p2 from someone first
Thank you so much for your response!
Lelus said:
Try getting p1 and p2 from someone first
Click to expand...
Click to collapse
Who would be so kind?
Edit: I played around a little and I already manged to get into fastboot mode following this thread. So all I need now are these p1/p2 dumps? Is there any chance on finding this on the web, in case nobody can provide me with some, here? Also, with "ICE", you mean "ice cream sandwich / ics" version of android, right?
jaaaaaan said:
Thank you so much for your response!
Who would be so kind?
Edit: I played around a little and I already manged to get into fastboot mode following this thread. So all I need now are these p1/p2 dumps? Is there any chance on finding this on the web, in case nobody can provide me with some, here? Also, with "ICE", you mean "ice cream sandwich / ics" version of android, right?
Click to expand...
Click to collapse
Yes, ics. I don't think you can find it on the web. I'll post instructions how to dump p1&2 later.
R: [Q] LG L9 / p760 stuck at "security error". How to get ADB up?
Hi, I can provvide x-loader and u-boot from ICS but I think you need the boot.img (kernel) because you flashed the cm's kernel with locked bootloader and that caused the security error.
Anyway with LG mobile support tool you can configure an http server to download the kdz from your PC (VERY fast).
As soon as I get home I will post x-loader, u-boot and boot.img from ICS
Inviato dal mio LG-P760 con Tapatalk 2
Thank you again for your response! So the backups posted in this thread would not help me, right? I need dumps of unrooted p1/p2's...
@sguerrini97: - almost missed your response , thanks for getting back at me, and thanks for your offer to help me! I'm looking forward to get this fixed again
You are welcome
Here is a boot.img from p760: https://dl.dropbox.com/u/95188513/Android/boot.img
And here is the x-loader: https://dl.dropbox.com/u/95188513/Android/x-loader.img
They are from V10H. Unfortunatly I can't find my dump of ICS' u-boot, anyway I think you only need the boot.img.
Once you get in fastboot mode, run this command:
Code:
fastboot flash boot boot.img
This should fix the security error...
To get adb working you can boot into LG's stock recovery if you didn't flash CWM from fastboot ([vol+] + [home] + [power]).
If you flashed another recovery (not the 2nd-init recovery, but a real recovery) here is the stock recovery.img: https://dl.dropbox.com/u/95188513/Android/recovery.img
You can flash this with fastboot too:
Code:
fastboot flash recovery recovery.img
Keep us updated on your situation
- flashed your boot.img:
- still security error
- flashed both your x-loader.img and the recovery.img you provided:
- still security error
- tried to get into the LG recovery mode anyway:
- YES! ADB Interface in device manager!
- Tried to flash V10A using LGMobile Software Tool (was the only image I ever managed to get offline):
- used "emergency" phone mode
- went through "ANALYSIS" and "DOWNLOAD" without problems...
- ...but now is stuck at 4% of UPDATE for 10 minutes now already
- (log appended)
I'm still having the update open. Should I pull the plug? What to try next? Try again? Different PhoneMode?
Again, thank you so much for your support!
Code:
22:26:07 : [C:\LGMobileUpgrade] Try to delete folder
22:26:07 : Start Date : 2013-03-29 22:26:07
22:26:07 : ---------- QM Testmode ---------
22:26:07 : ***** Check Tool Version *****
22:26:07 : Tool version : 1.5.4.8
22:26:07 : UpgradeDLL version : 1.2.6.7
22:26:07 : Current Dir : C:\ProgramData\LGMOBILEAX\B2C_Client
22:26:07 : LGE USB Driver Version :
22:26:07 : Android PDLV Version :
22:26:07 : Android NDLV Version :
22:26:07 : ******************************************
22:26:07 : [C:\ProgramData\LGMOBILEAX\Phone] Try to delete folder
22:26:07 : SetEmerModeAT()
22:26:07 : _IsConnectedPhone Call
22:26:23 : _IsConnectedPhone(1)
22:26:23 : 0 - NotConnected.
22:26:23 : 1 - Normal connect success
22:26:23 : 2 - Emergency connect success
22:26:25 : _IsConnectedPhone Call for SmartPhone
22:26:25 : _IsConnectedPhone(0)
22:26:25 : 0 - NotConnected.
22:26:25 : 1 - Normal connect success
22:26:25 : 2 - Emergency connect success
22:26:25 : PhoneÀÌ Notconnect »óÅÂÀ̸ç Port¸¦ ÀâÁö ¸øÇß°í Åë½Å ÇÒ¼ö¾ø´Â »óÅÂÀÓ.
22:26:25 : ¾÷±×·¹À̵å ÇÏ´Ù°¡ ½ÇÆÐÇÑ ±â·ÏÀÌ PC¿¡ ³²¾ÆÀÖÀ¸¸ç Æù°ú Åë½ÅÀ» ÇÒ¼ö ¾ø±â ¶§¹®¿¡
22:26:25 : ȯ°æºÐ¼® ´ë½Å ¸¶Áö¸·¿¡ ¾÷±×·¹À̵带 ½ÃµµÇÑ °ªÀ» °¡Áö°í ¾÷±×·¹ÀÌµå ½Ãµµ¸¦ ÇÔ.
22:26:25 : ȯ°æ ºÐ¼® ºÎºÐÀº Pass ÇÏ°í File download / Decrypt °úÁ¤À¸·Î PassÇÔ.
22:26:25 : *****CheckOS Start********
22:26:25 : Microsoft_Windows_XP_Professional_Service Pack 3
22:26:25 : ÀÎÁõ °Ë»ç ÆĶó¸ÞŸ - ESN_IMEI : , Model :
22:26:25 : Phone type Compare start
22:26:26 : ****************CheckAndDownload********************
22:26:26 : ******Extract Start C:\Users\Jan\Desktop\P760\root\rollback\V10A_00.kdz*****
22:26:26 : Model Dll Dir(C:\ProgramData\LGMOBILEAX\Phone\)
22:26:26 : File Size = 532966984
22:26:38 : Extract kdz file Success.
22:26:47 : Extracted C:\ProgramData\LGMOBILEAX\Phone\\V10A.wdb\n
22:26:47 : WDB(or DZ) FullPath(C:\ProgramData\LGMOBILEAX\Phone\\V10A.wdb)
22:26:53 : Extracted C:\ProgramData\LGMOBILEAX\Phone\\LGP760.dll\n
22:26:53 : Model dll FullPath(C:\ProgramData\LGMOBILEAX\Phone\\LGP760.dll)
22:26:53 : NNNNN WDB FullPath(C:\ProgramData\LGMOBILEAX\Phone\V10A.wdb)
22:26:53 : NNNNN Model dll FullPath(C:\ProgramData\LGMOBILEAX\Phone\LGP760.dll)
22:26:53 : Extract End C:\Users\Jan\Desktop\P760\root\rollback\V10A_00.cab
22:26:53 : ------------------Model.dll Information-------------------
22:26:53 : Filename : LGP760.dll
22:26:53 : Version : 0.0.1.0
22:26:53 : File size : 270336
22:26:53 : File date : 2012/06/14-15:49:00
22:26:53 : PC Created date: 2013/03/29-22:26:47
22:26:53 : ----------------------------------------------------------
22:26:53 : *****Check LGCM Programs Start*****
22:26:53 : LGCM Programs Not Found - OK and ready to upgrade
22:26:53 : *****WorkModelDLL Start*****
22:26:54 : strPhoneBinaryPath(C:\ProgramData\LGMOBILEAX\Phone\V10A.wdb)
22:26:54 : strModuleDir(C:\ProgramData\LGMOBILEAX\Phone\)
22:26:54 : strModelDLLPath(C:\ProgramData\LGMOBILEAX\Phone\LGP760.dll)
22:26:54 : _DetachDLL Call
22:26:54 : _DetachDLL Call End
22:26:54 : Call fn_StartUpgrade
The tool didn't find your phone..
Code:
22:26:25 : _IsConnectedPhone([B]0[/B])
22:26:25 : [B]0 - NotConnected[/B].
22:26:25 : 1 - Normal connect success
22:26:25 : 2 - Emergency connect success
LG Mobile support tool is the easiest way..
You should download the last kdz for your IMEI (the version that the tool can find) and place it in:
"C:\shttps\www\swdata\WDLSW\LGP760\XXXXXX\VX0x_00\VX0x_00.kdz" and set the http port to 80.
(Replace Xs with your kdz info, you can grab them from the kdz link).
You should put only one of the two lines in the hosts file, I don't remember whick one but you can try..
LG Mobile Support Tool will connect to the internet but it will "download" the kdz from your PC, it will be very fast.
Sorry for my englesh
Okay, I'm not sure if I'm still doing what I'm supposed to:
To which version of the LG tool are you referring? The original one? The original one in combination with the fake KDZ server?
The folder you are referring to doesn't seem to exist.
Whats with the port? I never set any port before in the KDZ procedures...
Otherwise, I think I get what you mean with the path:
WDLSW/LGP760/ADEUBK/V20b_00/V20B_00.kdz
This file I am already downloading in a DL manager for some time now... (should be finished in 2h )
Next problem: I just tried to go through the regular update (without any offline tricks). It now asks for S/N and IMEI data (which I happily provide). Then update stops immediately:
Updating is not possible any longer due to a fatal
error while the LG Mobile Phone Software Update
Click to expand...
Click to collapse
This is the tutorial with the http server: http://forum.xda-developers.com/showthread.php?p=36351786
If that procedure doesn't work, follow my previous post
Sorry but flashing boot.img will get you nowhere, system partition has been overwritten by cm, best you'll get is bootloop.
I don't know if lg intentionally broke sw mode in JB or why it doesn't work but that's why your phone isn't being detected by lg tool or kdz flasher and you won't be able to fix security error with plain adb.
to dump:
adb shell su -c busybox dd if=/dev/block/mmcblk0p2 of=/sdcard/external_sd/p2.bin
adb shell su -c busybox dd if=/dev/block/mmcblk0p1 of=/sdcard/external_sd/p1.bin
to restore
fastboot flash x-loader p1.bin
fastboot flash u-boot p2.bin
after that software mode will work and your phone should be detected by either lg tool or kdz flasher
@Lelus: You seem to be right... It looked so promising, but indeed, both following the instructions from the GUIDE and the workaround sguerrini97 posted, something always fails...
@sguerrini97: You already helped me sooo much, but do you think you could create those dumps for me? I'm kinda lost here :crying:
Now I've got the PACMAN rom, x-loader and u-boot are the ones from JB, I don't know if they will work..
sguerrini97 said:
Now I've got the PACMAN rom, x-loader and u-boot are the ones from JB, I don't know if they will work..
Click to expand...
Click to collapse
I'm not sure, either... this is mostly new to me, and I know just as much as I learned today (which is already a lot ).
Theoretically you could use xloader and uboot from ics of p765 or p768
Two questions:
Where could I look for people that could help me?
Why is my CWM backup I made from my ICS install (after root, before flashing cm 10.1) not helping?
I have the following files:
Code:
.android_secure.vfat.dup
boot.img
cache.ext4.dup
data.ext4.dup
nandroid.md5
recovery.img
system.ext4.dup
Is system.ext4.dup not what we are looking for? (.dup = dump?), system = x-image? Most of these files are pretty small, though...
You need a backup in .tar format to restore it from adb, you made it in the new CWM format and I don't know if it's possible to restore it from adb. Maybe if you flash my x-loader and my u-boot you will have unlocked bootloader to flash a real recovery to restore it.
sguerrini97 said:
You need a backup in .tar format to restore it from adb, you made it in the new CWM format and I don't know if it's possible to restore it from adb. Maybe if you flash my x-loader and my u-boot you will have unlocked bootloader to flash a real recovery to restore it.
Click to expand...
Click to collapse
You mean your current JB x-loader / u-boot, right? I'm willing to try, could you upload those files?
x-loader: https://dl.dropbox.com/u/95188513/Android/JB/x-loader.img
u-boot: https://dl.dropbox.com/u/95188513/Android/JB/u-boot.img
CWM recovery: http://download2.clockworkmod.com/recoveries/recovery-clockwork-6.0.2.9-p760.img
You have to flash everything from fastboot:
Code:
fastboot flash x-loader x-loader.img
fastboot flash u-boot u-boot.img
fastboot flash recovery recovery-clockwork-6.0.2.9-p760.img
Then try to enter in recovery with [vol+] + [home] + [power], you should be into CWM.

[Q] Getting Exception while uninstalling app using ddmlib 23.1.3.jar

hii guys I am trying develop a java app that makes Android device into Kiosk i have started development using ddmlib23.1.3 jar i was able to succesfully uninstall the system apps using the sequence of adb commands (on a rooted device) now I am trying to uninstall user apps from the device where I am getting Exceptions
Trail 1:
device.executeShellCommand("pm uninstall "+apkName, receiver);//apkName contains package
I have kept Log for printing status i got following messages
Uninstalling : com.foxit.mobile.pdf.lite
..
Status :
..
Status :
..
Running Command : pm uninstall com.foxit.mobile.pdf.lite
..
Status : Failure
Trail 2:
i got status as Failure so i have included 'su' permission for command
device.executeShellCommand("su -c 'pm uninstall "+apkName+"'", receiver);
package Name : /data/app/com.foxit.mobile.pdf.lite-1.apk=com.foxit.mobile.pdf.lite
..
Uninstalling : com.foxit.mobile.pdf.lite
..
Status :
..
Status :
..
Running Command : su -c 'pm uninstall com.foxit.mobile.pdf.lite'
..
Status : Segmentation fault
Trail 3:
then i tried with the default method in the API
String status = device.uninstallPackage(apkName);
then i got following messages in log
..
package Name : /data/app/com.foxit.mobile.pdf.lite-1.apk=com.foxit.mobile.pdf.lite
..
Status : Unknown failure
..
please help me how to solve this problem
thanks in advance

[Q] XenonHD Rom install error (Mi3W)

Device : Mi3W
Rom : XenonHD-5.1
Recovery : TWRP v2.8.7.0
Cant install this rom
it say : error executing updater binary in zip ' /sdcard/update-XenonHD-09-16-15-signed-cancro.zip '
plz help!

Error installing recovery by adb

When I was doing the installation on my zenfone go , it presents this error
OBS : My bootloader is unlocked .
Error > http://imgur.com/Qo0Cuei

SONIM XP7700 I need a QCN file or EFS backup please(I include manual how to do it)

Greetings, I have a problem with this phone, when repairing the IMEI does not appear on the screen, although in the software it appears, in the reading of the software used.
-- Found
-- MODAL : XP7700
-- MANUFUCTURER : Sonim
-- ANDROID VERSION : 5.1.1
-- CPU : armeabi-v7a
-- MMC STORAGE : 0 Bytes
-- HARDWARE : qcom
-- BOARD : MSM8226
-- BOOTLODER : unknown
-- USB CONFIG : mtp,adb
-- USER : jenkins
-- BASEBAND : MPSS.DI.2.0.1.c1-00017-12-05-161202-16
-- DISPLAY ID : 7A.0.2-09-5.1.1-12.01.12
-- BUILD ID : LMY47V
-- REGION : US
-- LANGUAGE : en
-- SIM STAT. : NOT_READY
-- BUILD DATE : Sat Dec 3 14:17:27 IST 2016
-- BUILD TAGS : release-keys
-- NETWORK TYPE : Unknown
-- SIM OPERATOR :
-- LCD DENSITY : 240
-- IMEI 1 :
-- ROOT STATUS
-- Superuser.Apk : Installed
-- BusyBox : Not Installed
-- Su Binararies : kingo 14
-- Root Status : ROOTED
Begin Reading Info Imei
COM Port number : COM99
Checking if phone is connected ... in 20 second(s)
Checking for phone connection at : COM99
IMEI1 : 356081093490333
IMEI2 : 000000000000000
MEID : 35608109349020
ESN : 80677FFF
Baseband Version : MPSS.DI.2.0.1.c1-00017-
Read Device Info Completed
-- Elapsed Time : 0 minutes - 5 seconds
The easiest method to read the QCN file, is using the software PSTTool1_725, using the Developer Mode option, with the password: 123456.
And with this programming code *#*#248#*#*
, you will have a menu in view, but you enter the USBMODE TEST line, and select TEST_MODE, with that operation you can activate the diagnostic port.
With the PSTTool1_725 in the system manager tab you will find the way to read and restore a QCN file, then images.
include the link to download the PSTTool1.7 setup software together with the USB drivers Sonim Smart Phone USB Driver Diag_1.4.
https://drive.google.com/file/d/1Cj_VclFRmepXA_cr_h9gDuXZord9Cxlv/view?usp=sharing

Categories

Resources