Ok I'll try
Signal Boost/UMA on Xolo ICS?
Started by
Horsa
, Dec 29 2012 04:35 PM
#41
Posted 12 January 2013 - 03:01 PM
ALL GLORY TO THE HYPNOTOAD
I may not know a lot, but there are others that do. If you have a problem, just ask
Sent with magic :)
I may not know a lot, but there are others that do. If you have a problem, just ask
Sent with magic :)
#42
Posted 12 January 2013 - 03:53 PM
Goes green on mine ok, I'm running Xolo. It does only go green when you have a very poor mobile signal.
Whoever exalts himself will be humbled, and whoever humbles himself will be exalted.
Matthew 23:12
Matthew 23:12
#43
Posted 12 January 2013 - 04:02 PM
Oh, it used to be constant green at home, even with good signal
ALL GLORY TO THE HYPNOTOAD
I may not know a lot, but there are others that do. If you have a problem, just ask
Sent with magic :)
I may not know a lot, but there are others that do. If you have a problem, just ask
Sent with magic :)
#44
Posted 12 January 2013 - 04:26 PM
utternoob, on 12 January 2013 - 04:02 PM, said:
Oh, it used to be constant green at home, even with good signal
Whoever exalts himself will be humbled, and whoever humbles himself will be exalted.
Matthew 23:12
Matthew 23:12
#45
Posted 12 January 2013 - 04:34 PM
Ah right. Reading full bars right now, so it doesn't matter
ALL GLORY TO THE HYPNOTOAD
I may not know a lot, but there are others that do. If you have a problem, just ask
Sent with magic :)
I may not know a lot, but there are others that do. If you have a problem, just ask
Sent with magic :)
#47
Posted 13 January 2013 - 03:56 PM
That would be very nice, thanks
ALL GLORY TO THE HYPNOTOAD
I may not know a lot, but there are others that do. If you have a problem, just ask
Sent with magic :)
I may not know a lot, but there are others that do. If you have a problem, just ask
Sent with magic :)
#48
Posted 17 February 2013 - 12:48 AM
Followed your instructions and loaded up in CMD but comes up with the following...
C:\SanDiego\tools>adb.exe kill-server
C:\SanDiego\tools>adb.exe start-server
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
C:\SanDiego\tools>adb.exe wait-for-device
C:\SanDiego\tools>adb.exe kill-server
C:\SanDiego\tools>adb.exe start-server
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
C:\SanDiego\tools>adb.exe wait-for-device
#49
Posted 17 February 2013 - 08:17 AM
Sounds like you need to unplug the phone, wait a few seconds and then plug it back in. You have to be rooted obviously with USB debugging turned on and both boxes in ADB checked.
You know this option is in Ricky s AIO tool now? And he's waayyyy more able than myself. My script was just a cut 'n' paste job to be honest although it does work.
Make sure that ADB.exe isn't already running via task manager if you've used the AIO tool previously, if so then kill it.
You know this option is in Ricky s AIO tool now? And he's waayyyy more able than myself. My script was just a cut 'n' paste job to be honest although it does work.
Make sure that ADB.exe isn't already running via task manager if you've used the AIO tool previously, if so then kill it.
Whoever exalts himself will be humbled, and whoever humbles himself will be exalted.
Matthew 23:12
Matthew 23:12
#50
Posted 19 April 2013 - 07:55 AM
Hi all,
I have the OSD (from Orange France) since few days. I have some troubles with the GSM signal then I found your great site and your great tool. I've changed my rom for the xolo 900, I root it, then try to use the (42) option. It never works with the tool, then I try to make it manually and I can't copy files in system/lib directory.
Can someone help me please ?

I have the OSD (from Orange France) since few days. I have some troubles with the GSM signal then I found your great site and your great tool. I've changed my rom for the xolo 900, I root it, then try to use the (42) option. It never works with the tool, then I try to make it manually and I can't copy files in system/lib directory.
Can someone help me please ?

