Trio Stealth G2 Hype frozen at boot logo - Android Q&A, Help & Troubleshooting

Hi guys,
My step daughters tablet, the 7" Dual Core 4GB Trio Stealth G2 Hype, has frozen at the "Trio Stealth G2" logo boot screen. It won't go any further. I've tried every combination of key presses (pwr & vol+, pwr & vol-, pwr & vol-,vol+) to get it into recovery mode OR to hard reset it and nothing is working. I've tried hooking it up to my windows 7 computer, it shows up as M3-CHIP (only after I press pwr & vol-). I downloaded the android adt bundle like someone else suggested and then adding the hardware id of the device to the file called android_winusb.inf BUT that file doesn't exist anywhere within the adt bundle. I even just tried creating the file and adding the hardware id to the file I copied from another thread and when I click update driver and choose where that file is that I created it won't take, it says windows couldn't find a driver for this device.
Here's the file I created
Code:
;
; Android WinUsb driver installation.
;
[Version]
Signature = "$Windows NT$"
Class = AndroidUsbDeviceClass
ClassGuid = {3F966BD9-FA04-4ec5-991C-D326973B5128}
Provider = %ProviderName%
DriverVer = 08/11/2009,2.0.0010.00002
CatalogFile.NTx86 = androidwinusb86.cat
CatalogFile.NTamd64 = androidwinusba64.cat
;
; This section seems to be required for WinUsb driver installation.
; If this section is removed the installer will report an error
; "Required section not found in INF file".
;
[ClassInstall32]
Addreg = AndroidWinUsbClassReg
[AndroidWinUsbClassReg]
HKR,,,0,%ClassName%
HKR,,Icon,,-1
[Manufacturer]
%ProviderName% = Google, NTx86, NTamd64
[Google.NTx86]
;Orange San Francisco
%SingleAdbInterface% = USB_Install, USB\VID_19D2&PID_1354&MI_00
%CompositeAdbInterface% = USB_Install, USB\VID_19D2&PID_1354&MI_02
%SingleBootLoaderInterface% = USB_Install, USB\VID_18D1&PID_D00D
; HTC Dream
%SingleAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C01
%CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C02&MI_01
%SingleBootLoaderInterface% = USB_Install, USB\VID_0BB4&PID_0FFF
; HTC Magic
%CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C03&MI_01
;
;Moto Sholes
%SingleAdbInterface% = USB_Install, USB\VID_22B8&PID_41DB
%CompositeAdbInterface% = USB_Install, USB\VID_22B8&PID_41DB&MI_01
;
;TrioStealthG2Mine
%SingleAdbInterface% = USB_Install, USB\VID_1B8E&PID_C003&REV_0007
%CompositeAdbInterface% = USB_Install, USB\VID_1B8E&PID_C003&REV_0007
;TrioStealthG2
%SingleAdbInterface% = USB_Install, USB\VID_16D5&PID_8005&MI_01
%CompositeAdbInterface% = USB_Install, USB\VID_16D5&PID_8005&MI_01
;
;Google NexusOne
%SingleAdbInterface% = USB_Install, USB\VID_18D1&PID_0D02
%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_0D02&MI_01
%SingleAdbInterface% = USB_Install, USB\VID_18D1&PID_4E11
%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_4E12&MI_01
[Google.NTamd64]
;Orange San Francisco
%SingleAdbInterface% = USB_Install, USB\VID_19D2&PID_1354&MI_00
%CompositeAdbInterface% = USB_Install, USB\VID_19D2&PID_1354&MI_02
%SingleBootLoaderInterface% = USB_Install, USB\VID_18D1&PID_D00D
; HTC Dream
%SingleAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C01
%CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C02&MI_01
%SingleBootLoaderInterface% = USB_Install, USB\VID_0BB4&PID_0FFF
; HTC Magic
%CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C03&MI_01
;
;Moto Sholes
%SingleAdbInterface% = USB_Install, USB\VID_22B8&PID_41DB
%CompositeAdbInterface% = USB_Install, USB\VID_22B8&PID_41DB&MI_01
;
;Google NexusOne
%SingleAdbInterface% = USB_Install, USB\VID_18D1&PID_0D02
%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_0D02&MI_01
%SingleAdbInterface% = USB_Install, USB\VID_18D1&PID_4E11
%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_4E12&MI_01
[USB_Install]
Include = winusb.inf
Needs = WINUSB.NT
[USB_Install.Services]
Include = winusb.inf
AddService = WinUSB,0x00000002,WinUSB_ServiceInstall
[WinUSB_ServiceInstall]
DisplayName = %WinUSB_SvcDesc%
ServiceType = 1
StartType = 3
ErrorControl = 1
ServiceBinary = %12%\WinUSB.sys
[USB_Install.Wdf]
KmdfService = WINUSB, WinUSB_Install
[WinUSB_Install]
KmdfLibraryVersion = 1.7
[USB_Install.HW]
AddReg = Dev_AddReg
[Dev_AddReg]
HKR,,DeviceInterfaceGUIDs,0x10000,"{F72FE0D4-CBCB-407d-8814-9ED673D0DD6B}"
[USB_Install.CoInstallers]
AddReg = CoInstallers_AddReg
CopyFiles = CoInstallers_CopyFiles
[CoInstallers_AddReg]
HKR,,CoInstallers32,0x00010000,"WdfCoInstaller0100 7.dll,WdfCoInstaller","WinUSBCoInstaller.dll"
[CoInstallers_CopyFiles]
WinUSBCoInstaller.dll
WdfCoInstaller01007.dll
[DestinationDirs]
CoInstallers_CopyFiles=11
[SourceDisksNames]
1 = %DISK_NAME%,,,\i386
2 = %DISK_NAME%,,,\amd64
[SourceDisksFiles.x86]
WinUSBCoInstaller.dll = 1
WdfCoInstaller01007.dll = 1
[SourceDisksFiles.amd64]
WinUSBCoInstaller.dll = 2
WdfCoInstaller01007.dll = 2
[Strings]
ProviderName = "Google, Inc."
SingleAdbInterface = "Android ADB Interface"
CompositeAdbInterface = "Android Composite ADB Interface"
SingleBootLoaderInterface = "Android Bootloader Interface"
WinUSB_SvcDesc = "Android USB Driver"
DISK_NAME = "Android WinUsb installation disk"
ClassName = "Android Phone"
I also don't believe I had enabled the usb debugging before it froze in this state so am I screwed or what?

