[Q] RK3066 - Yuandao N90 II oem (Semi-)Bricked? - Android Q&A, Help & Troubleshooting

Hello there,
I've got an OEM N90 II. Tried to flash it with the tools from the manufacturer, but the tablet restartet while flashing.
Now it only boots into recovery.But I can connect to it with ADB.
What I did so far:
I've managed it to extract and mount the system.img from the ROM and ADB PUSH the system onto the device.
Now I've got ADB Shell access.
After that I've tried to flash_image the kernel and system, But when I try this, the shell doesn't respond and apparently nothing gets flashed.
I've also tried to flash kernel and system with DD. It said that it copied xxx bytes, but after a restart nothing changed.
Would be nice if someone could help me. :good:

Related

[Q] Tried to flash a zip file. Now stuck in download mode. What now?

Hi everyone
I recently got my first android phone - Samsung Galaxy W.
I decided to install a custom rom. Before that i had to root my phone which i did without any problems. After that i had to flash ClockworkMod v5.5.0.4. I downloaded the file which was in zip however i didn't extract it (which is what i should have done) and copied into my phone's memory. After that i put this code in the command promt
adb shell
$su
#dd if=/sdcard/
recovery-clockwork-5.5.0.4-ancora.zip of=/dev/block/mmcblk0p13
After rebooting the phone i can only get into the download mode in which nothing happens. And when i connent the phone to my pc the computer doesn't detect that my phone is connected. What shall i do now? Is my phone a brick now?
Okay i found out that my pc detects my phone however it is marked as unspecified device which means that i can't do anything with it.
Tommorow i install ubuntu and see if i will be able to connect to it.
Any other suggestions?

[Q] Please help unbrick my prime (Brick 1a)

Hi comrades!
Ihave unlocked prime 32dock.
Yesterday I tried to flash the firmware KJY2010 Primalicious 9.4.2.21.
1) First, I installed the CWM 5.8.2.0 - successfully
2) rebooted several times - everything was OK. The factory firmware loaded.
3) Then I found the instructions KJY2010 Primalicious 9.4.2.21 - is successfully established.
4) The new firmware is loaded. I set up wifi, google account and decided to reboot.
5) After rebooting, I was constantly load in the CWM.
I go to instruction Brick 1a
adb give me this result:
Code:
c:\Tools>adb shell
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
error: device not found
c:\Tools>
I try 2 other Prime usb driver - result the same. (In device manager Asus transformer Prime set OK, whithout any warnings)
I try do this under Linux - result the same.
What else can i do in this situation?
I have backup image and i try do restore - result the same.
I try wipe data - result the same.
Please HELP.
See this thread to get your Prime recognized by adb:
http://forum.xda-developers.com/showthread.php?t=1426502
thanks
tedr108 said:
See this thread to get your Prime recognized by adb:
http://forum.xda-developers.com/showthread.php?t=1426502
Click to expand...
Click to collapse
big thanks.
I already tried this driver yesterday, but was inattentive. did not remove the old drivers first.
Who made ​​everything clear to the user manual (deleted the driver and rebooted the computer).
It worked! Thank you and the author of the driver! My tablet is restored.
I had this problem with my prime with it 1a bricked. so i tried it on my laptop instead of my desktop and was able to adb. Think my desktop needs a reimage but i was not in the mood to do it.
yurmala22 said:
big thanks.
I already tried this driver yesterday, but was inattentive. did not remove the old drivers first.
Who made ​​everything clear to the user manual (deleted the driver and rebooted the computer).
It worked! Thank you and the author of the driver! My tablet is restored.
Click to expand...
Click to collapse
FIXED!
Hiya mate, any chane you can write down your procedure if thats cool, ive got the exact same issue as you,
- ive deleted anything that looks like a driver pack from asus in my add remove program (im on xp)
- ive uninstalled the driver from the listing in the device manager (Android Phone > Asus Transformer Prime ADB Interface) which comes up when i hook up the tab while its in CWM
-restarted comp, connect my tab, point xp's driver install program to the universal naked driver folder
- all set, yet still getting the device not found
I have adb folder in C:\ directory
CMD into the run menu
CD change C:\
cd adb
adb shell
daemon not running. starting it now on port5037
daemon started successfully
error: device not found
Been looking around for a while now, pulling my hair out, a few snippets here and there, some have been successfull, but no detail on how they got it fixed
Out of all of them, your situation best describes the one im in at the moment, am i missing something?
Hoping you or anyone really, have a solution, and perhaps help anyone else who might get into a similar situation
By the way, for the record, my brick occured because i stupidly Factory/Reset using the ROMS ( Virtuous Prime/Stock kernel) menu, rather then CMW's Factory/Reset
Any help would be mucho appreciated
Edit: Sorry ive just realised how old the thread is, hope no one minds, if not
-Tried asus sync
-Tried pdanet?(is that right?) drivers
- Hoping for a solution that doesnt involve deleting internal sd card content as ive got 1 or two nand backups im in the process of streamlining, if thats possible that is
Edit 2
Ok, managed to get past the device not found part,
http://dottech.org/tipsntricks/2153...ows-computer-for-use-with-your-android-phone/
Installed another version of adb(link above, follow instructions), i guess the adb i was using was a dud
Edit 3
Fiiinaly fixed it, problem was adb, for anyone who might have similar symptoms try installing and following the instructions in the link just up there ^^^^
And to be thorough, follow the instructions written by Diamondback (option 1a)
http://forum.xda-developers.com/showthread.php?t=1514088
Heres the snippet, if Diamondback dont mind?
Once adb's installed correctly
Now do the following:
Make sure your Prime is in Recovery mode (CWM)
Open a cmd line on your pc
Type: "adb shell"
You should see a "#" now
Once you have that "#", please type: dd if=/dev/zero of=/dev/block/mmcblk0p4 bs=100 count=1 and press [Enter]
Now type: dd if=/dev/zero of=/dev/block/mmcblk0p3 bs=16 count=1 and press [Enter]
Exit the shell and reboot your Prime via CWM
It should not reboot to CWM automatically now. It either boots your ROM or is stuck at the splash screen. If it is stuck, boot to recovery and install any ROM you want.
There you go folks, if a noob like me can do it.......well, you get the idea

