van someone upload the files in /vendor/ - Nokia 4.2 Questions & Answers

Can Someone please upload the original content from /vendor/ from the september 2020 update I need them. Thanks

Related

[MOD][DEV] BlackBerry 10 style Lockscreen mod for JB [JZO54K / AOKP / CM10]

This mod is originally posted in Galaxy Nexus theme forum :
[MOD] BlackBerry 10 style Lockscreen mod
Preview :
{
"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 made this mod for jellybean but basically it is based on old WaveView widget(honeycomb's). So I think making same mod for ICS is possible too.. (but untested.. and maybe you have to apply patch manually)
-----------------------------------------------------------------------------
*How to use patch :
http://jungels.net/articles/diff-patch-ten-minutes.html
or my simple guide : about how to use this patch
* diff v1.11 :
for Stock JZO54K : download
for AOKP build 5 : download
for CM10 nightly 20121104+ : download or use gangsterjoop's version : link
* resources for HD(xhdpi) v1.1 : download
-----------------------------------------------------------------------------
Changelog
Code:
[B]06 NOV[/B]
- v1.11 : reduced unlock delay
- Added patch for CM10 nightly 20121104+
[B]25 OCT[/B]
- Added patch for AOKP build 5
[B]13 OCT[/B]
- Added patch for JZO54K
[B]06 OCT[/B]
- v1.1 : fixed some layout issues.
-----------------------------------------------------------------------------
Wow
Sent from my GT-S5570 using Tapatalk 2
Damn I'm sad that Evilisto left the Nexus S
Sent from my Nexus S using Tapatalk 2
Is there some way someone can make this a flashable zip for CWM?
Can someone please, tell me how to patch? I was looking at the tutorials, but with no success, can someone do the detailed guide? That would be much appreciated !
Thank you.
Could you share the wallpaper ? Great mod btw!
I too wish I understood how to apply this
I love the look of this mod but if you could actually tell us how to patch that would be great, Otherwise it's a fairly useless post.. Because from what i'm seeing, more or less no-one here knows how in the hell to patch, what file to patch, etc.
Will try soon ...
Sent from my GT-I9300
does this work on HDPI jellybean?
Someone plz give step by step tutorial on how to apply a patch. I m trying to learn that from a couple of days but with no luck I googled about patching for hours and hours but no luck someone plz help
Sent from my SGH-T959 using xda app-developers app
How to apply this on LPG Rom Galaxy S2 ???
Great
krish0809 said:
Someone plz give step by step tutorial on how to apply a patch. I m trying to learn that from a couple of days but with no luck I googled about patching for hours and hours but no luck someone plz help
Sent from my SGH-T959 using xda app-developers app
Click to expand...
Click to collapse
i second that!
Soooooo Cooooool!!!! But impossible to make it work for a noobie like me
Updated
Updated to v1.1. I fixed some minor layout issues.
And added another patch for CM10 nightly rom..
jojoost said:
Damn I'm sad that Evilisto left the Nexus S
Click to expand...
Click to collapse
Sorry lol At that time, I thought Nexus S won't get jellybean update..
knuddeknurft said:
Is there some way someone can make this a flashable zip for CWM?
Click to expand...
Click to collapse
Sorry but that is impossible... this mod is rom-specific thing so if you want to use this on your rom, you have to download your rom's source code and compile this mod for that rom.
lucas.viana said:
Could you share the wallpaper ? Great mod btw!
Click to expand...
Click to collapse
Here it is.. blown_dandelion
This wallpaper is from Xperia T system dump.
nachiketa.ramesh said:
does this work on HDPI jellybean?
Click to expand...
Click to collapse
I think so but you have to adjust overall layout in WaveView.java and re-draw(or just resize) resource png files.
about how to use this patch
Frankly speaking, I don't have any knowledge about linux so I don't want to write about that but...
Basically, the process is like this :
1) download android source code : there are so many great guides about this...
2) download my patch and put it to /frameworks/base
3) type this.
Code:
patch -p2 < (patchfile_name).patch
for example... (from my previous post)
Code:
[email protected]:~/patch_test/frameworks/base# [B][COLOR="Blue"]patch -p2 < Sense-4.0-Multitasking.patch[/COLOR][/B]
patching file core/res/res/values/dimens.xml
patching file packages/SystemUI/res/drawable/nyandroid_anim.xml
patching file packages/SystemUI/res/layout/status_bar_no_recent_apps.xml
patching file packages/SystemUI/res/layout-land/status_bar_recent_panel.xml
patching file packages/SystemUI/res/layout-port/status_bar_recent_item.xml
patching file packages/SystemUI/res/layout-port/status_bar_recent_panel.xml
patching file packages/SystemUI/res/values/colors.xml
patching file packages/SystemUI/res/values/strings.xml
patching file packages/SystemUI/src/com/android/systemui/recent/RecentsPanelView.java
[email protected]:~/patch_test/frameworks/base#
4) download and extract resource files to destination folder.
- in this mod, /frameworks/base/core/res/res/drawable-xhdpi/
5) then compile.. if you have compiled your current rom before, use mmm to compile each files.
In this mod, you have to compile framework-res.apk, framework.jar (include framework2.jar in CM10) and android.policy.jar.
6) after using patch, you'd better revert all changes for future use..
Code:
patch -p2 -R < (patchfile_name).patch
evilisto said:
Frankly speaking, I don't have any knowledge about linux so I don't want to write about that but...
Basically, the process is like this :
1) download android source code : there are so many great guides about this...
2) download my patch and put it to /frameworks/base
3) type this.
Code:
patch -p2 < (patchfile_name).patch
for example... (from my previous post)
Code:
[email protected]:~/patch_test/frameworks/base# [B][COLOR="Blue"]patch -p2 < Sense-4.0-Multitasking.patch[/COLOR][/B]
patching file core/res/res/values/dimens.xml
patching file packages/SystemUI/res/drawable/nyandroid_anim.xml
patching file packages/SystemUI/res/layout/status_bar_no_recent_apps.xml
patching file packages/SystemUI/res/layout-land/status_bar_recent_panel.xml
patching file packages/SystemUI/res/layout-port/status_bar_recent_item.xml
patching file packages/SystemUI/res/layout-port/status_bar_recent_panel.xml
patching file packages/SystemUI/res/values/colors.xml
patching file packages/SystemUI/res/values/strings.xml
patching file packages/SystemUI/src/com/android/systemui/recent/RecentsPanelView.java
[email protected]:~/patch_test/frameworks/base#
4) download and extract resource files to destination folder.
- in this mod, /frameworks/base/core/res/res/drawable-xhdpi/
5) then compile.. if you have compiled your current rom before, use mmm to compile each files.
In this mod, you have to compile framework-res.apk, framework.jar (include framework2.jar in CM10) and android.policy.jar.
6) after using patch, you'd better revert all changes for future use..
Code:
patch -p2 -R < (patchfile_name).patch
Click to expand...
Click to collapse
Thanks for your reply but I'm a newbie can u plz make a flashable zip plz.. . If it's possible
Sent from my SGH-T959 using xda app-developers app
krish0809 said:
Thanks for your reply but I'm a newbie can u plz make a flashable zip plz.. . If it's possible
Sent from my SGH-T959 using xda app-developers app
Click to expand...
Click to collapse
He said in the post above that its impossible to make a flashable zip. I think by that he means its impossible to make a flashable zip that works for all devices since all devices are different. I believe it would be possible to make flashable zips for specific devices, but I have no idea how :/
can u make a flashable.zip for Galaxy Tab 7 Plus P6200?? im running ICS 4.0.3...pls pls...im too noob bout this all..n there currently sooo little dev on this devices..