It happened even to me.... something happened in your system folder.... to make your device work again you must do a restore ( in recovery mode) of a backup that you have made before this accident happened if you did not do a backup of your device you must do it from another device
Sent from my GT-S5310 using XDA Premium 4 mobile app
---------- Post added at 09:30 AM ---------- Previous post was at 09:26 AM ----------
Of the same type otherwise your device will never work again amd you'll have to buy a new one
Sent from my GT-S5310 using XDA Premium 4 mobile app

leodani said:
It happened even to me.... something happened in your system folder.... to make your device work again you must do a restore ( in recovery mode) of a backup that you have made before this accident happened if you did not do a backup of your device you must do it from another device
Sent from my GT-S5310 using XDA Premium 4 mobile app
---------- Post added at 09:30 AM ---------- Previous post was at 09:26 AM ----------
Of the same type otherwise your device will never work again amd you'll have to buy a new one
Sent from my GT-S5310 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
how would i do a restore of a backup if i can't get it connected to the computer? I suppose I could buy another one, make a backup of it and then return it to officemax BUT can you link me to how I would create the backup and then how I would restore please?

You could install a custom recovery (like Clockwork Mod) and do it from there but if you do a backup of your brikcked device... when you do the restore it will stay bricked so you have 2 options:
1) make a backup from the same device of a person you know.... there is one big problem of this... you'll get the same IMEI number as the other phone
2) buy a new one
Sent from my GT-S5310 using XDA Premium 4 mobile app

Hard Reset G2 – In the case of password lockouts or freezing, doing a hard reset on your android device could help you get back to the factory defaults. First you need to make sure your tablet is powered off. Hold down on the Volume + button and hold down the Power button at the same time. As soon as the tablet's screen turns on let go of the Power button but keep the Volume + button held down until you see a large Android in the center of the screen. At this point you will see a screen with boot options. Use the Volume – button to go down to Wipe Data Factory Reset and tap the Power button to select this option. On the next screen use the Volume – button again to go down to Yes and use the Power button to select. At this point it will be going through the wiping and resetting process. When it's done you will see the first screen you came to when you first started the setup. Just tap the Power button to select Reboot System Now.
Make sure tablet is powered off.
Hold down Volume + button and Power button at same time.
When screen comes on let go of Power button.
When the large Android shows on screen let go of Volume + button.
Use Volume – button to scroll to Wipe Data/ Factory Reset
Tap Power button to select.
Use Volume – button to scroll to Yes.
Tap Power button to select.
Tap Power button to select Reboot System Now.