Intenso 824 stuck on splash

After installing chainfire my tablet cant boot, even recovery mode does not work. Adb has never worked with this device. Do you know any tools auto-launched from sd to reflash my device?
rk3066, Android 4.1.1
I will be grateful for any help
UPDATE:
I have found .tar file : http://intenso.de/downloads.php?kategorie=33&produkt=1367995940 3rd file. Can I push it with Linux Live CD ?
UPDATE 2:
standard adb does not work but after I'd installed Shuame everything has gone fine removed cf3d with adb

Problem of transfer of files while installing a new rom

Hello,
I am having a big issue with my Sony Xperia Z2 Tablet. I tried to install a new rom on it and I am stuck in the recovery step.
I achieved to unlock the phone, install the fastboot drivers and flash the boot of my device. I can access to the CWM-based Recovery v6.0.5.1 menu but I just can't put the new rom in my /sdcard/xx directory.
I've tried to use the "adb push cm-11-....-windy.zip /sdcard/0/" command line, but I receive the message: "error: device not found".
I then check the command "adb devices" and indeed the device is not listed even though the device is connected. I then tried to reboot the device (after wiping the data/factory reset, cache partition and dalvyk cache, but my tab is not rebooting on anything. I have nothing but the wave background. Once the device got at that stage, the "adb devices" commande shows the following message: CB51xxxxxx unauthorized. It looks like I have a driver problem or something similar, but I tried to install different drivers and nothing worked so far.
So from there, I am lost, I can't boot my system with the original rom and I can't transfer any new rom in the memory to install a new one.
I would appreciate it a lot if anyone could give me some leads on how I could transfer the new rom on my device or at least recover the original sony firmware so that I can use my tablet again.
Thank you for your answers and time
P.S. I also tried the slideloader option, but since it seems to work on the adb program, it's not working either.
Solved
¨Djyinks said:
Hello,
I am having a big issue with my Sony Xperia Z2 Tablet. I tried to install a new rom on it and I am stuck in the recovery step.
I achieved to unlock the phone, install the fastboot drivers and flash the boot of my device. I can access to the CWM-based Recovery v6.0.5.1 menu but I just can't put the new rom in my /sdcard/xx directory.
I've tried to use the "adb push cm-11-....-windy.zip /sdcard/0/" command line, but I receive the message: "error: device not found".
I then check the command "adb devices" and indeed the device is not listed even though the device is connected. I then tried to reboot the device (after wiping the data/factory reset, cache partition and dalvyk cache, but my tab is not rebooting on anything. I have nothing but the wave background. Once the device got at that stage, the "adb devices" commande shows the following message: CB51xxxxxx unauthorized. It looks like I have a driver problem or something similar, but I tried to install different drivers and nothing worked so far.
So from there, I am lost, I can't boot my system with the original rom and I can't transfer any new rom in the memory to install a new one.
I would appreciate it a lot if anyone could give me some leads on how I could transfer the new rom on my device or at least recover the original sony firmware so that I can use my tablet again.
Thank you for your answers and time
P.S. I also tried the slideloader option, but since it seems to work on the adb program, it's not working either.
Click to expand...
Click to collapse
I found a solution, I flashed my tablet with flashtool and a working ftf file. Then I could have my tablet running the original sony rom and finally I could transfer the cyanogen rom into the tab. Everything is running fine now.

[Q] Modified ROM prop (for persistent adb) not applying

Hi,
I'm stuck here on a large problem : I've got an I9300 with broken screen and digitizer. I just wish to enable adb in normal use so I can take control of it and install a VNC app for future projects, thus I don't care about erasing all data.
I managed to flash CWM via Odin on it, then I was disappointed to see that Odin could not help me flashing a custom ArchiDroid (zip file) on it, on which I enabled adb as shown in thread n°2335799 (sorry can't post links yet), by editing default.prop in boot.img and build.prop also.
Then I booted my S3 in recovery mode, I did Vol- and Power, "sideload" appeared in the list of
Code:
adb devices
I then did
Code:
adb sideload rom.zip
waited for it to finish.
After that I boot it in "normal" mode, and surprise, adb is still not activated!
I have no clue of what could possibly be wrong!
Thanks in advance for any help!

Categories

Resources