[Q][SOLVED]How to fix this compiling error? - Optimus One, P500, V General

Now i fixed all things in about 3 hours.
Thanks guy!

Maybe this will help somehow? http://www.mathworks.com/support/solutions/en/data/1-D2Q3LW/index.html?product=ML&solution=1-D2Q3LW

xuanduc987 said:
Maybe this will help somehow? http://www.mathworks.com/support/solutions/en/data/1-D2Q3LW/index.html?product=ML&solution=1-D2Q3LW
Click to expand...
Click to collapse
i read it! But sorry that i don't understand it , my English is bad , so xuanduc , can you tell what are the meaning of those? In Vietnamese

Remove -werror from the file where u r getting error
aspee

thachtunganh said:
Hi all members and developers! I'm compiling my own kernel , it's based on Paolo 's Kernel Version 6 source code, and i compiled it many times with arm-eabi-gcc-4.4.3 toolchain from Cyanogenmod, but now i want to change the toolchain , so i downloaded and changed toolchain to arm-none-eabi-4.6.1 and now i have this error:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
i have this problem long time ago , when i swith to another toolchain that different from the arm-eabi-gcc-4.4.3 (LIke the Linaro android toolchain) , i have this error . I don't know how to fix it, can anybody help me to fix it?
Thanks!
Click to expand...
Click to collapse
What is line 224 in dma-mapping.c?

aspee said:
Remove -werror from the file where u r getting error
aspee
Click to expand...
Click to collapse
tdmcode said:
What is line 224 in dma-mapping.c?
Click to expand...
Click to collapse
@All: https://github.com/thachtunganh/tunganh-kernel
See my github
@Aspee and tdmcode: https://github.com/thachtunganh/tunganh-kernel/blob/master/arch/arm/mm/dma-mapping.c
Here is the error file
EDIT: I Checked my github , and i saw this:https://github.com/thachtunganh/tun...e57d298b0e92bda7514261e969be1d52f4abe2#diff-9
Is this the problem? should i revert it?

Remove -werror from line 109
https://github.com/thachtunganh/tunganh-kernel/blob/master/arch/arm/mm/Makefile
aspee

Help meeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee please!

thachtunganh said:
Help meeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee please!
Click to expand...
Click to collapse
What u want?
aspee

aspee said:
What u want?
aspee
Click to expand...
Click to collapse
Sorry , now i fixed all things and pushed to my github
Now i know some fix for kernel compiling error, i will turn this theard to a how to theard later (about 2 more days)

don't know much about github
on my github all things are right but on my local machine I do some mess and got some error now I want to go back and make it as same as my github respository
which command should I used?
I didn't do anything listed above but I want to know in such condition what to do?

aspee said:
don't know much about github
on my github all things are right but on my local machine I do some mess and got some error now I want to go back and make it as same as my github respository
which command should I used?
I didn't do anything listed above but I want to know in such condition what to do?
Click to expand...
Click to collapse
Click on the 'ZIP' icon next to your git link on the left side... it will download your full kernel source... place it in your work folder and ur done...

anyway,now this is the error
*** Error during update of the kernel configuration.
make[2]: *** [silentoldconfig] Error 1
make[1]: *** [silentoldconfig] Error 2
make: *** No rule to make target `include/config/auto.conf', needed by `include/config/kernel.release'. Stop.

aspee said:
don't know much about github
on my github all things are right but on my local machine I do some mess and got some error now I want to go back and make it as same as my github respository
which command should I used?
I didn't do anything listed above but I want to know in such condition what to do?
Click to expand...
Click to collapse
RockR172 said:
Click on the 'ZIP' icon next to your git link on the left side... it will download your full kernel source... place it in your work folder and ur done...
Click to expand...
Click to collapse
Don't need to download the zip file! just clone into your git with this command
cd ~
git clone [email protected]:aspee/lge-kernel-msm7x27.git
Wait for it, the time to clone a git depend on your internet connection
if you can download a file with 400KB/s, it will take you about 30 minutes or more
. When it done you will see the folder named "lge-kernel-msm7x27" in your home (home/aspee/ ), just keep doing or revert what you have mess
aspee said:
anyway,now this is the error
*** Error during update of the kernel configuration.
make[2]: *** [silentoldconfig] Error 1
make[1]: *** [silentoldconfig] Error 2
make: *** No rule to make target `include/config/auto.conf', needed by `include/config/kernel.release'. Stop.
Click to expand...
Click to collapse

Related

aZuZu Small Tools 4 SE - All In One Place - Direct SIN / YAFFS UnPacker Added