Delete please

Delete this please made a new post in the correct place

N910F Marshmallow Latest Releases for BTU/PHN/DBT (Re-packed if necessary)

Hi,
Rather than have links to re-packed ROMs buried in general discussion about Marshmallow (and even Lollipop), I thought it would be a good idea to start a new thread to hold the references. As soon as I'm aware of a new(er) release, then I'll re-pack them for the OXA CSC (which includes DBT and BTU, among others), and publish a Mega link. If there's a newer BTU CSC release, then I may do one of those too, as that' my own CSC.
@henklbr will take care of the PHN releases, which will also be included in this thread.
So here is the first one that I'm releasing on this thread. It's the N910FXXS1DPF3 release with the N910FOXA1DPE1 CSC, which means it contains DBT, BTU, ATO, ITV, XEF, and XEO CSCs.
The ChangeList is 7931264, and it includes the June security updates.
Mega Link for N910FXXS1DPF3-N910FOXA1DPE1.zip
Simply download the zip file and extract the .tar file from it, and then flash that using the AP facility in Odin. It does not trip Knox.
Cheers,
Steve.
N910FXXU1DPF3 (Netherlands - PHN)
{
"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"
}
This ROM is based on the Netherlands (TNL) ROM released 24 jun 16, and made it "compatible" for the UN-branded Dutch (PHN) Note 4.
This is OFFICIAL Samsung-ROM, so it won't void warranty and doesn't trigger Knox!
What's new:
* June security patches (Samsung Android Security Updates)
* Stability Improvements
Model SM-N910F
Model name GALAXY Note 4
Country Netherlands
Version Android 6.0.1
Changelist 7931264
Build date Tue, 07 Jun 2016 19:22:25 +0000
Product code PHN
PDA N910FXXS1DPF3
CSC N910FPHN1DPE1
Download for install with ODIN: MegaNZ
UN-RAR the archive, and place the TAR-file in AP in Odin!
I have note 4 with 5.0.1. Can I make update with this file without deleting my stuff?
Sent from my iPad using Tapatalk
7sen said:
I have note 4 with 5.0.1. Can I make update with this file without deleting my stuff?
Sent from my iPad using Tapatalk
Click to expand...
Click to collapse
Yes, I think you should be fine. Taking a backup first isn't a bad idea though.
Is this the most recent? Is it safe to dirty flash over DPD3 version from yourself? Thanks.
Sent from my SM-T810 using Tapatalk
Yes on both counts.
hi,
i tried to odin it,but it don't work ? I am from belgium (dutch) and i have a SM-N910T and i have the max overdrive New MM rom and it works fine but no Dutch langue ? So i tought mayby your rom with a patch wil work but odin won't? can you help me ?
chico1964 said:
hi,
i tried to odin it,but it don't work ? I am from belgium (dutch) and i have a SM-N910T and i have the max overdrive New MM rom and it works fine but no Dutch langue ? So i tought mayby your rom with a patch wil work but odin won't? can you help me ?
Click to expand...
Click to collapse
The ROMs in this thread are only for the N910F. I can't vouch for using them on a N910T, with or without a patch.
HI,
i am from Belgium and have a SM-N910T model, i have the new MM rom from MaximumOvdrv and it works great but no Dutch ? I asked him but he can't or will not help me. I tried to odin your rom but it won't work ? don't now why ? I toght with your's and a mm fix or so it would work? do you no how ?
---------- Post added at 03:37 PM ---------- Previous post was at 03:35 PM ----------
oeps sorry for dobble thread, ok thank you very mutch for your time
BTU version not found on MEGA. Could you re-up please.
Ignore... working now.
mario999 said:
BTU version not found on MEGA. Could you re-up please.
Ignore... working now.
Click to expand...
Click to collapse
Was going to say that it seems to be working for me.
Savior
Right now I REALLY LOVE YOU! THX for this...it saved me and my phone!!!
Thank you VERY nutch!
//Dennis
StevePritchard said:
Hi,
Rather than have links to re-packed ROMs buried in general discussion about Marshmallow (and even Lollipop), I thought it would be a good idea to start a new thread to hold the references. As soon as I'm aware of a new(er) release, then I'll re-pack them for the OXA CSC (which includes DBT and BTU, among others), and publish a Mega link. If there's a newer BTU CSC release, then I may do one of those too, as that' my own CSC.
@henklbr will take care of the PHN releases, which will also be included in this thread.
So here is the first one that I'm releasing on this thread. It's the N910FXXS1DPF3 release with the N910FOXA1DPE1 CSC, which means it contains DBT, BTU, ATO, ITV, XEF, and XEO CSCs.
The ChangeList is 7931264, and it includes the June security updates.
Mega Link for N910FXXS1DPF3-N910FOXA1DPE1.zip
Simply download the zip file and extract the .tar file from it, and then flash that using the AP facility in Odin. It does not trip Knox.
Cheers,
Steve.
Click to expand...
Click to collapse
Kangas1000 said:
Right now I REALLY LOVE YOU! THX for this...it saved me and my phone!!!
Thank you VERY nutch!
//Dennis
Click to expand...
Click to collapse
Glad it's of use.
Samsung have announced the July security patch, so hopefully, we will get a N910F release that we can re-pack soon.
StevePritchard said:
Glad it's of use.
Samsung have announced the July security patch, so hopefully, we will get a N910F release that we can re-pack soon.
Click to expand...
Click to collapse
I'll keep an eye on this thread for the latest July one - I updated mine as soon as I got it and that was the first UK release I think. Is it just security patches that are the difference between these later ones and the first?
Good work by the way!
woldranger said:
I'll keep an eye on this thread for the latest July one - I updated mine as soon as I got it and that was the first UK release I think. Is it just security patches that are the difference between these later ones and the first?
Good work by the way!
Click to expand...
Click to collapse
Sometimes the only difference appears to be the security patches, but we do also see that some releases have a higher changelist. When we see that, we will prepare a re-pack of those too.
N910FXXU1DPG1 (Netherlands - PHN)
This ROM is based on the Germany (DBT) ROM released 14 jul 16, and made it "compatible" for the UN-branded Dutch (PHN) Note 4.
This is OFFICIAL Samsung-ROM, so it won't void warranty and doesn't trigger Knox!
What's new:
* July security patches (Samsung Android Security Updates)
* Stability Improvements
Model SM-N910F
Model name GALAXY Note 4
Country Netherlands
Version Android 6.0.1
Changelist 7733605
Build date Fri, 01 Jul 2016 13:28:42 +0000
Security Patch Level 2016-07-01
Product code PHN
PDA N910FXXS1DPG1
CSC N910FPHN1DPE1
Download for install with ODIN: MegaNZ
UN-RAR the archive, and place the TAR-file in AP in Odin!
Obviously, no re-pack required for the latest DBT release, but here is a mega link for it:
N910FXXS1DPG1 for DBT/BTU on Mega
StevePritchard said:
Obviously, no re-pack required for the latest DBT release, but here is a mega link for it:
N910FXXS1DPG1 for DBT/BTU on Mega
Click to expand...
Click to collapse
Thank you, Steve! :good::highfive:
EDIT: It´s older than your last repack. Changelist is lower...
matthew1811 said:
Thank you, Steve! :good::highfive:
EDIT: It´s older than your last repack. Changelist is lower...
Click to expand...
Click to collapse
Yes - well spotted. There's obviously something a bit strange going on, because SamMobile doesn't even list this version - they have a different release for this date.
He there. I am interested in a German repack
Sent from my SM-N910F using XDA-Developers mobile app

