Affichage des articles dont le libellé est doesn't. Afficher tous les articles

Hello

I have started to read "Pro Android Python with SL4A" by Paul Ferril & immediately failed while trying to execute Python script. I'd be very thankful to anybody who can provide a little explanation about SL4A + Python installation process.

So, my steps:
1) I opened this page, read QR code, downloaded and installed sl4a_r6.apk.
2) I opened previously installed SL4A app on my phone, press Menu > View > Interpreters, the list of the interpreters appeared with only one item - "Shell".
3) I pressed Menu > Add > Python 2.6.2, this started downloading of the "PythonForAndroid_r5.apk". I downloaded that file & installed it.
4) I opened newly installed "Python for Android" and press "Install" button in the app. Some components and scripts were installed successfully.
5) I opened the "SL4A" app again, press Menu > View > Interpreters, the "Python 2.6.2" item appeared in the list together with the "Shell".
6) I pressed "Back" button, the "Scripts" screen appeared with a list of scripts with the "py" extension.
7) I pressed on the "hello_world.py", the little pop-up appeared with the buttons "Execute", "Settings" (at least, with the settings icon), "Edit" and so on.
8) If I press the "Execute" button, I get only the black screen with the label "hello_world.py exited".
9) If in "SL4A" app I press Menu > View > Interpreters and the select "Shell" I will get terminal with the Linux Prompt ".... $". But If I go to the SL4A > View > Interpreters and the select "Python 2.6.2" I will receive black screen with the label at the top: "Python 2.6.2 exited."

So, as from the novice's point of view, the Python process is terminated each time I try to start it. What can be done in this situation?

--
Device: Lenovo Vibe Z2 Pro (international version) / Android 5.0.2, Stock Rom - K920_S230_150506_ROW / Rooted





Hi everyone,
can anyone told me the reason why the touchscreen doesn't work with ICS 4.0.4 official but only with GingerBread 2.3.5 (Stock and Custom ROM)? I've also tried the latest nightly version of cyanogenmod, but it doesn't work, there is anyone who have a solution?





I was trying to install CM12.1 CAF from stock.
unlocked the bootloader
installed TWRP [compatible for cmCAF]
and cleaned everything BUT internal storage + factory reset.
now I am trying to push the ROM file into the phone, without success.
I recognize the phone when doing: fastboot devices, but when i try to push a file i get the error:
"error: device not found"

Quote:









adb push cm121.zip /sdcard/




also tried many variations:

Quote:









C:\>cm121.zip

C:\>adb push cm121.zip
/sdcard/
error: device not found

C:\>adb push cm121.zip
/sdcard0/
error: device not found

C:\>adb push cm121.zip
/storage/sdcard0/
error: device not found






I can't load system [it stuck on google].. any suggestions?





Hello

I have started to read "Pro Android Python with SL4A" by Paul Ferril & immediately failed while trying to execute Python script. I'd be very thankful to anybody who can provide a little explanation about SL4A + Python installation process.

So, my steps:
1) I opened this page, read QR code, downloaded and installed sl4a_r6.apk.
2) I opened previously installed SL4A app on my phone, press Menu > View > Interpreters, the list of the interpreters appeared with only one item - "Shell".
3) I pressed Menu > Add > Python 2.6.2, this started downloading of the "PythonForAndroid_r5.apk". I downloaded that file & installed it.
4) I opened newly installed "Python for Android" and press "Install" button in the app. Some components and scripts were installed successfully.
5) I opened the "SL4A" app again, press Menu > View > Interpreters, the "Python 2.6.2" item appeared in the list together with the "Shell".
6) I pressed "Back" button, the "Scripts" screen appeared with a list of scripts with the "py" extension.
7) I pressed on the "hello_world.py", the little pop-up appeared with the buttons "Execute", "Settings" (at least, with the settings icon), "Edit" and so on.
8) If I press the "Execute" button, I get only the black screen with the label "hello_world.py exited".
9) If in "SL4A" app I press Menu > View > Interpreters and the select "Shell" I will get terminal with the Linux Prompt ".... $". But If I go to the SL4A > View > Interpreters and the select "Python 2.6.2" I will receive black screen with the label at the top: "Python 2.6.2 exited."

So, as from the novice's point of view, the Python process is terminated each time I try to start it. What can be done in this situation?





I have some kernels for example AK and Boeffla,but them doesn't work in Slimrom.why?I think slim is development on asop that it support these kernel.Who can tell me why?

Sent from my Oneplus One using XDA Free mobile app





Covering the screen with the palm of my hands when it is on doesn't seem to do anything. It doesn't dim the display although the display does dim after 5 seconds or so. Am I missing something?





Hello
I have lg g2 d800( i bought it as d802)
when i got it everything working good
i have installed original d800 firmware and now i cant send SMS when sending dissapiers network (no signal)
and when i trying to unlock sim writes permentely locked.
Can someone knows whats wrong? how to fix this but with SMS





Hi i have a Problem with my Tablet Z the play store is not really usable. It will not download any app or update. After a while i found out that the problem seems to be the download manager (Version 4.4.4-351). I tried everything with reset play store apps. Nothing else than complet reset helps. But also the complet reset helps for 1 to 4 weeks. So i need another sollution. Earlyer it helped to just boot without the 128 Gb micro sd card so I thought this would be the problem, but it didnt helped all other times. Can anybody help me?

Br Martin





Hey guys.