apk manager (backup, install, delete apks on phone )--- link: soon
custom boot image toolkit
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
azuzu kitchen --- link: soon
nandroid2pc ( xrecovery backup copier / unpacker to pc) --- link: soon
aZuZu amend syntax update-script to edify syntax updater-script converter
RamDisk Packer for Windows
Small Library Dependency Scanner - Alpha
Direct SIN & YAFFS UnPacker
http://azuzu.spice.net.au/tools/aKSTK/aKSTK.zip
very nice!!!
on project, your tool look good... i'm wating the result.. the first release...
thank to try to make our cooking easyer ...
This is very appreciated!
When will links be up?
Thanks for the tools
*solved* ...
a1exander said:
Can someone please tell me on how do open/edit .so files like gralloc or copybit?
Click to expand...
Click to collapse
.so files are linux libraries.... something like .dll in windows...
afaik (though i could be wrong) they cannot be edited... they need to be recompiled from sources to make any changes...
*solved* ...
a1exander said:
Can you please give me a quick little guide on how to do that?
Im kind of new to "developing".
Click to expand...
Click to collapse
i am also new to compiling stuff from sources so cant really help u there...
but if u want to look at CM7 sources u can always keep checking https://github.com/freexperia/FreeXperia
*solved* ...
a1exander said:
I see the gralloc there, but how do I compile it?
I really appreciating you people helping!
Click to expand...
Click to collapse
check out the make file:
https://github.com/freexperia/FreeXperia/blob/master/android-cm7/device/se/x10/libgralloc/Android.mk
Wow, that didnt take long. Please stay on topic guys.
Sent from my X10i using XDA Premium App
a1exander said:
Sry, but how do I get the libgralloc from FreeXperia github into gralloc.so file?
EDIT: Android NDK right?
Click to expand...
Click to collapse
If you're on Windows: http://www.cygwin.com/ , cd to directory where the sources are, and run the make command.
On Linux, cd to the sources directory and run the make command.
*solved* ...
a1exander said:
(Im on Linux Ubuntu)
Hm..
First I forked the FreeXperia directory, cloned it to my home directory. Then I cd it in my terminal by running this code:
cd /home/alexander/FreeXperia/android-cm7/device/se/x10/libgralloc
Then I write "make" and press enter. (I have installed make via Synaptic package manager)
Then I get this error message:
make: *** No targets specified and no makefile found. Stop.
..
Please help, what have I done wrong?
Click to expand...
Click to collapse
yes thats expected as there is no native make file..
may be try renaming that android.mk to 'make' or 'makefile' i dont remember which one works
*solved* ...
a1exander said:
Iv'e already tried that, same error though. This drives me insane..
Click to expand...
Click to collapse
well better insane than impotent that i allways say...
sorry for slow upload but some things are private tools w/o any help or error handlers etc so i have to adjust them little bit.
plus custom kernel toolkit still in w.i.p becouse split boot image / join boot image is being ported to c#
thought i should bump this up...
Chumby_666 has posted:
update-script to edify script converter
for converting amend syntax update-script to edify syntax updater-script (required for xRecovery v1.0.0)
check 1st post
Thank you Chumby_666 for ur work!!!
DooMLoRD said:
thought i should bump this up...
Chumby_666 has posted:
update-script to edify script converter
for converting amend syntax update-script to edify syntax updater-script (required for xRecovery v1.0.0)
check 1st post
Thank you Chumby_666 for ur work!!!
Click to expand...
Click to collapse
Can you explain how this tool works? I couldnt get it to work.
frost866 said:
Can you explain how this tool works? I couldnt get it to work.
Click to expand...
Click to collapse
gui version added i don't think it is that hard now...

[Q] Kernel source question

