What is the OnePlus Nord n10 5G's codename? - OnePlus Nord N10 5G Questions & Answers

I can't seem to find references of it.

LeBlueElephant said:
I can't seem to find references of it.
Click to expand...
Click to collapse
{
"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"
}
...

LeBlueElephant said:
I can't seem to find references of it.
Click to expand...
Click to collapse
Raiz said:
View attachment 5224409
...
Click to expand...
Click to collapse
Just a fyi that Wikipedia is incorrect, device codename is billie8 for unlocked units
Code:
adb shell
OnePlusN10:/ $ getprop ro.boot.project_codename
billie8

Some_Random_Username said:
Just a fyi that Wikipedia is incorrect, device codename is billie8 for unlocked units
Code:
adb shell
OnePlusN10:/ $ getprop ro.boot.project_codename
billie8
Click to expand...
Click to collapse
Thank you! Also, thank you for teaching me how to find it myself.

Some_Random_Username said:
Just a fyi that Wikipedia is incorrect, device codename is billie8 for unlocked units
Code:
adb shell
OnePlusN10:/ $ getprop ro.boot.project_codename
billie8
Click to expand...
Click to collapse
FWIW mine returns
Code:
OnePlusN10TMO:/ $ getprop ro.boot.project_codename
bullie8t
OnePlusN10TMO:/ $
So as you can see from the prompt and the added t. It's a T-Mobile. So in case anyone ever wonders; now you know.

Related

So close to having it Rooted and unlocked please help

