How to edit recovery.img - Android

Hi i am interesting to modifcated a recovery.img to put my own TEXT to put my own IMAGES.
How can i do it?¿
A lot of thanks

It is exactly same as unpacking boot.img
Use dsixdas kitchen to do that.

Ok
varun.chitre15 said:
It is exactly same as unpacking boot.img
Use dsixdas kitchen to do that.
Click to expand...
Click to collapse
And how i edit the images?¿

Build it from source.

how I do
dastin1015 said:
Build it from source.
Click to expand...
Click to collapse
how I do it ?¿
i find the images and how can I change the name of recovery I refer to the upper side where it put the name of it

There areany different recovery...what are you trying to edit? Cwm, twrp, ext4...etc
And source...I find the easiest way is to get a cyanogen working folder setup and use
Code:
make bootimage
that creates a kernel with included recovery (for Samsung devices)
Sent from my SGH-I997 using Tapatalk 2
---------- Post added at 05:09 PM ---------- Previous post was at 05:07 PM ----------
http://rootzwiki.com/index.php?/topic/23903-How-to-Compile-TWRP-from-Source that's for twrp recovery...but it may give you a better idea on building recoveries from source
Sent from my HTC PH39100 using Tapatalk 2

Related

[Q] Creating a stock-based rom!

Hey guys!
How do I create a stock-based rom? The only thing I found was this: http://forum.xda-developers.com/showthread.php?t=1533740 But I don't know if it applies to Ace too.
Someone can confirm if this works? Also, If I just take a install-script from another ROM it will work? Or I'll need to write my own?
And, last but not least, for themeing, what files I need to change? Framework or tw-framework?
Okay that most things in that tut works some things are not 4 tha ace
scripts u can just add other scripts from roms no need 2 write own (ask permisions ofcorce)
Theme edit systemui.apk in system/app
edit framework-res.apk system/framework
edit twlauncher.apk system/app
and u can edit tw-framework if u wanna (not much 2 theme there)
HOPE I HELPED!!!
GOOD LUCK
Search before posting please...Theres a guide written by me for ace..
---------- Post added at 10:08 PM ---------- Previous post was at 10:08 PM ----------
If you need any help,PM me and i will help
Prawesome said:
Search before posting please...Theres a guide written by me for ace..
---------- Post added at 10:08 PM ---------- Previous post was at 10:08 PM ----------
If you need any help,PM me and i will help
Click to expand...
Click to collapse
I've made my first ROM using your tutorial as basis I need to know if there is something much different between building a CM7 rom and a stock ROM. Since stock roms always came with those other files (modem, phone, csc...), I need to know if I can just extract the system.rfs file, edit what I wand or what I need and made a flashable zip.
A bit off-topic question: where are the resources used on the lockscreen? framework-res.apk?
Quick Question: if I pick the apps that I have installed libs and put them on /system/lib, they will work?
For the lockscreen and other graphic (theme) edits check this tut, gives you a feel of where to screw with the framework-res.apk
http://forum.xda-developers.com/showthread.php?t=1543059
The easiest thing to do is to replace .9.png files with those of other ROMS to personalize it. Editing the xml files takes some trial and error, but its easier than it seems.
Thank you! One more thing: The power menu, it is hard-coded or I can add options to it via xml editing?
Renan Lazarotto said:
Thank you! One more thing: The power menu, it is hard-coded or I can add options to it via xml editing?
Click to expand...
Click to collapse
If you want to add options to power menu,you need to edit android.policy.jar,framework.jar and framework-res.apk.Here is a guide on that. http://forum.xda-developers.com/showthread.php?t=811532 You might need to make a few changes to make it adapt,like change the string ids,and its GlobalActions$3 you should copy for ace,its GlobalActions$4.smali.
---------- Post added at 09:19 AM ---------- Previous post was at 09:16 AM ----------
Renan Lazarotto said:
I've made my first ROM using your tutorial as basis I need to know if there is something much different between building a CM7 rom and a stock ROM. Since stock roms always came with those other files (modem, phone, csc...), I need to know if I can just extract the system.rfs file, edit what I wand or what I need and made a flashable zip.
A bit off-topic question: where are the resources used on the lockscreen? framework-res.apk?
Click to expand...
Click to collapse
Just download a package from Odin.You will get a .tar.md5 file which you wont be able to extract,so rename the file to .tar Now,you will be extract it,after extraction,you will get many .img files like system.img,boot.img. Extract system.img,replace stock boot.img with Cf-root and thats about it.You could take the updater script from BlackHawk as it does the job most of the times.
Prawesome said:
Just download a package from Odin.You will get a .tar.md5 file which you wont be able to extract,so rename the file to .tar Now,you will be extract it,after extraction,you will get many .img files like system.img,boot.img. Extract system.img,replace stock boot.img with Cf-root and thats about it.You could take the updater script from BlackHawk as it does the job most of the times.
Click to expand...
Click to collapse
I extracted the stock rom (system.rfs within the system files) and used the cf-root boot.img but my rom didn't start after flashing. I only saw the samsung galaxy ace logo and a blue triangle on the upper left corner of screen.
From the stocklite rom I used the updater-script. Maybe there is the fault?
Here the rom: Link
Please help me
Best regards
Marcus
freibergisch said:
I extracted the stock rom (system.rfs within the system files) and used the cf-root boot.img but my rom didn't start after flashing. I only saw the samsung galaxy ace logo and a blue triangle on the upper left corner of screen.
From the stocklite rom I used the updater-script. Maybe there is the fault?
Here the rom: Link
Please help me
Best regards
Marcus
Click to expand...
Click to collapse
Hmm...thats weird..Try taking the updater script and binary from blackhawk and try.If it still doesnt work,then try and take a logcat,it might help.
---------- Post added at 02:15 PM ---------- Previous post was at 02:10 PM ----------
Let me just download it and check the rom.
Hi,
Thank you for testing it.
I didn't copy the csc files into the system directory.
But i tried it with csc but without any success..
Please have a look over my rom..
Im very confused
PS: took the updater script from blackhawk and one other. Both are the same.
Marcus
Gesendet von meinem HTC Desire
Prawesome said:
If you want to add options to power menu,you need to edit android.policy.jar,framework.jar and framework-res.apk.Here is a guide on that. http://forum.xda-developers.com/showthread.php?t=811532 You might need to make a few changes to make it adapt,like change the string ids,and its GlobalActions$3 you should copy for ace,its GlobalActions$4.smali.
---------- Post added at 09:19 AM ---------- Previous post was at 09:16 AM ----------
Just download a package from Odin.You will get a .tar.md5 file which you wont be able to extract,so rename the file to .tar Now,you will be extract it,after extraction,you will get many .img files like system.img,boot.img. Extract system.img,replace stock boot.img with Cf-root and thats about it.You could take the updater script from BlackHawk as it does the job most of the times.
Click to expand...
Click to collapse
Thanks for the tip on the menu and all. Now I'll start to work on the ROM, but I'll still wait for the confirmation if the update script works!
freibergisch said:
Hi,
Thank you for testing it.
I didn't copy the csc files into the system directory.
But i tried it with csc but without any success..
Please have a look over my rom..
Im very confused
PS: took the updater script from blackhawk and one other. Both are the same.
Marcus
Gesendet von meinem HTC Desire
Click to expand...
Click to collapse
Hm...If you could,could you upload the rom to some other site like MediaFire? I cant seem to download the file properly from the link you gave.
---------- Post added at 06:20 PM ---------- Previous post was at 06:16 PM ----------
Renan Lazarotto said:
Thanks for the tip on the menu and all. Now I'll start to work on the ROM, but I'll still wait for the confirmation if the update script works!
Click to expand...
Click to collapse
Lol,updater script will work.Where do you think everyone takes updater scripts from? Its too big/dangerous to write up on your own,so what do you do,you take an existing one and modify it to work with your rom.Oh,and give credits to the original dev who wrote the updater script.
Hi,
I'm uploading the rom to mediafire now.
I give you the link when the rom is up in few minutes.
Thank you
---------- Post added at 06:09 PM ---------- Previous post was at 05:49 PM ----------
http://www.mediafire.com/?1bc8xt7q9sp8vzw
Edit: This is with CSC directories from the odin flash files.
Prawesome said:
Search before posting please...Theres a guide written by me for ace..
---------- Post added at 10:08 PM ---------- Previous post was at 10:08 PM ----------
If you need any help,PM me and i will help
Click to expand...
Click to collapse
where i can find the post?
tonyboy3 said:
where i can find the post?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1465477