Think im screwed
Ok so I have a tri stealth g2 which was froze at boot logo, I was able to use aml flash tool and erased nand, unfortunatley the rom I installed was Novo7 which said it installed successsfully but I tried to power on my trio and nothing came on at all; however when I plug it in to my pc it comes up as a novo7 portable media player device and lets me access the internal storage. The problem is how can I flash from the internal storage, is there a program that will allow me to erase all data? The internal storage reports 5.47 gb and 5.37 gb free. Once again nothing comes on the screen so trying to gain access to any recovery not possible. I was hoping I could change the driver for the device back to the world cup driver for aml but it refuses to do it saying the driver isnt compatible grrrr. If anyone can help be appreciated.
Ok so I used adt bundle and got the device to change to Android ADB Interface tried livesuit, didnt work anyone have any suggestions?

leodani said:
It happened even to me.... something happened in your system folder.... to make your device work again you must do a restore ( in recovery mode) of a backup that you have made before this accident happened if you did not do a backup of your device you must do it from another device
Sent from my GT-S5310 using XDA Premium 4 mobile app
---------- Post added at 09:30 AM ---------- Previous post was at 09:26 AM ----------
Of the same type otherwise your device will never work again amd you'll have to buy a new one
Sent from my GT-S5310 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
so how do I back up for another device?

leodani said:
You could install a custom recovery (like Clockwork Mod) and do it from there but if you do a backup of your brikcked device... when you do the restore it will stay bricked so you have 2 options:
1) make a backup from the same device of a person you know.... there is one big problem of this... you'll get the same IMEI number as the other phone
2) buy a new one
Sent from my GT-S5310 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
That can't possibly be true, I've never seen an Android device that had the built in factory reset functionality removed...

fail
I tried tried th Power button/ volume - button and it worked, but no it doesnt. it just stays on the boot screen

Need some help with Stealth G2 10.1
Hey can anyone tell me if its fixable, i got a Trio Stealth - 10 MST 10-21. I have been searching everywhere on how to fix my problem.
So the tablet freezes on the boot screen i tried all the buttons to get to recovery mode, but i don't think it is working because once i get the correct buttons to recovery the screen turns black and nothing else happens i hold the +volume button & power button and i only get a glimmer of black i hold it for minutes at a time to see if anything happens and nothing. My questions are am i using the correct button configuration to go in to recovery? and is this fixable?
Tablet not rooted stock firmware
Thanks in advance for your help.

Same problem
I have the same Tablet and same problem. This is what I do. Leave it unplugged and on to drain the battery. After it has totally drained, recharge it then turn it on. If still won't turn on try the reset button. I use a needle to reset the tiny hole. If that won't work, hold the volume + and power buttons and hold until it turns on. This takes awhile to get it on. Then let go of the power button. If that doesn't work, I just try all the buttons and keep pushing them all and have got it to turn on. What causes mine to go black is if I hold the power button on too long. Just press it until you see Trio and let go immediately. It sucks. The tablet is actually great but that and really poor sound is its drawback.
rodlopez619 said:
Hey can anyone tell me if its fixable, i got a Trio Stealth - 10 MST 10-21. I have been searching everywhere on how to fix my problem.
So the tablet freezes on the boot screen i tried all the buttons to get to recovery mode, but i don't think it is working because once i get the correct buttons to recovery the screen turns black and nothing else happens i hold the +volume button & power button and i only get a glimmer of black i hold it for minutes at a time to see if anything happens and nothing. My questions are am i using the correct button configuration to go in to recovery? and is this fixable?
Tablet not rooted stock firmware
Thanks in advance for your help.
Click to expand...
Click to collapse

Boot Logo
Same problem, stuck at boot trying to fix for a friend but it's looking doubtful now.
And it's missing the vol and power key so i have to use things to poke at them.
Things I've noticed though.
red charging LED turns green after hitting the small reset button.
If I keep holding down the vol+ after powering up it will stay green as soon as I let it go..
it turns red.
If I use vol+ with power and do not reset it then it will stay red.

same problem here

Trio Stealth G4 7 frozen at boot logo
Hi guys...
I made a mistake..
I download "Cydia Impactor" for rooting mi device and by mistake I clicked in the menu "device/Bootloader" option (I do not what is that option for) and now my tablet is frozen at boot logo when it restart.
I saw that my computer recognize de tablet like "USB Developer" when I connect it to the USB port but in the explorer I can not see any device letter assigned to the tablet (E:, F: G: etc.).
What can I do????
Also y tried to restart pressing (Volumen down and Power on together) for factoring reset but nothing happen.
Somebody can help me??? thanks.