{
"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 get this message
When i try I am ONE step away from it ONE ONE!!!! helpppp plz
syler2012 said:
I get this message
When i try I am ONE step away from it ONE ONE!!!! helpppp plz
Click to expand...
Click to collapse
Im sweating bullets cause i cant unplug the phone it says ..... Y_Y
syler2012 said:
Im sweating bullets cause i cant unplug the phone it says ..... Y_Y
Click to expand...
Click to collapse
on the instructions halpp
What's the issue?
My HTC DNA
I go to the last step before adb reboot which is adb shell dd if=/sdcard/CIDBLOCK.img of=/dev/block/mmcblk0p and it says cannot open for write permission denied
http://forum.xda-developers.com/showthread.php?t=2012346
[HOW TO][VIDEO] Root, Unlock Bootloader, Flash Custom Recovery All Droid DNAs
Follow the videos step by step, that's what I did
My HTC DNA
It will not hurt it to start over. Sounds like your first command window stopped due to adb server out of date issue. Did you notice the first cmd window stopping?
Posted from my damn phone!
syler2012 said:
I go to the last step before adb reboot which is adb shell dd if=/sdcard/CIDBLOCK.img of=/dev/block/mmcblk0p and it says cannot open for write permission denied
Click to expand...
Click to collapse
Op I pmed you check your in box
Sent from my HTC6435LVW using Tapatalk 2

[Q] isolated storage - vb.net

How can i (Create,Read,Write,Delete) Files and Directories in Isolated Storage on Windows Phone?(VB.Net)(Visual Studio 2012)
------------------------------------------------------
i use this codes but i see some error.
Create file:
Code:
Dim sw As New StreamWriter(New IsolatedStorageFileStream("FirstRun\a.txt", FileMode.Create, file))
sw.WriteLine(Textbox1.text)
read form isolated storage:
Code:
Dim file As IsolatedStorageFile = IsolatedStorageFile.GetUserStoreForApplication()
file.CreateDirectory("UserTexts")
Dim sw As New StreamReader(New IsolatedStorageFileStream("UserTexts\user.txt", FileMode.Open, file))
read file:
Code:
TXTBlock.Text = sw.ReadToEnd()
sw.Close()
Delete file:
Code:
Dim file As IsolatedStorageFile = IsolatedStorageFile.GetUserStoreForApplication()
file.DeleteFile("Temp\a.txt")
Delete folder:
Code:
file.DeleteDirectory("Temp")
Create folder:
Code:
Dim file As IsolatedStorageFile = IsolatedStorageFile.GetUserStoreForApplication()
file.CreateDirectory("FirstRun")
please give me correct codes.
What error do you see?
mcosmin222 said:
What error do you see?
Click to expand...
Click to collapse
Error 1 Value of type 'System.IO.FileAccess' cannot be converted to 'System.IO.IsolatedStorage.IsolatedStorageFile'
Dim sw As New StreamReader(New IsolatedStorageFileStream("UserTexts\user.txt", FileMode.Open, FileAccess.ReadWrite, FileShare.ReadWrite, file))
Methods have overloads. Check them out. If you don't know what a method overload is, check wikipedia.
http://en.wikipedia.org/wiki/Function_overloading
mcosmin222 said:
Dim sw As New StreamReader(New IsolatedStorageFileStream("UserTexts\user.txt", FileMode.Open, FileAccess.ReadWrite, FileShare.ReadWrite, file))
Click to expand...
Click to collapse
{
"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"
}
it geting error.
shayan4shayan said:
it geting error.
Click to expand...
Click to collapse
Replace file with IsolatedStorageFile.getuserStoreForApplication()

hi freinds i need a loder.img

hi . i really need a pocophone loader.img
it is really easy for someone with a rooted device to take it .
its way to get loader.img is in this link
https://www.aryk.store/2019/09/unbrick-qualcomm-android-using-sd-card.html
pleaseee . i will appreciate all my life
Error
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
35GB?
Zanaxx said:
hi . i really need a pocophone loader.img
it is really easy for someone with a rooted device to take it .
its way to get loader.img is in this link
https://www.aryk.store/2019/09/unbrick-qualcomm-android-using-sd-card.html
pleaseee . i will appreciate all my life
Click to expand...
Click to collapse
I am not sure It will help (because I am using PixelExperience Plus) but here you have it. I will delete it from my mega after 2-3 days https://mega.nz/#!jI5wUYKT!7zGiXxfxAEoMrhcFZunuo6bFKpJ47HfSAzrmd8rPFFA
i downloddd it
Dearminder said:
I am not sure It will help (because I am using PixelExperience Plus) but here you have it. I will delete it from my mega after 2-3 days https://mega.nz/#!jI5wUYKT!7zGiXxfxAEoMrhcFZunuo6bFKpJ47HfSAzrmd8rPFFA
Click to expand...
Click to collapse
thanks my dear freind i downloaded it
Dearminder said:
I am not sure It will help (because I am using PixelExperience Plus) but here you have it. I will delete it from my mega after 2-3 days https://mega.nz/#!jI5wUYKT!7zGiXxfxAEoMrhcFZunuo6bFKpJ47HfSAzrmd8rPFFA
Click to expand...
Click to collapse
thanks my dear friend
leho6694 said:
35GB?
Click to expand...
Click to collapse
i dont think it will be 35 gig
SumanKaka said:
Error
Click to expand...
Click to collapse
first type su and then hit enter in terminal emulator
then it ask for grant prememission root , give it access
then type this
dd if=/dev/block/mmcblk0 of=/sdcard/Loader.img bs=1024 count=168960

Security patch 10.0.41.HD61CB

Just checked for updates and seen this.
{
"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"
}

			
				
norwoodesteel said:
View attachment 5175481View attachment 5175481
Click to expand...
Click to collapse
after update Sprint bands showed up (Sprint was always much stronger inside house). Non-wifi calling now works inside house.
Can someone on .39, .40, or .41 tell me their baseband version listed in settings please?
starcms said:
Can someone on .39, .40, or .41 tell me their baseband version listed in settings please?
Click to expand...
Click to collapse
.41
dermann said:
Just checked for updates and seen this.
View attachment 5174883
Click to expand...
Click to collapse
This update keeps on failing on my device
yeah, i've got the same issue too. if i had to guess, i bet its a similar one to the issue that was preventing firmware updates a while ago, but i dont know.
so here, take a bump.
The most common reasons for the error installing are the reserve.img missing from unlocking or rooting. There is a thread for reserve.img. If you're rooted, use Magisk Manager to uninstall Magisk. Restore Images worked for me, no need to remove manager or anything.
I didn't get a prompt to reboot on this version. It just did it. So you will likely need a PC to re-root. The thread here lists all the commands.

Question S23 extract mcfg_sw.mbn euro / global model

Since the S23 is now Snapdragon only, can someone please extract these?
I want to try them on my Pixel 5a in an attempt to get VoWiFi working
If you can post a guide on how to pull them, I can help you
There is probably 2 ways:
1) extract from fimrware (when I get the time I am going to try next week)
2) using a root browser like root explore from the file system
@JazonX are you rooted?
Jeroen1000 said:
There is probably 2 ways:
1) extract from fimrware (when I get the time I am going to try next week)
2) using a root browser like root explore from the file system
@JazonX are you rooted?
Click to expand...
Click to collapse
1. Samsung firmwares are difficult to dump.
2. Yes, Rooted.
JazonX said:
1. Samsung firmwares are difficult to dump.
2. Yes, Rooted.
Click to expand...
Click to collapse
Going to take a guess.. Can you check
/system/vendor/rfs/msm/mpss/readonly/vendor/mbn/mcfg_sw/generic
or /system/vendor/firmware_mnt/image/modem_pr/mcfg/configs/mcfg_sw
We are looking for files named mcfg_sw.mbn
If that yields nada, we can search the entire filesystem using adb shell (or termux for on device search)
find / -iname 'mcfg.sw.mbn' 2>/dev/null
let me know if you want more details on the find stuff.
edit: this is how I did it:
{
"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"
}
and this is what we are after:

Categories

Resources