Editing Baseband and Hardware Version on Samsung S6 - Galaxy S6 Q&A, Help & Troubleshooting

Hi everyone, I have Samsung S6 G920P but i want to replace G920P with G920I in About Phone section. I have already changed Model Number, Build Number by editing Build.pro file but unable to Edit Hardware Number and Baseband version . Help me how can i edit this ?
Thanks in Advance
{
"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,m also searching for this , did you found something?

/system/bin/getprop
/system/bin/setprop
baseband version is gsm.version.baseband
hardware version is ril.hw_ver
not tested... create a backup.

Bryan48765 said:
/system/bin/getprop
/system/bin/setprop
baseband version is gsm.version.baseband
hardware version is ril.hw_ver
not tested... create a backup.
Click to expand...
Click to collapse
no in bin not have any of them. did you tested yet? and how we open the bin file?
mean how edit this files?
/system/bin/getprop
/system/bin/setprop
and where,s found this files?
gsm.version.baseband
hardware version is ril.hw_ver???

Mr Hassan said:
no in bin not have any of them. did you tested yet? and how we open the bin file?
mean how edit this files?
/system/bin/getprop
/system/bin/setprop
and where,s found this files?
gsm.version.baseband
hardware version is ril.hw_ver???
Click to expand...
Click to collapse
/system/bin/getprop and /system/bin/setprop are commands to use in a terminal emulator aka bash shell aka CLI. Execute "su" first to gain root access for setprop. It's getprop to get a list, and setprop to set. It's like build.prop. I am not able to test on that specific device, and this is simply information on where it could be at. Create a backup. The hardware version uses the same format on Verizon devices.

Bryan48765 said:
/system/bin/getprop and /system/bin/setprop are commands to use in a terminal emulator aka bash shell aka CLI. Execute "su" first to gain root access for setprop. It's getprop to get a list, and setprop to set. It's like build.prop. I am not able to test on that specific device, and this is simply information on where it could be at. Create a backup. The hardware version uses the same format on Verizon devices.
Click to expand...
Click to collapse
i open it but now is there anyway to edit it? coz its just showing the property but not able to edit
and what,s the mean ?( terminal emulator aka bash shell aka CLI. Execute )
and i already have root access in terminal ,

Related

New Custom ABD Logcat Grabber for noobs

New Custom Logcat Grabber for noobs
Please put adb.exe into Path of Put this exe into Tool folder of SDK
Require Microsoft.Net 2.0 SP2
{
"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"
}
For Error Please Report here
http://mobile5.in/viewtopic.php?f=3&t=77&p=219#p219
ok, I'll bite, being as there's been nearly 40 views and no comments...what is this for and why do I need it?
DanWalker said:
ok, I'll bite, being as there's been nearly 40 views and no comments...what is this for and why do I need it?
Click to expand...
Click to collapse
This is a program that will initiate the "logcat" command and also grab the logcat file (which I presume, can be specified). It's really a GUI for Logcat itself, so people don't have to use "adb logcat" at command line.
"Logcat is the command to view the internal logs of the Android system. Viewing said logs is often the best way to diagnose a problem, and is required for many issues."
Usually, logcat is ran from the command line by issuing the command:
Code:
adb logcat
The above command will show any errors/warnings, etc on screen in the shell.
Code:
adb logcat > log.txt
This command will redirect output of logcat to a text file called "log.txt", which can be found in androidsdk\tools folder. **This method is recommended and required to share your log.**
When someone asks you to do a logcat, run a logcat, etc -- this is what they mean. It helps people see what error messages, warnings, etc the phone is showing and helps us further diagnose the problem for faster solutions.
More information - HERE
@hetaldp -- Great idea and good work.
http://tinyurl.com/yb6mm54
Pretty nice, works good..Thanks..
Thank you so much!
Was trying to get the log in a file with exactly thos commands, but log file always empty, no matter how much I tried.
Like this, I even get it in a way I can use it faster
Adb?
Sent from my MiuiSpeedy
Rooster85 said:
Adb?
Sent from my MiuiSpeedy
Click to expand...
Click to collapse
http://developer.android.com/guide/developing/tools/adb.html

[Q] Messages contact picture bug

Just came over from the MT4G today, and got right to debloating this bad boy. I went into recovery to wipe my cache and fix permissions (to ensure things worked smoothly) but I had been on CM7 for so long that I had forgotten that Sense has a bug where you lose your contact pictures in the Messages app when you fix the permissions. I tried this script that would fix the problem in Sense 3.0 and 3.5, but had no luck:
chmod 666 /data/data/com.android.providers.contacts/files/*
Does anyone know how to fix this issue?
lcambriz said:
/data/data/com.android.providers.contacts/files/*
Does anyone know how to fix this issue?
Click to expand...
Click to collapse
The location looks fine, yet the privileges for me on those files are rwxrw-r-- .
I am not sure if that resembles a chmod 666. Also, the folder .../files itself is rwxrwx--x for me.
Maybe doublecheck with that, I am not near a proper linux system right now, so I cannot verify if the chmod numericals you used reflect the privs the dir listing gives me.
psych0t1c said:
The location looks fine, yet the privileges for me on those files are rwxrw-r-- .
I am not sure if that resembles a chmod 666. Also, the folder .../files itself is rwxrwx--x for me.
Maybe doublecheck with that, I am not near a proper linux system right now, so I cannot verify if the chmod numericals you used reflect the privs the dir listing gives me.
Click to expand...
Click to collapse
I have no idea what that means. This was just a command I got from TDJ back then to enter into Terminal Emulator to fix the problem. I tried it here but it didn't work.
Here's what I get when I try entering 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"
}
Sent from my HTC One S
666 is RW for Owner, Group and World (rw-rw-rw-).
764 is RWX for O, RW for G and R for W (rwxrw-r--).
771 is rwxrwx--x

[Q] P3110 stuck in factory mode

I'm getting the Factory Mode is On notification on my p3110.. How do you change the mode to user? thanks!
{
"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"
}
Screenshot.. help!!
Sent from my GT-P3110 using xda app-developers app
This might help...
Hey bud, you could maybe try fetching and re-flashing local & official firmware files from here
It may bring your Tab back to its original state ready for "backup" then custom/official flash... or or or just sell it to me :laugh:
factory mode is on after an OTA update of ICS to JB, using samsung galaxy tab 2
pjdq811 said:
I'm getting the Factory Mode is On notification on my p3110.. How do you change the mode to user? thanks!
Click to expand...
Click to collapse
I am also having the same problem with you. have you found any solution to this one yet?
Tab2 10.1 stuck in the factory mode
My tab2 10.1 GT-P5113 stuck in the "factory mode" after update from ICS to JB 4.1.1 and Factory mode icon has been created on the page.
I have tried to hard reset but this screen comes always
Tell how to disable, I just want to get rid of it.
Try this -
it's needs to be typed in, in terminal (will try to find the source)
Fix:
Rooted device
Mounted /efs partition (if in recovery)
Execute the following commands:
Code:
adb shell
su
echo -n ON > /efs/imei/keystr
chown 1001:1001 /efs/imei/keystr
Reboot device
EDIT - Try looking through this too for a fix
http://forum.xda-developers.com/showthread.php?t=2125293
How to root
squ89r97 said:
Try this -
it's needs to be typed in, in terminal (will try to find the source)
Fix:
Rooted device
Mounted /efs partition (if in recovery)
Execute the following commands:
Code:
adb shell
su
echo -n ON > /efs/imei/keystr
chown 1001:1001 /efs/imei/keystr
Reboot device
EDIT - Try looking through this too for a fix
http://forum.xda-developers.com/showthread.php?t=2125293
Click to expand...
Click to collapse
I don't know how to root Samsung Galaxy Tab2 10.1 GT-P5113 (Came with ver 4.0.4), read several threads but nobody describe in detail how to do it.
Need detailed procedure how to insert these commands in shell terminal.
http://www.youtube.com/watch?v=pAvze-VNzj8
follow this.(yes its a video by me.)
then download Terminal Emulator from the play store and enter
Code:
su
echo -n ON > /efs/imei/keystr
chown 1001:1001 /efs/imei/keystr
Incase you are new and don't understand how to do that first put in the first line. (So "su")
and then press enter. then enter the second line. enter. 3rd line. enter and so on.
Stuck too
Hi guy's
I have the same problème but my P3110 is not root.
I tried to root it with CF-Auto-Root-espressowifi-espressowifixx-gtp3110 but failed
I tried the upload recovery cwm-6.0.1.1-p3110 but failed
I tried to upload the firmware P3110XXCLK7_P3110XEFCLK2_XEF but failed
Pleaaaaaase help !

[Q] Need a kernel for uinput on note 3

my phone at stock, but rooted doesnt have the uinput it seems to allow rooted apps to use the touch part. So can anyone link me the file needed so i can flash it in?
And will odin work fine to flash that in?
{
"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"
}
uinput does exist
Install the terminal emulator app and run the following commands to check if the uinput module exists
1. su
2. cd /
3. cd dev
4. ls
Check in the list if uinput exists. I did a check on my Galaxy S4 I9500 and this module exists. Now the only reason you are getting that message might be because the SELinux is in enforcing mode. There needs to be a way to make that SELinux status to permissive. That is what I feel should be done. Let me know if you have found this to work. I planned on installing the Omega Rom but want to check out how to change the status to permissive without installing the rom.
Thoughts?
Solved!!
Hello,
I finally got this working on my Galaxy S4 I9500. I flashed the Omega Rom v24 with CWM. Installed Tincore Keymapper v3.6.4. Installed Respawnables game. I tried to connect it with my 2.4GHz wireless ps2, ps3, pc gamepad but I got a message saying "Uinput doesn't seem to be available in the kernel. Please install a kernel with uinput module". So I did a search with the Android Terminal Emulator app and here are the commands I executed to check if the uinput module exists.
1. su
2. cd /
3. cd dev
4. ls
Now check if you have the uinput present in the list. If it does, it indicates that you are not able to access the module. So go forward and try one more command like this
chmod 666 dev/uinput
This command will give access to other apps wanting uinput. Remember that you will have to run this command again if you reboot you phone. Hope this helps.

unable to copy a certain file

Not sure which channel to put this in, please move if this is not the correct one.
I am unable to copy a certain file. At first I tried using a cloud share app, then USB file transfer, then ADB, then local file browsing apps, finally a terminal emulator. All fail. I can see the file and the app that created it can interact with it, but I cannot copy the file, permission denied. Phone is rooted. This is a large file created by TitaniumBackup. It's large because the backed up app has a lot of data, about 4 GB worth. I can copy all the small files that Titanium creates during its backup process, including the apk and properties files. And I can rename the big file, even delete it, just not copy.
I don't think it matters but this is a rooted Pixel 5 with stock ROM.
Apparently the same issue is within Titanium itself. It can delete backups but not upload to the cloud using the built-in function to Sync to Google Drive. I am thoroughly confused.
Can you run 'chmod 777' for that special file in advance as your system has been rooted?
James_Watson said:
Can you run 'chmod 777' for that special file in advance as your system has been rooted?
Click to expand...
Click to collapse
No issue chmoding but then can't copy still. Tried copying to the same dir and to my Download and Documents folders, same result.
{
"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"
}
PRL77 said:
No issue chmoding but then can't copy still. Tried copying to the same dir and to my Download and Documents folders, same result.
View attachment 5147605
Click to expand...
Click to collapse
According to the screenshot, it means that you have no permission to create cp.gz in this directory. So, try to run chmod for the directory at first.
James_Watson said:
According to the screenshot, it means that you have no permission to create cp.gz in this directory. So, try to run chmod for the directory at first.
Click to expand...
Click to collapse
I was told that chmod doesn't function in /sdcard due to how it's mounted. So I went into /data/media/0/TitaniumBackup that can chmod there but still can't adb pull the file.
Before chmod: -rw------- 1 u0_a256
After chmod: -rwxrwxrwx 1 u0_a256
But pull still fails:
adb pull /data/media/0/TitaniumBackup/ws.clockthevault-20201130-045341.tar.gz vaultcopy.tar.gz
adb: error: failed to stat remote object '/data/media/0/TitaniumBackup/ws.clockthevault-20201130-045341.tar.gz': Permission denied
It's gotta be size related. This file is just over 4.3 GB.
This is resolved. Someone helped me on another forum: https://android.stackexchange.com/questions/231624/unable-to-copy-a-certain-file

Categories

Resources