TELUS USERS

Telus people , I need a favour. I NEED a system dump of your stock ROM. All I need Is the whole system folder. (Needs to be a proper telus ROM and not an AT&T built ROM) Just do:
Adb pull system system
Zip/far/7z the folder and upload pleeeease
Thanks
Sent from my One X+ using Tapatalk
Guys i really need this, I NEED to test the telus blobs for CM
i NEED the 4.1.1 blobs from /system/lib /system/bin /system/etc
I'm downloading an official 4.1.1 Telus build for pull.
---------- Post added at 09:34 AM ---------- Previous post was at 09:29 AM ----------
Unless, of course, you want to download it.
sixcarnage said:
I'm downloading an official 4.1.1 Telus build for pull.
---------- Post added at 09:34 AM ---------- Previous post was at 09:29 AM ----------
Unless, of course, you want to download it.
Click to expand...
Click to collapse
There's an official build??? Got a link? I couldn't find one when I looked.
Sent from my One X+ using Tapatalk
http://forum.xda-developers.com/showthread.php?t=2235248
sixcarnage said:
http://forum.xda-developers.com/showthread.php?t=2235248
Click to expand...
Click to collapse
well herp my derp, thanks
Closed as per OP, Thank You.

[ROM][PORT][PLAYER 4.2][2.3.7]MIUI Gingerbread

