{A} solving the problem of Wireless gt-5512 galaxy y pro duos - Galaxy Y GT-S5360 and Duos 6102 Q&A, Help & Troubl

hello everyone, I'm new to the forum as I can not post in the area of ​​development so I decided to post here ... when I started the rom arbayong of guy saw that the wi-fi did not work, there started looking on the internet and found the error and remediation for him ... follow the tutorial below ...
One. Enter the settings menu of Android
2nd. Settings Wireless and network
3rd. WiFi Settings
4th. Connect the antenna desired (or publishing house)
5th. Will show the famous message (Getting IP address) only if it's because they do not think well ever ...
6th. Now click on the Menu android (which is one of the triangle on the top bar)
7th. Click the "Advanced"
Eight. Select Fixed IP
9th. Now enter IP, Gateway, and DNS Maskara.
10. Go back and try to navigate if the addresses are correct your internet browsing will normally
Tip you can test the addresses below:
configuration 1
IP 192.168.1.150
Gateway 192.168.1.1
mask 255.255.255.0
DNS1 8.8.4.4
8.8.8.8 DNS2
configuration 2
IP 192.168.0.150
Gateway 192.168.0.1
mask 255.255.255.0
DNS 8.8.4.4
configuration 3
IP 192.168.2.150
Gateway 192.168.2.1
mask 255.255.255.0
DNS 8.8.4.4
{
"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 got here and I'm with the upgrade 1.1 and wi-fi is working 100%
I have helped ..
hug

Good work bro.. I will let them know about your thread in dev thread.. nice find..
Sent from the MUST have app!

Thanks for confirming this work around works.
I could not test this procedure 2 days ago myself as I had no wifi. Can you change "fixed ip" ip to "static ip" and (DNS maskara" to "dns mask"? The are more correct terms
Sent from my GT-B5512 using Tapatalk 2

Its this working?
Sent from my GT-S5360 using xda premium

salvaje0886 said:
Its this working?
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
Why not try as it will never harm your phone?
Sent from my GT-B5512 using Tapatalk 2

arbayong said:
Thanks for confirming this work around works.
I could not test this procedure 2 days ago myself as I had no wifi. Can you change "fixed ip" ip to "static ip" and (DNS maskara" to "dns mask"? The are more correct terms
Sent from my GT-B5512 using Tapatalk 2
Click to expand...
Click to collapse
sorry, is that I have a few posts then I'm secure in what I can do, I can not even edit my topic ... but do what patience ... sorry for the english, I'm from Brazil ...

I can confirm that this solution with static address does work but it make no sense for people who uses many Wi-Fi networks.
I've made some research after googling around and the reason being is permission problem. I'm not Linux guru and ask people and ROM makers to please correct me.
The error is the following
Code:
Error dhcpcd 1082 /system/etc/dhcpcd/dhcpcd-run-hooks: Permission denied
I've set permissions to this file to allow execute and write. I know it's a bit to much and additional test needs to be done to find out what exact permissions should be set. But it worked for me!! I was able to connect to wi-fi network at work. Will test it again at home.
Hope it helps someone.

myafik said:
I can confirm that this solution with static address does work but it make no sense for people who uses many Wi-Fi networks.
I've made some research after googling around and the reason being is permission problem. I'm not Linux guru and ask people and ROM makers to please correct me.
The error is the following
Code:
Error dhcpcd 1082 /system/etc/dhcpcd/dhcpcd-run-hooks: Permission denied
I've set permissions to this file to allow execute and write. I know it's a bit to much and additional test needs to be done to find out what exact permissions should be set. But it worked for me!! I was able to connect to wi-fi network at work. Will test it again at home.
Hope it helps someone.
Click to expand...
Click to collapse
permissions for that file are r-xr-x--- in mine which is working fine in my rom.. which is 550 if you want to add it in updater-script

myafik said:
I can confirm that this solution with static address does work but it make no sense for people who uses many Wi-Fi networks.
I've made some research after googling around and the reason being is permission problem. I'm not Linux guru and ask people and ROM makers to please correct me.
The error is the following
Code:
Error dhcpcd 1082 /system/etc/dhcpcd/dhcpcd-run-hooks: Permission denied
I've set permissions to this file to allow execute and write. I know it's a bit to much and additional test needs to be done to find out what exact permissions should be set. But it worked for me!! I was able to connect to wi-fi network at work. Will test it again at home.
Hope it helps someone.
Click to expand...
Click to collapse
Thanks man. U saved the day. Will test it and make a fix in an hour or two. Unpardonable that I did not notice it was perm issue.
Sent from my GT-B5512 using Tapatalk 2

I confirm that this method fixes problem. Since this thread arose from use of hatyon rom 1.1, I will assume you are using it. Here is how to go about it:
Method 1
Code:
1. Open terminal
2. Type 'su' without quotes and hit enter
3. Type 'chmod 755 /system/etc/dhcpcd/dhcp-run-hooks' without the quotes and hit enter on keyboard
4. Type 'exit' + enter key
5. Repeat step 4 to exit terminal
6. If wifi is on, turn it off and on again
7. It should work. Remember to type command as you see it here
8. Report here or hatonrom thread if works or not
Method 2
Code:
1. Open root file explorer/browser
2. Browse to /system/etc/dhcpcd
3. Long press on the file 'dhcpcd-run-hooks'
4. Scroll down to and select permissions.
5. Give owner 'rwx' permissions and also give group and others 'r-x' and exit app. See attached screenies.
6. Same as 6 in method 1
SCREENIES
see attached screenies in their correct order.
NB: in the screennies i gave all three users 'rwx' permissions. i recommend you untick the 'w' permission for 'group' and 'other'
Sent from my GT-B5512 using Tapatalk 2

arbayong said:
I confirm that this method fixes problem. Since this thread arose from use of hatyon rom 1.1, I will assume you are using it. Here is how to go about it:
Method 1
Code:
1. Open terminal
2. Type 'su' without quotes and hit enter
3. Type 'chmod 755 /system/etc/dhcpcd/dhcp-run-hooks' without the quotes and hit enter on keyboard
4. Type 'exit' + enter key
5. Repeat step 4 to exit terminal
6. If wifi is on, turn it off and on again
7. It should work. Remember to type command as you see it here
8. Report here or hatonrom thread if works or not
Method 2
Code:
1. Open root file explorer/browser
2. Browse to /system/etc/dhcpcd
3. Long press on the file 'dhcpcd-run-hooks'
4. Scroll down to and select permissions.
5. Give owner 'rwx' permissions and also give group and others 'r-x' and exit app. See attached screenies.
6. Same as 6 in method 1
SCREENIES
see attached screenies in their correct order.
NB: in the screennies i gave all three users 'rwx' permissions. i recommend you untick the 'w' permission for 'group' and 'other'
Sent from my GT-B5512 using Tapatalk 2
Click to expand...
Click to collapse
Well done Mate.
The first one does work.
+1 from me for the fix
Well, for the convenience of other users, can you release a zip update for it?
anyways, its your call.

In mu phone change permission is not suceesful.
Sent from my GT-B5512 using Tapatalk 2

Darshan Modi said:
In mu phone change permission is not suceesful.
Sent from my GT-B5512 using Tapatalk 2
Click to expand...
Click to collapse
what do you mean? you can't change permission or you mean after changing permissions, wifi still did not work?
i hope you are not on stock unrooted rom.
@Modi, if after successfully changing permissions wifi is not fixed, then give us logcat. look at Nitubhaskar's signature for his latest thread as it has instructions on how to take logcat.
@Smartxtreme. will try making update.zip tomorrow. i though it was much easier to just change the permissions manually instead of going into cwm recovery, flashing and rebooting.

op should mark the thread as solved.

arbayong said:
op sure mark the thread as solved.
Click to expand...
Click to collapse
it wasnt a question thread to begin with.. so solved is inappropriate... [solution] would be more proper i feel

nitubhaskar said:
it wasnt a question thread to begin with.. so solved is inappropriate... [solution] would be more proper i feel
Click to expand...
Click to collapse
i get your point Nitu. op should use correct tag as you suggested. seems you are addicted to the forum and can't even stay away for a day to concentrate on your exam. did i say good luck in your exams?

arbayong said:
i get your point Nitu. op should use correct tag as you suggested. seems you are addicted to the forum and can't even stay away for a day to concentrate on your exam. did i say good luck in your exams?
Click to expand...
Click to collapse
Ya you did.. thanks..
Yup.. checking xda every half an hour is bad habit...
Or you could say addiction.. I don't want to though
**Nothing is True... Everything is Permitted**
Muffins.. muffins everywhere!

help on wifi fix for Samsung Galaxy Y pro duos b5512
i tried using the methods that were posted here http://forum.xda-developers.com/showpost.php?p=34105560&postcount=10
the first method didnt work because the terminal force closes.
i did the second method and ticked the right boxes that were indicated and pressed apply. i turned wifi on and off and on but it still cant connect.
when i checked the permissions for dhcpcd-run-hooks it went back to its original like this
are there more methods? or can you send me a working terminal so i can try method 1
im using hatyonrom 1.1 and my phone is rooted

arbayong said:
I confirm that this method fixes problem. Since this thread arose from use of hatyon rom 1.1, I will assume you are using it. Here is how to go about it:
Method 1
Code:
1. Open terminal
2. Type 'su' without quotes and hit enter
3. Type 'chmod 755 /system/etc/dhcpcd/dhcp-run-hooks' without the quotes and hit enter on keyboard
4. Type 'exit' + enter key
5. Repeat step 4 to exit terminal
6. If wifi is on, turn it off and on again
7. It should work. Remember to type command as you see it here
8. Report here or hatonrom thread if works or not
Method 2
Code:
1. Open root file explorer/browser
2. Browse to /system/etc/dhcpcd
3. Long press on the file 'dhcpcd-run-hooks'
4. Scroll down to and select permissions.
5. Give owner 'rwx' permissions and also give group and others 'r-x' and exit app. See attached screenies.
6. Same as 6 in method 1
SCREENIES
see attached screenies in their correct order.
NB: in the screennies i gave all three users 'rwx' permissions. i recommend you untick the 'w' permission for 'group' and 'other'
Sent from my GT-B5512 using Tapatalk 2
Click to expand...
Click to collapse
hello arbayong
i have a little problem,i did all steps for the rom exactly as you say but when i reached the point to fix the wi-fi for 1.1 my phone didn't have root permission and1) the terminal app crashes 2)the file explorer doesn't contain any /system.is there any way to fix it?or is it possible to go back to hayton 1 version?
thanks for your understanding

wankel13 said:
hello arbayong
i have a little problem,i did all steps for the rom exactly as you say but when i reached the point to fix the wi-fi for 1.1 my phone didn't have root permission and1) the terminal app crashes 2)the file explorer doesn't contain any /system.is there any way to fix it?or is it possible to go back to hayton 1 version?
thanks for your understanding
Click to expand...
Click to collapse
you did not follow my instructions well so go back and read at least the first three posts in Hatyon rom thread and you should get your problem solved as i have explained how to get root access via file explorer there (seee the additional instructions part). the rom is rooted. you just have to tell superuser.apk which apps should be given root previledge. on the issue of terminal app, you can install your own from android market.
when you encounter a problem, the first thing you should do is to ask yourself if you have followed all tips well.

Related

[How To] Free OpenVPN Connection on Xperia X10

So this is my 2nd Thread ... I know a lot of people use their Xperia X10 to surf through the WEB and i'm sure that like me a lot of you also have problems due some sites being blocked or unable to perform certain downloads. My problem is the Second; I can't download from almost any host (Megaupload, Hotfile, Rapidshare...) because my career has set up the same IP address to all Mobile Phones...
To avoid this issue i was using EvoVPN and it was good until 2 weeks ago when the service was shut down. Anyways i've read a lot and probably This has been post before but i found a way to have FreeVPN services working in our beloved X10s....
What do you need?
1. Have SuperUser Access (ROOT).
2. Install Busybox from within the Android Market (Version 1.17).[Mandatory]
UPDATE!!!
[*] Added Tun.ko Working for Android 2.3.3 Update.. Thanks to gergnz
HERE!!
3. Download and unzip this file in the root of your SDCARD
3.1Dropbox
3.2Mirror Mediafire
4. Install OpenVPN Settings from within the Android Market.
5. Install Android Terminal Emulator from within the Android Market.
Procedure:
1. Open Android Terminal Emulator and issue the following Commands:
Code:
mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
busybox insmod /sdcard/openvpn/tun.ko
busybox cp /sdcard/openvpn/openvpn /system/xbin/openvpn
busybox cp /sdcard/openvpn/openvpn /system/xbin/tun.ko
chmod 700 /system/xbin/openvpn
mkdir /system/xbin/bb
busybox ln -s /system/bin/busybox /system/xbin/bb/ifconfig
busybox ln -s /system/bin/busybox /system/xbin/bb/route
busybox mount -o remount,rw /dev/block/mtdblock2 /system
busybox cp /sdcard/openvpn/chargemon /system/bin/chargemon
busybox cp /sdcard/openvpn/busybox /system/bin/busybox
reboot
* Note the last two lines are useful only if you have Xrecovery Installed because it needs this busybox version to work, you can skip it if you don't use Xrecovery....
2. Open VPN Settings and press Menu-->Advanced
3. Check the "Load tun Kernel module" checkbox
4. In TUN module settings select: insmod ; and the path to run module should be: /sdcard/openvpn/tun.ko
5. Path Configurations should be: /sdcard/openvpn
6. Path to openvpn binary should be: /system/xbin/openvpn
7. Back
8. Click on OpenVPN
9. Select freeopenvpn.ovpn
10. This should automatically assign you an IPAddress and you'll be set to use freevpn services.
NOTES!! Please READ BEFORE POSTING/Asking
Thanks to alx5962 for compiling the TUN.KO module!!!
1. Whenever you connect to freeopenvpn.ovpn the web browser will redirect you to http://www.freeopenvpn.com in order to activate the service, you just need to click on the linck and you'll be set.
2. If you don't click on that you won't be able to transfer any data either over WIFI or 3G
3. It's not always but if you can't load the http://www.freeopenvpn.com webpage after clickin on it,please wait while the phone is trying to comunicate with the server, it can take up to 5 Minutes :S but it will eventually load
4. After the webpage loads you'll be redirected to their site but you can start browsing using the assigned IP Address.
5. EVERY time you close the VPN connection and you login again the phone/server will request the process stated above.
6. If you find this useful you can always use the Thanks button and buy me a beer.... HERE
BEFORE:
{
"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"
}
AFTER:
Downloading
All good, but...
It's not always but if you can't load the http://www.freeopenvpn.com webpage after clickin on it,please wait while the phone is trying to comunicate with the server, it can take up to 5 Minutes :S but it will eventually load
Click to expand...
Click to collapse
I'm still waiting about 15 min
busybox mount -o remount,rw /dev/block/mtdblock2 /system
busybox cp /sdcard/openvpn/chargemon /system/bin/chargemon
busybox cp /sdcard/openvpn/busybox /system/bin/busybox
Click to expand...
Click to collapse
NO NEED FOR THESE, EVEN IF YOU GOT xRecovery.
All works good, thnx
hi , which app do u use for browse , thx
@Windgosht is everything working fine? I know is kind of heavy but it's a solution though...
@nini8888 in the screenshots I'm using Miren Browser...
Jim
Sent from my X10a
Yep, works great, but as I said in my post above, no need for those three lines :
busybox mount -o remount,rw /dev/block/mtdblock2 /system
busybox cp /sdcard/openvpn/chargemon /system/bin/chargemon
busybox cp /sdcard/openvpn/busybox /system/bin/busybox
Click to expand...
Click to collapse
xRecovery stopped work (Android 2.1 : 2.0.2.A.0.24 - zdzihu ROM). About the SE ROM, I don't know.
5. EVERY time you close the VPN connection and you login again the phone/server will request the process stated above.
Does it mean:
1. Whenever you connect to freeopenvpn.ovpn the web browser will redirect you to http://www.freeopenvpn.com in order to activate the service, you just need to click on the linck and you'll be set.
2. If you don't click on that you won't be able to transfer any data either over WIFI or 3G
3. It's not always but if you can't load the http://www.freeopenvpn.com webpage after clickin on it,please wait while the phone is trying to comunicate with the server, it can take up to 5 Minutes :S but it will eventually load
4. After the webpage loads you'll be redirected to their site but you can start browsing using the assigned IP Address.
Or the procedure above, where we need to type in all the command?
I get error when issuing the first line of command. Permission denied
gohwh1 said:
5. EVERY time you close the VPN connection and you login again the phone/server will request the process stated above.
Does it mean:
1. Whenever you connect to freeopenvpn.ovpn the web browser will redirect you to http://www.freeopenvpn.com in order to activate the service, you just need to click on the linck and you'll be set.
2. If you don't click on that you won't be able to transfer any data either over WIFI or 3G
3. It's not always but if you can't load the http://www.freeopenvpn.com webpage after clickin on it,please wait while the phone is trying to comunicate with the server, it can take up to 5 Minutes :S but it will eventually load
4. After the webpage loads you'll be redirected to their site but you can start browsing using the assigned IP Address.
Or the procedure above, where we need to type in all the command?
I get error when issuing the first line of command. Permission denied
Click to expand...
Click to collapse
type first su in command line
my phone is rooted and everything is done !
but I got Permission denied with the first line , even with su
what to do ?!!
It's working ,, I used the adb on windows ti issue the lines
Any one get GTalk, Market, Gmail FC???
WindGhost said:
Any one get GTalk, Market, Gmail FC???
Click to expand...
Click to collapse
Not me kind sir... See attached...
Sent from my X10a
Is it possible to select the country of origin where the server resides? ie always use the United States?
Could this be a workaround to use Google Voice?
rvictorg said:
Is it possible to select the country of origin where the server resides? ie always use the United States?
Could this be a workaround to use Google Voice?
Click to expand...
Click to collapse
You can change it only if you open an account on www.openvpn.net probably you can select other countries/locations.
As per GVoice i don´t think this could help since GVoice is bases specially on your Gmail Account so if your Gmail Account is not registered within the US this won´t work.
It work using my home wifi. But when I used my school wifi, it doesnt work. After pressing the active server, it load for a while then after that they show page could not be displayed.
My school is blocking other server application such as MSN Talk, Go facebook Chat, Pocket legend etc.
can this give me free internet service?
Works great, I did full wipe, no Google Apps FC now
thnx
cusmar09 said:
can this give me free internet service?
Click to expand...
Click to collapse
No. This will only assign you a different ip address ...
Sent from my X10a
Will this work on xperia x8? thanks!
Is there anyway to by-pass proxy server? our workplace have a proxy server which you need to set before getting through to any webpage.
the X10 (Adroid 2.1) does't support proxy.
pleaseeeeeeeeeeeeeee
hey
am doing exactly what u said in terminal part,but its not working
i mean yeah ,when am trying to open a new windows,its said i should go to www.freeopenvpn.com to get access,and then it said done
i only can open google after that,not any other site, ((((((
am so saaaaaaaaaaaaaad ,after all of that work
evanbigfan said:
hey
am doing exactly what u said in terminal part,but its not working
i mean yeah ,when am trying to open a new windows,its said i should go to www.freeopenvpn.com to get access,and then it said done
i only can open google after that,not any other site, ((((((
am so saaaaaaaaaaaaaad ,after all of that work
Click to expand...
Click to collapse
Honestly that's weird i haven't had any system issue myself running this VPN service...

GingerZaraki Bugs List & Solutions

OK LET ME GET THIS STRAIGHT FOR YA!
You were probably thinking how this thread is much similar to my GDX Bugs List & Solutions thread. Trust me... for these ROMs, I would compare them to the following ways:
GingerDX - Feature Complete
GingerZaraki - Lightspeed!!
See this thread passed on by original creator Lloir, then to SpyderX, and now to me. Basically this thread is showing all the bugs that appeared in GingerZaraki. So dont ever go off topic in here. I am being serious here.
I want to say thank you to my great buddy RohinZaraki for this amazing ROM!! You ROCKKKKKKKKKK!
................................................
WHY MUST YOU USE THIS ROM??
................................................
- Very speedy ROM that will make your jaws drop!
- Frequent updates!
- Almost all of the bugs in this ROM are just minor bugs.
- Perfect for people looking for good battery life so they could msg their girlfriends (or boyfriends) more...
- So, are you interested? I bet you are... try out now!!
OFFICIAL THREAD
- Also, we are helping people in the IRC channel, [email protected], so we could do with some more helpers
................................................
MY GOAL!!
................................................
This is the exact same thing I wrote in another threas because I really really want to emphasize it. So dont complain.
Before you continue into the next part, please READ HERE!
Of course, my goal is to provide help to people who are having problems with bugs and installation. If you reading this now, please sticky this to your brain cells:
- Ask your questions here, rather than spamming the GingerZaraki thread!! I understand that Rohin gets very annoyed for reading stupid posts...
................................................
BUGS LIST & SOLUTIONS...
...............................................
(X) means confirmed.
(?) means not confirmed.
................................................
:: v10 FINAL Bugs ::
................................................
WiFi:
Believe me, when I say that WiFi issues are present on all ROMs. Let's face it, I've personally never encountered a ROM with WiFi as stable as that of stock 2.1, but let's deal with it. Remember: Custom ROMs are NOT perfect so don't be picky.
WiFi stays on: "Connecting...", but nothing is happening. (X)
Solution: Erase all saved networks, then connect again.
WiFi turns off when I lock screen. (X)
Solution: Not actually a bug, just go into WiFi settings --> Advanced --> Set sleep policy to never.
WiFi connects but doesn't allow data transfer. (X)
Solution: As there are many possible causes to this problem, try the following:
1. Make sure that your firewall/iptables settings are not blocking the WiFi.
2. Ensure that your router is functional and correctly routing internet traffic.
3. Enter the browser and load a few pages. If there is a login screen, LOGIN as that's the problem.
4. Disconnect and reconnect again.
5. Reconfigure your router (factory reset your router) -- ESPECIALLY MAKE SURE THAT MAC FILTERING ISN'T BLOCKING YOUR PHONE.
6. Try different types of encryption.
7. Complete reinstall of GZR.
WiFi tethering -- whole host of potential problems. (X)
Solution: Use a 3rd party app from the Play Store to tether instead.
WiFi shows "Error". (X)
Solution: This has many possible causes. Check the below:
1. Make sure you flashed Alfs FOR CM7, not the GDX version.
2. Make sure you did flash the Alfs addon.
3. Make sure you full-wiped.
3. Reflash kernel and GZR.
................................................
Kernel Issues:
Now 2 kernels are GZR-supported-- Alfs-CM7 kernel v8a/ v9a & nAa 14 (Though Alfs v8a is recommended because of kernel bugs). Each version has its pros and cons. So see below..
Auto brightness on AlfsV09a with Cypress digitizer is not working even after using the autobrightness fix both dt and no_dt. (X)
Solution: Do the same thing as above again, but this time, using Alfsv8.
Occasionally the screen has a problem in which it is shifted to the right. (X)
Solution: Don't overclock or don't OC to 691MHz. Then reboot.
Screen-cut (Alfsv9a) {Hitachi screens only} What happens is that the screen looks glitched up/distorted. (X)
Solution: Lock and unlock your phone OR revert back to Alfsv8a.
Reboot when plugging in phone to the computer in USB debugging mode and related stuff. (X)
Solution: Flash Alfsv9a OR revert back to Alfsv8a.
In call proximity sensors are not working on Alfs v9a. (X)
Solution: Flash the LibSensors patch from Alfs kernel thread.
Brightness setting is not working on Alfs v9a. (X)
Solution: Switch to Alfs V08a.
................................................
Others:
Screenshot will force close after a few times doing it, or sometimes directly. (X)
Solution: Try enabling Share Screenshots setting in Settings > Cyanogenmod Settings > Interface.
................................................
Notice:
1. Please don't blame me for not listing any bugs here. Please report and confirm bugs here. Bear it in mind, you are not helping me, you are helping everyone that have a X8/W8 and using GingerZaraki! Please read second post (courtesy to SpyderX) before posting.
2. No spam please! This thread is only for reference, I'm not asking Rohin to fix anything at all.
3. GingerZaraki... the lightest ROM I ever experienced... Please subscribe for future updates.
4. Hit the THANKS button to support me!!
................................................
Oh and for dummies:
Use the app aLogcat from Market to get your LOGCAT.
To get the logcat in a text file called logcat.txt on your sdcard, type this commands in terminal emulator
Code:
su
cat /dev/log/system > /sdcard/logcat.txt
And for a dmesg, here is the code to enter in terminal emulator:
Code:
su
cat /proc/kmsg > /sdcard/dmesg.txt
Any questions about GingerZaraki, attach and post both the logcat and the dmesg here along with a detailed description of your problem and any tweaks you have added etc. Refer to first post.
well im so sorry for making a typo
Thanks for this will link it to the OP
Proximity Sensor & A2SD Settings
Updated to version 4 of this great rom with Alfs v8a.(i did a clean install; full wiped before installing new version) I had following problems:
1) Proximity sensor was not working. I had to flash Libsensors available with alfs kernell.
2) Could not fond a2sd settings in location where they were is previous versions:
i.e. Cyanogenmod sett..>Performance> A2sd settings
the apps not going to sd-ext partition. In previous version of the rom, all apps moved automatically to sd-ext and my internal phone memory remained unchanged.
Please let me know your opinion regarding this.
faysalmuneer said:
Updated to version 4 of this great rom with Alfs v8a.(i did a clean install; full wiped before installing new version) I had following problems:
1) Proximity sensor was not working. I had to flash Libsensors available with alfs kernell.
2) Could not fond a2sd settings in location where they were is previous versions:
i.e. Cyanogenmod sett..>Performance> A2sd settings
the apps not going to sd-ext partition. In previous version of the rom, all apps moved automatically to sd-ext and my internal phone memory remained unchanged.
Please let me know your opinion regarding this.
Click to expand...
Click to collapse
Rohin maight have forgotten to add in some code that he normally does. It appears that the a2sd script is not in your current ROM.
Check if there is a file called a2sd in /system/xbin/ or /system/bin
I have checked and found "a2sd" file in system/bin. File not found in system/xbin
faysalmuneer said:
I have checked and found "a2sd" file in system/bin. File not found in system/xbin
Click to expand...
Click to collapse
Go into terminal emulator and type:
Code:
su
a2sd install
y/n (your choice here)
y
This will restore a2sd on your phone (I hope ).
SpyderX said:
Go into terminal emulator and type:
Code:
su
a2sd install
y/n (your choice here)
y
This will restore a2sd on your phone (I hope ).
Click to expand...
Click to collapse
Ok I did this and then a reboot. More internal memory now available BUT the apps in internal memory are no longer available like Google play store is not available now. The apps that i previously moved to SD card manually are available. How to restore play store?
faysalmuneer said:
Ok I did this and then a reboot. More internal memory now available BUT the apps in internal memory are no longer available like Google play store is not available now. The apps that i previously moved to SD card manually are available. How to restore play store?
Click to expand...
Click to collapse
Flash gapps for gingerbread, search on Google for it. This is strange as play store is meant to be in /system/app, not internal storage (/data/app)
Edit:
This is the link I think: http://goo.im/gapps/gapps-gb-20110828-signed.zip
Sent from my E15i using Tapatalk 2
2) Could not fond a2sd settings in location where they were is previous versions:
i.e. Cyanogenmod sett..>Performance> A2sd settings
Click to expand...
Click to collapse
I think i know what went wrong, its the wrongly compiled CMParts.apk
Sent from my E15i using Tapatalk
Fixed
{
"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 E15i using Tapatalk
RohinZaraki said:
Fixed
Sent from my E15i using Tapatalk
Click to expand...
Click to collapse
How can I fix this the same way you did? Should I replace CMParts? Thanks in advance
Hmm... why not rename this thread to GingerZaraki Bugs List & Solutions?
Sent To Your Eyes Using My Amazing W8
Wi-fi problem
Hi I am facing problem with my wifi it does get connected but it doesn't work I mean I am not able to surf the net or anything my x8 connects to the router but not the internet
chitrang said:
Hi I am facing problem with my wifi it does get connected but it doesn't work I mean I am not able to surf the net or anything my x8 connects to the router but not the internet
Click to expand...
Click to collapse
Have you reconfigured your router such that it can connect to the internet? Check your router user manual for instructions.
Sent from my E15i using Tapatalk 2
I have done that many times but no success my other computers and mobiles are getting connected only my x8 is not
Click to expand...
Click to collapse
Sent from my E15i using Tapatalk
Rohin\SpyderX would one of you like to take over this thread please? if so i'll ask for Iridaki to sort it
thanks
-Lloir
How to change Clock coloris status bar
Hi rohin,
I would like to know how to change the clock color in status bar?
I think "Cm settings -> interface -> status bar tweaks -> clock color" option is missing
Thanks in advance.
V05 will fix it
Sent from my E15i using Tapatalk

[TUT]How to install Nokia , Samsung ,HTC app on any Device

Hi , I foun an easy and simple way to Browse and download from market as a third-party device.
I just translate and arrange this
Source:http://www.windowsmania.pl/poradnik...rketu-jako-urzadzenie-innego-producenta-5114/
In response to the two other guides I decided to improve them and make them an easy and quick way to installation of any application from the collection of another manufacturer. I'm not here for the fun of change application ID and connect via USB. The guide (if no one is angry) I used some screenshots of the other instructions on this board go:
TOOLS:
Download and install Fiddler:
Code:
Code:
http://fiddler2.com
And Folow:
1-Go to Tools -> Fiddler options -> Connections and select as 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"
}
2-Close and Run the program again.
3-Press start+r then enter: Ipconfig
to know what is your IP
4-Enter the WiFi settings on your phone and click on the active WiFi connection (same on you pc , not 3G)
Edit it and type in the IP read the above paragraph and the port number 8888
Then Save Settings
5-Open the store from you mobile.
6-From PC ,on Fiddler'a with the active window Press Ctrl + R ,(it will open the notebook), press Ctrl + F and paste:
Code:
OnBeforeRequest (oSession: Session) {
The location shown in the screenshot paste the contents of the subsidiary as of the manufacturer to browse Market
Code:
if (oSession.uriContains ("Nokia"))
{
oSession.url = oSession.url.Replace ("Nokia", "Samsung");
}
Save changes to the file and close Notepad.
>>First is your phone manufacture and second is manufacture you want to use it's app.
7-Open store and search for the app you want , and once you opened the instal page , leave it and go to wifi setting page and remove the proxy configration , then go to app instal page and click install and have fun.
This is actually same solution as Nokia Portal and Proxy from Reker,
still thanks for the tut's, at least now people who don't have chance to grab nokia portal app & don't want to use proxy from reker can do this by themself...
otonieru said:
This is actually same solution as Nokia Portal and Proxy from Reker,
still thanks for the tut's, at least now people who don't have chance to grab nokia portal app & don't want to use proxy from reker can do this by themself...
Click to expand...
Click to collapse
I search for this after Nokia Portal not work for me
But : after I do this and use some app from nokia and samsung , My battery is drain fast , I do not know why .
Edit: I think here drive+ cause battery drain
better translation and original source (tut by me).
source: http://forums.wpcentral.com/windows-phone-8/236596-download-market-other-manufacturer.html
pawlakpl said:
better translation and original source (tut by me).
source: http://forums.wpcentral.com/windows-phone-8/236596-download-market-other-manufacturer.html
Click to expand...
Click to collapse
your (tut) is missing the last step
you must turn off proxy sitting from wifi page before app download or it will give error
and I mention the link for source clearly before write any thing
any way thanks' for ur efforts
zinzar said:
The location shown in the screenshot paste the contents of the subsidiary as of the manufacturer to browse Market
Code:
if (oSession.uriContains ("Nokia"))
{
oSession.url = oSession.url.Replace ("Nokia", "Samsung");
}
Save changes to the file and close Notepad.
>>First is your phone manufacture and second is manufacture you want to use it's app.
7-Open store and search for the app you want , and once you opened the instal page , leave it and go to wifi setting page and remove the proxy configration , then go to app instal page and click install and have fun.
Click to expand...
Click to collapse
I couldn't get it to work until I made Nokia and Samsung all caps.
Bjd223 said:
I couldn't get it to work until I made Nokia and Samsung all caps.
Click to expand...
Click to collapse
Yes, it must be written uppercase like "NOKIA","SAMSUNG" etc.
when i start fiddler i dont have internet acces either on my pc ( win 8.1) or my phone (ativ s) someone can help? please
miki89 said:
when i start fiddler i dont have internet acces either on my pc ( win 8.1) or my phone (ativ s) someone can help? please
Click to expand...
Click to collapse
do you have the "enableloopback" utility installed and checked the boxes stated in the op?
Sent from my GT-I8750 using Tapatalk
matgras said:
do you have the "enableloopback" utility installed and checked the boxes stated in the op?
Sent from my GT-I8750 using Tapatalk
Click to expand...
Click to collapse
yes and i m still in trouble.. :/
if you need Nokia Here Drive+ try this proxy 103.13.29.118 (no need fiddler) but you must use SysApp Pusher on phone to open app in Store
dxdy said:
if you need Nokia Here Drive+ try this proxy 103.13.29.118 (no need fiddler) but you must use SysApp Pusher on phone to open app in Store
Click to expand...
Click to collapse
i need nokia camera.. smart camera and others nokia apps for cam.. i already tried sysapp pusher but i cant reach these apps..
miki89 said:
yes and i m still in trouble.. :/
Click to expand...
Click to collapse
have you checked the the "confirm" box on your phone after applying the proxy?
matgras said:
have you checked the the "confirm" box on your phone after applying the proxy?
Click to expand...
Click to collapse
which confirm button?
miki89 said:
which confirm button?
Click to expand...
Click to collapse
After starting fiddler you need to open a command prompt as admin on your pc, type "ipconfig" and lookup the ipv4 local adress.
Now install "sysapp pusher" from the market.
Open wifi settings, enable proxy and fill in the ipv4 adress you've looked up before + the port you set fiddler to (change it in fiddler settings to something like 1309)
Now click on your phone the "confirm" button in order to save the proxy.
in the attachments i have a pic with everything explained.
Open sysapp pusher and try to install some apps. Not all of them work but a lot of them do.
On case you're using a lumia 520 for example; Nokia camera beta *will* work, the normal one doesn't.
Sent from my GT-I8750 using Tapatalk
For lumia 520 app Camera beta work without proxy. I know because installed to 520 without problem.
Sent from my Lumia 920 using Tapatalk
matgras said:
After starting fiddler you need to open a command prompt as admin on your pc, type "ipconfig" and lookup the ipv4 local adress.
Now install "sysapp pusher" from the market.
Open wifi settings, enable proxy and fill in the ipv4 adress you've looked up before + the port you set fiddler to (change it in fiddler settings to something like 1309)
Now click on your phone the "confirm" button in order to save the proxy.
in the attachments i have a pic with everything explained.
Open sysapp pusher and try to install some apps. Not all of them work but a lot of them do.
On case you're using a lumia 520 for example; Nokia camera beta *will* work, the normal one doesn't.
Click to expand...
Click to collapse
I did all that and i have eanble loopback and i still dont have internet access when i enable fiddler either on phone or pc.. :/
miki89 said:
I did all that and i have eanble loopback and i still dont have internet access when i enable fiddler either on phone or pc.. :/
Click to expand...
Click to collapse
you needed nokia camera right?
i'll send you the xap
check your pm
miki89 said:
when i start fiddler i dont have internet acces either on my pc ( win 8.1) or my phone (ativ s) someone can help? please
Click to expand...
Click to collapse
before fiddler starting disable your antivirus , then go to internet option from windows control panel then go to connection then lan setting then unchecked (automatically detect......)
start fiddler and follow the tut.

[Q&A/T] - [AOSPA 4.4.4 KTU84P] ParanoidAndroid 4.4+ G2

[SIZE=+2]This thread has been created
for
Questions & Answers/Troubleshooting[/SIZE]
[SIZE=+2]Specific to[/SIZE]
[AOSPA 4.4.4 KTU84P] ParanoidAndroid 4.4+ G2
Click link here>> http://forum.xda-developers.com/showthread.php?t=2502789 <<Click link here
Please feel free to share issues, questions and offer help
It is always best to thank a ROM OP, in lieu of simply posting "Thank you".
{
"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"
}
Please keep discussion focused, on the topic described in the OP
Please use this thread to assist each other and help provide useful tips and tricks you have implemented to modify and suite PA 4.4+ to your needs. Please, be polite, courteous, and helpful.
Finally, if you have a useful link, PM it to me and I can try to consolidate anything that will help others in the OP here for easy finding.
ParanoidAndroid Website and changelogs
ParanoidAndroid Github
Official TWRP Recoveries: Download here and select your model in the top right dropdown
D802 is somehow missing from their webpage. Broken link on page or some other error, here it is: Download
KK basebands/modems: thanks to @Cloudyfa for this nicely Consolidated download list.
http://www.androidfilehost.com/?w=files&flid=12880
Troubleshooting and Pulling LogCats
For anyone who isn't really comfortable pulling dmsg or last_kmsg logs from their phones needs to download and use this app: SysLog
https://play.google.com/store/apps/details?id=com.tortel.syslog
One button click and it will pull 4 logs for you and zip them all up in one small package:
dmsg
last_kmsg
logcat
Modem log
You can then get that to the dev to go through and look for errors.
Known issues for each variant:
Reported Issues:
All Variants:
- All games should be working fine, even touch based games
D800:
-
D801:
D802:
D803:
LS980 & VS980
- a few report issues with in-call volume (echo bug fixed)
Links:
Gravity Box 2.7.5
Xposed Beta for 4.4
LG Camera
For USB/OTG, try root Stickmount @Alex0901 pointed to this app from Chainfire
Screen Off App - If you're missing the knock off functionality, @bhc112 highlighted this app
Quick Remote IR Blaster - Thanks @sefnap
Signature Banner can be downloaded here:
https://db.tt/yM8N3UfQ
Bootanimation Attachments Below: (If you have any to add, send them to me and I'll include them)
- The one I made, Houston converted to a flashable zip so no need to push to system / media, just flash in recovery: Here's a video so you can see it first: http://youtu.be/DBbYnDLRauI​
[Q&AT] - [AOSPA 4.4.4 KTU84P] ParanoidAndroid 4.4+ G2
FAQ's....coming soon!
I need some time (after work) to try to review the most common and recent issues/resolutions. Stay tuned, thanks for your patience!​
[Q&AT] - [AOSPA 4.4.4 KTU84P] ParanoidAndroid 4.4+ G2
Judgment Passed....
The Xposed link isn't working
Link Xposed
D801: wireless display isn't working. The WiFi module seems to flip out half way through the connection process.
crazy talk said:
D801: wireless display isn't working. The WiFi module seems to flip out half way through the connection process.
Click to expand...
Click to collapse
try to collect logcat and post it in the dev thread please
D800
- Dialer screen wont tag on instantly when removing from face during call (ie dialed into Voicemail, and moved phone away to bring up dialer to delete message)
I am now getting an issue with WiFi saint "failed to connect to network". It was working fine earlier.
Sent from my LG-G2 using Tapatalk
BlackHoleSlam said:
I am now getting an issue with WiFi saint "failed to connect to network". It was working fine earlier.
Sent from my LG-G2 using Tapatalk
Click to expand...
Click to collapse
What have you done to try to fix? Have you reset your router at all? Are there any other networks you can try to connect to in order to rule out some issues? Are you still able to get Network Data if you turn off wifi? We need more info when you post these issues in order to help you.
Jank4AU said:
What have you done to try to fix? Have you reset your router at all? Are there any other networks you can try to connect to in order to rule out some issues? Are you still able to get Network Data if you turn off wifi? We need more info when you post these issues in order to help you.
Click to expand...
Click to collapse
What I am seeing is the MAC address is getting changed every reboot. I have verified this. This may be causing other issues as well with Wifi related modules.
I wonder if this would work?
http://forum.xda-developers.com/show....php?t=2347060
For mac address:
- In /persist directory create wifi directory. In the new directory create a file named .macaddr (don't miss the dot!)
Edit the file and put 12 random hex numbers in it (0-9, A-F), save.
- Set execute and read permissions for everybody on /persist/wifi directory and change owner of .macaddr to wifi:wifi and permission to 660 (read/write for owner and group and nothing else).
In command line:
Code:
chown root:root /persist/wifi
chmod 755 /persist/wifi
chown wifi:wifi /persist/wifi/.macaddr
chmod 660 /persist/wifi/.macaddr
- run /system/bin/conn_init program. Can be run in root explorer(choose Linux Script Handler when you open it), or in adb shell:
Code:
su
/system/bin/conn_init
Then reboot and check if the changes got applied in settings
I cant get my original one back but at least I have a static MAC.
Jank4AU said:
What have you done to try to fix? Have you reset your router at all? Are there any other networks you can try to connect to in order to rule out some issues? Are you still able to get Network Data if you turn off wifi? We need more info when you post these issues in order to help you.
Click to expand...
Click to collapse
I have forgot the connection reconnected to the ssid. No change has taken place WiFi seems borked now. Will try a restart. Network data is working fine.
Sent from my LG-G2 using Tapatalk
sublimejosh2000 said:
What I am seeing is the MAC address is getting changed every reboot. I have verified this. This may be causing other issues as well with Wifi related modules.
I wonder if this would work?
http://forum.xda-developers.com/show....php?t=2347060
For mac address:
- In /persist directory create wifi directory. In the new directory create a file named .macaddr (don't miss the dot!)
Edit the file and put 12 random hex numbers in it (0-9, A-F), save.
- Set execute and read permissions for everybody on /persist/wifi directory and change owner of .macaddr to wifi:wifi and permission to 660 (read/write for owner and group and nothing else).
In command line:
Code:
chown root:root /persist/wifi
chmod 755 /persist/wifi
chown wifi:wifi /persist/wifi/.macaddr
chmod 660 /persist/wifi/.macaddr
- run /system/bin/conn_init program. Can be run in root explorer(choose Linux Script Handler when you open it), or in adb shell:
Code:
su
/system/bin/conn_init
Then reboot and check if the changes got applied in settings
I cant get my original one back but at least I have a static MAC.
Click to expand...
Click to collapse
What model G2 do you have? I'll throw this in the OP until resolved
BlackHoleSlam said:
I have forgot the connection reconnected to the ssid. No change has taken place WiFi seems borked now. Will try a restart. Network data is working fine.
Sent from my LG-G2 using Tapatalk
Click to expand...
Click to collapse
Update: WiFi is back after rebooting.
Sent from my LG-G2 using Tapatalk
Jank4AU said:
What model G2 do you have? I'll throw this in the OP until resolved
Click to expand...
Click to collapse
It is D800 AT&T. I remember Nexus 4 having a similar issue. The link I posted was a fix for that. I doubt I will get my Origional MAC back, but I did backup my EFS. So, once a fix is in place, I should be able to restore.
Oh, Thank Goodness for Reserved MAC address in my router, I was able to get my old MAC from there. So, if need be, I can change it back.
D800 mute not functioning?
Hi, thanks to everyone involved in developing this custom ROM. It generally works really well.
I wondered if someone that has an AT&T G2 and has the ROM installed could verify whether the phone mute works?
It currently highlights and acts as if it works, but doesn't actually mute the microphone.
Thanks!
AT&T D800 - GPS not working either...
Couldn't get a location in Google Maps.
sublimejosh2000 said:
Couldn't get a location in Google Maps.
Click to expand...
Click to collapse
FWIW, I'm able to get one without a problem.
Since I have no desire to clog the enormous Dev thread, I will ask here:
Anyone know if there will be any plans to port this work over to CM11?
sublimejosh2000 said:
Couldn't get a location in Google Maps.
Click to expand...
Click to collapse
Mine is flawless...I had this one time on an earlier build. Flashed back to a stock nandroid, got GPS lock, then reflashed the ROM with clean install. Been perfect, accurate and fast since.
dawkpaul said:
Hi, thanks to everyone involved in developing this custom ROM. It generally works really well.
I wondered if someone that has an AT&T G2 and has the ROM installed could verify whether the phone mute works?
It currently highlights and acts as if it works, but doesn't actually mute the microphone.
Thanks!
Click to expand...
Click to collapse
Mute button works fine for me. Just cussed out a fellow employee who heard none of it and I'm still gainfully employed!

[Guide] Enable LTE Icon on Unrooted Mate 9

Hey guys, rather than make an article for what I feel is a minor change, I decided to just post a quick thread on this.
Some users have reported that despite the fact that they have LTE service, their phone does not show the LTE icon in the status bar. This is because Huawei uses your Mobile Country Code (see: https://en.wikipedia.org/wiki/Mobile_country_code) to determine whether or not to show LTE. All you have to do is edit a system property and add your MCC. For example, I'm in the U.S. so my MCC is 310.
First download the ADB binaries (https://www.xda-developers.com/google-releases-separate-adb-and-fastboot-binary-downloads/) and get the drivers for your own (Hisuite: http://consumer.huawei.com/minisite/HiSuite_en/index.html). Next open up a command prompt and type the following:
adb shell settings get system hw_show_lte
This should be a semi-colon separated list of MCCs. By default my Mate 9 only had the value of 260 (Poland), so I had to edit it to add U.S. as such:
adb shell
And then type (for some reason if you combine the two commands it doesn't work):
settings put system hw_show_lte "260;310"
Try that and see if it works. I did this trick a while back so I don't remember if it's the MCC or the MNC (mobile network code) that has to be input lol, but try either and it should work. I've been using my European Mate 9 in the U.S. and it shows LTE for me after I did this trick.
MishaalRahman said:
Hey guys, rather than make an article for what I feel is a minor change, I decided to just post a quick thread on this.
Some users have reported that despite the fact that they have LTE service, their phone does not show the LTE icon in the status bar. This is because Huawei uses your Mobile Country Code (see: https://en.wikipedia.org/wiki/Mobile_country_code) to determine whether or not to show LTE. All you have to do is edit a system property and add your MCC. For example, I'm in the U.S. so my MCC is 310.
First download the ADB binaries (https://www.xda-developers.com/google-releases-separate-adb-and-fastboot-binary-downloads/) and get the drivers for your own (Hisuite: http://consumer.huawei.com/minisite/HiSuite_en/index.html). Next open up a command prompt and type the following:
adb shell settings get system hw_show_lte
This should be a semi-colon separated list of MCCs. By default my Mate 9 only had the value of 260 (Poland), so I had to edit it to add U.S. as such:
adb shell settings put system hw_show_lte "260;310"
Try that and see if it works. I did this trick a while back so I don't remember if it's the MCC or the MNC (mobile network code) that has to be input lol, but try either and it should work. I've been using my European Mate 9 in the U.S. and it shows LTE for me after I did this trick.
Click to expand...
Click to collapse
It's also in the cust folder in the local.prop file you can change it to true to have the icon show 4GLTE.
ajsmsg78 said:
It's also in the cust folder in the local.prop file you can change it to true to have the icon show 4GLTE.
Click to expand...
Click to collapse
That requires root access doesn't it? This method doesn't.
Hey there thanks again! But when I try to enter your input I get /system/bin/sh: 220: not found and when I enter just adb shell settings get system hw_show_lte it shows 260.
hmm what could be the issue
Coolyou said:
Hey there thanks again! But when I try to enter your input I get /system/bin/sh: 220: not found and when I enter just adb shell settings get system hw_show_lte it shows 260.
hmm what could be the issue
Click to expand...
Click to collapse
Sorry, it's been awhile since I did this. Let me double check the syntax.
Edit: I double checked my syntax, and it is correct. Please double check you are entering it exactly as I wrote.
MishaalRahman said:
Sorry, it's been awhile since I did this. Let me double check the syntax.
Edit: I double checked my syntax, and it is correct. Please double check you are entering it exactly as I wrote.
Click to expand...
Click to collapse
I tried several times and also copied your text without any space here is the output:
{
"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"
}
Very interesting. For some reason when you combine "adb shell" and "settings put system hw_show_lte" it doesn't work. Do this instead and it will work:
Type
adb shell
to enter the shell. Then type
settings put system hw_show_lte "260;310"
This should work. I edited my OP to reflect this change.
MishaalRahman said:
Very interesting. For some reason when you combine "adb shell" and "settings put system hw_show_lte" it doesn't work. Do this instead and it will work:
Type
adb shell
to enter the shell. Then type
settings put system hw_show_lte "260;310"
This should work. I edited my OP to reflect this change.
Click to expand...
Click to collapse
it seems like it worked now, no errors shown, I restarted my phone but however still no 4G icon as shown below:
This change doesn't add a 4g LTE icon to the quick tiles. It adds the icon to the status bar.
MishaalRahman said:
This change doesn't add a 4g LTE icon to the quick tiles. It adds the icon to the status bar.
Click to expand...
Click to collapse
Oh, you misunderstood me then. Sorry for troubling you all the way. I was talking about that icon in notifications tile how you called it. I unlocked my phone from c66 to c432 on c66 I had it, now on c432 it's non-existant.
Oooo...will give this a try and get back to you. I am in US on AT&T network...I thought I would get LTE by default, but only showing 4G. I have the L29C185B138 international version...
MishaalRahman said:
Hey guys, rather than make an article for what I feel is a minor change, I decided to just post a quick thread on this.
Some users have reported that despite the fact that they have LTE service, their phone does not show the LTE icon in the status bar. This is because Huawei uses your Mobile Country Code (see: https://en.wikipedia.org/wiki/Mobile_country_code) to determine whether or not to show LTE. All you have to do is edit a system property and add your MCC. For example, I'm in the U.S. so my MCC is 310.
First download the ADB binaries (https://www.xda-developers.com/google-releases-separate-adb-and-fastboot-binary-downloads/) and get the drivers for your own (Hisuite: http://consumer.huawei.com/minisite/HiSuite_en/index.html). Next open up a command prompt and type the following:
adb shell settings get system hw_show_lte
This should be a semi-colon separated list of MCCs. By default my Mate 9 only had the value of 260 (Poland), so I had to edit it to add U.S. as such:
adb shell
And then type (for some reason if you combine the two commands it doesn't work):
settings put system hw_show_lte "260;310"
Try that and see if it works. I did this trick a while back so I don't remember if it's the MCC or the MNC (mobile network code) that has to be input lol, but try either and it should work. I've been using my European Mate 9 in the U.S. and it shows LTE for me after I did this trick.
Click to expand...
Click to collapse
Thank you!!! Worked like a charm!! I'm on AT&T and now I can see LTE instead of 4G in my status bar!! Great find!
I don't get people 4G and LTE is the same thing just different names.
albertobom said:
I don't get people 4G and LTE is the same thing just different names.
Click to expand...
Click to collapse
Agreed! But when you're used to seeing 'LTE' instead of '4G', it helps that there's a way to bring it back... [emoji12] [emoji12]
Sent from my MHA-L29 using Tapatalk
baddison said:
Agreed! But when you're used to seeing 'LTE' instead of '4G', it helps that there's a way to bring it back... [emoji12] [emoji12]
Click to expand...
Click to collapse
I know just teasing you guys.
baddison said:
Thank you!!! Worked like a charm!! I'm on AT&T and now I can see LTE instead of 4G in my status bar!! Great find!
Click to expand...
Click to collapse
Glad it worked for you. This trick makes 0 difference in functionality, but for some people the lack of an LTE icon is jarring.
When I run "adb shell settings get system hw_show_lte" I just got the answer "null".
Is it save to continue and run the next command? In my case will be something like:
settings put system hw_show_lte "226"
dancrow said:
When I run "adb shell settings get system hw_show_lte" I just got the answer "null".
Is it save to continue and run the next command? In my case will be something like:
settings put system hw_show_lte "226"
Click to expand...
Click to collapse
Yes, be all good . Im using c636 got null , then change to 302 and 310
How does it work with the MHA-L29C432B182?
MishaalRahman said:
Glad it worked for you. This trick makes 0 difference in functionality, but for some people the lack of an LTE icon is jarring.
Click to expand...
Click to collapse
Hey Mishaal I sent you a PM but I don't think you are reading those so I'll ask here
I spoke with your about LTE shell and I'm aware that you are very good with adb shell commands. So wanted to ask is it possible to change this option without rooting with adb shell?
The correct path is /system/emui/lite/prop/local.prop and you have to set ro.build.hw_emui_lite.enable=false
I tried with adb shell settings put system hw_emui_lite false via cmd but it doesn't work :/ If someone has experience with ADB write here
EDIT 1: adb shell settings put system hw_emui_lite.enable false - doesn't wor

Categories

Resources