Hello, recently I have flashed my phone with the following version of TWRP (11/12, 3.6.2):
[RECOVERY][UNOFFICIAL] TeamWin Recovery Project [v3.6.2][Android 11+12]
TeamWin Recovery Project /* * Your warranty is now void. * * I'm not responsible for bricked devices, dead SD cards, * thermonuclear war, or you getting fired because the alarm app failed. Please * do some research if you have any concerns...
forum.xda-developers.com
Everything went well and the recovery has been sucessfully flashed.
The problem is, that while my phone is in TWRP, I need to transfer files to it, because I need to flash a custom ROM.
I tried to do it via MTP, but Windows says, that the file size is much more, that one can transfer to phone.
How to fix it, because in TWRP for Android 11 (not for 11/12) everything worked well.
BTW:
- While my phone is in system, adb works.
- ADB Sideload feature does not work.
- Data partitition is mounted.
- Multidisabler --all has been ran.
What should I do? Please help!
Try to go to the Mount, then Press Enable/Disable MTP. adb devices, if still nothing disconnect cable and connect it.
reyalPreyalP said:
Try to go to the Mount, then Press Enable/Disable MTP. adb devices, if still nothing disconnect cable and connect it.
Click to expand...
Click to collapse
I have done it many times, but there was no result from that
Related
Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about this kernel
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*
*/
Hello everyone,
I know many of us have already fallen in love with the CWM recovery finally available for our device :laugh:
BUT what about those who dont want to use this custom recovery or those who have to go to the SONY SERVICE CENTRE
to claim their warranty.
Here anyone would suggest him to use the flashtool or sony update services to reflash the stock firmware but
WHY SHOULD HE DO SUCH LONG AND DIFFICULT PROCESS JUST FOR A GODDAMN RECOVERY ???
So here i am giving you the option to RESTORE stock recovery WITHOUT having to REFLASHING the custom firmware.
Actually this is the recovery image file of stock recovery which after multiple attempts i have successfully extracted from the device.
Since SONY has not updated the device kernel till now this recovery is for both the builds ie 16.0.B.2.16 & 16.0.B.2.13 .
The process for flashing the recovery is same ==>
[SIZE="4.5"]1-)Download the RECOVERY.IMG from below ,
2-)Enable USB DEBUGGING in your phone.I know this may sound crazy but i recommend it to avoid certain issues.
3-)Copy the img file to the sd card. Not in any folder,paste directly in sd card.
4-)Open the MTK MOBILEUNCLE app.
5-)Click on the RECOVERY UPDATE option and select the downloaded file.[/SIZE]
ALL DONE !! ENJOY YOUR STOCK RECOVERY.
DONT FORGET TO PRESS THE THANKS BUTTON FOR MY HARD WORK....THANKS
if you have any questions feel free to ask below.
Tested on 2 Xperia C2304, works just ok...
Thanks.
This TWRP recovery Is compiled from source & will be supported officially soon
Team Win Recovery Project 3.x, or twrp3 for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.
Code:
#include <std_disclaimer.h>
/*
*
* We are not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this project
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
*
*/
Prerequisites
1. Unlocked bootloader.
Bugs
1. Not tested yet
2. If you have found a bug, please consider posting it to my GitHub Issues.
Instructions
1. Go to the fastboot mode.
2. Download the recovery image and transfer it to the adb folder.
3. Open the cmd/terminal and change directory into the adb folder.
4. Now confirm/check that device is connected by typing:-
Code:
fastboot devices
If you got your device seriel number there then you are ready to continue otherwise try connecting device again and make sure USB debugging is on and you have granted permission to the PC to debug.
5. After that we will flash this TWRP recovery to the recovery partition by below command:-
Code:
fastboot flash recovery twrp-name.img
BooM ! TWRP flashed successfully.
6. Now unplug your device and then use your device key combo to boot into TWRP recovery mode.
Enjoy !
Downloads
Android File Host: https://www.androidfilehost.com/?w=files&flid=296748
Official TWRP Page: Yet to submit
Contributors
chankruze
Source Code: https://github.com/N00bTree/android_device_ulefone_Armor_6
Version Information
Status: stable
Thank you! I can confirm this also works on the Armor 6E.
i have been able to flash it but its pretty useless as i cant decrypt it and no other options show up
mentalik said:
i have been able to flash it but its pretty useless as i cant decrypt it and no other options show up
Click to expand...
Click to collapse
I had same problem, I flashed https://androidfilehost.com/?fid=6006931924117895653 and formatted internal data.
thanks that solved it for me
jonezy82 said:
I had same problem, I flashed https androidfilehost.com ?fid=6006931924117895653 and formatted internal data.
Click to expand...
Click to collapse
How do i even flash that? twrp is refusing to let me do anything.
Yoosk said:
How do i even flash that? twrp is refusing to let me do anything.
Click to expand...
Click to collapse
EDIT: Have you tried to select "cancel" when you get into twrp?
You can get past of decryption by selecting "cancel".
You need to format your internal storage, then flash that .zip from usb-otg usbstick.
FYI: I got my phone screwed once, I just flashed stock firmware with sp_flash_tool and it formatted storage for me.
Team Win Recovery Project 3.x, or twrp3 for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.
Code:
#include <std_disclaimer.h>
/*
*
* We are not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this recovery
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
*
*/
Prerequisites
1. Unlocked bootloader.
Bugs
1. No bugs
2. If you have found a bug, please consider posting it to my GitHub Issues.
Instructions
1. Go to the fastboot mode.
2. Download the recovery.img and transfer it to the adb folder.
3. Open the cmd/terminal and change directory into the adb folder.
4. Now confirm/check that device is connected by typing:-
Code:
fastboot devices
If you got your device seriel number there then you are ready to continue otherwise try connecting device again and make sure USB debugging is on and you have granted permission to the PC to debug.
5. After that we will flash this TWRP recovery to the recovery partition by below command:-
Code:
fastboot flash recovery twrp-name.img
BooM ! TWRP flashed successfully.
6. Now unplug your device and then hold power button untill the phone turned off, after that use your device key combo to boot into TWRP recovery mode.
Notes for installing Magisk
- After booting into twrp, format data.
- Flash Magisk zip
- After flashing magisk, flash no-verity-opt-encrypt-6.0.zip
- reboot
Downloads
Official TWRP Page: coming soon !
Unofficial Release :https://www.androidfilehost.com/?w=files&flid=298269
no-verity-opt-encrypt-6.0.zip :https://androidfilehost.com/?fid=6006931924117942519
Version Information
ROM OS Version: 9.0 Pie
Source Code: Device Tree
Based On: TWRP
Team Win Recovery Project (TWRP) is an open-source software custom recovery image for Android-based devices. It provides a touchscreen-enabled interface that allows users to install third-party firmware and back up the current system, functions often unsupported by stock recovery images. It is, therefore, often installed when rooting Android devices, although it isn't dependent on a device being rooted to be installed.
DOWNLOAD
TWRP 3.3.1.0
Code:
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
Flashing Instructions
Make sure you have fastboot drivers installed and your bootloader is unlocked
Download the file
In fastboot open the directory of downloaded file and type
fastboot flash recovery marino_twrp-treble.img, after that type
fastboot oem reboot-recovery, You'll have a black screen on your display wait for 5-10s you'll be greeted with TWRP screen if you still didn't get the screen then press power button 2-3 times
BUGS
Data decryption ( For this you need to select Wipe -> format data (You'll lose all your data in this process) )
No Battery% ( I purposefully disabled it as the battery% always stays at 50%)
MTP (Can use adb push, adb pull and adb shell to manage)
Credits
Me
Chinmay and Love Sengar for testing
Source Code: TWRP source, Device Tree and
Kernel Source
This TWRP can be used for both Treble and Non-Treble roms
/*
* Your warranty is no longer valid.(or it isn't ? who am I to judge)
*
* I am not responsible for bricked devices, dead SD cards, broken touchscreens,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this package
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*
LineageOS 18 How to install SM-J8 ~vks
DISCLAIMAR: It is a gsi and not a ROM. I am not responsible for anything ,
proceed at your own risk , All files are properties of their respective owner.
What works (TESTED ON SM-J810G)
-Calls , SMS
-Data (Enable LTE in data setting , default edge)
-Fingerprint
-Both Camera and Flash
-Audio
-Screen Mirroring
-Basically everything
What dosen't work
-No bugs , Everything works , stable too.
IMPORTANT:You will need an android10 stock vendor.
The incuded .zip contains
-Odin3
-Odin Flashable TWRP , By @goldfish07 (Telegram grpoup = https://t.me/galaxyj8 )
-Nik-gapps-pico-arm64-11.zip (Propietary)(yes it is arm64 , and yes it is not gapps)
-Lineage-18.iso (Non compressed/zipped iso)
-Device-ID.apk
Unzip the container file , and copy all these to sd card or an otg pendrive(recomended)
, PC MTP Dosent work in recovery.
Procedure.
1. Flash TWRP with ODIN (Lookup for procedure , and install drivers)
2. Boot into Custom Recovery
3. Wipe > Format_Data > Type yes (Swipe to reset dosen't work, data backup-
-would be a good idea)
4.Navigate to your copied files , select Flash image > Lineage-18.img , Flash in system.
5.Go to wipe (after flash), Advanced wipe > System > Repair or change File System >-
-Resize File System (This Prevents Error70 Insufficient Space in Gapps)
6.Flash NikGapps (select Flah from Zip) , If flash shows Error70 , Repeat From Step 3.
7.Reboot Enjoy
IMPORTANT:-
How to Fix the “Device is not Certified by Google” Error
[Your device will still say it is uncertified in the Google Play Store settings.
This is normal. All this fix does is white-list your uncertified device so you
can still use Google apps and services.]
Steps.
Install the Device+ID.apk (Included)
Open the app , Tap the Google Service Framework (GSF)
Copy it
Go to this website-
Sign in - Google Accounts
Sign-in
Paste/Copy GSF code in the box
Complete captcha (sorry dosen't work for robots)
Register (The box goes red , it's totally fine)
Reboot
After a few mins you should be able to sign in
(Don't worry , it will keep saying that not certified but after
a while it will let you sign in, and turn off notification for play
protect to remove annoying notification)
For more info-
How to Fix the "Device is not Certified by Google" Error
Are you having trouble with signing in to your Google account? Can't access the Google Play Store or use Google apps like Gmail, Maps, Play Music, or Photos? Seeing a "device is not certified by Google" error? Here's how to fix that.
www.xda-developers.com
Fixed:
1.Gapps Flash Error70 No space
2.Device Is not certified error
Notice:
1.Maps keep closing , Though maps-go , waze work fine.(Probably a google issue)
2.Bootanimation can be changed
3.Play Services can be broken
IMPORTANT
For some reason the files were not attached here but instead to this
AOSP-11 How to install SM-J8
/* * Your warranty is no longer valid.(or it isn't ? who am I to judge) * * I am not responsible for bricked devices, dead SD cards, broken touchscreens, * thermonuclear war, or you getting fired because the alarm app failed. Please * do...
forum.xda-developers.com
Check here for files
@vanshksingh
SAMSUNG J8/On8 OFFICIAL
Da Rules : 1. English and Hindi Only 2. Offtopic = a lil bit. 3. ETA = allowed 4. Respect All Admins 5. Reviewers always allowed.
t.me
use latest nikgapps from https://sourceforge.net/projects/nikgapps/files/Releases/NikGapps-R/
to resolve play services bug , and / or other bugs
Camera doesn't work
j810guser said:
Camera doesn't work
Click to expand...
Click to collapse
It used to , anyway check for new phh release over git hub it has many fixes !
vanshksingh said:
It used to , anyway check for new phh release over git hub it has many fixes !
Click to expand...
Click to collapse
I installed the latest one...
Would you be so kind as to please suggest the status on this rom? Is it bug free?
Techtradragon said:
Would you be so kind as to please suggest the status on this rom? Is it bug free?
Click to expand...
Click to collapse
The Status Was marked Completed. It was good enough for daily use !
Although id suggest
LineageOS 17 How to install SM-J8
/* * Your warranty is no longer valid.(or it isn't ? who am I to judge) * * I am not responsible for bricked devices, dead SD cards, broken touchscreens, * thermonuclear war, or you getting fired because the alarm app failed. Please * do...
forum.xda-developers.com
for the best experience!