MIUI Gingerbread
Hello all,
I have made a port of the MIUI from the Samsung captivate for the player 4.2.It is based on Androthan's cm7 and should be working.It should be functional but as I don't own the device player 4.2 users will have to test it and give me feedback.
Bugs
All CM7 bugs are present
How to install
Boot into recovery by pressing power,vol up and the home button at the same time
Follow the procedures needed to intall cm7
select install zip(or something similar)
Navigate to rom(by using vol buttons)
Flash the rom
Enjoy
Download Link
V2
http://www.mediafire.com/download/k...for+Player+4.2+by+i98+V2+(Galaxy+SL+Port).zip
Screenshots
No screenshots currently available, waiting for the users to provide some
Credits
Androthan for cm7
Prototype159 for MIUI
I98 said:
MIUI Gingerbread
Hello all,
I have made a port of the MIUI from the Samsung captivate for the player 4.2.It is based on Androthan's cm7 and should be working.It should be functional but as I don't own the device player 4.2 users will have to test it and give me feedback.
Bugs
All CM7 bugs are present
How to install
Boot into recovery by pressing power,vol up and the home button at the same time
Follow the procedures needed to intall cm7 from this thread
http://forum.xda-developers.com/showthread.php?t=2582138
select install zip(or something similar)
Navigate to rom(by using vol buttons)
Flash the rom
Enjoy
Download Link
http://www.mediafire.com/download/4vtdbs4aoq60o2r/MIUI+GB+Port+for+Player+4.2+by+i98.zip
Screenshots
No screenshots currently available, waiting for the users to provide some
Credits
Androthan for cm7
Prototype159 for MIUI
Click to expand...
Click to collapse
Downloading now will report back. great to see this device is not forgotten
---------- Post added 19th October 2014 at 12:01 AM ---------- Previous post was 18th October 2014 at 11:19 PM ----------
The rom failed to boot just a black screen after samsung logo
niklus101 said:
Downloading now will report back. great to see this device is not forgotten
---------- Post added 19th October 2014 at 12:01 AM ---------- Previous post was 18th October 2014 at 11:19 PM ----------
The rom failed to boot just a black screen after samsung logo
Click to expand...
Click to collapse
Is there any chance of doing a logcat,
anyway, I'll see what I can do
Thanks for reporting back
z
I98 said:
Is there any chance of doing a logcat,
anyway, I'll see what I can do
Thanks for reporting back
Click to expand...
Click to collapse
nah, because idk how to do a logcat. i doubt this rom would ever work because the captivate has a different cpu architecture we us omap 3 but the captivate uses hummingbird but if u want to try something you can try to port cm 11 from the galaxy player 3.6 github sources for 3.6https://github.com/androthan?tab=repositories (official dev @Androthan) he also has a ready built kernel source (just needs compiling) for booting 4.4.X for the 4.2.
niklus101 said:
z
nah, because idk how to do a logcat. i doubt this rom would ever work because the captivate has a different cpu architecture we us omap 3 but the captivate uses hummingbird but if u want to try something you can try to port cm 11 from the galaxy player 3.6 github sources for 3.6https://github.com/androthan?tab=repositories (official dev @Androthan) he also has a ready built kernel source (just needs compiling) for booting 4.4.X for the 4.2.
Click to expand...
Click to collapse
I have uploaded a new build, please see if it's working as for porting cm11, I don't think I've got the skills needed to do so plus I don't have linux on my pc and am not willing to.
Can anyone confirm if the new build's working now?
I98 said:
Can anyone confirm if the new build's working now?
Click to expand...
Click to collapse
The rom failed to boot just a black screen again
niklus101 said:
The rom failed to boot just a black screen again
Click to expand...
Click to collapse
I'm going to try different libs to see if it gets it working.
http://forum.xda-developers.com/showthread.php?t=1538234
Try this ROM...this is meant for the Galaxy SL, with the same specs as the 4.2.
drakonizer said:
http://forum.xda-developers.com/showthread.php?t=1538234
Try this ROM...this is meant for the Galaxy SL, with the same specs as the 4.2.
Click to expand...
Click to collapse
Thank you, will try porting this later.
the rom failed to boot (v3)
niklus101 said:
the rom failed to boot (v3)
Click to expand...
Click to collapse
Thank you for your feedback, I will try the rom from the galaxy sl as drakonizer reccommended.
Link is up
I have uploaded one build and I'm going to upload another one using a different method, please see which one works.
I98 said:
Link is up
I have uploaded one build and I'm going to upload another one using a different method, please see which one works.
Click to expand...
Click to collapse
downloading now will report back
---------- Post added at 08:53 PM ---------- Previous post was at 08:13 PM ----------
I98 said:
Link is up
I have uploaded one build and I'm going to upload another one using a different method, please see which one works.
Click to expand...
Click to collapse
in the galaxy sl port, i get an error (Status 6) and installation aborted.
---------- Post added at 09:07 PM ---------- Previous post was at 08:53 PM ----------
I98 said:
Link is up
I have uploaded one build and I'm going to upload another one using a different method, please see which one works.
Click to expand...
Click to collapse
the other port method failed to boot
niklus101 said:
downloading now will report back
---------- Post added at 08:53 PM ---------- Previous post was at 08:13 PM ----------
in the galaxy sl port, i get an error (Status 6) and installation aborted.
---------- Post added at 09:07 PM ---------- Previous post was at 08:53 PM ----------
the other port method failed to boot
Click to expand...
Click to collapse
It seems that the error for the first one is just a problem in the updater script, after getting the error, can you please go to advanced and then select show log and take a photo or something. If I get this to install, it will probably boot, can you try using the meta-inf of the "other ported rom" in the galaxy sl one (delete the old meta-inf folder in the galaxy sl one and replace with the "other ported rom's" one)
Thank you, you've been helpful
I98 said:
It seems that the error for the first one is just a problem in the updater script, after getting the error, can you please go to advanced and then select show log and take a photo or something. If I get this to install, it will probably boot, can you try using the meta-inf of the "other ported rom" in the galaxy sl one (delete the old meta-inf folder in the galaxy sl one and replace with the "other ported rom's" one)
Thank you, you've been helpful
Click to expand...
Click to collapse
here is the pic, sorry 4 quality bb 9300 camera not dat good
niklus101 said:
here is the pic, sorry 4 quality bb 9300 camera not dat good
Click to expand...
Click to collapse
Thank you for the pic, did you try deleting the meta-inf in the galaxy sl port and replacing it with the meta-inf from the other build, since that one installed successfully, it should mean that the updater script works.
I98 said:
It seems that the error for the first one is just a problem in the updater script, after getting the error, can you please go to advanced and then select show log and take a photo or something. If I get this to install, it will probably boot, can you try using the meta-inf of the "other ported rom" in the galaxy sl one (delete the old meta-inf folder in the galaxy sl one and replace with the "other ported rom's" one)
Thank you, you've been helpful
Click to expand...
Click to collapse
i've replaced the updater script but the rom still fails to boot
---------- Post added at 11:16 PM ---------- Previous post was at 11:15 PM ----------
I98 said:
Thank you for the pic, did you try deleting the meta-inf in the galaxy sl port and replacing it with the meta-inf from the other build, since that one installed successfully, it should mean that the updater script works.
Click to expand...
Click to collapse
the updater script does work it just fails to boot
Does it at least reach the boot animation?
Sent from my GT-I9100 using XDA app
drakonizer said:
Does it at least reach the boot animation?
Sent from my GT-I9100 using XDA app
Click to expand...
Click to collapse
no just a black screen