I own a Xolo q1000/cherry mobile OHD
Specs :-
1.2 ghz quadcore mt6589
powervr gpu
4gb internal( rest not worth metioning here )
There is another device called BQ AQUARIS 5 HD
It has the same specs as the above device
even the same gpu and all the placement of the hard keys is the same as my device ( BUILD AND SPECS ARE TOTALLY SAME, EVEN THE SCREEN )
But it has 16gb internal ( only one difference )
Xolo :
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Aquaris 5 HD :
Hope you can see the similarity
Now my problem here is that the source of aquaris 5 HD is available and my friend has used it to make a custom kernel for my xolo, but it doesnt boot up..
Can someone pls help me with this ??
I want to change the files corresponding to the internal memory..
Help will be appreciated
Make sure you're getting the mount points right,if the only difference between the phones were storage then, ADB would start when kernel initialises if you added it in the ramdisk. Get a dmesg or a logcat to understand the problem.
An easier do to check if the kernel works is, build a recovery with the kernel and check if it works.
Well I have been been trying to make the kernel... I got an idea.. Will changing the recovery.fstab in the source be helpful ?? And also can I copy some files in the source parts of which are having similar specs?? Like touch etc...??
protox 109 said:
Well I have been been trying to make the kernel... I got an idea.. Will changing the recovery.fstab in the source be helpful ?? And also can I copy some files in the source parts of which are having similar specs?? Like touch etc...??
Click to expand...
Click to collapse
However similar your device maybe, the calibrations may vary
"some calibrations settings are on the device itself.
Search with an root explorer under /sys/devices/platform and check under the MT-IC's (eg MT-i2C.0)
Under those IC's you'll find most of the devices (sensors,, etc), that are being used.
Example
/sys/devices/platform
MT-I2C.0
0-0039 - s3202 ---> s3202 is the TouchPanel
MT-I2C.1
1-0018 - FM50AF ---> Camera Lens
MT-I2C.2
2-0018- BMA222 ---> Accelerometer
etc, etc.
Some sensors special configs, can be found on those IC's, others are under /proc."
whenever i use the MAKE command this happens.. how to fix it ?
Code:
Command 'make' is available in '/usr/bin/make'
The command could not be located because '/usr/bin' is not included in the PATH environment variable.
make: command not found
protox 109 said:
whenever i use the MAKE command this happens.. how to fix it ?
Code:
Command 'make' is available in '/usr/bin/make'
The command could not be located because '/usr/bin' is not included in the PATH environment variable.
make: command not found
Click to expand...
Click to collapse
If you exported your path dynamically via terminal for that instance, you need to do
export PATH = path_to_dir:$PATH
this will include the existing environment paths also.
New problem at hand
Getting these errors when i am following your thread about making mediatek kernels
Code:
[email protected]:/q1100/aquaris-5HD-aquaris-5HD/kernel# cp mediatek/config/lcsh_we_jb2/autoconfig/kconfig/platform .config
cp: cannot stat `mediatek/config/lcsh_we_jb2/autoconfig/kconfig/platform': No such file or directory
protox 109 said:
New problem at hand
Getting these errors when i am following your thread about making mediatek kernels
Code:
[email protected]:/q1100/aquaris-5HD-aquaris-5HD/kernel# cp mediatek/config/lcsh_we_jb2/autoconfig/kconfig/platform .config
cp: cannot stat `mediatek/config/lcsh_we_jb2/autoconfig/kconfig/platform': No such file or directory
Click to expand...
Click to collapse
Instead of doing that try "make mediatek-configs"
MasterAwesome said:
Instead of doing that try "make mediatek-configs"
Click to expand...
Click to collapse
giving me this error .. D:
Code:
[email protected]:/q1100/aquaris-5HD-aquaris-5HD/kernel# make mediatek-configs
/q1100/aquaris-5HD-aquaris-5HD/kernel/arch/arm/Makefile:237: /q1100/aquaris-5HD-aquaris-5HD/kernel/mediatek/Makefile: No such file or directory
make: arm-linux-androideabi-gcc: Command not found
make: *** No rule to make target `/q1100/aquaris-5HD-aquaris-5HD/kernel/mediatek/Makefile'. Stop.
gcc compiler
Do you have the GCC toolchain?
If you do, try typing:
export CROSS_COMPILE=~/dir/where/gcc/is/installed/bin/arm-eabi-
if you downloaded the entire google source it will look sth like:
export CROSS_COMPILE=~/google/source/dir//prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi-
protox 109 said:
giving me this error .. D:
Code:
[email protected]:/q1100/aquaris-5HD-aquaris-5HD/kernel# make mediatek-configs
/q1100/aquaris-5HD-aquaris-5HD/kernel/arch/arm/Makefile:237: /q1100/aquaris-5HD-aquaris-5HD/kernel/mediatek/Makefile: No such file or directory
make: arm-linux-androideabi-gcc: Command not found
make: *** No rule to make target `/q1100/aquaris-5HD-aquaris-5HD/kernel/mediatek/Makefile'. Stop.
Click to expand...
Click to collapse
jin03002 said:
Do you have the GCC toolchain?
If you do, try typing:
export CROSS_COMPILE=~/dir/where/gcc/is/installed/bin/arm-eabi-
if you downloaded the entire google source it will look sth like:
export CROSS_COMPILE=~/google/source/dir//prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi-
Click to expand...
Click to collapse
Thanks, it works
But now i have got the zImage and modules.. How to to append mediatek headers to it and how to flash it to my device ???
Thanks