Help

MOD Edit :- Content Removed
Thread Closed.
@YanaMur Kindly check your pm.
Thanks
SacredDeviL666.

How To Guide [GUIDE]How to extract img(boot.img, etc...) from payload.bin using payload-dumper-go.

For 10R only: I have uploaded a few of the extracted boot.img, before extracting if you want you can look for the required boot.img here:
MediaFire
MediaFire is a simple to use free service that lets you put all your photos, documents, music, and video in a single place so you can access them anywhere and share them everywhere.
www.mediafire.com
1. Download and extract payload-dumper-go.
{
"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"
}
2. Download and extract OxygenOS firmware zip. (You can find firmware zip for all OnePlus devices here or you can directly download full update zip from Oxygen Updater app.)
3. Move payload.bin from extracted firmware zip to the folder where you extracted payload-dumper-go.
4. To start extracting the img files, type cmd in the address bar and run the following command,
payload-dumper-go.exe payload.bin
Click to expand...
Click to collapse
5. When the extraction is done, a new folder will be created with all the extracted img.
I did got to step 4 but command is not working
Suzuka5 said:
I did got to step 4 but command is not working
Click to expand...
Click to collapse
Check if you have downloaded the correct payload-dumper-go, as you can see there are multiple available on GitHub. Or try different one maybe.
no still not working
Suzuka5 said:
no still not working View attachment 5758041
Click to expand...
Click to collapse
Try this one-
https://github.com/ssut/payload-dumper-go/releases/download/1.2.2/payload-dumper-go_1.2.2_windows_amd64.tar.gz
If you have already tried this, then I think you are opening windows power shell, you need to type cmd in the address bar and run the command in cmd.
ok that worked thanks
Hello, I have a question. I'm not exactly sure what firmware should I download from the telegram server you've linked. I have a Oneplus Ace in which I've flashed OxygenOS 12, and then updated to 12.1 with the phone inbuilt tool. Could you provide any insight on how to proceed? Thanks!
Edit: I have a payload.bin file from when I flashed OxygenOS 12, but I'm worried that it wouldn't be fine after updating to 12.1.
Archimboldi said:
Hello, I have a question. I'm not exactly sure what firmware should I download from the telegram server you've linked. I have a Oneplus Ace in which I've flashed OxygenOS 12, and then updated to 12.1 with the phone inbuilt tool. Could you provide any insight on how to proceed? Thanks!
Click to expand...
Click to collapse
Can you tell me the exact version you are on?
yashaswee1708 said:
Can you tell me the exact version you are on?
Click to expand...
Click to collapse
Thanks for your reply! I followed this guide, so I installed this ROM. I see now that it was Oxygen 12.1 what I flashed...
Just to clarify, this phone was bought in Mainland China (in case this information is important).
Also, please check my last post's edit: I have a payload.bin.
Tysm!
This is the info on my phone's info tab:
Archimboldi said:
Thanks for your reply! I followed this guide, so I installed this ROM. I see now that it was Oxygen 12.1 what I flashed...
Just to clarify, this phone was bought in Mainland China (in case this information is important).
Also, please check my last post's edit: I have a payload.bin.
Tysm!
This is the info on my phone's info tab:
Click to expand...
Click to collapse
So you have OxygenOS 12 A.11 version correct?
yashaswee1708 said:
So you have OxygenOS 12 A.11 version correct?
Click to expand...
Click to collapse
I think so!
Archimboldi said:
I think so!
Click to expand...
Click to collapse
Yes, you are. So apparently A.11 is a new update, we usually get the link after sometime.
Other way to download the firmware zip is from Oxygen Updater app from playstore(https://play.google.com/store/apps/details?id=com.arjanvlek.oxygenupdater). While setting up the app, select stable(full) and enable Advanced mode. Then you'll get the option to download the zip.
Please find few screenshots attached.
if you are still unable to figure out ask again here only or join 10R's telegram group I'll help your there.
OnePlus 10R/ACE | Community
OnePlus 10R|Ace Global Community Updates Channel: @OnePlus10RUpdates GCAM/Photography Group: @oneplus10RPhotography Region Specific Groups: Phillipines🇵🇭 - @oneplusaceph ‼️NO ETA FOR CUSTOM ROM OR TWRP‼️
t.me
I'm on it, thanks, it works like a charm. So, I can patch that bootloader img and root through Magisk, right? Thanks!
Archimboldi said:
I'm on it, thanks, it works like a charm. So, I can patch that bootloader img and root through Magisk, right? Thanks!
Click to expand...
Click to collapse
Yes
Suzuka5 said:
I did got to step 4 but command is not working
Click to expand...
Click to collapse
Suzuka5 said:
no still not working View attachment 5758041
Click to expand...
Click to collapse
You need to add .\ to your command:
.\payload-dumper-go.exe payload.bin
Then it'll work
yashaswee1708 said:
I have uploaded few of the extracted boot.img, before extracting if you want you can look for the required boot.img here:
MediaFire
MediaFire is a simple to use free service that lets you put all your photos, documents, music, and video in a single place so you can access them anywhere and share them everywhere.
www.mediafire.com
1. Download and extract payload-dumper-go.
View attachment 5659763
2. Download and extract OxygenOS firmware zip. (You can find firmware zip for all OnePlus devices here or you can directly download full update zip from Oxygen Updater app.)
View attachment 5659761
3. Move payload.bin from extracted firmware zip to the folder where you extracted payload-dumper-go.
View attachment 5659767
4. To start extracting the img files, type cmd in the address bar and run the following command,
View attachment 5659769
5. When the extraction is done, a new folder will be created with all the extracted img.
View attachment 5659771
Click to expand...
Click to collapse
Arigato! I had been looking for a while how to extract files from the .BIN files. . . . . from HDD it doesn't take that long approx 5 minutes. . . . . ;-3
yashaswee1708 said:
2. Download and extract OxygenOS firmware zip. (You can find firmware zip for all OnePlus devices here or you can directly download full update zip from Oxygen Updater app.)
Click to expand...
Click to collapse
This is a no-go with OP7T Pro McLaren (T-Mobile), as the telegram channel for OnePlus does not list the HD1925_11_F.04 firmware, and Oxygen Updater does not support this carrier-only device.
If someone else can provide the boot.omg or full OTA for this device, it would be very helpful.
pbergonzi said:
This is a no-go with OP7T Pro McLaren (T-Mobile), as the telegram channel for OnePlus does not list the HD1925_11_F.04 firmware, and Oxygen Updater does not support this carrier-only device.
If someone else can provide the boot.omg or full OTA for this device, it would be very helpful.
Click to expand...
Click to collapse
Actually this thread is specifically for 10R so the files uploaded in the mediafire is only for 10R.
If you had your firmware this would have definitely worked. But since you don't have ask in Telegram group chats.
There are multiple telegram groups for OnePlus 7 series. I am sure there someone can help. One of them is @op7discussion. Try searching this channel on telegram.
yashaswee1708 said:
Actually this thread is specifically for 10R so the files uploaded in the mediafire is only for 10R.
If you had your firmware this would have definitely worked. But since you don't have ask in Telegram group chats.
There are multiple telegram groups for OnePlus 7 series. I am sure there someone can help. One of them is @op7discussion. Try searching this channel on telegram.
Click to expand...
Click to collapse
Thank you.
Is there any way to edit the payload file to remove boot.img and modify the script to prevent flashing the bootloader? I'm asking because I can't OEM unlock and want to downgrade the phone, the only way is via fastboot ota flash, but whenever I try it doesn't let me because I'm not allowed to downgrade bootloeader.
I know removing boot.img is possible for full firmware images but I want to know if it can also be done to ota images as well

Categories

Resources