Hello XDA,
If you've ever tried to theme or modify SecContacts on lollipop, you've undoubtedly realized that it recompiles, but does not work when pushed back to your device. Today I'm going to show you how to fix that. I've been holding off releasing this information for awhile, but what the hell, here it is, exclusively from Alliance...
***I am not responsible for any loss of data***
***or damage to your device resulting from this mod***
In order for this to work, your ROM will need to have signature validation disabled. If you do not know how to do so,
A) There are plenty of guides on XDA that will teach you. This is not one of them.
B) Why are you in a developers' forum?
Moving on....
All you need to do is open the AndroidManifest file in your decompiled SecContacts, search for:
Code:
android:authorities="@string/file_provider_authorities"
...and change it to:
Code:
android:authorities="com.android.contacts.files"
Once you've done that, make any other changes you want, recompile (keeping the new manifest), push to your device, and voila! Working SecContacts.
Remember, you heard it here first, and you heard it from Alliance. Enjoy.
Nice work buddy. Now delete before someone learns something around here. [emoji23] [emoji23]
Cowboy from Hell on a twisted trail.
Koffed From my Big Ass Outlaw Phone.
Bubbajoe40356 said:
Nice work buddy. Now delete before someone learns something around here. [emoji23] [emoji23]
Cowboy from Hell on a twisted trail.
Koffed From my Big Ass Outlaw Phone.
Click to expand...
Click to collapse
To late !!!
Dagnammit
Cowboy from Hell on a twisted trail.
Koffed From my Big Ass Outlaw Phone.
Bubbajoe40356 said:
Nice work buddy. Now delete before someone learns something around here. [emoji23] [emoji23]
Cowboy from Hell on a twisted trail.
Koffed From my Big Ass Outlaw Phone.
Click to expand...
Click to collapse
Eh, not this time...Already did that when I originally posted this on the 8th....Then immediately decided to keep it exclusive for a bit, and had the thread pulled...[emoji23]
{
"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"
}
@Morningstar Great work, thanks a ton for sharing.
Morningstar said:
Eh, not this time...Already did that when I originally posted this on the 8th....Then immediately decided to keep it exclusive for a bit, and had the thread pulled...[emoji23]
Click to expand...
Click to collapse
I know [emoji23] [emoji23] [emoji23]
Cowboy from Hell on a twisted trail.
Koffed From my Big Ass Outlaw Phone.
Thanks Morningstar
This is Just a try ( a joke [emoji3]) but it work!
Thank you again
Morningstar said:
Hello XDA,
If you've ever tried to theme or modify SecContacts on lollipop, you've undoubtedly realized that it recompiles, but does not work when pushed back to your device. Today I'm going to show you how to fix that. I've been holding off releasing this information for awhile, but what the hell, here it is, exclusively from Alliance...
***I am not responsible for any loss of data***
***or damage to your device resulting from this mod***
In order for this to work, your ROM will need to have signature validation disabled. If you do not know how to do so,
A) There are plenty of guides on XDA that will teach you. This is not one of them.
B) Why are you in a developers' forum?
Moving on....
All you need to do is open the AndroidManifest file in your decompiled SecContacts, search for:
Code:
android:authorities="@string/file_provider_authorities"
...and change it to:
Code:
android:authorities="com.android.contacts.files"
Once you've done that, make any other changes you want, recompile (keeping the new manifest), push to your device, and voila! Working SecContacts.
Remember, you heard it here first, and you heard it from Alliance. Enjoy.
Click to expand...
Click to collapse
Not works. :crying: I have compiled and edited files SecContacts_Note_CHN.apk as directed then recomplie . But still faulty packaging . Can you make video tutorial ?
@Morningstar A lot of thanks for share, is fully working :good:
dedichthui said:
Not works. :crying: I have compiled and edited files SecContacts_Note_CHN.apk as directed then recomplie . But still faulty packaging . Can you make video tutorial ?
Click to expand...
Click to collapse
There's no point in making a video tutorial, when it would only show a single text value being changed. It's worked for every single other person who's tried it, so try again. Make sure that you have signature validation disabled on your ROM, and that you're only copying the original META-INF folder back when you recompile, and keeping the new manifest.
After you check all that and try again, if you're still having problems, upload your manifest, but I strongly suspect the problem is one of the things I mentioned...
Morningstar said:
There's no point in making a video tutorial, when it would only show a single text value being changed. It's worked for every single other person who's tried it, so try again. Make sure that you have signature validation disabled on your ROM, and that you're only copying the original META-INF folder back when you recompile, and keeping the new manifest.
After you check all that and try again, if you're still having problems, upload your manifest, but I strongly suspect the problem is one of the things I mentioned...
Click to expand...
Click to collapse
Thanks for the reply . Yes I did. Works fine
dedichthui said:
Thanks for the reply . Yes I did. Works fine
Click to expand...
Click to collapse
Glad to hear it.
[emoji106]
Morningstar said:
Glad to hear it.
[emoji106]
Click to expand...
Click to collapse
Thank you good guy.:good:
Damn i struggled as hell..... i never thought about as manifest has been not touched. ....
sometimes solution for harder issue is so simply. ..
will try when home from vacation ????
big thanks
Can someone please post how they disabled signature verification? There are different guides but I haven't succeeded so far.
Phone_Guru said:
Can someone please post how they disabled signature verification? There are different guides but I haven't succeeded so far.
Click to expand...
Click to collapse
I think one of these guides will work (no promises though):
http://forum.xda-developers.com/showthread.php?t=2725233
http://forum.xda-developers.com/showthread.php?t=2733681
In the second link, the part dealing with core.jar is not necessary, but if you want to do it anyway, the file is now called core-libart.jar.
Morningstar said:
I think one of these guides will work (no promises though):
http://forum.xda-developers.com/showthread.php?t=2725233
http://forum.xda-developers.com/showthread.php?t=2733681
In the second link, the part dealing with core.jar is not necessary, but if you want to do it anyway, the file is now called core-libart.jar.
Click to expand...
Click to collapse
I did learn a lot of knowledge and experience from you . Thank you my friend.
Morningstar said:
Hello XDA,
If you've ever tried to theme or modify SecContacts on lollipop, you've undoubtedly realized that it recompiles, but does not work when pushed back to your device. Today I'm going to show you how to fix that. I've been holding off releasing this information for awhile, but what the hell, here it is, exclusively from Alliance...
***I am not responsible for any loss of data***
***or damage to your device resulting from this mod***
In order for this to work, your ROM will need to have signature validation disabled. If you do not know how to do so,
A) There are plenty of guides on XDA that will teach you. This is not one of them.
B) Why are you in a developers' forum?
Moving on....
All you need to do is open the AndroidManifest file in your decompiled SecContacts, search for:
Code:
android:authorities="@string/file_provider_authorities"
...and change it to:
Code:
android:authorities="com.android.contacts.files"
Once you've done that, make any other changes you want, recompile (keeping the new manifest), push to your device, and voila! Working SecContacts.
Remember, you heard it here first, and you heard it from Alliance. Enjoy.
Click to expand...
Click to collapse
Hi guy
I follow steps and its work fine
but ... when I open a contact...
I get force close :/
any idear?
Sorry for my english
Bruno saa said:
Hi guy
I follow steps and its work fine
but ... when I open a contact...
I get force close :/
any idear?
Sorry for my english
Click to expand...
Click to collapse
Post a logcat.
Related
Hello. Currently, it hides the "AT&T" in both the unexpanded and expended statusbar. I can make it so it appears in just the expanded statusbar or put something else in the expanded statusbar (may take a bit, but should be fairly quick).
I have some testers, so if they say all is good, I'll put up the DL link straightaway...
I am working on working CWM port now, so I am just going to post, as it seems to work. Have fun, and use at your own risk!!! I'll also have an installer up soon.
Oh, THIS IS FOR THE 1.82 RUU, I haven't tested on 1.73, but I can make it for that version, as well, and 1.85 when it's rooted...also, you need to be Deodexed!
http://dl.dropbox.com/u/22769554/TESTS/SystemUI.apk
Here are some screenshots:
{
"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"
}
Reserved
Reserved for updates or whatever...
i'd like to test this for you please
I would be more than willing to test this out for you.
Nice Job,
You say it hides it, is it actually removed or is there going to be a space where the "active notification" stays to keep it "hidden"
warri said:
Nice Job,
You say it hides it, is it actually removed or is there going to be a space where the "active notification" stays to keep it "hidden"
Click to expand...
Click to collapse
It's deactivated in smali code, it's gone...
sk806 said:
It's deactivated in smali code, it's gone...
Click to expand...
Click to collapse
big ++++++++++++ plus then, pm me i'll shove it in my framework with root explorer
warri said:
big ++++++++++++ plus then, pm me i'll shove it in my framework with root explorer
Click to expand...
Click to collapse
OK, but please shove it in your /system/app/
This is the last tester I need. Thanks.
Steve
nice work will try
sk806 said:
If I need a link up now, let me know, Red, and I'll put it up there, but I'd like a few others to test for a bit first, just in case.
Click to expand...
Click to collapse
You're fine. I usually give 24 hours to post the link. Im not a hardass like some of the other Mods.
Thanks for all of your hard work! You seem to be running about 4 projects at a time.
Hey, sk ...that Logo is not rom based...it's actually carrier based, It will display whatever carrier you are on..
For example, I'm on 1.82 att rom but it displays rogers, since i'm using rogers..
so when you changed to another network it will be the name of other network.
just want everyone to know, so they will not be that annoyed to have it.
Red5 said:
You're fine. I usually give 24 hours to post the link. Im not a hardass like some of the other Mods.
Thanks for all of your hard work! You seem to be running about 4 projects at a time.
Click to expand...
Click to collapse
I know. I produce/engineer music for a living, and my studio is out of comission for a bit, so I have some work I can do at home, but I generally have WAAAAAY too much time on my hands...
niceppl said:
Hey, sk ...that Logo is not rom based...it's actually carrier based, It will display whatever carrier you are on..
For example, I'm on 1.82 att rom but it displays rogers, since i'm using rogers..
so when you changed to another network it will be the name of other network.
just want everyone to know, so they will not be that annoyed to have it.
Click to expand...
Click to collapse
Thanks for pointing this out. I just find it annoying/redundant, and it's not in the carrier free One X, so I got rid of it. Like I said, I can add it back to the expanded status bar if people need to know what network they are on (and it's still on your lockscreen).
Steve
Process:
1) Rename Old SystemUI.apk to SystemUI.apk.old
2) Move new SystemUI.apk to /system/app/ with Root Explorer
3) Set Permissions to rw-rw-rw
Success on Magnolia X. (On 1.82)
Just to let everyone know it re-set my wallpaper to the default ROM one, but of course this is easy, just re-select the one you want!
Great Job SK!
this isn't working for me
running 1.82 RUU
i'm positive i pushed the new one. i had some graphical mods with my old SystemUI.apk and they're no longer there. i adb pushed this, too.
mrvirginia said:
this isn't working for me
running 1.82 RUU
Click to expand...
Click to collapse
Did you set-permission?
mrvirginia said:
this isn't working for me
running 1.82 RUU
i'm positive i pushed the new one. i had some graphical mods with my old SystemUI.apk and they're no longer there. i adb pushed this, too.
Click to expand...
Click to collapse
Are you on Clean ROM Dev? That may make a difference, I don't know.
warri said:
Did you set-permission?
Click to expand...
Click to collapse
yes. and it's rw-r-r btw not rw-rw-rw.
i had my odex file still, though, and this was the problem. works perfectly thanks
sk806 said:
Are you on Clean ROM Dev? That may make a difference, I don't know.
Click to expand...
Click to collapse
yep, it was because of the odex file
this is the best mod out thus far for the ATT version imo haha
warri said:
Process:
1) Rename Old SystemUI.apk to SystemUI.apk.old
2) Move new SystemUI.apk to /system/app/ with Root Explorer
3) Set Permissions to rw-rw-rw
Success on Magnolia X. (On 1.82)
Just to let everyone know it re-set my wallpaper to the default ROM one, but of course this is easy, just re-select the one you want!
Great Job SK!
Click to expand...
Click to collapse
The wallpaper change happens any time you replace the systemui because when I was doing some theming of the apk it happened every time even when putting the original back. Just need to go into settings and reset it no biggy.
Sent from my Rooted Hox
OK, so I'm confused.....
The download link in the OP is for android.policy.jar, yet the posts listed are for SystemUI.apk.
I'm guessing the download link is linked tothe incorrect file?
{
"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"
}
Click to expand...
Click to collapse
DOWNLOAD
Click to expand...
Click to collapse
CREDITS AND THANKS TO
Click to expand...
Click to collapse
[email protected] Duce for his tutorial about m10
[email protected] seed guys team
[email protected], Flemmard; and all of the developer who built VTS
NOBODY, DEV OR USER, IS ALLOWED TO TAKE ANYTHING FROM THIS THREAD AND PUBLISH IT IN WHATEVER SECTION, PLEASE RESPECT ORIGINALITY AND EFFORT BEING THE FIRTS PRESENTING THIS KIND OF LOCKRING AND WIDGET CUSTOMIZATION, THANKS
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Hacked Fusion
Click to expand...
Click to collapse
First and foremost let me thank all our users for using our Romz and providing us with a valuable and constructive feedback :good:
We customize and develop roms as a hobby its not our job or occupation and we do have normal lives and either jobs or in education, which pays our bills so our first obligation is to our real lives and I sure do hope that every one understands this.
Every DEV customize rom in their own way hence there are quite a few variations of the same base, we neither imply or consider that anyone else's work is inferior or superior to our work.
It's user's own choice which modifications in a rom they are happy with and which rom serves their purposes, we will never force anyone to use our rom or ask anyone to go else where if they are not happy.
It is consider RUDE to compare or ask which rom is better in any development thread so PLEASE do not ask or entertain these questions in not just our's but anyone else's thread, It is always a good practice to download any rom try it for yourself and see if you like it or not.
Lets all make an effort to keep these development threads nice and clean and as user friendly as we possibly can,
IF you do have a problem with OUR rom please try to give as much information as you can, as we have to try to recreate that problem in an effort to help and provide right advise.
Hope everyone understands and give a thought to all or part of my rant
Safe Downloading And Happy Flashing
User Banner If Any One Wants To Use It
and this is mine..you are the best memnoc and co...
Looks good!!
Sent from my HTC Sensation 4G using xda premium
Hey, Memnos, are you planning on creating a blue frame mode for this one like you have on your other Rom?
Lutskguy said:
Hey, Memnos, are you planning on creating a blue frame mode for this one like you have on your other Rom?
Click to expand...
Click to collapse
you already have inside it, and by the way every theme daemon use is fine with xcode, just be sure not overwrite widgets or you'll lose transparency
i m also looking for blue framework with blue icons by memnoc.
And this is small token of appreciation for you birthday boy : 5UN480689B0036929. have great birthday and year ahead.
sweet thanks memnoc, i was patiently waiting for something different in the dev section.
memnoc said:
you already have inside it, and by the way every theme daemon use is fine with xcode, just be sure not overwrite widgets or you'll lose transparency
Click to expand...
Click to collapse
You mean Blue Maniac or whatever you called it and needed to be flashed separately is already built in?
pyramid said:
i m also looking for blue framework with blue icons by memnoc.
And this is small token of appreciation for you birthday boy : 5UN480689B0036929. have great birthday and year ahead.
Click to expand...
Click to collapse
thx bro as I said, everything fit daemon fit xcode, so if you need a flashable zip i can provide you, otherwise just extract blueframe or flash bluemaniacs
jaysun3000 said:
sweet thanks memnoc, i was patiently waiting for something different in the dev section.
Click to expand...
Click to collapse
think now you got it also keep looking the op, I'm uploading more pics
memnoc said:
thx bro as I said, everything fit daemon fit xcode, so if you need a flashable zip i can provide you, otherwise just extract blueframe or flash bluemaniacs
Click to expand...
Click to collapse
Sounds awesome! Thanks!
op is almost done, but now I'm too tired and it's too late here, so we have a rom (LOL) mirrors, themes, and a multi-installer..I'll give you more and more info tomorrow (few hours lol) meanwhile have fun:fingers-crossed:
I have BlueManiacs for Daemon V_1.4.zip, i guess i can flash it over this ROM to get blue theme/icons/framework etc?
pyramid said:
I have BlueManiacs for Daemon V_1.4.zip, i guess i can flash it over this ROM to get blue theme/icons/framework etc?
Click to expand...
Click to collapse
correct:good: but bluemaniacs contains a lot of widgets, they are not transparent, so if you flash it you'll lose some transparent widget..you can just delete from the zip theme the apk you don't wan t and flash all the rest, or just flash it all but now you know waht will be the effect
Downloaded and flashed, it look great with initial kernel which is bricked. But it is absolutely flying after i changed to Pacha's latest kernel. Great work. There is 1 error i get everytime i restart my phone and it said lockcreen wallpaper is not working. And also i can't find the cool lockscreen selections which you posted at OP. Thanks
Can you tell me what firmware you are using for your rom, i installed aroma installer and the flashed version 1.0 .xcode, however the X for no service pop up and when I swipe the lock ring the HTC white screen stay on couldn't go any further. I am on firmware 3.32.401.105 Tmobile. also I would love to have your step by step installation procedure like Damen version ust to make sure everything is done right. I formatted everythind except SD card and did wipe all data as in Damen Roms.
DOWNGRADE BOOTLOADER N7100 after flash XXDLL7
Way to bring old bootloader found developer Odia. Is the thread fountainhead:
http://forum.xda-developers.com/showthread.php?t=2081748
* Need ROOT!
* Extract from the archive, connect the device to the USB debugging mode (System settings/Developer options/USB debugging) and run.bat
{
"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"
}
N7100_RESTORE_OLD BOOTLOADER.zip
* After this you are can to flash old ROM with old bootloader
BOOTLOADER_N7100XXDLJ2.zip
CHECK BOOTLOADER
CHECK_BOOTLOADER.zip
Any reason for why downgrade?
If you made a nandroid backup before flashing dll7 will the bootloader be downgraded also or not?
wini77 said:
Any reason for why downgrade?
If you made a nandroid backup before flashing dll7 will the bootloader be downgraded also or not?
Click to expand...
Click to collapse
Reason - to flash any old ROM with bootloader...
nandroid backup - this is not need...
great job. will old bootloaders on firmwares gets flagged? loike in S3 thread by Odia? i suppose they will.
nevertheless.
i was able to downgrade using Kies to 4.1.1 LJ3 after Odin update to LL7.
mariosraptor said:
great job. will old bootloaders on firmwares gets flagged? loike in S3 thread by Odia? i suppose they will.
nevertheless.
i was able to downgrade using Kies to 4.1.1 LJ3 after Odin update to LL7.
Click to expand...
Click to collapse
Yes, yes, yes...
I've seen that old BL is without "GT-N7100" on Start Screen, new - with. So its a newer than new?
Sent from my GT-N7100 using xda premium
bkjugg said:
I've seen that old BL is without "GT-N7100" on Start Screen, new - with. So its a newer than new?
Sent from my GT-N7100 using xda premium
Click to expand...
Click to collapse
No, BL without "GT-7100" it's a first bootloader test version, and this old bl from previous france ROM XXDLJ2...
as i9000 said:
All this, we, as the Odia owe him because he believes he is the first found the command that updates bootloader "reboot fota_bl" ... Like it or not until I truly do not know because found it in another place.
Click to expand...
Click to collapse
So just tell me in which place you found the command "reboot fota_bl".
Odia said:
So just tell me in which place you found the command "reboot fota_bl".
Click to expand...
Click to collapse
I take it's one of the Russian portal users 4pda, I did not try to find out where he took it, and just made a tool. By the way, I did not say that you're not the first found it, I was only offered a tool on the basis of it, and put it in your same topic with no claims to authorship ...
as i9000 said:
I take it's one of the Russian portal users 4pda, I did not try to find out where he took it, and just made a tool. By the way, I did not say that you're not the first found it, I was only offered a tool on the basis of it, and put it in your same topic with no claims to authorship ...
Click to expand...
Click to collapse
Post from 4pda is on 08/01/2013, my solution posted 06/01/2013 before 22:58GMT, so I accept what you are saying about you having no claims to authorship.
Odia said:
Post from 4pda is on 08/01/2013, my solution posted 06/01/2013 before 22:58GMT, so I accept what you are saying about you having no claims to authorship.
Click to expand...
Click to collapse
I do not understand a single thing that you're so worried for the championship? You've put it out to the public without protection. Apk could do with this command and would have earned by selling for a nominal fee, but now everyone knows it already ...
as i9000 said:
Apk could do with this command and would have earned by selling for a nominal fee
Click to expand...
Click to collapse
APK would protect nothing, even a child can decompile it.
Odia said:
APK would protect nothing, even a child can decompile it.
Click to expand...
Click to collapse
Believe me, most people simply buy on the market, there are many examples Triangle Awa and over..
but it is offtop here...
as i9000 said:
Believe me, most people simply buy on the market, there are many examples Triangle Awa and over..
but it is offtop here...
Click to expand...
Click to collapse
I agree with you, but if I wanted to make money from it I would not have released the solution public and open, but I do feel credits should be given.
So, would you like to know the answer to the question I asked you, what 0x12345676 in location 0x1002080C does?
Odia said:
I agree with you, but if I wanted to make money from it I would not have released the solution public and open, but I do feel credits should be given.
So, would you like to know the answer to the question I asked you, what 0x12345676 in location 0x1002080C does?
Click to expand...
Click to collapse
As far as I could understand from the temporary transfers bootloader partition mmcblk0p1 into section mmcstl80?
as i9000 said:
As far as I could understand from the temporary transfers bootloader partition mmcblk0p1 into section mmcstl80?
Click to expand...
Click to collapse
location 0x1002080C is s5p_restart_handler INFORM3 aka reboot_mode
reboot fota_bl sets MAGIC 0x12345676
when mach_board_main is executed in sboot and location 0x1002080C has 0x12345676 then it will execute pit_update_bootloader_ota, all pretty simple really.
There is also another special mode of reboot sud which sets s5p_restart_handler to 0xABCF0000 but to discuss its function would be off topic here.
Odia said:
location 0x1002080C is s5p_restart_handler INFORM3 aka reboot_mode
reboot fota_bl sets MAGIC 0x12345676
when mach_board_main is executed in sboot and location 0x1002080C has 0x12345676 then it will execute pit_update_bootloader_ota, all pretty simple really.
There is also another special mode of reboot sud which sets s5p_restart_handler to 0xABCF0000 but to discuss its function would be off topic here.
Click to expand...
Click to collapse
OK, what happens if, at the command reboot fota_bl, the partition BOOTA1 will be filled with zeros or different words empty?
as i9000 said:
OK, what happens if, at the command reboot fota_bl, the partition BOOTA1 will be filled with zeros or different words empty?
Click to expand...
Click to collapse
All is checked that the images are valid before any move process is done.
Odia said:
All is checked that the images are valid before any move process is done.
Click to expand...
Click to collapse
I suspected it, but even so well when there is evidence
p.s.
I hope we will take our quarrel unfortunate misunderstanding yesterday - now that all ended so happily?
as i9000 said:
I hope we will take our quarrel unfortunate misunderstanding yesterday - now that all ended so happily?
Click to expand...
Click to collapse
It's ended, no worries :good:
Guide to add Ripple effects everywhere in ROM(GINGERBREAD ONLY)
Hey guys, Assalamu alaikum everyone!
As we know ripple effect is one of the most cool feature of material designed apps/ROM , and of course we gingerbread users couldnt experience it at its best, though AuilyaYF brought us the smali method for ripple effects only for buttons, but its the non smali method I'm gonna show you today which will work like charm! Try it on your rom and tell me if you succeed, cause I never made a guide before, I just compile, find errors and recorrect myself so yeah this guide may have lackings
Note: ROMs with dark background isnt suitable for this guide
NEEDED files:
1)From attachments
2)Java runtime installed
3)Apktool
5)Your ROM's framework-res.apk
4)Brain
Method:
Download files from attachments, then decompile the framework-res.apk ,
paste the files there, overwrite or replace if prompt, recompile framework-res.apk, sign it( use platform keys to sign apk, not sure about testkey)
push it to system, and see if that works! Press thanks if it works and if it doesnt, report me with the error log
Working on cm7 based roms, and worked on stock roms too, report me for more working devices/ROMS
Credits:
1)Nikhil Sharma
2)JB [email protected] here
3)Me(for figuring it out, skadoosh! )
Reserved
Oh?It includes ListView?Without AuliaYF's smali?
Sorry for my bad English.来自华为荣耀畅玩4C-天生急性子 欢迎关注华为Y220T10吧。
zhaozihanzzh said:
Oh?It includes ListView?Without AuliaYF's smali?
Sorry for my bad English.来自华为荣耀畅玩4C-天生急性子 欢迎关注华为Y220T10吧。
Click to expand...
Click to collapse
I already said its a non smali method It just call series of pngs to look exactly like ripple effect!
Oh,will you write a guide about Material Spinner?I saw your pngs on NougatME ROM.
Sorry for my bad English.来自华为荣耀畅玩4C-天生急性子 欢迎关注华为Y220T10吧。
There is already a guide:http://forum.xda-developers.com/android/themes/guide-how-to-port-click-tap-lollipop-4-t3087415
It wont appear from the place you click,it will only appear from center.
{
"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"
}
Sorry for my bad English.来自华为荣耀畅玩4C-天生急性子 欢迎关注华为Y220T10吧。
zhaozihanzzh said:
There is already a guide:http://forum.xda-developers.com/android/themes/guide-how-to-port-click-tap-lollipop-4-t3087415
It wont appear from the place you click,it will only appear from center.
Sorry for my bad English.来自华为荣耀畅玩4C-天生急性子 欢迎关注华为Y220T10吧。
Click to expand...
Click to collapse
Limitations bro, and that guide clearly declaring it works on 4.4+ , didnt mention it works on 2.3+ , that guide isnt for 2.3+ , my xmls and their xmls are completely different, you should check my zip first, there are thousands of guide right now on google, but no one cares about 2.3+, so someone has to figure out which guides gonna work and modify that, I just did my part for this device
zhaozihanzzh said:
Oh,will you write a guide about Material Spinner?I saw your pngs on NougatME ROM.
Sorry for my bad English.来自华为荣耀畅玩4C-天生急性子 欢迎关注华为Y220T10吧。
Click to expand...
Click to collapse
Soon I will write a guide, but thats still experimental
raisul2010.5396 said:
Limitations bro, and that guide clearly declaring it works on 4.4+ , didnt mention it works on 2.3+ , that guide isnt for 2.3+ , my xmls and their xmls are completely different, you should check my zip first, there are thousands of guide right now on google, but no one cares about 2.3+, so someone has to figure out which guides gonna work and modify that, I just did my part for this device
Click to expand...
Click to collapse
Look at my screenshot below,by moding and manding.I just want to say, your work is good,but I have already checked your zip.Although the xmls are different,the principle is the same.And your GIF says it will like real ripple effect,but this guide can't.I want to find a guide that can make ripple effect(like AuliaYF's) works on GingerBread ROM's ListView.
Sent from my HUAWEI CHM-TL00H using XDA Labs
zhaozihanzzh said:
Look at my screenshot below,by moding and manding.I just want to say, your work is good,but I have already checked your zip.Although the xmls are different,the principle is the same.And your GIF says it will like real ripple effect,but this guide can't.I want to find a guide that can make ripple effect(like AuliaYF's) works on GingerBread ROM's ListView.
Sent from my HUAWEI CHM-TL00H using XDA Labs
Click to expand...
Click to collapse
Good luck in searching, I have removed the gif, many people doesnt even know about ripple effects, so i put that on gif but i just figured out many can be misdriven like its actually can give the effect like the way you wanted (ripple from touching point) , auliaYF's guide contains a force close bug btw, you cant install messenger and many apps ( if you didnt notice yet)
raisul2010.5396 said:
Good luck in searching, I have removed the gif, many people doesnt even know about ripple effects, so i put that on gif but i just figured out many can be misdriven like its actually can give the effect like the way you wanted (ripple from touching point) , auliaYF's guide contains a force close bug btw, you cant install messenger and many apps ( if you didnt notice yet)
Click to expand...
Click to collapse
On my phone (Huawei Y220T10 Spreadtrum SC8810 CPU Android 2.3.5)AuliaYF's guide didn't cause FC,just some buttons got smaller.Anyway thank you.
Sorry for my bad English.来自华为荣耀畅玩4C-天生急性子 欢迎关注华为Y220T10吧。
It works on my Galaxy y Duos. But Sir can you give a guide how to and Material animation on Gingerbread Rom. Like your Restored Material animation on Your Nougat rom
zhaozihanzzh said:
On my phone (Huawei Y220T10 Spreadtrum SC8810 CPU Android 2.3.5)AuliaYF's guide didn't cause FC,just some buttons got smaller.Anyway thank you.
Sorry for my bad English.来自华为荣耀畅玩4C-天生急性子 欢迎关注华为Y220T10吧。
Click to expand...
Click to collapse
Try last facebook Messenger app, or facebook official app, and then tell me if they are working perfectly
Jaquay said:
It works on my Galaxy y Duos. But Sir can you give a guide how to and Material animation on Gingerbread Rom. Like your Restored Material animation on Your Nougat rom
Click to expand...
Click to collapse
Soo I will make a guide on spinner and animation , Im not free these days so whenver I ll be free, I ll make one if someone makes it earlier, kudos to him
raisul2010.5396 said:
Try last facebook Messenger app, or facebook official app, and then tell me if they are working perfectly
Click to expand...
Click to collapse
Sorry sir, in China most people use QQ , WeChat, WeiBo or Baidu TieBa.They do not use facebook.Facebook and Google can't be used unless you use a VPN.
Sent from my ?? ????4C "Cherry Mini" using XDA Labs
zhaozihanzzh said:
Sorry sir, in China most people use QQ , WeChat, WeiBo or Baidu TieBa.They do not use facebook.Facebook and Google can't be used unless you use a VPN.
Sent from my ?? ????4C "Cherry Mini" using XDA Labs
Click to expand...
Click to collapse
Okay! I told ya to check because these apps gets fc after ripple effect smalis , thats it
Sir. Can you please share how to put notification on the lockscreen?? A guide Sir.
Jaquay said:
Sir. Can you please share how to put notification on the lockscreen?? A guide Sir.
Click to expand...
Click to collapse
That is long to explain, but I will try when I ll be free
Hi! This guide is originally created by our friend Nikhil Sharma. Here is his facebook profile https://m.facebook.com/profile.php?id=100006969977954.
JB Garby said:
Hi! This guide is originally created by our friend Nikhil Sharma. Here is his facebook profile https://m.facebook.com/profile.php?id=100006969977954.
Click to expand...
Click to collapse
Glad to know! Adding on credits section Thanks!
***Abandoned*** Similar Stuff here
Guide for above link https://androdevkit.wordpress.com/2018/03/07/editing-recovery-project
## BEST ONE EVER
Hi Guys its been a while I haven’t made any tool, so here is it. An awesome dev tool to unpack, repack any boot or recovery img and Automatically makes Materialised TWRP from any twrp img.
ScreenShot
{
"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"
}
Requirements :
*Any windows PC (32 bit and 64 bit both)
*Recovery, boot img
*Some basic knowledge about rom (very basic)
Features :
*Pretty small in size
*Unpack Recovery, boot images
*Repack Recovery, boot images
*Automatically makes Materialised TWRP from a Normal TWRP image :0
*Easy to use and Portable
How to use :
Whole detailed explained guide here
Basic Info:
This tool is simply written in batch script, coz it makes easy to write and execute, easy to handle and harmless file.
Also this tool is an open source project on github you can check it in the download sections from main webpage, so what I am trying to say is don't edit the tool and change my name and post it somewhere else, coz its my work I struggled.
Note:- Sometimes your materialised twrp made from the toolkit wont work, coz of some handled problem by the script. If something happens and TWRP won't work, no worry run the script again. Very rare cases it won't work.
Credits :
to Android Image Kitchen here
to carliv for his cecho.exe that got from his kitchen here
to z31s1g for his awesome themes for TWRP here
All Views And Downloads HERE
Any Help or Feature Request or any kind of Support from me, Contact me HERE
[email protected] said:
## BEST ONE EVER
Hi Guys its been a while I haven’t made any tool, so here is it. An awesome dev tool to unpack, repack any boot or recovery img and Automatically makes Materialised TWRP from any twrp img.
..................
Click to expand...
Click to collapse
Can you need to remove that adlink to your github link? Against XDA rules. Post the github link here and not on a third-party website.
Listen
kirito9 said:
You need to remove that adlink to your github link. Against XDA rules. Post the github link here and not on a third-party website.
Click to expand...
Click to collapse
Bro listen, that third party site is my main website and this is just a post I have created just to spread this tool nothing else with this post, and it's my choice if I want to add adlink to GitHub site,I have spent hours in making it,so it's my choice what I am gonna doing,downloads are compulsory from that third party website I.e my main webpage,if you don't like it's your problem am not gonna post download links here. Okay thank you.
So, you ask for donations and thanks, also you claim you can do whatever you want with "your" tool's download links but you don't have the minimal common sense to give credit to the people that actually created the tools you use. I see in your tools folder a lot of executables from osmosis and from me (my Carliv Image Kitchen) like the coloring tool checo exe.
bluefirebird said:
So, you ask for donations and thanks, also you claim you can do whatever you want with "your" tool's download links but you don't have the minimal common sense to give credit to the people that actually created the tools you use. I see in your tools folder a lot of executables from osmosis and from me (my Carliv Image Kitchen) like the coloring tool checo exe.
Click to expand...
Click to collapse
I knew that colour scheme looked familiar but I wasn't sure, mmmmmm.
---------- Post added at 06:58 AM ---------- Previous post was at 06:43 AM ----------
[email protected] said:
Bro listen, that third party site is my main website and this is just a post I have created just to spread this tool nothing else with this post, and it's my choice if I want to add adlink to GitHub site,I have spent hours in making it,so it's my choice what I am gonna doing,downloads are compulsory from that third party website I.e my main webpage,if you don't like it's your problem am not gonna post download links here. Okay thank you.
Click to expand...
Click to collapse
13. Advertising and Income Generation
Commercial advertising, advertising referral links, pay-per-click links and other income generating methods are forbidden. Do not use XDA-Developers as a means to make money.
Click to expand...
Click to collapse
Just gonna leave that there.
bluefirebird said:
So, yo mi u ask for donations and thanks, also you claim you can do whatever you want with "your" tool's download links but you don't have the minimal common sense to give credit to the people that actually created the tools you use. I see in your tools folder a lot of executables from osmosis and from me (my Carliv Image Kitchen) like the coloring tool checo exe.
Click to expand...
Click to collapse
Ohh ya... Sorry that i forgot to put credits. Wait sir... Actually my exams are going so i post this thread when i was writing paper in college:silly: so it was all in hurry.. Wait let me put some credits and that github ad link na.. Okay i will remove add from that... Okay.. And post it here.. Basically i am new to all this means don't have basic knowledge of making a post
Also listen all of you guys, sorry if I broke xda rules or did something wrong in credits ya basically i did forgot to put so i apologise. But my reason to put ads on the link is coz you people get support from many peoples but i don't previously i was working on my phone and i made many custom roms and mods and tools related it, amd just ask people if u guys like it then just give a like and donate me. But the peoples who work with me they got credits and earned but actually that was all my work no one knows me.. That i did made this... What they do u know they just say thanks and good but for them they got many donations on my project so i thought that it was my bad to work so started putting ad links on my downloads coz i thought no one is ready to give me donations.... Okay.. Leave that i don't need any donations what we would expect from a 15yrs old child who make all this stuff,,, okay i don't need donations i just wanted to become famous like u guys means people should remember me.. Like huh.. This is Kp,, ohh he is 15yrs old and did a great work.. Like that... But this is not happening.. so... U got now.. Okay.. Thank you for being here you guys are great without u i wouldn't have done all this.. Sorry for any inconvenience i caused :crying:
[email protected] said:
Also listen all of you guys, sorry if I broke xda rules or did something wrong in credits ya basically i did forgot to put so i apologise. But my reason to put ads on the link is coz you people get support from many peoples but i don't previously i was working on my phone and i made many custom roms and mods and tools related it, amd just ask people if u guys like it then just give a like and donate me. But the peoples who work with me they got credits and earned but actually that was all my work no one knows me.. That i did made this... What they do u know they just say thanks and good but for them they got many donations on my project so i thought that it was my bad to work so started putting ad links on my downloads coz i thought no one is ready to give me donations.... Okay.. Leave that i don't need any donations what we would expect from a 15yrs old child who make all this stuff,,, okay i don't need donations i just wanted to become famous like u guys means people should remember me.. Like huh.. This is Kp,, ohh he is 15yrs old and did a great work.. Like that... But this is not happening.. so... U got now.. Okay.. Thank you for being here you guys are great without u i wouldn't have done all this.. Sorry for any inconvenience i caused :crying:
Click to expand...
Click to collapse
It's fine, you didn't know but the way you responded was not appropriate. If you had said this before then I would've understood where you're coming from. "coz you people get support from many peoples" No I don't but I don't complain. I've been doing this for 3+ years now and only got two donations. It's called a donation, no one is obligated to donate for your work. If that was the case then you would basically be telling people to pay for your work which isn't allowed on XDA. Let's not make your work on XDA define who you are, if you're known or not. Just do what you can and do good work and people will recognize you. Don't beg for recognition.
kirito9 said:
It's fine, you didn't know but the way you responded was not appropriate. If you had said this before then I would've understood where you're coming from. "coz you people get support from many peoples" No I don't but I don't complain. I've been doing this for 3+ years now and only got two donations. It's called a donation, no one is obligated to donate for your work. If that was the case then you would basically be telling people to pay for your work which isn't allowed on XDA. Let's not make your work on XDA define who you are, if you're known or not. Just do what you can and do good work and people will recognize you. Don't beg for recognition.
Click to expand...
Click to collapse
Ya thank you brother... Sorry for that... Coz i was not in good mood
Hello [email protected]! We need your skills to write a single click script for the new Elephone P8 3D. The rooting procedure with TWRP and Magisk is complicated for newbies. Can you help us, please?
We are waiting for you in this thread. Thanks!
https://forum.xda-developers.com/tools/general/guide-rooting-elephone-p8-3d-twrp-t3760453
Sent from my takee 1 using XDA Labs
Whatever happened to this tool? Seems link in OP is down. Anyone have a mirror or will I need to scour the web for it? ;D
phonecapone said:
Whatever happened to this tool? Seems link in OP is down. Anyone have a mirror or will I need to scour the web for it? ;D
Click to expand...
Click to collapse
Nope not down, moved here (I mean a feature like this) https://www.google.co.in/amp/s/foru...adk-android-reverse-engineering-t3803044/amp/
Guide for this tool:- https://androdevkit.wordpress.com/2018/03/07/editing-recovery-project/
[email protected] said:
Nope not down, moved here (I mean a feature like this) https://www.google.co.in/amp/s/foru...adk-android-reverse-engineering-t3803044/amp/
Guide for this tool:- https://androdevkit.wordpress.com/2018/03/07/editing-recovery-project/
Click to expand...
Click to collapse
Thanks! I will check it out.
website not working
No link for download??
sekhar0199 said:
No link for download??
Click to expand...
Click to collapse
As told at the top of the post, this project is abandoned and link to similar integration project is given. Go there...