Does one exist? Been searching forever. Looking for a kernel with packet injection and support for external wifi adapters.
Stryker336 said:
Does one exist? Been searching forever. Looking for a kernel with packet injection and support for external wifi adapters.
Click to expand...
Click to collapse
The official 2020.1 nethunter release comes with all you need. I installed it yesterday on top of los 16 and my external tp-link tl-wn822n works out of the box.
How can i test packet injection?
Odd. I have that installed and cannot detect any external adapters or get native wifi in monitor mode.
For the internal Adapter you need a patched Firmware along with nexmon, and so far i see you musst build this for your own. nexmon from the store still not work, nexmon from kimocoder does not have the Firmware for nexus 6 and so also the Hijacker does not work.
I will try this tomorrow and give Feedback.
Nick_Speed said:
For the internal Adapter you need a patched Firmware along with nexmon, and so far i see you musst build this for your own. nexmon from the store still not work, nexmon from kimocoder does not have the Firmware for nexus 6 and so also the Hijacker does not work.
I will try this tomorrow and give Feedback.
Click to expand...
Click to collapse
That would be awesome. Thank you! I tried building a kernel but it's out of my league.
Let me know how this goes . Super excited about trying this. Thx dude.
Stryker336 said:
Let me know how this goes . Super excited about trying this. Thx dude.
Click to expand...
Click to collapse
nexmon Installation went fine, ist not that hard, see https://github.com/seemoo-lab/nexmon
but sadly there is no Driver for monitor mode for the internal Adapter wlan0, sorry, i thought it only depends on the Firmware and the nethunter Image witch Comes with a kernel that has the right Driver but no...
will this kernal if i flash with pie 9.0 will it also remove forced encryption as well.
Any chance someone can compile one? I'm still having difficulty with the patch.
Stryker336 said:
Any chance someone can compile one? I'm still having difficulty with the patch.
Click to expand...
Click to collapse
Bump. Any plans for a compiled pie kernel? I get so many errors building nexmon.
Stryker336 said:
Bump. Any plans for a compiled pie kernel? I get so many errors building nexmon.
Click to expand...
Click to collapse
What errors? May i can help you with that. First have a look at my link to nexmon https://github.com/seemoo-lab/nexmon and the section to build your own patches.
Nick_Speed said:
What errors? May i can help you with that. First have a look at my link to nexmon https://github.com/seemoo-lab/nexmon and the section to build your own patches.
Click to expand...
Click to collapse
Appreciate that. I posted this on the Github. Can't seem to get the libisl.so.10 libraries.
Installed dependencies. Can't seem to make the kernel. Any ideas?
COLLECTING STATISTICS read /root/nexmon/STATISTICS.md for more information
COMPILING src/ioctl.c => obj/ioctl.o (details: log/compiler.log)
/root/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-armv7l/bin/../lib/gcc/arm-none-eabi/5.4.1/cc1: error while loading shared libraries: libisl.so.10: cannot open shared object file: No such file or directory
make: *** [Makefile:42: obj/ioctl.o] Error 1
Could someone share a built firmware? fw_bcm4330_5_90_100_41_sta.bin I think I need
Stryker336 said:
Could someone share a built firmware? fw_bcm4330_5_90_100_41_sta.bin I think I need
Click to expand...
Click to collapse
I fixed the dependencies issues! This worked
ln -s /usr/lib/arm-linux-gnueabihf/libisl.so /usr/lib/arm-linux-gnueabihf/libisl.so.10
Stryker336 said:
Odd. I have that installed and cannot detect any external adapters or get native wifi in monitor mode.
Click to expand...
Click to collapse
Same, I haven't been able to fix this either. I feel like I've tried everything but the fix... I'm only vaguely familiar with Android, so I don't know how to use the NEXMON patch, I cloned it, and I think I installed it, but no change, I also have the app, but can't get it to install the right firmware. (Install button is always greyed out). I would really appreciate some simple instructions to patch this firmware. Thanks!!
Related
Hey, I just saw that Motorola has released the source-code for our beloved Razr I on sourceforge.
So in theory it should be possible to compile our own androids. I was wandering whether anybody is working on this / has tried that?
http://sourceforge.net/projects/razr-i.motorola/
Thorsten
Yes, we could use that if they'd give us a non-corrupted kernel source. We already knew this.
I've had a brief attempt at this but always get build errors at make.
So far I've tried with cyanogenmod ics release and aosp but not entirely sure how to overlay the motorola repos. Most are fairly obvious and can be merged into device, external, hardware etc but don't know where to put the Motorola folder...
turl set up a device tree for the razri a while ago but it hasn't been touched since:
https://github.com/turl/android_device_motorola_smi
@Vistaus - Motorola updated did updated the source after the initial corrupt version.
Okay thanks for the info.
Maybe naive, but what about trying to contact Motorola and ask them how the build-pocess works? Or do you think they would not help?
Thorstenk said:
Okay thanks for the info.
Maybe naive, but what about trying to contact Motorola and ask them how the build-pocess works? Or do you think they would not help?
Click to expand...
Click to collapse
I've built my own kernel from source months ago but forgot to include the modules too so I had no WiFi or bluetooth lol oh well.
mattlgroff said:
I've built my own kernel from source months ago but forgot to include the modules too so I had no WiFi or bluetooth lol oh well.
Click to expand...
Click to collapse
Sounds good!
Could you explain how you did it?
cbanbury said:
I've had a brief attempt at this but always get build errors at make.
@Vistaus - Motorola updated did updated the source after the initial corrupt version.
Click to expand...
Click to collapse
That is not what developers say and I doubt developers will lie about it.
Thorstenk, the instructions for building the kernel are in the README.
The instructions for building in the WIFI/bluetooth modules are also pretty clear.
I may try another build with just these, I was running into problems when trying to build with all 37-38 folders overlayed...
Thanks man, will give it a try, unfortunately I am not very experienced ...
cbanbury said:
Thorstenk, the instructions for building the kernel are in the README.
The instructions for building in the WIFI/bluetooth modules are also pretty clear.
I may try another build with just these, I was running into problems when trying to build with all 37-38 folders overlayed...
Click to expand...
Click to collapse
cbanbury said:
Thorstenk, the instructions for building the kernel are in the README.
The instructions for building in the WIFI/bluetooth modules are also pretty clear.
I may try another build with just these, I was running into problems when trying to build with all 37-38 folders overlayed...
Click to expand...
Click to collapse
This was how I did it. Just followed the readme. Modules didn't work right though as I said.
Sent from my XT890 using Tapatalk 2
Just tried to compile the whole thing which did not work, overlaying everything is definitely not sufficient. I guess we need to do more.
After that I tried to bake a kernel, wich did not work as well, always another build error. I am working on a mac which probably makes the situation that bad, no idea.
Dont get why they do not provide a tar-ball where everything is included ...
mattlgroff said:
This was how I did it. Just followed the readme. Modules didn't work right though as I said.
Sent from my XT890 using Tapatalk 2
Click to expand...
Click to collapse
I'm on a mac also, it shouldn't be an issue if you are on a case sensitive file system n using correct java, gcc etc.
Check the version of xcode you are using as well, I had to install version 3.
Oh and post the error message. I got to the point where it was complaining about multiple copies of busybox from the overlayed folders (which is why I think we don't need all of them)
Sent from my XT890 using xda app-developers app
New WebKit Part Online and a new README -> how to compile the complete ROM IMHO.
http://sourceforge.net/projects/razr-i.motorola/files/razr-i/9.8.2I-50_SMI-26/
lord0815 said:
New WebKit Part Online and a new README -> how to compile the complete ROM IMHO.
http://sourceforge.net/projects/razr-i.motorola/files/razr-i/9.8.2I-50_SMI-26/
Click to expand...
Click to collapse
README instructions are the same as ICS, hope it works this time..
lord0815 said:
New WebKit Part Online and a new README -> how to compile the complete ROM IMHO.
http://sourceforge.net/projects/razr-i.motorola/files/razr-i/9.8.2I-50_SMI-26/
Click to expand...
Click to collapse
Yes, I bothered Motorola for this last night. Glad they sorted it so quickly.
Also don't include the recovery folder at the moment.
I had an unsuccessful build this morning so I think there's still some things missing...
Sent from my XT890 using xda app-developers app
cbanbury said:
Yes, I bothered Motorola for this last night. Glad they sorted it so quickly.
Also don't include the recovery folder at the moment.
I had an unsuccessful build this morning so I think there's still some things missing...
Sent from my XT890 using xda app-developers app
Click to expand...
Click to collapse
Keep bothering ! :good:
Theres a new tree online SMI-28 maybe with a working kernel source this time?!
http://sourceforge.net/projects/razr-i.motorola/files/razr-i/9.8.2I-50_SMI-28/
https://android.googlesource.com/pl...-linux-4.4.3/+show/refs/tags/android-4.1.2_r1
Didn't have time to look at this over the weekend but will try a build tonight. Hopefully they fixed everything this time *fingers crossed*
cbanbury said:
Didn't have time to look at this over the weekend but will try a build tonight. Hopefully they fixed everything this time *fingers crossed*
Click to expand...
Click to collapse
My hopes are in you! So very good luck!
diogo.sena said:
Keep bothering ! :good:
Click to expand...
Click to collapse
WAY OFFTOPIC:
Wow! You also come here from moto defy! Regards!
Enviado desde mi XT890 usando Tapatalk 2
Introduction:
This is a restore zip for restoring/debricking a molly device (ADT-1).
The contents are as close to stock as possible, and is intended to fix broken otas.
Click to expand...
Click to collapse
File List:
update-molly-Stock-LPV79-1.zip
Click to expand...
Click to collapse
FAQ:
Will this fix my <non molly device>?
No, this rom is only for mollys, it will brick any other device.
Will OTAs work after flashing this?
Yes, that is the purpose of this
Do I need to be on a certain bootloader to use this?
No, it includes the original bootloader.
Do I need a custom recovery to flash this?
Yes, the stock recovery will not accept update zips that are not signed by google
Is this rooted?
No, the stock rom is not rooted, neither is this
My device won't finish booting after flashing.
If you were not originally on the same rom, you may need to do a factory reset to finish the process. Android does not like rom downgrades without a factory reset
Click to expand...
Click to collapse
Changelog:
Nov 3, 2014: Initial Page
Click to expand...
Click to collapse
2char
I made a gallery of it because I felt like it: Update - Imgur
Awesome! Thanks! I needed a way to restore my OTA abilities after rooting and doing some testing for someone. Did you make these yourself? And how? If you don't mind me asking. I didn't think dd would work without root.
death2all110 said:
Awesome! Thanks! I needed a way to restore my OTA abilities after rooting and doing some testing for someone. Did you make these yourself? And how? If you don't mind me asking. I didn't think dd would work without root.
Click to expand...
Click to collapse
All custom recoveries have root by default, my ADT1 isnt rooted, I did all my work though CWM.
TheManii said:
All custom recoveries have root by default, my ADT1 isnt rooted, I did all my work though CWM.
Click to expand...
Click to collapse
Duh. Didn't think of that... Haha. Thanks!
Could someone who has updated to LPX13D please post a system dump? Im needing it for an OUYA port that im working on. Thanks
It's already been posted here:
http://forum.xda-developers.com/showpost.php?p=56186872&postcount=69
death2all110 said:
It's already been posted here:
http://forum.xda-developers.com/showpost.php?p=56186872&postcount=69
Click to expand...
Click to collapse
Thanks, never would have found it there.
TheManii said:
2char
Click to expand...
Click to collapse
Thanks! Do you have to have a USB keyboard in order to move around in CWM on the ADT-1?
ScubaXsays said:
Thanks! Do you have to have a USB keyboard in order to move around in CWM on the ADT-1?
Click to expand...
Click to collapse
Yes a USB keyboard is needed to move around CWM on the ADT-1
death2all110 said:
Yes a USB keyboard is needed to move around CWM on the ADT-1
Click to expand...
Click to collapse
Thanks so much for the quick response, you're the best.
ScubaXsays said:
Thanks so much for the quick response, you're the best.
Click to expand...
Click to collapse
No problem. I had the same problem initially
death2all110 said:
Yes a USB keyboard is needed to move around CWM on the ADT-1
Click to expand...
Click to collapse
ScubaXsays said:
Thanks so much for the quick response, you're the best.
Click to expand...
Click to collapse
Yes you need a usb keyboard to use CWM currently, there may be an update in the future to enable the dev button on the back to select in cwm like it does in fastboot. Until if/when that happens you either need a keyboard or to do everything manually via adb.
I don't have a keyboard however, I did all my work/testing with only adb.
TheManii said:
Yes you need a usb keyboard to use CWM currently, there may be an update in the future to enable the dev button on the back to select in cwm like it does in fastboot. Until if/when that happens you either need a keyboard or to do everything manually via adb.
I don't have a keyboard however, I did all my work/testing with only adb.
Click to expand...
Click to collapse
Thanks for the articulate follow-up. I started to do things manually via ADB. :good:
anyone can post a complete lpx13D CWM backup , stock recovery or at least system.img
I've messed up my ADT1 and it can't seem to take the image I've found yet
@TheManii Are there any custom roms or anything like that for the ADT-1? I just got one in the mail from I assume google. I'm ready to begin , but I don't honestly know what people are interested in seeing on this device I have a madcatz mojo using all the adt-1 binaries except audio running cm-12 and android tv from this device. So if anyone is interested in that let me know please.
Unjustified Dev said:
@TheManii Are there any custom roms or anything like that for the ADT-1? I just got one in the mail from I assume google. I'm ready to begin , but I don't honestly know what people are interested in seeing on this device I have a madcatz mojo using all the adt-1 binaries except audio running cm-12 and android tv from this device. So if anyone is interested in that let me know please.
Click to expand...
Click to collapse
Hello UD,
There isn't any custom roms for the ADT-1 (So yours would be the first)
I for one would love to see a more recent build than the last OTA (LPX13D - OCT 29th) There have been rumors that we'd get the final Android Lollipop but nothing has surfaced.
How much work is involved in rolling an AOSP+ADT-1 Binaries+Android TV dependencies?
Cheers Rob.
halfluck said:
Hello UD,
There isn't any custom roms for the ADT-1 (So yours would be the first)
I for one would love to see a more recent build than the last OTA (LPX13D - OCT 29th) There have been rumors that we'd get the final Android Lollipop but nothing has surfaced.
How much work is involved in rolling an AOSP+ADT-1 Binaries+Android TV dependencies?
Cheers Rob.
Click to expand...
Click to collapse
It's possible https://www.youtube.com/watch?v=Og-GDeRhJno but I could not get all the apps correctly working the main one being playstore , but I will try again look at the android build number and build date. I basically made a google apps package based on the adt-1 this is before I had one so possibly now I can get us an aosp 5.0.2 base working the Mojo in terms of hardware is similar to the adt-1 and for me to boot 5.0 on the mojo I needed adt-1 updated tegra 4 binaries so this shouldn't be hard at all once I work out the playstore issues.
Unjustified Dev said:
It's possible https://www.youtube.com/watch?v=Og-GDeRhJno but I could not get all the apps correctly working the main one being playstore , but I will try again look at the android build number and build date. I basically made a google apps package based on the adt-1 this is before I had one so possibly now I can get us an aosp 5.0.2 base working the Mojo in terms of hardware is similar to the adt-1 and for me to boot 5.0 on the mojo I needed adt-1 updated tegra 4 binaries so this shouldn't be hard at all once I work out the playstore issues.
Click to expand...
Click to collapse
Wow that is really impressive work, The current build on the ADT-1 is flaky at best for me, i'd love to see how a more recent build performs and if it prevents me from having to do a daily reboot.
Cheers Rob.
@Unjustified Dev just got mine on Tuesday. are you thinking releasing sources on your team github. i saw that a device and kernel repository was created but they are empty.
PS: nice to talk to you again been a while.
This is the new refined home for DarkRoom Development. If you submit bug reports without a log, you may be prosecuted...or executed.
Disclaimer:
If your device fails to comply with your standards of what you consider functioning, I am not liable. This is provided free of charge and does not come with a warranty. Although, if you provide a log, I can provide some sort of assurance that I will look into your issue.
Links:
Social:
Twitter - http://twitter.com/mtthwlx
Downloads:
https://drive.google.com/drive/folders/1zwaS15e4zXiSWuEU_ZOjTLBqtdzP86dL?usp=sharing
Source:
Github – https://github.com/DespairFactor/
Credits:
Essential
Google
Star Wars
Finally...
Good to see the development..
Special thanks to the members who donated f&f codes.
And @DespairFactor for quick release..
Hype.
Oof
indian84 said:
Finally...
Good to see the development..
Special thanks to the members who donated f&f codes.
And @DespairFactor for quick release..
Click to expand...
Click to collapse
ghostENVY said:
Hype.
Click to expand...
Click to collapse
LeTurntRice said:
Oof
Click to expand...
Click to collapse
There are no features yet, I am working on EAS tweaks for stock at the moment and will likely also do an HMP kernel
n00b question... What does this kernel have? Also would you be able to dive into the camera apk to help solve compression issue and color saturation since you have the phone now?
xterminater07 said:
n00b question... What does this kernel have? Also would you be able to dive into the camera apk to help solve compression issue and color saturation since you have the phone now?
Click to expand...
Click to collapse
I am about to push my changes to github, I am unaware of what the issue is or if I can help. but I can try when I have free time
Oh nice, we get to be named after Rei? Curious as to whether you intend for this to work on AOSP, LOS or stock ROMs?
ChronoReverse said:
Oh nice, we get to be named after Rei? Curious as to whether you intend for this to work on AOSP, LOS or stock ROMs?
Click to expand...
Click to collapse
Right now this is for stock oreo beta 2, will work on other stuff as I have time, but I am hoping they release stock oreo soon
OH! Does it include patches to pass Safetynet despite the unlocked bootloader as well? Would like to avoid Magisk if possible.
ChronoReverse said:
OH! Does it include patches to pass Safetynet despite the unlocked bootloader as well? Would like to avoid Magisk if possible.
Click to expand...
Click to collapse
I am adding that right now, I am testing some boot issues with one of my commits, R1 will be up for all when it is resolved
Hi,
What is the correct way to flash, boot.img then magisk. I cant remember. Blame the booze.
Thanks
R1 good to go? As its uploaded i see
Edit: Guess so as flash and passed safety net
DaveHTC200 said:
R1 good to go? As its uploaded i see
Edit: Guess so as flash and passed safety net
Click to expand...
Click to collapse
NZnewbie said:
Hi,
What is the correct way to flash, boot.img then magisk. I cant remember. Blame the booze.
Thanks
Click to expand...
Click to collapse
R2 is up now, I am working on getting AnyKernel to work and keep recovery on device if possible when flashing.
We have confirmed that the flashable zip keeps TWRP on your phone and you get to keep the kernel and your system working fine!
To root with this, flash twrp to your boot partition using fastboot, flash the kernel zip and then flash magisk.
EDIT: also confirmed to work on nougat!
Tried Rey2.zip nd booted back to twrp and the touch didnt work. Using the latest twrp as well
DespairFactor said:
We have confirmed that the flashable zip keeps TWRP on your phone and you get to keep the kernel and your system working fine!
To root with this, flash twrp to your boot partition using fastboot, flash the kernel zip and then flash magisk.
EDIT: also confirmed to work on nougat!
Click to expand...
Click to collapse
DespairFactor said:
We have confirmed that the flashable zip keeps TWRP on your phone and you get to keep the kernel and your system working fine!
To root with this, flash twrp to your boot partition using fastboot, flash the kernel zip and then flash magisk.
EDIT: also confirmed to work on nougat!
Click to expand...
Click to collapse
Is Magisk working with this kernel on Oereo B2? Magisk 14.3 caused lots of reboots, 14.6 just doesn't work (no magisk after boot).
NZnewbie said:
Tried Rey2.zip nd booted back to twrp and the touch didnt work. Using the latest twrp as well
Click to expand...
Click to collapse
Looking into it, I think flashing magisk makes touch work, will see if I can fix it within the kernel side.
gk1984 said:
Is Magisk working with this kernel on Oereo B2? Magisk 14.3 caused lots of reboots, 14.6 just doesn't work (no magisk after boot).
Click to expand...
Click to collapse
Yes it is, I have it on my device right now
Ive heard theres a fix coming for that as well(hope so)
gk1984 said:
Is Magisk working with this kernel on Oereo B2? Magisk 14.3 caused lots of reboots, 14.6 just doesn't work (no magisk after boot).
Click to expand...
Click to collapse
DespairFactor said:
I am about to push my changes to github, I am unaware of what the issue is or if I can help. but I can try when I have free time
Click to expand...
Click to collapse
The problem with the stock camera app was that it compresses images too much, they have lower the compression ratio but it is still not good enough. You can try it yourself to see what I mean. In broad day light outdoor, the images appears to be great but if you zoomed in, you will see it it just doesn't look right. The color is washed out as well, and you don't see any details. Looks like everything is smoothed out. File size is about 6 to 7mb or so. The low light shots are worst, it's about 3mb and there's more fuzzy stuff and lack of details/sharpness.
If you can dive deep into the apk to see what they set the compression to, and change that to possibly 0, and see what else needs to be changed. I spoke to Arnova8g2, who helped ported the gcam hdr+ to oneplus3/3t and he helped fixed the compression a bit on the older apk but I can't overwrite it no matter what. Let me know if you need any more info.
A link to their hardware adaptation kit
https://sailfishos.org/develop/hadk/
already asked so many developers,they saying that they dont know.
yeah i remember this beautiful OS that i used in Nexus 5.??
let wait and see.
A guy is trying to port. And having Progress each week... So hope he fixes all Bugs :highfive: and you can taste SailfishOS
__PG__ said:
A guy is trying to port. And having Progress each week... So hope he fixes all Bugs :highfive: and you can taste SailfishOS
Click to expand...
Click to collapse
Prehaps you know when download links could be available? Or where to find the download?
BergsM said:
Prehaps you know when download links could be available? Or where to find the download?
Click to expand...
Click to collapse
Most probably he will post in group @R4Xofficial
Hi, i was able to boot SailfishOS last night. Hopefully in a couple of days i'll upload it to the public.
As of now I can't publish to the dev forum yet, neither external links .. so look for @noyer in twitter and you'll find more info.
Cheers!.
Already booted up! Go give it a try https://github.com/bitrvmpd/sailfish-santoni
darkboid47 said:
Already booted up! Go give it a try https://github.com/bitrvmpd/sailfish-santoni
Click to expand...
Click to collapse
It is build by @b1tRvmpd
I can see the build is based first on lineage os.
Do you think Google Apps would work with his port of sailfish OS ?
newbie_or_not_newbie said:
I can see the build is based first on lineage os.
Do you think Google Apps would work with his port of sailfish OS ?
Click to expand...
Click to collapse
Nope
newbie_or_not_newbie said:
I can see the build is based first on lineage os.
Do you think Google Apps would work with his port of sailfish OS ?
Click to expand...
Click to collapse
It's a community port , so no alien-dalvik (Android apps support) is available, maybe with anbox.. in a really distant future.
Thanks for answer.
With aptoide, is it possible to install and use chrome or maps for example, if Google play services aren't installed ?
newbie_or_not_newbie said:
Thanks for answer.
With aptoide, is it possible to install and use chrome or maps for example, if Google play services aren't installed ?
Click to expand...
Click to collapse
No, as alien-dalvik is missing, there will be no support for android apps at all.
kind regards
Thanks, it's good to know before testing.
I'm not familiar with Sailfish.
Do you know un website where I can find the alternative apps (web browser, cloud, gps,etc) ?
Flash LOS 14.1
Since you flash lineage first, can you boot it and use it as a normal Android?
That would be good to have a multi boot android/sailfish/utouch/kaios/else and avoid multiple rom.
I wonder if sailfish replaces some LOS file while being flashed.
suoko said:
Flash LOS 14.1
Since you flash lineage first, can you boot it and use it as a normal Android?
That would be good to have a multi boot android/sailfish/utouch/kaios/else and avoid multiple rom.
I wonder if sailfish replaces some LOS file while being flashed.
Click to expand...
Click to collapse
I tried reflashing the LOS boot.img, and nope it didn't work =(. It gets stuck at boot animation. Maybe because sailfish disables some services that conflicts with the hybris layer. Will study that possibility later.
---------- Post added at 03:51 PM ---------- Previous post was at 03:49 PM ----------
newbie_or_not_newbie said:
Thanks, it's good to know before testing.
I'm not familiar with Sailfish.
Do you know un website where I can find the alternative apps (web browser, cloud, gps,etc) ?
Click to expand...
Click to collapse
OpenRepos site is an alternative, for convenience you can install the storeman app on your device, which is a client for openrepos.
Thanks.
Can the last build be used for a daily usage or it's too soon ?
And stupid question : how can we install an app or a repo, with Saifish OS ?
Command line, like the linux os ?
EDIT : I finally installed this port.
Looks nice, but I'm lost to install any app.
I could install the rpm for Storeman, but asks me to activate the repository. Can't see how to do that...
newbie_or_not_newbie said:
Thanks.
Can the last build be used for a daily usage or it's too soon ?
And stupid question : how can we install an app or a repo, with Saifish OS ?
Command line, like the linux os ?
EDIT : I finally installed this port.
Looks nice, but I'm lost to install any app.
I could install the rpm for Storeman, but asks me to activate the repository. Can't see how to do that...
Click to expand...
Click to collapse
Open storeman use for 2-3 mins then force close it in recents. Enable the repository of the app you like and then install it.
But I can't find the way to enable repositories...
I found how to install rpm file, one by one, but not from repo.
newbie_or_not_newbie said:
But I can't find the way to enable repositories...
I found how to install rpm file, one by one, but not from repo.
Click to expand...
Click to collapse
Did you follow the steps which I told you earlier? If yes, then select app of your choice and slide your finger down the screen you will see some options like refresh and enable repository choose it and after that install it and you are good to go.
Global Positioning System Fix
Speed up Satellite fix for GPS on Android
Hello guys! I have heard lot of us face gps issues with Android and for this I have found a way to fix this issue easily just follow the steps carefully
This trick is not only to speedup the satelite fixing. Some also found that it increase the reception (strong signal even during cloudy, drizzling, and inside building's window). I am one among them!
Requirements:
1.Rooted Device
2.Magisk manager
3.Patience to read
Steps:
1.download the file given
2.flash the downloaded file in magisk manager!
3.reboot the device
4.Use the app gps status and toolbox and follow the steps
A.Open app> tools> manage A-GPS state>Reset
B.Open app> tools> manage A-GPS state>Download
C.use GPS status to start fixing satellites
5.reboot the device
6.use an app called gps locker from playstore to lock satellites and make a proper connection
Voilla!!!
GPS is fixed for your DROID!
Download:
https://github.com/Trevor-akshay/gps-fix/tree/Magisk
Thanks to http://www.pool.ntp.org/en/ for providing the ntp servers
Hit the thanks if I helped you!
cant flash it
letscook said:
cant flash it
Click to expand...
Click to collapse
What do yu mean cant flash? What does it show?
trevor_akshay said:
What do yu mean cant flash? What does it show?
Click to expand...
Click to collapse
Might have something to do with the fact that the zip that is available through the link in the OP is using a very, very old module template that cannot be installed on any Magisk version past v17...
Didgeridoohan said:
Might have something to do with the fact that the zip that is available through the link in the OP is using a very, very old module template that cannot be installed on any Magisk version past v17...
Click to expand...
Click to collapse
That is most problematic...
trevor_akshay said:
What do yu mean cant flash? What does it show?
Click to expand...
Click to collapse
twrp shows error
Didgeridoohan said:
Might have something to do with the fact that the zip that is available through the link in the OP is using a very, very old module template that cannot be installed on any Magisk version past v17...
Click to expand...
Click to collapse
Na sir. I did testing before posting it in XDA
letscook said:
twrp shows error
Click to expand...
Click to collapse
Wtf do yu mind reading the instructions?
trevor_akshay said:
Na sir. I did testing before posting it in XDA
Click to expand...
Click to collapse
Don't know what your testing entailed, but trust me that it won't work on an up-to-date Magisk installation. One dead giveaway is that it's trying to use the Magisk image, something that was deprecated with Magisk v19.0. And anyone that has been working with Magisk modules for a while can see that the structure and the update-binary is very outdated.
There are also other issues. You're using the REPLACE variable in config.sh wrong. That's for directories, not files.
trevor_akshay said:
Wtf do yu mind reading the instructions?
Click to expand...
Click to collapse
Magisk modules are flashable through TWRP, but because of the above mentioned issues this zip will fail. No need to be rude.
Edit: if you want to get your zip up-to-date you should take a look at the docs:
https://topjohnwu.github.io/Magisk/guides.html
trevor_akshay said:
Wtf do yu mind reading the instructions?
Click to expand...
Click to collapse
sorry flashed in mugisk nd it works now thks
Didgeridoohan said:
Don't know what your testing entailed, but trust me that it won't work on an up-to-date Magisk installation. One dead giveaway is that it's trying to use the Magisk image, something that was deprecated with Magisk v19.0. And anyone that has been working with Magisk modules for a while can see that the structure and the update-binary is very outdated.
There are also other issues. You're using the REPLACE variable in config.sh wrong. That's for directories, not files.
Magisk modules are flashable through TWRP, but because of the above mentioned issues this zip will fail. No need to be rude.
Edit: if you want to get your zip up-to-date you should take a look at the docs:
https://topjohnwu.github.io/Magisk/guides.html
Click to expand...
Click to collapse
Oops i tried with and without and uploaded the wrong one and i fixed it now sar and btw thanks for ya guidelines ..am new to these
I will make sure to verify nd change the update-binary file .
Where is the file.cant find it.
adilrenzu said:
Where is the file.cant find it.
Click to expand...
Click to collapse
Its there in my github. Check desktop site if on droid . Thanks
I flashed from twrp, redmi note 7 pro, pixel experience rom(android11). my gps was fix! thanks alot.
Do this work with exynos (Samsung S10) or only with Qualcomm? I am on Android 11.
Can anyone confirm? Thanks!
Can anyone confirm? Thanks!