Apple gift

klaus

Expert
Licensed User
Longtime User
This is my Christmas gift from Apple!!!

upload_2018-12-26_12-57-27.png


Just a 'small' battery swelling, iphone 6 !?
 
Last edited:

udg

Expert
Licensed User
Longtime User
It happened to my son's tablet too (Asus). It was a 3 (or 4) years old device not used that much.
What we can learn from these accidents? Never keep a battery-operated device on your night stand or too close to your body.
 
Last edited:
D

Deleted member 103

Guest
6 months ago, I had the same problem with my Samsung Galxy S6 !

Dann liegt das Problem bei dir und nicht bei Apple und Samsung. :D

Then the problem is with you and not with Apple and Samsung. :D
 

ilan

Expert
Licensed User
Longtime User
the same happend to my iphone 3gs few years ago. it cost me about 1000$ when it arrived here in israel. really sad :(
 

cuellar

Member
Licensed User
Longtime User
OK, the question is, what's the b4x code to do that on the smartphone on the last day of warranty?
:D
 

mangojack

Well-Known Member
Licensed User
Longtime User
Now I have a Samsung Galaxy S8 and a new iphone 8.
Hopefully the number 8 will be a better number.

Reading a recent post .. Yes 8 is a very lucky number . You just have to Move to China.
 

klaus

Expert
Licensed User
Longtime User
Well, not sure if this code will work:
B4X:
Activity.Thickness = Activity.Thickness - 5dip
I googled a bit around and found a workaround.
The code below worked, at least for me:
B4X:
If Not(OutOfMoney) Then
    iphoneNumber = iphoneNumber + 2
    MyWallet = MyWallet - 649
End If
 

ilan

Expert
Licensed User
Longtime User
Well, not sure if this code will work:
B4X:
Activity.Thickness = Activity.Thickness - 5dip
I googled a bit around and found a workaround.
The code below worked, at least for me:
B4X:
If Not(OutOfMoney) Then
    iphoneNumber = iphoneNumber + 2
    MyWallet = MyWallet - 649
End If

Hi klaus, when i try your code i get an error

Error 666: NullExeption. Wallet may not be NULL. try to get a job. Contact [email protected] for more details.
 
Top