Found it!!!
[email protected] said:
Hi guys...
I made a mistake..
I download "Cydia Impactor" for rooting mi device and by mistake I clicked in the menu "device/Bootloader" option (I do not what is that option for) and now my tablet is frozen at boot logo when it restart.
I saw that my computer recognize de tablet like "USB Developer" when I connect it to the USB port but in the explorer I can not see any device letter assigned to the tablet (E:, F: G: etc.).
What can I do????
Also y tried to restart pressing (Volumen down and Power on together) for factoring reset but nothing happen.
Somebody can help me??? thanks.
Click to expand...
Click to collapse
After a day or two of searching I have finally found the stock firmware for the trio stealth g2 hype. Downloaded it from baidu and flashed with out an issue.
The file can be had at this link; for those who don't know how to download from baidu I will am uploading it to 4shared now.
Edit: link to the file on 4shared.
To install just extract the files unto a sdcard and power on the tablet while pressing volume down.

Have a trio g2 with same problem. Sticking at the A9 screen. I got to the recovery screen and reformatted, wiped cache and wiped media. One right after the other. Done a restart from the recovery screen and behold.....It went to the setup screen like when it was new. Hope it works for others. I tried all of the above mentioned, except for the flashing.

irapeace said:
Have a trio g2 with same problem. Sticking at the A9 screen. I got to the recovery screen and reformatted, wiped cache and wiped media. One right after the other. Done a restart from the recovery screen and behold.....It went to the setup screen like when it was new. Hope it works for others. I tried all of the above mentioned, except for the flashing.
Click to expand...
Click to collapse
I just did the same thing, and it worked for me too!
To enter the recovery screen, you press the volume down button and the power button . . . not the volume up button like others have stated. Once in recovery, I wiped cache and did a factory reset, then rebooted the device. It went to the setup screen! And it only took me 5 minutes!

Berthfield said:
After a day or two of searching I have finally found the stock firmware for the trio stealth g2 hype. Downloaded it from baidu and flashed with out an issue.
The file can be had at this link; for those who don't know how to download from baidu I will am uploading it to 4shared now.
Edit: link to the file on 4shared.
To install just extract the files unto a sdcard and power on the tablet while pressing volume down.
Click to expand...
Click to collapse
I've mirrored the download to a less garbage file host. 4shared forces you to create an account to download at 25KB/s. Totally BS.
https://mega.nz/#!RNBmjBrI!hSmMhkf8acjjEzSBuBSsKWRcEgulSYGEbEmuxSaZLP8

I realize this is an older , (to say the least) post. But could someone please tell me do I need to format the Micro SD, to make it bootable, or can I simply unzip it onto the SD and start up the tablet using the ways described in the posts on this tread? It almost seems too easy, but any help...any at all, even the littlest, tiniest ity-bity bit would be so , so, so very greatly appreciated. Thanks for your time this evening.

Related

[Q] I/O 10.1 stuck on Samsung screen

Please help!
I was working on rooting my tab, it looked so easy, and used adb to push the file and adb reboot restore. It looked like it was doing a normal boot up but now it endlessly shows the Samsung animations. I never got to select from the SD card or anything. Now what can I do? Is there a secret button press to go into full restore?
search for my post in TAb I/o boot loops!
http://forum.xda-developers.com/showthread.php?t=1136958
P.S. Please bother to search, this topic has been covered immensely here!
Thank you for that. I had tried several "fixes" the came up in searches but none worked. I will try yours tomorrow, I only have a Mac right now.
Sent from my ADR6400L using XDA App
Still can't get fastboot to see tab. Windows seems happy after mod on inf but the only info I could find for the mod was for a v. Could you please post what you added to the inf?
Sent from my ADR6400L using XDA App
Got it! I found a Windows 7 box and the instuctions at the post worked.
This is what I added to .inf
;Galaxy Tab 10.1
%SingleAdbInterface% = USB_Install, USB\VID_04E8&PID_6860&REV_9999&MI_01
%CompositeAdbInterface% = USB_Install, USB\VID_04E8&PID_6860&MI_01
%SingleAdbInterface% = USB_Install, USB\VID_04E8&PID_6601
%SingleAdbInterface% = USB_Install, USB\VID_0955&PID_7000
Thank you Very Much!!!
Pressing power and volume UP button for ~ 10s will go into recovery mode ..
from there do a data wipe and you should be able to get out of the infinite loop
gunzo71 said:
Pressing power and volume UP button for ~ 10s will go into recovery mode ..
from there do a data wipe and you should be able to get out of the infinite loop
Click to expand...
Click to collapse
The referred recovery mode in galaxy tab 10.1 is mostly useless for factory reset or data wipe! fastboot and loading recovery.img (factory or clockworkmod) than booting into recovery is the only solution!
got factory recovery to datawipe

