buddy can any one help me to sot out the problem
i hav ported htc one x rom but boot loop stuck on boot logo n keep rebooting....
please help
plzzz help
[email protected] said:
error in meta-inf showinf status 7 error
please help
Click to expand...
Click to collapse
Check your updater-script code for something like this :
Code:
assert(getprop("ro.product.device")=="some_product_name" ||
getprop("ro.build.product")=="blahblahblah");
and delete that line up till the last semicolon for that line;
also check for any missing semicolons.
thanks buddy but already tried it now it is installing but showing error in
set_perm: chmod of /system/etc/bluetooth/auto_pair_devlist.conf to 640 failed
any sol for this
Related
Its just like this , i did re-do several times but nothing change
Can u please help me guys ??
it stucks or just error code : 80004002
I attempted to ROOT my HTC Evo Shift (Sprint) but now im stuck in a bootloop and i keep recieving this error: device not found. Can anyone help me?
Try to uninstall then reinstall your drivers.
Short_Circuit said:
I attempted to ROOT my HTC Evo Shift (Sprint) but now im stuck in a bootloop and i keep recieving this error: device not found. Can anyone help me?
Click to expand...
Click to collapse
If your in Bootloop, your going to have to pull the Battery. Then Boot into Fastboot, and mount from there.
Hello frds now I root my gt2 device .it successfully rooted , but I cont fix the CWM it shows error like "E:signeture verification failed".plz help me.....
surya_p3100 said:
Hello frds now I root my gt2 device .it successfully rooted , but I cont fix the CWM it shows error like "E:signeture verification failed".plz help me.....
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1866600
Try this, looks like it's a similar problem.
I bought a new moto x play i rooted it and installed the rom properly then when i rebooted my phone it displayed an error some sort of warning to bypass that i looked up on the internet and through command prompt i installed one logo file too...
but after that too i m unable to open my phone it just hangs up on the logo screen plz guide me through it
tariq ahmad said:
I bought a new moto x play i rooted it and installed the rom properly then when i rebooted my phone it displayed an error some sort of warning to bypass that i looked up on the internet and through command prompt i installed one logo file too...
but after that too i m unable to open my phone it just hangs up on the logo screen plz guide me through it
Click to expand...
Click to collapse
Hello,
Can you elaborate what the error was? What exactly were you doing?
-Vatsal
Hi,
I am using Lenovo K52e78 VIBEUI_V3.0_1615_5.518.1_ST_K52e78.
I have flashed my phone with the following ROM:
"K52e78_china_to_A7020_S125.rar" which I retrieved from needrom website.
During flashing the following error pop up:
"BROM ERROR : STATUS_BROM_CMD_STARTCMD_FAIL (0xC0060001)"
Please help to resolve my problem as my phone is totally dead now.
Thank you.
Best regards
Fikri
fikri67 said:
Hi,
I am using Lenovo K52e78 VIBEUI_V3.0_1615_5.518.1_ST_K52e78.
I have flashed my phone with the following ROM:
"K52e78_china_to_A7020_S125.rar" which I retrieved from needrom website.
During flashing the following error pop up:
"BROM ERROR : STATUS_BROM_CMD_STARTCMD_FAIL (0xC0060001)"
Please help to resolve my problem as my phone is totally dead now.
Thank you.
Best regards
Fikri
Click to expand...
Click to collapse
Find your error on this list then follow the troubleshooting steps described.
https://forum.hovatek.com/thread-439.html
I DO NOT PROVIDE HELP IN PM, KEEP IT IN THE THREADS WHERE EVERYONE CAN SHARE
Have u find your solution on this error. If yes so plz send me the solution bcoz i dont get it. Plz help me i wanr your help badly. Plz contact me on 9779116697 or email me on [email protected]. plz contact me as soon as possible.
Regards
Vivek kumar
To
Fikri
I've the same probleme, do you find a solution?
In my case i solved the issue by using a different setup. The error message hints at a possible timing issue with the device powering up before flashing takes place. Most tutorials online show how to use SP flash tool under Windows so i figured i'd run it in a Win7 VM. Unfortunately after the phone gets connected Virtualbox needs a second or two too long. During that time TWRP kicks in already (the phone was stuck in a recovery bootloop, which was the reason i wanted to re-flash the factory rom). So instead, i tried the Linux version of SP flash tool (on my Linux Mint laptop). That worked.
As a side note, the Linux version didn't work immediately, it complained about missing shared library libpng12.so
I got it working after installing it like this:
Code:
wget -q -O /tmp/libpng12.deb [url]http://mirrors.kernel.org/ubuntu/pool/main/libp/[/url]
&& sudo dpkg -i /tmp/libpng12.deb \
&& rm /tmp/libpng12.deb