X10 2.2 Custom ROM Newbie FAQ. Read first post before asking! - XPERIA X10 Q&A, Help & Troubleshooting

I will try to make a newbie FAQ thread regarding 2.2 here..
I ask you to wait until i reserved 5 posts first before before posting replies.
I will try to make a copy paste and run solution for you.
But keep in mind that 2.2 is not stable, so some solution will works, but might erase your 2.2 data.
I will try my best to spend my time to answer here.
If you find my answer is helping you, you may donate any small mount for my time spent on answering so i can buy beer to spend more time answering here while drinking
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ET68JQDGW3A86
Table of Content
X10 Custom ROM 2.2 AOSP Bug List and Fixes
Tools Usage FAQ Section
FAQ Section
More FAQ Section
Batch file for quick fix
Configuring Command Prompt
First we need to enable your quick copy paste in command prompt.
Open command prompt by invoking WIN + R, type cmd.exe.. then press enter. Then follow the guide in pictures below.
{
"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"
}
With this you can copy codes from forum, and paste to command prompt by using right click.
ADB Tools
Download the View attachment tools.zip
Then extract into a directory named TOOLS. So we had a common root directory for solving all solution. To open the command prompt to the tools directory, simply double click cmd.bat in the TOOLS folder. If you see a new commands attachment below, just download and replace the files. I will keep adding shortcut for you to use.
Download the View attachment commands.zip and extract into TOOLS directory. The zip file contains bat files that can be use as shortcut to invoking adb commands.
Android Debug Bridge commands
Editting files
Text files in Android is in Unix format, you need an editor which capable of editing Unix format to have it modified properly.
You can try to look for UltraEdit for it. There still a lot of UNIX format capable editor out there if you don't like UltraEdit.
Submitting Questions
In order to properly analyze your problem, you must include a logcat log which usually contains the error. To get a logcat log, run logcat.bat or run this code in cmd window
Code:
adb logcat > logcat.txt
You don't need to send the whole logcat.txt content, open the file.. see anything related to your error, paste into another text file and send. Then the problem can be analyzed and solution may or may not be produced.
Then when you submit a log file copy paste, do in
Code:
block so.
[SIZE="4"][B]Things you need to know in 2.2 Custom ROM[/B][/SIZE]
[B]SD card cannot be mounted as USB to your PC[/B]
2.2 Custom ROM have its data partition inside your FreeX10 folder in SD card. Because of this, you cannot dismount SD card and mount to your PC because 2.2 Custom ROM requires the data partition to be always mounted.
[QUOTE="279Paddy, post: 9448029, member: 2949937"]it is not possible, because 2.2 is running from the sdcard...you can't pull a chair if there is someone sitting on it, if you still do, the person actually sitting on it will fall and crash - just like your 2.2 did ;D[/QUOTE]
[B]Battery is hot, and low battery life[/B]
2.2 Custom ROM was compiled with CPU governor set to Performance, meaning that your X10 run on 1Ghz constantly, even during idle. Download and install SetCPU to fix this.
[B]Dual boot, and you can't go back to 2.1[/B]
Instead of press and hold any button, you should keep on clicking any button you like. Click it all the way until you see SE 2.1 boot, or 2.2 Custom ROM boot if you changed your boot priority. Any key will work, but i haven't tried camera, and power button for it.
[SIZE="4"][B]Things you don't need to ask in 2.2 Custom ROM[/B][/SIZE]
[LIST]
[*]Its laggy and slow everywhere
[*]Laggy flash videos
[*]"Chipmunk" sound during call
[*]Music, Video and Camera problem
[*]Random reboot here and there
[/LIST]
2.2 Custom ROM is not alpha yet, do not need to ask this question again and again. As the development goes, things will get improved. The devs know this happens.
[SIZE="4"][B]Things what might not be implemented in 2.2 Custom ROM[/B][/SIZE]
[LIST]
[*]Translations to another language
[/LIST]

Tools Usage FAQ Section
How to invokes ADB command on post
Android Debug Bridge commands
Sometime people post their adb command which can be run in command prompt, or some need you to write into adb shell.
For commands like
adb push ContactsProvider.apk /system/app/ContactsProvider.apk
adb pull /data/data/com.android.providers.settings/databases/settings.db settings.db
adb install -l com.rovio.angrybirds.apk
This code must be run in command prompt like below
Code:
C:\Tools>adb push ContactsProvider.apk /system/app/ContactsProvider.apk
C:\Tools>adb pull /data/data/com.android.providers.settings/databases/settings.db settings.db
C:\Tools>adb install -l com.rovio.angrybirds.apk
And this are the wrong way of doing it, because push, pull, install and so on are not shell command.
Code:
C:\TOOLS\>adb shell
# adb push ContactsProvider.apk /system/app/ContactsProvider.apk
adb push ContactsProvider.apk /system/app/ContactsProvider.apk
adb: not found
For command like
adb shell pm setInstallLocation 1
adb shell killall servicemanager
adb shell /system/bin/wlan_tool
This code can be run view command prompt like this, because the shell command can be used like this "adb shell [shell command]"
Code:
C:\Tools>adb shell pm setInstallLocation 1
C:\Tools>adb shell killall servicemanager
C:\Tools>adb shell /system/bin/wlan_tool
or by invoking adb shell first, then entering the commands with prefixed by "adb shell"
Code:
C:\TOOLS\>adb shell
# pm setInstallLocation 1
# killall servicemanager
# /system/bin/wlan_tool