[Q] Android Stuck in Boot screen! Help!

Thank you for reading this.
Yes i know this is a common problem with alot of easy fixes, but it is a bit different in my case.
Please Read:
My device is rooted, i was installing an app that tweaks performance which needed drivers to be downloaded / installed. As soon as i clicked that driver download / install button the device immediatly shut down. Now i'm stuck on its boot logo (Its a Chinese tablet powered by a RK3066 Chip / android 4.1.1) I tried (Holding power + volume down) = Dead android logo with red exc. mark on top / (Holding power + volume up) = Nothing / (Holding power + both volume up and down) = Dead android logo with red exc. mark on top / (Leaving dead android logo for a couple of minutes) = resets and logo is still stuck.
I have no custom anything . I did not do anything with the root except download apps.
I also do not have linux.
When the tablet is plugged into the PC when the dead android is displaying , it detects, but that is it, i cannot browse it what so ever.
All recovery methods in the tablet are (dead android logo)
Help?
If I'm not mistaking all these rockchip tablets use lievsuite to download stock firmware, is there a small pinsize hole on it (other than a mic) this often gets you to the download mode and you would need the factory firmware from OEM website
Sent from my Nexus 4 using Tapatalk 2
demkantor said:
If I'm not mistaking all these rockchip tablets use lievsuite to download stock firmware, is there a small pinsize hole on it (other than a mic) this often gets you to the download mode and you would need the factory firmware from OEM website
Sent from my Nexus 4 using Tapatalk 2
Click to expand...
Click to collapse
i have rk3066 tab too, called treq turbo in indonesian, bootloop becouse that driver not suitable with your OS ar Chipset like chainfire app, try to flash rom again
when you say flash rom, im to that point after reflashing my recovery via odin would all i have to do is reinstall the rom to recover? or would i have to recover original system first the apply the new rom

[Q] Factory Reset/Wipe MP MAN 720