Edited by alvinstarr, 19 April 2013 - 07:56 AM.
#51
Posted 19 April 2013 - 08:42 AM
Signal boost files are here :- Download
Copy the SignalBoost folder you downloaded into C:\SanDiego\tools. Then create a new text document and paste the following into it ;-
adb.exe kill-server
adb.exe start-server
adb.exe wait-for-device
adb remount
sleep 5
adb push C:\SanDiego\tools\SignalBoost\app\signalboost.apk /system/app
adb push C:\SanDiego\tools\SignalBoost\etc\rild.conf /system/etc
adb push C:\SanDiego\tools\SignalBoost\lib\libganril.so /system/lib
adb push C:\SanDiego\tools\SignalBoost\lib\libkineto.so /system/lib
adb push C:\SanDiego\tools\SignalBoost\lib\librilswitch.so /system/lib
adb reboot
sleep 5
adb.exe kill-server
save the text file into C:\SanDiego\tools and rename it to a .bat file. Plug your phone in and run the .bat file you just created.
Copy the SignalBoost folder you downloaded into C:\SanDiego\tools. Then create a new text document and paste the following into it ;-
adb.exe kill-server
adb.exe start-server
adb.exe wait-for-device
adb remount
sleep 5
adb push C:\SanDiego\tools\SignalBoost\app\signalboost.apk /system/app
adb push C:\SanDiego\tools\SignalBoost\etc\rild.conf /system/etc
adb push C:\SanDiego\tools\SignalBoost\lib\libganril.so /system/lib
adb push C:\SanDiego\tools\SignalBoost\lib\libkineto.so /system/lib
adb push C:\SanDiego\tools\SignalBoost\lib\librilswitch.so /system/lib
adb reboot
sleep 5
adb.exe kill-server
save the text file into C:\SanDiego\tools and rename it to a .bat file. Plug your phone in and run the .bat file you just created.
Whoever exalts himself will be humbled, and whoever humbles himself will be exalted.
Matthew 23:12
Matthew 23:12
#52
Posted 19 April 2013 - 09:06 AM
It works fine, thank you very much.
#53
Posted 19 April 2013 - 11:51 AM
alvinstarr, on 19 April 2013 - 09:06 AM, said:
It works fine, thank you very much.
:SignalBoost
C:\SanDiego\tools\adb.exe kill-server
C:\SanDiego\tools\adb.exe start-server
C:\SanDiego\tools\adb.exe wait-for-device
sleep 5
C:\SanDiego\tools\adb.exe push C:\SanDiego\tools\SignalBoost /system
C:\SanDiego\tools\adb.exe shell chmod 644 /system/app/*
C:\SanDiego\tools\adb.exe shell chmod 755 /system/etc/rild.conf
C:\SanDiego\tools\adb.exe shell chmod 644 /system/lib/libganril.so
C:\SanDiego\tools\adb.exe shell chmod 644 /system/lib/libkineto.so
C:\SanDiego\tools\adb.exe shell chmod 644 /system/lib/librilswitch.so
echo.
echo.
set /p Input=Would you like to reboot phone if you do enter reboot:
C:\SanDiego\tools\adb.exe %Input%
with :-
:SignalBoost
adb.exe kill-server
adb.exe start-server
adb.exe wait-for-device
adb remount
sleep 5
adb push C:\SanDiego\tools\SignalBoost\app\signalboost.apk /system/app
adb push C:\SanDiego\tools\SignalBoost\etc\rild.conf /system/etc
adb push C:\SanDiego\tools\SignalBoost\lib\libganril.so /system/lib
adb push C:\SanDiego\tools\SignalBoost\lib\libkineto.so /system/lib
adb push C:\SanDiego\tools\SignalBoost\lib\librilswitch.so /system/lib
echo.
echo.
set /p Input=Would you like to reboot phone if you do enter reboot:
C:\SanDiego\tools\adb.exe %Input%adb.exe kill-server
Edited by BlueMoonRising, 19 April 2013 - 11:51 AM.
Whoever exalts himself will be humbled, and whoever humbles himself will be exalted.
Matthew 23:12
Matthew 23:12
#54
Posted 20 April 2013 - 06:51 AM
That's what I do. Install complete but it doesn't solve my problem : my signal goes to 0 for nothing. Other phones work fine but my OSD loses signal. I think I send it to Orange ASD.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users







Sign In
Create Account


Back to top









