![]() |
2012-04-16
, 11:39
|
|
Posts: 298 |
Thanked: 341 times |
Joined on Aug 2010
@ This world :)
|
#542
|
hmmm...since Saturn haven't updated Cleven (compatible with KP50) i decided to modded his program a bit....
This is for all KP50 user who have install Cleven on their devices....download the files below to your devices and using filebox copy the clevenMain.pyc to....
The Following User Says Thank You to StefanL For This Useful Post: | ||
![]() |
2012-04-16
, 12:59
|
Posts: 432 |
Thanked: 917 times |
Joined on Jun 2011
|
#543
|
![]() |
2012-04-16
, 13:01
|
Posts: 1,397 |
Thanked: 2,126 times |
Joined on Nov 2009
@ Dublin, Ireland
|
#544
|
hmmm...since Saturn haven't updated Cleven (compatible with KP50) i decided to modded his program a bit....
This is for all KP50 user who have install Cleven on their devices....download the files below to your devices and using filebox copy the clevenMain.pyc to....
This will fixed the compatible issues regarding KP50....Code:/opt/cleven
then copy all files from compat-wireless folder to....
This will fixed the injection driver error on Cleven.....Code:/opt/cleven/compat-wireless
also for those who using Wepon on the devices,they also can copy the files on compat-wireless folder to....
This also will fixed Wepon error on KP50....Code:/opt/wifi_mon
Remember make backup first just in case my method didn't works...it works on all 3 on my devices....
![]() |
2012-04-16
, 17:04
|
|
Posts: 1,648 |
Thanked: 2,122 times |
Joined on Mar 2007
@ UNKLE's Never Never Land
|
#545
|
The Following 5 Users Say Thank You to Saturn For This Useful Post: | ||
![]() |
2012-04-16
, 17:12
|
Posts: 2,076 |
Thanked: 3,268 times |
Joined on Feb 2011
|
#546
|
The Following User Says Thank You to szopin For This Useful Post: | ||
![]() |
2012-04-16
, 17:22
|
|
Posts: 1,648 |
Thanked: 2,122 times |
Joined on Mar 2007
@ UNKLE's Never Never Land
|
#547
|
Or maybe include functionality like in wifi-selector-applet-switcher (or whatever it is called) so after installing look for drivers, if not found offer to dl and based on kernel version either =<49 or 50(+)? (still think for such a tool relying on end-user to dl appropriate drivers is best, GUI should be for ease of usage, not to replace thinking on part of users)
The Following 5 Users Say Thank You to Saturn For This Useful Post: | ||
![]() |
2012-04-16
, 17:29
|
Posts: 2,076 |
Thanked: 3,268 times |
Joined on Feb 2011
|
#548
|
![]() |
2012-04-16
, 17:51
|
|
Posts: 1,648 |
Thanked: 2,122 times |
Joined on Mar 2007
@ UNKLE's Never Never Land
|
#549
|
...
More worried about wasting your time to make a tool that shouldn't be used by fools fool-proof (in the other sense)
![]() |
2012-04-16
, 18:07
|
Posts: 856 |
Thanked: 1,681 times |
Joined on Apr 2010
@ Aleppo ,Syria
|
#550
|
#!/bin/sh kernel=$(uname -r) # defaults if [ "$kernel" == "2.6.28.10-power49" ]; then DRIVERPATH="/opt/wifi-pwner/compat-wireless/kp-old" else if [ "$kernel" == "2.6.28.10-power48" ]; then DRIVERPATH="/opt/wifi-pwner/compat-wireless/kp-old" else if [ "$kernel" == "2.6.28.10-power47" ]; then DRIVERPATH="/opt/wifi-pwner/compat-wireless/kp-old" else if [ "$kernel" == "2.6.28.10-power46-wl" ]; then DRIVERPATH="/opt/wifi-pwner/compat-wireless/kp-old" else if [ "$kernel" == "2.6.28.10-power40-wl" ]; then DRIVERPATH="/opt/wifi-pwner/compat-wireless/kp-old" else DRIVERPATH="/opt/wifi-pwner/compat-wireless/kp" fi fi fi fi fi
This is for all KP50 user who have install Cleven on their devices....download the files below to your devices and using filebox copy the clevenMain.pyc to....
then copy all files from compat-wireless folder to....
also for those who using Wepon on the devices,they also can copy the files on compat-wireless folder to....
Remember make backup first just in case my method didn't works...it works on all 3 on my devices....
My Phone Evolution : Nokia 3650-Nokia 6600-Nokia 6630-Motorola Rizr-Sony P1i-Nokia E63-Nokia X3-Samsung E980-Iphone 2G-Sony W595-Nokia E71-Nokia 5800-Nokia N900-HTC Hero-Xperia Mini Pro
Last edited by pusak gaoq; 2012-04-16 at 11:07.