[Q] Motorola XT319, Deleted Stock Launcher,USB Debugging not enabled - General Questions and Answers

Hi
I have a Motorola XT319 (GB 2.3.5) China ROM . I rooted it & removed stock launcher & most chinese app, flashed Gapps etc. Then yesterday I did a factory reset. After that phone boots normally & I get signal & notification bars, screen lock, can receive calls etc. But as there is no launcher I cant do any further. There is no gapps in stock rom. USB debugging is disabled so can't push anything through adb.
I can boot into stock recovery & see the option of apply update from SD card & other options as well.
Please suggest is there any way to recover from this. Or any help to find a SBF & flashing it.

singh.r said:
Hi
I have a Motorola XT319 (GB 2.3.5) China ROM . I rooted it & removed stock launcher & most chinese app, flashed Gapps etc. Then yesterday I did a factory reset. After that phone boots normally & I get signal & notification bars, screen lock, can receive calls etc. But as there is no launcher I cant do any further. There is no gapps in stock rom. USB debugging is disabled so can't push anything through adb.
I can boot into stock recovery & see the option of apply update from SD card & other options as well.
Please suggest is there any way to recover from this. Or any help to find a SBF & flashing it.
Click to expand...
Click to collapse
Hello Singh, I am also thinking about buying this phone. I am not a pro but as a fellow member I would suggest you to kindly paste your queries to the following threads, they are more related to the topic.
http://forum.xda-developers.com/showthread.php?t=1218506
http://forum.xda-developers.com/showthread.php?t=2281815
Hope you'll get your answer there. All the best.

Thanks, I did SBF
nightcrawler218 said:
Hello Singh, I am also thinking about buying this phone. I am not a pro but as a fellow member I would suggest you to kindly paste your queries to the following threads, they are more related to the topic.
http://forum.xda-developers.com/showthread.php?t=1218506
http://forum.xda-developers.com/showthread.php?t=2281815
Hope you'll get your answer there. All the best.
Click to expand...
Click to collapse
Thanks for looking into it. I had already gone through that & even posted a reply.
But I wanted to ask a question so I posted a fresh question under general.
Finally I SBF'd it.

how to install Gapps
Mr. Singh , I rooted motorola xt319 and removed unwanted bloatwares.I tried to install many Gapps packages in recovery mode.Every time it says incorrect or corrupted package.Please help me to install at least google play store.Thanks

kgnrizwan said:
Mr. Singh , I rooted motorola xt319 and removed unwanted bloatwares.I tried to install many Gapps packages in recovery mode.Every time it says incorrect or corrupted package.Please help me to install at least google play store.Thanks
Click to expand...
Click to collapse
You can not install gapps in recovery mode, u need to push it with adb.
Don't try many just use below one & push it.
http://goo.im/gapps/gapps-gb-20110828-signed.zip

adb command
When I typed "adb install gapps-gb-20110828-signed.zip" and hit enter ,it says "gapps-gb-20110828-signed.zip" does not contain androidmanifest.xml
rm failled for ...................no such file or directory.
please help me by providing steps to install gapps.
Thanks and Regards

kgnrizwan said:
When I typed "adb install gapps-gb-20110828-signed.zip" and hit enter ,it says "gapps-gb-20110828-signed.zip" does not contain androidmanifest.xml
rm failled for ...................no such file or directory.
please help me by providing steps to install gapps.
Thanks and Regards
Click to expand...
Click to collapse
Extract the zip file & copy system folder where your adb.exe is located
adb push system /system
* HIT Thanks if it helps you*

Related

[ROOTING], Rooting HTC EXPLORER (A310e/PICO)