Please help me, i m stuck for a custom recovery

Hey brothers, I am using an MTK chipset based phone,
its MT6735. Its a locally produced phone in Bangladesh. Name is Symphony Xplorer P6 Pro. I have been searched all over the internet, and also tried with MTK drois tools, but nothing become helpfull. Just need a custom recovery, that's all. If anyone help me out, I will be gratefull to them. thanks!
ProblemCreator said:
Hey brothers, I am using an MTK chipset based phone,
its MT6735. Its a locally produced phone in Bangladesh. Name is Symphony Xplorer P6 Pro. I have been searched all over the internet, and also tried with MTK drois tools, but nothing become helpfull. Just need a custom recovery, that's all. If anyone help me out, I will be gratefull to them. thanks!
Click to expand...
Click to collapse
Contact This Mate in XDA #Charansai ..
http://forum.xda-developers.com/member.php?u=6144330 ..
I think he Will help you To Build a Custom Recovery of Your Device ..
Good Luck ..
Sent from my Nitro using Tapatalk
Thank you bro, are you from Bangladesh?
Happy To Help
Here Is My Device Recovery
Download It
Unpack It
Replace Zimage (Depends On Type Of Unpacking Tool You Use ) Replace Them From Stock To Ported Recovery (Which Is Downloaded Recovery From Above Link )
Repack It
Flash And Enjoy
Hit Thanks If This Is Helpful
---------- Post added at 04:50 AM ---------- Previous post was at 04:46 AM ----------
Click Here For Detail With Images
Above One Is My Blog
I forgot Post In XDA (Due To Exams )
Tilt The Time Follow My Blog
Hit Thanks If This Is Helpful
charansai said:
Happy To Help
Here Is My Device Recovery
Download It
Unpack It
Replace Zimage (Depends On Type Of Unpacking Tool You Use ) Replace Them From Stock To Ported Recovery (Which Is Downloaded Recovery From Above Link )
Repack It
Flash And Enjoy
Hit Thanks If This Is Helpful
---------- Post added at 04:50 AM ---------- Previous post was at 04:46 AM ----------
Click Here For Detail With Images
Above One Is My Blog[emoji14]
I forgot Post In XDA (Due To Exams )
Tilt The Time Follow My Blog
Hit Thanks If This Is Helpful
Click to expand...
Click to collapse
Sorry @charansai mate.. Forgot to tag you So That You Would seen This Earlier .. Instead of @ Posted your username as a Hash tag ..
Sent from my Nitro using Tapatalk
LoverBoy2415 said:
Sorry @charansai mate.. Forgot to tag you So That You Would seen This Earlier .. Instead of @ Posted your username as a Hash tag ..
Sent from my Nitro using Tapatalk
Click to expand...
Click to collapse
Seen Inbox Then Post Thxs For Providing Him My Username Link
Happy To Help
Sent from my YU5010 using Tapatalk
charansai said:
Seen Inbox Then Post Thxs For Providing Him My Username Link
Happy To Help
Sent from my YU5010 using Tapatalk
Click to expand...
Click to collapse
?..
Sent from my Nitro using Tapatalk
Thanks guys, you peoples are cool. actually I'm new in xda. Happy to have you
Brother charansai, you mentioned that I would need the stock recovery to create a custom recovery. But I don't know how to get own stock recovery. I have tried with the droid tools. But that didn't worked!

