klaus Expert Licensed User Longtime User Dec 26, 2018 #1 This is my Christmas gift from Apple!!! Just a 'small' battery swelling, iphone 6 !? Last edited: Dec 30, 2018
klaus Expert Licensed User Longtime User Dec 26, 2018 #3 6 months ago, I had the same problem with my Samsung Galxy S6 !
udg Expert Licensed User Longtime User Dec 26, 2018 #4 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: Dec 27, 2018
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.
Daestrum Expert Licensed User Longtime User Dec 26, 2018 #5 A bit of fibre glass filler and it will be as good as new. ;-)
D Deleted member 103 Guest Dec 26, 2018 #7 klaus said: 6 months ago, I had the same problem with my Samsung Galxy S6 ! Click to expand... Dann liegt das Problem bei dir und nicht bei Apple und Samsung. Then the problem is with you and not with Apple and Samsung.
klaus said: 6 months ago, I had the same problem with my Samsung Galxy S6 ! Click to expand... Dann liegt das Problem bei dir und nicht bei Apple und Samsung. Then the problem is with you and not with Apple and Samsung.
klaus Expert Licensed User Longtime User Dec 26, 2018 #8 Then the problem is with you and not with Apple and Samsung. Click to expand... Who knows!?
Cableguy Expert Licensed User Longtime User Dec 26, 2018 #9 klaus said: Who knows!? Click to expand... Bo knows! No, seriously, ask Louis Rossman!
ilan Expert Licensed User Longtime User Dec 29, 2018 #10 the same happend to my iphone 3gs few years ago. it cost me about 1000$ when it arrived here in israel. really sad
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 Jan 1, 2019 #11 OK, the question is, what's the b4x code to do that on the smartphone on the last day of warranty?
Erel B4X founder Staff member Licensed User Longtime User Jan 1, 2019 #12 B4X: Activity.Thickness = Activity.Thickness + 5dip Better test it on the emulator.
ilan Expert Licensed User Longtime User Jan 1, 2019 #13 Erel said: Better test it on the emulator. Click to expand... thanx a lot for your advice erel! Edit: At least the code is working! B4X: Activity.Thickness = Activity.Thickness + 5dip
Erel said: Better test it on the emulator. Click to expand... thanx a lot for your advice erel! Edit: At least the code is working! B4X: Activity.Thickness = Activity.Thickness + 5dip
Erel B4X founder Staff member Licensed User Longtime User Jan 1, 2019 #14 No need to worry. Run this code: B4X: Activity.Thickness = Activity.Thickness - 5dip
ilan Expert Licensed User Longtime User Jan 1, 2019 #15 klaus said: iphone 6 !? Click to expand... klaus said: 6 months ago, I had the same problem with my Samsung Galxy S6 ! Click to expand... Iphone 6 6 month ago Galexy 6 I guess 6 is not your lucky number klaus
klaus said: iphone 6 !? Click to expand... klaus said: 6 months ago, I had the same problem with my Samsung Galxy S6 ! Click to expand... Iphone 6 6 month ago Galexy 6 I guess 6 is not your lucky number klaus
klaus Expert Licensed User Longtime User Jan 1, 2019 #16 Now I have a Samsung Galaxy S8 and a new iphone 8. Hopefully the number 8 will be a better number.
Cableguy Expert Licensed User Longtime User Jan 1, 2019 #17 Erel said: B4X: Activity.Thickness = Activity.Thickness + 5dip Better test it on the emulator. Click to expand... I think it will be better if he search for B4X: Private Battery_explose_date = Purchase_date + (5 * Day)
Erel said: B4X: Activity.Thickness = Activity.Thickness + 5dip Better test it on the emulator. Click to expand... I think it will be better if he search for B4X: Private Battery_explose_date = Purchase_date + (5 * Day)
mangojack Expert Licensed User Longtime User Jan 2, 2019 #18 klaus said: Now I have a Samsung Galaxy S8 and a new iphone 8. Hopefully the number 8 will be a better number. Click to expand... Reading a recent post .. Yes 8 is a very lucky number . You just have to Move to China.
klaus said: Now I have a Samsung Galaxy S8 and a new iphone 8. Hopefully the number 8 will be a better number. Click to expand... Reading a recent post .. Yes 8 is a very lucky number . You just have to Move to China.
klaus Expert Licensed User Longtime User Jan 2, 2019 #19 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
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 Jan 2, 2019 #20 klaus said: 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 Click to expand... 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 anywheresoftware@gmail.com for more details. Click to expand...
klaus said: 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 Click to expand... 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 anywheresoftware@gmail.com for more details. Click to expand...