New watchface for the Amazfit watch

Hello guys,
I've just created a new watchface for the Amazfit:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
The code is hosted in github (follow the link of the image as I can't post URLs) and you are free to modify/optimize/copy ... it. I won't provide any binaries aka APKs so building the watchface is up to you.
I won't provide much support so you are basically on your own, but heck it's for free.
Kind regards,
Manuel.
Hello! Can you give a link to wfz ?
Hello!, it's not a wfz but rather an APK that must be compiled
Since it uses Huami binaries and I don't know their license I won't provide the APK (sorry for that ) .Anyway, with the source code it's quite esasy to do (github.com/manuel-alvarez-alvarez/malvarez-watchface).
and compatible with the us version?
I imported the project into Android Studio and downloaded HuamiWatchFaces.apk from the watch with adb.
But I'm having trouble with the step "Add the HuamiWatchFaces application as a jar dependency into the libs folder".
No matter what I do I always get "error: package com.huami.watch.watchface does not exist".
(I simply put the apk in ./malvarez-watchface-master\app\src\main\java\es\malvarez\mywatchfaces\libs but I doubt that would be correct)
It's been a long time since I compiled something for Android, so I must be making something really dumb.
Can you help?
EDIT: Managed to compile it. Although I had to strugle to deodex HuamiWatchFaces and then turn it into a jar. I don't think I did it correctly, but it worked.
Very nice. Thanks Manuel.
4Gibas said:
and compatible with the us version?
Click to expand...
Click to collapse
Yes, it's compatible.
Is it for pace only? How about CN version?
karlo0321 said:
Is it for pace only? How about CN version?
Click to expand...
Click to collapse
I don't have the CN firmware, so I couldn't say.
pmos69 said:
I don't have the CN firmware, so I couldn't say.
Click to expand...
Click to collapse
I always getting this error. How to fix this? Thanks
karlo0321 said:
I always getting this error. How to fix this? Thanks
Click to expand...
Click to collapse
The missing symbols should be provided by the HuamiWatchFaces.jar.
Did you import the jar as a library in the project?
Can't really tell much from the screenshot.
I also have an error
Please write a manual how to assemble this project
Code:
C:\users\Scrubber\Desktop\malvarez-watchface-master\app\src\main\java\es\malvarez\mywatchfaces\widget\HasSlptViewComponent.java
Error:(5, 39) error: package com.ingenic.iwds.slpt.view.core does not exist
Error:(6, 39) error: package com.ingenic.iwds.slpt.view.core does not exist
Error:(15, 10) error: cannot find symbol class SlptViewComponent
C:\users\Scrubber\Desktop\malvarez-watchface-master\app\src\main\java\es\malvarez\mywatchfaces\AbstractWatchFace.java
Error:(19, 74) error: package com.huami.watch.watchface does not exist
Error:(90, 18) error: cannot find symbol class Engine
Error:(22, 84) error: package com.huami.watch.watchface.AbstractWatchFace does not exist
Error:(52, 83) error: package com.huami.watch.watchface.AbstractWatchFace does not exist
Error:(30, 9) error: method does not override or implement a method from a supertype
scrubber said:
I also have an error
Please write a manual how to assemble this project
Code:
C:\users\Scrubber\Desktop\malvarez-watchface-master\app\src\main\java\es\malvarez\mywatchfaces\widget\HasSlptViewComponent.java
Error:(5, 39) error: package com.ingenic.iwds.slpt.view.core does not exist
Error:(6, 39) error: package com.ingenic.iwds.slpt.view.core does not exist
Error:(15, 10) error: cannot find symbol class SlptViewComponent
C:\users\Scrubber\Desktop\malvarez-watchface-master\app\src\main\java\es\malvarez\mywatchfaces\AbstractWatchFace.java
Error:(19, 74) error: package com.huami.watch.watchface does not exist
Error:(90, 18) error: cannot find symbol class Engine
Error:(22, 84) error: package com.huami.watch.watchface.AbstractWatchFace does not exist
Error:(52, 83) error: package com.huami.watch.watchface.AbstractWatchFace does not exist
Error:(30, 9) error: method does not override or implement a method from a supertype
Click to expand...
Click to collapse
After you put HuamiWatchFaces.jar in the libs, you have to right click it and say you want to import it as a library. (As far as I can remember)
Perhaps you didn't do that.
pmos69 said:
The missing symbols should be provided by the HuamiWatchFaces.jar.
Did you import the jar as a library in the project?
Can't really tell much from the screenshot.
Click to expand...
Click to collapse
Yes after i converted classes.dex from apk to jar.
pmos69 said:
After you put HuamiWatchFaces.jar in the libs, you have to right click it and say you want to import it as a library. (As far as I can remember)
Perhaps you didn't do that.
Click to expand...
Click to collapse
I imported the library HuamiWatchFaces.jar, but this error did not disappear :crying:
scrubber said:
I imported the library HuamiWatchFaces.jar, but this error did not disappear :crying:
Click to expand...
Click to collapse
I also set the library folder path.
karlo0321 said:
I also set the library folder path.
Click to expand...
Click to collapse
I make a mistake, but I do not know what
View attachment 4145591
scrubber said:
I make a mistake, but I do not know what
Click to expand...
Click to collapse
We got the same error.
karlo0321 said:
We got the same error.
Click to expand...
Click to collapse
1 error fixed
Now i have this error
Code:
Error:Execution failed for task ':app:transformClassesWithDexForDebug'.
> com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: java.util.concurrent.ExecutionException: com.android.dex.DexException: Multiple dex files define Landroid/support/v4/widget/DrawerLayout$DrawerListener;
scrubber said:
1 error fixed
Now i have this error
Click to expand...
Click to collapse
How do you fix the error? And what version you have? Us or cn?
It was necessary to convert dex 2 jar, then libs works, here they wrote not the correct manual
Use the dex2jar-2.0 program

CyanogenMod 12.1 ROM and TWRP for LG G3 Stylus (D690- D693n)

--Hi every one!--​Finally the most wanted (!) tutorial all over the internet is published!!!​-------------------------------------------------------------------------------
*** Its result of hours and hours of struggle with my (poor) G3 Stylus, so if you want copy it anywhere, in any form please don't forget to mention me ***]
-------------------------------------------------------------------------------
*** Good news for persians, if you can't understand this, i wrote this tutorial in persian at THIS address. Enjoy! ***
-------------------------------------------------------------------------------
*** The usual warning: I tested everything i say here on my own phone (G3 D690) and everything went good. but i'm not Responsible for anything that happen to your devices ***
-------------------------------------------------------------------------------
it's not an official rom, so it have some bugs and i'm not the developer of it so i couldn't sovle all problems
-------------------------------------------------------------------------------
All Links Changed and Tested and working properly!
-------------------------------------------------------------------------------
So let's get down to business!
_______________________________________________________________________________________
1 - Root your phone
there are a lot of ways to root, but in my opinion it's better than the others
- Download KingRoot from MOD EDIT: REMOVED pay-per-click link anywhere
- Install and connect to inernet ( in some cases you'll need a VPN )
- simply press " Try Root " and wait
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
- Finished
_______________________________________________________________________________________
2 - Install TWRP Custom Recovery
- First Download these files " Pay per click link removed " - " Pay per click link removed " - " Pay per click link removed "
Installing Busy Box
- Install the apk file and grant root
- after progress bar filled hit the install.
- Finished
Custom Recovery
- extract TWRP zip file to your internal stroage
- Open TerMinal and write these command ( available in txt file in the zip)
Like this:
su [all letters lowercase]
[grant the root]
dd if=/storage/sdcard0/uboot.img of=/dev/uboot count=1024
dd if=/storage/sdcard0/recovery.img of=/dev/recovery count=32768
[you must not make a mistake here, after sending commands you must see message just like the picture below, any mistakes at here can cause HARD BRICK, so be careful]
if your phone is not like this
1. check the command again
or 2. put the files (twrp zip) in the externad sd card and replace " sdcard0" with " external_SD'
- if you see everything like the screenshot, you are finnished
- Now type this in terMinal
su
reboot recovery
now your phone will reboot to recovery
_______________________________________________________________________________________
3 - Installing ROM
- First Download the ROM from MOD EDIT: REMOVED - Pay per click sites not allowed .
- soon to continued
nice post thanks to u i didnt give up
yo i have noticed that your download links dont work so as a result i did a post https://forum.xda-developers.com/lg-g3/general/lg-g3-stylus-d690-d693n-cm-12-1-twrp-t3685711
topknight said:
yo i have noticed that your download links dont work so as a result i did a post https://forum.xda-developers.com/lg-g3/general/lg-g3-stylus-d690-d693n-cm-12-1-twrp-t3685711
Click to expand...
Click to collapse
Thank you too.
I didn't gave up too
All links are Changed and tested
other custom rom
is there any other custom rom ?? want to try it
thx a lots
zapezuka said:
is there any other custom rom ?? want to try it
thx a lots
Click to expand...
Click to collapse
yes. there is another custom rom, based on official LG lollipop rom.
that's not so different from (i don't know the right preposition ) stock rom and it's size is nearly to sock rom, so i didn't try that. but if you want, i can put it's download link, below this thread
zapezuka said:
is there any other custom rom ?? want to try it
thx a lots
Click to expand...
Click to collapse
this is it
Pay per click link removed
** I did not try this rom and i dont know it's bugs and ... **
Pay per click link removed
Any screenshots? especially in About Phone info.... Thanks in advance!
djtreo said:
Any screenshots? especially in About Phone info.... Thanks in advance!
Click to expand...
Click to collapse
THIS Video will show you everything
Thread closed
Links cannot be pay-per-click. Rule 13 states XDA cannot be used for income
OP, send me the updated link to be verified and the thread will be reopened
Friendly Neighborhood Moderator

Question Need help in creating TWRP for SM-T225 chipset MT8768T galaxy a7 lite

I Need to Install LineageOS , Situation is cant root cause of knox in samsung os have to use fastboot method
what help do you exactly need?
starkprime74 said:
what help do you exactly need?
Click to expand...
Click to collapse
In need to make a twrp port for this device so i can flash custom rom(lineage os). I tried porting with a guide from xda but flashed in to bootloop.
Many people need this , we all got this device free and it has knox and no privacy so it will be a great help .
AddictedA1 said:
Many people need this , we all got this device free and it has knox and no privacy so it will be a great help .
Click to expand...
Click to collapse
This is great that you are willing to work towards a working twrp for A7 lite . Maybe you should join forces with @tagcart and @R0GUEEE who have also expressed their will, in another thread, to do the same and maybe other more experiensed members will come along to help achieve this and even come up with a custom rom eventually.
nikoum said:
This is great that you are willing to work towards a working twrp for A7 lite . Maybe you should join forces with @tagcart and @R0GUEEE who have also expressed their will, in another thread, to do the same and maybe other more experiensed members will come along to help achieve this and even come up with a custom rom eventually.
Click to expand...
Click to collapse
Can you send the device tree? I'll try to compile TWRP
$cronos_ said:
Can you send the device tree? I'll try to compile TWRP
Click to expand...
Click to collapse
I am sorry, i am a complete noob without any knowledge of these things. I do not even know what a device tree is. Maybe you should pm the ones mentioned in my post if they can help. Thanks anyway.
any update for twrp?
Samuel805 said:
any update for twrp?
Click to expand...
Click to collapse
Please don't ask for ETAs
$cronos_ said:
Please don't ask for ETAs
Click to expand...
Click to collapse
Yes I agree but what we need to know is how is the port procedure going on and how can we help in it?
I'm willing to make some efforts but if you guys cans share what you have accomplished then it might be easier add on to your works
$cronos_ said:
Can you send the device tree? I'll try to compile TWRP
Click to expand...
Click to collapse
Can you tell me how to make a device tree? I can send it to you
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
gta7lite device tree.zip
drive.google.com
this is the file I made following that tutorial
any update?
$cronos_ said:
Can you send the device tree? I'll try to compile TWRP
Click to expand...
Click to collapse
This is for T220:https://github.com/Skorpion96/gta7lite_recovery i extracted it
any update for t225?
bro update for t225?
DARK002s said:
any update for t225?
Click to expand...
Click to collapse
DARK002s said:
bro update for t225?
Click to expand...
Click to collapse
I have a twrp half built it shows on screen and touch screen works I used cd_spidy_action_recovery_builder- to build it it's built for SM-T225-AVE1 Android 11 but it has mtp issues which is at a kernal level so I got the AVE1 kernal source code so I can get twrp and SM-T225- Talking to each other that's going to be fun ye ha let me know if you want me to send in link with custom vbmeta and custom recovery.img .
The tree wrap does flash root magisk on SD card and also you can boot into fastboot and flash gsi using Windows SDK tools I'm running crdriid Android 12 and the battery is great and it's faster let me know if you want the work I have and I will post the link mtp who ever wants it ????b
Hers trh crdriid gsi pictures Android 12

			
				
@Andropop: Any opportunity to download this TWRP .. ?

Categories

Resources