SOrry Guys Forgot 2 mention earlier. I moved To Xperia Mini Pro, So any1 else can take over and help PPL here taking hell outta there explorer
How to:
1. Download the files - "HTC Pico_Recovery,Boot with ext 2 3 4 support" , "BCM4330.KO" "superuser" from Below link,
"Superuser.zip" - http://www.4shared.com/file/KalrHXNj/Superuser.html
"Bcm4330.ko" - http://www.4shared.com/file/GbW0ZtaT/bcm4330.html
"HTC Pico_Recovery,Boot with ext 2 3 4 support" - http://www.4shared.com/zip/920-kXYc/HTC_Pico_RecoveryBoot_with_ext.html
2. Extract "HTC Pico_Recovery,Boot with ext 2 3 4 support" somewhere. say: desktop or some drive, copy "BCM4330.ko" onto ur adb "Tools" folder. Copy superuser.zip to ur Sdcard.
3. connect ur "Htc explorer(Pico) via USB" and open "recovery.bat from the folder u just extracted.
4. Wait relax, and watch ur device getting new underGarments. now as the time pass the "command Prompt" which just opened after opening "recovery.bat'' will show "adb reboot recovery" as the device boots to recovery, u will given new menu with blue fonts.
5. Now in recovery go to "Mount & Storage" and select "mount /system" with device connect via USB
6. I presume u have adb already setup on ur pc/laptop. Open "CMD" and type.
HTML:
adb shell mv -f /system/lib/modules/bcm4330.ko /system/lib/modules/bcm4330.bak
adb push /full/path/to/bcm4330.ko /system/lib/modules/bcm4330.ko
7. Now, select "unmount /system" from recovery menu (from where u earlier mounted /system)
8. select "goback" from below. now go to "install zip from SDcard. and and slect first open (which says choose zip from sdcard, or somthing like this). find the "superuser.zip" which u copied to ur sdcard and flash by selecting it.
9. Now if flashing goes smooth and it says "install zip from sd complete" then reboot ur device and enjoy.
For getting more space on ur device, download "link2sd"
For link2sd to work, i have attached tutorial for this (which i found by googleing) in Jpeg format (picture)
after getting link2sd to work , u can link the apps to sdcard and save more on device.
there is another option for getting more space on device.
Just download "terminal emulator" from market. pls note: u need to be rooted for this.
and give su permission to the app when prompted.
just enter
HTML:
su
pm setInstallLocation 2
now u will be taken to the next line and thats all
all ur apps will be installed to sdcard automatically. please note: when installing widgets, pls move them back to ur phone memory as they dont work on sdcard
Suggestion: You can pm me if you have some confusions or facing some problems rather than going some where else. I am always happy to help and there for the android community
For Custom ROM, Visit
http://forum.xda-developers.com/showthread.php?p=21976188#post21976188
Hey jitin02,
Thanks a lot for the post... But here are some changes I had to do to root my phone.
a. To install recovery:
The bat file kept waiting for the device infinitely. I just manually ran the two fastboot commands and the reboot command to setup recovery.
b. Copying superuser files:
Your method of extracting the zip file and then pushing them over to the /system directory will surely not work on windows systems, especially FAT32 file system computer, su file will not have executable rights when its copied into the dir.
right way is
copy superuser.zip to sdcard
boot into recovery
choose install from a zip option and point to that zip
Thanks for the post!
WIFI error and solution!!
rooted the phone manually with .cmd and then installed .zip from sd card.
when rebooting no wifi connection (error) and then formated using recovery but it didnt reboot (supose i have no rom installed now =$) how can i install another one, is there any for explorer?
any compatible rom would be fine for the time being.. =S
EDIT: found a ROM at last from a chineese site, (Eng and chinese languaje) the first one out there!!
here is the link: http://www.megaupload.com/?d=3RC9EE9Z
enjoy
Can i remove the sim-lock by using this method?
jaggyjags said:
Help!!!
bit noobish by the way
rooted the phone manually with .cmd and then installed .zip from sd card.
when rebooting no wifi connection (error) and then formated using recovery but it didnt reboot (supose i have no rom installed now =$) how can i install another one, is there any for explorer?
any compatible rom would be fine for the time being.. =S
EDIT: found a ROM at last from a chineese site, (Eng and chineense languaje) the first one out there!!
cant upload links for the time being, PM for me to send
Click to expand...
Click to collapse
Did the same and I have the same error. Wifi does only show (error) on my HTC Explorer / Pico
I need that link to get it back working PM is on the way
Mr.Bruasca said:
Can i remove the sim-lock by using this method?
Click to expand...
Click to collapse
sorry i dont know this , may be google can help.
this method is only to root
Unfortunately I bricked mine too. Oddly everything was fine for a while. Until it starting giving a wi-fi error and after that I tried to fix it with a reset and after doesn't go any further than the HTC logo. Any thoughts in how to bypass this other than flashing a new rom? I kinda liked my stock and didn't backup.
Mr.Bruasca said:
Can i remove the sim-lock by using this method?
Click to expand...
Click to collapse
Mine is locked and I tried a different network SIM and it worked fine. Can't guarantee for sure because I didn't tried before rooting.
Dante Leonheart said:
Unfortunately I bricked mine too. Oddly everything was fine for a while. Until it starting giving a wi-fi error and after that I tried to fix it with a reset and after doesn't go any further than the HTC logo. Any thoughts in how to bypass this other than flashing a new rom? I kinda liked my stock and didn't backup.
Mine is locked and I tried a different network SIM and it worked fine. Can't guarantee for sure because I didn't tried before rooting.
Click to expand...
Click to collapse
sent ROM in PM
install it through recovery after wiping all cache and memory (recovery option)
everything works perfect, you have to install android market separatelly and reboot for it to work (at least me). Full reboot (untick the fast reboot from settings)
I am preparing a custom rom with preinstalled apps and without the chinese ones, i will be posting it soon.
I have a good news for HTC Explorer users'. My friend, he rooted it successfully. I'll post a translator tutorials about it for u all soon.
Now, Register a account on http://www.htcdev.com first
Here's screenshot
Whether exists custom ROM for HTC Pico??
Hey guys, i've finished translating the tutorials HOW TO ROOT HTC EXPLORER. HERE http://forum.xda-developers.com/showthread.php?p=20197444#post20197444
Velvetsilk said:
Whether exists custom ROM for HTC Pico??
Click to expand...
Click to collapse
Only one at the moment in all the entire internet, it has preinstalled the "superuser" and a file browser (some more but not used as thay are not in english), but has the chinese version of the market so we have to install it separatelly.
Preparing another one
---------- Post added at 07:31 PM ---------- Previous post was at 07:15 PM ----------
Here is Only ROM available YET!
www.megaupload.com/?d=3RC9EE9Z
The custom rom is ok so far... still I am kind of a noob. Or feel like one. Is there a way to install other languages to that rom, specially the systemlanguage? and how to customize the rom?
Sorry for asking dump questions
Just figred, after I installed Market, and try to install an app, crashes. telling me the process has endet unexpected. :-(
Should have stayed with my original... anyone has a backup of an original rom?
CatOnAndroid said:
The custom rom is ok so far... still I am kind of a noob. Or feel like one. Is there a way to install other languages to that rom, specially the systemlanguage? and how to customize the rom?
Sorry for asking dump questions
Just figred, after I installed Market, and try to install an app, crashes. telling me the process has endet unexpected. :-(
Should have stayed with my original... anyone has a backup of an original rom?
Click to expand...
Click to collapse
I didn't find any ROM but that one, managed to make android market work by rebooting the phone (full reboot, untick the fast reboot option)
dont know how to add new languaje (if possible)
to modify ROMs just eliminate the .apk you want from system/app inside the zip and add any you want, I just modified mine and added like 15 different apps (file explorer, Copilot, android market, music player, adobe flash...) and doesn't use any memory (just available ROM) you have around 50mb free . once you install it look for available memory left with programs like APPS2ROM (it doesn't work in our HTC but helps me see ROM memory left).
i am going to try now to add an app to ROM memory by just creating a .zip file with /system/app folders and the .APK in it, let see if it works
Yes I figured now, you have to reboot the phone. Works fine now. Already made a clean backup.
Ive seen a file which has many apps listed and SHA1 keys in it. hats why I am asking for howto cook your own rom. Let me know if it worked. Would be great if I could add and remove some stuff
CatOnAndroid said:
Let me know if it worked. Would be great if I could add and remove some stuff
Click to expand...
Click to collapse
I am afraid it doesn´t, ("Installation aborted" message in Recovery). I will look for a diferent way to do it, not as simple as making a .zip file with "system/app/**.apk"
You can still uninstall them from rom memory using apps like "rom uninstaller" in andoid market
EDIT: found a way around it , just add the .apk inside "/system/app" in the "superuser.zip" found in the first post
http://www.4shared.com/file/KalrHXNj/Superuser.html
you already have this app in your phone so there is no problem in reinstalling it everytime you like on top of it (it even is the "pro version" of superuser, not the one on the custom ROM)
everything perfect
just note that no ALL of the apps work perfectly in the ROM memory, some crashed when opening them and had to uninstall them using "rom uninstaller" and install them manually
(I found just 2 small ones)
Yes while experimenting I found rom uninstaller too. and I managed to get rid of Sense 3.5 and some other stuff.
I installed GO Launcher EX instead and it runs alo better and faster than Sense.
Even this is my first Droid, I love it. I will make some Screenshots of it as soon I am dne with work.
I thank XDA and all users for the great work. Now I need to figure out if there is a way to install more languages.
For all PMing me... Scroll up to find the ROM
Wifi Issue
Did anyone figure out why WiFi is not working?
We have not changed the kernel, so I don't understand the reason...
HTCa310eRastar said:
Did anyone figure out why WiFi is not working?
We have not changed the kernel, so I don't understand the reason...
Click to expand...
Click to collapse
The funny thing is that it only affects the stock rom installed, I flashed the "superuser" after the custom rom and wifi works perfectly
Wifi
I guess the problem is with recovery.img that we flashed, if there is someone who has not touched it yet, can you take a backup of it?

[GUIDE] Fix BOOTLOOP with CWM zip !!! For All Phone

First of all,
Sometimes we facing BOOTLOOP, but we rarely make a backup so DATA in that backup already out to date.
And i found a method which can FIX BOOTLOOP WITHOUT RESTORING OLD BACKUP !
CAUTION !
THIS METHOD ONLY FOR ANYONE WHO FACING BOOTLOOP AFTER INSTALLING APPS, MODS, ETC
AND THAT APP IS NOT IMPORTANT FOR YOUR ROM
Things you will need
PC or Laptop
USB Cable (For connecting SD-CARD)
SD-CARD Reader (If your CWM Recovery can't mount SD-CARD)
WinRAR or WinZip
Notepad++
Patience!
Click to expand...
Click to collapse
So, lets begin..
STEP 1
If you facing bootloop after installing apps, mods, etc.
YOU MUST REMEMBER THE NAME AND LOCATION OF APPS/MODS YOU'VE PREVIOUSLY INSTALLED
Click to expand...
Click to collapse
STEP 2
Download my CWM zip HERE
Click to expand...
Click to collapse
STEP 3
In PC, after download, extract zip, open META-INF > com > google > android
Open updater-script with Notepad++
Click to expand...
Click to collapse
STEP 4
Edit this line
Code:
delete("/system/app/Home.apk","/system/etc/permissions/com.sonyericsson.uxpres.xml");
with name and location of apps/mods you've previously installed
Ex.
Code:
[CENTER]delete("/system/app/Crap.apk");[/CENTER]
And if you installed more than 1 app, you can insert another name and location in 1 line
Ex.
Code:
delete("/system/app/Crap.apk","/system/etc/permissions/com.bluesky.nxp-resolution.xml");
Click to expand...
Click to collapse
STEP 5
Save your modified updater-script and zipped the META-INF and system folder
Click to expand...
Click to collapse
STEP 6
Put your modified zip to your SD-CARD with mount sdcard option in CWM (with USB Cable) or using SD-CARD Reader
Click to expand...
Click to collapse
STEP 7
Flash It !
DONE !
Click to expand...
Click to collapse
Thanks, its is a lot easier to do with adb file manager thingy software I found online, connecting to pc via usb gives full access to phone file system partitions with root access, just deleting the files with it also works. :thumbup:
Why are SMARTphones soo... Freaking Dumb?
Or via adb
Connect phone/tablet to pc
In adb type:
adb delete("/system/app/Whatever.apk")
Done...
Disadv: USB Debugging must be enabled...
You sir are awesome, I flashed a zip that caused my Xperia U to bootloop and I couldn't delete the file I flahed via ADB! This is a simple yet amazing script, thanks for avoiding me to wipe data
Bert98 said:
You sir are awesome, I flashed a zip that caused my Xperia U to bootloop and I couldn't delete the file I flahed via ADB! This is a simple yet amazing script, thanks for avoiding me to wipe data
Click to expand...
Click to collapse
You're welcome
Before I tried the tutorial you or even try out all of the tutorials available on the internet, please help me to conclude my problem.
My device
(IPRO SENSEI FI)
(OS : KITKAT)
(ROOTED"Using kingoroot but I change to supersu") (ORIGINAL ROM NO CUSTOM)
(STOCK RECOVERY)
(NO HAVE ORIGINAL BACKUP OR Etc. T_T )
If you need more information Ask me.
My problem is Bootloop "Or you have another name, because I do not understand", just stop on logo but it still can go into recovery mode.
The story before the events bootloop or whatever name this problem, So as I recall before this incident I edit files and install Tweaks build.prop with applications My pimp and try other features, it works, but when I restart my device. You know what happened. when just stopped in my logo I does not do anything just to wait so that I fell asleep and when I woke up I realized this a bootloop Or what ? I do not know his name.
At that time I was just doing the usual way way., list.
(Wipe data / Factory reset)
(Wipe cache partition)
(reboot system now)
but no change
(Restore user data)
(backup user data)
(Reboot again)
Still same
(Apply update from ADB - I do not have a pc)
(Apply update from sdcard - No have ORIGINAL ROM, BACKUP ROM, CUSTOM ROM Etc.)
(Apply update from cache - I do not understand what this)
Just information There is writing on my recovery mode "Android System Recovery <3e> ALPS.KK1.MP7.V1" I do not know what this is but I show in case you need it.
I think your reading if this type of problem?
Is it still could be improved?
Installing custom rom whether other devices can fix this? What is this due to file damage build.prop?
How to fix it?
Can you tell tutorial to solve this problem?
If you told me to look for tutorials on the internet what keywords for this problem?
What is correct I asked here or I OOT?
What do I need to make this thread or just my neighbor asking questions like this course in every thread that said key bootloop?
You do not have to answer all of them just answer that you know or your own statement to me, I am newbie please guidance, Sorry in advance, and thanks afterward
hey the link isn't working anymore? can you please reupload?
Do you have to get into recovery? as i have no recovery on my phone Xperia z3

[Completed] [Q] help I deleted an important system app

Hi,about last week I deleted this "package access helper" system app.and since then I have not been able to install apps.it shows app not installed.and also my app manager shows just the ash coloured box where it is supposed to show my memory space both on the sdcard and internal memory.after seeing all this my first resort was to format the fone but it didn't work so now I don't have any root explorer.
P.s.the droid is rooted and on stock rom 4.2.2.please help me and sorry for my bad english
@johnny phantom Can you please do a factory Reset ? Or better yet, reflash Stock firmware you had before this ?
Otherwise if possible, please extract the missing APK from the Stock Firmware and install in the phone.
Perseus71 said:
@johnny phantom Can you please do a factory Reset ? Or better yet, reflash Stock firmware you had before this ?
Otherwise if possible, please extract the missing APK from the Stock Firmware and install in the phone.
Click to expand...
Click to collapse
hi.thanks for replying to my post
I already factory resented and apps still didn't install
I have the apk of the system app and I have tried installing but it won't.I was told that the function of the system app I deleted is for installing apps(package access helper) so I don't think I can install it as a normal app.if u were talking about installing with ADB please can you guide me through?
Move the App APK to /system/app folder then reboot to Recovery. Once in Recovery, wipe Dalvik and Cache then you are good to go.
thanks bro.but I don't have file explorer anymore should I use ADB.if so please type the commands I should type the app is on my sdcard..or show me a link to a thread that explains how I can move it using adb.once more thank you very much
You can visit the XDA University Tutorial {Tutorial} (Basics of ADB) For Beginners Part-1
That should get you started on the details of Pushing files via ADB PUSH Command.
The Mission of Assist Forum as exemplified by the first two Posts on this forum is,
The mission of XDA Assist is to provide basic help to those who have tried searching but can't find what they are looking for and need assistance. This is not a "helpdesk" providing technical assistance but more to point you in the correct direction with your problem. Perhaps you can't find posts on how to root your phone, install custom recovery or maybe you have questions about how to navigate and use features on the site.
Click to expand...
Click to collapse
So I apologize but I won't be able to help you with the specifics. You can post on the forum for your devices' Q&A Sub Forum for more detailed help by others.
thanks.I lld try and get back to you..and I don't have cwm recovery so would factory resetting do the trick of clearing dalvik cache
Yes it might. You might want to explicitly wipe Dalvik and Cache in Stock Recovery.

[Completed] Updating Droid 3 and using it as a mini computer

1. I just bought a droid 3 which I rooted. It's android version is 2.3. Can I update it to Android 5.1.1 as in the lollipopto.website or do I have to install android 4.4 as mentioned on the xda developers site under custom roms?
2. I want to use this smartphone as a mini computer without wifi, internet access or phone service. I know there are apps that can be installed that run offline. I would like to do a clear wipe of the phone. I installed Titanium Backup and I have seen lists of apps that can be taken off but I would like to know what are the essential apps that I could leave on, the bare minimum that the phone needs to have just to be functional..
Thanx
cjamps said:
1. I just bought a droid 3 which I rooted. It's android version is 2.3. Can I update it to Android 5.1.1 as in the lollipopto.website or do I have to install android 4.4 as mentioned on the xda developers site under custom roms?
2. I want to use this smartphone as a mini computer without wifi, internet access or phone service. I know there are apps that can be installed that run offline. I would like to do a clear wipe of the phone. I installed Titanium Backup and I have seen lists of apps that can be taken off but I would like to know what are the essential apps that I could leave on, the bare minimum that the phone needs to have just to be functional..
Thanx
Click to expand...
Click to collapse
Hello,
You need to first check if official lollipop is available for your device? If yes, you can upgrade. But some updates include firmware/bootloader updates. So please make the previous updates before proceeding.
As for second issue, there is no list as such but you can delete the ones you consider not important.
But please keep in mind to not delete the core apps or it will end up in a bootloop/Force closes..
Regards
Vatsal,
Forum Moderator.
Vatsal said:
Hello,
You need to first check if official lollipop is available for your device? If yes, you can upgrade. But some updates include firmware/bootloader updates. So please make the previous updates before proceeding.
As for second issue, there is no list as such but you can delete the ones you consider not important.
But please keep in mind to not delete the core apps or it will end up in a bootloop/Force closes..
Regards
Vatsal,
Forum Moderator.
Click to expand...
Click to collapse
I tried to google the apps for droid 3 but nothing came up to that effect. Please tell me how I could find out which ones they are.
thanx so much.
cjamps said:
I tried to google the apps for droid 3 but nothing came up to that effect. Please tell me how I could find out which ones they are.
thanx so much.
Click to expand...
Click to collapse
Hello,
Well you cant. Just check the debloat script for any device and accordingly delete the ones you feel.
It is a hit and trial method.
Regards
Vatsal,
Forum Moderator.
Vatsal said:
Hello,
Well you cant. Just check the debloat script for any device and accordingly delete the ones you feel.
It is a hit and trial method.
Regards
Vatsal,
Forum Moderator.
Click to expand...
Click to collapse
Ok. Thanx.
I successfully rooted my phone but I am having problems installing clockworkmod. I tried the easiest way by installing a ROM manager but get Error while downloading from server. Please make sure you have stable internet connection and that your sd card is inserted and has free space.. It is for this reason that I would probably have an issue getting it from the googleplay store. So I downloaded adb.exe which isn't working either. I don't see it containing any img file that has to be flashed. Is there any simple way it could be installed without using an unlocked bootloader?
Where is the RECOVERY img????
cjamps said:
Ok. Thanx.
I successfully rooted my phone but I am having problems installing clockworkmod. I tried the easiest way by installing a ROM manager but get Error while downloading from server. Please make sure you have stable internet connection and that your sd card is inserted and has free space.. It is for this reason that I would probably have an issue getting it from the googleplay store. So I downloaded adb.exe which isn't working either. I don't see it containing any img file that has to be flashed. Is there any simple way it could be installed without using an unlocked bootloader?
Click to expand...
Click to collapse
After downloading adb and clockworkmod where is the recovery image? I think I tried every website related to a droid 3.
Once your device boots into bootloader mode, type this into the command line.
fastboot flash recovery twrp-2.8.x.x-xxx.img
└ Here modify CWM.img with the name of your CWM recovery .img file.
I downloaded CWM 5.0.2.6 Recovery but there was no recovery-clockwork-5.0.2.6-solana.img file. I downloaded flashify but I am getting an error problem setting up in-app billing lab result .......
How do you do this?
cjamps said:
After downloading adb and clockworkmod where is the recovery image? I think I tried every website related to a droid 3.
Once your device boots into bootloader mode, type this into the command line.
fastboot flash recovery twrp-2.8.x.x-xxx.img
└ Here modify CWM.img with the name of your CWM recovery .img file.
I downloaded CWM 5.0.2.6 Recovery but there was no recovery-clockwork-5.0.2.6-solana.img file. I downloaded flashify but I am getting an error problem setting up in-app billing lab result .......
How do you do this?
Click to expand...
Click to collapse
Hello,
Recovery image is the recovery i.e. Clockwork Mod recovery in this case.
You need to fastboot it.
Regards
Vatsal,
Forum Moderator.
Is the recovery file included in the zip file? I typed in fastboot flash recovery Clockwork Mod recovery and I got an error that clockwork was not found.
cjamps said:
Is the recovery file included in the zip file? I typed in fastboot flash recovery Clockwork Mod recovery and I got an error that clockwork was not found.
Click to expand...
Click to collapse
Hello,
The command is
Code:
fastboot flash recovery <filename>.img
Regards
Vatsal,
Forum Moderator.
cjamps said:
Is the recovery file included in the zip file? I typed in fastboot flash recovery Clockwork Mod recovery and I got an error that clockwork was not found.
Click to expand...
Click to collapse
Thanx for replying.
There is no file named "recovery.img" or any "img" file in the adb zip file.
only a file named recovery.
When I type in the command fastboot flash recovery recovery I get the following information:
Target reported max download size of 520093696 bytes
Sending ‘recovery’ <770> kb . . .
OKAY [0.041s]
Writing ‘recovery’ . . .
<bootloader> Preflash validation failure
FAILED <remote: >
Finished. Total time: 0261s
I downloaded recovery-clockwork-touch-6.0.4.3-quincyatt.img, ran the same command and got the same error.

[ROM][STABLE][N][7.1.1][5.26.20][SM-T377T/W] Stock Debloated Deknoxed Degoogled V1.0

Hey everyone, quick post here, may edit later. I made a stock debloated, deknoxed, degoogled (minus play store/play services which can be disabled) ROM for the Galaxy Tab E 8.0 tablet, there's also a few build.prop tweaks for better performance but it's mostly all stock. ALL the bloatware has been removed. This ROM is still odexed for better speed and it does NOT come with root, though I would recommend rooting it with Magisk if you plan to use root apps. Let me know if there's any bugs, I apologize in advance as this is my first public ROM release. You need TWRP installed to flash this. (P.S. sorry for no proper links but the forum doesn't let me use URLs in message due to not enough posts, there's no viruses or spam here, feel free to check yourself mods.
DISCLAIMER: YOU WILL LOSE ALL DATA ON YOUR TABLET AFTER INSTALLING THIS ROM! MAKE BACKUPS OF YOUR FILES BEFORE INSTALLING!
Things you need to install
https://odindownload.com/download/Odin3_v3.14.1.zip ODIN
https://dl.twrp.me/gteslte TWRP
http://ehxz.tk/taberom The ROM
https://androiddatahost.com/wq2ap ADB
A USB cable & Windows PC
Steps to install
1. Download and extract all files and open ODIN
2. With your tablet off, boot to download mode by holding HOME+VOLUME DOWN+POWER then pressing VOLUME UP until it says downloading
3. Click AP button in ODIN and pick the TWRP recovery .tar file then click start
4. After flashing, immediately hold VOLUME UP+HOME+POWER so the tablet will boot straight into recovery
5. Go to WIPE then pick advanced wipe and wipe ALL partitions except for USB/External storage
6. Go to Advanced > ADB sideload and swipe to enable it
7. On your PC with ADB installed, open a command prompt in the location where your ROM file is downloaded and run command
Code:
adb sideload EHXZ-Tab-8-Stock-Debloated-Degoogled-Deknoxed-v1.zip
8. When you see AROMA menu on the tablet, follow the steps on your tablet to install the ROM.
9.. (Optional) Uncheck the reboot box in the installation success screen and go back to to ADB sideload option, then flash Magisk/SuperSU or anything else you'd like on your tablet.
10. Tap reboot in TWRP, it will give a message about no OS installed, ignore this and reboot anyway. First boot will take a while, be patient and just leave the tablet alone, preferably plugged into power.
Reserved
I know this is a zombie thread but this is the latest T377T ROM I could find. Just installed it today and seems to work great, so thanks for sharing. Haven't yet tested my TMobile features (don't have an active SIM at the moment).
pitflyer said:
I know this is a zombie thread but this is the latest T377T ROM I could find. Just installed it today and seems to work great, so thanks for sharing. Haven't yet tested my TMobile features (don't have an active SIM at the moment).
Click to expand...
Click to collapse
I would love to try this rom, but the link to the ROM (electrohaxz.tk/taberom The ROM) doesn't work anymore. Would you be able to share the ROM with me if you still have the file?
Bump, looking to revive an old tablet and a just need a debloated ROM. Would love to just have the zip file that was posted here
pitflyer said:
I know this is a zombie thread but this is the latest T377T ROM I could find. Just installed it today and seems to work great, so thanks for sharing. Haven't yet tested my TMobile features (don't have an active SIM at the moment).
Click to expand...
Click to collapse
Could you share this? Or any other ROM you've found?
inks1232 said:
I would love to try this rom, but the link to the ROM (electrohaxz.tk/taberom The ROM) doesn't work anymore. Would you be able to share the ROM with me if you still have the file?
Click to expand...
Click to collapse
elpeterson said:
Could you share this? Or any other ROM you've found?
Click to expand...
Click to collapse
Fixed the link to update with new domain. Sorry for the late response. I forgot about this one. You and everyone else can download the files now enjoy!
ELECTROHAXZ said:
Fixed the link to update with new domain. Sorry for the late response. I forgot about this one. You and everyone else can download the files now enjoy!
Click to expand...
Click to collapse
Thank you!!

Categories

Resources