| bio | website | |
|---|---|---|
| location | Beirut, Lebanon | |
| age | 18 | |
| visits | member for | 1 year, 6 months |
| seen | May 15 at 9:29 | |
| stats | profile views | 26 |
Enthusiast developer and FOSS supporter
What I do/like to do:
- JLyr; Android Lyrics Application
- wxpos; Python Point-of-Sale Application
- coinbox; And another POS software, though much better ;)
- Other Stuff; Some game solvers, because computers love games too!
And I'll leave this here.
|
Mar 28 |
comment |
Do you need to run uninstallers/cleaners on Android to maintain performance levels like on Windows? @Poldie Also, isn't defragging strictly an NTFS thing? Or does it also apply to FAT32? |
|
Mar 7 |
awarded | Notable Question |
|
Feb 4 |
awarded | Popular Question |
|
Jan 23 |
awarded | Popular Question |
|
Jan 16 |
awarded | Nice Question |
|
Jan 10 |
comment |
What's the security implication of having an unlocked boot loader? @ce4 Might be, it's a Samsung Galaxy Fit btw. And I just checked: CWM 5 has an option to toggle signature verification, but it was turned off by default and had never noticed it before now. And flashing CM nightly while it's on worked as usual... This is weird! but interesting :D |
|
Jan 10 |
comment |
What's the security implication of having an unlocked boot loader? @ce4 Then how come I rooted my device using the stock recovery? Is it exploiting a bug in the recovery or is it legitimately signed? If it is exploiting a bug, then it's as insecure as any other firmware, right? And if it's signed, well, what's the point of signing then? |
|
Jan 8 |
accepted | How does the Ubuntu Phone OS relate to the Android OS? |
|
Jan 8 |
comment |
How does the Ubuntu Phone OS relate to the Android OS? Thank you for your answer :) So it seems like web apps will remain the best bet for compatibility, all platforms included. But it's a good thing that at least the drivers are compatible! |
|
Jan 8 |
asked | How does the Ubuntu Phone OS relate to the Android OS? |
|
Nov 22 |
comment |
How do I make my email alert *annoying*? @fluffy I think you can turn it off by opening the notifications area. And maybe as for phone calls, press the volume down button. |
|
Nov 20 |
comment |
Can adb start my android device that shows up as “offline”? @hugemeow That was the point of my question, but I did not get an answer... I still don't know what it is, but if you are getting this, there is something wrong. I flashed another ROM, and everything was OK again. I'm not sure what was causing it... |
|
Nov 19 |
awarded | Yearling |
|
Nov 15 |
comment |
Why is the SD-card mounted to “/sdcard/external_sd” instead of “/sdcard” (or “/mnt/sdcard”)? If both the external storage and the /data partition are merged, how could I safely mount/unmount my SD card to plug it, say, in my PC? It seems to me that having separate partitions is logical and I don't see why all that had to happen. |
|
Nov 5 |
comment |
How to detect who is downloading apk files in background? I don't know if it would help anyway because the app that technically started the notification is the "Downloads" app most probably... What you need to know is the app that started that one, which you might be able to find in the logcat. |
|
Oct 29 |
awarded | Popular Question |
|
Oct 27 |
comment |
How to detect who is downloading apk files in background? @Hit You might be able to get something from the logcat , something like "starting intent download.app.whatever.it.is.called", but I'm not sure it will give you the name of the app that started it... But an app that will do that for you (if that's even feasible), it's pretty unlikely you'll ever find one. IMO your best bet might be manually trying to kill each one and see... |
|
Oct 27 |
comment |
How to detect who is downloading apk files in background? @RichardBorcsik It is very unlikely all his apps are running, and some task manager apps can prevent the apps from restarting (in case they do, not all apps will restart), so killing let's say 5 suspicious apps one or two at a time shouldn't be that much of a problem. Just by seeing which ones are running (and not expected to be) you would have eliminated half of the possibilities. |
|
Oct 26 |
comment |
How to detect who is downloading apk files in background? @RichardBorcsik It won't stop the download, but it will prevent it from starting... |
|
Oct 26 |
answered | How to detect who is downloading apk files in background? |