Guest Sulthekk Posted March 23, 2012 Report Posted March 23, 2012 My current guess is this error: E/AndroidRuntime( 755): FATAL EXCEPTION: NetworkLocationProvider E/AndroidRuntime( 755): java.lang.SecurityException: Neither user 10010 nor current process has android.permission.ACCESS_COARSE_LOCATION. Crevis, can you make log on non-rebooting backup? Seems like that NetworkLocationProvider has no permission to get network location, but would be nice to see the difference, unluckily I can't reproduce the non-rebooting state.
Guest the_crevis Posted March 23, 2012 Report Posted March 23, 2012 My current guess is this error: E/AndroidRuntime( 755): FATAL EXCEPTION: NetworkLocationProvider E/AndroidRuntime( 755): java.lang.SecurityException: Neither user 10010 nor current process has android.permission.ACCESS_COARSE_LOCATION. Crevis, can you make log on non-rebooting backup? Seems like that NetworkLocationProvider has no permission to get network location, but would be nice to see the difference, unluckily I can't reproduce the non-rebooting state. Thing is, it has that permission so I don't know why its saying it doesn't, and the well the difference is that there are no errors on the backup, I'll make a log if I can't fix it soon.
Guest weeo Posted March 24, 2012 Report Posted March 24, 2012 Hey The_Crevis. Sorry I couldn't help during the week. I can only help on weekends. So here I am. Let me know if you need anything
Guest Sulthekk Posted March 24, 2012 Report Posted March 24, 2012 Hey The_Crevis. Sorry I couldn't help during the week. I can only help on weekends. So here I am. Let me know if you need anything If you read a few posts back, then you see that the current problem is NetworkLocation, if you could help, it would be appreciated. Crevis: Those working data must got into your backup somehow. How did you exactly flashed it the time you made the backup? Is it possible that you didn't actually wipe and it's from a previous rom?
Guest weeo Posted March 24, 2012 Report Posted March 24, 2012 If you read a few posts back, then you see that the current problem is NetworkLocation, if you could help, it would be appreciated. Crevis: Those working data must got into your backup somehow. How did you exactly flashed it the time you made the backup? Is it possible that you didn't actually wipe and it's from a previous rom? Yeah I've read them. What build are we on? Sorry Im still in bed and I can't comprehend anything. Ill get to work after breakfast :-)
Guest the_crevis Posted March 24, 2012 Report Posted March 24, 2012 Right, I can only conclude that it is actually the fixed libsurfaceflinger that causes the reboots. This is because on the alpha2 build with the upside down screen, there are no reboots. Then I replace the libsurfaceflinger, make a new build and I get the reboots. I didn't get reboots in the first place with it because I just pushed it to a alpha2 build. Its all very strange :S
Guest weeo Posted March 24, 2012 Report Posted March 24, 2012 Right, I can only conclude that it is actually the fixed libsurfaceflinger that causes the reboots. This is because on the alpha2 build with the upside down screen, there are no reboots. Then I replace the libsurfaceflinger, make a new build and I get the reboots. I didn't get reboots in the first place with it because I just pushed it to a alpha2 build. Its all very strange :S I've only had 2 reboots on alpha3... let me look into aswell
Guest weeo Posted March 25, 2012 Report Posted March 25, 2012 Firstly, today I will update and upload stuff to the project website. Then I can get a fix from some developers from the LG, Samsung ports as I believe they to had this problem.
Guest android@sam Posted March 25, 2012 Report Posted March 25, 2012 hey how did you fix the rosie.apk?bcauz when i try ahdpi launcher it force closes. thanks in advance.
Guest weeo Posted March 26, 2012 Report Posted March 26, 2012 hey how did you fix the rosie.apk?bcauz when i try ahdpi launcher it force closes. thanks in advance. You will have to ask the_crevis on that one
Guest the_crevis Posted March 27, 2012 Report Posted March 27, 2012 I've stopped development for the time being as I don't have enough time atm due to exams. I'll try work on it a bit during the easter break though.
Guest weeo Posted March 27, 2012 Report Posted March 27, 2012 (edited) I've stopped development for the time being as I don't have enough time atm due to exams. I'll try work on it a bit during the easter break though. I'm on the same boat here. Anyone else care to lead temporarily? Edited March 27, 2012 by weeo
Guest Sulthekk Posted March 27, 2012 Report Posted March 27, 2012 I got some time, although I still have no idea how could libsurfaceflinger cause those errors. :unsure: Look like I gotta take a closer look at arm reverse engineering.
Guest brookergray Posted March 27, 2012 Report Posted March 27, 2012 I got some time, although I still have no idea how could libsurfaceflinger cause those errors. :unsure: Look like I gotta take a closer look at arm reverse engineering. You mentioned earlier that you can't find a decompiler for arm machine code. It pooped in today that on warez forums they distribute games that were modified to work with v6. That mean's that they have a working decompiler.
Guest Sulthekk Posted March 27, 2012 Report Posted March 27, 2012 You mentioned earlier that you can't find a decompiler for arm machine code. It pooped in today that on warez forums they distribute games that were modified to work with v6. That mean's that they have a working decompiler. Or they can read the binary :) Actually even I do know some instructions on x86 without a disassembler, for ex. 0x90 is NOP, which stands for No OPeration, because I used it a lot. I guess if they do it all day they learn it over time too. Now I'm looking at HTE, which as I can see is commonly used for iPhone reverse-engineering (=it can disassemble arm), but when I run it, it just don't recognize any input, neither mouse or keyboard. :( Still looking for a good reverse engineering tool. All I found is setting up GDB remotely over ADB, but that's a no go for me, as I have got one single usb port, and I'm using a usb wifi adapter.
Guest John Enter Posted March 27, 2012 Report Posted March 27, 2012 Maybe if you can get adb over wi-fi to work?
Guest Sulthekk Posted March 28, 2012 Report Posted March 28, 2012 Maybe if you can get adb over wi-fi to work? That may work, although I don't like to make things like debugging available over the whole network. Will try to set up wifi via pcmcia adapter, then I should be able to get a backtrace of the crash that causes the reboot, without losing connectivity.
Guest android@sam Posted March 28, 2012 Report Posted March 28, 2012 Or they can read the binary :) Actually even I do know some instructions on x86 without a disassembler, for ex. 0x90 is NOP, which stands for No OPeration, because I used it a lot. I guess if they do it all day they learn it over time too. Now I'm looking at HTE, which as I can see is commonly used for iPhone reverse-engineering (=it can disassemble arm), but when I run it, it just don't recognize any input, neither mouse or keyboard. :( Still looking for a good reverse engineering tool. All I found is setting up GDB remotely over ADB, but that's a no go for me, as I have got one single usb port, and I'm using a usb wifi adapter. you can use IDA decompiler!!!
Guest brookergray Posted March 28, 2012 Report Posted March 28, 2012 you can use IDA decompiler!!! It's $539.
Guest Sulthekk Posted March 28, 2012 Report Posted March 28, 2012 (edited) you can use IDA decompiler!!! If you pay me a full license, then OK. :D Edited March 28, 2012 by Sulthekk
Guest android@sam Posted March 28, 2012 Report Posted March 28, 2012 If you pay me a full license, then OK. :D you can decompile the native libs with the demo version.
Guest Sulthekk Posted March 28, 2012 Report Posted March 28, 2012 you can decompile the native libs with the demo version. I already got the free version, it came preinstalled with backtrack. Free is X86 only.
Guest razzmataz1478 Posted March 28, 2012 Report Posted March 28, 2012 I'm not a dev, but from which phone is this sense port from?
Guest Sulthekk Posted March 28, 2012 Report Posted March 28, 2012 I'm not a dev, but from which phone is this sense port from? Original rom from salsa, framework from desire.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now