Hello XDA,
as I am kind of new to the android system, I would really need some help with an old android tablet of mine. Basically I just want to use it for games and stuff like that, maybe Facebook, nothing too intense.
As I somehow managed to forget my Pattern Lock, I'm not able to access it anymore. Although I searched a couple o forums about a hard reset/wipe/factory reset, nothing helped me yet. Just so you know, every possible button combination I found on this lovely Internet did NOT work for me (maybe I'm just doing something wrong, although I don't think so). Whatever I've tried, it just won't go into the recovery section.
I am talking here about the MPMAN 720 Android Tablet. I believe it came pre-installed with Android 2.0 or 2.2 but I'm not sure. I did not brick the device (if this is the correct designation) nor did I apply any custom ROM's or firmware's.
Full details are listed on the following web page: (I could not post the link, as I am a new member). Please go to google.com -> search for: mpman720 and click the first link(should contain mpmaneurope dot com)
Now, as I somehow have some knowledge about IT, I also was much of an iPod Touch user before, where I somehow came familiar to things like Jailbreaking or "Hacking" the device. So I wondered if there is any possibility to maybe wipe the whole tablet by using the computer, maybe to something I believe is called "adb". Although I have absolutely no idea of using "adb" or how to even start/open that specific command line. Oh, and also, very important, unfortunately USB-Debugging is not enabled (100% sure).
If there is any way you could assist me to wipe that horrible tablet and get back to the factory settings I once had I would be very thankful.
Thank you very much in advance and have a great day!
Cheers,
Richard.
Have you tried to reboot the tablet in recovery mode?? I know that evry android device can go in recovery mode by pressing Volume Up the Center button and the power button... keep holding them untill it turns on and when it does release the power button but NOT the other two.... it will eventualli turn on in recovery and there you will have to move using the volume buttons ( to go up and down) and the power button (to select) go down to wipe data/factort reset, select it, go down and select Yes
Sent from my GT-S5310 using XDA Premium 4 mobile app
---------- Post added at 02:37 PM ---------- Previous post was at 02:30 PM ----------
After the device is done it will be like as it just went out of the factory... sorry for my english.. i am italian
Sent from my GT-S5310 using XDA Premium 4 mobile app
Hello,
firstly, thank you for your quick response. Yes, I've tried that, and unfortunately it did not work. I just can't get that sh**** tablet to go into the recovery, no matter what I try. Also, there is an external reset button, which can be pressed using a pen for instance, but that does not do anything. All that the tablet is doing when I press some combinations is either nothing or rebooting. That's all.
Thank you again, hopefully someone can help with an advice.
Cheers,
Richard.
Your welcome.... sorry that i couldn't help you
Sent from my GT-S5310 using XDA Premium 4 mobile app
hard reset doesn't work
Hi, I also have mpman mp720 tablet with android 2.3.3. 720 mhz armv6 processor
Here's my problem:
i've tapped the reboot shortcut from the quickreboot app and then the tablet didn't start ( when it restarts the mpman logo appears then quickly dissappears .
I've tried to do factory reset : power+ volume up but the same , the logo appears and then dissappears , and the screen remains black with the back & menu led remain turned on
Can you please give me somen solutions?
Is the tablet modified ( rooted, custom rom, custom recovery),?
Sent from my GT-S5310 using XDA Premium 4 mobile app
leodani said:
Is the tablet modified ( rooted, custom rom, custom recovery),?
Sent from my GT-S5310 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
yes the tablet was rooted , but i really don't know what software method i've used( oneclik...something if i remember correctly )
L.E.: also i tried volume up + power + home , released the power and keep the home + volume up more than 30 sec . this time the logo doesn't appear anymore but the led from back and menu remain on . in addition now the screen is full black ( the method tried by me in the first post showed a black screen with a nuance of blue accentuated in the bottom of the screen ( landscape mode with the home button on the right ) )
You just need to hold VOLUME UP button for 10 seconds then you need to press POWER button (but keep pressed VOLUME UP) keep pressed that combination of keys until MPMAN logo shows. Then realise that buttons (don't press any other key) and for 5 seconds you will be in recovery mode.
I tried on mpman mpdc 702 tablet.
I hope i helped and sorry for my language.

Hipstreet Equinox 10.1 HS-10 DTB1-4GB

Hello, i've been trying to find anything related to this tablet, a Hipstreet Equinox 10.1 HS-10 DTB1-4GB, from what i can tell its supposed to be based on android 2.3 gingerbread.
The tablet basically trefuses to boot up and i've been trying to find a way to get into recovery to do a factory reset or a firmware to force flash to factory reset but i have been unable to find out how to do either, or even any information/firmwares for this tablet. if anyone can help me it would be greatly apreciated.
dragonfly14 said:
Hello, i've been trying to find anything related to this tablet, a Hipstreet Equinox 10.1 HS-10 DTB1-4GB, from what i can tell its supposed to be based on android 2.3 gingerbread.
The tablet basically trefuses to boot up and i've been trying to find a way to get into recovery to do a factory reset or a firmware to force flash to factory reset but i have been unable to find out how to do either, or even any information/firmwares for this tablet. if anyone can help me it would be greatly apreciated.
Click to expand...
Click to collapse
Your tablet may not have CWM or TWRP recoveries..Some combinations you can try are:
When tablet is booting up press VOLUP or VOLDOWN or both.
When tablet is booting up press VOLUM + Power or VOLDOWN + Power or both.
UltraWelfare said:
Your tablet may not have CWM or TWRP recoveries..Some combinations you can try are:
When tablet is booting up press VOLUP or VOLDOWN or both.
When tablet is booting up press VOLUM + Power or VOLDOWN + Power or both.
Click to expand...
Click to collapse
its most definitely on stock recovery for GB 2.3, but i have not managed to get into it. i have Vol + vol - Menu, home and back buttons, so far i've tried volume +/- both + power and ive tried menu + power as well as back and the home individually. i have not managed to get anything different other than on home + power, when i do that, i ttakes 5x longer on the "hipstreet splash logo" once it gets past that though it says android then infiniblackscreen. - i dont get anything on a host computer via the USB either when trying any of these combos - hoping to get ADB to do a factory reset via ADB.
i used to have a ployer momo 9 and i remember that tablet had a special recovery mode with a special flasher and was wondering if something like that existed for this cheap tablet which is based on just about the same thing, allwinner dual core 1.0 ghz + 512mb ram + 4 gb rom.
dragonfly14 said:
its most definitely on stock recovery for GB 2.3, but i have not managed to get into it. i have Vol + vol - Menu, home and back buttons, so far i've tried volume +/- both + power and ive tried menu + power as well as back and the home individually. i have not managed to get anything different other than on home + power, when i do that, i ttakes 5x longer on the "hipstreet splash logo" once it gets past that though it says android then infiniblackscreen. - i dont get anything on a host computer via the USB either when trying any of these combos - hoping to get ADB to do a factory reset via ADB.
i used to have a ployer momo 9 and i remember that tablet had a special recovery mode with a special flasher and was wondering if something like that existed for this cheap tablet which is based on just about the same thing, allwinner dual core 1.0 ghz + 512mb ram + 4 gb rom.
Click to expand...
Click to collapse
Using ADB is a good idea .I didn't think of that though :silly:...
UltraWelfare said:
Using ADB is a good idea .I didn't think of that though :silly:...
Click to expand...
Click to collapse
thanks, but yeah, i cant get anything out of it so far and was hoping someone had the magical way to revive it :/ i believe on my ployer it was something ridiculous like vol - + home + back + power for 5 seconds and i had to get it flashing within 5 seconds of that or it would switch modes.... x_x
dragonfly14 said:
thanks, but yeah, i cant get anything out of it so far and was hoping someone had the magical way to revive it :/ i believe on my ployer it was something ridiculous like vol - + home + back + power for 5 seconds and i had to get it flashing within 5 seconds of that or it would switch modes.... x_x
Click to expand...
Click to collapse
Wait I found something for you
There is a few tricks to get your Tablet back , You require a few things
-A usb cable to connect to computer
-Internet connectivity
Now Lets start by putting the tablet in Android recover mode .
1. Connect the tablet to the USB port on the Computer .
2. Press and hold the power button and the Big button on the tablet , Keep pressing it until the logo of the android gut with his gut open shows up .
3. It is possible to perform a reset using the ADB (Android Debug Bridge)
I did mine on Windows XP , (Does your tablet install correctly in the Device manager? )
If so That is great news , You may goto step 5
If not Goto step 4 :
Step 4: Getting the Chinese driver equivalent for your tablet .
Get the drivers for the Ainol 7" Auror tablet (or equivalent )
Now Before the driver will work with your device (you can try to install it but it will give you an INF error)
You must edit the file (.INF) to match your USB id of the tablet
(At the bottom of the file change the STRINGS section to the device codes of your tablet ) (found by right clicking the Unknown device in the device manager . the (VID_1f3a_PID_efe8) is the HARDWARE ID and the
[Strings]
USBDRV="USB Devices"
USB\VID_1f3a&PID_efe8.DeviceDesc="USBDevice(VID_1f3a_PID_efe8)"
YOUR STRINGS:
USBDRV="USB Devices"
USB\<YOURDEVICEID>.DeviceDesc=USBDevice(<YOURDEVICEID>)"
Step 5:
Get the Recovery tool from here
https://spideroak.com/share/KNQW243.../CWM_Recovery_Manta_MID08_windows_install.zip
This will give you a suite of tools to restore your device to factory reset
Use it to install the recovery partition , and then reboot your device in recovery mode , Then use the Vol + and - buttons to navigate and power button to Enter .
(Source : click here)
Hello there, i have a Hipstreet too, but my android have crashed and dont turn on anymore.
I cant find the stock rom or custom rom anywhere.
Can you find some of these?
If you dont, you can make a backup and send a link to me?
Thanks and sorry for the english.

Oukitel WP15 bootloop (maybe bricked)

Hello,
I'm going on again on my WP15 which is on bootloop after trying to put an magisk patched rom to obtain root.
The objective now is just to put a official factory rom (which I downloaded from the official website for the right model)
The problem now is not how to do that but how I can connect the phone to the computer because :
Assuming that the phone is connected via usb-c to the computer on usb-a and the phone is on.
1 The screen is black
2 windows connect sound
2.1 Com port connected (device manager)
X wait 1s
3 windows disconnect sound
3.1 com port disconnected (device manager)
2&3 x2
4 Screen on : On screen :5G oukitel logo + android logo + Orange state; devive unlocked[...] not trusted[...]; device will boot on 5s
repeat 1 indefinitely
Please Note :
That I do not have ADB access since I switched from w10 to 11 so the rsa keys are not valid.
The phone is stuck but when I say stuck, it's completely because button vol- + power = nothing, constant bootlooping and vol+ + power = the same schema (1,2,3,4) except that there is no wait time between 2 and 3, it's instant.
The phone is only off when out of battery, As soon as I connect a cable the phone turn on and I can do nothing except disconnect cable and wait (Can be very long with an 15000 mAh battery...)
There is absolutely no custom bootloader so no twrp or any custom recovery/installation bootloader.
With that... I think it's definitely bricked... I'm already thinking of soldering a new rom (or asking someone to do for me)
If you need more details or precisions tell me !
Thank you in advance !
Lunalunea said:
The phone is stuck but when I say stuck, it's completely because button vol- + power = nothing, constant bootlooping and vol+ + power = the same schema (1,2,3,4) except that there is no wait time between 2 and 3, it's instant.
Click to expand...
Click to collapse
seems you missed the most important thing what I've said - ignore any phone activity, just hold.
use this for flashing https://spflashtools.com/windows/sp-flash-tool-v5-2208 I've used 5.2134, lower versions not support mtk6833. and do not use 6.+ versions.
again:
- install mtk usb-com drivers (by manual of flashtool if you did not do it yet)
- check at firts only boot.img and vbmeta.img (do not use "format" only "download")
- power off phone (if you can't, plug your phone in pc and click "download", it'll throw error with suggestion to disconnect battery, but phone would power off. if this didn't help, then just skip this point and try to continue anyway)
- unplug your phone
- click "download" button (yes while your phone unplugged)
- on unplugged phone, hold both volume buttons and hold power button too (three buttons at once).
- hold it all >15 seconds (20 for sure) and ignore any phone activity, just hold.
- release power button only (keep holding both volumes)
- plug your phone (still keep holding both volumes)
- now flashing process must start and you may release any buttons.
vxsw said:
seems you missed the most important thing what I've said - ignore any phone activity, just hold.
use this for flashing https://spflashtools.com/windows/sp-flash-tool-v5-2208 I've used 5.2134, lower versions not support mtk6833. and do not use 6.+ versions.
again:
- install mtk usb-com drivers (by manual of flashtool if you did not do it yet)
- check at firts only boot.img and vbmeta.img (do not use "format" only "download")
- power off phone (if you can't, plug your phone in pc and click "download", it'll throw error with suggestion to disconnect battery, but phone would power off. if this didn't help, then just skip this point and try to continue anyway)
- unplug your phone
- click "download" button (yes while your phone unplugged)
- on unplugged phone, hold both volume buttons and hold power button too (three buttons at once).
- hold it all >15 seconds (20 for sure) and ignore any phone activity, just hold.
- release power button only (keep holding both volumes)
- plug your phone (still keep holding both volumes)
- now flashing process must start and you may release any buttons.
Click to expand...
Click to collapse
Hello,
Sorry, I was not very active since this post and I abandoned for a very long time.
But ! Your instructions was good and I finally got my phone back to life !
Since then I realized that the Oukitel brand is very sketchy about theirs ROMs on the Oukitel website because the WP15 model is associated with the WP13 ROM on the download center so... WHY ? this is so confusing because now I have a WP15 advertised ROM (From a website... Yes... I know I was dumb to do that) and it's working yes... but this is very buggy for example the gyroscope is crazy or my MAC address is never the same even if I turn the built-in MAC address spoofing option off...
I will do some research just to get my phone as normal by doing it as clean as possible because I know now what is implying for doing that.
Thank you so much for your patience and especially for your guide and I apologize for my dumbness.
Lunalunea said:
the WP15 model is associated with the WP13 ROM on the download center
Click to expand...
Click to collapse
have no idea what are you talking about.
just checked in dl center on oukitel official site and seems all is ok. wp15 have it's own fw page and redirect to correct dl fw page, wp13 have it's own.
you can't mix up fw, in case wp13 signed exactly as wp13:
v318a-oq-s88-128g8g-bom2-hdp-r0-cts-eu_OUKITEL_WP13_EEA_V12_20210731_user_20210731.tar .gz
wp15 have no direct sign, but it have a cpu defenition:
TF919_OQ_S89_6833_R0_EEA_V1.9.7.2_S211014 .zip
i.e. mt6833 aka dimensity 700. wp 13 have a dimensity 800 aka mt6873
nb, in dl center, fw tool seems not works properly, so you must use a flashtool as I'd referred before.
I've tried everything, for 5 full days, then had no option left but to give up. Sorry.

Categories

Resources