Android n in z2 problem

Hi guys.
I successfully boot android n preview 3 in our device with flashing ftf from z3 and flashing kernel from xda.But I have 3 problem
-I can't flash recovery after ftf.It says "FAILED (remote: partition table doesn't exist)"
-I flashed original baseband from Z2 ftf but still no sim error.
-THERE IS A REALLY ANNOYING POINTER IN SCREEN AND I CANNOT REMOVE IT I NEED TO USE MY FINGER LIKE A MOUSE(i tried developer option show touches etc didn't work)
-Getting camera not found error
After that everything works like a charm(GPS,WiFi,Bluetooth etc.) how can I solve the problems.
Thanks
yigiitkaan said:
Hi guys.
I successfully boot android n preview 3 in our device with flashing ftf from z3 and flashing kernel from xda.But I have 3 problem
-I can't flash recovery after ftf.It says "FAILED (remote: partition table doesn't exist)"
-I flashed original baseband from Z2 ftf but still no sim error.
-THERE IS A REALLY ANNOYING POINTER IN SCREEN AND I CANNOT REMOVE IT I NEED TO USE MY FINGER LIKE A MOUSE(i tried developer option show touches etc didn't work)
-Getting camera not found error
After that everything works like a charm(GPS,WiFi,Bluetooth etc.) how can I solve the problems.
Thanks
Click to expand...
Click to collapse
Can you tell me step by step how u did , i like to give it a try.
and which kernel u used?
azam426 said:
Can you tell me step by step how u did , i like to give it a try.
and which kernel u used?
Click to expand...
Click to collapse
---I backed up my Phone and wipe everything expect Micro sd---
-First i flashed this ftf https://drive.google.com/file/d/0B8cCnBv81XJ0cmZVRlFBQXpYMjQ/view?usp=sharing without flashing rpm.sin
-Then i flashed this kernel from fastboot http://forum.xda-developers.com/xperia-z2/development/kernel-android-n-preview-3-t3439811
-It booted with no problem without sim card
It worked.. and fast too..
If a good dev have time to port, it will be a good rom.
only few bugs there.. like touch, wifi, camera..
azam426 said:
It worked.. and fast too..
If a good dev have time to port, it will be a good rom.
only few bugs there.. like touch, wifi, camera..
Click to expand...
Click to collapse
Yes my friend i believe someone going to port to us.
azam426 said:
It worked.. and fast too..
If a good dev have time to port, it will be a good rom.
only few bugs there.. like touch, wifi, camera..
Click to expand...
Click to collapse
The touch doesn't work?
hamzxoxo said:
The touch doesn't work?
Click to expand...
Click to collapse
It's working
Good to know that my kernel boot
If someone can create a topic dedicated to the port can help you in you can
@Brandon Nel I was working also in rom
---------- Post added at 07:37 PM ---------- Previous post was at 07:28 PM ----------
yigiitkaan said:
Hi guys.
I successfully boot android n preview 3 in our device with flashing ftf from z3 and flashing kernel from xda.But I have 3 problem
-I can't flash recovery after ftf.It says "FAILED (remote: partition table doesn't exist)"
-I flashed original baseband from Z2 ftf but still no sim error.
-THERE IS A REALLY ANNOYING POINTER IN SCREEN AND I CANNOT REMOVE IT I NEED TO USE MY FINGER LIKE A MOUSE(i tried developer option show touches etc didn't work)
-Getting camera not found error
After that everything works like a charm(GPS,WiFi,Bluetooth etc.) how can I solve the problems.
Thanks
Click to expand...
Click to collapse
Not flash full fw Z3
the ROM needs to be ported to Z2, so will running kernel and recovery
Also give preference in porting Android N Preview 3, people have reported various problems Z3
Gustavo RD78 said:
Good to know that my kernel boot
If someone can create a topic dedicated to the port can help you in you can
@Brandon Nel I was working also in rom
---------- Post added at 07:37 PM ---------- Previous post was at 07:28 PM ----------
Not flash full fw Z3
the ROM needs to be ported to Z2, so will running kernel and recovery
Also give preference in porting Android N Preview 3, people have reported various problems Z3
Click to expand...
Click to collapse
Thanks i getting now.I hope someone port it with problems they aren't so important for me
As for D6502 user i can flash ftf bt after flashing @Gustavo RD78
Kernel phone doesn't boot ?
Sent from my D6502 using XDA-Developers mobile app
help
yigiitkaan said:
---I backed up my Phone and wipe everything expect Micro sd---
-First i flashed this ftf https://drive.google.com/file/d/0B8cCnBv81XJ0cmZVRlFBQXpYMjQ/view?usp=sharing without flashing rpm.sin
-Then i flashed this kernel from fastboot http://forum.xda-developers.com/xperia-z2/development/kernel-android-n-preview-3-t3439811
-It booted with no problem without sim card
Click to expand...
Click to collapse
how do i exclude flashing rpm.sin??
madscientistdam said:
how do i exclude flashing rpm.sin??
Click to expand...
Click to collapse
From flashtool exclude section
help
yigiitkaan said:
From flashtool exclude section
Click to expand...
Click to collapse
when i fastboot flash boot boot.img its not flashing the kernel and i renamed it to boot.img like the instruction says what am i doing wrong?
madscientistdam said:
when i fastboot flash boot boot.img its not flashing the kernel and i renamed it to boot.img like the instruction says what am i doing wrong?
Click to expand...
Click to collapse
What is the error saying?
help
yigiitkaan said:
From flashtool exclude section
Click to expand...
Click to collapse
in my flashtool exclude section it only says BOOT BUNDLE,PARTTION,KERNEL,FOTA ,BASEBAND,SYATEM,ELABEL it doesnt have an option to exclude rpm.sin help please
---------- Post added at 06:08 PM ---------- Previous post was at 05:48 PM ----------
when i fastboot flash boot boot.img it says error cannot load boot.img
---------- Post added at 06:23 PM ---------- Previous post was at 06:08 PM ----------
yigiitkaan said:
What is the error saying?
Click to expand...
Click to collapse
can u help me sir yes or no??
madscientistdam said:
in my flashtool exclude section it only says BOOT BUNDLE,PARTTION,KERNEL,FOTA ,BASEBAND,SYATEM,ELABEL it doesnt have an option to exclude rpm.sin help please
---------- Post added at 06:08 PM ---------- Previous post was at 05:48 PM ----------
when i fastboot flash boot boot.img it says error cannot load boot.img
---------- Post added at 06:23 PM ---------- Previous post was at 06:08 PM ----------
can u help me sir yes or no??
Click to expand...
Click to collapse
My flashtool version is 9.20.0.0 i guess you need it bro.I haven't an idea for fastboot problem
EVERYONE. I HAVE FOUND A SOLUTION FOR THE POINTER! Try deleting the pointer file in the System folder! (I dont know where the file specificlly is tho. )
Brandon Nel said:
EVERYONE. I HAVE FOUND A SOLUTION FOR THE POINTER! Try deleting the pointer file in the System folder! (I dont know where the file specificlly is tho. )
Click to expand...
Click to collapse
You cannot even root it without recovery how you think found pointer file if it's really "exist"
yigiitkaan said:
You cannot even root it without recovery how you think found pointer file if it's really "exist"
Click to expand...
Click to collapse
Everything that happens in a phone is ALWAYS in it's root folders, otherwise it wouldn't exist. Have you tried rooting or installing twrp using ADB??
---------- Post added at 04:31 AM ---------- Previous post was at 04:23 AM ----------
EVERYONE. Try deleting the 'pointer_arrow.png' file in system/framework/framework-res.apk/Res/Drawable-mdpi or something. I heard that that annoying pointer file is located there somewhere. Someone please extract the Android N ftf, decompile framework-res.apk, and delete that pointer_arrow.png file. SOLVED. (If it works. XD)
Brandon Nel said:
Everything that happens in a phone is ALWAYS in it's root folders, otherwise it wouldn't exist. Have you tried rooting or installing twrp using ADB??
---------- Post added at 04:31 AM ---------- Previous post was at 04:23 AM ----------
EVERYONE. Try deleting the 'pointer_arrow.png' file in system/framework/framework-res.apk/Res/Drawable-mdpi or something. I heard that that annoying pointer file is located there somewhere. Someone please extract the Android N ftf, decompile framework-res.apk, and delete that pointer_arrow.png file. SOLVED. (If it works. XD)
Click to expand...
Click to collapse
I dont think So..
I think it has something to do with the *.idc files inside /system/usr/idc/
probably need to port *.idc files..

Categories

Resources