FAQ Section
INSTALL_FAILED_ALREADY_EXISTS during 2.2 /data/install execution
Code:
2544 KB/s (937926 bytes in 0.360s)
pkg: /data/local/tmp/z4root.1.1.0.apk
Failure [INSTALL_FAILED_ALREADY_EXISTS]
This is because you already have z4root installed. This will not affect the execution.
WiFi Browsing Issue
Assuming you're WiFi is working, you already connected, but you cannot browse or open market. This is because the DNS is filled properly, probably caused by buggy DHCP. You can set DNS manually along with static IP from WiFi Setting. Open menu by clicking menu button. Select Advanced. Then enter your static IP there.
To know what static IP you need to insert there. Open cmd, type ipconfig /all, then you look for your computer wifi configuration, fill in everything exactly the same as your computer configuration except the IP address.. Usually change the fourth number to anything random within 2-255 will do the trick.
Below are example of ipconfig /all ountput
Code:
Wireless LAN adapter Безжична мрежова връзка 4:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Belkin 54g Wireless USB Network Adapter #
4
Physical Address. . . . . . . . . : 00-22-75-B1-5F-2E
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::b8f0:fa10:4c6f:e9b2%22(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.1.100(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : 27 ноември 2010 г. 21:41:00 ч.
Lease Expires . . . . . . . . . . : 28 ноември 2010 г. 16:41:00 ч.
Default Gateway . . . . . . . . . : 192.168.1.1
DHCP Server . . . . . . . . . . . : 192.168.1.1
DHCPv6 IAID . . . . . . . . . . . : 620765813
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-13-74-63-C4-00-1B-B9-E7-68-12
DNS Servers . . . . . . . . . . . : 195.24.89.12
195.24.90.1
NetBIOS over Tcpip. . . . . . . . : Enabled
This are your Wireless LAN configuration.
Then you put those values on your static IP config in Android
IP: 192.168.1.201
Subnet: 255.255.255.0
Gateway: 192.168.1.1
DNS1: 195.24.89.12
DNS2: 192.24.90.1
Why the output show 101, but you need to use 201 in ip address? In case you have multiple computer and gadget connected to your WiFi, usually they are assigned in sequential numbering, so no one would use 201. If some one use that already, you will get ip conflict, just change the value to any other number.
What does it means? ADB server is out of date. killing....
That mean is the adb server running in your computer had it state invalidated. It will restart the ADB server automatically. You don't need to download SDK all over again to "update" your ADB.
killall servicemanager doesn't fix radio problem
Do it couple time, usually do the trick. I found that the radio is not connecting really fast in 2.2. After reboot, sometimes it takes like 1-2 minutes before the phone connects to network.

FAQ Section
Force close related to android.process.acore
Since there no logcat from the Custom ROM thread, but i can make assumption that your databases might be corrupted and removing the data usually will do the trick.
Open "adb shell", then paste this code
Code:
rm -r /data/data
mkdir /data/data
But if you do this, the Home button and Lock screen will be gone. You need to apply fix for that. Read them on this thread X10 Custom ROM 2.2 AOSP Bug List and Fixes
Force close related to android.process.media
You need to apply fix for that. Read them on this thread X10 Custom ROM 2.2 AOSP Bug List and Fixes
Reboot in 2.2 it says SEMCCheckin or alike errors
This is because you are using TitaniumBackup to restore your data, which brings some SE 2.1 apps and system apps that does not work on 2.2 Custom ROM

Quick Fixes
Batch file for fixes
Download the attachment below and extract into the same folder as the tools files you find in the first post.
You can apply fixes from my X10 Custom ROM 2.2 AOSP Bug List and Fixes by executing the batch files.
To install app like Angry Bird, you drag the AngryBird apk into "fix - drag drop to install apk.bat"
Some of the batch file will ask you to restart android, you can cancel by pressing CTRL+C

I did not understand only the thing with the WiFi.
When i type ipconfig /all im receiving a ****load of info, and i dont know which one is correct, also i tryed to add some info to dns,netmask, ip address, now i cant delete it, im receiving a message "please type a valid IP Address"
Code:
C:\Users\Тенчо>ipconfig /all
Windows IP Configuration
Host Name . . . . . . . . . . . . : Компютър
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
Wireless LAN adapter Безжична мрежова връзка 4:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Belkin 54g Wireless USB Network Adapter #
4
Physical Address. . . . . . . . . : 00-22-75-B1-5F-2E
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::b8f0:fa10:4c6f:e9b2%22(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.1.100(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : 27 ноември 2010 г. 21:41:00 ч.
Lease Expires . . . . . . . . . . : 28 ноември 2010 г. 16:41:00 ч.
Default Gateway . . . . . . . . . : 192.168.1.1
DHCP Server . . . . . . . . . . . : 192.168.1.1
DHCPv6 IAID . . . . . . . . . . . : 620765813
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-13-74-63-C4-00-1B-B9-E7-68-12
DNS Servers . . . . . . . . . . . : 195.24.89.12
195.24.90.1
NetBIOS over Tcpip. . . . . . . . : Enabled
Ethernet adapter Локална връзка:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : NVIDIA nForce Networking Controller
Physical Address. . . . . . . . . : 00-1B-B9-E7-68-12
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Tunnel adapter isatap.{32337673-F851-42CC-8A25-828E8F7B963A}:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft ISATAP Adapter
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Tunnel adapter Teredo Tunneling Pseudo-Interface:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
IPv6 Address. . . . . . . . . . . : 2001:0:5ef5:79fd:3833:ac0e:a248:404b(Pref
erred)
Link-local IPv6 Address . . . . . : fe80::3833:ac0e:a248:404b%12(Preferred)
Default Gateway . . . . . . . . . : ::
NetBIOS over Tcpip. . . . . . . . : Disabled
C:\Users\Тенчо>
Have anyone idea how to fix my WiFi Connection ?

Code:
Wireless LAN adapter Безжична мрежова връзка 4:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Belkin 54g Wireless USB Network Adapter #
4
Physical Address. . . . . . . . . : 00-22-75-B1-5F-2E
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::b8f0:fa10:4c6f:e9b2%22(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.1.100(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : 27 ноември 2010 г. 21:41:00 ч.
Lease Expires . . . . . . . . . . : 28 ноември 2010 г. 16:41:00 ч.
Default Gateway . . . . . . . . . : 192.168.1.1
DHCP Server . . . . . . . . . . . : 192.168.1.1
DHCPv6 IAID . . . . . . . . . . . : 620765813
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-13-74-63-C4-00-1B-B9-E7-68-12
DNS Servers . . . . . . . . . . . : 195.24.89.12
195.24.90.1
NetBIOS over Tcpip. . . . . . . . : Enabled
This are your Wireless LAN configuration.
Then you put those values on your static IP config in Android
IP: 192.168.1.201
Subnet: 255.255.255.0
Gateway: 192.168.1.1
DNS1: 195.24.89.12
DNS2: 192.24.90.1

xeviro said:
Code:
Wireless LAN adapter Безжична мрежова връзка 4:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Belkin 54g Wireless USB Network Adapter #
4
Physical Address. . . . . . . . . : 00-22-75-B1-5F-2E
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::b8f0:fa10:4c6f:e9b2%22(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.1.100(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : 27 ноември 2010 г. 21:41:00 ч.
Lease Expires . . . . . . . . . . : 28 ноември 2010 г. 16:41:00 ч.
Default Gateway . . . . . . . . . : 192.168.1.1
DHCP Server . . . . . . . . . . . : 192.168.1.1
DHCPv6 IAID . . . . . . . . . . . : 620765813
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-13-74-63-C4-00-1B-B9-E7-68-12
DNS Servers . . . . . . . . . . . : 195.24.89.12
195.24.90.1
NetBIOS over Tcpip. . . . . . . . : Enabled
This are your Wireless LAN configuration.
Then you put those values on your static IP config in Android
IP: 192.168.1.201
Subnet: 255.255.255.0
Gateway: 192.168.1.1
DNS1: 195.24.89.12
DNS2: 192.24.90.1
Click to expand...
Click to collapse
God thanks! I love my 2.2.1 alpha!

Something went wrong for me please help
Hi guys
i have installed the custom rom starting with the 001 version......ok?
everythink worked fine and adb said : reboot device.............ok
whend i rebooted i only got some 2.1 rom not the one that starts with the freex10 logo.
can anybody tell me what could be wrong?
i have checked all the threads about that here on xda, the freex10 folder is on my sd card, all the files are supossed to be there ar there........
what went wrong?

Maximus223 said:
Hi guys
i have installed the custom rom starting with the 001 version......ok?
everythink worked fine and adb said : reboot device.............ok
whend i rebooted i only got some 2.1 rom not the one that starts with the freex10 logo.
can anybody tell me what could be wrong?
i have checked all the threads about that here on xda, the freex10 folder is on my sd card, all the files are supossed to be there ar there........
what went wrong?
Click to expand...
Click to collapse
for what you`ve told you`ve donne nothing wrong except the fact you must have donne somethings wrong
No more seriously. For what you`ve described this should be working. the only thing i can told you is try again from the start `couse you`ll never know...maybe some step you`ve miss

Noob question incoming.
I'm trying to install Angry Birds and Pocket Legends, but those two applications (and only those two; Asphalt 5 (paid version, even) for example, works) download properly, but after 'Installing...' shows up in the status bar for a few seconds, it pops up a box that says 'Installation Error, Unknown reason -18'.
Anyone else ever seen this?
EDIT: Turns out people with the Droid 2/ HTC G2 have had this problem on their regular old Froyo ROMs, and one way to get around the problem is to unmount the SD card, install your application and then mount your SD card. Obviously that is not an option with the FreeX10 Android 2.2.1 0.0.2 build because it runs off the SD card...

jenesuispasbavard said:
Noob question incoming.
I'm trying to install Angry Birds and Pocket Legends, but those two applications (and only those two; Asphalt 5 (paid version, even) for example, works) download properly, but after 'Installing...' shows up in the status bar for a few seconds, it pops up a box that says 'Installation Error, Unknown reason -18'.
Anyone else ever seen this?
EDIT: Turns out people with the Droid 2/ HTC G2 have had this problem on their regular old Froyo ROMs, and one way to get around the problem is to unmount the SD card, install your application and then mount your SD card. Obviously that is not an option with the FreeX10 Android 2.2.1 0.0.2 build because it runs off the SD card...
Click to expand...
Click to collapse
You need to install it manually from PC. Read the reason from this first page of this thread. http://forum.xda-developers.com/showthread.php?t=851443
Then you may read the newbie FAQ on this thread. You may also download the quickfix in the first page to install it to your ROM.

Maximus223 said:
Hi guys
i have installed the custom rom starting with the 001 version......ok?
everythink worked fine and adb said : reboot device.............ok
whend i rebooted i only got some 2.1 rom not the one that starts with the freex10 logo.
can anybody tell me what could be wrong?
i have checked all the threads about that here on xda, the freex10 folder is on my sd card, all the files are supossed to be there ar there........
what went wrong?
Click to expand...
Click to collapse
You cannot boot into 2.2 if your USB is connected to computer during the boot sequence.

xeviro said:
You need to install it manually from PC. Read the reason from this first page of this thread. http://forum.xda-developers.com/showthread.php?t=851443
Then you may read the newbie FAQ on this thread. You may also download the quickfix in the first page to install it to your ROM.
Click to expand...
Click to collapse
I'm guessing I need to manually get the .apk file first on my computer and then run 'adb install ', unlike say Debian's 'apt-get install ' which gets the application for you?
EDIT: In any case, I get a failure message '[INSTALL_FAILED_CONTAINER_ERROR]' with both the Angry Birds .apk and the Pocket Legends .apk.
EDIT 2: Also, thanks for the quick replies.
EDIT 3: Woohoo, it works. I had originally run the following steps (I'm guessing the 'exit' made things not work):
adb shell
# pm setInstallLocation 1
# exit
adb install -l com.rovio.angrybirds.apk

jenesuispasbavard said:
I'm guessing I need to manually get the .apk file first on my computer and then run 'adb install ', unlike say Debian's 'apt-get install ' which gets the application for you?
EDIT: In any case, I get a failure message '[INSTALL_FAILED_CONTAINER_ERROR]' with both the Angry Birds .apk and the Pocket Legends .apk.
Click to expand...
Click to collapse
yes, download first, then install. also there are another way is to backup with TB on 2.1, then restore in 2.2..
you cannot just install with adb install, you need to do it like this below
Code:
adb shell pm setInstallLocation 1
adb install -l com.rovio.angrybirds.apk
because angrybird set it self to be installed by sd, which is not supported by 2.2 custom rom.

xeviro said:
You cannot boot into 2.2 if your USB is connected to computer during the boot sequence.
Click to expand...
Click to collapse
it boots the same with or without the usb conected
i have the dual boot sequence but is two 2.1 rom's one the factory rom and the other one is the freex10 one only is does not look at all like its suposed to be "froyo"
and i tried at least 10 times and its still the same
does this work on any 2.1 firmware or just the nordic 2.1 one?that could be one of the problems since i have the global 2.1 firmware

rendeiro2005 said:
for what you`ve told you`ve donne nothing wrong except the fact you must have donne somethings wrong
No more seriously. For what you`ve described this should be working. the only thing i can told you is try again from the start `couse you`ll never know...maybe some step you`ve miss
Click to expand...
Click to collapse
i dont know what i have donne wrong but is still the same and i tried at least 10 times .

Maximus223 said:
it boots the same with or without the usb conected
i have the dual boot sequence but is two 2.1 rom's one the factory rom and the other one is the freex10 one only is does not look at all like its suposed to be "froyo"
and i tried at least 10 times and its still the same
does this work on any 2.1 firmware or just the nordic 2.1 one?that could be one of the problems since i have the global 2.1 firmware
Click to expand...
Click to collapse
I can only say that you might need to redo the whole thing from zero again. Flash your 2.1 SE ROM, then install 2.2 AOSP. You can use any 2.1 , not just nordic.

Now what if i want to uninstall 2.2? Where do i start? What do i do?!?

blehq said:
Now what if i want to uninstall 2.2? Where do i start? What do i do?!?
Click to expand...
Click to collapse
why dont you try and search a little?
for instance on the main thread on 2nd post?!!!!

Related

[Q] usb tethering issue

I bought an LG P500 mobile phone and was trying to use usb tethering and it didnot work. Was able to ping the mobile but nothing beyond that.
Can you guys help
The details of the phone are
Model number : LG-P500
Android version : 2.2
Kernel Version : 2.6.32.9 [email protected] #1 Mon Oct 4 09:05:43 IST 2010
Build number : FRF91
Software Version : V10b-OCT-02-2010
Details of my PC are
Microsoft windows XP Professional version 2002 Service Pack 3
Here are the steps that i had taken and things i tried before reporting this
1. Installed USB drivers for the mobile on my pc
2. connected the mobile to the pc through usb cable
3. turned on the usb tethering button under tethering on mobile
4. on the laptop it shows as the following
Local Area Connectio 13
Connected,Firewalled
LG AndroidNet NDIS Ethernet Adapter #3
on the mobile it shows Tethering or hotspot Active
5. I turn on the wifi on the mobile phone (and turn off the wifi on the laptop)
6. i surf a website on mobile phone to make sure that i am connected to internet.
7. Now i open my internet explorer/firefox in my pc and try to surf the same website.
It does not open the website. for some time it says looking and then says address not found.
8. Now i open the command prompt and type ipconfig/all and i get the following
Windows IP Configuration
Host Name . . . . . . . . . . . . : cosmic-skghosh
Primary Dns Suffix . . . . . . . : cosmic.com
Node Type . . . . . . . . . . . . : Mixed
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : cosmic.com
Ethernet adapter Wireless Network Connection:
Media State . . . . . . . . . . . : Media disconnected
Description . . . . . . . . . . . : Atheros AR9285 Wireless Network Adapter
Physical Address. . . . . . . . . : 20-7C-8F-07-23-6B
Ethernet adapter Local Area Connection 6:
Media State . . . . . . . . . . . : Media disconnected
Description . . . . . . . . . . . : Realtek PCIe GBE Family Controller #2
Physical Address. . . . . . . . . : F0-4D-A2-50-19-0B
Ethernet adapter Local Area Connection 12:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : LG AndroidNet NDIS Ethernet Adapter
Physical Address. . . . . . . . . : 42-14-1A-50-76-BD
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.42.164
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.42.129
DHCP Server . . . . . . . . . . . : 192.168.42.129
DNS Servers . . . . . . . . . . . : 192.168.42.129
Lease Obtained. . . . . . . . . . : Saturday, March 05, 2011 7:16:02 PM
Lease Expires . . . . . . . . . . : Saturday, March 05, 2011 8:16:02 PM
9. Now i type route PRINT
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...20 7c 8f 07 23 6b ...... Atheros AR9285 Wireless Network Adapter - Packet Scheduler Miniport
0x3 ...f0 4d a2 50 19 0b ...... Realtek PCIe GBE Family Controller #2 - Packet Scheduler Miniport
0x30005 ...42 14 1a 50 76 bd ...... LG AndroidNet NDIS Ethernet Adapter #3 - Packet Scheduler Miniport
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.42.129 192.168.42.164 25
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.42.0 255.255.255.0 192.168.42.164 192.168.42.164 25
192.168.42.164 255.255.255.255 127.0.0.1 127.0.0.1 25
192.168.42.255 255.255.255.255 192.168.42.164 192.168.42.164 25
224.0.0.0 240.0.0.0 192.168.42.164 192.168.42.164 25
255.255.255.255 255.255.255.255 192.168.42.164 2 1
255.255.255.255 255.255.255.255 192.168.42.164 192.168.42.164 1
255.255.255.255 255.255.255.255 192.168.42.164 3 1
Default Gateway: 192.168.42.129
===========================================================================
Persistent Routes:
None
10. Now i try ping 192.168.42.129 and i get
Pinging 192.168.42.129 with 32 bytes of data:
Reply from 192.168.42.129: bytes=32 time<1ms TTL=64
Reply from 192.168.42.129: bytes=32 time<1ms TTL=64
Reply from 192.168.42.129: bytes=32 time<1ms TTL=64
Reply from 192.168.42.129: bytes=32 time=3ms TTL=64
Ping statistics for 192.168.42.129:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 3ms, Average = 0ms
11. Now i try to ping forum.xda-developers.com and i get
Ping request could not find host forum.xda-developers.com. Please check the name and try again.
hey budy why don't u try just running a speed test before and after tethering?
Actually although it shows tether is active on the mobile but it really doesnot connect to the internet. i cannot ping say google.
Is there something i am missing...whats the speed test for if it really isnt connected to internet.
Well it happens if the speed is less or sometimes cuz of anti virus software.... It has happened to me before... Try again.
Sent from my LG-P500 using XDA App
y does it show a NDIS adapter for Phone....It doesnt in mine ..i do it old school way just dial through the android modem ...
@mithun
ok, so it may be antivirus but where...on the phone or on the pc.
how do i run a speed test and on which device?
Btw have u been able to get tethering woring on your device?
@sarfaraz
i am trying tethering. what probably u r refering to is usng the phone as modem which is different from tethering.
at this point can u guys confirm if i understand this right. basically i want to use the wifi on my mobile to connect my pc to internet thru usb tethering. in principle is it supposed to work?
Found it.... on an EDGE network m pretty sure there is no difference whether u access internet on computer through phone by "dialing" through it or using your phone as an "ethernet adapter"

[FREE][APP] CONSOLE WP8 - Shell Dos For Windows Phone 8

CONSOLE WP8
UPDATE: 1.8 - 2014-12-23 03:10:00
I'm excited to announce today the 1.8 update "WP8 Console"
- Added new command: [shortcut] to create tiles (shortcut) on the home screen link to a file
- Added new command: [set] to create / edit environment variable
- Adds new command: [tree] To list all files in the current folder and displayed in a tree
- Added new command: [reload] update all files are added, deleted or updated from the phone storage
- Added support batch file (.bat, .bat, .command) can execute the batch file with 'shell' easy to see the available commands please check the Help menu in the application
- Add support and management of files from the phone storage, edit, delete, rename, copy, move the file
- Add new examples files with commands 'batch' in (c: \ scripts)
- Improve in landscape view
- Add the new control loop [for], allowing wonderful combinations for scripts
- Improved performance and fixed some bugs in the user interface (language), network, local control, etc ..
WATCH OUT ! Apparently there is a problem to change the culture of application language for the "lite" version of "WP8 Console" with 1 missing images on the window "Wizzard". Will be corrected in the evening today!
Execute "shell" commands from your Windows Phone, manage your files, automated actions created scripts, created tile shortcuts to files, etc. The only application "console" on the store!
Access to over 45 functions with the controls ("MS-DOS")
- View the contents of a directory
- Read the contents of a file
- Modify a file
- Move a file
- Copy a file
- Rename file
- Print a file and email
- Delete files / folders
- Get information about the network
- Scripts write and run the .bat file script, .wpbat
- Ping - Ipconfig - net view (network control jack)
- Start programm windows phone from the shell
- View / execute files from the shell (music, photos, videos, audio, html, etc.)
- Use the loop function with "for"
- Etc ..
Example - Sample code you can use
Example batch file script 1:
//Ask a number to the user and loop on it
@echo off
echo (Enter a number to count please)
set /p /a loopNumber=
for /l %%i in (1,1,%loopNumber%) do echo %%i
Example batch file script 2:
//Remove all the files with the .txt extension from the current directy
for %%i in (*.txt) del %%i
Example batch file script 3:
//Ask the user how many fake folder he wank make
@echo off
echo (How many fake folder do you want make ?)
set /p numberOfFakeFolder=
for /l %%i in (1,1,%numberOfFakeFolder%) md fakeFolder_%%i
Example batch file script 4:
//Ping on google , save the result into a file and send the content by email
@echo off
ping google.com > res.txt
print res.txt
Click to expand...
Click to collapse
App link:
Console WP8 : http://www.windowsphone.com/en-us/store/app/console-wp8/8da96293-ec71-e011-81d2-78e7d1fa76f8
Console WP8 Lite : http://www.windowsphone.com/en-us/store/app/console-wp8-lite/2d27a82d-ef71-e011-81d2-78e7d1fa76f8
Click on the pictures to see more :good:
Wow, nice. Download link?
GoodDayToDie said:
Wow, nice. Download link?
Click to expand...
Click to collapse
Hi, Thank you and sorry . I just added now the link for my application in the Windows Phone Store
Update: 1.8 - 2014-12-23 03:10:00
UPDATE: 1.8 - 2014-12-23 03:10:00
I'm excited to announce today the 1.8 update "WP8 Console"
- Added new command: [shortcut] to create tiles (shortcut) on the home screen link to a file
- Added new command: [set] to create / edit environment variable
- Adds new command: [tree] To list all files in the current folder and displayed in a tree
- Added new command: [reload] update all files are added, deleted or updated from the phone storage
- Added support batch file (.bat, .bat, .command) can execute the batch file with 'shell' easy to see the available commands please check the Help menu in the application
- Add support and management of files from the phone storage, edit, delete, rename, copy, move the file
- Add new examples files with commands 'batch' in (c: \ scripts)
- Improve in landscape view
- Add the new control loop [for], allowing wonderful combinations for scripts
- Improved performance and fixed some bugs in the user interface (language), network, local control, etc ..
For more information , please check the first page, i edited the content presentation.
Update last corrections as requested by email.
- Problem for set the language in the 'lite' version :Console WP8 Lite
- Pictures missing in the "wizard" popup . The first use
- Problem, help menu no change the language dynamically after set a new language
New versions:
Console WP8 1.8.0.1
Console WP8 Lite 1.8.0.1
Thanks to Microsoft who have release my update very quickly ! (1 day)
Can i ping something with this tool ?
Stefan Caromov said:
Can i ping something with this tool ?
Click to expand...
Click to collapse
Hi Stefan , yes off course you can ping on internet or local machines
Examples:
ping 8.8.8.8
ping 192.168.1.5
ping google.com
start command is not working .
can you show the syntax of that command .
irshad2809 said:
start command is not working .
can you show the syntax of that command .
Click to expand...
Click to collapse
Hi, which order are you talking about ?
for [Ping] command for example with google, you just need tape :
ping google.com
and then ,tape "enter" button.
For more information, you can click on the "Help" button
kingmiddle said:
Hi, which order are you talking about ?
for [Ping] command for example with google, you just need tape :
ping google.com
and then ,tape "enter" button.
For more information, you can click on the "Help" button
Click to expand...
Click to collapse
look i have attached screen shot . the START command .
its not working
Mh you mean this command . Ok sorry
you can use the (start) command for execute or start different program
Example
Open new html page on specific url
start http://www.google.ch/search?q=lol
Open Power menu
start ms-settings-power
and again ....
After you can combine this code with a script etc..
kingmiddle said:
Mh you mean this command . Ok sorry
you can use the (start) command for execute or start different program
Example
Open new html page on specific url
start http://www.google.com?d=blablabla
Open Power menu
start ms-settings-power
and again ....
After you can combine this code with a script etc..
Click to expand...
Click to collapse
can i use uri of apps to open them using this
ho, sorry . You mean the "Start" command .
Ok no problem. With "Start" command , you execute/open different programm
For example :
// open a website with arguments
start http://google.com/search?q=test
// open new email
start mailto:[email protected]
// open Bluetooth menu
start ms-settings-Bluetooth
After you can mix and make a 'batch' script file , or create a shortcut tile link to this script
Example :
Step 1 - write the code into a file with (echo) for open Bluetooth menu
echo start ms-settings-Bluetooth >> c:\data\test.bat
Step 2 - execute the (shortcut) command for create a tile to the home screen (.ink)
shortcut /n myTileTItle /t c:\data\test.bat
/n => shortcut name
/t => target file
/i => icon picture
you can check the sample scripts to "c:\scripts" and try to open the code with the type command.
Example :
//Read the code
Type mySampleFile.bat
//Execute the batch file
mySampleFile.bat
@irshad2809
this is a very interesting question !
I know you can start all of this command :
http://msdn.microsoft.com/en-us/library/windows/apps/jj662937(v=vs.105).aspx
I don't know before , we can start another app with a uri shema . For now , i use the code "Windows.System.Launcher.LaunchUriAsync" like on the picture i attach, i don't know if you can use it or not for open a installed app . Please if you try , can you come back give me the result ?
Maybe i can add this feature to the next update
kingmiddle said:
@irshad2809
this is a very interesting question !
I know you can start all of this command :
http://msdn.microsoft.com/en-us/library/windows/apps/jj662937(v=vs.105).aspx
I don't know before , we can start another app with a uri shema . For now , i use the code "Windows.System.Launcher.LaunchUriAsync" like on the picture i attach, i don't know if you can use it or not for open a installed app . Please if you try , can you come back give me the result ?
Maybe i can add this feature to the next update
Click to expand...
Click to collapse
this feature is already there in your app ,
like if you type " start zune " : xbox music will open
or start whatsapp : whatsapp opens .
there is list of uri for almost apps on nokia wiki website .
. but i was looking for , something like "Native Toast Launcher " . can you look into that ?
irshad2809 said:
this feature is already there in your app ,
like if you type " start zune " : xbox music will open
or start whatsapp : whatsapp opens .
there is list of uri for almost apps on nokia wiki website .
. but i was looking for , something like "Native Toast Launcher " . can you look into that ?
Click to expand...
Click to collapse
Ok, i got it now. I will work on this new feature, and implement it for the next update . Between the middle and the end of january I agree with you , this feature can be interesting .
Thank you very much
i mean can i see the sent and reciecved packages ? example : ping google.com -t -l 1024
Invalid URI: The hostname could not be parsed.
.
.
.
can you explain about this .
@Stefan Caromov , sorry for now , you can only use the [w] and [n] arguments for set the timeout or how many packet will be send . By the way you can not see the size of packet size. I take not now for implemant this new feature in the next update
@irshad2809 Do you can please , show me wich 'hostname' you used ?
ping Google.com => is ok
ping 8.8.8.8 => is ok
ping 192.168.1.1 => is ok
ping http://www.google.com => is not ok ! As the true cmd command line
good game, this app is very nice

[Help] Smartphone Pb80 Kliver---BRICK---root, rom, recovery

Hi, thank you for the Job in this forum!!..It's my first time here..and my first english tecnical discussion!!..sorry for that!!
First of all I have fought with google to search for drivers for this device that the computer sees as " Spreadtrum " (it will be the brand !) I downloaded a folder from the internet which is called " SCI -android -usb -driver- jungo - v4 " and among the three items not recognized in the device manager of windows I was able to install one !! .. and luckily it was "Android Composite ADB Interface " ...then with a program taken from www , kingoapp , com are able to perform to root the device in two minutes from PC ...
Finally, to overcome the problem of the space exhaustion, I installed to play store "root uninstaller " that allows us to uninstall , freeze or recover smartphone app by default ... And here the error or damage !!! :: I deleted the first "UC browser " (I think you call it that ) that I looked like a Chinese internet browser and the phone began to open windows error who say <interrupted processes> !! ... then I turned it off and it was the wrong thing because you're never more turned on again ... or at least does not go beyond the first part , as well as the Android logo to speak !! .. if I connect it to the computer in this state, it recognize the ADB interface at 2-second intervals !! ... therefore unusable !!
And now my real question : someone would be so kind as to tell me where I can find the stock rom to update from sd -card ?? .. and one last thing : how do I get into recovery before you start ?? ( the usual : POWER + VOL UP and VOL DOWN + POWER never worked even before it crashes )
I was not able to post here the rar folder of the driver and the manual issued by Kliver ... you can find these links on google drive:
drive.google.com/file/d/0B5_LYywCVsA1YlVQaXBSaHRFSm8/edit?usp=sharing
drive.google.com/file/d/0B5_LYywCVsA1Q3ZEckdGUTN3MEE/edit?usp=sharing
For the prog kingo is available for free on the site and the app is on the play store, version with some limitations but free !!
Have fun and let me know also trying to remove facebook and twitter !! ..
I could not find out what processor is installed, but is a one-core arm Cortex-A5 a 1.2 ghz...256mb of ram and only 124mb of ROM available to the user!!.....android 4.2
Idea
sorry for the insistence but enough for me just an idea on how to start it ..
excume for my english
I apologize for my incompetence in using this forum :crying::crying:
==== Wait for phone...
Phone found! [ 34 ]
Port Opened
Sync...
InitBoot Done [ 0x81 ] , Ver : SPRD3
Sync...
Sending FDL
[Info] : If SW freeze here more, than 15 seconds - remove cable
FDL Ready!
Boot Ver : SC7715 Loader NAND v1.1 Infinity
Sending FLASH FDL
FLASH FDL Ready!
Boot Ok!
FlashMode Set : Ok!
Detected NAND Flash , Structure detect Ok!
[FW_READER] : Step #1 Passed!
[FW_READER] : Step #2 Passed!
[FW_READER] : Initialize Ok , 0x13 , NAND : b256k
[FW_READER] : Step #3 Passed!
Model Name : c935w_pswplus_UUIhvga_fr
Model Brand : Spreadtrum
Model Device: c935w_psw
AndrVersion : 4.4.4
BaseBand CPU: C935W
Project Ver : 7715_4.4.4_c935w_psw_Voltage_fr_V03
Model Ext : c935w_psw
[Read Mode] : HSUSB : 0x3000
[FW_READER] : Reading Firmware Now ...
[Read Ok] : u-boot-spl-16k.bin
[Read Ok] : u-boot.bin
[Read Ok] : prodnv_b256k.img
[Read Ok] : nvitem_w.bin
[Read Ok] : nvitem_wcn.bin
[Read Ok] : sc7715_modem.bin
[Read Ok] : DSP_DM_Gx.bin
[Read Ok] : sc7715_modem_sc7715_cp2.bin
[Read Ok] : logo_320x480.bin
[Read Ok] : boot.img
[Read Ok] : system_b256k.img
[Read Ok] : cache_b256k.img
[Read Ok] : recovery.img
[Read Ok] : userdata_b256k.img
AndroidInfo created
Firmware Size : 318 MiB
Saved to : C:\Users\kalid\Desktop\C935W_[NAND_b256k]_c935w_psw_4.4.4_7715_4.4.4_c935w_psw_Voltage_fr_V03_c935w_psw\
Done!
Q:someone would be so kind as to tell me where I can find the stock rom to update from sd -card
A:just go to "Factory Data reset" -> reset phone ->erase
when android show "Erasing" you just set VOL DOWN
but now i can't find any rom to put on can you help me
TO chlakh11787 how software are you using for this ???

[Q] Change mac address

Hi guys
anyone can change mac of s5830I?
I try apps and busybox command but I cant.
can you help me
TNX
my English is bad
danial199 said:
Hi guys
anyone can change mac of s5830I?
I try apps and busybox command but I cant.
can you help me
Click to expand...
Click to collapse
The MAC address is hard-coded on your network interface controller (NIC) and cannot be changed permanently with simple command line from your terminal nor in software level approach. However we can assign a temporary solution for your MAC, which will be reverted back to it's original state after Reboot/Power off .
Requirements :
- Rooted phone
- Busy box app from play store installed
- Terminal emulator from play store :
Know normally your card's interface should be eth0 ( older devices ) or in case of newer phones ( wlan0)
after granting super user permission in terminal ( Su) , type >> netcfg
Code:
busybox iplink show eth0
you may change it to wlan0 , if you are on this interface
Code:
busybox ifconfig eth0 hw ether XX:XX:XX:XX:XX:XX
change the XX to your preference value ( i,e : 00:11:22:33:44:55)
Because of kernel design and absence of monitoring mode support for mac spoofing , this method won't work on protected networks ( ONLY open networks )
and if the lines above don't work for you , try to disable and enable your eth0:
Wifi is ON
su >
Code:
busybox ifconfig eth0 down
busybox ifconfig eth0 hw ether (address)
busybox ifconfig eth0 up
ehsanotaku said:
The MAC address is hard-coded on your network interface controller (NIC) and cannot be changed permanently with simple command line from your terminal nor in software level approach. However we can assign a temporary solution for your MAC, which will be reverted back to it's original state after Reboot/Power off .
Requirements :
- Rooted phone
- Busy box app from play store installed
- Terminal emulator from play store :
Know normally your card's interface should be eth0 ( older devices ) or in case of newer phones ( wlan0)
after granting super user permission in terminal ( Su) , type >> netcfg
Code:
busybox iplink show eth0
you may change it to wlan0 , if you are on this interface
Code:
busybox ifconfig eth0 hw ether XX:XX:XX:XX:XX:XX
change the XX to your preference value ( i,e : 00:11:22:33:44:55)
Because of kernel design and absence of monitoring mode support for mac spoofing , this method won't work on protected networks ( ONLY open networks )
and if the lines above don't work for you , try to disable and enable your eth0:
Wifi is ON
su >
Code:
busybox ifconfig eth0 down
busybox ifconfig eth0 hw ether (address)
busybox ifconfig eth0 up
Click to expand...
Click to collapse
Tnx for answer
after change mac I cant connect to wifi
want a new password but pass is true
danial199 said:
Tnx for answer
after change mac I cant connect to wifi
want a new password but pass is true
Click to expand...
Click to collapse
You are trying to access protected network , which comes with encryption ( WEP/WPA/WPA2 etc etc ) ? What error you are getting from Android OS ? Are you absolutely certain your MAC address is white listed inside the router/modem settings on open network protocol settings of course ?
ehsanotaku said:
You are trying to access protected network , which comes with encryption ( WEP/WPA/WPA2 etc etc ) ? What error you are getting from Android OS ? Are you absolutely certain your MAC address is white listed inside the router/modem settings on open network protocol settings of course ?
Click to expand...
Click to collapse
wpa2
when i connect to network want a password but the password is true
There isnt any listed mac address inside the router
danial199 said:
wpa2
when i connect to network want a password but the password is true
There isnt any listed mac address inside the router
Click to expand...
Click to collapse
Already explained about protected networks and the reason behind it in the first post . You need to set it to 'Open network' ( means no wpa/wpa2/wep etc,,etc) inside the router/modem you are seeking an access.
Maybe not so
I have tried several apps and every possible command in terminal (as root) and although all can successfully change the MAC address, the device is always unable to connect to an access point thereafter. This is a known issue, but unresolved and too frequently denied. I half suspect their are some "political" purposes for withholding the resolution; many have inquired about this, yet only receive pedantic or useless replies. I wonder if there is any correlation to the wifi chipset, or if it's a built-in Android limitation. I know my chipset is very difficult to identify ('demesg | grep wlan0' yields nothing familiar) and that it also seems incapable of monitor mode.
I have scoured many forums for the solution to this and found only a suggestion to change certain files, all which appear to vary between devices, etc.
What I'd like at this point, is and explanation if not a solution. Anyway, I think the OP may have been misunderstood, ergo my 'two cents'.

[GUIDE][OREO] Returning to oreo despite high bl version ????????

Returning to oreo GUIDE
We are going to speak about Returning to oreo for Samsung J4 PLUS .
Requirements​
- Any archive decompress tool .
WINDOWS : Winrar & 7zip .
LINUX : U can use shell or any archive decompress tool .
ANDROID : Zarchiver .
- Custom recovery .
- LZ4 Tool .
WINDOWS : Here .
LINUX : Package name is liblz4-tool .
ANDROID : Use termux app , pkg update ; pkg install lz4 .
- Oreo stock rom .
Code:
U CAN'T FIND IT FREE ON MOST SITES OR IT WAS DELETED FROM OTHER SITES .
BUT I FOUND THIS SITE PROVIDES STOCK ROM FOR FREE AND WITHOUT SIGN IN , BUT DOWNLOADING SPEED IS SLOW :
[URL="https://samfrew.com/"][COLOR="Red"]SITE LINK[/COLOR][/URL] .
- Patience .
Lets start steps​
A - Preparing . . .
Download oreo stock rom .
Unzip stock rom zip .
Rename AP ( tar.md5 to tar ) .
Decompress AP ( system - boot - vendor) & CSC ( odm only ) tar files in a dir (eg work) . ( WINDOWS : 7ZIP )
Decompress lz4.zip in previous dir ( WINDOWS ONLY)
Open cmd ( WINDOWS ) or console ( LINUX ) or termux ( ANDROID , but if u face issue try to move files to termux home dir using com.android.documentsui app , it is in any android system ) in previous dir .
Open as root or administrator write this :
Code:
- lz4 -d system.img.ext4.lz4 --no-sparse . ( [COLOR="red"]WINDOWS : lz4.exe [/COLOR])
Then delete system lz4 compressed file .
- lz4 -d -m *.lz4
Then delete all lz4 compressed file .
Rename all img.ext4 to img .
Copy all ( system - vendor - boot - odm ) img to your phone .
B - Installing . . .
- Reboot recovery
- Wipe data , system , vendor .
- From custom recovery teriminal or adb shell , go to img saved location ( using cd command ) :
Code:
- simg2img odm.img odm.raw
- dd if=odm.raw of=/dev/block/bootdevice/by-name/odm
- Install system .
Notice : With twrp , Better to reboot recovery .
- Install boot , vendor .
- Install custom kernel . (if u want)
- Install security disable stuff :
J6+ J4+ disable encryption : here .
Disable all pie security : here .
- Install magisk .
C - Waiting until it boot . . .​
- Done phone booted . :good:
Thanks​
• @ashyx for Twrp & J6+ J4+ disable encryption .
• @SebaUbuntu for custom recoveries .
• me for writing this thread .
• @topjohnwu for magisk .
​
Indonesia region try this mirror https://drive.google.com/file/d/1lGxg2R5HJiBRWvNy1uMBKd-RJ56u49Gt/view
Credit nanda.id
Can I lock the bootloader after this?
btw thanks so much for this guide, I've always wanted to downgrade...
this phone has been flashed with unauthorized software, meh.​
If you're running Pie, stay there and be happy.
blackhawk said:
If you're running Pie, stay there and be happy.
Click to expand...
Click to collapse
my touchscreen didn't work after updating to the latest one
How to fix this phone has been flashed with unauthorized software​
i have not working face and fingerprint unlock..
nick D1256 said:
i have not working face and fingerprint unlock..
Click to expand...
Click to collapse
i cant register it
zawarud0 said:
this phone has been flashed with unauthorized software, meh.​
Click to expand...
Click to collapse
Install medusa Kernel
Hello. I have J6+ and followed all the steps carefully but I have the problem of
"your device has been flashed with unauthorized firmware and is locked"
what can I do? I really want an Android 8 or 8.1 custom ROM

Categories

Resources