Got a big problem. My OnePlus One 64gb doesn't charge anymore. When I connect the original power cable, the led shines up for a very short time and then disappears. The percentage isn't going up. The icon in the statusbar whereas indicates that it would charge.
Currently I'm on 36%. I've powered off the device and plugged it in to the charger. But it seems that it isn't charging in this state too.

In the official OnePlus forums there are several other guys experiencing the same problem, but no solution was found.

Is there any help for me?

A USB connection to the PC seems to be impossible too.

Please help me guys. I need my phone!

Thanks





I posted this under Java even though the app is an Ionic app because I don't think the problem lies in the Web-part of the app, but in some configuration part of the app that is not handled by Ionic.

I've developed an online store app which uses DIBS Payment to offer the customers to pay by credit card. The credit card form is hosted by DIBS, and because of that we show it in our app in an iframe. To load the credit card form, we post data to an external url that runs off of the HTTPS protocol. The credit card form is shown, but when the customer pressess the "Pay" button, the iframe content gets blank and nothing happens. I've debugged the app using Chrome inspector and I can see that when the user presses "Pay", they are supposed to be redirected to a new page through a POST request. However this POST request is never finished, it freezes at "Pending". This POST request is to another domain than the first domain loaded in the iframe. I think this is the issue somehow.

I've found that this error only occurs on Samsung devices. I've tried on a Nexus 6, Galaxy Nexus and Genymotion emulator where it works as supposed. However on Galasy S4 and Galaxy S6 Edge, nothing happens but that the user gets a blank screen after pressing "Pay". What could cause (probably) only Samsung devices to do this, and how can I solve it?





I have HTC one M7
I've copied some songs from the computer to the phone
But when I open HTC music I don't see any songs
He's writing that he scan the memory and didn't find any songs
When I'm entering the directory from the file manager I see the many songs that I've been copied.
It happens the same on every MP3 player that I installed.
I've installed android 5 but the problem started before the update and I was hopping it'll be solved after the update but it didn't.

Help anyone?????





This is my 3rd replacement from fk but still same problem, the phone doesnt charge when kept in charging with somewhat battery left, but charges properly when the battery goes null.
Observe the attached screenshot carefully, the phone suddenly goes awake and starts discharging battery instead of charging...plz try keeping phone to charge when battery is below 20%








Attached Thumbnails


Click image for larger version<br/><br/>Name:	1431888054953.jpg<br/>Views:	N/A<br/>Size:	80.9 KB<br/>ID:	3317807
 
















I'm using KK stock rom in D805 and the silent mode doesn't desactivate

In settings, this option is already turn off, but every day in same time, this mode turn on

How can I do to desactivate this? Greenify any app or other thing?





Hi everyone!

Since hours ago my earpiece doesn't work in a call and the speaker too, but in the others apps it works...
For example, in Whatsapp I can listen voice notes on speaker and on earpiece, listen music, and other things; but in a call, for some reason the earpiece and the speaker doesn't works...

If anyone know how to fix this issue, please tell me.

PD: I am on stock D800 Lollipop Rom
PD2: Sorry for my bad English...





Hello guys,
I have HTC One X+ and trying root, recovery and custom ROM Revolution HD 8.0.
But i have still same problem with freeze at HTC brilliant.
ENRC2B_U PVT SHIP S-ON RL
version: 0.5a
version-bootloader: 1.72.0000
version-baseband: 3.1204.171.33
version-cpld: None
version-microp: None
version-main: 2.18.401.3
serialno: FA2B8W105966
imei: 353************742
product: enrc2b_u
platform: HBOOT-T30S
modelid: PM3511000
cidnum: HTC__032
battery-status: good
battery-voltage: 3671mV
devpower: 10
partition-layout: None
security: on
build-mode: SHIP
boot-mode: FASTBOOT
commitno-bootloader: None
hbootpreupdate: 2
gencheckpt: 0
Recovery - twrp-2.8.6.0-enrc2b.img





Hi everyone!
Today I've switched from CM11 to PA, and really like it.
But I've noticed, that the notification LED doesn't to anything (neither charging, nor any notifications).
Pulse Notification Light is turned ON, but whether its on and off the result is the same.
I've downloaded Light Flow to test the LED, but its still dark.
Can you help me out?
Thanks in advance:
Aaron





Guys i need fast help if possible :( !!
Everything was fine with my GN, but after i pulled the battery to check the serial number , after i tried to turn it on the phone is not able anymore to end the boot process :(!!! i tried to do 3 wipe and reflash rom+gapps but it didn't work!
Me and my girlfriend have the gn and we bought it 2 years and half ago. Her battery died 5 days ago! is it possible that the same is happening to me?? but even if the battery is not good anymore why the phone remain on the boot animation??





Guys i need fast help if possible !!
Everything was fine with my GN, but after i pulled the battery to check the serial number , after i tried to turn it on the phone is not able anymore to end the boot process !!! i tried to do 3 wipe and reflash rom+gapps but it didn't work!
Me and my girlfriend have the gn and we bought it 2 years and half ago. Her battery died 5 days ago! is it possible that the same is happening to me?? but even if the battery is not good anymore why the phone remain on the boot animation??





I recently replaced the screen after my 3-year-old spiked my wife's T-Mobile G2. Everything seems to be working OK now except for the double-tap to turn on the screen.

Before I open it up again, does anyone know if this is a certain connection inside that may be loose? Or could it be a problem with the LCD itself?